/* >  Globais Site ------------- */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#383838;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding:15px;
	background:url(images/site-fundo.jpg) #F2F2F2;
}

*::selection {
	background:#69AA9E;
	color:#fff;	
}
	*::-moz-selection {
		background:#69AA9E;
		color:#fff;
	}

a{ color:#457A71 }
a:hover, 
a:visitor{color:#457A71; text-decoration:underline;}

.btn,
a.btn{ 
	-webkit-border-radius: 0;
	   -mos-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;
}

.conteudo-geral{
	background: #FFF;
	padding: 15px;
	max-width: 950px;
}

/* >  Topo do site ------------- */
.topo .topo-marca{}
.topo .address{
	font-size:15px;
	color:#999;
	text-align:right;
	font-weight:bold;
	padding-top: 30px;
}


/* > Menu do site -------------*/
.menu-site{
	margin:15px 0;
	border:0;
	border-radius:0;
	background: #69AA9E;
	color: #FFF;
}
	.menu-site .navbar-toggle{
		color: #FFF;
		text-transform: uppercase;
		font-size: 15px;
		float: none;
		text-align: center;
		margin: 0 auto;
		padding: 15px;
		border-radius: 0;
	}
	.menu-site .navbar-collapse{padding: 0}

	.menu-site .navbar-nav>li>a{
		color: #FFF !important;
		padding: 15px;
		text-transform: uppercase;
		font-size: 15px;

		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;			
	}

	.menu-site .navbar-nav li:first-child a{
		background: url(../images/menu-home.png) no-repeat 10px center;
		padding: 15px 15px 15px 35px;		
	}

	.menu-site .navbar-nav>li>a:hover,
	.menu-site .navbar-nav>li.open a{background-color:#39645C;}

	.menu-site .dropdown-menu{
		background-color:#39645C;
		border:0;
		box-shadow:none;
		border-radius:0;
	}
	.menu-site .dropdown-menu li a{ 
		color:#FFF;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;			
	}
	.menu-site .dropdown-menu li a:hover{background: #24403A;}
	.menu-site .dropdown-menu li:first-child a{
		padding: 3px 20px;;
		background-image: none;
	}
	.navbar-nav{margin: 0}

/* > Banner -------> */	
#banner{
	border-bottom: 10px solid #69AA9E;
}
	#banner .detalhe-sombra{
		width: 100%;
		height: 25px;
		background: url(../images/banner-sombra.jpg) no-repeat top center;
		text-indent: -9999em;
	}

	
	#banner .carousel-indicators li{
		border: 0;
		background-color: #FFF;
		text-indent: -9999em;
		margin-right: 3px;
		margin-left: 3px;		
	}

	#banner .carousel-indicators .active{background-color: #69AA9E}
	#banner .carousel-indicators{ bottom: 30px }


.conteudo_site{
	border-bottom:1px dotted #69AA9E;
	padding-bottom:15px;
}

	.conteudo_site h1,
	.conteudo_site h2,
	.conteudo_site h3,
	.conteudo_site h4,
	.conteudo_site h5,
	.conteudo_site h6{
		font-weight:normal;
		margin:0 0 5px 0;
		padding:0;
	}
	
	.conteudo_site h1{font-size:18px;}
	.conteudo_site h2{font-size:18px;}
	.conteudo_site h3{font-size:18px;}
	.conteudo_site h4{font-size:16px;}
	.conteudo_site h5{font-size:14px;}
	.conteudo_site h6{font-size:12px;}
	
	.conteudo_site .titulo{
		font-size:20px;
		margin:10px 0 15px 0;
		padding:5px 5px 20px 30px;
		background:url(../images/conteudo-titulo.jpg) no-repeat 3px 12px;
		font-weight:normal;
		border-bottom:1px dotted #69AA9E;
	}
	
	.conteudo_site hr{
		margin:0 0 10px 0;
		padding:0;
		border:0px;
		height:1px;
		background:url(../images/conteudo-hr.jpg) repeat-x;
	}


#ultimos_trabalhos .setas{
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	font-size: 30px;
	color: #FFF;
	opacity: 0.5;

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;	
}
	#ultimos_trabalhos .setas:hover{opacity: 1; color: #FFF;}
	#ultimos_trabalhos .direita{left: 5px}
	#ultimos_trabalhos .esqeurda{right: 5px;}

#ultimos_trabalhos .carousel-inner p{
	font-weight: bold;
	padding-right: 10px 0
}

/* > Rodapé do site ------------*/

footer{margin-top:15px;}
.rodape-conteudo{
	padding:10px 15px;
	position:relative;
	min-height:170px;
}
.rodape-verde{
	background:#457A71;
	color:#FFF;
}
.rodape-cinza{
	background:#303030;
	color:#FFF;
	min-height: 170px;
}
	
	.rodape-conteudo h1, 
	.rodape-conteudo h2, 
	.rodape-conteudo h3, 
	.rodape-conteudo h4, 
	.rodape-conteudo h5{
		font-weight:normal;
	}
	
	.rodape-conteudo a{color:#FFF;}
	.rodape-conteudo a:hover{}
	.rodape-conteudo hr{
		border:0px;
		height:1px;
		background-color:#FFF;
	}
	
	.rodape-conteudo .rodape-links{
		position:absolute;
		right:15px;
		bottom:10px;
		color:#999;
		font-size:12px;
	}
		.rodape-conteudo .rodape-links a{color:#999;}



/* galeria BNW */
#galeria_BNW{}
	.thumb_galeria{
		display: inline-block;
		padding: 10px;
	}
	.thumb_galeria a{}
	.thumb_galeria img{
		padding: 1px;
		border:1px solid #E5E5E5;
	}


/*formualrio de contato*/
.formulario .botao-formulario,
.voltar a,
#formComentario .btn-default{
	border:0;
	background: #69AA9E;
	padding-left: 25px;
	padding-right: 25px;
	color: #FFF;

	-webkit-border-radius: 0;
	   -mos-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
	        border-radius: 0;

	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;	
}
	.formulario .botao-formulario:hover,
	.voltar a:hover,
	#formComentario .btn-default:hover{background: #38635B;color: #FFF;}



.formulario label.alert,
.formulario label.error{
	padding: 15px;
	background-color: #f2dede;
	margin: 3px 0 10px 0;
	display: block;
}


/*ampliar fotos*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}







/* ajustes de mobile */
@media (max-width: 767px) { 
	#banner .carousel-indicators{ bottom: 10px }
}