@charset "utf-8";
/* --------------- reset --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
}
img{display:inline-block;}
html { height:100%; }
body { height:auto !important; height:100%; min-height:100%; position:relative; background-color: #223439;}
a {                                         
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {                     
	border-collapse:collapse; 
	border-spacing:0;
}
td, td img {
	vertical-align:top;         
} 
input, select, button, textarea {
	margin:0;               
	font-size:100%;             
}
input[type="text"], input[type="password"], textarea {
	padding:0;              
}
input[type="checkbox"] {        
	vertical-align:bottom;
}
input[type="radio"] {
	vertical-align:text-bottom;
}
sub {
	vertical-align:sub;
	font-size:smaller;
}
sup {
	vertical-align:super;
	font-size:smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset --------------- */

/* --------------- fix styles ---------*/
.cc { clear:both; }
.container { width:100%;}
.container:after, .cfix:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.hidden { display:none; }
.show { display:block!important; }
.no-margin { margin:0!important; }
.no-padding { padding:0!important; }
.no-bg { background:none!important; }
.no-border { border:none!important; }
.img-repl { text-indent:-9999px; overflow:hidden; display:block; }
.left{float:left;}
.right{float:right;}
.tright{text-align:right;}
.center{margin: 0 auto;display: block;}
/* --------------- /fix styles ---------*/

/* --------------- main styles ---------*/
html {
	overflow-y: scroll;
}
body {
	line-height: 1;
	background: #292d3a url(/img/bg.png);
	color: #7a7a7a;
	text-align: left;
	font: 10px Verdana, sans-serif;
}
input, select, button, textarea {
	font-family: Verdana, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited {
	color: #ff3900;
	text-decoration: none;
}
a:hover {
	color:#a4aebb;
	text-decoration: none;
}
a:focus, a:active {
	color:#ff3900;
	text-decoration: none;
}
#header, #footer, #page, #content{
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}
.page-layout {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 1140px;
}
* {
	webkit-transition: all 0.1s linear;
	   moz-transition: all 0.1s linear;
	    ms-transition: all 0.1s linear;
	     o-transition: all 0.1s linear;
	        ransition: all 0.1s linear;
}
/* --------------- /main styles ---------*/


/* --------------- Header ---------*/
#header{
/*	position: fixed;	*/
	z-index: 100;
	padding-top: 1px;
}
#header.opacity{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#header .page-layout{
	background: #292d3a url(/img/bg.png);
}
#content{
	padding-top: 10px;
}
#header .logo{
	float:left;
	margin-left: 5px;
	margin-right: 5px;
}
#header .descr{
	text-indent:-9999px;
	font-size:0;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#header-content{
	float:right;
	background: #ff3e37;
	border-bottom: 3px solid #b22b27;
	margin-top: 1px;
	padding: 2px 3px;
	line-height: 34px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
#header-menu{
	float:left;
	line-height: 34px;
	margin: 1px 0;
}
#header-menu ul{
	list-style-type: none;
	float: left;
}
#header-menu ul li{
	position:relative;
	float:left;
	color:#665c53;
}
#header-menu ul li a.hbtn{
	display: inline-block;
	padding: 0 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	color: #751714;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
#header-menu ul li a.hbtn:hover{
	color: #751714;
	background: #fff8e7;
}
#header-menu ul li.sp{
	display: block;
	border-right: 2px solid #d42a25;
	margin: 9px 3px 0 3px;
	height: 17px;
}
#header-menu ul li a span{
	color: #979797;
	font-size: 10px;
}#header-menu ul li a:hover span{
	color: #979797;
}
.sub-menu{
	background: #b22b27;
	display: none;
	position: absolute;
	z-index: 20;
	padding: 5px;
	margin: 2px;
	top: 35px;
	left: -3px;
	width: 130px;
	-webkit-transition: background 0s linear;
	   -moz-transition: background 0s linear;
		-ms-transition: background 0s linear;
		 -o-transition: background 0s linear;
			transition: background 0s linear;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
#header-menu ul li .sub-menu ul{
	display: block;
	width: 110px;
	margin-right: 5px;
	float: left;
	list-style-type: none;
}
#header-menu ul li .sub-menu ul li{
	width: 108px;
	height: 30px;
	line-height: 30px;
}
#header-menu ul li .sub-menu ul li a{
	display: block;
	width: 120px;
	color: #fff8e7;
	background: transparent;
	padding: 0px 5px;
	font-size: 12pt;
	font-weight: normal;
	line-height: 30px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
