/*   
Author URI: http://olivasdigital.com.br/
Developer: Vitor Breda
Date: 27/04/2015
*/

/* Mobile Style */
@media screen and (-webkit-min-device-pixel-ratio: 2.0) and (-webkit-max-device-pixel-ratio: 3.0) and (max-width: 640px),(max-width:640px){	
/* Viewport Mobile */      
html, body{
    min-width:640px;
    -webkit-text-size-adjust: none;
}

.container{
    width:640px!important;
}
.playOverlay2 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/images/play_icon.png) no-repeat center center;
}
.web-only{display:none!important;}

/* Estilo da Index Idade */
#content-idade{
    background:url(imgs/bg-index-idade-mobile.png) top center no-repeat;
}

#content-idade .eu-concordo{
    font-size:27px;
}

#header-index .banner{
    width:610px;
}

.center{
    width:610px;
}

.center.full{
    width:100%;   
}

#informacoes-importantes .middle{
    padding:0 70px;
}

/* Header */  
#header .container{
    padding:0px;
}

#header .top-row{
    display:table;
    padding:0 15px;
    width:100%;
    margin-bottom:19px;
}

#header .banner{
    width:610px;
    height:90px;
    background:#c7c7c7;
    margin:20px auto;
}

#header .logo{
    float:left;
    margin:0;
}

#header .logo img{
    width:275px;
}

#header .utilities{
    float:right;
}

#header .utilities .actions{
    display:table;
}

#header .utilities .actions .icon-search-mobile{
    display:block;
    float:left;
    width:43px;
    height:45px;
    margin-right:10px;
    background:url(imgs/icon-search-2x.png) no-repeat center #2d2d2d;
    cursor: pointer;
}

#header .utilities .actions .yellow-button{
    font-size:22px;
    padding: 7px 18px;
}

#header .menu-search{
    clear:both;
}

#header .menu-search .form-search-mobile{
    display:none;
    padding:0 15px;
    margin-bottom:15px;
}
 
#header .menu-search .form-search-mobile .input-text{
    background:#fff9d7;
    border:none;
    font-family:Lato-Medium;
    font-size:19px;
    color:#1d1d1d;
    outline:none;
    width:245px;
    padding:8px 10px;
    margin-right:10px;
    -webkit-appearance: none;
}

#header .menu-search .form-search-mobile .input-text::-webkit-input-placeholder {
    color:#1d1d1d;
}

#header .menu-search .form-search-mobile .input-text:-moz-placeholder {
    color:#1d1d1d;
}

#header .menu-search .form-search-mobile .input-text::-moz-placeholder {
    color:#1d1d1d;
}    

#header .menu-search .form-search-mobile .input-text:-ms-input-placeholder {  
    color:#1d1d1d;
}

#header .menu-search .main-menu ul{
    display:table;
    width: 100%;
}

#header .menu-search .form-search-mobile .search-select{
    background:#fff9d7;
    border:none;
    font-family:Lato-Medium;
    font-size:18px;
    color:#1d1d1d;
    width:183px;
    padding:8px 10px 8px 10px;
    outline:none;
    margin-right:10px;
    -webkit-appearance: none;
}

#header .menu-search .form-search-mobile .input-search{
    background:#fff9d7;
    border:none;
    font-family:Lato-Medium;
    font-size:18px;
    color:#1d1d1d;
    width:152px;
    padding:9px 0 9px 0;
    text-align: center;
    outline:none;
    -webkit-appearance: none;
}

#header .menu-search .main-menu ul li{
    display: table-cell;
    width: auto;
    text-align: center;
    font-family:Lato-Bold;
    font-size:21px;
    text-transform: uppercase;
}

#header .menu-search .main-menu ul li a{
    color:#fff;
    text-decoration: none;
    display:block;
    padding:12px 0;
}
/* Destaque */  
#destaques{
    background:#1d1d1d;
}

.main-slider{
    height:168px;
}

#destaques .carrousel .slide{
    border-left:1px solid #7f7f7f;
    border-top:1px solid #7f7f7f;
    border-bottom:1px solid #7f7f7f;
}

#destaques .carrousel .slide:last-child{
    border-right:1px solid #7f7f7f;
}

.botao-banner{
    font-size:40px;
    margin:15px 0;
    line-height: 1;
}

/* Categorias */
#categorias .row{
    padding-right:15px;
}

#categorias .row .col-xs-6,#categorias .row .col-xs-12{
    padding-right:0;
}

#categorias .row .col-xs-12,#categorias .row .col-xs-6{
    padding-bottom:15px;
}

