/* 
    Author     : Celso Lima
*/
.conteudo{
    margin: 0 auto;
    width: 1024px;
    min-height: 600px;
    position: relative;
}
.logo-small{
    display: none;
}
.pp_expand {display: none !important;}
.idiomas{
    float: right; 
    width: 207px;
    cursor: pointer;
    margin-right: -18px;
}
.video-quem-somos{
    width: 530px;
    height: 326px;
    float: left;
    margin-right: 32px;
}
.video-quem-somos-img {
    width: 530px;
    height: 326px;
    overflow: hidden;
    cursor: pointer;
}
.txt-quem-somos{
    float: left;
    width: 460px;
    min-height: 400px;
}
#galeria {
    float: left;
    list-style: none;
    margin-right: 16px;
    margin-bottom: 20px;
    width: 240px;
    height: 333px;
    overflow: hidden;
}

#galeria-area {
    float: left;
    list-style: none;
    margin-right: 16px;
    margin-bottom: 20px;
    width: 240px;
    height: 225px;
    overflow: hidden;
}

#galeria-area-carrinho {
    float: left;
    list-style: none;
    margin-right: 16px;
    margin-bottom: 20px;
    width: 240px;
    height: 236px;
    overflow: hidden;
}

.obj{
    float: left;
    margin-left: 12px;
    margin-bottom: 20px;
    width: 240px;
    height: 351px;
    overflow: hidden;
}

/*#galeria img {
  display: block;
  height: auto;
  width: 100%;
  cursor: pointer;
}*/
.li-image {
    width: 267px;
    height: 208px;
}

.cor-azul{
    color: #45BCFF;
}
.titulo{
    font-size: 25px;
    color: #000;
    margin: 0 0 -16px 0;
    overflow: auto;
    position: relative;
    padding: 30px 0;
}
.sub-titulo{
    font-size: 20px;
    color: #535353;
    margin: 6px 0 0 3px;
    width: 266px;
}
.descricao{
    font-size: 13px;
    color: #535353;
    margin: 6px 0 0 10px;
    width: 226px;
    line-height: 19px;
}
.testemunho-principal{
    background-color: #FAFAFA;
    float: left;
    width: 990px;
    text-align: center;
    color: #525252;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 34px;
    font-size: 20px;
}

.btn-direito{
    float: right;
    width: 420px;
    margin-top: -51px;
    position: relative;
}
.carrinho{
    float: left;
    background-image: url('../img/bg_carrinho.png');
    background-repeat: no-repeat;
    width: 195px;
    height: 35px;
}
.nfotos{
    float: left;
margin-left: 47px;
width: 62px;
margin-top: 9px;
color: #46B3FF;
font-size: 14px;
}
.total{
float: right;
margin-right: 10px;
width: 62px;
margin-top: 9px;
color: #46B3FF;
font-size: 14px;
text-align: right;
}

.finalizar{
    float: left;
    background-image: url('../img/finalizar.png');
    background-repeat: no-repeat;
    width: 97px;
    height: 37px;
    cursor: pointer;
    margin-left: 5px;
    margin-top: -1px;
}
.finalizar-left{
width: 585px;
float: left;
}
.finalizar-right{
width: 399px;
float: right;
}
.img-resumo{
    float: left;
    width: 125px;
    height: 98px;
    overflow: hidden;
    margin: 8px 2px;
    border: 2px solid #DDDDDD;
}

.paginacao2 {
    width: 100%;
    height: 32px;
    text-align: center;
}
.paginacao2 a {
text-decoration: none;
color: #000;
font-size: 14px;
background-image: url('../img/bg_paginacao.png');
background-repeat: no-repeat;
width: 37px;
height: 37px;
padding: 11px 15px;
}

.paginacao2 strong {
text-decoration: none;
color: #000;
font-size: 14px;
background-image:url('../img/bg_paginacao_active.png');
background-repeat: no-repeat;
width: 37px;
height: 37px;
padding: 10px 15px;
font-weight: bold;
}

