<?
header('Content-type: text/css');
?>
/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 680px) and (orientation : portrait) {
/* Styles */
        
        h1.entry-title, h3.entry-title {
                font-size: 19px;
                line-height: 21px;
        }
        
	.header-table-row {
		min-height: 60px;
		position: relative;
	}

	.header-right-block {
		position: absolute;
		width: 100%;
		height: 60px;
		right: auto;
		left: 0;
	}

	#search-form input[type="text"] {
		width: 30px;
		background: url(library/images/search2x.png) no-repeat right;
		color: transparent;
		transition: width 0.2s ease;
		background-size: 28px;
	}

	#search-form input[type="text"]:focus {
		width: 250px;
		background-color: #fff;
		color: #333333;
                font-size: 16px;
                outline: none;
                border: none;
                border-bottom: 1px solid #333333;
                background-position: left;
                margin-right: 20px;
	}

        #search-form input[type="reset"] {
                right: 5px;        
        }
        
	#search-form {
		display: inline-block;
		right: 10px;
		top: 5px;
	}

	#lupa {
		display: inline-block;
	}
	#search-form input[type="image"] {
		display: none;
	}

	#content {
		margin-top: 60px;
	}
	#mobile-membership-bar #login, #mobile-membership-bar #go-vip {
		padding: 7px 0;
	}
	#mobile-membership-bar {
		padding: 12px 15px;
	}
	.logo-table-cell {
		width: 152px;
		margin: 0 auto;
		position: relative;
		left: auto;
		z-index: 9999;
	}
	#toggle-menu {				
		position: absolute;
		top: 15px;
		left: 15px;
		margin: 0;
	}
        
        blockquote {
                margin: 5px;
                padding: 20px 40px 10px 40px;
        }

        blockquote p {        
                font-size: 18px;
                line-height: 26px !important;
        }
}

/* Nexus 7 (landscape) ----------- */
@media only screen and (min-width : 604px) and (max-width : 966px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1	) {
	.content-padding {
		padding: 0px 16px 0px 16px;
	}
	#featured-posts .left .featured-post-image {
		height: 347px;
	}
	#featured-posts .right .tab ul li h2, #featured-posts .right .tab ul li h3 {
		float: left;
		font-size: 15px;
		font-weight: normal;
		color: black;
		width: 60%;
		padding-left: 7px;
		margin: 0;
	}
	.post-cont {
		float: left;
		width: 333px;
	}
	section.eightcol {
		width: 66% !important;
	}

	#content #inner-content .sidebar.fourcol.last {
		margin-right: 0;
	}
	.home #content #inner-content .sidebar, .home #content #inner-content .sidebar.fourcol.last {
		margin-right: 16px;
	}

	#content #inner-content article section.entry-body.eightcol {
		width: 615px;
		float: left;
	}
	body div.eightcol, body iframe.eightcol, body section.eightcol {
		width: auto;
	}
	#girls .girl {
		width: 299px;
		margin: 7px;
	}
	.promo-trailers {
		float: left;
		margin-top: 34px;
		width: 620px;
		margin-bottom: 5px;
	}

}


