body { margin:0; padding:0; }

ul {
    padding:0;
    margin:0;
}

ul li {
    list-style: none; 
    margin:0;
    padding:0;   
}

.wrap {
    background: #ededed url('/images/background.png') 0 0 repeat;
    width:100%;  
}

.header {
    max-width: 1222px;
    height: 100px !important;
    margin: 0 auto;
}

.header .logo {
    float: left;
    background: url('/images/logo.png') 0px 6px no-repeat;
    width: 225px;
    height: 68px;
    margin: 10px 0 0;
    text-indent: -9999px;
    border-right: 2px dotted #511325;
}

.header #menu {
    float: left;
    height: 100px;
    margin: 0;
}

#menu ul {
    float: left;
    width: 405px;
    height: 68px;
    list-style: none;
    padding: 6px 0 0 0;
    margin: 10px 0 0 0;
    border-right: 2px dotted #511325;
}

#menu ul li {
    float: left;
    position: relative;
    margin: 0;
    width: 75px;
    height: 54px;
    text-align: center;
    margin: 4px 2px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: arial;
    text-align: center;
    font-weight: bold;
    color: #312f27;
    line-height: 15px;
}

#menu ul li a {
    color: #312f27;
}

#menu ul li div.icon {
    display: block;
    width: 30px;
    height: 30px;
    background: #5c5c5c;
    border-radius: 4px;
    margin: 2px auto;
}

#menu ul li:hover div.icon, #menu ul li.select div.icon {
    background: #e702bf;
}

#menu ul li em {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    margin: 0;
    font-style: normal;
    background: url('/images/sprite.png');
}

#menu ul li em.screen {
    background-position: 3px 3px;
}

#menu ul li em.play {
    background-position: -27px 3px;
}

#menu ul li em.heart {
    background-position: -89px 3px;
}

#menu ul li em.grid {
    background-position: -59px 3px;
}

#menu ul li em.people {
    background-position: -118px 3px;
}

#menu ul li span {
    display: block;
    width: 100%;
    font-weight: normal;
    color: #9c9c9c;
    font-size: 9px;
    line-height: 9px;
}

#menu ul li i {
    display: block;
    width: 20px;
    height: 20px;
    background: url('/images/sprite.png');
    margin: 0 auto;
    padding: 0;
}

#menu ul li i.expand {
    width: 10px;
    height: 10px;
    background-position: -60px -32px;
}

#menu ul li .drop {
    position: absolute;
    left: -362px;
    top: 50px;
    overflow: hidden;
    background: none;
    display: none;
    z-index: 9999;
}

#menu ul li .drop ul {
    background: #000;
    width: 790px;
    height: 305px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
    padding: 7px 5px 8px 5px;
    margin:0;
    border: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

#menu ul li .drop .pointer {
    background-image: url('/images/as_pointer.gif');
    background-position: top;
    background-repeat: no-repeat;
    height: 10px;
    width: 100%;
}

#menu ul li:hover .drop {
    display: block;
}

#menu ul li .drop ul {
    overflow: hidden;
}

#menu ul li .drop ul li {
    float: left;
    position: relative;
    width: 115px !important;
    text-align: left;
    padding: 0 5px !important;
    height: 19px;
    overflow: hidden;
    margin: 0;
    background: none;
}

#menu ul li .drop ul li i {
    float: left;
    height: 19px;
    width: 15px;
    background: url('/images/sprite.png') -142px -45px no-repeat;
}

#menu ul li .drop ul li:hover i {
    background-position: -142px -25px;
}

#menu ul li .drop a {
    display: block;
    font-weight: bold;
    font: bold 11px/19px Arial;
    text-transform: none;
    color: #e2e3e3;
    padding: 0 4px !important;
    background: none !important;
    text-indent: 0 !important;
    color: #fff;
    text-decoration: none;
}

#menu ul li .drop a:hover {
    background: #fff !important;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.header .search {
    float: left;
    position:relative;
    height: 56px;
    margin: 10px 0 0 0;
    padding: 15px 9px 0 13px;
    border-right: 2px dotted #511325;
}

.header .search .sugg_search {
    float: left;
    clear: both;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333;
    padding-top: 2px;
}

.header .search .sugg_search a {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: underline;
    color: #000;
}

