/*
	Theme Name: HTML5 Blank Child
	Theme URI: http://html5blank.com
	Description: Child Theme of HTML5 Blank Child
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Template: html5blank-stable
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* custom image spacing */
/** 
* @Modified 2017-05-30 AG 102
* @Modified 2017-06-15 CA 289
* @Modified 2017-09-22 AN 1674
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

a img {
	border: none;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url('fonts/myriadpro-reg/MyriadPro-Regular.woff') format('woff'), url('fonts/myriadpro-reg/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/myriadpro-reg/MyriadPro-Regular.ttf') format('truetype'), url('fonts/myriadpro-reg/MyriadPro-Regular.otf') format('opentype'), url('fonts/myriadpro-reg/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	background-color: #c4ced4;
	font-family: "MyriadPro-Regular";
	position: static;
}
.ticker{
	width: 1200px;
	float: left;
	position: relative;
	background-color: #231f20;
	margin-bottom: 10px;
	display:none;
}


img{
	width: 100%;
}

.lang-wrap {
	width: 140px;
	background: #000; /* Old browsers */
	background-color: #231f20;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 100;
	border: 1px solid #5a5a5c;
	height: 30px;
	display: none;
}
.lang-trigger {
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
	cursor: pointer;
	padding: 5px;
	
}
.lang-trigger .sprt,
.lang-select .sprt {
	float: left;
	margin-right: 5px;
}
.lang-trigger .sprt.arw-lang {
	position: absolute;
	top: 7px;
	right: 0px;
}
.lang-select {
	background-color: #231f20;
	float: left;
	width: 100%;
	display: none;
	padding: 0;
}
.lang-select li {
	list-style-type: none;
	clear: both;
}
.txt-lang {
	float: left;
	position: relative;
	margin-right: 5px;
	font-size: 13px;
	z-index: 20;
	color: #ffffff;
	line-height: 1.2;
	top: 2px;
	font-style: bold;
}
.sc .txt-lang, .ch .txt-lang {
	top: 0;
}
.kr .txt-lang {
	line-height: .7;
}
.lang-select li a {
	float: left;
	clear: both;
	padding: 5px;
	width: 100%;
	color: #ffffff;
	-webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
.lang-select li a:hover {
	background-color: #1061ac;
	color: #ffffff;
	text-decoration:none;
}
.lang-select li a:hover .txt-lang {
	color: #000;
	text-decoration:none;
	color: #ffffff;
}
.lang-text-res {
    display: none;
}
/* sprites */


.sc .sprt.logo,
.ch .sprt.logo {
	background-position: 0 -50px;
	width: 242px;
	height: 50px;
}
.sprt.en {
	background:  url("./img/en.png") no-repeat !important;
	width: 16px;
	height: 11px;
	margin-top: 2.5px;
}
.sprt.en:hover {
	background-position: -212px -18px;
}
.sprt.sc {
	background:  url("./img/cn.png") no-repeat !important;
	width: 16px;
    height: 11px;
    margin-top: 2.5px;
}
.sprt.sc:hover {
	background-position: -239px -18px; 
}
.sprt.ch {
	background-position: -266px 0; 
	width: 26px;
	height: 17px;
}
.sprt.ch:hover {
	background-position: -266px -18px;
}
.sprt.th {
	background:  url("./img/th.png") no-repeat !important;
	width: 16px;
	height: 11px;
	margin-top: 2.5px;
}
.sprt.th:hover {
	background-position: -293px -18px; 
}
.sprt.kr {
	background-position: -320px 0; 
	width: 26px;
	height: 17px;
}
.sprt.kr:hover {
	background-position: -320px -18px; 
}
.sprt.in {
	background-position: -347px 0; 
	width: 26px;
	height: 17px;
}
.sprt.in:hover {
	background-position: -347px -18px; 
}
.sprt.vn {
	background:  url("./img/vn.png") no-repeat !important;
	width: 16px;
	height: 11px;
	margin-top: 2.5px;
}
.sprt.vn:hover {
	background-position: -374px -18px; 
}
.sprt.id {
	background:  url("./img/id.png") no-repeat !important;
	width: 16px;
	height: 11px;
	margin-top: 2.5px;
}
.sprt.id:hover {
	background-position: -401px -18px; 
}
.sprt.arw-lang {
	background:  url("./img/arrow2.png") no-repeat !important;
	width: 16px;
	height: 16px;
	
}
.sprt.arw-lang.up {
	background:  url("./img/arrow.png") no-repeat !important;
	width: 16px;
	height: 16px;
}
/* ~sprites */
ul.lang{
	float: right;
	width: 170px;
	height: 28px;
	border: none;
	background-color: #231f20;
	color: #5a5a5c;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	margin: 5px;
	list-style: none;
}
ul.lang: hover li.inside{
	display: block;
	width: 220px;
}
li.inside{
	display: none;
}

option{
	font-size: 12px;
	margin: 2px;
	
}

#scroll-ntb_inner img{
display: none !important;
}

#scroll-ntb_inner a{
margin: 0 20px;
font-size: 20px;
font-weight: bold;
color: #fff;
text-shadow: -1px 1px 12px #fff, 1px -1px 12px #fff;
}

.news-ticker-ntb > span{
	position: relative;
	border-right: 2px solid #5a5a5c !important;
	width: 200px;
	overflow: hidden;
	display: none;
	white-space: nowrap;


}

.news-ticker-ntb > span > span {
	
	border: none !important;
	padding: 5px 10px !important;
	color: #ffffff !important;
	text-shadow: -1px 1px 12px #fff, 1px -1px 12px #fff !important;
	font-weight: bold !important;
	font-size: 18px !important;
	-webkit-animation: backgroundScroll 7s linear infinite;
	animation: backgroundScroll 7s linear infinite;
	animation-iteration-count: infinite;
	position: absolute;
	display: none;
	width: 100%;
	text-align: center;
	margin:0;
	white-space: nowrap;
}

	@-webkit-keyframes backgroundScroll {
	from {right: -130%;}
	to {right: 87.5%;}
	}
	 
	@keyframes backgroundScroll {
	from {right: -130%;}
	to {right: 87.5%;}
	}

.news-ticker-ntb > span > span:before {
	content: "TRENDING NOW";
	border: none !important;
	padding: 5px 10px !important;
	color: #ffffff !important;
	text-shadow: -1px 1px 12px #fff, 1px -1px 12px #fff !important;
	font-weight: bold !important;
	font-size: 18px !important;
	position: absolute;
	left: -100%;
	top: 0;
	text-align: center;
	margin:0;
	white-space: nowrap;
}

.news-ticker-ntb > span > span:after {
	content: "TRENDING NOW";
	border: none !important;
	padding: 5px 10px !important;
	color: #ffffff !important;
	text-shadow: -1px 1px 12px #fff, 1px -1px 12px #fff !important;
	font-weight: bold !important;
	font-size: 18px !important;
	position: absolute;
	right: -100%;
	top: 0;
	text-align: center;
	margin:0;
	white-space: nowrap;
}


ul#ntbne{
	margin: 6px 10px 0 10px;
	font-style: italic;
}
.hot-thai{
	display:none;
}
.top-idols{
	display:none;
}
.wrapper{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
form.search{
	float: right;
	overflow: hidden;
	margin-left: 1.7px;
	margin-right: 1.7px;
}
input.search-input{
	color: #fff;
	font-size: 14px;
}
.header-navi{
	float: left;
}
/** Header **/
header{
	margin-bottom: 20px;
}

.header{
	position: relative;
	   z-index: 5;

}

nav.main-nav{
	padding-bottom: 5px;
	width: 1200px;
	zoom: 1; /* all browsers */
	    -moz-transform: scale(1);  /* Firefox */
}
nav.main-nav ul {
	list-style-type: none;
	text-align: center;
	background-color: #1061ac;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: inline;
}




nav.main-nav ul li, nav.main-nav ul li ul li{
	display: inline-block;
	position: relative;
	background-color: #1061ac;
}
nav.main-nav li {
	float: left;
	border-left: 1px solid #007ddb;
}
nav.main-nav li a{
	display: block;
	text-align: center;
    padding: 10px 0px;
    text-decoration: none;
	color: #ffffff !important;
	font-family: "MyriadPro-Regular";
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
form.search{
	background-color: #1061ac;
}
nav.main-nav li a:active{
	color: #1061ac;
	background-color: #ffffff;
}
nav.main-nav a:hover{
	background-color: #ffffff;
	color: #1061ac !important;
	
	
}
nav.main-nav a:active {
	background-color: #ffffff;
	color: #1061ac !important;
}
nav.main-nav ul li ul{
	position: absolute;
	display:none;
	left:0px; 
	top:30px;
	margin-top: 9px;
}
nav.main-nav ul li:hover ul{
	display:block;
	width: 100%;
	z-index: 9999;
}
nav.main-nav ul li ul li {
	display: block;
	width: 100%;
}

#menu-header > li {
    width: 16.6%;
}

/**li#menu-item-230,
li#menu-item-752,
li#menu-item-253,
li#menu-item-252,
li#menu-item-242{
	width: 17.51%;
}**/
form.search{
	float: right;
    overflow: hidden;
    margin-left: 3px;
    margin-right: 3px;
        padding-bottom: 4px;
}
.logo{
	float: left;
	margin: 0 auto;
}
.h-ads{
	float: right;
	display: none;
}
.searchnav{
	margin-top: 4px;
	/**margin-bottom: 4px;**/
	margin-right: 1.75px;
	background-color: #1061ac;
	color: #ffffff;
	border: 1px solid #ffffff;
}
input.search-input{
	border: none;
	background: none;
	font-style: italic;
	position: relative;
	bottom: 5px;
	width: 100px;
	
	}
input.button{
	margin-top: 2px;
	margin-right: 5px; 
	height: 22px;
}
nav.thai ul{
	list-style: none;
}
nav.thai li a{
	color: #6d6e70;
}
nav.sport ul{
	list-style: none;
}
nav.sport li a{
	color: #6d6e70;
}
#country-select{
	top: 0;
	right: 0;
	position: absolute;
}
#country-select ul{
	list-style: none;
	margin: 5px 5px 0px 5px;
	padding-left: 12px;
}
#country-select ul li.inside{
	display: none;
	width: 200px;
}
#country-select ul.lang:hover li{
	display: block;
	background-color: #231f20;
	padding: 0px 0px 10px 0px;
	width: 150px;
	border-top: 0;
}
#country-select ul.lang li a{
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: normal;
	width: 170px;
}
#country-select ul.lang li a:hover{
	color: #fff;
}
#country-select ul.lang li{
	border: 2px solid;
    padding: 5px;
	
}
.active-nav{
	border: 2px solid;
    padding: 5px;
}
span.flag{
	margin: 2px;
	padding: 5px;
}
span.flag-active{
	margin: 2px;
}
li.inside em{
	margin-top: 5px;
}
em{
	font-style: normal;
	font-family: "MyriadPro-Regular";
}