/* Nexus 7 (portrait) ----------- */
@media only screen and (max-width : 604px) and (max-device-width : 966px) and (orientation: portrait) {
	.category .post-img img.playlogo {
		bottom: 147px;
	}

}


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

        h1.entry-title, h3.entry-title {
                font-size: 19px;
                line-height: 21px;
        }
        
	.moreabout article{
		width: 100%;
	}

	.moreabout article img{
		width: 100% !important;
		height: auto !important;
		max-width: none !important;
	}

	.moreabout .post-title{
		font-family: 'Open Sans', Calibri, Arial, sans-serif;
		font-weight: 700;
		font-size: 19px;
		line-height: 21px;
		display: inline-block;
	}

	.footer{
		padding-top: 25px;
		padding-bottom: 80px;
	}

	.content-padding{
		padding: 0;
	}

	.single .content-padding{
		padding: 0 15px;
	}

	#featured-posts{
		display: none;
	}

	.post-img{
		width: 100%;
		position: relative;
		float:none;
	}

	.category .post-img{
		position: static;
	}

	.category .post-img img.playlogo{
		bottom: 50%;
	}

        .single .article-header .metadatos div:nth-child(2), .home .metadatos div:nth-child(2) {
                border: 0 none;
        }
        
	.post-img img{
		width: 100%;
		max-width: none;
		height: auto
	}

	.counters{
		position: absolute;
		bottom: 0;
		left: 17px;
	}

	.single .counters {
		display: none;
	}

	.post-img a.destacada img {
		height: auto;
	}

	article{
		position: relative;
		margin-bottom: 0;
		border-bottom: none;
	}

	.post-cont{
		margin:0;
		padding: 17px 3%;
		width: 94%;
		position: relative;
		float:none;
	}

	.post-categories{
		position: absolute;
		bottom:100%;
		left: 0;
		background:url("library/images/responsive-cat.png");
		padding-left: 3%;
		padding-top: 3px;
		padding-right: 50px;
		background-size: 100% 100%;
	}
        
        .home .metadatos{
                white-space: nowrap;
        }
        
	.metadatos{
		/*display: none;*/
	}
        
        .metadatos .cats{
		float: left;
	}
        
        .category .metadatos .datepub {
                padding-left: 0;
        }
        
	ul.post-categories li a{
		pointer-events: none;
   		cursor: default;
   		color:#888888;
	}

	.entry-content .excerpt-read-more{
		display: none;
	}

	#content #inner-content{
		padding-top: 0;
	}

	.menu-badoink-main-menu-container{
		width: 100%
	}

	.header{
		box-shadow: none;
	}

	#navbar{
		display: none;
	}

	#navbar-mobile{
		display: none;
		background:#151515;
		height: auto;
		text-align: center;
		font-weight: bold;
	}

	#navbar-mobile a{
		font-weight: 600;
		font-size: 16px;
		color:white;
		padding:10px 0;
		display: block;

	}

	#navbar-mobile li{
		border-top: 1px solid #4b4b4b;
		clear: both;
		text-transform: uppercase;

	}

	#navbar-mobile .member-login{
		background: #006dbc;
		border:none;			
		width: 50%;
		float: left;
	}

	#navbar-mobile .become-vip{
		background:#61a9de;
		border:none;				
		width: 50%;
		float: left;
		clear: none;
	}

	#navbar-mobile .sub-menu li{
		float:left;
		border-bottom: 1px solid #4b4b4b;
		border-left: 1px solid #4b4b4b;
		clear: none;
	}

	#navbar-mobile .sub-menu li:first-child{
		border-left: none;
	}

	.#navbar-mobile li:first-child,
	.top-nav li.joinvip{
		border-top: none
	}

	#navbar-mobile.active{
		display: block;
	}

	#content {
		margin-top: 62px;
	}

	.post-img img.playlogo{
		bottom:22px;
		width: auto;
		display: none;

	}

	.home #nav-below{
		display: none;
	}

	article.featured-content .post-cont{
		background-color: black;
	}

	.blackbar .counters {
		margin-left: 0px;
		bottom: 7px;
	}

	article#girl-of-the-week .morecont{
		text-decoration: underline;
	}

	article#girl-of-the-week{
		margin-bottom: 30px;
	}

	.header-right-block {
		right: 30px;
	}

	#search-form{
	
		position: absolute;
	}

	#mobile-membership-bar{
		display: block;
		background:#f3f3f3;
		padding: 0 0 10px 0;
	}

	#mobile-membership-bar a{
		text-transform: uppercase;
		color:white;
		font-weight: 600;
		font-size: 14px;
	}

        #mobile-membership-bar a {
                width:50%;
		display: block;
                float: left;
		text-align: center;
        }
        
	#mobile-membership-bar #login{
		background:#006dbc;	
	}

	#mobile-membership-bar #go-vip{
		background:#61a9de;	
	}

	#join-alert{
		display: none;
	}

	.page-template-page-girls-php h1.entry-title{
		display: none;
	}

	.page-template-page-girls-php article.featured-content .post-cont p{
		display: none;
	}

	.page-template-page-girls-php article.featured-content .post-cont{
		background: rgba(0, 0, 0, 0.72)
	}

	.promo-girls{
		width: 100%;
	}

	.promo-girls img{
		width: 100%;
	}

	#girls .girl{
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		height:450px;

	}

	#featured-posts-mobile{
		display: block;
		width: 100%;
		overflow: hidden;
		padding-bottom: 5px;
		margin-bottom: 30px;
		position: relative;
	}

	#featured-posts-mobile #featured-posts-mobile-container{

	}

	#featured-posts-mobile .featured-post-title{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		padding: 10px 15px;
		background: rgba(0, 0, 0, 0.75);
	}

	.featured-post-category{
		position: absolute;
		bottom: 0;		
		font-weight: bold;
		margin:0;
		font-size: 13px;
		color:#888888 !important;
		padding:5px 60px 5px 15px;
		background:url("library/images/responsive-cat.png");
		background-size: 100% 100%;
		display: block;
	}

	#featured-posts-mobile .featured-post-title h2{
		font-weight: 900;
		color:white;
		margin:0;
	}

	#featured-posts-mobile .featured-post-image{
		height: 315px;
		width: 100%;
		background-size: cover;
		background-position: center;
		position: relative;
	}
	#featured-posts-mobile .featured-post{
		float:left;
	}

	#featured-posts-mobile .arrow-left{
		position: absolute;
		top: 50%;
		left: 5px;
		z-index: 99;
		/* width: 60px; */
		height: 80px;
		margin-top: -40px;
		cursor: pointer;
		z-index: 8;
	}	

	#featured-posts-mobile .arrow-right{
		position: absolute;
		top: 50%;
		right: 5px;
		z-index: 99;
		/* width: 60px; */
		height: 80px;
		margin-top: -40px;
		cursor: pointer;
		z-index: 8;
	}	


	#content #inner-content .sidebar{
		width: 100% !important;
		text-align: center;
	}


	.no-found {
		margin: 15px 0 45px 0;
		padding: 0 10px;
	}

	.article-header .title-wrap {
		margin-bottom: 15px;
	}
        
        .instagram-embed-container {
                padding-bottom: 125%;
}

}