.adicionar{
    float: left;
    background-image: url('../img/adicionar.png');
    background-repeat: no-repeat;
    width: 157px;
    height: 37px;
    cursor: pointer;
    margin-top: 7px; 
}
.escolhido{
    float: left;
    background-image: url('../img/escolhido.png');
    background-repeat: no-repeat;
    width: 87px;
    height: 37px;
    margin-top: 7px;   
}
.load{
    background-image: url('../img/loader.gif'); 
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 109px;
    margin-top: 14px;
    display: none;
}
.linha-resumo-encomeda{
    float: left;
    width: 100%;
}
.voltar{
    float: left;
    background-image: url('../img/voltar.png');
    background-repeat: no-repeat;
    width: 97px;
    height: 37px;
    cursor: pointer;
    margin-top: 7px; 
}
.drop-qtd{
float: left;
width: 50px;
height: 37px;
margin-top: 7px;
margin-left: 12px; 
}
.remover{
    float: right;
    background-image: url('../img/remove_carrinho.png');
    background-repeat: no-repeat;
    width: 37px;
    height: 37px;
    cursor: pointer;
    margin-top: 7px;  
}
.sair{
    float: left;
    background-image: url('../img/sair.png');
    background-repeat: no-repeat;
    width: 77px;
    height: 37px;
    cursor: pointer;
    margin-left: 5px;
    margin-top: -1px;
}
.footer2{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    background-color: #F3F3F3;
    height: 56px;
    float: left;
    padding-top: 24px;
    background: #FAFAFA;
}

.paginacao {
    float: left;
    width: 100%;
    text-align: center;
}
.paginacao ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin: 5px auto;
}
.paginacao ul li { 
    list-style: none; 
    float: left; 
    margin-right: 3px; 
    margin: 3px; 
    color: #FFF;
    background-image:url('../img/bg_paginacao.png');
    background-repeat: no-repeat;   
    width: 37px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding-top: 7px;
}
.paginacao ul li:hover { 
    background-image:url('../img/bg_paginacao_active.png');
    background-repeat: no-repeat;
    cursor: pointer; 
}
.nome-testemunho{
    color: #45BCFF;
    float: right;
    font-style: italic;
    font-size: 20px;
    margin-top: 5px;

}
.testemunho-secundario{
    float: left;
    width: 325px;
    height: 220px;
    text-align: center;
    color: #525252;
    margin: 8px;
}
.plus{
    background-image: url('../img/plus.png');
    height: 61px;
    width: 61px;
    margin: 0 auto;
    margin-top: 7px;
}
.img-inner{
    background:url(../img/search.png) no-repeat 50% 50%;
    background-color: #99E5FF;
    width: 232px;
    height: 179px;
    border: 4px solid #FAFAFA;
    overflow: hidden;
    cursor: pointer;
}

#img-estudio{
    background: url(../img/search.png) no-repeat 50% 50%;
    background-color: #99E5FF;
    width: 232px;
    height: 179px;
    border: 4px solid #FAFAFA;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin: 8px 16px 8px 0;
}

.img-inner:hover{
    border: 4px solid #99E5FF;
}
#img-estudio:hover{
    border: 4px solid #99E5FF;
}
.estuio-sub-title{
    margin-bottom: 10px;
}

.imgopaco:hover{
    opacity: 0.2;
}

.contact{
    width: 297px;
    display: block;
    float: left;
    margin-left: 50px;
}

.image-holder {
    background: url(../img/search.png) no-repeat 50% 50%;
    border: 4px solid #99E5FF;
    display: block;
    height: 179px;
    overflow: hidden;
    text-align: center;
    width: 232px;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
}

