html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	line-height: 1;
	text-align:center;
	background: url('../images/tpl/header-small.jpg') no-repeat top center #000000;
}
header, section, footer, aside, nav, article, hgroup{
	display:block;
}
a{
	text-decoration:none;
}
.ml20{
	margin-left:20px;
}
#header{
	width:1026px;
	margin:342px auto 0 auto;
	text-align:left;
}
#top_menu{
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:54px;
	background: url('../images/tpl/top-bar-bg.png') repeat-x;
	z-index:2;
}
#menuDivAll{
	width:1024px;
	margin: 0 auto;
}
#menu_ul{
	/*width:735px;*/
	padding-top:14px;
	/*float:right;*/
}
#menu_ul li{
	/*margin-left: 15px;*/
	padding: 0;
	list-style: none;
	background: none;
}
#menu_ul ul .list_avatars{
	margin-bottom:7px;
}
#logoSmall{
	width:205px;
	height:41px;
	float: left;
}
#logoSmall img{
	margin-top:10px;
}

#actorsBtn{
	/* background: url('../images/tpl/actors.png') no-repeat; */
	width:96px;
	height:40px;
	cursor:pointer;
	float: left;
}

#moviesBtn a.listsButtons,
#actorsBtn a.listsButtons{
	display:block;
	/*width:94px;
	height:40px;*/
	text-indent:-9999px;
}
#tagsBtn{
/*	background: url('../images/tpl/tags.png') no-repeat;*/
	width:70px;
	height:40px;
	cursor:pointer;
	float: left;
	position:relative;

}
#tagsBtn:hover{
	/*background-position:0px -40px;*/
}
#rightBtnMenu{
	float:right;
	margin-top:-14px;
}
#rightBtnMenu li{
	float:left;
	list-style:none;
}
#searchBtn{
	float:left;
	cursor:pointer;
}
#submitSearch{
	background:url('../images/tpl/search-lupa.png') no-repeat right top;
	border:none;
	width:50px;
	height:53px;
	text-indent:-9999px;
	cursor:pointer;
	margin-right:10px;
}
#submitSearch:hover{
	background-position: right -53px;
}
#joinBtn a{
	background: url('../images/tpl/join.jpg') no-repeat;
	width:97px;
	height:53px;
	outline:none;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
}
#joinBtn:hover{
	background-position: 0 -53px;
}
#loginBtn a{
	background: url('../images/tpl/login.png') no-repeat;
	width:90px;
	height:53px;
	outline:none;
	float:left;
	text-indent:-9999px;
	cursor:pointer;
}
#loginBtn:hover{
	background-position: 0 -53px;
}
#logoutBtn a{
	background: url('../images/tpl/logout.png') no-repeat;
	width:110px;
	height:20px;
	outline:none;
	text-indent:-9999px;
	cursor:pointer;
	display:block;
	margin-top:15px;
}
#logoutBtn a:hover{
	background-position: 0 -20px;
}
#movieList{
	background: url('../images/tpl/movies-drop.png') no-repeat;
	position:absolute;
	width:252px;
	height:259px;
	margin-top:-2px;
	margin-left: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	overflow:hidden;
	visibility:hidden;
	line-height:150%;
}
#Scroller-1{
	position:absolute;
	overflow:hidden;
	width:235px;
	height:220px;
}
#Scroller-1 ul{
	list-style-type: none;
	margin:0;
	padding:0 0 0 15px;
}
#Scroller-1 ul li a{
	text-decoration:none;
	color:#B6B6B6;
}
#Scroller-1 ul li a:hover{
	text-decoration:none;
	color:#FFC67B;
}
.Scroller-Container {
	position:absolute;
	top:0px;
	left:0px;
}
.Scrollbar-Up {
	background: url('../images/tpl/top-arrow.png') no-repeat;
	width:127px;
	height:10px;
	border-style: none;
    border-width: 0;
	overflow: hidden;
	color: transparent;
	position:relative;
	left:65px;
	margin-bottom:3px;
	margin-top:1px;
	cursor:pointer;
}
.Scrollbar-Up:hover {
	background-position: 0 -10px;
}
.Scrollbar-Down {
	background: url('../images/tpl/bot-arrow.png') no-repeat;
	width:127px;
	height:10px;
	border-style: none;
    border-width: 0;
	overflow: hidden;
	color: transparent;
	position:absolute;
	top:245px;
	left:65px;
	cursor:pointer;
}
.Scrollbar-Down:hover {
	background-position: 0 -10px;
}
.Scrollbar-Track {
	clear:both;
	background: url('../images/tpl/scroll-bar.png') no-repeat center;
	width: 11px;
	height: 220px;
	position:absolute;
	left:235px;
}
.Scrollbar-Handle {
	background: url('../images/tpl/scroll-button.png') no-repeat;
	position: absolute;
 	width:11px;
	height:21px;
	visibility:hidden;
}
#actorsList{
	background: url('../images/tpl/drop-list.png') no-repeat;
	position:absolute;
	width:231px;/*old width:172px*/
	height:347px;/*old height:259*/
	margin:0px;
	z-index:20;
	margin-left:350px;
	margin-top:-2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	text-align:left;
	overflow: hidden;
	visibility:hidden;
}
#Scroller-2{
	position:absolute;
	overflow:hidden;
	width:219px;
	height:308px;

}
#Scroller-2 ul{
	list-style-type: none;
	margin:0;
	padding:0 0 0 15px;
}
#Scroller-2 ul li a{
	text-decoration:none;
	color:#B6B6B6;
}
#Scroller-2 ul li a:hover{
	text-decoration:none;
	color:#FFC67B;
}
.Scroller-Container2 {
	position:absolute;
	top:0px;
	left:0px;
}
.Scrollbar-Up2 {
	background: url('../images/tpl/top-arrow.png') no-repeat;
	width:127px;
	height:10px;
	border-style: none;
    border-width: 0;
	overflow: hidden;
	color: transparent;
	position:relative;
	left:55px;
	margin-bottom:3px;
	margin-top:1px;
	cursor:pointer;
}
.Scrollbar-Up2:hover {
	background-position: 0 -10px;
}
.Scrollbar-Down2 {
	background: url('../images/tpl/bot-arrow.png') no-repeat;
	width:127px;
	height:10px;
	border-style: none;
    border-width: 0;
	overflow: hidden;
	color: transparent;
	position:absolute;
	top:330px;
	left:55px;
	cursor:pointer;
}
.Scrollbar-Down2:hover {
	background-position: 0 -10px;
}
.Scrollbar-Track2 {
	clear:both;
	background: url('../images/tpl/scroll-barLong.png') no-repeat center;
	width: 11px; /*old width: 11px*/
	height: 330px;/*old height: 225px;*/
	position:absolute;
	left:217px;
	top:12px;
	z-index:45;
}
.Scrollbar-Handle2 {
	background: url('../images/tpl/scroll-button.png') no-repeat;
	position: absolute;
 	width:11px;
	height:21px;
	visibility:hidden;
}
.list_avatars{
	width:198px;
	height:50px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.list_avatars img{
	border:none;
}
.list_avatars a{
	display:block;
	height:50px;
}
.list_avatars:hover{
	background-color:#262321;
	cursor:pointer;
}
.avatar{
	width:50px;
	height:50px;
	overflow:hidden;
	float:left;
}
.avatar_name{
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#tagsList{
	background: url('../images/tpl/tags-drop.png') no-repeat;
	position:absolute;
	width:469px;
	height:259px;
	margin-left:240px;
	margin-top:-2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
	visibility:hidden;
	padding-left:10px;
}
#tagsList ul{
	list-style-type: none;
	display:list-item;
	float:left;
	position:relative;
	margin-top:20px;
	margin-left:25px;
	top:-4px;

}
#tagsList li{
	background:url('../images/tpl/ssl-tag.png') no-repeat 0px -12px;
	padding-left:20px;
	height:14px;
	margin-right:1px;
	margin-top:2px;
	text-align:left;
	padding-top:-3px;
	line-height:13px;
}
#tagsList li:hover{
	background:url('../images/tpl/ssl-tag.png') no-repeat left 2px;
}
#tagsList a{
	text-decoration:none;
	color:#B6B6B6;
}
#tagsList a:hover{
	text-decoration:none;
	color:#FFC67B;
}
#searchInput{
	visibility:hidden;
}
#search_box{
	background:url('../images/tpl/search-text-bg.png') no-repeat;
	position:absolute;
	border:none;
	width:211px;
	height:33px;
	color:#D3C3C0;
	font-size:16px;
	margin-left:80px;
	margin-top:-2px;
	padding-top:3px;
	padding-left:2px;
}
#searchP{
	font-family: Arial,Helvetica,sans-serif;
	color:#888787;
	margin-top:20px;
	margin-left:100px;
	visibility:hidden;
}
#search_boxMembers{
	background:url('../images/tpl/search-text-bg.png') no-repeat;
	position:absolute;
	border:none;
	width:211px;
	height:33px;
	color:#D3C3C0;
	font-size:16px;
	z-index:40;
	margin-left:161px;
	margin-top:-1px;
	padding-top:3px;
	padding-left:2px;
}
#wrapper{
	width:100%;
	margin-top:25px;
}
/* For models and tags pages*/
#wrapper2{
	width:100%;
}
/*-------------------*/
.setTpl{
	width:100%;
	background:url('../images/tpl/bck-tpl/2.jpg') no-repeat top center;
	margin-top:10px;
	margin-bottom:10px;
}
.bodyTpl{
	margin:0 auto;
	border:none;
}
.setTpl h1{
	margin-bottom:10px;
}
.setTpl h1 a{
	text-decoration: none;
}
/*.setTpl h1 .title {
    color: #D3C3C0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
}*/
/* For models and tags pages*/
.setTplv2 h1 a{
	color: #D3C3C0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
	text-decoration: none;
}
/*.setTplv2 h1{
	margin-top:5px;
	margin-bottom:5px;
}
.setTplv2 h1 .title {
    color: #cbcbcb;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
}*/
.setTplv2 h2 a{
    color: #978675;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
}
/*-------------------
.withName{
    color: #8f8f8f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
}
.modelName a{
    color: #cbcbcb;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
}*/
.artFooter{
	width:880px;
	text-align:left;
	margin:0 auto;
}
.spanTags{
	color: #A30303;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
.tagList a{
    color: #464646;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.tagList a:hover{
	color: #cbbdae;
}
.previous_button button{
	background: url('../images/tpl/left-arrow-big.png') no-repeat 3px 0;
	border-style: none;
    border-width: 0;
	color: transparent;
	width:12px;
	height:127px;
	cursor:pointer;
	position:absolute;
	left:1px;
	top:60px;
}
.previous_button button:hover{
	background: url('../images/tpl/left-arrow-big.png') no-repeat -10px 0;
}
.next_button button{
	background: url('../images/tpl/right-arrow-big.png') no-repeat -11px 0;
	border-style: none;
    border-width: 0;
	color: transparent;
	width:12px;
	height:127px;
	cursor:pointer;
	position:absolute;
	right:12px;
	top:60px;
}
.next_button button:hover{
	background: url('../images/tpl/right-arrow-big.png') no-repeat 0 0;
}
#footer{
	background:url('../images/tpl/footer-bg.jpg') no-repeat center;
	width:100%;
	margin: 45px auto;
    color: #A98565;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 150%;
    text-align: center;
}
#footer a{
	color: #A98565;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 150%;
}
#rta-logo{
	margin-top:15px;
}
#results{
	width:1000px;
	margin:25px auto;
}
#support{
	width:860px;
	height:45px;
	margin:0 auto;
	padding-top:25px;
	margin-bottom:15px;
}
#supportAnchor a{
	background: url("../images/tpl/support.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 40px;
    outline: medium none;
    text-indent: -9999px;
    width: 146px;
	float:left;
}
#supportAnchor a:hover{
	background-position: 0 -40px;
}
#facebookAnchor a{
	background: url("../images/tpl/facebook.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 40px;
    outline: medium none;
    text-indent: -9999px;
    width: 146px;
	float:right;
}
#facebookAnchor a:hover{
	background-position: 0 -40px;
}
.artResult{
 	width:980px;
	min-height:280px;
	margin: 10px auto;
	border-bottom:1px solid #624b38;
}
.artDetails{
	width:650px;
	min-height:280px;
	text-align:left;
	float:left;
}
.tlpInResults{
	width:320px;
	height:280px;
	float:right;
	padding-right:5px;
}
.titleResults{
    color: #D3C3C0;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size: 18px;  */
	width: 90%;
    display: block;
    height: 20px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
	max-width: 300px;

}
.modelNameResults a{
    color: #978675;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.tagsInResults{
	margin-top:10px;
	color: #464646;
}
.hResults h2 a{
    color: #978675;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
}
/*----- Paging -----*/
#pages {
    width: 100%;
    height: 30px;
    margin: 25px auto;
    font-family: arial;
    text-align: center;
    color: #fff;
}
#pages a {
    width: 29px;
    height: 31px;
    margin-right: 13px;
    display: inline-block;
    font-size: 22px;
    text-decoration: none;
    color: #45403a;
	background: url('../images/tpl/page-nr-bg.jpg') no-repeat;
	line-height:29px;

}
#pages a:hover {
	background-position:0 -31px;
    color: #d5b896;
}
#pages .current {
    background: url('../images/tpl/page-nr-bg.jpg') no-repeat bottom;
	color: #d5b896;
}
#pages .previous {
    background: url('../images/tpl/previous.png') center top no-repeat;
    width: 15px;
    height: 21px;
}
#pages .previous:hover {
    background-position:0 -21px;
}
#pages .next {
    background: url('../images/tpl/next.png') center top no-repeat;
    width: 15px;
    height: 21px;

}
#pages .next:hover {
    background-position:0 -21px;
}
#pages .inactive {
    display: none;
}
/*---------------  SET PAGE  ----------------------*/
#wrapper_movie{
	background: url("../images/tpl/bg-movie-stream.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	margin:15px auto;
	padding-top:17px;
	width:960px;
	min-height:470px;
	padding-bottom:10px;
}
#movie_player h1{
	color: #D3C3C0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
	float:left;
	margin-left:20px;
}