/** Home Gallery **/
.home-gallery  h3,
.home-gallery p.entry-meta,
.home-gallery p{
	display: none;
}
.home-gallery li{
	background-color: #c4ced4 !important;
	padding: 0 !important;
	list-style: none;
	margin: 1px !important;
	float: left;
	max-width: 276px;
	width: 100%;
	height: 300px;
	overflow:hidden;
	border: 1px solid #5a5a5c;

	
}
.home-gallery li img{
	height: auto;
	width: 100%;
	position: relative;
	vertical-align:center;
	margin: 0 auto;
	min-width: 278.3px;
	border: 0;
	min-height: 300px;
}

.home-gallery .alm-btn-wrap{
	margin-top: 10px;
}

.alm-btn-wrap {
    text-align: center;
    padding: 10px 0 0px;
    margin-top: -30px;
}

.articleload li img{
	
	max-height: 120px;
    max-width: 170px;
    /*max-height: 255px;
    max-width: 390px;*/
    margin: 0px 8px 0px 0px;
    /*float: none !important;*/
}
.articleload .vimg{
	display: none;
}

/** Footer **/
.ftitle{
	color: #007ddb;
	font-family: "MyriadPro-Regular";
	font-size: 12px;
}
.fftle{
	color: #007ddb;
	padding-left: 40px;
	font-size: 12px;
	
}
.fftle-sv{
	margin-top: -10px;
}
.fftle-sv a{
	color: #007ddb;
	padding-left: 40px;
	font-size: 12px;

}
.fftle-ss{
	margin: 0;
}
.fftle-ss a{
	color: #007ddb;
	padding-left: 40px;
	font-size: 12px;

}
.fftle a{
	color: #007ddb;
	text-transform: uppercase;
}
.fcont{
	color:  #6d6e70;
	font-family: "MyriadPro-Regular";
	margin-top: -10px;
	font-size: 12px;
}
nav.thai{
	margin-top: -10px;
}
nav.sport{
	margin-top: -10px;
}
.footer-content{
	width: 1200px;
	margin: 0 auto;
	background-color: #231f20;
	overflow: hidden;
}
.left-footer{
	float: left;
	overflow: hidden;
	width: 55%;
	padding: 30px 10px 20px 0px;
	font-family: "MyriadPro-Regular";
	
}
.center-footer{
	padding: 30px 20px 20px 30px;
	overflow: hidden;
	width: 20%;
	float: left;
	font-family: "MyriadPro-Regular";
	margin-left: 30px;
}

.right-footer{
	padding: 30px 20px 20px 20px;
	overflow: hidden;
	float: left;
	font-family: "MyriadPro-Regular";
}
.footer-category-1 {
	float: left;
	width: 16%;
	padding: 20px;
	font-family: "MyriadPro-Regular";
}

.footer-category-2 {
	float: left;
	width: 16%;
	padding: 20px;
	font-family: "MyriadPro-Regular";
	display:none;
}

.footer-category-3 {
	float: left;
	width: 30%;
	padding: 20px;
	font-family: "MyriadPro-Regular";
	display:none;
}

.footer-category-4 {
	float: left;
	width: 18%;
	padding: 20px;
	font-family: "MyriadPro-Regular";
	display:none;
}

.footer-category-5 {
	float: left;
	width: 18%;
	padding: 20px;
	font-family: "MyriadPro-Regular";
	display:none;
}

footer .footer-content > div > nav > ul > li {
	font-size: 12px;
}

footer .footer-content > div.footer-category-3 > nav > ul > li {
	/*text-align: center;*/
}

footer .footer-content > div.footer-category-3 > nav > ul > li > a{
	margin-left: 90px;
}

footer .footer-content > div > nav > ul > li > a {
	color: #007ddb;
    text-transform: uppercase;
}

footer .footer-content > div > nav > ul > li > ul {
	padding-left: 0px;
}

footer .footer-content > div > nav > ul > li > ul > li{
	
}

footer .footer-content > div.footer-category-3 > nav > ul > li > ul > li{
	display: inline-block;
	width: 49%;
	text-align: left;
}

footer .footer-content > div > nav > ul > li > ul > li > a {
	color: #6d6e70;
    text-transform: none;
}

.footer-text {
	width: 100%;
	text-align: center;
	display:inline-block;
	padding-bottom: 10px;
}

footer{
	background-color: #231f20;
	clear: both;
	
}
p.copyright{
	background-color: #020202;
	text-align: center;
	padding: 10px;
	
}
p.copyright a{
	color: #007ddb;
	font-family: "MyriadPro-Regular";
}
.body-content{
	/*width: 100%;
	max-width: 1200px;*/
	width: 1200px;
}
.right-panel{
	
	float: right;
	max-width: 350px;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}
.left-panel{
	float: left;
	max-width: 835px;
	width: 100%;
	margin: 0 10px 0 0;
	/*display:none;*/
}
.content-title{
	background-color: #231f20;
	margin-bottom: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #ffffff;
	font-family: "MyriadPro-Regular";
	font-size: 14px;
	display: none;
}
.widget-title{
	background-color: #231f20;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.loadmore{
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #6d6e70;
	border: 1px solid #6d6e70;
	
}

.hot-thai .kodex_button {
	margin-top: -90px !important;
	margin-left: -50px !important;
}


.hot-thai .counter-blue-bg{
	display:none !important
}
.hot-thai .ajax-load-more-wrap.grey button.alm-load-more-btn,.net-idols .ajax-load-more-wrap.grey button.alm-load-more-btn{
	margin-top: 15px;
}
.net-idols{
	display:none;
}

.slider{
	background-color:  #231f20;
	height: 400px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.ads{
	margin-top: -5px;
	margin-bottom: 10px;
}
.ads2 img{
	margin-bottom: 10px;
	margin-top: 10px;
}
.ads-content{
	margin-bottom: 20px;
	margin-top: 10px;
}
img.logo-img{
	width: 100%;
	max-width: 835px;
}
.thumbnail{
	background-color: #ffffff;
	height: 300px;
	margin-bottom: 10px;	
}
.thumbnail p{
	background-color: #ffffff;
	padding: 5px;
}
.thumbnail img{
	height: 100px;
	overflow: hidden;
}
div.button.button-border-caution.rbs-imges-load-more{
	margin-bottom: 10px;
	text-align: center;
	color: #6d6e70;
	width: 100%;
	border: 1px solid #6d6e70;
	font-style: bold;
	font-family: "MyriadPro-Regular";
}

div.alm-reveal{
	/*margin-top: -25px;
	margin-bottom: -30px;*/
}

.articleload .alm-listing li:nth-child(1){
	    margin-top: 0px !important;
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
  background: url("img/loader-fading-blocks.gif") no-repeat center center !important;
  background-color: transparent !important;
  width: 32px !important;
  height: 25px !important;
 }
.alm-listing .alm-paging-content>li, .alm-listing .alm-reveal>li, .alm-listing>li{
	padding: 0 10px 0 175px !important;
	margin: 0 0 0 !important;
}

.alm-listing img{
	margin: 5px;
	margin: 10px;
	border-radius: 0 !important;
	border: 1px solid #6d6e70;
	width: 100%;
	height: 120px;
	/*height: 255px;*/
	/*min-width: 390px;*/
}
.alm-listing li{
	background-color: #ffffff;
	margin: 5px 0 5px 0;
	padding: 15px 10px 15px 15px;
	font-size: 12px;
	text-align: justify;
}
.articleload .alm-listing li{
	width: 415px;
    height: 160px;
    display: inline-block;
    margin-right: 2px;
    /*padding: 0px;*/
    margin-top: 0px;
    margin-bottom: 0px;
}
.articleload .alm-listing li:nth-child(odd){
	
}
.articleload .alm-listing li:nth-child(even){
	margin-right: 0px;
}
.articleload .alm-listing li:nth-child(1){
	margin-top: 5px;
}
.articleload .alm-listing li:nth-child(2){
	margin-top: 5px;
}
.cat_thumbs .alm-listing li:nth-child(odd){
	
}
.cat_thumbs .alm-listing li:nth-child(even), .cat_thumbs2 .alm-listing li:nth-child(even) {
	margin-right: 2px;
}
.cat_thumbs .alm-listing li:nth-child(1), .cat_thumbs2 .alm-listing li:nth-child(1) {
	margin-top: 0px;
}
.cat_thumbs .alm-listing li:nth-child(2), .cat_thumbs2 .alm-listing li:nth-child(2) {
	margin-top: 0px;
}
.alm-listing li img{
	float: left;
    position: relative;
}
.alm-listing li.no-img {
	padding: 20px;
}
a.view-article{
	font-style: italic;
	color: #1061ac;
}

.ajax-load-more-wrap.grey button.alm-load-more-btn{
	margin-bottom: 10px;
	text-align: center;
	color: #1061ac;
	width: 100%;
	border: 1px solid #6d6e70;
	background-color: #c4ced4;
	font-style: normal;
	font-size: 14px;
	padding: 0;
	border-radius: 0 !important;
	font-weight: normal !important;
	font-family: "MyriadPro-Regular";
}
.ajax-load-more-wrap.grey button.alm-load-more-btn:hover{
	background-color: #c4ced4;
	margin-top: 15px;
}

.net-idols button.kodex_button.kodex_like_button, .articleload button.kodex_button.kodex_like_button, .mob-sexy-videos button.kodex_button.kodex_like_button, .mob-sexy-stories button.kodex_button.kodex_like_button{
 display: none !important;
}

.alm-btn-wrap{
	padding: 0;
	transition: all 0.4s ease;
}

	.alm-btn-wrap:hover{

		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1) ;
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

#load-more{
	transition: all 0.4s ease;

}

	#load-more:hover{
		background-color: #848f95 !important;
		color: #ffff00;
		-moz-box-shadow:    0px 0px 7px 0px #000;
		-webkit-box-shadow: 0px 0px 7px 0px #000;
		box-shadow:         0px 0px 7px 0px #000;

	}
	
