/*
    Document   : padrao
    Created on : 08/04/2013, 15:49:46
    Author     : Cristiano
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body{
    padding: 0;
    margin: 0;
    background-color: #dad6bc;
}

a{
    text-decoration: none;
}

img{
    border: 0;
}

#header .topo{
    background: url('../img/img-topo.jpg') repeat-x;
    height: 80px;
    width: 100%;
}

.cont{
    width: 977px;
    margin: 0 auto;
    position: relative;
}

#header .topo .cont .logo{
    position: absolute;
}

#header .topo .cont .player{
    float: right;
    padding: 30px 60px 0 0;
}

#header .menu{
    background: #333333 url('../img/fd-menu.jpg') no-repeat top center;
    width: 100%;
    display: table;
}

#header .menu .cont .itens{
    float: right;
    height: 77px;
}

#header .menu .cont .itens ul{
    list-style: none;
    margin: 0;
    padding-top: 25px;
}

#header .menu .cont .itens ul li{
    float: left;
    padding-right: 22px;
}

#header .menu .cont .itens ul li a{
    color: #f2f2f2;
    font-size: 20px;
    font-style: italic;
    letter-spacing:0.5px;
}

#header .menu .cont .itens ul li a:hover{
    color: #8c7d52;
}

#header .menu .cont .itens ul li a img{
    vertical-align: middle;
    margin-top: -5px;
}

#header .sub-menu{
    background-color: #ffffff;
    width: 100%;
}

#header .sub-menu .seta{
    position: absolute;
}

#header .sub-menu .icone{
    position: absolute;
    z-index: 1;
}

#header .sub-menu .galeria{
    width: 100%;
    display: none;
    position: relative;
    height: 70px;
}

#header .sub-menu .galeria ul img{
    vertical-align: top;
}

#header .sub-menu .galeria .seta{
    top: -15px;
    left: 500px;
}

#header .sub-menu ul{
    list-style: none;
    margin: 0;
    padding: 27px 0 22px 0;
    float: right;
    position: relative;
    z-index: 2;
}

#header .sub-menu ul li{
    float: left;
    padding-right: 20px;
}

#header .sub-menu ul li a{
    color: #333333;
    font-size: 18px;
    font-style: italic;
}

#header .sub-menu ul li a:hover{
    color: #93733a;
}












#content{
    background: #dad6bc url('../img/fundo-conteudo.jpg') no-repeat top center;
    width: 100%;
    display: table;
    height: 530px;
}

#content .home .menu .item{
    position: relative;
    float: left;
    cursor: pointer;
    width: 195px;
    height: 195px;
}

#content .item1{
    float: left;
    width: 195px;
    height: 195px;
}

#content .home .menu .item .menu-det{
    position: absolute;
    display: table;
    bottom: 15px;
    height: 74px;
    width: 100%;
    background: url('../img/menu-home/fd-menu-det.png') repeat-x;
}

#content .home .menu .item .menu-det p{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #edebde;
    font-size: 24px;
    font-style: italic;
}

#content .home .menu .item_oculto{
    width: 0;
    height: 0;
    overflow: hidden;
}

#content .home .texto{
    float: left;
    padding-top: 25px;
}

#content .home .texto .titulo{
    color: #887234;
    text-align: center;
    font-size: 23px;
    font-style: italic;
    width: 250px;
    padding-left: 55px;
}

#content .home .texto .txt{
    color: #666666;
    width: 290px;
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0 0 70px;
}

#content .home .texto .saiba-mais{
    text-align: right;
    padding: 20px 60px 0 0;
}

#content .home .texto .saiba-mais a{
    color: #887234;
    font-style: italic;
    font-size: 15px;
}

#content .home .texto .saiba-mais a img{
    margin-top: -8px;
}

#content .home .pop-saiba{
    position: absolute;
    background-color: #edebdd;
    padding: 25px 10px 30px 20px;
    right: 35px;
    top: 10px;
    display: none;
}

#content .home .pop-saiba .titulo{
    color: #887234;
    text-align: center;
    font-size: 23px;
    font-style: italic;
    width: 250px;
}

#content .home .pop-saiba .txt{
    color: #666666;
    width: 300px;
    font-size: 13px;
    line-height: 20px;
    padding: 20px 0 0 0;
}

#content .home .pop-saiba .fechar{
    background-color: #d5caac;
    color: #edebdd;
    position: absolute;
    top: 3px;
    right: -5px;
    width: 34px;
    height: 33px;
    font-size: 27px;
    text-align: center;
    cursor: pointer;
}










#content .casamento .imagens{
    float: left;
    width: 587px;
    padding: 45px 0 0 0;
    height: 390px;
    overflow: hidden;
}

#content .casamento .imagens .item{
    position: relative;
    float: left;
    width: 195px;
    height: 195px;
    overflow: hidden;
}

#content .casamento .texto{
    background-color: #ffffff;
    width: 284px;
    padding: 40px 35px 0 35px;
    float: left;
    margin: 25px 0 0 10px;
}

#content .casamento .texto .titulo{
    color: #998856;
    font-style: italic;
    font-size: 23px;
    letter-spacing: 0.2px;
    padding-bottom: 5px;
}

#content .casamento .texto .divisao{
    height: 1px;
    background-color: #998856;
}

#content .casamento .texto .txt{
    padding: 15px 15px 15px 0;
    color: #666666;
    font-size: 13.5px;
    line-height: 20px;
}

#content .paginas .texto .txt strong{
    color: #998856;
    font-size: 18px;
    font-style: italic;
}

#content .casamento .texto .orcamento{
    padding-bottom: 40px;
}

#content .casamento .fotos{
    background-image: url('../img/rdp-txt-casamento.jpg');
    background-repeat: no-repeat;
    width: 354px;
    height: 81px;
    float: left;
    margin-left: 10px;
}

#content .casamento .fotos .foto{
    position: relative;
    margin: -23px 0 0 -25px;
    float: left;
    cursor: pointer;
}

#content .casamento .fotos .foto .ft{
    padding: 13px 10px 0 10px;
}

#content .casamento .fotos .foto .quadro{
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
}

#content .casamento .fotos .bt-left, #content .casamento .fotos .bt-right{
    float: left;
}

#content .casamento .fotos .bt-left{
    padding: 10px 5px 0 40px;
}

#content .casamento .fotos .bt-right{
    padding: 25px 0 0 0;
}








#content .estr .texto{
    padding: 40px 35px 0 35px;
}

#content .estr .texto .titulo{
    font-size: 16px;
}

#content .estr .texto .divisao{
    margin: 10px 0;
}

#content .scrollCont{
    height: 280px;
    overflow: auto;
    margin-bottom: 40px;
    width: 310px;
}

#content .scrollCont1{
    height: 280px;
    margin-bottom: 40px;
}

.scrollCont>.mCustomScrollBox>.mCSB_scrollTools{
	height:97%;
	top:3%;
}
.scrollCont .mCSB_scrollTools .mCSB_draggerRail{
	width:0;
	border-right:1px dashed #8c7d52;
}
.scrollCont .mCSB_scrollTools .mCSB_dragger{
	height:11px;
}
.scrollCont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:7px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px;
	border-radius:11px;
	background:#8c7d52;
}





#content .hosp .texto{
    padding: 40px 35px 0 35px;
}

#content .hosp .texto a{
    text-decoration: none;
    color: #333333;
}

#content .hosp .texto .titulo{
    font-size: 16px;
}

#content .hosp .texto .divisao{
    margin: 10px 0;
}

#content .hosp .scrollCont{
    height: 280px;
    overflow: auto;
    margin-bottom: 40px;
}







#content .mobil .texto .titulo{
    line-height: 25px;
    font-size: 18px;
    width: 265px;
}








#content .contato .imagens{
    float: left;
    padding-top: 70px;
    margin-right: -22px;
    position: relative;
}

#content .contato .imagens .txt{
    text-align: right;
    padding: 20px 40px 0 0;
    color: #8c7d52;
    font-style: italic;
}

#content .contato .box-form{
    float: left;
    background-color: #ffffff;
    width: 609px;
    margin: 30px 0 0 0;
}

#content .contato .box-form .campos{
    padding: 45px 30px 30px 30px;
}

#content .contato .box-form .campos .titulo{
    font-size: 18px;
    color: #998856;
    font-style: italic;
}

#content .contato .box-form .divisao{
    height: 1px;
    background-color: #998856;
    margin: 20px 0;
}

#content .contato .box-form .form{
    background: url('../img/campos-contato.jpg') no-repeat 145px 0;
    height: 185px;
    display: table;
}

#content .contato .box-form .form .label, #content .contato .box-form .form .campo{
    float: left;
}

#content .contato .box-form .form .label{
    width: 140px;
    text-align: right;
    padding-top: 5px;
}

#content .contato .box-form .form .campo{
    padding: 0 0 0 10px;
}

#content .contato .box-form .form .campo input, #content .contato .box-form .form .campo textarea{
    width: 390px;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 5px;
    border: 0;
    background: transparent;
}

#content .contato .box-form .form .campo textarea{
    height: 75px;
}

#content .contato .box-form .form .botoes{
    width: 100%;
    text-align: right;
}










#footer{
    background: #2b2b2b url('../img/fd-footer.jpg') no-repeat top center;
    width: 100%;
    display: table;
    height: 150px
}

#footer .cont .logos{
    padding-top: 15px;
    float: left;
}

#footer .cont .logos a{
    margin-right: 20px;
}

#footer .cont .endereco{
    text-align: center;
    color: #d9d5bb;
    float: left;
    padding: 15px 0 0 260px;
    font-style: italic;
    font-size: 13px;
}