#movie_player h2 a{
	color: #d8ca97;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    text-decoration: none;
	float:left;
}
#movie_player .date{
	float:right;
	color: #978675;
	font-family: Arial, Helvetiva, sans-serif;
	margin-right:20px;
	font-size: 14px;
}
.setEntertaiment{
	text-align:left;
	float:left;
	width:690px;
	margin-left:20px;
}
#flvmovie{
	float:left;
	margin-top:5px;
	margin-left:20px;
	z-index:1;
}
#movie_player img{
	text-align:left;
	margin: 5px 0 10px 0;
	cursor:pointer;
}
#wrapper_details{
	background-color:#201C1B;
	width:230px;
	min-height:405px;
	overflow:hidden;
	text-align:justify;
	float:left;
	margin-top:5px;
	margin-left: 20px;
}
#flvmovie_wrapper{
	float:left;
}
#setDescription{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #7E7D7D;
	margin: 10px 20px 10px 19px;
	line-height:17px;
}

#hTags{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	margin:15px 15px 0 15px;
	color:#970202;
}
#tagsInColums{
	width:230px;
	height:365px;
	margin: 10px 10px 4px 19px;
	overflow:hidden;
	column-count: 2;
	column-gap: 0px;
	-moz-column-count: 2;
	-moz-column-gap: 0px;
	-webkit-column-count: 2;
	-webkit-column-gap: 0px;
	padding-right:10px;
}
#tagsInColums a{
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:15px;
	text-decoration:none;
	line-height:20px;
}
#tagsInColums a:hover{
	color:#CBBDAE;
}
.ReadMore a{
	color: #A2835A;
	text-decoration: none;
}
#tags{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left:10px;
	margin-top:15px;
	height:55px
}
#span_tags{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#970202;
}
.spanTagList a{
	font-family:Arial, Helvetica, sans-serif;
	color:#464646;
	font-size:13px;
	text-decoration:none;
}
.spanTagList a:hover{
	color:#CBBDAE;
}
#new_videos{
	background-color:#161314;
	width:960px;
	height:240px;
	margin: 10px auto;
	text-align:left;
	padding-top:20px;
}
#p_title_new_videos{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#D3C3C0;
	margin-left:20px;
}
.video_list{
	float:left;
	cursor:pointer;
	margin-left:25px;
	margin-top:20px;
}
.video_list > a{
	text-decoration:none;
}
.span_new_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#978675;
}
#menuGallery{
	width:960px;
	min-height:400px;
	background-color:#161314;
	margin:12px auto;
	padding-bottom:15px;
}
#menuGallery .selected-tab {
	background-position:0 -32px;
}
#tabButtons{
	width:944px;
	height:32px;
	display:inline-block;
	margin-top:15px;
	padding-left:16px;
	border-bottom: 1px solid #4D4D4D;
}
#imagesTabButton{
	background: url('../images/tpl/images.jpg') no-repeat;
	width:94px;
	height:32px;
	cursor:pointer;
	float:left;

}
#imagesTabButton:hover{
	background-position:0 -32px;
}
#downloadTabButton{
	background: url('../images/tpl/archives-ssl.jpg') no-repeat;
	width:144px;
	height:32px;
	cursor:pointer;
	float:left;
	margin-left:1px;
}
#downloadTabButton:hover{
	background-position:0 -32px;
}