.header input.hs {
    background: #5c5c5c;
    width: 200px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ddd;
    float: left;
    outline: none;
    font-size: 13px;
    height: 39px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header input.hsub {
    border: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    float: left;
    background: #4496cd;
    cursor: pointer;
    background: url('../images/sprite.png') 0 -80px no-repeat;
    width: 38px;
    height: 42px;
    margin-left: 2px;
}

.header .share {
    float: right;
    width: 290px;
    padding: 30px 0 0 0;
    overflow: hidden;
}

/* auto suggest class */

div.autosuggest
{
	position: absolute;
	background-image: url('/images/as_pointer.gif');
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
    z-index:999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	width: 100%;
	overflow: hidden;
    background-color: #5c5c5c;
	border-radius: 5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
div.autosuggest div.as_footer
{
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;	
}

div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #5c5c5c;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #ff7ce8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color:#fff;	
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li.as_highlight a
{
    background-color: #ff7ce8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	 
    color:#fff;   
}

div.autosuggest ul em
{
	font-style: normal;
	color: #ff5be2;
}

div.autosuggest ul li.as_highlight em {
    color:#fff;
    text-shadow: #000 0px 0px 5px;
    
}

/* Navigation styles */

#nav {
    display: block;
    height: 44px;
    width: 100%;
    text-align:center;
	overflow:hidden;
    background: #ffc600;
    background-color: #ffc600;
    background-image: -moz-linear-gradient(top, #ffc600, #ffda58);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc600), to(#ffda58));
    background-image: -webkit-linear-gradient(top, #ffc600, #ffda58);
    background-image: -o-linear-gradient(top, #ffc600, #ffda58);
    background-image: linear-gradient(to bottom, #ffc600, #ffda58);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc600', endColorstr='#ffffda58', GradientType=0); 
}

#nav ul {
    margin:0;
    padding:0;
    overflow: hidden;
}

#nav ul li {
    display:inline;
    list-style: none;
    margin:0;
    padding:0;
    height: 44px;
}

#nav a {
    font: 14px/44px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 11px;
    margin: 0 3px;
    color: #ffffff;
    text-shadow: black 0.1em 0.1em 0.1em;
    border-radius:15px; 
    -webkit-border-radius:15px; 
    -moz-border-radius:15px; 
    -khtml-border-radius:15px;    
    background: #000000;
    background-color: #000000;
    background-image: -moz-linear-gradient(top, #000000, #696969);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#696969));
    background-image: -webkit-linear-gradient(top, #000000, #696969);
    background-image: -o-linear-gradient(top, #000000, #696969);
    background-image: linear-gradient(to bottom, #000000, #696969);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff696969', GradientType=0); 
}

#nav a:hover, #nav a.active {
    background: #ee0e1e;
}

#nav a.active {
    background: #ee0e1e;    
}

#nav input.hs {
	background:#fff;
	width:150px;
	font-family:Arial,  Helvetica,  sans-serif;
	color:#86929d;
	float:left;
	outline:none;
	font-size:13px;
	font-weight:bold;
	padding:4px 5px;
	height:13px;
	line-height:13px;
	border:2px solid #fff;
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
	border-top-right-radius:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	border-bottom-right-radius:0;
}

#nav input.hsub {
	border:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	float:left;
	background:#fff;
	cursor:pointer;
	background: url('/images/sprite.png') 0 -100px no-repeat;
	width:25px;
	height:25px;
}

#nav input:hover.hsub {
	background-position: -30px -100px;
}

#content {
    background: #ededed url('/images/background.png') 0 0 repeat;
    height: auto;
    padding: 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow:hidden;
}

#wrapper {
	position: relative;
	width: 100%;
	margin: 5px auto;
	text-align: center;
	overflow: hidden;
}

.head_line {
    margin: 0 auto;
    width: 98%;
    background:url('/images/dotted-line.png') bottom left repeat-x; 
    padding: 10px 0px 8px 6px; 
    margin: 0 auto 4px auto;
    height: 24px;
    overflow:hidden;
}

.head_line i
{
    font: 12px/30px "Trebuchet MS",Arial,Helvetica,sans-serif;
    color: #888;
    padding-left:15px; 
    text-decoration: none;
    text-transform: none;  
    font-weight:normal;
    font-style:normal;
    float:left; 
}

.head_line i a {
    color: #888;
    text-decoration: none;
}

.head_line_rel {
    background: none;
    text-align: left;
    font-size: 12px;
    font-family:Arial,  Helvetica,  sans-serif;
    line-height: 15px;
    padding: 5px 20px;    
}

#thumbs, #toplist, #listing, #video, #photo, #profile {
	position: relative;
    width: 100%;
    max-width:1235px;
    background: #fff;
	margin: 10px auto;
    padding: 0 0 10px 0;
	/*text-align: center;*/
    clear:both;
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-border-radius:6px; 
    -khtml-border-radius:6px; 
}

#thumbs:before, #thumbs:after, #toplist:before, #toplist:after, #listing:before, #listing:after, #video:before, #video:after, #photo:before, #photo:after, #profile:before, #profile:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 

#thumbs:after, #toplist:after, #listing:after, #video:after, #photo:after, #profile:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

#thumbs img { width: 240px; height: 135px; border: 1px solid #6c6c6c; }
#thumbs ul.ps img { width: 150px; height: 205px; border: 1px solid #6c6c6c; }
#thumbs ul.pics img { width: 195px; height: 263px; border: 1px solid #6c6c6c; }

#thumbs h1, #toplist h1, #listing h1, #video h1, #photo h1, #profile h1 {
    float: left;
    font-family: tahoma, Trebuchet MS, serif;
    color: #511325;
    font-size: 21px;
    letter-spacing: -1px;
    margin: 0;    
}

#thumbs h2, #toplist h2, #listing h2, #video h2, #photo h2, #profile h2 {
    float: left;
    font-family: tahoma, Trebuchet MS, serif;
    color: #511325;
    font-size: 21px; 
    letter-spacing: -1px;  
    margin:0; 
}

#thumbs em, #toplist em, #listing em, #video em, #photo em, #profile em {
    float: right;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Tebuchet MS, Tahoma;
    padding: 6px;
}

#thumbs a, #toplist a, #listing a, #video a, #photo a, #profile a {
    color: #555;
}

#thumbs a.active, #toplist a.active, #listing a.active, #video a.active, #photo a.active, #profile a.active {
    color: #c903a6;   
} 

#thumbs a, #toplist a {
    color: #511325;
}

#thumbs ul, #toplist ul{
	display: inline-block;
	//display: inline;
	zoom: 1;
	padding: 2px 0 0 3px;
	margin: 0;
	text-align: center;
	font-size:0px;
	word-spacing:-1px;
}