.ajax-load-more-wrap.grey button.alm-load-more-btn:hover, .ajax-load-more-wrap.grey button.alm-load-more-btn.done{
	background-color: #c4ced4;

}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
}



/**Search**/
.content-search h1{
	font-size: 16px;
	padding: 5px;
}
.content-search article{
	margin-top: 10px;
	background-color: #fff;
	padding: 10px;
}
.content-search img{
	display: none;
}
.content-search span.comments{
	display: none;
}
.content-search a.post-edit-link{
	display: none;
}
.content-search article h2{
	background-color: #fff;
	color: #444;
	text-transform: none;
	margin: 0 auto;
}
.pagination{
	text-align: center;
	font-size: 14px;
}
a.next.page-numbers{
	color: #1061ac;
}


/*Category Template*/

h2
{	background-color: #231f20;
	margin: 0 0 10px 0;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #ffffff;
	font-family: "MyriadPro-Regular";
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal !important;
	clear: both;
}

h2 a{
	color: #ffffff !important;
	font-weight: normal !important;
}
h2 a:hover{
	color: #1061ac !important;
}
.alm-listing li h3{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 17px;
	line-height: 1.0;
}
.thumbnail_cat{
	position: relative;
	width: 197.56px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 0 5px 20px 6px;
	border: 1px solid #6d6e70;
	background-color: #fff;
	display: none;
}
.thumbnail_cat img{
	margin-right: 11px;
	margin-bottom: 20px;
	position: absolute;
	/*left: 50%;
	top: 50%;*/ /* gets the middle part of the image */
	height: auto;
	width: 100%;
	/*-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-45%);*/ /* gets the middle part of the image */
	z-index: 0;
}
.thumbnail_cat img:hover{
	background-color: #000;
	opacity: 0.5;
}
.thumbnail_title{
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color: #fff;
	width: 100%;
	height: 25px;
}
h4{
	margin-top: 5px;
	margin-bottom: 8px;
	font-family: "MyriadPro-Regular";
	font-size: 12px;
}
.cat_thumbs p.entry-meta,
.cat_thumbs p,
.cat_thumbs2 p.entry-meta,
.cat_thumbs2 p{
	display: none;
}

.cat_thumbs .article-only {
	display: none;
}

.cat_thumbs .alm-listing li img,
.cat_thumbs2 .alm-listing li img{
	position: relative;
	clear: both;
	margin: 0px 2px 5px 2px;
	vertical-align:middle;
	border: 1px solid #6d6e70;
	border-bottom: 0;
	max-height: none; /* stretches the image - http://playsports88.com/sexy-photos/hot-asian-girls/ */
	max-width: 180px;
	height: auto;
	min-height: 120px;
}
.cat_thumbs .alm-listing li img:hover,
.cat_thumbs2 .alm-listing li img:hover{
	background-color: #fff;
	opacity: 0.6;
}
.cat_thumbs .alm-listing li,
.cat_thumbs2 .alm-listing li{
	display: table-cell;
	vertical-align:middle;
	padding: 0;
	background-color: #c4ced4;
	float: left;
	overflow: hidden;
	width: 203px;
	margin: 0px 2px 5px 2px;
	height: 140px;
}
.cat_thumbs2 .alm-listing li h3,
.cat_thumbs .alm-listing li h3{
	text-align: center;
	border-top: 0;
	font-style: normal;
	font-family: "MyriadPro-Regular";
	color: #444;
	font-weight: normal;
	font-size: 12px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	line-height: inherit;	
}

.cat_thumbs .alm-listing img,
.cat_thumbs2 .alm-listing img{
	min-width: 200px;
}
.cat_thumbs .alm-btn-wrap,
.cat_thumbs2 .alm-btn-wrap{
	clear: both;
}
.cat_thumbs .tile,
.cat_thumbs2 .tile{
	float: left;
    top: 81%;
    left: 1%;
    position: absolute;
    padding-top: 5px;
	padding-bottom: 5px;
	width: 200px;
    border: 1px solid #444;
	background-color: #fff;
	border-top: 0;
}
.cat_thumbs .vimg{
	display: none;
}
.cat_thumbs2 .vimg{
	height: 50px;
    width: 50px;
    left: 40%;
	top: 25%;
    background: url('img/playvideo.png');
    position: absolute;
    z-index: 1;
	display: block;
}

.cat_thumbs2 .article-only{
	display: none !important;
}


/*Single*/
.thumbnail_post{
	float: left !important;
	width: 100% !important;
	margin: 0 10px 15px 0 !important;
	border: 2px solid #6d6e70 !important;
	overflow: hidden;
}
.thumbnail_post img{
	width: 100%;
}
.article_post{
	float: right;
	width: 50%;
	
	margin-bottom: 10px;
	overflow: hidden;
}
.article_post h1{
	margin: 0 auto;
}
h1{
	font-family: "MyriadPro-Regular";
}
p{
	font-family: "MyriadPro-Regular";
	font-size: 12px;
}
.left-panel-part{
	float: left;
	width: 50%;
}
.grlry{
	width: 100%;
	top: 50%;
	left: 50%;
	position: absolute;
}

/* Sidebar */
.thumbs_cat, .thumbs_cat2{
	position: relative;
	width: 168px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 3px;
	z-index: 2;
}
.thumbs_cat img{
	margin-right: 11px;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	z-index: 0;
	clear: both;
	height: 100%;
	min-width: 180px;
}

.thumbs_cat2:hover{
	opacity: 0.6;
}

 .top-10-thumb img {
 	margin-right: 11px;
 	margin-bottom: 20px;
 	left: 50%;
 	-webkit-transform: translate(-50%,-50%);
 	-ms-transform: translate(-50%,-50%);
 	z-index: 0;
 	clear: both;
	}


.thumbs_cat .vimg{
	height: 50px;
    width: 50px;
	top: 22%;
	left: 35%;
	background: url('img/playvideo.png');
    position: absolute;
    z-index: 90;
	display: block;
}
.thumbs_cat img:hover{
	opacity: 0.5;
	
}
.thumbs_cat .featured-video-plus.fvp-center{
	width: auto !important;
	margin: 0 auto;
}
a.ytp-watermark.yt-uix-sessionlink{
		display: none !important;
}
.thumbs_title{
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color: #fff;
	width: 100%;
	height: 25px;
}
.ads-category{
	margin-top: 10px;
}
.widget{
	width: 100%;
}
.vcont{
	
	clear: both;
}

.featured-video-plus.fvp-center {
    text-align: center;
    width: 200px;
    margin-left: 2px;
}

/*Slider*/
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    width: 55px;
    height: 6px;
    margin: 0 4px;
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	height: 6px;
	border-radius: 0;
	width: 0px;
	margin: 0 0px;
    overflow: visible !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
 background: #1061ac;

}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	width:40%;
	bottom: 15px;
}
.bx-wrapper{
	height: 500px;
	border: 0;
	margin-bottom: 10px;
}

