@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;}
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;
}
.banner-vertical a
{border:1px solid #000;}
.banner-vertical a:hover
{border:#fff}
.pics-promo-wrapper {
width:930px;
margin:0px auto;}
.pics-promo {
width:300px;
margin:5px;
float:left;}
/* --------------- /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, a img { 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: #ffffff;
	color: #696969;
	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: #ff8153;
	text-decoration: none;
}
a:hover {
	color:#9e2c02;
	text-decoration: none;
}
a:focus, a:active {
	color:#ff8153;
	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;
}
.page-layout-gal {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 1260px;
}
* {
	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;
	background: #ffffff;
}
#header.opacity{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#content{
	padding-top: 50px;
}
#header .logo{
	border-bottom: 1px solid #eae9e8;
}
#header .logo{
	float:left;
	margin-right: 35px;
}
#header .descr{
	text-indent:-9999px;
	font-size:0;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.ico-pic,
.ico-camera,
.ico-head{
	background: url(img/ico-h-menu.png);
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin: 5px 4px;
	-webkit-transition: background 0s linear;
	   -moz-transition: background 0s linear;
		-ms-transition: background 0s linear;
		 -o-transition: background 0s linear;
			transition: background 0s linear;
}
.ico-camera  { background-position: -26px 0; }
.ico-head { background-position: -52px 0; }

#header-menu a:hover i.ico-pic    { background-position:   0px 26px; }
#header-menu a:hover i.ico-camera  { background-position: -26px 26px; }
#header-menu a:hover i.ico-head { background-position: -52px 26px; }

.ico-morearr{
	background: url(img/arr-h.png) no-repeat center 12px;
	display: block;
	float: right;
	width: 10px;
	height: 40px;
	margin: 0px 5px;
}
#header-menu a:hover .ico-morearr{
	background-image: url(img/arr-hh.png);
}

#header-menu{
	float:left;
	height: 36px;
	margin-top: 1px;
}
#header-menu ul{
	list-style-type: none;
	float: left;
}
#header-menu ul li{
	font-size:12px;
	position:relative;
	float:left;
	color:#fff;
	height: 36px;
}
#header-menu ul li.sp{
	background: #b4ada7;
	float:left;
	display: block;
	width: 1px;
	height: 20px;
	margin: 0 2px;
	margin-top: 9px;
}
#header-menu ul li a{
	float:left;
	color: #c4bebb;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	behavior: url(/css/PIE.htc);
}
#header-menu ul li a:hover{
	color: #ffffff;
	background: #ff8153;
}
#header-menu ul li a span{
	color: #979797;
	font-size: 10px;
}
.sub-menu{
	background: #ffffff;
	border: 1px solid #bdb4b1;
	display: none;
	position: absolute;
	z-index: 20;
	padding: 5px;
	top: 35px;
	left: -10px;
/*	width: 600px; */
	-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: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
#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: 20px;
}
#header-menu ul li .sub-menu ul li a{
	width: 88px;
	color: #ff8153;
	padding: 0px 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
#header-menu ul li .sub-menu ul li a:hover{
	color: #9e2c02;
	background: none;
	font-weight: bold;
}

.search-box{
	margin-top: 4px;
	padding: 0 10px;
	float: right;
	width: 335px;
	height: 32px;
	display: block;
}
.search-box .txt{
	float: left;
	width: 270px;
	font-size: 10px;
	height: 30px;
	line-height: 30px;
	color:#aeaeae;
	padding: 0px 15px;
	border: none;
	background: #ffffff;
	border: 1px solid #c1c1c1;
	box-shadow: 0 2px 0 0 #e0dbd7;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	behavior: url(/css/PIE.htc);
}
.search-box .submit{
	float:right;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0;
	background:url(img/search-btn.png) no-repeat center center;
	border:none;
}

.select-box{
	margin-top: 4px;
	padding: 5px 10px;
	float: left;
	width: 200px;
	height: 20px;
	border: 1px solid #c1c1c1;
	background: #ffffff;
	box-shadow: 0 2px 0 0 #e0dbd7;
	position: relative;
}
.select-box span.message{
	color: #aeaeae;
	font-size: 10px;
	line-height: 20px;
}
.select-box i{
	float: right;
	display: block;
	width: 18px;
	height: 20px;
	background:url(img/arr-down.png) no-repeat right center;
	padding-left: 9px;
	border-left: 1px solid #ccd0d2;
}