#categorias .heading{
    padding-bottom:15px;
}

#categorias .box{
    position:relative;
    width:100%;
    height:280px;
    overflow:hidden;
}

#categorias .box a{
    display:block;
}

#categorias .box .title-cat{
    position:absolute;
    bottom:18px;
    z-index:200;
    font-family:Lato-Thin;
    font-size:48px;
    line-height: 0.85;
    color:#fff9d7;
    text-transform: uppercase;
    padding:0 22px;
    width: 100%;
}

#categorias .box .title-cat strong{
    font-family:Lato-Light;
}

#categorias .box img{

    min-width: 100%;
    min-height: 100%;
    z-index:100;
}

#categorias .box .shadow{
    position:absolute;
    width:100%;
    height:100%;
    background:url(imgs/bg-hover-categorias.png);
    z-index:150;
    transition: opacity 0.4s;
    opacity:1;
    top: 0px;
}

#categorias .box:hover .shadow{
    opacity:0;
}

/* Garotas */
#garotas .slider-garotas{
    display:table;
    width:100%;
}

#garotas .slider-garotas .slide{
    float:left;
    width:270px;
    position:relative;
    margin-left:19px;
}

#garotas .slider-garotas .slide:first-child{
    margin-left:0px;
}

#garotas .slider-garotas .slide .nome-atriz{
    position:absolute;
    bottom:35px;
    display:block;
    width:100%;
    background:url(imgs/star-garotas.png) #fffad5 11px -31px no-repeat;
    font-family:SourceSans-Regular;
    font-size:24px;
    color:#be3a3a;
    text-transform: uppercase;
    padding:8px 0px 8px 45px;
    transition: background-color 0.4s;
}

#garotas .slider-garotas .slide:hover .nome-atriz{
    background:url(imgs/star-garotas.png) #be3a3a 11px 10px no-repeat;
    color:#fffad5; 
}

#garotas .letters li{
    width:46.9px;
    float:left;
    margin-bottom:1px;
}

.list-garotas.no-carrousel .slide{
    width:194px;
}

.list-garotas .slide .image-garota img{
    width:100%;
}

.list-garotas .slide .infos .nome{
    font-size:22px;
}

.list-garotas .slide .infos p{
    font-size:17px;
      white-space: normal;
}

.filmografia .slide .hover .nome{
    font-size:19px;
}

.filmografia .slide .hover .texto{
    font-size:16px;
}

.videos .slide .caption, .videos .block .caption{
      font-size: 21px;
        height: 99px;
}

.textos-filmes .title, .only-title .title{
      font-size: 26px;
}

.textos-filmes .desc p{
    font-size:18px;
}

#cenas .name-filter{
    font-size:17px;
}

#cenas .list-filter li{
    font-size:19px;
}

/* Garota Selecionada */
#garota-selecionada .destaque-garota{
    width:100%;
}

#garota-selecionada .only-title{
    width: 100%;
    margin-bottom:20px;
}

#garota-selecionada .textos-filmes{
    width: 100%;
}


/* Cenas */
#cenas .filtro .nopadding-rg{
    padding-right:15px!important;
}

#cenas .name-filter{
    text-align: center;
    padding:10px 0;
}

#cenas .list-filter{
    overflow: hidden;
}

#cenas .list-filter li{
    float:left;
    width:33.3333333%;
    display:block;  
    position:relative;
}

#cenas .list-filter.border-mob li:after{
    content:"";
    width:1px;
    height:36px;
    background:#fff;
    position:absolute;
    right:0px;
    top:0px;
}

#cenas .list-filter.border-mob li:nth-child(3n):after {
    width:0px;
}

#cenas .list-filter li a{
    padding:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align:center;
}

#cenas .list-filter.border-mob li a{
    text-align:left;
    padding:5px 6px 5px 15px;
}

.grid-videos{
    display:table;
    clear:both;
    margin: -8px;
}

.grid .heading .link{
    font-size:18px;
    margin-top:0px;
}

.grid .heading .title-secao{
    font-size:25px;
}

.videos .slide .thumb-video img{
    max-height:185px;
}

.videos .block .thumb-video{
    height:168px;
}

.videos .block .thumb-video img{
    width:100%;
}

.videos .block {
    margin:8px;
    float:left;

}

.videos .block1x1 {
    width: 297px;
}

.filmes.no-carrousel .slide{
    width:298px;
    height:405px;
}

.filmes .slide img{
    width:100%;
}

.filmes .slide .hover .texto{
    font-size:17px;
}