/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

	#main {
		width: 420px;
		float: left;
	}
	.home #content #inner-content .sidebar, .home #content #inner-content .sidebar.fourcol.last {
		margin-right: 16px;
	}

	#hometext .ht-title h1 {
		font-size: 20px;
	}

	.content-padding {
		padding: 0px 16px 0px 16px;
	}
	#featured-posts .left .featured-post-image {
		height: 275px;
	}

	#featured-posts .right #tab-selector #tab2-select, #featured-posts .right #tab-selector #tab1-select {
		padding: 15px 0;
	}
	.archive section.eightcol, .category section.eightcol {
		width: 57%;
	}

	#featured-posts .right .tab ul li h2, #featured-posts .right .tab ul li h3 {
		float: left;
		font-size: 14px;
		font-weight: normal;
		color: black;
		width: 40%;
		padding-left: 7px;
		margin: 0;
		line-height: 18px;
	}

	#featured-posts .right .tab ul li, #featured-posts .left .tab ul li {
		padding: 10px 11px;
		height: 85px;
	}

	#featured-posts .left, #featured-posts .right {
		height: 467px;
	}

	#content #inner-content article section.entry-body.eightcol {
		width: 420px;
		float: left;
	}
	.post-cont {
		width: 220px;
	}
	.metadatos {
		display: none;
	}

	.header-right-block .login-btn {
		right: 5px;
	}

	#content #inner-content .sidebar.fourcol.last {
		float: right;
	}
	.single #content #inner-content .sidebar.fourcol.last {
		margin-top: 0px;
	}
	.post-img {
		width: 170px;
		margin-top: 15px;
	}
	.header-right-block {
		right: -25px;
	}
	.post-img a.destacada img {
		width: 170px;
	}
	

	#girls .girl, #girls .girl.thirdgirl {
		margin: 18px;
	}

	.promo-trailers {
		position: absolute;
		top: -30px;
		width: 100%;
	}

	.page-template-page-trailers-php #girls {
		padding-top: 260px;
	}

	.promo-trailers img {
		width: 100%;
	}

	.page article.featured-content {
		height: 292px;
	}
	.promo-girls {
		width: 240px;
	}

}