.bx-viewport{
	height: 500px !important;
    background-color: transparent !important;
    margin-left: 5px;
    border: 0 !important;
    overflow: hidden;
}
.bx-viewport img{
	height: 100%;
}
.bx-caption{
	
	top: 0% !important;
	left: 0% !important;
	width: 500px !important;
	height: 500px;
	color: #fff;
	background-color: rgba(0,0,0,0.5) !important;
}
ul.bxslider{
	margin; 0;

}
li.ryt{
	top: 0;
	left: 0;
}
.bx-wrapper .bx-prev{
	background: url(js/images/homeprev.png) no-repeat !important;
	
}
.bx-wrapper .bx-next{
	background: url(js/images/homenext.png) no-repeat !important;
	left: 38%;
}
.bx-wrapper img{
    width: 100%;
    max-width: 1200px;
    height: auto;
}
.bx-wrapper .bx-controls-direction a {
	height: 40px;
	width: 40px;
}
#progress-bar{
	background-color: #fff;
	
}
.partition{
	border: 1px solid #fff;
	margin: 0 50px 0 50px;
}
p#sdate{
	text-transform: uppercase;
	margin: 50px;
	visibility: hidden;
}
p#scontent{
	margin: 10px 50px;
}
h5{
	font-size: 1.4vw;
	margin: 30px 50px 10px 50px;
	font-weight: normal;
}
.bx-caption a.view-article{
	
	display:none;
}
.m-ads {
	margin-bottom: 10px;
	display:none;
}
.readmore{
	width: 180px;
	margin-left: 50px;
	background-color: #1061ac;
	color: #ffffff;
	font-size: 14px;
}
.readmore a {
	color: #ffffff;
	display: block;
	padding: 6px 30px;
	
}
.readmore img {
	width: 13px;
	float: right;
}
.readmore img:hover{
	-webkit-box-shadow: -2px 24px 65px -19px rgba(255,255,255,0.73);
	-moz-box-shadow: -2px 24px 65px -19px rgba(255,255,255,0.73);
	box-shadow: -2px 24px 65px -19px rgba(255,255,255,0.73);
}
.postglry a.lSNext{
	left: 95%;
	background: url(js/images/smnext.png) no-repeat !important;
}.postglry a.lSPrev{
	background: url(js/images/smprev.png) no-repeat !important;
}
.postglry .lSSlideWrapper{
	border: 2px solid #444;
	background-color: #444;
	overflow: hidden;
	margin: 0;
	height: 450px;
	
}
.postglry .bx-wrapper img{
	width: auto;
	float: none;
	margin: 0 auto;
}
ul.lSPager.lSGallery{
	margin: 5px !important;
	background-color: #000 !important;
	padding: 0;
}

ul.lSPager.lSGallery li{
	height: 80px;
	overflow: hidden;
	
}
ul.lSPager.lSGallery li.active{
	background-color: #fff;
	opacity: 1;
	
}
ul#lightSlider li img{
	display: block;
	margin: 0 auto;
	height: 450px;
    object-fit: contain;
    width: initial;
}

.lSSlideOuter{
	background-color: #000;
}
.lSSlideOuter .lSPager.lSGallery img{
	overflow: hidden;
	background-color: #000;
	opacity: 0.7;
}
.postglry .tckr{
	border: 10px solid  #231f20;
	background-color: #231f20;
	height: 130px;
	overflow: hidden;
}
.postglry .tckr img{
	opacity: 0.5;
}
.tckr a.active img{
	border: 1px solid #5280DD;
	opacity: 1;
}
.tckr .bx-wrapper{
	max-width: none !important;
}
.tckr .bx-viewport{
	background-color: #231f20 !important;
}
.tckr img{
	border: 1px solid #fff;
	margin: 2px 0px 2px 0px;
}
			/* Post Slider */
			.randomslider .bx-wrapper{
				height: 160px;
				margin: 0 auto;
			}
			.randomslider .bx-viewport{
				width: 700px !important;
				margin: 0 auto;
				height: 160px !important;
			}
			.randomslider .thumbnail_cat{
				width: 220px !important;
			}
			.randomslider a.bx-next{
				left: 95%;
			}
			.randomslider .bx-pager{
				display: none;
			}
			.postglry .tckr a.bx-clone.active{
				opacity: 1;
			}
			.randomslider .thumbnail_title{
				   height: 40px;
			}
			.randomslider .bx-wrapper img{
				min-height: 170px;
			}
			

@-moz-document url-prefix() {
    nav.main-nav li a{
        font-size: 13.5px;
    }
	input.button{
		margin-left: 5px;
	}
	.home-gallery .alm-btn-wrap{
		clear: both;
	}
}

.clear{
	display: block;
	clear: both;

}

#poll-main{
	width: 340px;
	margin: 0 auto;

}

#single-gallery-like{
	width: 300px;

}

#single-gallery-like .kodex_buttons button.kodex_dislike_button{
	display: none !important;

}

#single-gallery-like .kodex_buttons button .icon {
	display: none !important;

}

#single-gallery-like .counter{
	    font-size: 20px;
	    color: #ffffff;
	    pointer-events: none !important;
}


.kodex_buttons button.kodex_button_active{
	/*border-color: #0093fd !important;
	background-color: #0093fd !important;*/
	background: url('img/pickme-en.png') no-repeat;
	background-color: transparent !important;
	width: 85px;
	height: 81px;
	border: none;
	box-shadow: none;
}

.kodex_like_button_active{
	border-color: #0093fd !important;
	background-color: #0093fd !important;

}

.kodex_button, .kodex_like_button, .kodex_like_button_active{
	/*background-color: #0093fd !important;
	border-radius: 10px;
	border: 3px solid #0093fd;
	-moz-box-shadow:    inset 0 0 10px #7ac6fd;
	-webkit-box-shadow: inset 0 0 10px #7ac6fd;
	box-shadow:         inset 0 0 10px #7ac6fd;*/
	background: url('img/pickme-en.png') no-repeat !important;
	background-color: transparent !important;
	width: 85px !important;
	height: 81px !important;
	border: none !important;
	box-shadow: none !important;

}


.mob-sexy-strs .kodex_buttons button.kodex_like_button{
	display: none !important;
}

.kodex_buttons button .text {
    display: block;
    float: left;
    padding: 0px 30px !important;
    font-weight: normal;
    text-align: center;
    font-size: 20px !important;
    color: #ffffff;
}

#counter-blue-bg{
	display: block;
	float: right;
	height: 36px;
	font-weight: normal;
	text-align: center;
	font-size: 20px !important;
	background-color: #0093fd !important;
	border-radius: 10px;
	border: 3px solid #0093fd;
	border: 3px solid #0093fd;
	-moz-box-shadow: inset 0 0 10px #7ac6fd;
	-webkit-box-shadow: inset 0 0 10px #7ac6fd;
	box-shadow: inset 0 0 10px #7ac6fd;
	color: #ffffff;
	width: 150px;
	margin-right: 0px;
	margin-top: 25px;
	/* padding-left: 45px; */
	padding-top: 2px;
	text-align: center;
}


.like-btn{

	float: right;
	margin-right: 160px;
	margin-top: -60px;
	z-index: 5;
	position: relative;
}

.like-btn img {
	width: 45px;
	height: 45px;
}


.kodex_button{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;		
	}
	50% {
		transform: scale(1.2);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;		
	}
	50% {
		-webkit-transform: scale(1.2);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}			
}

.home-gallery li .tool-tip-wrapper{
	position: relative !important;
	-webkit-transform: translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing: antialiased; /* webkit text rendering fix */

}

.home-gallery .tool-tip-wrapper .tool-tip-text{

	background: #1161aa;
	bottom: 100%;
	color: #fff;
	display: block;
	left: -25px;
	margin-bottom: 15px;
	opacity: 0;
	padding: 20px 10px 40px 10px;
	pointer-events: none;
	position: absolute;
	width:60%;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
	    -ms-transform: translateY(10px);
	     -o-transform: translateY(10px);
	        transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	   -moz-transition: all .25s ease-out;
	    -ms-transition: all .25s ease-out;
	     -o-transition: all .25s ease-out;
	        transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	   -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	     -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);

	       top: 20px;
	       left: 50px;
	       font-size: 17px;
	       text-align: center;

}

.home-gallery li .tool-tip-wrapper .tool-tip-text:before{
	bottom: -20px;
	content: " ";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;

}

.home-gallery li .tool-tip-wrapper .tool-tip-text:after{
	border-left: solid transparent 10px;
	 border-right: solid transparent 10px;
	 border-top: solid #1161aa 10px;
	 bottom: -10px;
	 content: " ";
	 height: 0;
	 left: 50%;
	 margin-left: -13px;
	 position: absolute !important;
	 width: 0;

}

.home-gallery li:hover .tool-tip-wrapper .tool-tip-text {
	opacity: 1 ;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	     -o-transform: translateY(0px);
	        transform: translateY(0px);


}
.tool-tip-text{
display: none;
}
/**.home-gallery li img:hover{
	opacity: 0.6;
	background: #000;
}**/


.home-gallery li .vote-ctr {
	position: absolute;
	top:250px;
	/*color: #5a5a5c;*/
	color: rgb(255, 255, 255);
	text-shadow: rgb(71, 71, 71) 3px 5px 2px;
	display: block;
	left: 80px;
	font-size: 30px;
	font-weight: bold;
}

.vote-ctr {
	display: none;
}


article .post h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
}

article .article-date {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px !important;
	font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0px;
}

article .post p {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}


.pick-me-img {
	display: none;
}