#thumbs ul li, #toplist ul li {
    position: relative;
    text-align: center;
    vertical-align: top;
    height: 153px;
    display: inline-block;
    padding: 1px;
    cursor: default;
    zoom: 1;
    *display: inline;   
}

#thumbs ul.pics li {
    height:292px;
    padding: 3px 0px 0 5px;
}

#thumbs li.svisor {
    display: none;
}

#thumbs ul li ul {
    display: block;
	position: absolute;
	top: 138px;
    left: 1px;
    width: 240px;
    padding:0;
    margin:0;
    font-size: 12px;
    list-style: none;
    clear: both;
	height:18px;
	overflow:hidden;
}

#thumbs ul.pics li ul {
    display: block;
	position: absolute;
	top: 268px;
    left: 5px;
    width: 195px;
    padding:0;
    margin:0;
    font-size: 12px;
    list-style: none;
    clear: both;
	height:18px;
	overflow:hidden;
}

#thumbs ul li ul:hover, #thumbs ul li:hover ul {
    height:auto;
    overflow:none;
    z-index:9999;    
    padding-bottom: 2px;
    background: #c9c9c9;
    border: 1px solid #6c6c6c;
	border-top:  none;
}

#thumbs ul li ul li {
    display: block;
    padding:0 !important;
    margin:0;
    overflow: hidden;
    width: 100%;
    height: 18px;
    text-align: left;
    margin: 0px 4px 1px 3px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#thumbs ul li ul:hover li, #thumbs ul li:hover ul li {
    height: auto;  
	text-shadow: 0px 1px 0px #bbbbbb; 
}

#thumbs ul li ul li h3 {
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    line-height: 15px;
    color: #460f1f;
    letter-spacing:0;
    padding: 1px 3px 2px 2px;
    margin: 0;
}

#thumbs ul li ul:hover li h3, #thumbs ul li:hover ul li h3 {
    padding: 1px 3px 2px 1px;    
}

#thumbs ul li ul li a {
    text-decoration: none;
    vertical-align: top;
	color: #000;
}

#thumbs ul li ul li i {
	display: inline-block;
	display: -moz-inline-stack;
    *display: inline;
    width: 15px;
    height:16px;
    padding-right: 2px;
}

#thumbs ul li ul li.time {
	float:left;
    width: 234px;
    height: 16px;
    overflow: hidden;
    line-height: 16px;
    vertical-align: top;
}

#thumbs ul li ul li div.left {
    float: left;
}

#thumbs ul li ul li div.right {
    float: right;
}

#thumbs ul li ul li.tags, #thumbs ul li ul li.models {
    display: block;
    width: 234px;
    height: 16px;
    overflow:hidden;
    line-height: 16px;
    /*margin-bottom:4px;*/
    vertical-align: top;
    white-space: nowrap;
}

#thumbs ul li ul li.tags a, #thumbs ul li ul li.models a {
    color: #000000;
    text-decoration: none;
    padding:0;
    margin:0;
}

#thumbs ul li ul li.time i {
    float: left;
    background: url('/images/sprite.png') -144px -140px no-repeat;   
}

#thumbs ul li ul li .right i {
    background: url('/images/sprite.png') -142px -101px no-repeat;    
}

#thumbs ul li ul li.tags i {
    float: left;
    background: url('/images/sprite.png') -20px -80px no-repeat;       
}

#thumbs ul li ul li.models i {
    float: left;
    background: url('/images/sprite.png') -142px -101px no-repeat;     
}

#thumbs ul.ps li {
    height:auto;
    padding: 10px;
}

#thumbs ul.ps li i {
    display:block;
    font-size:12px;
    text-align:center;
    width:100%;
    font-weight:bold;
    font-style:normal;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Categories, Toplists */

#toplist img { width: 200px; height: 150px; border: 1px solid #6c6c6c; }

#toplist ul li {
    height:auto;
}

#toplist ul li a {
    color: #000;
}

#toplist ul li p {
    display: block;
    height: 16px;
    padding: 2px 0;
    width:auto;
    margin:0;
}

#toplist ul li i {
    display:block;
    width:100%;
    text-align:center;
    font-size: 13px;
    line-height:18px;
    font-style: normal;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;  
}

#toplist ul li b {
    float:left;
    margin: 0 0 0 5px;
    font-size: 13px;
    line-height:18px;
    font-style: normal;
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;  
}

#toplist ul li b.count {
    float:right;    
    padding: 0 5px;
    margin: 0 5px 0 0;
    background:#555;
    color: #fff;    
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;  
    font-size: 12px;
    font-weight: normal;
}

/* Listing Block */

#listing ul {
    padding: 0 40px;
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;    
}

#listing ul li {
    display: block;
    height:20px;
    font-size:12px;
    font-family: Tahoma,Geneva,sans-serif;
    position: relative;
    /*overflow: hidden;*/    
}

#listing ul li a {
    text-align: left;
    line-height: normal;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 1px 4px;
    border-bottom: 1px solid #e6e6e6;
    /*overflow: hidden;
    position: relative;*/    
}

#listing ul li span {
    font-weight: normal;
    position: absolute;
    top: 3px;
    right: 4px;
    color: #a1a1a1;
    font-size: 75%;
    -webkit-transition: top .3s linear,bottom .3s linear;
    -moz-transition: top .3s linear,bottom .3s linear;
    -ms-transition: top .3s linear,bottom .3s linear;
    -o-transition: top .3s linear,bottom .3s linear;
    transition: top .3s linear,bottom .3s linear;    
}

#listing ul li.letter {
    background: #e0e0e0;
}