.header-right-block .login-btn {
  background-color: #0073bc;
  display: none;
  color: #ffffff;
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-decoration: none;
  text-align: center;
  top: -8px;
  width: 120px;
  left:-38px;
}
.header-right-block .login-btn:hover {
  background-color: #0096f6;
  color: #ffffff;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.header-table-row {
  min-height: 61px;
}
#content #inner-content {
  background: #fff;
  z-index: 1;
  padding-top: 0px;
}

.header{
		box-shadow: none;
	}

  .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 10px 5px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 10px 5px 0px rgba(50, 50, 50, 0.25);
}
 
  .logo-table-cell {
    display: block;
    margin-left: 10px;
    position: absolute;
    left: 0;
    text-align: left;
    width: 180px;
  }
 
@media only screen and (min-width: 676px) and (max-width: 1141px) {
  
  #page-magazine-vip-wrapper {
    background: #eaeaea url('../images/page-vip-magazine/background_desktop.jpg');
    background-position: top center;
    background-repeat: no-repeat;
  }
  .page-vip {
    width: 677px;
  }
  
  .accordion-wrapper {
    background: #FFF;
    padding: 10px;
  }
  .accordion-img {
    height: 335px;
    position: relative;
  }
  .img-title.bold {
    font-size: 34px;
  }
  .accordion-img > .img-title {
    font-size: 34px;
    padding-top: 18px;
    width: 100%;
  }
  .accordion-img > .img-subtitle {
    font-size: 21px;
    line-height: 22px;
    margin-top: 16px;
    width: 640px;
  }
  .img-title.bold {
    font-weight: bold;
  }
  .accordion-footer > .header-content {
    clear: both;
    width: 100%;
  }
  .accordion-footer > .footer-content {
    width: 635px;
  }
  .accordion-item > .more-information {
    display: none;
  }
  .accordion-img > .more-information {
    display: block;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    left: 13px;
    position: absolute;
    top: 275px;
    width: 225px;
    z-index: 1;
  }
  .button.join-now {
    display: none;
  }
  .main-img > .join-now {
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    left: 20px;
    position: relative;
    top: 290px;
    width: 200px;
  }
  .accordion-img > .join-now {
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    left: 435px;
    position: relative;
    top: 254px;
    width: 200px;
  }
  
  .header-right-block .login-btn {
  background-color: #0073bc;
  display: none;
  color: #ffffff;
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-decoration: none;
  text-align: center;
  top: -8px;
  width: 120px;
  left:-70%;
}
}


@media only screen and (min-width: 1141px)  {
  
  .logo-table-cell {
    display: block;
    margin-left: 0px;
    position: absolute;
    left: 0px;
    text-align: left;
    width: 180px;
  }
  .header-right-block .login-btn {
  background-color: #0073bc;
  display: none;
  color: #ffffff;
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  position: relative;
  text-decoration: none;
  text-align: center;
  top: -8px;
  width: 114px;
  left:0px;
}
}


  
 