.home-gallery .pick-me-img {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

.home-gallery .pick-me-img img {
	width: 85px;
    height: 81px;
    min-width: 85px;
    min-height: 81px;

    animation: blink 1s;
    animation-iteration-count: infinite;
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* -------------------------------------------
	Responsive Styling
------------------------------------------- */

.mob-post-ticker-next,
	.mob-post-ticker-prev{
		display: inline;
		float: right;
		width: 30px;
        height: 20px;
	}
	.mob-post-ticker-next{
		background: url(img/mob-sub-btn.png) no-repeat center;
		-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
	}

	.mob-post-ticker-prev{
		background: url(img/mob-sub-btn.png) no-repeat center;
	}

	.mob-post-ticker{
		width: 750px;
		overflow: hidden; 
		margin: 0 auto;
	}
	.mob-post-ticker .thumbnail_cat {
        width: 232px;
		height: 165px;
	}

	.mob-post-ticker .thumbnail_title{
		height: 38px
	}
	.mob-post-ticker-slides{
		position:relative;  
		left:-248px;   
		list-style-type: none;   
		margin: 0px;  
		padding: 0px;  
		width:9999px; 
	}

	.mob-post-ticker-slides a{  
		float: left;   
		width: 253px;   
		display: inline-block;
	}  

body{
	min-width: 320px;
}

@media only screen and (min-width: 1025px) {
	.mob-header, 
	.mob-side-sub, 
	.mob-side-menu,
	.mob-sexy-gal,
	.top-idols,
	.mob-sexy-videos,
	.mob-sexy-stories{
		display:none;
	}

	.desk-ban, 
	.desk-sexy-strs, 
	.desk-post-ctrl,
	.desk-gal{
		display:block ;
	}

	.desk-post-ctrl{
	    position: absolute;
	    width: 812px;
	    left: 15px;
	    margin-top: 5%;
	    cursor: pointer;
	}

	.desk-post-ctrl .mob-post-ticker-next{
		float: left;
	}






}



@media only screen and (max-width: 1024px) {

	.mob-sexy-vid .ajax-load-more-wrap.grey button.alm-load-more-btn, .mob-sexy-strs .ajax-load-more-wrap.grey button.alm-load-more-btn{
		margin-top: 20px;

	}

	.hot-thai .kodex_button {
		margin-top: -90px !important;
		margin-left: -100% !important;
	}
	ul#ntbne{
		padding: 1px 0 0 0;
	}
	.tab-ban, .mob-sexy-strs, .mob-sexy-gal,
	.mob-sexy-stories, .mob-sexy-videos, .mob-only{
		
	}

	.mob-sexy-stories .cat_thumbs .article-only{
		display: none !important;
	}

	.mob-sexy-stories .ajax-load-more-wrap.grey button.alm-load-more-btn, .mob-sexy-videos .ajax-load-more-wrap.grey button.alm-load-more-btn{
		margin-top: 25px;
	}

	.mob-post-ctrl{
		display:inline !important;
	}
	.mob-inline{
		display:inline-block;
		width: 100%;
		text-align: center;
	}

	.mob-inline .thumbnail_cat{
		margin: 0 0.5vw 20px;
	    display: inline-block;
	    float:initial;
	}

	.mob-inline .thumbnail_cat img{
	    object-fit: cover;
        position: initial;
	}

	.header-ban{
		margin:0;
	}

	header .body-content,
	header .header-navi,
	aside.sidebar,
	.desk-gal {
		display:none !important;
	}

	header{
		margin-bottom: 0;
		height: 70px;
	}

	.ticker,
	.body-content,
	.left-panel {
		max-width: 1024px;
		width: 100% !important;
	}
	.left-panel{
		margin:0;
	}

	.like-btn img{
		height: 25px;
		width: 25px;
	}

	.mob-ver .footer-content{
		width: 100%;
	}

	.ticker{
		height: 25px;
		margin: 0;
	}

	.like-btn{
	    margin:0;
	    position: absolute;
	    right: 130px;
	}

	#next-button-ntb, 
	#prev-button-ntb{
		display: none;
	}

	.lang-wrap{
		height: 25px;
		right: 0px;
		top:0px;
		width: 124px;
		border:none;
		border-left:1px solid #5a5a5c;
	}

	ul.lang-select{
		margin: 5px 0 0 0;
	}

	.lang-trigger{
		padding: 3px;
	}

	.lang-trigger .sprt.arw-lang {
	    top: 3px;
	    right: 4px;
	}

	.news-ticker-ntb{
		height: 25px !important;
		line-height: 25px !important;
		font-size: 12px !important;
		width: 100% !important;
		margin:0 !important;
	}

	.mob-ver .news-ticker-ntb span {
	    font-size: 12px;
	    padding: 0px 10px 2px;
	    height: 40px;
	    line-height: 25px;
	    width: 140px;
	}

	.news-ticker-ntb > span > span,
	.news-ticker-ntb > span > span:before,
	.news-ticker-ntb > span > span:after{
	    padding: 1px 10px !important;
	    font-size: 14px !important;
	}

	@-webkit-keyframes backgroundScroll {
		from {right: -120%;}
		to {right: 87.5%;}
	}
	 
	@keyframes backgroundScroll {
	from {right: -120%;}
	to {right: 87.5%;}
	}

	.mob-ver .mob-header{
		position: relative;
		height: 45px;
		display: flex;
		width: 100%;
		background-color: #c4ced4;
	    border-bottom: 1px solid #949ca1
	}

	.mob-ver .mob-header > div{
		display: inline-flex;
		height: inherit;
	}
	.mob-ver .mob-header .mob-menu-btn{
		width: 20%;
	}

	.mob-ver .mob-header .mob-menu-btn a{
		background: url(img/mob-sprite-icons.png) no-repeat center center;
		background-position: -1px -44px;
		width: 25px;
		height: 20px;
		cursor: pointer;
		position: absolute;
	    top: 0;
	    left: 20px;
	    bottom: 0;
        margin: auto;
	}

	.mob-ver .mob-header .mob-logo{
		width: 60%;
	}

	.mob-ver .mob-header .mob-logo a,
	.mob-ver .mob-header .mob-logo img.logo-img {
	    width: initial;
	    height: 98%;
	    margin: 0 auto;
	}

	.mob-ver .mob-header .mob-search-btn{
		width: 20%;
		position: relative;
	}

	.mob-ver .mob-header .mob-search-btn a{
		cursor: pointer;
		margin: auto 5px;
		background: url(img/mob-sprite-icons.png) no-repeat center center;
		background-position: -32px -47px;
		width: 17px;
		height: 17px;
		position: absolute;
	    top: 0;
	    right: 20px;
	    bottom: 0;
	}

	.mob-ver .mob-search{
		position: relative;
		height: 45px;
		width: 100%;
		background-color: #f3f3f3; 
		display: none;
		float: left;
		box-shadow: 0px 3px 6px -2px;
	}

	.mob-ver .mob-search form.search{
	    background: transparent;
	    width: 98%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 7px;
	    bottom: 0;
	    margin: auto;
	}

	.mob-ver .mob-search form.search .searchnav {
	    margin:0;
	    background-color: #ffffff;
	    color: #ffffff;
	    border: 1px solid #a9a9a9;
	    height: 30px;
	}

	.mob-ver .mob-search form.search .searchnav input[type="image"]{
		display: none;
	}

	.mob-ver .mob-search form.search .searchnav input.search-input {
        bottom: 1px;
	    width: 98%;
	    height: inherit;
	    padding: 0px 1%;
	    color: #999999;
	    font-style: normal;
	    font-size: 13px;
	}

	.mob-ver .mob-search form.search .searchnav input.search-input::-webkit-input-placeholder {
		color: #999999;
	}
	.mob-ver .mob-search form.search .searchnav input.search-input::-moz-placeholder {
		color: #999999;
	}
	.mob-ver .mob-search form.search .searchnav input.search-input:-ms-input-placeholder {
		color: #999999;
	}
	.mob-ver .mob-search form.search .searchnav input.search-input:-moz-placeholder {
		color: #999999;
	}

	.mob-ver header{
	    position: fixed;
	    width: 100%;
	    top: 0;
	    height: inherit;
	}

	.mob-ver .bx-wrapper .bx-controls-direction a {
	    z-index: 1;
	}

	.mob-ver .mob-side-menu,
	.mob-ver .mob-side-sub{
        width: 230px;
	    height: 200%;
	    z-index: 100;
	    position: fixed;
	    top: 0;
	    background: #1061ac;
	    left: -230px;
	}

	.mob-ver .mob-side-menu .mob-menu-head,
	.mob-ver .mob-side-sub .mob-menu-head{
	    height: 25px;
	    background-color: #003f79;
	}

	.mob-ver .mob-side-menu .mob-menu-close,
	.mob-ver .mob-side-sub .mob-submenu-close{
		height: inherit;
	    width: 35px;
	    float: right;
	    text-align: center;
	    line-height: 24px;
	}

	.mob-ver .mob-side-menu a.mob-menu-close2,
	.mob-ver .mob-side-sub a.mob-submenu-close2{
        color: #fff;
	    font-family: arial;
	    font-weight: bold;
	    font-size: 16px;
	    background: url(img/mob-sprite-icons.png) no-repeat center center;
	    cursor: pointer;
	    background-position: -23px -21px;
	    width: 15px;
	    height: 15px;
	    display: inline-block;
	    vertical-align: middle;
	}

	.mob-ver .mob-side-menu ul,
	.mob-ver .mob-side-sub ul{
	    list-style-type:none;
	    padding:0;
	    margin:0;
	}

	.mob-ver .mob-side-menu #menu-header > li,
	.mob-ver .mob-side-sub ul > li{
		width: 100% ;
		height: 36px;
	    display: inline-block;
	}
	.mob-ver .mob-side-menu #menu-header > li:hover,
	.mob-ver .mob-side-sub ul > li:hover{
		 background-color: white;
	}

	.mob-ver .mob-side-menu ul > li a:hover,
	.mob-ver .mob-side-sub ul > li a:hover{
		color: #EF9E53;
	}

	.mob-ver .mob-side-menu ul > li a,
	.mob-ver .mob-side-sub ul > li a{
		font-size: 13px;
	    line-height: 36px;
	    color: #fff;
	    width: 100%;
	    height: 36px;
	    font-family: Tahoma;
	    display: block;
	    float: left;
	}

	.mob-ver .mob-side-sub ul > li a{
		padding-left: 10%;
	}

	.mob-ver .mob-side-menu ul > li.menu-item-has-children a{
		 width: 80%;
	}

	.mob-ver .mob-side-menu ul > li a .mob-menu-icons{
	    float: left;
	    display: inline;
	    margin: 10px 20px;
	    background: url(img/mob-sprite-icons.png) no-repeat;
	}

	.mob-ver .mob-side-menu ul > li a .mob-menu-icons:hover{
	    filter:invert();
	}

	.mob-ver .mob-side-menu ul > li:first-child > a > .mob-menu-icons{
	    background-position: -82px 0;
		width: 16px;
		height: 16px;
	}

	.mob-ver .mob-side-menu ul > li:nth-child(2) > a > .mob-menu-icons{
	    background-position: -19px 0;
		width: 16px;
		height: 16px;
	}

	.mob-ver .mob-side-menu ul > li:nth-child(3) > a > .mob-menu-icons{
	    background-position: -40px 0;
		width: 16px;
		height: 16px;
	}

	.mob-ver .mob-side-menu ul > li:nth-child(4) > a > .mob-menu-icons{
	    background-position: 0 0;
		width: 16px;
		height: 14px;
	}

	.mob-ver .mob-side-menu ul > li:nth-child(5) > a > .mob-menu-icons{
	    background-position: -60px 0;
		width: 16px;
		height: 16px;
	}

	.mob-ver .mob-side-menu ul > li .mob-right-arrow{
        float: left;
	    width: 20%;
	    height: 36px;
	    cursor: pointer;
	    text-align: center;
	    line-height: 40px;
	}

	.mob-ver .mob-side-menu ul > li .mob-right-arrow2{
		background: url(img/mob-sprite-icons.png) no-repeat center center;
	    background-position: -45px -22px;
	    width: 9px;
	    height: 12px;
	    display: inline-block;
	}

	.mob-ver .mob-side-sub .mob-submenu-back {
	    height: inherit;
	    width: 35px;
	    float: left;
	    text-align: center;
	    line-height: 24px;
	}

	.mob-ver .mob-side-sub .mob-submenu-back2{
        background: url(img/mob-sprite-icons.png) no-repeat center center;
	    cursor: pointer;
	    background-position: -1px -20px;
	    width: 15px;
	    display: inline-block;
	    height: 16px;
	    vertical-align: middle;
	}

	.mob-ver .mob-side-sub h3.mob-sub-title{
		margin: 0 0 0 7px;
		color: #fff;
		float:left;	
    	line-height: 25px;
    	font-size: 15px;
	}

	.bx-wrapper {
	    height: 400px;
	    overflow-y: hidden;
	}

	.mob-ver .bx-wrapper h5{
	    font-size: 3.4vw;
	    margin: 7vw 50px 0;
	}

	p#sdate {
	    display: none;
	}

	.mob-ver .bx-wrapper p {
		font-size: 1.9vw;
	}

	.bx-caption {
	    width: 45% !important;
	    height: 100%;
	}

	.bx-controls-direction {
	    width: 45%;
	    height: 40px;
	    position: absolute;
	    top: 40%;
	}

	.bx-wrapper .bx-prev {
		left: auto;
		background-position: center center;
		background: url(js/images/homeprev.png) center no-repeat !important;
	}
	.bx-wrapper .bx-next {
		left: auto;
		background-position: center center;
		right: 0;
		background: url(js/images/homenext.png) center no-repeat !important;
	}

	.bx-wrapper .readmore a {
	    z-index: 6;
	    position: relative;
	}

	.bx-wrapper .bx-controls-direction a {
	    top: 0;
	    margin: 0 auto;
	}

	.bx-wrapper .bx-pager{
		width: 100%;
	}

	.bx-wrapper .bx-pager .bx-pager-item{
		width: 54px;
	}

	.articleload .alm-listing li{
		width: 48%;
	    height: 140px;
	    margin: 0 0 3px;
	}

	.alm-reveal{
		text-align: center;
	}

	.articleload .alm-listing li:nth-child(odd) {
	    margin-right:0.5%;
	}
	.articleload .alm-listing li:nth-child(even) {
	    margin-left: 0.5%;
	}

	.articleload li img {
	    max-height: 110px;
	    object-fit: cover;
	}

	.alm-listing li h3 {
	    font-size: 2.4vw;
	}

	button.alm-load-more-btn.loading {
	    padding-left: 0px;
	    display: none;
	}
	body > .preloader{ display: none; }
	.alm-btn-wrap {
	    transition: none;
	}
	.alm-btn-wrap:hover {
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -o-transform: scale(1);
	    -ms-transform: scale(1);
	    transform: scale(1);
	}
	#load-more {
	    transition: none;
	}
	#load-more:hover {
	    background-color: #848f95 !important;
	    color: #ffff00;
	    -moz-box-shadow: none;
	    -webkit-box-shadow: none; 
	    box-shadow: none;
	}
	.bx-wrapper .bx-pager{
	    bottom: 5px;
	}
	.lang-trigger.cf {
	    -webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.m-ads {
	    text-align: center;
	}
	.home-gallery li{
		max-width: 19%;
		height: 19.4vw;
	}

	.home-gallery li img{
	    width: 100%;
	    min-width: 100%;
	    min-height: auto;
	}

	.home-gallery li .vote-ctr {
	    position: absolute;
	    top: 14.2vw;
	    text-shadow: rgb(71, 71, 71) 3px 3px 1px;
	    left: auto;
	    font-size: 2vw;
        text-align: center;
	    width: 100%;
	    -webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.home-gallery .pick-me-img img {
	    width: 40px;
	    height: 40px;
	    min-width: auto;
	    min-height: auto;
	}

	.home-gallery .tool-tip-wrapper .tool-tip-text{
		display: none !important;
	}

	.home-gallery li{
		float: initial;
		display: inline-block;
	}



	.cat_thumbs .alm-listing li,
	.cat_thumbs2 .alm-listing li{
		float: initial;
		display: inline-block;
		width: 23.5vw;
		border: 1px solid #6d6e70;
		height: 20vw;
	}

	.cat_thumbs .tile, 
	.cat_thumbs2 .tile{
		float: initial;
		bottom: 0;
		left:auto;
		top:auto;
		border: none;
		width: 100%;
	}
	.mob-ver .cat_thumbs .alm-listing img, 
	.mob-ver .cat_thumbs2 .alm-listing img {
	    min-width: 100%;
	    margin: 0px;
	    border: none;
	}

	.top-idols .cat_thumbs{
		display: inline-block;
		text-align: center;
	}

	.top-idols .cat_thumbs > a{
		display: inline-block;
	}

	.top-idols .thumbs_cat, 
	.top-idols .thumbs_cat2{
	    width: 18.5vw;
	    height: 19vw;
	    margin: 1px 2px;
	}
	
	.mob-sexy-videos .cat_thumbs .vimg{
	    height: 50px;
	    width: 50px;
	    top: 22%;
	    left: 35%;
	    background: url('img/playvideo.png');
	    position: absolute;
	    z-index: 1;
	    display: block;
	}

	.mob-sexy-videos .cat_thumbs .alm-listing li,
	.mob-sexy-stories .cat_thumbs .alm-listing li,
	.mob-sexy-strs .cat_thumbs .alm-listing li{
		width: 31.3vw;
		height: 20vw;
	}
	.mob-sexy-videos .cat_thumbs .alm-listing li h3{
		font-size: 1.8vw;
	}

	.mob-sexy-stories .cat_thumbs .tile,
	.mob-sexy-strs .cat_thumbs .tile{
		 height: 4.5vw;
		 padding-top: 1px;
	}

	.mob-sexy-stories .cat_thumbs .alm-listing li h3,
	.mob-sexy-strs .cat_thumbs .alm-listing li h3{
		font-size: 1.9vw;
		line-height: 1.9vw;
	}

	.footer-category-1,
	.footer-category-2,
	.footer-category-3,
	.footer-category-4,
	.footer-category-5{
		padding: 15px 2px;
		text-align: left;
	    float: initial;
	    display: inline-block;
	}

	.footer-category-1,
	.footer-category-2,
	.footer-category-4,
	.footer-category-5{
		width: 16%;
	}

	.footer-category-3{
		width: 32%;
	}

	footer nav.sport ul{
		padding-left: 0;
	}

	.footer-content{
		text-align: center;
	}

	footer .footer-content > div.footer-category-3 > nav > ul > li > a{
	    margin-left: 0;
	    text-align: center;
	    width: 30vw;
	    display: block;
	}

	footer .footer-content > div > nav > ul > li > ul > li > a {
		font-size: 1.35vw;
	}

	footer .footer-content > div > nav > ul > li > a {
	    font-size: 1.6vw;
	}

	.thumbnail_cat{
		width: 23vw;
	    height: 23vw;
	    margin: 0 1vw 20px;
	}

	article.mob-article{
		padding: 0 5vw;
	}

	#mob-ban1-article,
	#mob-ban2-article{
		width: 111%;
	    position: relative;
	    left: -5vw;
	}

	.head-with-btn{
	    padding-left: 10vh;
	}

	.mob-post-ticker-next,
	.mob-post-ticker-prev{
		display: inline;
		float: right;
		width: 30px;
        height: 20px;
	}
	.mob-post-ticker-next{
		background: url(img/mob-sub-btn.png) no-repeat center;
		-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
	}

	.mob-post-ticker-prev{
		background: url(img/mob-sub-btn.png) no-repeat center;
	}

	.mob-post-ticker{
		width: 750px;
		overflow: hidden; 
		margin: 0 auto;
	}
	.mob-post-ticker .thumbnail_cat {
        width: 232px;
		height: 165px;
	}

	.mob-post-ticker .thumbnail_title{
		height: 38px
	}
	.mob-post-ticker-slides{
		position:relative;  
		left:-248px;   
		list-style-type: none;   
		margin: 0px;  
		padding: 0px;  
		width:9999px; 
	}

	.mob-post-ticker-slides a{  
		float: left;   
		width: 253px;   
		display: inline-block;
	}  

	.mob-sexy-vid .alm-listing li{
	    height: 16vw;
	}
	.mob-sexy-vid .alm-listing li h3,
	.mob-post-ticker .thumbnail_title h4{
	    font-size: 1.6vw;
	    display: inline-block;
	    vertical-align: middle;
	    line-height: normal;
	}
	.mob-sexy-vid .tile {
	    height: 4.2vw;
	    padding-top: 0.1vw;
	    line-height: 4.2vw;
	    text-align: center;
	}

	.mob-post-ticker .thumbnail_title {
        height: 41px;
	    text-align: center;
	    line-height: 41px;
	}

	.mob-post-ticker .thumbnail_title h4{
	    font-size: 13px;
	    margin:0;
	}

	h4 {
	    margin-top: 0.6vw;
	    font-size: 2vw;
	}
	.mob-sexy-stories .cat_thumbs .alm-listing li,
	.mob-sexy-strs .cat_thumbs .alm-listing li{
	    height: 23vw;
	}

	.mob-sexy-stories .cat_thumbs .tile,
	.mob-sexy-strs .cat_thumbs .tile{
	    height: 5.3vw;
	    padding: 0;
	    text-align: center;
	    line-height: 5.3vw;
	}
	.mob-sexy-stories .cat_thumbs .alm-listing li h3,
	.mob-sexy-strs .cat_thumbs .alm-listing li h3, .mob-sexy-videos .cat_thumbs .alm-listing{
	    font-size: 2.1vw;
	    line-height: normal;
	    padding: 0 0.1vw;
	    vertical-align: middle;
	    display: none;
	}
	.top-idols .thumbs_title{
	    height: 3.5vw;
	}

	.top-idols h4{
	    margin:0;
        line-height: 3.5vw;
	}

	.net-idols .cat_thumbs .alm-listing li h3 {
	    font-size: 2vw;
        line-height: 3.4vw;
	}
	.net-idols .cat_thumbs .alm-listing li .tile {
        padding: 0;
	    height: 3.4vw;
	}
	.mob-thumb .thumbnail_title{
		height: 4.2vw;
	    text-align: center;
	    line-height: 4.2vw;
	}
	

	.mob-thumb h4{
	    margin: 0;
	    font-size: 2vw;
	}
	.h-ads{
		float: initial;
	    position: relative;
	    text-align: center;
	}

	.h-ads a{
	    display: inline-block;
	    width: 100%;
	}

	img.logo-img{
	    max-width: initial;
	}
	footer .footer-content > div.footer-category-3 > nav > ul > li > ul > li:nth-child(even) {
	    padding-left: 2vw;
	}

	.ads-banner-top {
	    float: initial;
	    position: relative;
	    text-align: center;
	}

	.ads-banner-top a{
	    display: inline-block;
	    width: 100%;
	}

	.alm-btn-wrap {
	    text-align: center;
	    padding: 30px 0 25px !important;
	}

	ul#ntbne{
		margin: 0 9px 0 10px;

	}




}