#imagesTab{
	width:950px;
	padding-top:20px;
	display:block;
	padding: 15px 5px;
}
#continueText{
	background-color:#201C1B;
	line-height:17px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #7E7D7D;
	text-align:justify;
	padding:15px;
	margin:0 16px;
}
#photos1{
	width:960px;
/*	height:70px;*/
}
#photos2{
	width:960px;
/*	height:70px;*/
}
.photo_item{
	width:217px;
	height:217px;
	margin:0 10px 20px 10px;
	float:left;
	position:relative;
	background:#201C1B;
	border-radius:5px;
}
.photo_item img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}


.photo_item figure img{
	max-width: 100%;
}

#nav_wrapper_bubble{
	margin:0 auto 10px auto;
}
.bubble_number{
	background: url('../images/nonmember/circle-pg.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:0 none;
	display:inline-block;
	width: 17px;
	height: 17px;
	cursor:pointer;
	margin: 0 5px;
}
.bubble_number:hover{
	background-position:0 -17px;
}
#downloadsTab{
	width:960px;
	height:300px;
	display:none;
	margin-bottom:5px;
}
.movieTypeButtons {
	display: inline-block;
}
.movieTypeButtons a, #downloadBtn a {
	margin-left:35px;
	margin-top:30px;
	color: #806E64;
    text-align: center;
	padding: 10px 20px;
	border-radius:5px;
	border: 1px solid #4D4D4D;
	display:inline-block;
	transition:all 0.3s ease;
	line-height:100%;
}
.movieTypeButtons a:hover, #downloadBtn a:hover {
	border-color: #EDA717;
}