#listing ul li.letter span
{
    color: #000;
    top:1px;
    left:3px;
    right:auto;
    font-size:115%;
    font-weight:bold;
}

#listing ul li:hover>a:last-child
{
    background:#e6e6e6
}

#listing ul li>a:hover
{
    text-decoration:underline
}

/* Video Pages */

#video {
    overflow:hidden;
}

#video .container {
    float: left;
    padding: 10px 28px;
}

#video .container .player_cont {
    display:block;
    width: 100%;
}

#video .container #MF_player {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#video .container .data_cont {
    float: left;
    width: 100%;
}

#video .container .signup {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 5px 0 15px 0;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;  
    background: #ffca13;
    background-color: #ffca13;
    background-image: -moz-linear-gradient(top, #ffca13, #ffef69);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffca13), to(#ffef69));
    background-image: -webkit-linear-gradient(top, #ffca13, #ffef69);
    background-image: -o-linear-gradient(top, #ffca13, #ffef69);
    background-image: linear-gradient(to bottom, #ffca13, #ffef69);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffca13', endColorstr='#ffffef69', GradientType=0); 
    white-space: nowrap;
}

#video .container .signup:hover {
    background: #84066e;
    background-color: #84066e;
    background-image: -moz-linear-gradient(top, #e702bf, #84066e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e702bf), to(#84066e));
    background-image: -webkit-linear-gradient(top, #e702bf, #84066e);
    background-image: -o-linear-gradient(top, #e702bf, #84066e);
    background-image: linear-gradient(to bottom, #e702bf, #84066e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe702bf', endColorstr='#ff84066e', GradientType=0); 
    white-space: nowrap;
}

#video .container .signup a {
    font-size: 23px;
    font-family: Tahoma, Trebuchet MS, Serif;
    font-style: normal;
    color: #222;
    text-decoration: none;
}

#video .container .signup:hover a {
    color: #fff;
}

#video .container .video_data {
    float: left;
    max-width: 640px;
    text-align: left;   
    padding: 0 0 0 10px;
}

#video .container .video_data h3, #video .container .video_data .tags, #video .container .video_data .models {
    font-size: 12px;
    font-family: Trebuchet MS, Tahoma, Serif;
    font-weight: normal;
    font-style: normal;
    padding: 3px 10px 0 10px;
}

#video .container .video_data span {
    font-size: 14px;
    font-family: Trebuchet MS, Tahoma, Serif;
    font-weight: bold; 
}

#video .container .video_data .tags a, #video .container .video_data .models a {
    color: #5b1f30;
    font-weight: bold;
}

#video .container .rel_video {
    float: left;
    border-left: 1px dashed #aaa;
    padding-left: 15px;
    padding-right: 5px;
}

#video .container .share {
    float: left;
    width: 120px;
    border-left: 1px dashed #aaa;
    padding-left: 15px;
}

#video .container .share ul {
    list-style: none;  
}

#video .container .share ul li {
    float: left;
    width:100%;
    height: 26px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    font-family: Trebuchet MS, Tahoma, Serif;
    
}

#video .container .models_data {
    float: left;
    max-width: 390px;
    border-left: 1px dashed #aaa;
    padding-left: 10px;
}

#video .container .models_data img {
    width: 110px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 2px;
}

#video .container .models_data ul {
    list-style: none;
}

#video .container .models_data ul li {
    width: 110px;
    float: left;
    padding: 0 5px;
    line-height: 15px;
}

#video .container .models_data ul li a {
    font-size: 13px;
    font-weight: bold;
    font-family: Tahoma, Trebuchet MS, Serif;
    color: #555;
}

/* Pagination */

#pagination {
    display: block;
	position: relative;
	width:100%;
	clear:both;
    margin: 0;
	padding: 20px 0 15px 0;
	overflow: hidden;
	text-align:center;
}

#pagination ul {
	position: relative;
	margin: auto;
	width: auto;
	overflow: hidden;
	display: inline-block;
	padding: 0;
	zoom:1;
	*display:inline;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style-type: none;
    background: none;
}
* html ul.pagination { margin: 0 auto; width: 340px; } /* IE fix */ 

#pagination ul li {
	white-space: nowrap;
	line-height: 32px;
	font-size: 13px;
    font-family: verdana, serif;
	font-weight: bold;
	text-shadow: 0 1px 5px #000,
                 1px 0 3px #000;
    padding:0 10px;
    margin: 3px;
	height:auto;
    background: #ffc600;
    background-color: #ffc600;
    background-image: -moz-linear-gradient(top, #ffc600, #ffda58);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc600), to(#ffda58));
    background-image: -webkit-linear-gradient(top, #ffc600, #ffda58);
    background-image: -o-linear-gradient(top, #ffc600, #ffda58);
    background-image: linear-gradient(to bottom, #ffc600, #ffda58);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc600', endColorstr='#ffffda58', GradientType=0); 
    border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-border-radius:6px; 
    -khtml-border-radius:6px; 
}
#pagination ul li a {
	height: 32px;
	color: #fff;
	border: none;
    padding: 0;
	display: block;
    text-decoration: none;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
}

#pagination ul li a:hover {
	text-shadow: 1px 0 5px #000,
                 0 1px 3px #000;
    background: #ffda58;
    background-color: #ffda58;
    background-image: -moz-linear-gradient(top, #ffda58, #ffc600);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffda58), to(#ffc600));
    background-image: -webkit-linear-gradient(top, #ffda58, #ffc600);
    background-image: -o-linear-gradient(top, #ffda58, #ffc600);
    background-image: linear-gradient(to bottom, #ffda58, #ffc600);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffda58', endColorstr='#ffffc600', GradientType=0); 
}

/* Advertinsing block */

#advert {

}

#advert ul li {
    width: auto;
    height: auto;
    padding: 15px 0 10px 0;
}

#advert ul li img {
    width: auto;
    height: auto;
}

#advert a:hover img {
    border: 1px solid #000;
}

#advert ul li i {
    display: block;
    clear:both;
    line-height: 18px;
    font-size: 13px;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-style: normal;
}

