/*
Theme Name: Wp Adult Themes
Author: wpadultthemes	
Author URI: http://www.wpadultthemes.xyz
Description: Tube Theme For Wordpress. 
Version: 1.1
*/
body {
	background: #F1F1F1;
    color: #3B3B3B;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
a {
    color: #232323;
    text-decoration: none;
    transition: all 0.2s ease 0s;
	vertical-align:baseline
}
.strip {
width: 100%;
max-width: 1200px;
margin: 0px auto 0px auto;
}
.strip-box {
width: 32%;
margin: 0.5%;
float: left;
}
ul, li, ol {
    margin: 0;
    padding: 0;
}
img {
	height: auto;
    max-width: 100%;
}
.cl,.clear {
	clear:both
}
.box {
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    width: 1200px;
}
.topBar {
	background: #292A32;
	border-top: 2px solid #C12026;
	padding-top:6px;
	padding-bottom:6px
}
.topBar > div {
	width: 1200px;
	margin:auto;
	display:block;
	color:#FFF;
	font-size:11px
}
.wrapper {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}
.wrapper:after {
    clear: both;
    content: "";
    display: block;
}
.header-block {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 96.5%;
}
.header {
	height:207px
}
.header-block .header-logo {
    padding: 30px 0 20px;
}
.header-block > div {
    display: table-cell;
    vertical-align: middle;
}
.main-menu {
    background: #292A32;
    box-shadow: 0 -3px 0 rgba(255, 255, 255, 0.15) inset;
    color: #292A32;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index:999;
}
.main-menu ul.menu ul {
    display: none;
    margin-top:0px;
    position: absolute;
    top: 100%;
    width: 250px;
	background: #292A32;
	border-bottom: 3px solid #C12026;
}
.main-menu ul.menu > li ul li {
    background: inherit;
    position: relative;
}
.main-menu ul.menu ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.main-menu ul.menu li ul.sub-menu > li > a {
    display: block !important;
    font-size: 16px !important;
    padding: 13px 22px !important;
    text-transform: none !important;
}
.main-menu ul.menu > li ul li a {
    box-shadow: none !important;
}
.main-menu ul.menu > li ul.sub-menu > li > a {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.08) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
    color: #FFFFFF;
    display: block;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 17px;
    padding: 15px 22px 13px;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
}


.main-menu ul.menu:after {
    clear: both;
    content: "";
    display: block;
}
.main-menu ul.menu:after {
    clear: both;
    content: "";
    display: block;
}
.main-menu ul.menu {
    background: inherit;
    box-shadow: inherit;
    color: inherit;
    display: block;
    width: 100%;
}

.main-menu ul.menu > li:first-child {
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.02) inset, -1px 0 0 rgba(0, 0, 0, 0.25);
}
.main-menu ul.menu > li {
    background: rgba(0, 0, 0, 0);
    float: left;
    margin-left: 0;
    position: relative;
}

 
.main-menu ul.menu > li > a {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.08) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
    color: #FFFFFF;
    display: block;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 17px;
    padding: 15px 22px 13px;
    position: relative;
    text-transform: uppercase;
    z-index: 3;
}