#screenshotsSection{
	background-color:#201C1B;
	padding:10px;
	margin:15px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:25px;
	text-align:left;
	height:100px;
}
#screenshotsSection h4{
	float:left;
	color: #7E7D7D;
}
#moviesSection{
	background-color:#201C1B;
	color: #7E7D7D;
	font-family: Arial,Helvetica,sans-serif;
	font-size:25px;
	padding:10px;
	margin:15px;
	text-align:left;
	height:140px;
}
#moviesSection a{
	color: #806E64;
	text-decoration:none;
}
#moviesSection a:hover{
	color: #C1ADA0;
	text-decoration:none;
}
.span_size{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#downloadBtn a{
	/* background: url('../images/nonmember/dld-zip.jpg');
	width:184px;
	height:96px; */
	margin:20px 0 0 35px;
	font-size: 14px;
}
#downloadBtn:hover{
	background-position: 0 -96px;
}

#windows_media{
	background: url('../images/nonmember/windows-media.jpg');
	width:184px;
	height:96px;
	cursor:pointer;
	float:left;
}
#windows_media:hover{
	background-position: 0 -96px;
	color:#C1ADA0;
}
#windows_media a{
	width:184px;
	height:96px;
	display:block;
}
#apple_quicktime{
	background: url('../images/nonmember/apple.jpg');
	width:184px;
	height:95px;
	cursor:pointer;
	float:left;
}
#apple_quicktime:hover{
	background-position: 0 -96px;
	color:#C1ADA0;
}
#apple_quicktime a{
	width:184px;
	height:95px;
	display:block;
}
#mp4_tablet{
	background: url('../images/nonmember/mp4-tablet.jpg');
	width:184px;
	height:96px;
	cursor:pointer;
	float:left;
}
#mp4_tablet:hover{
	background-position: 0 -96px;
	color:#C1ADA0;
}
#mp4_tablet a{
	width:184px;
	height:96px;
	display:block;
}
#smartphone{
	background: url('../images/nonmember/mp4-smartphone.jpg');
	width:184px;
	height:96px;
	cursor:pointer;
	float:left;
}
#smartphone:hover{
	background-position: 0 -96px;
	color:#C1ADA0;
}
#smartphone a{
	width:184px;
	height:96px;
	display:block;
}