@media only screen and (max-width: 749px) {

	.mob-sexy-photo .ajax-load-more-wrap.grey button.alm-load-more-btn{
		margin-top: 15px;
	}
	.articleload .alm-listing li:nth-child(odd){
		max-width: 320px;
	    width: 100%;
	    height: 190px;
	    margin-left: 10px !important;
	}

	.articleload .alm-listing li:nth-child(even){
		max-width: 320px;
	    width: 100%;
	    height: 190px;
	    margin-right: 10px !important;
	}

	.mob-post-ticker {
	    width: 100%;
	}

	.mob-post-ticker .thumbnail_cat {
		margin: 0 0 13px;
	}

	.mob-post-ticker .thumbnail_cat img {
        max-width: 120%;
        width: 120%; 
	}

	.mob-post-ticker .thumbnail_title {
        height: 4vw;
	    text-align: center;
	    line-height: 4vw;
	}

	.mob-post-ticker .thumbnail_title h4{
	    line-height: normal;
        font-size: 13px;
	}

	.mob-post-ticker .thumbnail_title {
        height: 5vw;
	    line-height: 5vw;
	}

	.mob-post-ticker .thumbnail_title h4{
        font-size: 1.8vw;
	}

	

}

@media only screen and (max-width: 740px) {
	.bx-wrapper {
	    height: 320px;

	}
	.articleload li img {
	    object-fit: cover;
	    max-width: none;
	    min-width: auto;
	    width: 52%;
	}
	.alm-listing li h3 {
	    font-size: 2.6vw;
	    padding-top: 2px;
	}
	@-moz-document url-prefix() { 
		.alm-listing li h3 {
			font-size: 3vw;
		}
	}

	.readmore {
	    width: 138px;
	    margin-left: 50px;
	    font-size: 12px;
	}
	.readmore a {
        padding: 6px 12px 6px 15px;
	}

	.mob-ver .bx-wrapper h5 {
	    margin: 5vw 50px 0;
	}

	.articleload .alm-listing li {
	    height: inherit;
	    padding: 6px 7px 8px 5px;
	}

	 .articleload .mob-sexy-vid .alm-listing li {
	    padding: 0;
	}

	.cat_thumbs .alm-listing li, 
	.cat_thumbs2 .alm-listing li{
		width: 23.1vw;
	}

	.mob-sexy-vid .vimg{
		left: 7vw;
	    top: 4.5vw;
	}

	.mob-sexy-photo .alm-listing li{
	    width: 23vw;
	    height: 22.9vw;
	    padding:0;
	}

	.mob-post-ticker h4{
		margin-top: 0px;
	    margin-bottom: 0px;
	    font-size: 1.8vw;
	}

	.mob-sexy-vid .alm-listing li {
	    height: 19vw;
	}



}