.custom-pagination.margin-less{
    margin-top:3px;
}

/* Paginação Mobile */
.custom-pagination{
    margin:30px auto 0 auto;
}

.custom-pagination li{
    font-size:18px; 
}

.custom-pagination li a{
    padding:12px 21px;
}

.custom-pagination li.active{
    padding:12px 21px; 
}

.custom-pagination li.dots{
    width:119px;
    padding:12px 0; 
}

/* Paginação Roxa */
.custom-pagination.purple li.prev{
    background-position:8px 6px;
}

.custom-pagination.purple li.prev:hover{
    background:#3d3d3d url(imgs/pagination-arrows.png) 8px 6px no-repeat;
}

.custom-pagination.purple li.next{
    background-position: -56px 6px;
}

.custom-pagination.purple li.next:hover{
    background:#3d3d3d url(imgs/pagination-arrows.png) -56px 6px no-repeat;
}

/* Paginação Laranja */
.custom-pagination.orange li.prev{
    background-position:8px -63px;
}

.custom-pagination.orange li.prev:hover{
    background:#3d3d3d url(imgs/pagination-arrows.png) 8px -63px no-repeat;
}

.custom-pagination.orange li.next{
    background-position: -56px -63px;
}

.custom-pagination.orange li.next:hover{
    background:#3d3d3d url(imgs/pagination-arrows.png) -56px -63px no-repeat;
}

/* Paginação Vermelha */
.custom-pagination.red li.prev{
    background-position:8px -134px;
}

.custom-pagination.red li.prev:hover{
    background:#3d3d3d url(imgs/pagination-arrows.png) 8px -134px no-repeat;
}

.custom-pagination.red li.next{
    background-position: -56px -134px;
}

.custom-pagination.red li.next:hover{
    background:#3d3d3d url(imgs/pagination-arrows.png) -56px -134px no-repeat;
}

/* Busca */
#busca .grid .linha{
    margin-bottom:0!important;
}

/* Interna de Filmes e Cenas */
.infos-filmes .heading{
    overflow:hidden;
}

.infos-filmes .bx-wrapper{
    width:100%;
    margin:0 auto;
}

.textos-filmes{
    width:100%;
}

.textos-filmes .content-text{
    height:190px;
    overflow:hidden;
}

.textos-filmes .desc p{
    font-size:17px;
}

.infos-filmes .mais-informacoes .attr .rotulo{
    font-size:17px;
}

.infos-filmes .mais-informacoes .attr .lk{
    font-size:17px;
}

.see-more{
    display:block;
    height:53px;
    cursor:pointer;
    margin-top:15px;
}

.see-more.open{
    transform: rotate(180deg);
}


.see-more.purple{
    background:#653b9d url(imgs/arrow-see-more.png) no-repeat center;  	
}

.see-more.orange{
    background:#fda031 url(imgs/arrow-see-more.png) no-repeat center;  	
}

.see-more.red{
    background:#bc3b3e url(imgs/arrow-see-more.png) no-repeat center;  	
}

/* Multiple Slider with Thumbnails */
.multiple-slider .pager-slider .slide a .number-cena{
   line-height: 42px; 
   font-size:72px;
   padding: 18px 0;  
}

.multiple-slider .pager-slider .slide a .number-cena small{
    font-size:24px;
}

/* Rodapé */
#footer{
    padding:30px 0;
    background:url(imgs/border-footer.png) top repeat-x #1d1d1d;
}

#footer .container{
    padding:0 30px;
}

#footer .logo-footer{
    display:block;
    width:340px;
    margin:0 auto 30px auto;
}

#footer .links-uteis{
    display:table;
}

#footer .links-uteis li{
    float:left;
    margin-right:6px;
}

#footer .links-uteis li a{
    display:block;
    font-family:SourceSans-Bold;
    font-size:17px;
    text-transform: uppercase;
    color:#fffad5;
    background: url(imgs/arrow-footer.png) 14px center no-repeat #3d3d3d;
    padding:16px 17px 16px 36px;
}

#footer .links-uteis li a:hover{
    text-decoration: none;
}

#footer .copyright{
    margin-top:30px;
}

#footer .copyright p{
    font-family:SourceSans-Light;
    font-size:18px;
    color:#fffad5;
}

#footer .copyright p strong{
    font-size:18px;
    font-family:SourceSans-Semibold;
}

#content-idade .eu-discordo{
    font-size:19px;
}

#informacoes-importantes .hat{
    font-size:18px;
}

#informacoes-importantes .texto{
    font-size:18px;
}

}    