/* -------------------------------- ICONES ---------------------------------------*/
@font-face{ 
font-family: 'IcoMoon';
src: url('fonts/base/icomoon-webfont.eot');
src: url('fonts/base/icomoon-webfont.eot?#iefix') format('embedded-opentype'),
     url('fonts/base/icomoon-webfont.woff') format('woff'),
     url('fonts/base/icomoon-webfont.ttf') format('truetype'),
     url('fonts/base/icomoon-webfont.svg#IcoMoonBase') format('svg');
}

@font-face{ 
font-family: 'IcoMoonSocial';
src: url('fonts/social/icomoonsocial-webfont.eot');
src: url('fonts/social/icomoonsocial-webfont.eot?#iefix') format('embedded-opentype'),
     url('fonts/social/icomoonsocial-webfont.woff') format('woff'),
     url('fonts/social/icomoonsocial-webfont.ttf') format('truetype'),
     url('fonts/social/icomoonsocial-webfont.svg#IcoMoonSocial') format('svg');
}


/*---------------------------------	TOP STYLES -----------------------------------*/

.social-container{
	text-align: right;
	min-height: 90px;
	font-family: 'IcoMoonSocial';
	font-size: 50px;
	color: #666;
	text-decoration: none;
	box-sizing: none;
}
.social-container > a  > a:hover{
	text-decoration: none;
}
.logo-container{
	min-height: 150px;
}
.navbar{
	margin-bottom: 0px;
	padding: 0;
	background: none;
	
}
.menu{
	text-align: center;
	z-index: 600;
}
.navbar-nav > li > a {
	padding: 20px 50px 20px 50px;	
	margin-right: 1px;
	margin-top: 0px;	
}
 .menu li.active > a, .menu li.active > a:hover, .menu li.active.hover > a {
 	padding: 20px 50px 20px 50px;
 	margin-top: 0px;
 }
.navbar-brand{
	margin-left: 0px;
}
.menu li a:hover, .menu li.hover > a {
     padding: 20px 50px 20px 50px;
     margin-top: 0px;                   
}

.voltar{
	margin-bottom: 20px
}
.voltar a{
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

.link_social{
	text-decoration: none;
}
/*-------------------------------------------------------------HOME-------------------------------------------*/

#topo_menu{
	height: 170px;	
}
.wrapper{
	margin-top: -110px;	
	
}
.navbar{
	z-index: 1000;
	position: relative;
}
.item_home{
    padding: 10px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
    line-height: 130%;    
}
.item_home img{
	max-width: 100%;
}
.item_home p{
    text-align: justify;
}
.rede_social{
    margin-left: 15px;
}
div.ver_mais {
	text-align: right;
}

a.ver_mais {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.home_conteudo{
	height: 210px;
	padding-bottom: 0px;
	overflow: hidden;
}
.titulo_home{
	font-size: 18px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 100%;
}
/* ------------------------------------------------------ GALERIA --------------------------------------------------------------------------*/
.total_fotos{
	margin: 4px 0px 5px 0px;    
}
.galeria_home{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.galeria_container{	
	margin-bottom: 20px;
	
}
.tit_gal{
	text-align: center;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	font-weight:bold;
	font-size: 12px;
}
.img_result{	
	height: 140px;
	overflow: hidden;
}
.img_result img{
	max-width: 100%;
	height: 140px;
}
.img_over{
	height: 170px;		
	text-align: center;
	overflow: hidden; 
}
/* ------------------------------------------------------ LISTA --------------------------------------------------------------------------*/

.titulo_lista{
	padding: 8px 0px 8px 8px;
	font-size: 14px;
	font-weight:bold;	
}
.img_lista{	
	padding: 5px;	
}

.desc_lista{	
	padding: 5px 5px 5px 20px;	
}

/* ----------------------------------------------------- contato ---------------------------------------------------------------------*/
.panel{
	padding: 15px 15px 0 15px
}
.panel-heading{
	margin-bottom: 0; 
}

/* ----------------------------------------------------- FOOTER ---------------------------------------------------------------------*/
#footer{
	padding: 10px;	
}


/* --------------------------------------------------- ASSINATURA ------------------------------------------------------------------------*/
.assinatura{	
	padding: 10px 20px 10px 20px;
}