/* Model Info */

#profile {
    overflow:hidden;
}

#profile .ps_image {
    float: left;
    display: block;
    padding: 2px 5px 2px 19px;
}

#profile .ps_image img {
    width: 245px;
    height: 330px;
}

#profile ul li {
    list-style: none;
}

#profile ul li ul {
    float:left;
    width: 390px;
    padding: 0 20px 0 10px;
}

#profile ul li ul li {
    float:left;
    width: 100%;
    color: #333;
    font-size: 13px;
    font-family: Tahoma, Trebuchet MS, Serif;
    list-style-type: none;
    text-align: left;
    padding: 2px 0 2px 7px;
}

#profile ul li ul li.header {
    height: 25px !important;
    border-bottom: 1px dashed #ae4261;
    margin-bottom: 5px;
    padding-left: 7px;
    line-height: 27px;  
    font-size: 18px;
    font-family: Tahoma, Trebuchet MS, Serif;
    letter-spacing: -1px;
    font-weight: bold; 
}

#profile ul li ul li.no-first {
    padding-top:5px;
}

#profile h1 {
    float: left;
    line-height: 27px;  
    font-size: 21px;
    font-family: Tahoma, Trebuchet MS, Serif;
    letter-spacing: -1px;
    font-weight: bold; 
    padding:0;
    margin: 0 0 0 4px;
    color: #67a42d;
}

#profile ul li ul li span {
    float: left;
    display: block;
    font-weight: bold;
    width: 120px;
    color: #5b1f30;
    padding-right: 7px;
}

#profile ul li ul li i {
    display:block;
    float: left;
    width: 260px;
    font-weight: normal;
    font-style: normal;
}

#profile ul li ul li span.icon {
    width:auto;
    padding-left:19px;
    height:16px;
    line-height:16px;
    display:block;
    float:left;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#profile ul li ul li span.icon.facebook {
    background-image: url('/images/facebook-icon.png');
}

#profile ul li ul li span.icon.myspace {
    background-image: url('/images/myspace-icon.png');
}

#profile ul li ul li span.icon.twitter {
    background-image: url('/images/twitter-icon.png');
}

#profile ul li ul li a {
    text-decoration: underline;   
}

/* photo page */

.box-photo {
    text-align: center;
    padding: 0;
    overflow: hidden; 
    font-size:1px;
    word-spacing:-1px;   
}

.box-photo figure {
    display: inline-block;
    margin: 2px;
    border: 1px solid #5e5647;    
}

.box-photo figure img {
    width:160px;
    height:216px;
    border: 0;
}

#video .container .preview {
    display: block;
    position: relative;
}

#video .container .preview_btn {
	position: absolute;
	top:0;
	left:0;
    z-index: 3;
	opacity: 1;
}
#video .container .preview_btn img {
    border:0;
}

#video .container .album_data {
    width:400px;
}

#video .container .share_album {
    width: 130px;
}

/* Other classes */

.duration {
	position:absolute;
	display: block;
	right:6px;
	bottom:6px;
	color:#fff;
	background:#000;
	font:11px/11px Tahoma, Arial, Helvetica, sans-serif;
	height:12px;
	padding:0px 3px;
	text-shadow: 1px 1px #333333;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-opacity:0.75;
	filter:alpha(opacity:75);
	opacity:0.75;
}

/* FOOTER */

#bookmark {
    display: block;
    text-align: center;
    padding: 25px 0;
    color: #fff;
    font-size: 11px;
}

#bookmark div.addthis_toolbox {
    width: 280px;
    margin: 0 auto;
}

#footer {
    display:block;
    position:relative;
    width: 100%;
    float: left;
    padding-bottom: 5px;
    background: #141414;
    background-color: #141414;
    background-image: -moz-linear-gradient(top, #141414, #212121);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#141414), to(#212121));
    background-image: -webkit-linear-gradient(top, #141414, #212121);
    background-image: -o-linear-gradient(top, #141414, #212121);
    background-image: linear-gradient(to bottom, #141414, #212121);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff141414', endColorstr='#ff212121', GradientType=0);
    overflow: hidden; 
}

#footer .footer-content {
    margin: 0 auto;
    width: 100%;
    max-width: 980px;
    padding: 15px 0 0 0;
}

#footer .column {
    float: left;
    width: 450px;
}

#footer .column_s {
    float: left;
    width: 180px;
    padding-left: 50px;
}

#footer ul {
    float: left;
    width: 250px;
    list-style: none;
    padding:0;
    margin:0;
}

#footer .column ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    width: 100%;
}

#footer ul li {
    height: 20px;
    font: 13px/20px Tahoma, Arial, Helvetica, sans-serif;   
}

#footer ul li i {
    float: left;
    background: url('/images/sprite.png') -37px -78px no-repeat;
    width:12px;
    height:20px;
    padding-right:3px;
}

#footer ul li a {
    color: #ddd;
    text-decoration: none;
}