@media only screen and (max-width: 700px) {
	.mob-post-slider .thumbnail_cat {
	    width: 33vw !important;
	}
	.postglry a.lSNext {
	    left: auto;
	}


}

@media only screen and (max-width: 659px) {
	.bx-caption {
	    width: 50% !important;
	}

	.bx-wrapper {
	    height: 280px;
	}

	.bx-controls-direction{
		width: 50%;
	}

	.mob-post-slider .postslider > a{
		width: 34.5vw !important;
	}

	.mob-post-ticker .thumbnail_title {
        height: 7vw;
	    line-height: 7vw;
	}

	.mob-post-ticker .thumbnail_title h4{
        font-size: 2vw;
	}
	.mob-post-ticker .thumbnail_cat {
	    height: 28vw;
	}
	.mob-inline .thumbnail_cat {
	    margin: 0 0vw 20px;
	}

	.articleload .alm-listing li:nth-child(odd) {
	    max-width: 280px;
	    width: 100%;
	    height: 240px;
	    margin-left: 0px !important;
	}

	.articleload .alm-listing li:nth-child(even) {
	    max-width: 280px;
	    width: 100%;
	    height: 240px;
	    margin-right: 0px !important;


	}

	.articleload li img {
		width: 60%;
	    height: 100% !important;
	}

	.alm-btn-wrap {
	    text-align: center;
	    padding: 30px 0 25px !important;
	}

	.ajax-load-more-5 > .alm-btn-wrap {
	    text-align: center;
	    padding: 50px 0 25px !important;
	}


}