#wrapperMovieList{
	width:1000px;
	margin:25px auto;

}
#wrapperModelList{
	width:1010px;
	margin:25px auto;
}
.MovieAsItem{
	float:left;
	margin:0 10px 24px 10px;
	border: 1px solid #6D6D6D;
	border-radius:5px;
	padding-top:10px;
}
.MovieAsItem:hover{
	border-color:#FFC67C;
}
.MovieAsItem a:hover{
	color:#FFC67C;
}
.ModelsAsItem{
	float:left;
	width:193px;
	height:330px;
	text-align:center;
	border: 1px solid #6D6D6D;
	border-radius:5px;
	margin-bottom:15px;
	background-color:#272D30;
	margin-left:5px;
}
.ModelsAsItem img{
	border-radius:5px;
	margin-bottom:7px;
}
.ModelsAsItem a{
	font-family:Arial,Helvetica,sans-serif;
	color:#B6B6B6;
	font-size:14px;
}
.ModelsAsItem:hover{
	border-color:#FFC67C;
}
.ModelsAsItem a:hover{
	color:#FFC67C;
}
.back-to-top {
		background: none;
		margin: 0;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 70px;
		height: 70px;
		z-index: 100;
		display: none;
		text-decoration: none;
		color: #ffffff;
		background-color: #000000;
		}

		.back-to-top i {
		  font-size: 60px;
		}

