/*
Theme Name: Pornocoger
Version: 1.0
*/
@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
ul
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
}
b,strong
{
	font-weight: bold;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}
body
{
	background: #F1F1F1;
	margin: 0;
	padding: 0;
	position: relative;
}
body,td,p
{
	color: #fff;
	font: 500 11px/1.6em Arial,sans-serif;
}
.clear
{
	clear: both;
}
.center
{
	display: block;
	margin: 0 auto;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.block
{
	display: block;
}
.inline
{
	display: inline;
}
a:link,a:visited
{
	color: #000; /*OG #f2f2f2;*/
	text-decoration: none;
}
a:hover,a:active
{
	color: #fff;
	text-decoration: none;
}
strong,b
{
	font-weight: bold;
}
u
{
	text-decoration: underline;
}
i,em
{
	font-style: italic;
}
p
{
	padding: .5em 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

#logo-container
{
	background: #E1E1E1;
	display: block;
	height: 50px;
	position: relative;
	width: 100%;
	z-index: 99;
}

#logo {/*logo*/
	float: left;
	min-height: 80px;
	padding: 15px 0;
}
#logo h1{
	margin: 0 0 -10px 10px;
	padding: 0;
	float: left;
	font-size: 34px;
	vertical-align: bottom;
	line-height: 30px;
}
#logo h1 a{
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: rgb(60,60,60);
}
#logo h1 a span{
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#logo h1 a span.boxed{
	text-decoration: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: rgb(255,255,255);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 5px;
	text-shadow: -1px -1px 1px rgba(0,0,0, 0.3);
}
#logo h2{
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0px 10px;
	padding: 0;
	float: left;
	line-height: 35px;/*80px;*/
	top: 45px;
	position: absolute;
	color: #000;
}
#logo h1 a span.boxed { /*boxed logo*/
	background-color: rgb(234,0,55);
}
#logo h1 a span {
	color: rgb(234,0,55);
}
#logo h1 a span.boxed{
	background: linear-gradient(rgb(239,58,100), rgb(234,0,55));
}

.menus,.menus2
{
	border: 1px solid #222;
	border-radius: 2px;
	color: #222;
	cursor: pointer;
	font-size: 12px;
	padding: 0.4em 0.7em;
	position: absolute;
	right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	top: 10px;
	z-index: 999;
}
.menus:hover,.menus2:hover {
	color:#333
}
.menus2
{
	right: 85px;/*80px;*/
	height: 30px;
}
.menus.active_nav,.menus2.active_nav
{
	background: #000 !important;
	color: #fff !important;
}
.menus span,.menus2 span
{
	font-size: 1.6em;
	vertical-align: -0.15em;
}
.search-block {
	position:relative;
}
.search-block input.search-value
{
	border: none;
	line-height: 35px;
	position: relative;
	width: 100%;
	outline:none;
}
.search-block input.search-value:focus
{
	outline:none;
	box-shadow:0 0 8px inset rgba(0,0,0,0.82);
}
.search-button
{
	background: #9c004e;
	color: #FFF;
	position: absolute;
	z-index: 100;
    border: 0 none;
    color: inherit;
    cursor: pointer;
    font-family: 'FontAwesome',serif;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
	bottom:0;
    width:50px;
}

