@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Cabin:400,700);

#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #FFF;
}
.row {
    margin-left:0;
    margin-right:0;
}
.center-block {
    display: table;
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.slide-top, .slide-bottom, .slide-left, .slide-right {
    visibility: hidden;
}
.modal-dialog {
    width: 800px;
    max-width: 90%;
}
::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;  
}

:-ms-input-placeholder {  
    color: #000;  
}
html {
    position: relative;
    min-height: 100%;
    height: 100%;
}
body {
    font: 13px 'Roboto', "Cabin", "Helvetica", Arial, sans-serif;
    color: #000;
    height: 100%;
}
.wrapper {
    background: url('../img/pattern.png');
    min-height: 100%;
    max-width: 100%;
    overflow-x:hidden; 
}
.scrolltop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99998;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
    border-radius: 50%;
    cursor: pointer;
}
@media screen and (max-width:1200px){
.scrolltop {
    bottom: 20px;
    right: 20px;
}
.scrolltop img {
    width: 40px;
}
}
header {
    width: 100%;
    margin: 25px 0;
    text-align: center;
}
header .logo {
    background: url('../img/bg_opacidade.png');
    float: left;
    padding: 60px 40px 60px 120px;
}
@media screen and (max-width:1279px){
header {
    margin: 10px 0;
}
header .logo {
    width: 100%;
    text-align: center;
    padding: 20px 0 20px 0;
}
header .logo img {
    max-width: 40%;
}
}
header .menu {
    float: right;
    background: url('../img/bg_opacidade.png');
    padding: 30px 145px 30px 10px;
}
header .menu li {
    display: inline-block;
}
header .menu li a {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
header .menu li a:hover {
    text-shadow: 1px 1px 15px rgba(255, 255, 255, 1);
}
header .menu li a.ativo {
    text-shadow: 1px 1px 15px rgba(255, 255, 255, 1);
    font-weight: 500;
}
@media screen and (max-width:1279px){
header .menu {
    width: 100%;
    padding: 0 0 10px 0;
}
header .menu li {
    margin-bottom: 5px;
}
header .menu li a {
    padding: 0px 10px;
}
}
/***** HOME *****/
.home {
    background: url('../img/bg_rodape.png');
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 20px 0;
    transition: background 0.3s ease-out;
}
@media screen and (max-width:1000px) and (orientation:landscape){
.home {
    float: left;
    position: relative;
}
}
.home:hover {
    background: url('../img/bg_opacidade.png');
}
@media screen and (max-width:1366px){
.home {
    margin-top: 0px;
}
}
.home img {
    max-width: 95%;
}

/***** GALERIA *****/
.galeria {
    width: 100%;
    height: 224px;
    background-image: url('../img/bg_galerias_topo.jpg'), url('../img/bg_galerias.png');
    background-position: 0 0, 30px 0;
    background-repeat: repeat-x, repeat;
    min-height: 200px;
    clear: both;
    position: absolute;
    bottom: 40px;
    text-align: center;
}
div.slides{
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bloco-galeria {
    cursor: pointer;
    width: 48%;
}
.bloco-galeria .titulo, .titulo-galeria {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}
.titulo-galeria .voltar {
    float: right;
    cursor: pointer;
}
.bloco-galeria .img {
    padding: 20px 10px 10px 10px;
}
.bloco-galeria .img img, .owl-carousel .item img {
    border-bottom: solid 4px #6C7579;
    max-width: 100%;
    max-height: 150px;
}
.galeria .separador {
    height: 150px;
    width: 1px;
    margin: 8px 20px 20px 20px;
    float:left;
}
.galeria .separador .topo {
    height: 25px;
    width: 1px;
    border-right: solid 1px #fff; 
}
.galeria .separador .thumbs {
    margin-top: 30px;
    height: 150px;
    width: 1px;
    border-right: solid 1px #6C7579; 
}
.galeria .alinha-galerias {
    width: auto;
    margin: 0 auto;
}
.galeria .galeria-full {
    max-height: 250px;
}
.galeria .galeria-full .img {
    display: inline-block;
    max-height: 150px;
}
.galeria .galeria-full img {
    height: 155px;
    width: auto;
    max-width: 100%;
}
@media screen and (max-width:1279px) {
.galeria {
    height: auto;
    min-height: initial;
}
.bloco-galeria {
    overflow-y:hidden; 
}
.bloco-galeria .img + .img {
    display: none;
}
.galeria .separador {
    margin: 8px 5px 10px 5px;
}
.galeria .separador .thumbs {
    height: 70px;
}
.owl-carousel .item img {
    max-width: initial;
    max-height: 150px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
}
@media screen and (max-width:1279px) and (orientation:landscape) {
.galeria {
    float: left;
    height: auto;
    min-height: initial;
    position: relative;
    margin-top: 50px;
}
}

/***** SINOPSE *****/
.sinopse {
    clear: both;
    width: 100%;
    max-width: 726px;
    float: right;
    background: url('../img/bg_galerias.png') repeat;
    margin-right: 20px;
    margin-top: -100px;
}
.sinopse .titulo {
    line-height: 40px;
    background: url('../img/bg_galerias_topo.jpg') repeat-x;
    font-size: 20px;
    text-align: left;
    padding: 0 20px;
    color: #fff;
}
.sinopse .descricao {
    padding: 20px;
    color:#525260;
    font-size: 16px;
}
@media screen and (max-width:1279px) {
.sinopse {
    margin-right: 0;
    margin-top: 0;
}
}

/***** FICHA TÉCNICA *****/
.ficha-tecnica {
    clear: both;
    width: 100%;
    max-height: 580px;
    max-width: 726px;
    float: right;
    background: url('../img/bg_galerias.png') repeat;
    margin-right: 20px;
    margin-top: -100px;
}
.ficha-tecnica .titulo {
    line-height: 40px;
    background: url('../img/bg_galerias_topo.jpg') repeat-x;
    font-size: 20px;
    text-align: left;
    padding: 0 20px;
    color: #fff;
}
.ficha-tecnica .layer-ficha {
    width: 100%;
    height: 100%;
    overflow:scroll;
    max-height: 530px;
}
.ficha-tecnica .descricao {
    padding: 20px;
    color:#525260;
    font-size: 16px;
    width: 3550px;
}
.ficha-tecnica .bloco {
    padding-bottom: 40px;
    width: 350px !important;
}
@media screen and (max-width:1279px) {
.ficha-tecnica {
    margin-right: 0;
    margin-top: 0;
    max-height: initial;
}
.ficha-tecnica .layer-ficha {
    max-height: initial;
    overflow:auto;
    height: 100%;
}
.ficha-tecnica .descricao {
    width: 100%;
    float: left;
}
.ficha-tecnica .bloco {
    float: left;
    width: 100% !important;
}
}

/***** TRAILER *****/
.trailer {
    clear: both;
    width: 100%;
    max-width: 726px;
    float: right;
    background: url('../img/bg_galerias.png') repeat;
    margin-right: 20px;
    margin-top: -100px;
}
.trailer .titulo {
    line-height: 40px;
    background: url('../img/bg_galerias_topo.jpg') repeat-x;
    font-size: 20px;
    text-align: left;
    padding: 0 20px;
    color: #fff;
}
.trailer .video {
    padding: 20px 20px 0 20px;
}
.trailer hr {
    width: 90%;
    border-top: solid 1px #ccc;
    margin-bottom: 40px;
}
@media screen and (max-width:1279px) {
.trailer {
    margin-right: 0;
    margin-top: 0;
}
}

/***** 404 *****/
.p404{
    text-align: center;
    font-size: 30px;
}
.p404 p {
    margin-top: 180px;
}

/***** MODAL *****/
.modal-body {
    font-size: 16px;
    font-weight: 300;
}