#header-menu ul li .sub-menu ul li a:hover{
	color: #751714;
	background: #fff8e7;
	font-weight: bold;
}

.sub-menu hr {
	height: 1px;
	color: #223439;
	border: 0;
}

.search-box{
	margin: 2px 4px;
	padding: 0;
	float: left;
	width: 580px;
	height: 34px;
	display: block;
	background: #ffffff;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.search-box .txt{
	float: left;
	width: 530px;
	font-size: 13px;
	height: 34px;
	line-height: 34px;
	color:#000;
	padding: 0px 10px;
	border: none;
	background: transparent;
	border: none;
	behavior: url(/css/PIE.htc);
}
.search-box .submit{
	float:right;
	width:30px;
	height:34px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	background: url(/img/search-btn.png) no-repeat center center;
	border:none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.select-box{
	margin: 0;
	padding: 0 10px;
	float: left;
	width: 120px;
	height: 36px;
	background: #751714;
	position: relative;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.select-box span.message{
	color: #ffffff;
	font-size: 10px;
	line-height: 34px;
}
.select-box i{
	float: right;
	display: block;
	width: 18px;
	height: 34px;
	background:url(/img/arr-m.png) no-repeat right center;
	padding-left: 9px;
}


.select-drop-box{
	list-style-type: none;
	display: none;
	color: #fff8e7;
	background: #b22b27;
	position: absolute;
	z-index: 20;
	padding: 5px;
	top: 30px;
	left: 0px;
	width: 210px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.select-box:hover .select-drop-box{
	display: block;
}
.select-drop-box li{
	width: 100%;
	height: 20px;
}
.select-drop-box a{
	display: block;
	color: #fff8e7;
	padding: 0px 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.select-drop-box a:hover{
	color: #751714;
	background: #fff8e7;
	font-weight: bold;
}

#header .addthis_toolbox{
	float: left;
	width: 250px;
	margin-top: 5px;
}

/* --------------- /Header ---------*/





/* --------------- thumb ---------*/

.thumb{
	position:relative;
	display:block;
	float:left;
	width: calc(20% - 10px);
	margin: 3px 1px;
	padding: 4px;
	color: #9f9f9f;
	font-family: Arial, sans-serif;
	background: #151b27;
	border-bottom: 3px solid #0c111b;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.thumb:hover{
	background: #0c111b;
}

.thumb.thumb-v{
	width: 274px;
	margin: 1px;
}
.pic-thumb{
	position:relative;
	display:block;
	float:left;
	width: calc(25% - 10px);
	margin: 5px;
}
.pic-thumb img {		
	width:100%;
	height:auto; 
}
.model-thumbs .thumb{
	width:246px;
	margin: 4px 16px;
}
.thumb a{
	position:relative;
	color: #a4aebb;
}
.thumb a:hover{
	text-decoration: none;
	color: #ff3e37;
}
.thumb strong{
	text-align: center; 
	display: block;    
}
.thumb img{
	display: block;
	margin: 0px auto;
	width: 100%;
	height: auto;
}
.thlable{
	color: #ffffff;
	position: relative;
	z-index:5;
	display: block;
	float:left;
	width: 180px;
	height: 16px;
	font: 10px/16px Arial, sans-serif;
	position: absolute;
	top: 4px;
	left: 4px;
	visibility: visible;
	background:url(/img/th-label-glass.png);
}
.thumb.thumb-v .thlable{
	width: 273px;
	left: 4px;
}
.model-thumbs .thumb .thlable{
	width:230px;
}
.thlable span{
	padding: 0 5px;
}
.thumb:hover .thlable{
	visibility: hidden;
}
.thumb p{
	clear: both;
	font-size: 11pt;
	line-height: 26px;
	padding: 4px 4px 0 4px;
	margin: 0;
	text-align: center;
	font-weight: 500;
}
.thumb p a{
	padding: 0;
	display: inline;
	color: #a4aebb;
}
.thumb:hover p a,
.thumb p a:hover{
	color: #ff3e37;
}
.thumb em{
	font: 22px/22px Arial;
	text-align: center;
	display: block;
	padding: 5px 0;
}

/* --------------- /thumb ---------*/







/* --------------- loader --------------- */

.loader,
.pages{
	display: block;
	text-align: center;
	clear:both;
}

.loader span,
.pages span{
	font-weight: bold;
	font-size: 12px;
	line-height: 32px;
	display:inline-block;
	background: #151b27;
	color: #ffffff;
	margin: 5px auto;
	padding: 0 5px;
	cursor:pointer;
	width: 100%;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.pages span:hover{
	color:#ff3e37;
	background: #0c111b;
	text-decoration: none;
}



div.loader{
	display:none;
}
/* --------------- /loader --------------- */






/* --------------- pager ---------*/
.pager{
	padding: 25px 0 25px 0;
	display: block;
	height: 36px;
	text-align: center;
	font-size: 0;
	font: normal 14px/28px Arial, sans-serif;
}

.pager span,
.pager a{
	display: inline-block;
	padding: 8px;
	margin: 0 1px;
	min-width: 28px;
	background: #151b27;
	color: #ffffff;
	box-shadow: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size:22px;
}
.pager span.curent,
.pager a:hover{
	color:#ff3e37;
	background: #0c111b;
	font-weight: bold;
}
a.current{
	color:#131313;
	background: #ff3e37;
}
.pager span.scj_dots,
.pager a.prev,
.pager a.next{
	border: none;
	background: none;
	box-shadow: none;
}
.pager .prev{margin-right: 15px;}
.pager .next{margin-left: 15px;}

/* --------------- /pager ---------*/




div.title{
	text-align: center;
	color: #9f9f9f;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0;
}
div.title.txt-left{
	text-align: left;
}
.content-right div.title{
	font-size: 14px;
	color: #9f9f9f;
}




.az-list-box{
	margin: 5px auto;
	width:1050px;
	display:block;
}
.az-list-box-row{
	width:150px;
	float:left;
}
.az-list-box ul{
	margin: 0 3px 10px 3px;
	list-style-type: none;
	position: relative;
}
.az-list-box ul li{
	display: block;
	text-align:left;
	font-size: 12px;
	color: #a0a0a0;
}
.az-list-box ul li a{
	font-weight: bold;
	padding: 6px;
	display: block;
	color: #a4aebb;
	border-bottom: 1px solid #3e4456;
}
.az-list-box ul li a:hover{
	color: #ff3e37;
	text-decoration:none;
}
.az-list-box ul li a span{
	color: #727272;
	font-weight: normal;
	padding-left: 5px;
}
.az-list-box ul li a:hover span{
	color: #727272;
}
.az-list-box ul li.letter {
	margin-bottom: 2px;
	border: none;
	background: #000000;
	text-align: right; 
	font-size: 10px; 
	line-height: 20px;
	padding: 0 8px;
	color:#6d6d6d;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.az-list-box ul li.letter span{
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}




.list-box{
	margin: 5px auto;
	padding: 16px;
	width: 1060px;
	display:block;
	background: #111111;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.list-box ul{
	width:20%;
	float:left;
	margin: 0;
	position: relative;
	list-style-type: none;
}
.list-box ul li{
	text-align:left;
	font-size: 14px;
	color: #a4aebb;
	margin: 2px 0;
}
.list-box ul li a{
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	color: #a4aebb;
	line-height: 20px;
}
.list-box ul li a:hover{
	color: #ff3e37;
	text-decoration:none;
}
.list-box ul li a span{
	color: #ff3e37;
	font-weight: normal;
	padding-left: 15px;
}




.content-list-box{
	margin: 0 auto;
	padding: 0 10px;
	display:block;
	background: #333c49;
	-webkit-border-radius: 5px 5px 5px 5px;
	   -moz-border-radius: 5px 5px 5px 5px;
			border-radius: 5px 5px 5px 5px;
}
.content-right .content-list-box{
	padding: 10px 2px;
}
.content-list-box ul{
	margin: 0;
	position: relative;
	list-style-type: none;
}
.content-list-box ul li{
	text-align:left;
	font-size: 13px;
	line-height: 26px;
	color: #ffffff;
	margin: 2px 0;
}
.content-list-box ul li a{
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	display: inline-block;
	color: #ffffff;
	padding: 0 6px;
	line-height: 20px;
}
.content-list-box ul li a:hover{
	color: #ff3e37;
	text-decoration:none;
}
.content-list-box ul li a span{
	color: #ff3e37;
	font-weight: normal;
	padding-left: 15px;
}













.gallery-title{
	font-family: Arial, sans-serif;
	padding: 15px;
	font-size: 12px;
	line-height: 16px;
	color: #cfcfcf;
	background: #151b27;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.gallery-title h1{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


.tags-box a{
	display: inline-block;
	padding: 5px;
	margin: 1px;
	background: #151b27;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.tags-box a:hover{
	background: #151b27;
	color: #ff3e37;
}



/* --------------- Pix content --------------- */


.content-left{
	width: 210px;
	display: block;
	float: left
}
.content-right{
	/* width: 160px */
	width: 310px;
	display: block;
	float: right;
}


.rate-box{
	text-align: center;
	color: #9c9691;
	font-size: 12px;
	font-weight: bold;
}
.msg-box{
	margin: 5px auto;
	font-size: 10px;
	color: #c0c0c0;
	padding: 5px 0;
/*	width: 140px; */
	width: 100%;
	background: #333c49;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	font-size: 12px;
}
.msg-box:hover{
	background: #0c111b;
	color: #c0c0c0;
}
.msg-box span{
	font-size: 18px;
	color: #c0c0c0;
}
.msg-box:hover span{
	color: #c0c0c0;
}

.msg-box.babl-box{
	font-family: Arial, sans-serif;
	color: #c0c0c0;
}
.msg-box.babl-box:hover,
.msg-box.babl-box:hover span{
	color: #ffffff;
}
.big-font{ font-size: 18px; }

.ico-rate{
	display: block;
	background: url(/img/rate-hend.png) no-repeat;
	width: 66px;
	height: 61px;
	margin: 0 auto;
}
.msg-box:hover .ico-rate{
	background: url(/img/rate-hend-h.png) no-repeat;
}
.ico-babl{
	display: block;
	background: url(/img/report-babl.png) no-repeat;
	width: 22px;
	height: 19px;
	margin: 0 auto;
}
.msg-box:hover .ico-babl{
	background: url(/img/report-babl-h.png) no-repeat;
}
.msg-box img {
	border: solid 4px #292d3a;
	margin: 10px;
}

.model-info-box{
	font-size: 12px;
	line-height: 18px;
	display: block;
	padding: 0;
	color: #939393;
}
.model-info-box a{
	color: #ffeeda;
}
.model-info-box a:hover{
	color: #bb411d;
	text-decoration: none;
}
.shcomment-box{
	text-align: center;
	width: 100%;
	font: bold 12px/20px Arial, sans-serif;
	display: block;
	padding: 5px;
	color: #ffffff;
	background: #242a33;
	-webkit-border-radius: 0px 0px 5px 5px;
	   -moz-border-radius: 0px 0px 5px 5px;
			border-radius: 0px 0px 5px 5px;
}
.shcomment-box i{
	display: inline-block;
	width: 18px;
	height: 12px;
	background: url(/img/arr-down.png);
}






.pics-gallery-content{
	width: 815px;
	margin: 5px;
	display: block;
	float: left;
}
.picthumbs{
	margin: 5px 0;
}
.btn-click-here{
	background: #ff3e37;
	color:#ffffff !important;
	display:block;
	margin: 5px auto;
	padding: 5px 0;
	clear:both;
	width:100%;
	text-align:center;
	font-weight: bold;
	font-size: 20px;
	list-style: 30px;
	cursor:pointer;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
 
}
.btn-click-here:hover{
	background: #0c111b;
	color:#ff3e37  !important;
	text-decoration: none;
}

.btn-click-here2{
	background: #151b27;
	color:#ffffff !important;
	display:block;
	margin: 5px auto;
	padding: 5px 0;
	clear:both;
	width:100%;
	text-align:center;
	font-size: 20px;
	list-style: 40px;
	font-weight: bold;
	cursor:pointer;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
			border-radius: 9px;
 
}
.btn-click-here2:hover{
	background: #0c111b;
	color:#ff3e37  !important;
	text-decoration: none;
}

/* --------------- /Pix content --------------- */










/* --------------- Video content --------------- */
.video-gallery-content{
	/* width: 780px; */
	float: left;
}
.side-ad{
	width: 300px;
	margin: 10px;
	float: right;
}
.side-ad .side-ad-ins{
	margin-bottom: 10px;
}

.inner-video{
	margin: 5px 0;
}
.video-ad-ins img{
	margin: 5px auto;
	display: block;
}

.social{
	background-color: #333c49;
	display: block;
	padding: 6px;
	margin: 10px 0;
	line-height: 25px;
	font-size: 12px;
	color: #c4bfbb;
	font-family: Arial, sans-serif;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
			border-radius: 9px;

}
.social .tags-box{
	display: inline-block;
}
.social .tags-box a{
	padding: 0 6px;
}
.social b{
	font-size: 14px;
	color: #c4bfbb;
	font-family: Arial, sans-serif;
}
.social span.pname{
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, sans-serif;
}
.video-rate{
	float: right;
	font-size: 10px;
	line-height: 14px;
	color: #8d8d8d;
	font-family: Arial, sans-serif;
}
.video-rate span{
	font-size: 14px;
	font-weight: bold;
}

.btn{
	text-align:left;
	font-weight: normal;
	font-size:10px;
	line-height: 24px;
	padding-left: 4px;
	vertical-align: middle;
	background:url(/img/btn-bg.png) 0 center no-repeat;
}
.btn:hover{
	background:url(/img/btn-bg-h.png) 0 center no-repeat;
}
.btn a{
	display: block;
	padding: 0px 5px;
	color: #ffffff;
	background-color: #151b27;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.btn:hover a{
	color: #ffffff;
	background-color: #626b77;
	text-decoration:none;
}
.btn a i{
	background: url(/img/btn-ico.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
    top: 4px;
}

.btn a i.ico-share    { background-position: 0 0; }
.btn a i.ico-favorite { background-position: -16px 0; }
.btn a i.ico-embed    { background-position: -32px 0; }
.btn a i.ico-download { background-position: -48px 0; }
.btn a i.ico-plus     { background-position: -64px 0; }

.btn:hover a i.ico-share    { background-position: 0 -16px; }
.btn:hover a i.ico-favorite { background-position: -16px -16px; }
.btn:hover a i.ico-embed    { background-position: -32px -16px; }
.btn:hover a i.ico-download { background-position: -48px -16px; }
.btn:hover a i.ico-plus     { background-position: -64px -16px; }

.social .btn{
	display: inline-block;
	margin: 0 1px;
}

i.ico-mhead{
	background: url(/img/ico-head.png) no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.social a.mname{
	font: bold 14px Arial, sans-serif;
	color: #ff3e37 !important;
	text-decoration: none;
}
.social a.mname:hover{
	color: #ffffff !important;
	text-decoration: none;
}

.vbtn-box{
	width: 260px;
	float: left;
}

.video-gallery-content .rate-box{
	float: right;
}

/* --------------- /Video content --------------- */
















/* --------------- Login box --------------- */


.reg-box{
	border: 1px solid transparent;
	display: block;
	width: 400px;
	background: url(/img/box-bg-glass.png);
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.reg-box-wrap{
	position: relative;
	font-size: 11px;
	color: #9c9691;
	font-family: Arial, sans-serif;
	margin: 5px;
	padding: 5px;
	display: block;
	background: #f0f0f0;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.reg-title{
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 20px;
}
.reg-box p{
	margin: 2px 0;
}
.reg-box label{
	width: 90px;
	text-align: right;
	margin: 0 10px;
	display: inline-block;
	line-height: 34px;
}
.reg-box input[type="text"]{
	width: 250px;
	padding: 0 5px;
	line-height: 34px;
	height: 34px;
	color: #000;
	border: none;
	background: #dfdbd8;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}
.reg-box .tright{
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}
#reg-login{
	color: #ffffff;
	padding: 4px 14px;
	background: #84d1fd;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}
#reg-cansel{
	position: absolute;
	top: 5px;
	right: 5px;
	background: #eae8e8;
	width: 27px;
	height: 27px;
	line-height: 27px;
	display: inline-block;
	text-align: center;
	color: #6e6a67;
	font-size: 18px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}

/* --------------- /Login box --------------- */






/* --------------- Comment box --------------- */

.comment-box{
	margin: 5px 0;
	background-color: #333c49;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}

.comment-box-title{
	padding: 5px 0;
	color: #aeaeae;
}
.comment-box-title i{ 
	width: 12px;
	height: 18px;
	display: inline-block;
	margin-left: 5px;
	background: url(/img/arr-r.png) no-repeat;
	vertical-align: middle;
}
.comment-box-title .msg-add-box{
	font-weight: bold;
	font-size: 12px;
	line-height: 23px;
	padding: 0 30px;
	display: inline-block;
	color: #ffffff;
	background: #151b27;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.comment-box-title .pager {
	padding: 0;
	float: right;
}
.comment-box-title .pager a{
	margin: 1px 0 0 0;
}

.comment-title-drop{
	text-align: center;
	background: #0c111b;
	color: #ff3e37;
	font: bold 12px/20px Arial, sans-serif;
	padding: 8px 0;
	margin-bottom: 20px;
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
			border-radius: 9px;
}
.comment-title-drop i{ 
	width: 18px;
	height: 12px;
	display: block;
	margin: 0 auto;
}
.comment-title-drop i.down{
	background: url(/img/arr-down.png) no-repeat;
}
.comment-title-drop i.up{
	background: url(/img/arr-up.png) no-repeat;
}

.comment-title-drop:hover i.down{ 
	background: url(/img/arr-down-h.png) no-repeat;
}
.comment-title-drop:hover i.up{ 
	background: url(/img/arr-up-h.png) no-repeat;
}



.comment-box-content{
	border-top: 1px dashed #363330;
	border-bottom: 1px dashed #363330;
	padding: 10px;
}



.ucomment{
	display: block;
	margin: 5px 0;
	font-size: 10px;
	font-family: Arial, sans-serif;
}
.ucomment:after { content:" "; display:block; height:0; clear:both; visibility:hidden;}
.ucomment .ava{
	border: 1px solid #4b4b4b;
	background: #4b4b4b;
	padding: 2px;
	width: 55px;
	height: 55px;
	float: left;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.ucomment .ucomment-content{
	display: block;
	margin-left: 65px;
	color: #c4bfbb;
}
.ucomment.closed .ucomment-content{
	margin-left: 0;
}
.ucomment .ucomment-title{
	background: #3e4753;
	color: #c4bfbb;
	line-height: 25px;
	padding: 0 8px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.ucomment .ucomment-title a{
	font-size: 14px;
	color: #ffffff;
	margin-right: 10px;
}
.ucomment .ucomment-msg{
	margin: 5px 0 5px 5px;
}
.ucomment .ucomment-ico{
	font-size: 12px;
	margin-left: 30px;
}
.ucomment .ucomment-ico a{
	font-size: 14px;
	color: #ff3e37;
}
i.ico-vote-yes{
	background: url(/img/ico-vote-yes.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}
i.ico-vote-no{
	background: url(/img/ico-vote-no.png) no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
}
i.ico-reply{
	background: url(/img/ico-reply.png) no-repeat;
	width: 17px;
	height: 16px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.level-0{}
.level-1{ margin-left: 60px; }
.level-2{ margin-left: 100px; }
.level-3{ margin-left: 140px; }
.level-4{ margin-left: 180px; }

.ucomment.closed .ucomment-ico,
.ucomment.closed .ucomment-msg,
.ucomment.closed .ava{
	display: none;
}

.open-comment{
	display: none;
	margin-left: 50px;
	color: #9b9b9b;
	font-size: 12px;
	font-weight: bold;
}
.ucomment.closed .open-comment{
	display: inline-block;
}
.ucomment.closed .open-comment i{ 
	width: 18px;
	height: 12px;
	display: inline-block;
	margin-left: 5px;
	background: url(/img/arr-down.png) no-repeat;
	vertical-align: middle;
}
.ucomment.closed .open-comment:hover{ 
	color: #cd564d;
}
.ucomment.closed .open-comment:hover i{ 
	background: url(/img/arr-down-h.png) no-repeat;
}

/* --------------- /Comment box --------------- */



























/* --------------- footer --------------- */

#footer{
	font-size: 12px;
	color:#7f7f7f;
	padding: 7px 0;
	font-size: 10px;
}
#footer .logo{
	display: block;
	margin: 0 auto;
}
#footer-left{
	margin-right: 10px;
	width: 300px;
	float: left;
	color: #6e6e6e;
	text-align: center;
}
#footer-right{
	margin-left: 330px;
	line-height: 15px;
	text-align: left;
}
#footer-right p.wm{
	color: #6e6e6e;
	font-size: 12px;
}

/* --------------- /footer --------------- */

/* model */

.model {
  margin-bottom: 10px;
  padding: 4px 5px;
}
.model .title {
  font-weight: bold;
  margin: 0px;
  margin-bottom: 3px;
  padding: 10px;
  color: #fff;
  background-color: #151B27;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
     border-radius: 4px;
}
.model .model-foto {
  border: 6px solid #151B27;
  margin: 0px auto;
  padding: 10px;
}
.model .model-info {
  margin-top: 16px;
  float: right;
  width: 820px;
}
.model .model-name {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
  margin: 0px auto;
  text-align: center;
}
.model .profile-info {
  color: #fff;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
.model .profile-info span {
  font-size: 12px;
  font-weight: bold;
}
.model .model-stats {
  line-height: 24px;
  height: auto;
  color: #fff;
  background-color: #333C49;
  display: block;
  padding: 25px 10px;
  font-size: 14px;
  height: 364px;
}
.model .model-stats b {
  font-size: 17px;
  line-height: 28px;
  color: #AAA;
}
.model .model-stats .model-stats-row {
  float: left;
  width: 230px;
}
.model .model-stats .model-stats-row-rate {
  float: right;
  width: 145px;
}
.model-img-block {
	display: block-inline; width: 300px; height: 400px; margin-top: 16px; float: left;
}
/* model */

.bold-text { font-weight: 600 !important; font-size: 12pt !important; }

@media only screen and (min-width: 1140px) {
	.page-layout {
		width: 1140px;
	}
}
@media only screen and (min-width: 950px) and (max-width: 1139px) {
	.page-layout {
		width: 950px !important;
	}
	.pics-gallery-content {
	    width: 630px !important; 
	}
	.sidebar { width: 100% !important; }
	.search-box{ width: 480px; }
	.search-box .txt{ width: 430px; }
	.pic-thumb { margin: 5px; width: calc(33.3% - 10px) }
	.pic-thumb img { width: 100% !important; height: auto; }
	.model .model-info { width: 630px; }
}
@media only screen and (min-width: 760px) and (max-width: 949px) {
	.page-layout {
		width: 760px !important;
	}
	.search-box{ width: 285px; }
	.search-box .txt{ width: 230px; }
	.pics-gallery-content {
	    width: 440px !important; 
	}
	.sidebar { width: 100% !important; }
	.th-vr img { margin: 0px 2px; }
	.pic-thumb { width: calc(50% - 5px); margin: 2px; }
	.pic-thumb img { width: 100% !important; height: auto; }
	.model .model-info { width: 440px; }
	.model .model-stats .model-stats-row {  width: 210px; }
	.model .model-stats b { font-size: 14px; }
	.thumb { width: calc(25% - 10px); }
}
@media only screen and (min-width: 570px) and (max-width: 760px) {
	.page-layout {
		width: 570px !important;
	}
	.search-box{ display: none; }
	.pics-gallery-content {
	    width: 100% !important; 
	}
	.sidebar { width: 100% !important; }
	.th-vr img {
		margin: 8px;
		width: 264px !important;
		height: auto !important;
	}
	.boxad2 { display: none; }
	.content-right { width: 100%; }
	.pic-thumb { margin: 5px; width: calc(33.3% - 10px);}
	.pic-thumb img { width: 100% !important; height: auto; }
	.model-img-block { width: 100% !important; }
	.model .model-info { width: 100% !important; }
	.thumb { width: calc(33.3% - 10px); }
}
@media only screen and (min-width: 380px) and (max-width: 570px) {
	.page-layout {
		width: 380px !important;
	}
	.search-box {display: none;  }
	#header-content {display: none;  } 
	.pics-gallery-content {
	    width: 100% !important; 
	}
	.sidebar { width: 100% !important; }
	#footer-right { display: none;}
	.th-vr img {
		margin: 1px;
		width: 154px !important;
		height: auto !important;
	}
	.boxad2 { display: none; }
	.content-right { width: 100%; }
	.pic-thumb { width: calc(50% - 10px); margin: 5px; }
	.pic-thumb img { width: 100% !important; height: auto; }
	.model-img-block { width: 100% !important; }
	.model .model-info { width: 100% !important; }
	.model .model-stats .model-stats-row {  width: 150px; }
	.model .model-stats { font-size: 10px; }
	.model .model-stats b { font-size: 12px; }
	.thumb { width: calc(50% - 10px); }
}
@media only screen and (max-width: 379px) {
	.page-layout {
		width: 300px !important;
	}
	.thumb {width: 100% }
	.thumb img {width: 99%; height: auto !important;}
	.thlable {width: 100% }
	.search-box {display: none;  }
	#header-content {display: none;  }
	.pics-gallery-content {
	    width: 100% !important; 
	}
	.sidebar { width: 100% !important; }
	#footer-right { display: none;}
	.th-vr img {
		margin: 0px auto;
		width: 99%; height: auto !important;
	}
	.boxad2 { display: none; }
	.content-right { width: 100%; }
	.pic-thumb { margin: 2px; }
	.pic-thumb img { width: 141px !important; height: auto; }
	.model-img-block { width: 100% !important; }
	.model .model-info { width: 100% !important; }
	.model .model-stats .model-stats-row {  width: 130px; }
	.model .model-stats { font-size: 11px; }
	.model .model-stats b { font-size: 13px; }
}