.data-evento{
    font-size: 15px;
    color: #45BCFF;
    margin: 2px 0 -9px 10px;
    width: 222px;
}
.h1silder{
    float: left !important;   
    font-size: 13px !important; 
    text-align: left !important; 
}
.btn_send {
    background: #ddd;
    border: none;
    color: #999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    font-size: inherit;
    width: 40px;
    background-image: none;
    margin-right: 0;
    margin-left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-shadow: none;
    box-shadow: none;
    margin-top: 10px;
    padding: 8px 16px;
    font-weight: 700;
    cursor: pointer;

}
.btn_send:hover{
    color: #fff;
    background: #45BCFF !important;
}
.error_strings{ font-family:Verdana; font-size:14px; color:#660000; background-color:#ff0;}
/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */

@media only screen and (min-width: 767px) {

    .contact{
        max-width: 280px;
        display: block;
        float: left;
        margin-left: 20px;
    }


}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .contact{
        width: 100%; 
        display: block;
        float: left;
        margin-left: 0;
    }

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px) {

    .conteudo{
        width: 995px;
    }

    .txt-quem-somos{
        width: 373px;
    }
    .testemunho-principal{
        float: none;
        width: 866px;
        margin-left: 25px;

    }
    .testemunho-secundario{
        margin-left: 25px;
        width: 315px;
    }
    .titulo{
        margin: 0 0 -16px 25px;
    }
    .img-inner{
        width: 290px;
        height: 210px;
    }
    #galeria {
        width: 298px;
        margin-left: 22px;
        margin-right: 0;
        height: 353px;
    }
    .descricao{
        width: 276px;
    }
    #img-estudio{
        width: 290px;
        height: 210px;
        margin-left: 25px;
        margin-right: 0;
    }
    .estuio-sub-title{
        margin-left: 25px;
    }
    .video-quem-somos{
        margin-left: 25px;
    }

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {


    .conteudo {width: 768px;
               margin: 0 auto;
    }

    #galeria {
        float: left;
        list-style: none;
        margin-left: 66px;
        margin-bottom: 20px;
        width: 278px;
        height: 347px;

    }

    .testemunho-principal {
        background-color: #FAFAFA;
        float: none;
        width: 654px;
        text-align: center;
        color: #525252;
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 34px;
        font-size: 20px;
        margin: 0 auto;
    }

    .testemunho-secundario {
        float: left;
        width: 331px;
        height: 220px;
        text-align: center;
        color: #525252;
        margin: 8px;
        margin-left: 24px;
    }

    #img-estudio {
        width: 268px;
        height: 206px;
        margin: 0 0 20px 66px;
    }

    .video-quem-somos {
        width: 722px;
        height: 335px;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;  
    }

    .video-quem-somos-img {
        width: 722px;
        height: 335px;
        overflow: hidden;
        cursor: pointer;
    }

    .txt-quem-somos {
        float: none;
        width: 722px;
        min-height: 400px;
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .estuio-sub-title{
        margin: 0 0 0 66px;
    }
    .obj{
        float: left;
        margin-left: 66px;
        margin-bottom: 20px;
        width: 278px;
        height: 347px;
    }

    .titulo{
        float: none;
        width: 722px;
        margin: 0 auto;
    }
    .descricao {
        margin: 6px 0 0 5px;
        width: 265px;
    }

    .img-inner{
        width: 268px;
        height: 206px;
        border: 4px solid #99E5FF;
    }

    .contact{
        width: 218px;
        display: block;
        float: left;
        margin-left: 30px;
    }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    .contact{
        width: 100%; 
        display: block;
        float: left;
        margin-left: 0;
    }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .conteudo {
        width: 480px;
        margin: 0 auto;
    }
    .titulo {
        font-size: 25px;
        color: #000;
        overflow: auto;
        position: relative;
        padding: 22px 0 11px 22px;
        width: 460px;
        text-align: left;
        margin: 0 auto;
    }
    .idiomas {
        float: none;
        width: 207px;
        margin: 0 auto;
        margin-top: -27px;
    }

    #footer-inner{
        height: 97px;
    }
    #galeria {
        float: left;
        list-style: none;
        margin-left: 19px;
        margin-bottom: 20px;
        width: 208px;
    }

    .testemunho-principal {
        background-color: #FAFAFA;
        float: left;
        width: 381px;
        text-align: center;
        color: #525252;
        margin-top: 8px;
        margin-bottom: 8px;
        padding: 34px;
        font-size: 20px;
        margin-left: 16px;
    }

    .testemunho-secundario {
        float: left;
        width: 212px;
        height: 220px;
        text-align: center;
        color: #525252;
        margin: 8px;
        margin-left: 16px;
    }

    #img-estudio {
        width: 200px;
        height: 150px;
        margin: 0 0 20px 18px;
    }

    .video-quem-somos {
        width: 443px;
        height: 300px;
        float: none;
        margin-right: 0;
        margin-bottom: 30px; 
        margin: 0 auto;
    }

    .video-quem-somos-img {
        width: 443px;
        height: 300px;
        overflow: hidden;
        cursor: pointer;
    }

    .txt-quem-somos {
        float: none;
        width: 443px;
        min-width: 400px;
        margin-bottom: 10px;
        margin: 0 auto;
    }
    .estuio-sub-title{
        margin: 0 auto;
        width: 443px;
    }

    .img-inner:hover{
        width: 208px;
        height: 159px;
        background:url(../img/search.png) no-repeat 50% 50%;
    }

    .img-inner {
        width: 200px;
        height: 159px;
        border: 4px solid #99E5FF;
        cursor: pointer;
    }

    .descricao {
        font-size: 13px;
        color: #535353;
        margin: 6px 0 0 1px;
        width: 209px;
    }


}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .conteudo {
        width: 100%;
        margin: 0 auto;
    }
    .logo-big{
        display: none;
    }
    .logo-small{
        display: block;
    }
    .idiomas {
        float: none;
        width: 207px;
        margin: 0 auto;
        margin-top: -27px;
    }

    .titulo {
        font-size: 25px;
        color: #000;
        margin: 0 auto;
        overflow: auto;
        position: relative;
        padding: 30px 0;
        width: 334px;
        text-align: left;
    }

    .testemunho-principal {
        background-color: #FAFAFA;
        width: 264px;
        text-align: center;
        color: #525252;
        padding: 17px;
        font-size: 20px;
        margin-left: 16px;
        margin: 0 auto;
        float: none;
        height: 414px;
    }

    .testemunho-secundario {
        width: 264px;
        height: 186px;
        text-align: center;
        color: #525252;
        margin-left: 16px;
        margin: 0 auto;
        padding-top: 15px;
        float: none;
    }

    #footer-inner{
        height: 97px;
    }

    .h1silder {
        float: left !important;
        font-size: 9px !important;
        text-align: left !important;
    }

    #galeria {
        float: none;
        list-style: none;
        margin-bottom: 40px;
        width: 278px;
        height: 100%;
        margin: 0 auto;
        clear: both;
        padding-bottom: 5px;
    }

    .img-inner:hover{
        width: 270px;
        height: 208px;
        background:url(../img/search.png) no-repeat 50% 50%;
    }

    .img-inner {
        width: 270px;
        height: 208px;
        border: 4px solid #99E5FF;
        cursor: pointer;
    }

    .video-quem-somos {
        width: 290px;
        height: 170px;
        float: none;
        margin: 0 auto;
        padding-bottom: 5px;
    }

    .video-quem-somos-img {
        width: 290px;
        height: 170px;
        overflow: hidden;
        cursor: pointer;
    }

    .txt-quem-somos {
        width: 290px;
        min-height: 400px;
        float: none;
        margin: 0 auto;
        padding-bottom: 5px;
    }
    .estuio-sub-title {
        width: 277px;
        margin: 0 auto;
        padding-bottom: 9px;
    }

    #img-estudio {
        width: 270px;
        height: 208px;
        border: 4px solid #FAFAFA;
        cursor: pointer;
        margin: 0 0 8px 0;
    }
    #img-estudio2{
        float: none;
        list-style: none;
        margin-bottom: 40px;
        width: 278px;
        height: 100%;
        margin: 0 auto;
        clear: both;
        padding-bottom: 5px;
        overflow: hidden;
    }

    /*  .titulo {
        font-size: 25px;
        color: #000;
        margin: 0 auto;
        overflow: auto;
        position: relative;
        padding: 30px 0;
        width: 278px;
        text-align: left;
      }*/

    .titulo {
        font-size: 25px;
        color: #000;
        margin: 0 auto;
        overflow: auto;
        position: relative;
        padding: 30px 0;
        width: 290px;
        text-align: left;
        float: none;
    }
    .descricao {
        font-size: 13px;
        color: #535353;
        margin: 3px 0 0 1px;
        width: 274px;
    }

}