#footer ul li a:hover {
    color: #fff;
}

#footer h3 {
    color:#ddd; 
    background:url('/images/dotted-line.png') bottom left repeat-x; 
    padding-bottom:9px; 
    margin-bottom:15px;
    font: 18px/22px Tahoma, Arial, Helvetica, sans-serif;
}

#footer_final {
    width: 100%;
    height:40px;
    background: #000;
    margin: 0 auto;
    float: left;
    position:relative;
    overflow: hidden;
    padding:0;
}

#footer_final span {
    display: block;
    text-align: center;
    color: #aaa;
    font: 11px/40px Tahoma, Arial, Helvetica, sans-serif;
    padding:5px;
}

#footer_final a {
    text-decoration: underline;
    color: #ccc;
}

/* CLEAR */

.g_clear {
	clear:both;
}
/* advertising */

#advertising {
    max-width: 980px;
    padding: 0;
    margin: 10px auto;
	overflow: hidden;
    color: #525252;
    font:12px/15px Arial, Helvetica, sans-serif;  
    text-align:center;  
}

#advertising span {
    width: 300px;
    padding: 2px;
    display: inline-block;
    margin: 0 auto;    
}

#video #MF_player a {
    color: #fff;
}


@media (max-width: 1023px) {

#nav {
    display: none;
}    

.header .share {
    display: none;
}

#video .container .share {
    display: none;
}

.header .search {
    border: 0;
    float: right;
}
.header .logo {
    margin-left: 15px;
    border:0;
}
    
}

@media (max-width: 960px) {
    #menu { display:none; }
        
    #listing ul {
        padding: 0 40px;
        columns: 4;
        -webkit-columns: 4;
        -moz-columns: 4;
    }
    
}

@media (max-width: 768px) {

#video .container .signup a {
    font-size: 15px;
}

#video .container .models_data {
    display:none;
}

#video .container .video_data .tags a, #video .container .video_data .models a {
    color: #5b1f30;
    font-weight: bold;
    padding: 5px;
    display: inline-block;
    background: #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#video .container {
    float: left;
    padding: 10px 5px;
}

#thumbs h2, #toplist h2, #listing h2, #video h2, #photo h2, #profile h2 {
    font-size: 18px;    
}

#thumbs h1, #toplist h1, #listing h1, #video h1, #photo h1, #profile h1 {
    font-size: 18px; 
}

.search { display:none; }
.header {    height: 61px !important; }
.header .logo { float:none;border:0;margin: 0 auto;width: 189px;}

    #listing ul {
        padding: 0 40px;
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

}

@media (max-width: 414px) {

#thumbs em, #toplist em, #listing em, #video em, #photo em, #profile em {
    display:none;
}

#thumbs h2, #toplist h2, #listing h2, #video h2, #photo h2, #profile h2 {
    font-size: 16px;    
}

#thumbs h1, #toplist h1, #listing h1, #video h1, #photo h1, #profile h1 {
    font-size: 16px; 
    line-height: 20px
}

#video .container .video_data .models {
    padding-top:5px;
    padding-bottom: 10px;
}

#video .container .video_data .tags a, #video .container .video_data .models a {
    margin-top:3px;
}

#thumbs ul {
    padding: 0;
}

#thumbs ul li {
    height: auto;
    width: calc(100% - 10px);
}

#thumbs img {
    width: 100%;
    height: auto;
    border: 1px solid #6c6c6c;    
}

#thumbs ul li:hover ul {
    height:auto;
}

#thumbs ul li ul { 
    position:relative;
    top:0;
    left:0;
    width: 100%;
    height: auto;     
}

#thumbs ul li ul li.time {
    width: auto;
}

.head_line i {
    display:none;
}

#thumbs ul.pics li {
    width:152px;
}

#footer_final {
    height:auto;
    padding:0;
    width:100%;
    overflow:hidden;
}

#footer_final span {
    font: 11px/18px Tahoma, Arial, Helvetica, sans-serif;
    padding: 5px;
}

#video .container .album_data {
    width:100%;
}

#video .container .rel_video {
    width:100%;
    padding:0;
}

#video .container .preview {
    margin: 0 auto;
    width: 320px;
}

#profile ul li ul {
    width: auto;
}

#thumbs ul.ps li {
    width:auto;
}

#toplist img {
    width: 100%;
    height: 100%;
}

#toplist ul li {
    height: auto;
    width: calc(100% - 17px);
}

.head_line_rel a {
    color: #5b1f30;
    font-weight: bold;
    padding: 5px;
    margin: 3px;
    display: inline-block;
    background: #e0e0e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
}

#listing ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;    
}

#video .container .rel_video {
    border:0;
}

#thumbs ul.pics img {
    width: 170px;
    height: 256px;
    border: 1px solid #6c6c6c;
}

#thumbs ul.pics li {
    width: 173px;
    height:280px;
}

#thumbs ul.pics li ul {
    display: block;
    position: absolute;
    top: 261px;
    left: 5px;
    width: 170px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    list-style: none;
    clear: both;
    height: 18px;
    overflow: hidden;
}

#thumbs ul li ul:hover, #thumbs ul li:hover ul {
    height:18px;
    overflow:hidden;
    z-index:9999;    
    padding:0;
    background: none;
    border: 0;
}

}


.header .header-head {
    background: #ebebeb
}
.header .sidebar-left {
    display:none;
}