@media only screen and (max-width: 579px) {
	.articleload .alm-listing li:nth-child(odd) {
	    max-width: 520px;
	    width: 100%;
	    height: 125px;
	}

	.articleload .alm-listing li:nth-child(even) {
	    max-width: 520px;
	    width: 100%;
	    height: 125px;

	}

	.articleload li img {
		width: 32%;
	    height: 100% !important;
	}

	.mob-sexy-vid .ajax-load-more-wrap.grey button.alm-load-more-btn{
		margin-top: 15px;
	}

	.articleload .mob-sexy-vid .alm-listing li:nth-child(odd) {
	    max-width: 45vw;
		width: 100%;
	}

	.articleload .mob-sexy-vid .alm-listing li:nth-child(even) {
	    max-width: 45vw;
		width: 100%;

	}

	.articleload .mob-sexy-photo .alm-listing li:nth-child(odd) {
	    max-width: 45vw;
		width: 100%;
	}

	.articleload .mob-sexy-photo .alm-listing li:nth-child(even) {
	    max-width: 45vw;
		width: 100%;

}

@media only screen and (max-width: 520px) {
	.bx-wrapper {
	    height: 250px;
	}

	.mob-ver .bx-wrapper h5 {
	    margin: 3vw 50px 0;
	}

	.mob-ver .bx-wrapper p {
	    font-size: 2.2vw;
	}
	.like-btn{
		display: none;
	}
	.ticker {
	    height: 18px;
	}

	.lang-wrap {
	    height: 18px;
	    width: 105px;
	}
	.txt-lang{
		font-size: 12px;
	}
	ul.lang-select {
	    margin: 3px 0 0 0;
	}
	.lang-trigger {
	    padding: 1px 5px;
	}
	.lang-trigger .sprt.arw-lang {
	    top: 2px;
	    right: 2px;
	    background-size: 16px 14px !important;
	}
	.mob-ver .news-ticker-ntb span {
	    line-height: 18px;
	    width: 90px;
	}

	.news-ticker-ntb > span > span, 
	.news-ticker-ntb > span > span:before, 
	.news-ticker-ntb > span > span:after {
	    font-size: 11px !important;
	}

	.news-ticker-ntb {
	    height: 18px !important;
	    line-height: 18px !important;
	    font-size: 11px !important;
	}

	.news-ticker-ntb > span > span:before{
		left: -120%;
	}
	.news-ticker-ntb > span > span:after{
		right: -140%;
	}

	@-webkit-keyframes backgroundScroll {
		from {right: -130%;}
		to {right: 11%;}
	}
	 
	@keyframes backgroundScroll {
		from {right: -130%;}
		to {right: 115%;}
	}

	.mob-ver .mob-header {
	    height: 35px;
	}
	.lang-trigger {
		padding: 1px 5px;
	}
	#load-more{
		height: 30px;
	    line-height: 30px;
	}
	button.alm-load-more-btn.loading:before{
		width: 26px;
	    height: 26px;
	    margin: 1px;
	}

	.home-gallery li {
	    max-width: 47%;
	    height: 42.4vw;
	}

	.home-gallery li .vote-ctr{
		top: 33vw;
		font-size: 5vw;
	}

	.cat_thumbs .alm-listing li, 
	.cat_thumbs2 .alm-listing li {
	    width: 45.8vw;
        height: 40vw;
        margin-bottom: 15px !important; 
	}

	.top-idols .thumbs_cat, 
	.top-idols .thumbs_cat2{
	    width: 45.8vw;
	    height: 40vw;
	}

	.mob-sexy-gal .alm-btn-wrap{
		margin-top: -20px;
	}

	.footer-category-1,
	.footer-category-2,
	.footer-category-3,
	.footer-category-4,
	.footer-category-5{
		 padding-left: 5%;
	}

	.footer-category-1,
	.footer-category-2,
	.footer-category-4,
	.footer-category-5{
		width: 49%;
	}

	.footer-category-3{
		width: 99%;
	}

	footer .footer-content > div > nav > ul > li > a,
	.ftitle {
	    font-size: 16px;
	}
	footer .footer-content > div > nav > ul > li > ul > li > a,
	.fcont {
	    font-size: 15px;
	}
	.thumbnail_cat {
	    width: 46vw;
	    height: 34vw;
	    margin: 0 2vw 20px;
	}
	.mob-sexy-vid .alm-listing li h3{
		font-size: 2.4vw;
	}

	.mob-sexy-vid .vimg{
		left: 34%;
	    top: 19%;
	}

	.mob-sexy-vid .alm-listing li img {
	    width: 100% !important;
	    max-height: 100% !important;
	}

	.mob-sexy-vid .alm-listing li{
	    height: 35vw;
	}

	.mob-sexy-vid .alm-listing li h3{
	    font-size: 2.8vw;
	}
	.mob-sexy-vid .tile {
	    height: 7.2vw;
	    padding-top: 0;
	    line-height: 7.2vw;
	}

	.tab-ban{
		display:none !important;
	}
	.mob-ban{
		display:block !important;
	}

	.mob-post-ticker .thumbnail_title h4 {
	    font-size: 2.75vw;
	}

	.mob-post-ticker .thumbnail_cat {
	    height: 36vw;
	}
	.mob-post-ticker .thumbnail_title {
	    height: 9vw;
	    line-height: 9vw;
	}
	.top-idols .thumbs_title {
	    height: 6.5vw;
	}

	.top-idols h4 {
		margin: 0;
	    line-height: 6.5vw;
	    font-size: 3.6vw;
	}

	.net-idols .cat_thumbs .alm-listing li h3 {
        font-size: 3.6vw;
	    line-height: 5.4vw;
        padding:0;
	}
	.net-idols .cat_thumbs .alm-listing li .tile {
	    height: 5.4vw;
	}



	.mob-sexy-stories .cat_thumbs .alm-listing li,
	.mob-sexy-strs .cat_thumbs .alm-listing li{
		width: 45vw;
	    height: 32vw;
	    margin-bottom: 10px !important;
	}
	.mob-sexy-stories .cat_thumbs .tile,
	.mob-sexy-strs .cat_thumbs .tile{
	    height: 7.5vw;
	    line-height: 7.5vw;
	}
	.mob-sexy-stories .cat_thumbs .alm-listing li h3,
	.mob-sexy-strs .cat_thumbs .alm-listing li h3{
	    font-size: 3vw;
	    line-height: normal;
	}

	.mob-sexy-videos .cat_thumbs .tile{
	    height: 7.9vw;
	    padding: 0;
	    text-align: center;
	    line-height: 7.9vw;
	}
	.mob-sexy-videos .cat_thumbs .alm-listing li{
	    width: 45vw;
	    height: 33vw;
	}

	.mob-sexy-videos .cat_thumbs .alm-listing li h3{
	    font-size: 2.9vw;
	    line-height: normal;
	    vertical-align: middle;
	    display: none;
	}

	.mob-thumb .thumbnail_title{
		height: 7vw;
	    line-height: 7vw;
	}

	.mob-thumb h4{
	    font-size: 3.5vw;
	}
	footer .footer-content > div.footer-category-3 > nav > ul > li > a {
	    width: 82vw;
	}

	.articleload .alm-listing li:nth-child(odd) {
	    max-width: 420px;
	    width: 100%;
	}

	.articleload .alm-listing li:nth-child(even) {
	    max-width: 420px;
	    width: 100%;

	}

	.articleload .mob-sexy-photo .alm-listing li:nth-child(odd) {
	        max-width: 45vw;
	    	width: 100%;
	}

	.articleload .mob-sexy-photo .alm-listing li:nth-child(even) {
	        max-width: 45vw;
	    	width: 100%;

	}

	.articleload .mob-sexy-vid .alm-listing li:nth-child(odd) {
	    max-width: 45vw;
		width: 100%;
	}

	.articleload .mob-sexy-vid .alm-listing li:nth-child(even) {
	    max-width: 45vw;
		width: 100%;

	}


	.articleload li img {
		width: 40%;
	    height: 100% !important;
	}
}

@media only screen and (max-width: 490px) {
	.bx-wrapper {
	    height: 230px;
	}

	.mob-ver .bx-wrapper h5 {
	    margin: 3vw 35px 0;
	    font-size: 3.6vw;
	}

	.mob-ver .bx-wrapper p {
	    font-size: 2.35vw;
	}

	.partition {
	    margin: 0 35px 0;
	}
	p#scontent {
	    margin: 10px 35px;
	}

	.readmore {
	    width: 115px;
	    margin: 0 0 0 35px;
	    font-size: 10.5px;
	}
	.articleload li img {
	    width: 160px;
	}
	.alm-listing li h3 {
	    font-size: 2.8vw;
	}
	.readmore a {
	    padding: 4px 9px;
	}
	.readmore img {
	    width: 12%;
	}
	.head-with-btn {
	    padding-left: 4vh;
	}

	.articleload .alm-listing li {
	    width: 85%;
	}



}

@media only screen and (max-width: 430px) {
	.bx-wrapper .bx-viewport > img {
	    width: 135%;
	}

	.bx-wrapper .bx-pager .bx-pager-item {
	    width: 43px;
	    overflow-x: hidden;
	}

	.bx-wrapper .bx-pager .bx-pager-item {
	    width: 43px;
	    
	}
	.footer-category-1,
	.footer-category-2,
	.footer-category-3,
	.footer-category-4,
	.footer-category-5{
		 padding-left: 2.5%;
	}

	.mob-post-ticker .thumbnail_cat img {
        max-width: 150%;
        width: 125%; 
	}

	.head-with-btn {
	    padding-left: 1vh;
	    font-size: 13px;
	}

	.articleload .alm-listing li {
	    width: 100%;
	}




}

@media only screen and (max-width: 350px) {
	h2{
	    font-size: 12px;
	}
}
/*ads-banner modified: 5-30-17 AG WOM 102*/
.ads-banner-top{
	margin-bottom: 20px;
}

.ads-banner-top.stickybanner {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 835px;
}
#ntb--title{
	display:none!important;
}
#ntbne_five_c{
	display:none!important;
}
#menu-item-253{
	display:none;
}

.left-panel .mob-inline h2{display: none;}