.menu li a
{
	background: #080808 !important;
	border-bottom: 1px solid #000;
	border-top: 1px solid #222;
}
.menu {
	background: #080808 !important;
	list-style: none;
}
.sub-menu {
	display:none;
}
.menu li a
{
	background: rgba(0,0,0,0.3);
	color: white;
	display: block;
	margin-bottom: 1px;
	padding: 1em;
	text-decoration: none;
}
.menu ,.search-block{
	display:none;
}
.clear {
	clear: both;
}
.mobax, .mobax1 {
	background: #000;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
	padding: 20px 0;
}
.mobax img, .mobax1 img{
	display: block;
	margin: auto;
}
.panel
{
	moz-transition: -moz-transform 0.25s linear;
	o-transition: -o-transform 0.25s linear;
	transition: transform 0.25s linear;
	webkit-transition: -webkit-transform 0.25s linear;
}
.panel.active
{
	opacity: 0.3;
}
.panel
{
	clear: both;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.blog-list
{
	overflow: hidden;
	position: relative;
}
.video-list, .pop-links
{
	/*margin: 0 -5px;*/
	overflow: hidden;
display: flex; /* MyTube */
flex-wrap: wrap;
padding: 5px .75rem;
margin-bottom: -.25rem;
}
.video, .pop-cat-link
{
min-width: calc(50% - .5rem); /* MyTube */
max-width: calc(50% - .5rem);
flex-basis: calc(50% - 0.5rem);
margin: .25rem;
flex-grow: 1;
flex-shrink: 1;
position: relative;
box-shadow: 1px 1px 5px rgba(0,0,0,.2);
text-overflow: ellipsis;
overflow: hidden;
}
.video,.m_ads, .reccat 
{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F7F7F7),
		color-stop(1, #F0F0F0)
	);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #F0F0F0 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #F0F0F0 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #F0F0F0 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #F0F0F0 100%);
	background-image: linear-gradient(to bottom, #F7F7F7 0%, #F0F0F0 100%);
}
.video .thumb > h4
{
	left: 155px;
	position: relative;/*OG absolute;*/
	text-align:left;
	top: 30px;/*OG 5px;*/
	width:99%;
	color:#222;
	padding-top: 2px; /*OG none*/
}
.video .thumb
{
	position: inherit; /*absolute;*/
	/*OG top: 1px;*/
}
.video .thumb > img
{
	height: 75%; /*OG 104px; */
	/*position: relative; OG */
	width: 100%;
	vertical-align: bottom;
}

/*.pop-links
{
	padding: 10px;
}*/
.pop-cat-link{
	padding: 5px 0;
}

.reccat .pop-cat-th > img
{
	height: 120px;
	width: 100%;
	vertical-align: bottom;
}

.video .thumb > span
{
	position: absolute;
	padding: 1px;
	bottom: 0;
	background: #000;
	color: #fff;
	font: 700 10px Arial;
	opacity: .6;
	border-radius: 3px;
	width: max-content;
}

.video .thumb > span.views
{
	left: 2px;
}

.video .thumb > span#duration
{
	right: 5px;
}
.video .thumb > span > i {
	float:right;
	font-style:normal;
}

.video .thumb > span > i.views, fa {
	float:right;
	font-style:normal;
	line-height: unset;
}
.video .under-thumb
{
	padding: 0 5px 5px;
}
.blog-list .video .thumb .under-thumb h4
{
	font-size: 14px;
	margin: 5px 0 5px;
	text-align: left;
	text-transform: capitalize;
}

.p-title > h2
{
	font-size: 12px;
	padding: 8px;
	text-align: left;
}
.upper-title
{
	display: none;
}
.player-container,.tags,.m_ads
{
	margin: auto;
	/*max-width: 600px; OG both
	min-width: 300px;*/
	width: 100%;
	width: auto;
}
.player
{
	background: #000;
	/*max-width: 600px; OG both
	min-width: 300px;*/
	width: auto;
	text-align:left;
	height:	100%;
}

#desc
{
	padding: 0 5px;
}
#videoPostContent {
}
#videoPostContent p{
	text-align: left;
	font-size: 14px;
	margin: 5px 0 5px;
	font-family: 'Open Sans';
	color:	#000;
	line-height: 1.4em;
}

.m_ads {
	margin:10px auto;
	border-bottom:1px solid #ebebeb
}
.axstePics{
	display:none;
}
.ax_video {
	margin:10px;
}
.tags
{
	text-align:left !important;
	padding:0 3px;
	color:#333;
}
.tags a
{
	padding: 0 1px;
	color:#c12026;
}
/*PAGINATION Start*/
.label.secondary,
.pagination ul li a,
.mobile-pagination ul li span {
	background-color: #ccc!important;
	border-color: #ccc!important;
	outline: none;
	color: #333;
}

.pagination ul li a,
.mobile-pagination ul li span {
	font-weight: bold;
}

.pagination ul li a.current,
.pagination ul li a:hover {
	color: #fff;
}

.pagination,
.mobile-pagination {
	clear: both;
	display: table;
	margin: 0 auto;
}