@media (max-width: 768px) {
    .header .header-head {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 0px;
        /*width:0;*/
        z-index: 1400;
        transition: all 500ms ease
    }
    .header .header-head.perspective-3-left {
        transform: translateX(260px) !important
    }
}
@media (max-width: 768px) {
    .header .sidebar-left {
        display:block;
        position: fixed;
        width: 260px;
        background-color: transparent;
        -webkit-perspective: 300px;
        perspective: 700px;
        transition: all 500ms ease;
        transform: translateX(-260px);
        -webkit-transition: all 500ms ease;
        -webkit-transform: translateX(-260px);
        -o-transition: all 500ms ease;
        -o-transform: translateX(-260px);
        -ms-transform: translateX(-260px);
        top: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 9999;
        overflow: hidden;
        pointer-events: none
    }
    .header .sidebar-left.perspective-2-left {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        pointer-events: all !important
    }
}
@media (max-width: 768px) {
    .header .sidebar-left .sidebar-scroll-left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0px;
        overflow: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        background-color: #bababa;
        transition: all 500ms ease;
        transform: rotateY(-115deg) !important;
        transform-origin: 100% 0%;
        -webkit-transition: all 500ms ease;
        -webkit-transform: rotateY(-115deg) !important;
        -webkit-transform-origin: 100% 0%;
        -o-transition: all 500ms ease;
        -o-transform: rotateY(-115deg) !important;
        -o-transform-origin: 100% 0%;
        -ms-transform: rotateY(-115deg) !important;
        -ms-transform-origin: 100% 0%
    }
    .header .sidebar-left .sidebar-scroll-left.perspective-left {
        transform: rotateY(0deg) !important;
        transform-origin: 100% 0%;
        transition-delay: 70ms;
        -webkit-transform: rotateY(0deg) !important;
        -webkit-transform-origin: 100% 0%;
        -webkit-transition-delay: 70ms;
        -o-transform: rotateY(0deg) !important;
        -o-transform-origin: 100% 0%;
        -o-transition-delay: 70ms;
        -ms-transform: rotateY(0deg) !important;
        -ms-transform-origin: 100% 0%
    }
}
.header .btn-mobile {
    display: none;
    vertical-align: middle;
    float: left;
    padding: 5px 0;
    margin: 0 5px 0;
}
.header .btn-mobile a i.icon-blockcancel {
    display: none
}
.header .btn-mobile a.is-opened i.icon-blockcancel {
    display: block;
    top: 0px
}
.header .btn-mobile a.is-opened i.icon-blockmenu {
    display: none
}
@media (max-width: 768px) {
    .header   .btn-mobile a {
        padding: 4px 7px
    }
    .header .btn-mobile {
        display: inline-block;
        margin-top: 4px;
        position: absolute;
        top: 0;
    }    
    .header .centr, .header .search, .header .submenu {
        display:none;
    }
}
.btn {
    border-radius: 4px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    position: relative;
    text-decoration: none!important;
    border: 1px solid transparent;
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    outline: none!important
}
.btn .icon-block {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin: 0 0 2px;
    display: inline-block;
}
.btn.uppercase {
    text-transform: uppercase
}
.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn:focus {
    outline: none
}