.main-menu ul.menu > li > a:hover ,.main-menu ul.menu > li.active > a ,.main-menu ul.menu li.current-menu-item a{
	border-bottom: 3px solid #C12026;
	background: #2c2e36
}
.main-menu .search-block {
    background: rgba(255, 255, 255, 0.15);
    bottom: 3px;
    color: inherit;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.main-menu .search-block .search-value {
    background: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 100%;
    padding: 15px 20px;
    position: relative;
    right: 0;
    top: 0;
    transition: all 0.2s ease 0s;
    width:120px;
    z-index: 4;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.main-menu .search-block .search-value:focus {
	width:180px;
}
.main-menu .search-block .search-button {
    background: rgba(0, 0, 0, 0);
    border: 0 none;
    color: inherit;
    cursor: pointer;
    font-family: 'FontAwesome',serif;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index:5;
}
.main-menu .search-block .search-button:hover {
	color:#FFF
}
.box .content .wrapper, .box .footer .wrapper {
    width: 1150px;
}
.content .panel {
    display: block;
    margin-bottom: 25px;
    position: relative;
}
.content .panel p {
	line-height:26px
}
.content .panel > .p-title h2 {
    background: none repeat scroll 0 0 #292A32;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 11px 22px;
    text-transform: uppercase;
}

.content .panel > .p-title {
    background: #EDEDED;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.content .panel > .p-title h2:after {
    background: inherit;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.content .panel .upper-title  {
    color: #AAAAAA;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 13px;
}
.blog-list:after {
    clear: both;
    content: "";
    display: block;
}
.blog-list.style-2 {
    display: block;
    position: relative;
	width:101%
}
.video {
	float:left;
	border-bottom:1px solid #F1F1F1;
	width:19%;
	height:auto;
	margin-right:1%;
	margin-bottom:1%
	
}
.video:hover {
	border-bottom-color:#C12026;
}
.video .thumb {
	width:100%;
	height:auto;
	position:relative;
	display:block;
}
.video .thumb >img {
	width:100%;
	margin-bottom:10px;
	display:block;
	height: 162px;
}
.video .thumb > h4 {
	font-size:12px;
	font-weight:normal;
	height:30px;
	margin-bottom:10px;
	line-height:14px;
	overflow:hidden
}

.video .thumb > span {
    background: rgba(0, 0, 0, 0.65);
    color: #FFFFFF;
    font-size: 11px;
    padding: 3px 4px;
    position: absolute;
    right: 0;
    top: 145px;
	left:0;
}
.video .thumb > span i {
	float:right;
	font-style:normal
}
.fa-play-circle-o {
    font-size: 60px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    text-align: center;
	color:#FFF;
	opacity:0.85;
	margin-top:40px;
	text-shadow:0 0 100px rgba(0,0,0,1);
	display:none
}

/*SINGLE PAGE*/
.player-container {
	float:left;
	width:920px;
}
.player {
	width:100%;


}
.ads_video {
	float:right;
	width:200px;
	margin-right: 1%;
}
.tags {
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #EFEFEF;
	line-height:20px !important
}
.tags a:hover {
	color:#A42629;
	text-decoration:underline
}

.comments,.comment-list,.c-title{margin-top:10px; float:left; width:800px}
.comments input.input-text ,.comments .input-textarea{ width:60%; display:block; border:1px solid #e1e1e; margin-top:3px; margin-bottom:3px;padding:10px}
 .add_comment{float:right;margin-top:8px}
.comment-list li{width:auto;padding:10px;margin:0 0 8px 0;border-bottom:1px solid #e1e1e1}
.comment-list li.alt{background-color:#fff}
.comment-list .avatar{float:left;margin:0 10px 0 0;border:2px solid #000}
.comment-list .comment-author{float:left}
.comment-list .comment-author em{font-size:10px;text-transform:lowercase;font-weight:normal;font-style:italic}
.comment-list .comment-data{float:right;text-align:right;font-size:10px;font-weight:normal;font-style:italic}
.comment-list p{float:left;width:auto;margin-top:14px;color:#666;max-width:652px}
.comment-list .comm_head{display:block;height:18px}
.comments-paginator a { margin:2px; text-decoration:none}
.c-title { line-height:40px; display:block;font-family: 'PT Sans Narrow',sans-serif;border-bottom:1px solid #e1e1e1;font-size: 17px;font-weight: normal; margin-bottom:10px}
.c-title a { text-decoration:underline;}
.c-title a:hover { color:#B74141; cursor:pointer}
.c-title span { float:right}
.btn { border:none; font-size:12px !important; padding:5px 8px !important}
.comments { display:none; margin-bottom:30px; margin-top:10px}
.active_c {
  opacity:0.3
}
/*PAGINATION*/
.pagination {
    display: block;
    font-size: 0;
    text-align: center;
	margin-bottom: 20px;
}

.pagination .page-numbers.current,.btn:hover {
    background: #B74141 !important;
    color: #FFFFFF;
    cursor: default;
}

.pagination .page-numbers ,.btn{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    color: #232323;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 2px;
    padding: 11px 15px;
}
.pagination .page-numbers:hover {
    background: rgba(0, 0, 0, 0.09);
}
/*FOOTER*/
.footer_description {
	line-height:16px
}
.footer {
    background: none repeat scroll 0 0 #1C1C1C;
    color: #BBBBBB;
    display: block;
    margin-top: 30px;
}
.footer .ads_footer {
	width:908px;
	margin:10px auto;
	padding-top:20px
}
.footer .ads_footer > div {
	width:300px;
	height:250px;
	display:inline-block
}
.footer .footer-bottom {
    background: none repeat scroll 0 0 #000000;
    font-size: 12px;
    padding: 10px 0;
	text-align:center
}
.footer-nav ul {
	list-style:none;
	text-align:center
}
.footer-nav ul li {
	display:inline-block;
	padding:8px;
}
.footer-nav ul li a {
	color:#FFF
}
.footer-nav ul li a:hover {
	text-decoration:underline
}
.Loader {
	position:fixed;
	box-shadow:0 0 10px rgba(0,0,0,0.8);
	border-radius:6px;
	top:50%;
	margin-top:-60px;
	margin-left:-80px;
	left:50%;
	font-family: 'PT Sans Narrow',sans-serif;
	background:rgba(0,0,0,0.65);
	text-align:center;
	font-size:18px;
	font-weight:normal;
	color:#FFF;
	z-index:9999;
	font-size:70px;
	padding:20px 40px;
	opacity:0.9
}
.style-1 .video {
	position:relative
}
.style-1 .video .thumbnail > img {
	height:164px;
	width: 100%;
}
.style-1 .video >h3,.style-1 .video >em {
	position:absolute;
	top:0;
	left:0;
	right:0;
	line-height:24px;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.85);
	font-size:14px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	background:rgba(0,0,0,0.45);
	font-family: 'PT Sans Narrow',sans-serif;
	text-transform:uppercase
}
.style-1 .video >em {
	display:none;
	font-style:normal;
	background:rgba(0,0,0,0.6)
}