.pagination ul,
.mobile-pagination ul {
	list-style: none;
	overflow: hidden;
	padding: 2em 0 0 0;
}

.pagination ul li,
.mobile-pagination ul li {
	float: left;	
	margin: 5px;
	display: block;	
}

.pagination ul li a,
.mobile-pagination ul li span,
.mobile-pagination ul li a {
	display: block;	
	padding: 15px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mobile-pagination ul li.pagination-sep {
	background: transparent!important;
    padding: 15px 5px;
}

.mobile-pagination ul li.pagination-nav span,
.mobile-pagination ul li.pagination-nav a {
	padding: 10px 25px;
}

.mobile-pagination ul li.pagination-nav i {
	color: #fff!important;
	margin: 0;
	font-size: 29px;
}

.mobile-pagination ul li.pagination-nav.disabled {
	opacity: 0.40;
	filter: alpha(opacity =40);
}
/*PAGINATION End*/
.footer
{
	background: #111;
	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
}

.footer .footer-bottom {
    background: none repeat scroll 0 0 #000000;
    font-size: 12px;
    padding: 20px 0; /*10px 0;*/
	text-align:center
}

.video_, .reccat {
	position:relative;
	padding: 0;
	/*height:150px; OG both
	width:220px;*/
}
.video_ h3 {
	position:absolute;
	bottom: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;
}
.video_ em {
	display:none;
}

.footer-mid {
    background: none repeat scroll 0 0 #000000;
}

/*-----------Info Page Mobile-----------*/
/* * {box-sizing: border-box} */
.tab, .tabcontent {font-family: "Lato", sans-serif;}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #fff; /*#f1f1f1;*/
  width: max-content; /*230px;*/
  height: max-content; /*300px;*/
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 0 20px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 15px;
  line-height: 35px;
  border-bottom: 1px solid #e5e4e4;
}

.tab button:hover {
  	background: #1AB3EE; /*#94a1d7;*/
	color: #fff;
	border-bottom: 1px solid #1AB3EE; /*#94a1d7;*/
}

.tab button.active {
  	background: #1AB3EE; /*#94a1d7;*/
	color: #fff;
	border-bottom: 1px solid #1AB3EE; /*#94a1d7;*/
}

.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 77%;
  /*border-left: none;*/
  height: 100%;
  color: #262626;
}

/*Info Page Responsive S*/
@media (min-width: 320px) and (max-width: 480px) {
.tab {
    width: max-content; /*320px;*/
    height: 214px;
	}

.tab button {
    width: max-content; /*280px;*/
    border-bottom: 1px solid #e5e4e4;
	}

.tabcontent {
    padding: 0 10px;
    border: 1px solid #ccc;
    width: 300px;
    height: 300px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {

.tab {
    width: 180px;
    height: 215px;
	}

.tab button {
    width: 142px;
    border-bottom: 1px solid #e5e4e4;
	}

.tabcontent {
    padding: 0 10px;
    border: 1px solid #ccc;
    width: 420px;
    height: 300px;
	} 
  
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

.tab {
    width: 180px;
    height: 178px;
	}

.tab button {
    width: 142px;
    border-bottom: 1px solid #e5e4e4;
	}

.tabcontent {
    padding: 0 10px;
    border: 1px solid #ccc;
    width: 770px;
    height: 300px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {  

.tab {
    width: 180px;
    height: 215px;
	}

.tab button {
    width: 142px;
    border-bottom: 1px solid #e5e4e4;
	}

.tabcontent {
    padding: 0 10px;
    border: 1px solid #ccc;
    width: 520px;
    height: 300px;
	}  
}

@media (min-width: 1025px) and (max-width: 1280px) {

.tab {
    width: 180px;
    height: 215px;
	}

.tab button {
    width: 142px;
    border-bottom: 1px solid #e5e4e4;
	}

.tabcontent {
    padding: 0 10px;
    border: 1px solid #ccc;
    width: 780px;
    height: 300px;
	}    
}
/*Info Page Responsive E*/

.part, .sol{
text-align: center;
margin: 20px auto 0;
box-sizing: border-box;
}
.sol i {
	display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sol i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
}
.sol .fa-twitter {
    background-color: #55acee;
}
.sol .fa-star {
    background-color: #404040;
}