.select-drop-box{
	list-style-type: none;
	display: none;
	background: #ffffff;
	border: 1px solid #bdb4b1;
	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: #ff8153;
	padding: 0px 5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	border: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.select-drop-box a:hover{
	color: #9e2c02;
	font-weight: bold;

}

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





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

.thumb{
	position:relative;
	display:block;
	float:left;
	width:182px;
	overflow:hidden;
	margin: 1px;
	padding: 2px;
	color: #a1a1a1;
	background: #ffffff;
	border: 1px solid #cdcfd1;
	font-family: Arial, sans-serif;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.picthumbs .thumb{
	border: 1px solid transparent;
}
.thumb.thumb-v{
	width: 242px;
	margin: 1px 15px;
}
.model-thumbs .thumb{
	width:246px;
	margin: 4px 16px;
}
.thumb:hover{
	border: 1px solid #ff8153;
	background: #ff8153;
	color: #a63e18;
}
.thumb a{
	position:relative;
	color: #ff8153;
}
.thumb a:hover{
	text-decoration: none;
	color: #ffffff;
}
.thumb strong{
	text-align: center; 
	display: block;    
}
.thumb img{
	display: block;
	border: 1px solid #ffffff !important;
	margin: 0px auto;
}
.thumb:hover img{
	border: 1px solid #ffffff !important;
}
.thlable{
	color: #5e5e5e;
	position: relative;
	z-index:5;
	display: block;
	float:left;
	width: 176px;
	height: 16px;
	font: 10px/16px Arial, sans-serif;
	position: absolute;
	top: 5px;
	left: 5px;
	visibility: visible;
}
.thumb.thumb-v .thlable{
	width: 238px;
}
.model-thumbs .thumb .thlable{
	width:230px;
}
.thlable span{
	padding: 0 5px;
	background:url(img/th-label-glass.png);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.thumb:hover .thlable{
	visibility: hidden;
}
.thumb p{
	clear: both;
	font-size: 10px;
	padding: 2px 0px;
	margin: 0;
	overflow: hidden;
	height: 14px;
}
.thumb p a{
	padding: 0;
	display: inline;
	color: #ff8153;
}
.thumb:hover p a,
.thumb p a:hover{
	color: #ffffff;
}
.thumb em{
	font: 22px/22px Arial;
	text-align: center;
	display: block;
	padding: 5px 0;
}

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




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

.vthumb{
	position:relative;
	display:block;
	float:left;
	width:276px;
	overflow:hidden;
	margin: 1px;
	padding: 2px;
	color: #a1a1a1;
	background: #ffffff;
	border: 1px solid #cdcfd1;
	font-family: Arial, sans-serif;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.picthumbs .vthumb{
	border: 1px solid transparent;
}

.model-thumbs .vthumb{
	width:246px;
	margin: 4px 16px;
}
.vthumb:hover{
	border: 1px solid #ff8153;
	background: #ff8153;
	color: #a63e18;
}
.vthumb a{
	position:relative;
	color: #ff8153;
}
.vthumb a:hover{
	text-decoration: none;
	color: #ffffff;
}
.vthumb strong{
	text-align: center; 
	display: block;    
}
.vthumb img{
	display: block;
	border: 1px solid #ffffff !important;
	margin: 0px auto;
}
.vthumb:hover img{
	border: 1px solid #ffffff !important;
}
.vthlable{
	color: #5e5e5e;
	position: relative;
	z-index:5;
	display: block;
	float:left;
	width: 274px;
	height: 16px;
	font: 10px/16px Arial, sans-serif;
	position: absolute;
	top: 5px;
	left: 5px;
	visibility: visible;
}

.model-thumbs .thumb .thlable{
	width:230px;
}
.vthlable span{
	padding: 0 5px;
	background:url(img/th-label-glass.png);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.vthumb:hover .vthlable{
	visibility: hidden;
}
.vthumb p{
	clear: both;
	font-size: 10px;
	padding: 2px 0px;
	margin: 0;
}
.vthumb p a{
	padding: 0;
	display: inline;
	color: #ff8153;
}
.vthumb:hover p a,
.vthumb p a:hover{
	color: #ffffff;
}
.vthumb em{
	font: 22px/22px Arial;
	text-align: center;
	display: block;
	padding: 5px 0;
}

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






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

.loader,
.pages{
	display:block;
	background-color: #ffffff;
	border: 1px solid #cdcfd1;
	color: #676767;
	margin: 5px auto;
	padding: 5px;
	clear:both;
	text-align:center;
	font-size:14px;
	list-style: 30px;
	font-weight:600;
	cursor:pointer;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.pages:hover{
	border-color: #ff8153;
	color:#ffffff;
	background: #ff8153;
	text-decoration: none;
}
.pages i{
	display: inline-block;
	width: 2px;
	height: 3px;
	vertical-align: middle;
	background: url(img/arr-m.png);
	margin-left: 5px;
}
.pages:hover i{
	background: url(img/arr-mh.png);
}

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








/* --------------- pager ---------*/
.pager{
	padding: 10px 0 25px 0;
	display: block;
	height: 29px;
	text-align: center;
	font-size: 0;
}

.pager span,
.pager a{
	font-family: Arial, sans-serif;
	display: inline-block;
	padding: 0 6px;
	margin: 0 3px;
	min-width: 15px;
	font-size: 14px;
	line-height: 27px;
	font-weight: normal;
	border: 1px solid #dadcdc;
	background: #ffffff;
	color: #676767;
	box-shadow: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.pager span.curent,
.pager a:hover{
	border: 1px solid #ff8153;
	background: #ff8153;
	color: #ffffff;
	font-weight: bold;
}
.pager span.scj_dots,
.pager a.prev,
.pager a.next{
	border: none;
	background: none;
	box-shadow: none;
	color: #676767;
}
.pager .prev{margin-right: 15px;}
.pager .next{margin-left: 15px;}

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




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





.az-list-box{
	margin: 5px auto;
	width:1000px;
	display:block;
}
.az-list-box-row{
	width:200px;
	float:left;
}
.az-list-box ul{
	width:180px;
	float:left;
	list-style-type: none;
	margin: 0 5px 10px 5px;
	position: relative;
}
.az-list-box ul li{
	text-align:left;
	font-size: 12px;
	color: #a0a0a0;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #e5e5e5;
}
.az-list-box ul li a{
	padding: 6px;
	display: block;
	color: #6e6a67;
}
.az-list-box ul li a:hover{
	color: #ff8153;
	text-decoration:none;
}
.az-list-box ul li a span{
	color: #a0a0a0;
	font-weight: normal;
	padding-left: 5px;
}
.az-list-box ul li.letter {
	border: none;
	border-bottom: 1px solid #e5e5e5;
	background: none;
	text-transform:capitalize;
	text-align: right; 
	font-size: 14px; 
	line-height: 18px;
	padding: 5px;
	color:#969696;
}
.az-list-box ul li.letter span{
	font-size: 16px; 
	line-height: 18px;
}




.list-box{
	margin: 5px auto;
	padding: 10px;
	width:980px;
	display:block;
	background: #ffffff;
	border-bottom: 3px solid #d6d6d6;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.list-box-row{
	width:200px;
	float:left;
}
.list-box ul{
	width:20%;
	float:left;
	margin: 0;
	position: relative;
	list-style-type: none;
}
.list-box ul li{
	text-align:left;
	font-size: 12px;
	color: #8a8a8a;
	margin: 2px 0;
}
.list-box ul li a{
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	color: #f7642e;
	padding: 0 6px;
	line-height: 20px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.list-box ul li a:hover{
	color: #9e2c02;
	text-decoration:none;
}
.list-box ul li a span{
	color: #8a8a8a;
	font-weight: normal;
	padding-left: 15px;
}













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


.tags-box a{
	display: inline-block;
	padding: 3px;
	margin: 2px;
	background: #d0cbc7;
	color: #6e6a67;
	font-weight: bold;
	font-size: 11px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.tags-box a:hover{
	background: #ff8153;
	color: #ffffff;
}



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


.content-left{
	width: 300px;
	display: block;
}
.content-right{
	width: 180px;
	display: block;
}
.content-left{
	float: left
}
.content-right{
	float: right;
}

.content-left .list-box{
	width: 280px;
	background: #f0f0f0;
}
.content-left .list-box ul{
	width: 100%;
}


.rate-box{
	text-align: center;
	color: #9c9691;
	font-size: 12px;
	font-weight: bold;
}
.msg-box{
	margin: 5px auto;
	font-size: 10px;
	color: #c7c4c2;
	padding: 5px;
	width: 90px;
	background: #ffffff;
	border-bottom: 4px solid #c4bfbb;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.msg-box:hover{
	background: #ff8153;
	color: #ffd2c6;
}
.msg-box span{
	font-size: 18px;
	color: #9c9691;
}
.msg-box:hover span{
	color: #ffffff;
}

.msg-box.babl-box{
	font-family: Arial, sans-serif;
	color: #9c9691;
}
.msg-box.babl-box:hover,
.msg-box.babl-box:hover span{
	color: #ffffff;
}

.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;
}

.model-info-box{
	font-size: 12px;
	display: block;
	padding: 5px;
	background: #f0f0f0;
	color: #8e8e8e;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.shcomment-box{
	text-align: center;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 5px;
	background: #ffffff;
	color: #8e8e8e;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}
.shcomment-box i{
	display: inline-block;
	width: 18px;
	height: 12px;
	background: url(img/arr-down.png);
}






.pics-gallery-content{
	width: 760px;
	margin: 0 5px;
	display: block;
	float: left;
}
.picthumbs{
	margin: 5px 0;
}

.btn-click-here {
	border-bottom: 2px solid #664336;
	color: #fff;
	background: #664336;
	display:block;
	margin: 15px auto;
	padding: 5px 0;
	clear:both;
	width:100%;
	text-align:center;
	font-size:30px;
	list-style: 30px;
	font-weight:600;
	cursor:pointer;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
 
}
.btn-click-here:hover{
	background-color: #fff;
	border-bottom: 2px solid #e6e2df;
	color: #ff8153;
	text-decoration: none;

}

.btn-click-here2 {
	color:#fff;
	background: #ff8153;
	display:block;
	margin: 5px auto;
	padding: 5px 0;
	clear:both;
	width:100%;
	text-align:center;
	font-size:14px;
	list-style: 30px;
	font-weight:600;
	cursor:pointer;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
 
}
.btn-click-here2:hover{
	background-color: #ff8153;
	color: #ffffff;
	text-decoration: none;

}

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










/* --------------- Video content --------------- */
.video-gallery-content{
	width: 730px;
	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: #f0f0f0;
	display: block;
	padding: 5px;
	margin: 10px 0;
	line-height: 25px;
	font-size: 14px;
	color: #757575;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.social .tags-box{
	display: inline-block;
}
.social .tags-box a{
	padding: 0 3px;
}
.social b{
	color: #c4bfbb;
}
.social span.pname{
	color: #757575;
	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: #6e6a67;
	background-color: #dddddd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.btn:hover a{
	color: #ffffff;
	background-color: #ff8153;
	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{
	color: #ff8153;
	text-decoration: none;
}
.social a.mname:hover{
	color: #9e2c02;
	text-decoration: underline;
}

.vbtn-box{
	width: 620px;
	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: #ff8153;
	-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: #f0f0f0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.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{
	line-height: 25px;
	padding: 0 30px;
	color: #6e6a67;
	display: inline-block;
	background-color: #d0cbc7;
	-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;
	color: #6e6a67;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans-serif;
	padding-top:  10px;
	padding: 8px 0;
}
.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 #cfcfcf;
	border-bottom: 1px dashed #cfcfcf;
	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 #d0cbc7;
	background: #ffffff;
	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: #6e6a67;
}
.ucomment.closed .ucomment-content{
	margin-left: 0;
}
.ucomment .ucomment-title{
	background: #ffffff;
	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: #ff8153;
}
.ucomment .ucomment-msg{
	margin: 5px 0;
}
.ucomment .ucomment-ico{
	font-size: 12px;
}
.ucomment .ucomment-ico a{
	font-size: 14px;
	color: #ff8153;
}
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: #6e6a67;
	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;
}
.ucomment.closed .open-comment:hover{ 
	color: #ff8153;
}
.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;
}
#footer-left{
	margin-right: 10px;
	width: 290px;
	float: left;
	color: #6e6e6e;
	font-family: "Trebuchet MS", sans-serif;
	text-align: left;
}
#footer-left .logo{
	margin: 5px 0;
}
#footer-right{
	margin-left: 300px;
	line-height: 15px;
	text-align: left;
	font-size: 10px;
}
#footer-right p.wm{
	color: #6e6e6e;
}

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


/* model */

.model {
  margin-bottom: 10px;
/*  background-color: #ffffff; */
  padding: 4px 5px;
}
.model .title {
  font-weight: bold;
  text-align: left;
  margin: 0px;
  margin-bottom: 3px;
  padding: 10px;
  color: #fff;
  background-color: #b9b4b0;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
     border-radius: 4px;
}
.model .model-foto {
  border: 6px solid #a91e3f;
  margin: 5px;
  float: left;
}
.model .model-info {
  margin-top: 6px;
  margin-left: 264px;
}
.model .model-name {
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  font-weight: bold;
  margin-left: 5px;
}
.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: 155px;
  color: #000000;
  background-color: #eeeeee;
  display: block;
  padding: 25px 10px;
  font-size: 14px;
}
.model .model-stats b {
  font-size: 17px;
  line-height: 28px;
  color: #555555;
}
.model .model-stats .model-stats-row {
  float: left;
  width: 230px;
}
.model .model-stats .model-stats-row-rate {
  float: right;
  width: 145px;
}

/* model */