.wrap-inlay-subspace {
	width: 1200px;
	margin: 10px auto;
}
.inlay-pic {
	margin-top: 25px;
}
.inlay-pic img {
	border-radius: 25px 25px 0 0;
}
.inlay-tags-wrapper {
	background-color: #201C1B;
	height: auto;
	text-align: justify;
	margin-top: 10px;
}
.inlay-tags-wrapper h3 {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: left;
    margin: 15px;
    color: #970202;
}
.inlay-tags-wrapper .inlay-tags {
	float: left;
	line-height: 46px;
	width: 90%;
}
.clearfix {
	clear: both;
}
.inlay-tags-wrapper .inlay-tags ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
.inlay-tags-wrapper .inlay-tags ul li {
	display: inline-block;
	margin-right: 10px;
}
.inlay-tags-wrapper .inlay-tags ul li a {
	font-family: Arial, Helvetica, sans-serif;
 	color: #464646;
	font-size: 15px;
	text-decoration: none;
}
.inlay-tags-wrapper .inlay-tags ul li a:hover {
	color:#CBBDAE;
}
.inlay-pic {
	position: relative;
}
.inlay-pic span {
	width: 118px;
	height: 118px;
	background: url("../images/tpl/play_inlay.png");
	cursor: pointer;
	position: absolute;
	right: 20%;
	bottom: 7%;
}
.inlay-pic span:hover {
    background-position: 0 -114px;
}
.letters-wrapper {
    margin: 5px 0 5px 0;
	height: auto;


}
.letter {
    padding: 3px 5px;
    background: #3b3937;
    border-radius: 3px;
	line-height: 200%;
	font: 100% Roboto, sans-serif;
    font-weight: 300;
    color: #948f8b;
}
.selected {
	color: #494642;
}

