#mc_embed_signup form {
	display: block;
	position: relative;
	text-align: left;
	padding: 10px 0 10px 3%
}

#mc_embed_signup h2 {
	font-weight: bold;
	padding: 0;
	margin: 15px 0;
	font-size: 1.4em;
}

#mc_embed_signup input {
	border: 1px solid #999;
	-webkit-appearance: none;
}

#mc_embed_signup input[type=checkbox] {
	-webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
	-webkit-appearance: radio;
}

#mc_embed_signup input:focus {
	border-color: #333;
}

#mc_embed_signup .button {
	clear: both;
	background-color: #aaa;
	border: 0 none;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}

#mc_embed_signup .button:hover {
	background-color: #777;
}

#mc_embed_signup .small-meta {
	font-size: 11px;
}

#mc_embed_signup .nowrap {
	white-space: nowrap;
}

#mc_embed_signup .clear {
	clear: none;
	display: inline;
}

#mc_embed_signup label {
	display: block;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
}

#mc_embed_signup input.email {
	display: block;
	padding: 8px 0;
	margin: 0 4% 10px 0;
	text-indent: 5px;
	width: 58%;
	min-width: 130px;
}

#mc_embed_signup input.button {
	display: block;
	width: 35%;
	margin: 0 0 10px 0;
	min-width: 90px;
}

#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0em .5em 0em .5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

@font-face {
	font-family: opens;
	src: url(fonts/OpenSans-Regular.ttf)
}

@font-face {
	font-family: rock;
	src: url(fonts/ROCK.TTF)
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: opens;
	background: url(images/bg.png);
}

:-moz-selection {
	/* Code for Firefox */
	color: #a1a1a1;
	background: #f1f1f1;
}

::selection {
	color: #a1a1a1;
	background: #f1f1f1;
}

#top_wrapper {
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(images/top_header.png) bottom center;
	position: relative;
	z-index: 5;
}