@media (max-width: 768px) {
    .btn {
        padding: 7px 5px
    }
}
.btn-gray {
    background: #d1d1d1;
    color: #494949
}
.btn-gray:hover,
.btn-gray:active,
.btn-gray.hover {
    background: #ffffff;
    color: #494949;
    border: 1px solid #9c9c9c
}
.btn-gray:focus {
    color: #494949
}
.btn-gray.done,
.btn-gray.disabled,
.btn-gray[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
.btn-gray.done:hover,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover {
    background: #d1d1d1;
    color: #494949;
    border: 1px solid transparent
}

@font-face {
    font-family: 'icon-block';
    src: url('/images/font/icon-block.eot?1902001');
    src: url('/images/font/icon-block.eot?1902001#iefix') format('embedded-opentype'), url('/images/font/icon-block.woff2?1902001') format('woff2'), url('/images/font/icon-block.woff?1902001') format('woff'), url('../font/icon-block.ttf?1902001') format('truetype'), url('/images/font/icon-block.svg?1902001#icon-block') format('svg');
    font-weight: normal;
    font-style: normal
}
[class^="icon-block"]:before,
[class*=" icon-block"]:before {
    font-family: "icon-block";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-blockmenu:before {
    content: '\e804'
}
.icon-blockcancel:before {
    content: '\e808'
}
@media (max-width: 768px) {

    .header .sidebar-left ul.header-ul {
        float: none
    }
     .header .sidebar-left ul.header-ul-soc {
        float: none
    }
    .header .sidebar-left ul.header-ul>li {
        float: none;
        display: block;
        position: relative;
        border-bottom: 1px solid #747474;
        border-left: none
    }
    .header .sidebar-left ul.header-ul>li>a {
        position: relative;
        display: block;
        font-size: 17px;
        padding: 13px 20px;
        border-left: none;
        color: #000;
        text-decoration: none;
        font: 18px/25px Tahoma, Arial, Helvetica, sans-serif;
    }
    .header .sidebar-left ul.header-ul>li>a .caret_in {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAA4ElEQVQoz43OwSpEcRSA8d+9SrJWpjQhhVjZ/peGSdlMycaOtUfwCB7CyoqFYqXGTHSKDe9go2bBSlJk87+lcdOc5en7vnOKlFILh9iPiDcjTEppDlc4KnGMDroppakR5Hn0sFIF2njCGnoppcY/8gL6mMUjtsqIGGAdD1jNkWaNvJjlJu7RiohBCRHxik3cYQn9/GolL+MGM7hFOzuKoSuTuMAGnnO0RBcNXKMTEe+VU9S8OoEzbOMlM9O4xG5EfPzm/wRyZByn2Mmrc+xFxOcwWxvIkTGc4BsHEfFVx/0AdzREKOxw72MAAAAASUVORK5CYII=') no-repeat center;
        width: 19px;
        height: 9px;
        display: inline-block;
        margin-left: 2px;
        padding: 10px 0;
        vertical-align: middle;
        float: right
    }
    .header .sidebar-left ul.header-ul>li ul {
        border: none
    }
    .header .sidebar-left ul.header-ul>li ul>li {
        border-bottom: 1px solid #747474
    }
    .header .sidebar-left ul.header-ul>li ul>li:last-child {
        border-bottom: 1px solid transparent
    }
    .header .sidebar-left ul.header-ul>li ul>li a {
        border: none !important;
        font-size: 14px;
        color: #545454;
        padding: 15px 15px 15px 30px
    }
    .header .sidebar-left ul.header-ul>li ul>li:first-child {
        border-top: 1px solid #747474
    }
    .header .sidebar-left ul.header-ul>li.active>a {
        background: #f5f5f5
    }
    .header .sidebar-left ul.header-ul .open .dropdown-menu {
        position: relative;
        float: none;
        width: auto;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.header ul.header-ul-soc {
    float: right;
    text-align: center
}
.header ul.header-ul-soc a {
    margin: 6px 1px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border: none !important;
    vertical-align: middle;
    text-decoration: none !important
}
@media (max-width: 768px) {
    .header   ul.header-ul-soc {
        float: none
    }
}
.search_side {
    display: inline-block;
    padding: 7px 10px;
}

.search_side form {
    height: 43px;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    text-align: left;
    border-radius: 4px;
}

.search_side input {
    width: 173px;
    height: 25px;
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
    border: 0;
    background: none;
    outline: 0 !important;
    outline: none !important;
}
.search_side .search_text {
    overflow: hidden;
}
.search_side .search-button {
    float: right;
    display: block;
    width: 43px;
    height: 43px;
    background: #ccc url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAABlUlEQVQ4y63TT4hNYRjH8c91MaSYzSzIwubYzGxEKSssTE/NZlhYUFaUZI+ysbBQNixEyEZTyob0lISwY6E0JV3FkmThz5SSsZjX7XZz55y5PJv3dPqd7/vtd963pW8iYi2msA0jeI97mTlrCdPqgx7GOYyWV/MlM4/bOJqZn5qAl/VAT+BKMZzGGrQxgUvYi8cRsa4JeHmBbsdZPMBUZv7oycziWEQ8w01cwKGmxifxHQf6oN3JzBlcx8GI2FQLjog29uBOZn6syV8tMpNNjMewGq8bVPemrBubgL+U59EG4D+Zr7XgzJzDK0xGRKsmH2V93sQYrmEcRwYSI8ZwqtTxtCn4Ml7iYkQcLz+0FzqOh9hQ+t1dB271fLwed7EV7/CodDmBnfiJlSU+h+nMvD8I3DXrdDrfqqq6gQ/YbOEI7sAqzGA/PmMXVmBfVVUvOp3O20WNB/Q60n9hIuI0ztSZ152CQRvWwttLpi7U9qSqql+L1TIUuAl8aHAdfKiO++cvnW/5J+MB5ucz89b/4Paad2/kb7YdlFlFCa5BAAAAAElFTkSuQmCC') center no-repeat;
    text-indent: -1000px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
input[type="text"],
select:focus,
textarea {
  font-size: 16px;
}
.header ul.header-ul-soc {
    float: right;
    text-align: center
}
.header ul.header-ul-soc a {
    margin: 15px 3px;
    display: inline-block;
    width: 21px;
    height: 21px;
    padding: 5px;
    border: none !important;
    vertical-align: middle;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .header ul.header-ul-soc {
        float: none
    }
    .header .logo {
        height:60px;
        background-size: 190px;
    }
}

.preloadLine {
    background: #ffc600;
    left: 1px;
    position: absolute;
    top: 1px;
    height: 2px;
    transition: width .8s ease;
    -webkit-transition: width .8s ease;
    width: 0;
    z-index: 2;
}
.videoPreviewEl {
    display: inline-block;
    position: absolute;
    left: 0;
    max-height: 100%;
    top: 0;
    width: calc(100% - 5px);
    z-index: 0;
    padding:2px 0 0 2px;
}
.videoPreviewE2 {
    display: inline-block;
    position: absolute;
    left: 0;
    max-height: 100%;
    top: 0;
    width: 100%;
    z-index: 0;
    padding:0;
}

.mobile_top_ads span {
    font: 10px/15px Tahoma, Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
}

#preview-image {
    z-index:12;
    overflow:hidden;
    position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
    background:#000
}
#preview-image img {
    height:100%;
    width:100%
}
.player-loader {
    width:120px;
    height:120px;
    border-radius:50%;
    animation:rotate 1s linear infinite;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    margin:auto;
    opacity:.8
}
.player-loader::before {
    content:"";
    box-sizing:border-box;
    position:absolute;
    inset:0;
    border-radius:50%;
    margin:5px;
    border:5px solid #fff;
    animation:prixClipFix 2s linear infinite
}
@keyframes rotate {100%{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}100%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}

@media screen and (max-width:400px){ 
    .player-loader {
        width:72px;
        height:72px
    }
    .player-loader::before {
        margin:3px;
        border:3px solid #fff
    }
}