/*modelPage 2.11.2018**/
.model-infoDesktop {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.model-infoDesktop .model-photo {
	float: left;
	margin-right: 20px;
}
.model-infoDesktop .model-details {
	float: left;
}
.model-infoDesktop .model-details h1 {
	margin: 0;
    line-height: 20px;
    text-align: center;
    color: #D3C3C0;
    font-size: 22px;
	margin-bottom: 25px;

	font-family: Arial,Helvetica,sans-serif;

	text-decoration: none;
}

.model-infoDesktop .model-details p {
	font-family: Arial,Helvetica,sans-serif;
	color: #fff;
    text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
}
.model-infoDesktop .model-details .country,
.model-infoDesktop .model-details .age {
	/* color: #EAC996; */
	color: #978675;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-decoration: none;
}

	#preview img{
	max-width: 100%;
    max-height: 100%;
	}

	#preview{
	position:absolute;
	margin: 10px;
	border-color:#FFC67C;
	border: 1px solid #6D6D6D;
	border-radius: 5px;
	background:#000;
	display:none;
	width: 648px;
	height: 519px;
	padding: 10px 10px 24px 10px;

	color: #D3C3C0;
	font-family: Arial, Helvetica, sans-serif;
	}

/*Feedback form */

#feedback {
    background: url(../images/tpl/ssl-feedback.png) no-repeat;
    width: 116px;
    height: 39px;
    cursor: pointer;
    float: left;

}

#feedback:hover {
    background-position: 0 -46px
}

.feedback {
    margin: 5px auto;
    height: 40px;
    position: relative;
    }

.feedback a {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

.feedbackTpl {
    width: 100%;
    height: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}

.feedbackBodyTpl {
    margin: 0 auto;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
}

.feedbackBodyTpl h1  {
    color: #D3C3C0;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 1.5%;
}

.feedbackBodyTpl h2  {
    color: #978675;
	/* line-height: 1.5em; */
	margin-bottom: 1.5%;
}

.feedbackBodyTpl a  {
    display: inline-block;
    color: #D3C3C0;
    line-height: 29px;
}

/**MODIFY MENU BUTTONS 17.01.2022********/

#moviesBtn:hover {
    background-position: none;
}

#moviesBtn a.listsButtons,
#actorsBtn a.listsButtons {
    text-indent: 0;
}

#moviesBtn a.listsButtons,
#actorsBtn a.listsButtons {
    width: auto;
    height: auto;
    	/*width:94px;
	height:40px;*/
}

#moviesBtn {
	/*width:94px;
	height:40px;*/
	cursor:pointer;
	float: left;
    width: auto;
}
@font-face {
    font-family: 'bank-gothic-light';
    src: url('gothic-light.otf');
}
#moviesBtn a.listsButtons, #actorsBtn a.listsButtons {
    font-family: bank-gothic-light;
    padding-top: 11px;
    padding-left: 5px;
    padding-right: 15px;
    color: #B8A692;
    position: relative;
    font-weight: 300;
    font-size: 15px;
}
#moviesBtn a.listsButtons:hover,
#actorsBtn a.listsButtons:hover {
    color: #DEC8B0;
}

#moviesBtn a.listsButtons:after,
#actorsBtn a.listsButtons:after {
    content: "";
    position: absolute;
    display: block;
    right: 0px;
    width: 1px;
    height: 70%;
    bottom: -13px;
    background: linear-gradient(to top, #614A37 0%, transparent 100%);
}


#liveCamBtn a.listsButtons {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px
}
#liveCamBtn a {
    text-indent: -9999px;
}

#liveCamBtn {
    background: url(../images/webcam_icon_2.png) no-repeat !important;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: 10px !important;
    float: left
}
#liveCamBtn:hover {
    background-position: 0 -32px !important;
}

#searchBtns {
    outline: none;
    cursor: pointer;
    display: block;
    margin-top: 11px;
}
/**END MODIFY MENU BUTTONS 17.01.2022********/

#moviesBtn a.listsButtons {
padding-left:15px ;
}
.setTplv2 div.bodyTpl header hgroup h2{
	margin-bottom: 8px;
	color: #978675;
}
article{
	margin-bottom: 20px;
}