#top_header_bottom {
	z-index: 2;
	position: relative;
	height: 12px;
	top: 0`px;
	margin-bottom: -3px;
	background: url(images/top_header_bg.png) repeat-x bottom center;
}

#top {
	max-width: 1000px;
	margin: 0 auto;
}

#social {
	width: 30%;
	float: left;
	padding-top: 10px;
}

#search {
	float: right;
	width: 70%;
	padding-top: 10px;
}

.stxt {
	float: right;
	font-family: opens;
	border: 1px solid #aca856;
	font-size: 14px;
	padding: 1.5px 6px;
	width: 40%;
	outline: 0;
}

.sbtn {
	float: right;
	outline: 0;
	border: none;
	background: url(images/search.png);
	width: 24px;
	height: 24px;
	cursor: pointer;
}

/*Header start*/

#header_wrapper {
	z-index: 1;
	position: relative;
	background: url(images/header_bg.jpg) repeat-x center bottom;
}

#header {
	position: relative;
	z-index: 3;
	max-width: 1000px;
	margin: 0 auto;
}

#logo {
	width: 30%;
	float: left;
	padding-top: 20px;
	padding-bottom: 24px;
}

#logo img {
	max-width: 98%;
}

#menu {
	width: 70%;
	float: right;
	margin-top: 36px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 10px;
	border-radius: 27px;
}

#menu ul li a:hover {
	/* background:rgb(0,129,128); */
	background: #c1c1c1;
	color: black;
	border-top: 1px solid #025655;
	border-left: 1px solid #025655;
	padding: 7px 10px 8px 9px;
}

.current_page {
	background: #43D5FD;
	border-top: 1px solid #43D5FD;
	border-left: 1px solid #43D5FD;
	padding: 7px 10px 8px 9px;
}

.current_page:hover {
	padding: 8px 10px !important;
}

/*Header End*/

/* Page start */

#page {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.page_title {
	color: #000000;
	font-family: rock;
	font-size: 20px;
	font-weight: normal;
	background: url(images/page_title.png) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 14px;
}

.single_box_border {
	border-radius: 10px;
	background: #c1c1c1;
	padding: 8px;
}

.single_box {
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 8px;
	padding: 10px;
}

.single_box p {
	text-align: justify;
	color: #707070;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 14px;
}

.single_box h2 {
	color: #0469A1;
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
	border-bottom: 1px solid #c1c1c1;
	padding: 4px;
}

.slider_wrapper {
	margin-top: 10px;
	background: #f1f1f1;
	padding: 10px 10px 6px 10px;
	border: 1px solid #e2e2e2;
}

.slider_wrapper img {
	max-width: 100%;
}

.two_column {
	margin-top: 20px;
}

.sidebar {
	float: left;
	width: 28%;
}

.content {
	float: right;
	width: 70%;
}

.category_wrapper {
	border-radius: 10px;
	background: #c1c1c1;
	padding: 8px;
}

.category {
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 8px;
}

.category h2,
.full_content h2 {
	font-family: rock;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	padding: 6px 16px;
	margin-top: 20px;
	background: url(images/category_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.category ul {
	padding-top: 10px;
	margin: 0;
	list-style: None;
	margin-bottom: 0px;
}

.category ul li {
	padding-left: 20px;
	padding-bottom: 3px;
}

.category ul li a {
	text-decoration: none;
	color: #707070;
	background: url(images/list.png) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	display: block;
}

.category ul li a:hover {
	color: #fe6847;
	background: url(images/list_hover.png) no-repeat left center;
}

.featured {
	margin-top: 20px;
}

.featured h2 {
	background: url(images/page_title.png) no-repeat 6px center;
	padding: 4px 0;
	padding-left: 38px;
	font-family: rock;
	color: #707070;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

.feature_box {
	border-bottom: 1px solid #c1c1c1;
	padding-top: 6px;
	padding-bottom: 6px;
}

.feature_box:last-child {
	border: none;
}

.fea_img {
	width: 30%;
	float: left;
	border-radius: 8px;
	background: #c1c1c1;
	padding: 6px;
}

.fea_desc {
	width: 60%;
	float: right;
}

.fea_desc h4 {
	font-family: rock;
	font-weight: normal;
	color: #707070;
	font-size: 14px;
}

.fea_desc p {
	font-size: 13px;
	color: #000000;
	padding: 8px 0;
}

.fea_desc p a {
	text-decoration: none;
	color: rgb(0, 129, 128);
}

.fea_img img {
	border: 1px solid #c1c1c1;
	border-radius: 8px;
	max-width: 98%;
}

.fea_btn {
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	font-family: rock;
}

.post_wrapper {
	background: #c1c1c1;
	none repeat scroll 0 0;
	border-radius: 10px;
	float: left;
	margin: 2px;
	padding: 4px;
	width: 48%;
}

.post_wrapper:nth-child(even) {
	margin-right: 0;
}

.post {
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 8px;
	padding: 4px 10px;
}

.post h2,
.art_title {
	color: #0469A1;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #c1c1c1;
	padding: 4px;
	overflow: hidden;
	height: 26px;
	text-transform: capitalize;
}

.entry {
	padding: 10px 0;
}

.art_img {
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.list_social_box {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	/* background:rgba(0,0,0,0.7); */
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	left: 0;
	bottom: 0;
	opacity: 0;
	padding-top: 6px;
}

.list_social_box a,
.share_art a {
	cursor: pointer;
}

.list_social_box img {
	width: auto !important;
	border: none !important;
}

.list_social_box img:hover {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

.log_box {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	left: 0;
	top: -40px;
}

.download_log {
	width: 40%;
	display: inline-block;
	font-family: opens;
	background: url(images/download.png) no-repeat left center;
	color: #ffffff;
	padding-left: 16px;
	margin-top: 10px;
	margin-left: 2%;
	font-size: 12px;
	text-align: left;
}

.day_log {
	width: 40%;
	display: inline-block;
	font-family: opens;
	color: #ffffff;
	padding-left: 16px;
	margin-top: 10px;
	margin-left: 2%;
	font-size: 12px;
	text-align: right;
}

.art_img:hover .list_social_box {
	opacity: 1;
}

.art_img:hover .log_box {
	top: 0;
}

.art_img img {
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #c8c8c8;
	border-radius: 4px;
	padding: 2px;
	width: 98%;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	overflow: hidden;
}

.art_img img:hover {
	-webkit-transform: scale(1.20) rotate(5deg);
	-moz-transform: scale(1.20) rotate(5deg);
	-o-transform: scale(1.20) rotate(5deg);
	transform: scale(1.20) rotate(5deg);
}

.art_desc {
	width: 100%;
	float: right;
}


.art_desc p {
	font-size: 13px;
	color: #707070;
	text-align: justify;
	height: 56px;
	overflow: hidden;
}

.art_desc span {
	color: #fe6847;
	font-size: 14px;
	display: block;
	margin-top: 10px;
}

.art_desc span a {
	text-decoration: none;
	color: #707070;
	font-weight: normal;

}

.art_desc span a:hover {
	color: #fe6847;
}

.social_button {
	margin-top: 16px;
}

.write_btn {
	display: block;
	float: left;
	background: #009b9a;
	width: 22%;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding: 1%;
	padding-bottom: 1.2%;
	text-align: center;
	border-radius: 3px;
	margin-right: 1%;
	border-top: 1px solid #006564;
	border-left: 1px solid #006564;
}

.fb_btn {
	display: block;
	float: left;
	background: #5c7799;
	width: 22%;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding: 1%;
	padding-bottom: 1.2%;
	text-align: center;
	border-radius: 3px;
	margin-right: 1%;
	border-top: 1px solid #2c3a4b;
	border-left: 1px solid #2c3a4b;
}

.tw_btn {
	display: block;
	float: left;
	background: #55acee;
	width: 22%;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding: 1%;
	padding-bottom: 1.2%;
	text-align: center;
	border-radius: 3px;
	margin-right: 1%;
	border-top: 1px solid #0571c2;
	border-left: 1px solid #0571c2;
}

.g_btn {
	display: block;
	float: left;
	background: #fe6847;
	width: 22%;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	padding: 1%;
	padding-bottom: 1.2%;
	text-align: center;
	border-radius: 3px;
	border-top: 1px solid #c02301;
	border-left: 1px solid #c02301;
}

/* Page End */



.paging ul {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.paging ul li {
	display: inline-block;
}

.paging ul li a {
	text-decoration: none;
	color: #fe6847;
	padding: 2px 8px;
}

.paging ul li a:hover {
	background: #c2be67;
	color: #fff;
}

.current_paging {
	background: #c2be67;
	color: #fff !important;
}

#footer_wrapper_top {
	height: 14px;
	margin-bottom: -1px;
	background: url(images/footer_bg.png) top center;
}

#footer_wrapper {
	background: url(images/fbg_bg.png);
}

#footer {
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

.links {
	float: left;
	width: 25%;
}

.links h2 {
	color: #fff;
	font-family: opens;
	font-size: 14px;
	margin-bottom: 10px;
}

.links ul {
	list-style: none;
}

.links ul li {
	padding-bottom: 2px;
}

.links ul li a:before {
	content: "»";
	padding-right: 10px;
}

.links ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}

.links p {
	text-decoration: none;
	color: #cfcfcf;
	font-size: 12px;
	padding-bottom: 10px;
}

.ntxt {
	padding: 3px 8px !important;
	font-family: opens !important;
	border: 1px solid #395070 !important;
	width: 92% !important;
	border-radius: 2px;
	outline: 0;
}

.links form {
	margin-bottom: 14px;
}

.nbtn {
	outline: 0;
	width: 27% !important;
	padding: 3px 0 !important;
	font-family: opens;
	border: 1px solid #395070 !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(#000000, #000000);
	background: -webkit-linear-gradient(#000000, #000000);
	background: -moz-linear-gradient(#000000, #000000);
	background: -o-linear-gradient(#000000, #000000);
}

#copyright_wrapper {
	border-top: 1px solid #6580a3;
	background: #000000;
}

#copyright {
	max-width: 1000px;
	margin: 0 auto;
	padding: 6px 0;
}

#copyright p {
	color: #cfcfcf;
	font-size: 12px;
}

/* Edit art */

.art_variation {}

.art_variation p {
	font-size: 14px;
	color: #C4A069;
}

.art_var,
#loadoriginal {
	width: 24.10%;
	display: inline-block;
}


.art_var img,
#loadoriginal img {
	width: 94%;
	border-radius: 4px;
	border: 1px solid #D5D29B;
	cursor: pointer;
}

.art_pictures_wrapper {
	margin-top: 20px;
}

.art_pictures {}

.art_pictures img {
	border: 1px solid #c8c8c8;
	background: #e2e2e2;
	max-width: 98%;
	padding: 1%;
	border-radius: 4px;

}

.art_form {}

.txt_label {
	margin-top: 16px;
	display: block;
	font-family: rock;
	font-size: 18px;
	color: #4c4c4c;
	margin-bottom: 4px;
}

.txt_label span {
	font-size: 14px;
}

.txt_box {
	border: 1px solid #c8c8c8;
	padding: 6px;
	width: 78%;
	font-family: rock;
	color: #686666;
	outline: 0;
}

.txt_box:focus {
	border-color: #666666;
}

.generate_share {
	margin-top: 16px;
}

.generate_btn {
	float: left;
	width: auto;
	margin-right: 12px;
}

.gen_btn {
	outline: 0;
	font-family: rock;
	border: none;
	background: #5D779A;
	font-size: 20px;
	color: #fff;
	padding: 6px 12px;
	border-radius: 2px;
	border-top: 1px solid #354c6d;
	border-bottom: 1px solid #8494a8;
	border-left: 1px solid #354c6d;
	border-right: 1px solid #8494a8;
}

.share_art {
	margin-top: 10px;
	padding-top: 3px;
}

.share_art img {
	margin-right: 10px;
}

/* Edit art End */

.paging {
	background: linear-gradient(#ffffff, #f1f1f1);
	border-radius: 6px;
	border: 1px solid #5f7a9c;
	float: left;
}

.paging_wappar {
	border-radius: 10px;
	padding: 4px;
	width: auto;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
}

.paging a {
	/*color:#c8c8c8;
	text-decoration:none;
	margin:0;
	padding:2px 8px;
	margin-left:-4px;
	display:inline-block;
	border-right:1px solid #5f7a9c;
	padding:10px 10px !important;*/
	color: #c8c8c8;
	text-decoration: none;
	margin: 0;
	padding: 2px 8px;
	margin-left: -4px;
	display: inline-block;
	border-right: 1px solid #5f7a9c;
	padding: 7px 7px !important;
}

.paging a:hover {
	color: #000;
	border-radius: 2px;
}

.current {
	padding: 2px 8px;
	margin: 0 0 0 0;
	margin-left: -4px;

	display: inline-block;
	border-right: 1px solid #5f7a9c;
	padding: 10px 20px !important;
}

.disable-link {
	color: gray;
	margin: 0 4px;
}

.previouspag {
	display: inline-block;
	border-right: 1px solid #5f7a9c;
	background: linear-gradient(#0469A3, #415670);
	color: #fff !important;
	margin: 0 !important;
	border-radius: 4px 0 0 4px !important;
	padding: 10px 20px !important;
}

.nextpag {
	display: inline-block;
	border-right: 1px solid #5f7a9c;
	background: linear-gradient(#0469A3, #415670);
	color: #fff !important;
	margin: 0 !important;
	border-radius: 0 4px 4px 0 !important;
	padding: 10px 20px !important;
}

.nextpag:hover,
.previouspag:hover {
	cursor: pointer;
	background: #415670 !important;
}

.disable-link.nextpag,
.disable-link.previouspag {
	background: #415670 !important;
}

.disable-link.nextpag:hover {
	cursor: text;
}

.download_pic {
	background: #7bd454;
	width: auto;
	float: left;
	text-align: center;
	font-family: rock;
	font-size: 20px;
	padding: 6px 20px;
	border-radius: 2px;
	border-top: 1px solid #5ea32b;
	border-left: 1px solid #5ea32b;
	border-bottom: 1px solid #b5fa97;
	border-right: 1px solid #b5fa97;
	margin-right: 12px;
}

.download_pic a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.sendtofriends {
	background: #ff5c30;
	width: auto;
	float: left;
	text-align: center;
	font-family: rock;
	font-size: 20px;
	padding: 6px 12px;
	border-radius: 2px;
	border-top: 1px solid #d03107;
	border-left: 1px solid #d03107;
	border-bottom: 1px solid #fc987d;
	border-right: 1px solid #fc987d;
}

.sendtofriends a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.full_content_wrapper {
	border-radius: 10px;
	background: #c1c1c1;
	padding: 8px;
}

.full_content {
	background: #fff;
	border: 1px solid #c1c1c1;
	border-radius: 8px;
	padding: 14px;
}

.error {
	background: #c80606 url(images/error.png) no-repeat 6px center;
	font-family: rock;
	font-size: 14px;
	color: #fff;
	padding: 4px 10px;
	padding-left: 30px;
	display: block;
	width: 72%;
	margin-bottom: 6px;
	border-radius: 4px;
}

.form_row {
	margin-bottom: 10px;
}

.form_row label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

.form_row label span {
	color: red;
}

.f_txt {
	padding: 8px;
	border: 1px solid #c8c8c8;
	width: 95%;
	border-radius: 4px;
	font-size: 14px;
	font-family: opens;
	outline: 0;
}

.f_btn {
	background: url(images/category_bg.jpg) no-repeat;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	background-size: 100% 100%;
	font-family: rock;
	font-size: 20px;
	color: #ffffff;
	margin-top: 16px;
	outline: 0;
	cursor: pointer;
}

.f_btn:hover {
	color: #000;
}

.done {
	background: #65BC54;
	color: #ffffff;
	padding: 6px 2%;
	border-radius: 4px;
	display: block;
	width: 96%;
	margin-bottom: 10px;
}

.sld {
	position: relative;
	margin: 0px 5px 5px 0px;
	float: left;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 400px;
	overflow: hidden;
}


#mc_embed_signup {
	background: none !important;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup .button {
	height: auto !important;
	line-height: 19px !important;
	font-size: 12px !important;
}

.privacy_policy {
	font-size: 14px;
}

.privacy_policy h2 {
	font-size: 17px;
	margin: 10px 0;
}

.privacy_policy p {
	margin-bottom: 10px;
	text-align: justify;
}

.privacy_policy li {
	margin-left: 15px;
}

.single_box div {
	font-size: 14px;
	color: #707070;
	line-height: 22px;
}

.news-holder p {
	margin-bottom: 12px;
}

.news-holder {
	max-width: 630px;
	margin: 0 auto;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

.news-holder * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #336699;
	text-decoration: none;
}

.news-headlines {
	list-style: none;
	position: relative;
}

.news-headlines li {
	padding: 5px 20px 5px 24px;
	margin-bottom: 15px;
	position: relative;
	z-index: 20;
	color: #336699;
}

.nh-anim {
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.news-headlines li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #888;
	vertical-align: middle;
	margin-left: -12px;
	margin-right: 7px;
}

.news-headlines li:hover,
a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.news-headlines .highlight {
	width: 100%;
	background: #ededed;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.news-headlines .highlight:before {
	display: none;
}

.news-headlines {
	float: left;
	width: 49%;
}

.news-preview {
	float: left;
	border: solid 1px #999;
	width: 51%;
	background: #ededed;
	position: relative;
	z-index: 5;
	margin-left: -1px;
	min-height: 350px;
	position: relative;
}

.news-preview img {
	display: block;
	border: solid 1px #999;
	width: 100%;
	height: auto;
	max-width: 296px;
	max-height: 324px;
	margin: 0 auto 5px auto;
}

.news-content {
	position: absolute;
	background: #ededed;
	z-index: 10;
	padding: 5px;
	top: 0;
	left: 0;
	display: none;
}

.top-content {
	display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
	*zoom: 1;
}

.active_cat {
	color: #fe6847 !important;
}

.ad_top {
	border-radius: 10px;
	padding: 4px;
	width: 98%;
	margin-right: 3%;
	margin-bottom: 3%;
}

.rel>h2:first-child {
	background: url("images/page_title.png") no-repeat scroll 6px center rgba(0, 0, 0, 0);
	color: #707070;
	font-family: rock;
	margin: 10px 0px 10px 0px;
	padding-left: 35px;
}

.post_wrapper:nth-child(2n) {
	/* margin-right: 12px; */
}

.art_img:hover .log_box {
	background: url(images/category_bg.jpg) no-repeat scroll 0 0 / 100% 100%;
	font-family: rock;
	font-size: 20px;
}

.appimg img {
	width: 100%;

}

.appimg2 img {
	width: 100%;
	display: none;
}

.art_desc>p:nth-child(2) {
	display: none;
}

.alert-success {
	background-color: #2bbbad;
	border-color: #2bbbad;
	color: #ffffff;
}

.alert-danger {
	background-color: #ef4554;
	border-color: #ef4554;
	color: #ffffff;
}