@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
body
{
	margin:0px;
    background-color:#000;
	background-attachment:fixed;
	color: #4a4a4a;
	font-size: 15px;
    padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

.topo{
	width:100%;
	height:240px;
}

.topo_container{
	width:100%;
}

.logo{
	width:100%;
	text-align:center;
}

.barra_menu{
	width:100%;
	height:70px;
	border-top:#888888 solid 1px;
	border-bottom:#888888 solid 1px;
}
	
.barra_pesquisa{
	display:none;
}

.facebook{
	width:100%;
	text-align:center;
	height:40px;
	margin-top:10px;
	line-height:40px;
}

.facebook img{
	vertical-align:middle;
}

@media (min-width:767px){
	.topo{
		height:152px;
	}
	
	.topo_container{
		width:1050px;
		margin:0 auto;
	}
	
	.logo{
		width:230px;
		float:left;
		padding-top:30px;
	}
	
	
	.barra_pesquisa{
		display:block;
		position:absolute;
		top:15px;
		left:50%;
		margin-left: 300px;
	}

	.barra_menu{
		width:734px;
		float:left;
		margin-top:65px;
		height:29px;	
	}
	
	.facebook{
		width:52px;
		/*margin-top:27px;*/
		line-height: 20px;
		padding-left:24px;
		float:left;
	}
}

.foto_slider{
	display:none;
}

.sep-foto-cima{
	height:0px;
	background-color:#000;
}

.sep-foto-baixo{
	height:0px;
}

@media (min-width:767px){

	.foto_slider{
		display:block;
		width:100%;
		max-height:390px;
		margin-left:0px;
		margin-top:21px;
		text-align:center;
		background-color:#999;
	}

	.sep-foto-cima{
		position:absolute;
		width:100%;
		height:46px;
		background: url(../images/sep-cima.png) no-repeat center;
		z-index:2;
	}
	
	.sep-foto-baixo{
		position:relative;
		width:100%;
		height:46px;
		bottom:0;
		margin-top:-25px;
		background: url(../images/sep-baixo.png) no-repeat center;
		z-index:2;
	}

}

/* CLASSES DO 1º TEMPLATE */

a:link{
	color:#8a5f35;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	color:#8a5f35;
}

a:visited{
	text-decoration:underline;
	color:#8a5f35;
}

.main{
	width:100%;
	text-align:justify;
	background-color:#fff;
}

.main.preto{
	background-color:#000000;
	margin-top:26px;
}

.container{
	width:95%;
	margin:0 auto;
	padding:40px 0 40px 0;
	color:#797979;
	overflow:hidden;
}


@media (min-width:767px){

	.container{
		width:1050px;
		padding:0px 0 20px 0;
	}

}

.container.noticias{
	text-align:left;
}

.tit-principais{
	width:350px;
	height:60px;
	margin:0 auto;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	color:#8a5f35;
	margin-bottom:30px;
}

.tit-principais.preto{
	color:#FFF;
}

.autor{
	font-weight:300;
	font-size:15px;
	font-style:normal;
}

.ler_mais{
	width:55px;
	height:55px;
	padding:20px 0px 20px 0px;
	margin:0 auto;
}

.sep{
	width:165px;
	height:1px;
	margin:50px auto 0;
	background-color:#777777;
}

/* NOTICIAS */

.noticias_box{
	width:80%;
	margin:0 auto;
	overflow:hidden;
}

.sep-noticias{
	background:none;
}

.foto_noticias{
	text-align:center;
	margin-bottom:35px;
}

.tit-noticias{
	text-align:center;
	width:100%;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
	font-size:21px;
	color:#8a5f35;
}

@media (min-width:767px){

	.noticias_box{
		width:225px;
		float:left;
		min-height:350px;
	}
	
	.sep-noticias{
		width:50px;
		float:left;
		min-height:380px;
		background: url(../images/sep-noticias.png) repeat-y center;
	}
	
	.tit-noticias{
		text-align:left;
	}

}



a.saiba_mais{
	color:#8a5f35;
	text-decoration:none;
}

a.saiba_mais:hover{
	text-decoration:underline;
}



/* FIM NOTICIAS */


/* CONTACTOS */

.contactos_box{
	width:95%;
	margin:0 auto;
	overflow:hidden;
}

.sep-contactos {
	background:none;
}

.tit-contactos{
	width:100%;
	text-align:center;
	margin-bottom:30px;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	color:#fff;
}

@media (min-width:767px){
	
	.sep-foto-cima-contactos{
		position:absolute;
		width:100%;
		height:25px;
		background: url(../images/sep-cima_contactos.png) no-repeat center;
		z-index:2;
	}
	
	.contactos_box{
		width:316px;
		float:left;
		min-height:330px;
	}
	
	.sep-contactos {
		width:50px;
		float:left;
		min-height:320px;
		background: url(../images/sep-contactos.png) repeat-y center;
	}
	
	.tit-contactos{
		text-align:left;	
	}

}
	

.contactos_box p{
	color:#fff;
}

.sub-tit-contactos{
	color:#8a5f35;
	font-weight:700;
}

a.contactos-link{
	color:#fff;
	text-decoration:none;
}

a.contactos-link:hover{
	text-decoration:underline;
}



/* FIM CONTACTOS */

.contactos1_txt{
	float:left;
	width:680px;
}

.contactos2_txt{
	display:inline-block;
	width:400px;
}

.assinatura{
	width:100%;
	height:35px;
	padding-top:17px;
	background-color:#000;
	text-align:center;
}

a.assinatura-link{
	color:#CCC;
	font-size:11px;
}

a.assinatura-link:hover{
	text-decoration:underline;
}

/* FIM */


.links{
	color:#566366;
	line-height:26px;
	font-weight:300;
}

.links a{
	color:#8a5f35;
	text-decoration:none;
}

.links a:hover{
	color:#8a5f35;
}



/* -----------------------    QUEM SOMOS   ----------------------- */



.clear{
	clear:both;
}

/* -----------------------    OUTRAS CLASSES   ----------------------- */

p { line-height:31px; }

img { border: 0 none; max-width:100%; height:auto; }

::selection {
background:#8a5f35;
color:#FFF;
}

::-moz-selection {
background:#8a5f35;
color:#FFF;
}

::-webkit-selection {
background:#8a5f35;
color:#FFF;
}

/* MAPA */

#mapa-sanguinhal {
        height:415px;
        width:100%;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }


/* FORM */


form{
  padding:6% 4%;
}

input.txt_form{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  outline:none;
  background: #fbfbfb;
  padding:4%;
  font-size:80%;
  text-transform:uppercase;
  color:#555;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border:#adabab solid 1px;
  border-radius: 8px;
}

textarea.txt_form{
  width:92%;
  background:#fff;
  margin-bottom:4%;
  outline:none;
  background: #fbfbfb;
  padding:4%;
  font-size:80%;
  text-transform:uppercase;
  color:#555;
  resize:none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border:#adabab solid 1px;
  border-radius: 8px;
}

input.bt_enviar{
  width:100%;
  background:#8dc63f;
  border:0;
  padding:4%;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

input.bt_enviar:hover{
  background:#72a32e;
}


.form_contactos{
	float:right;
	width:500px;
}

#mensagens_erro{
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color:#FF3F2A;
}

 .css-input { padding:5px; font-size:12px; border-width:1px; border-radius:10px; border-style:solid; background-color:#ffffff; border-color:#8a6035;  } 
		 .css-input:focus { outline:none; } 

/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }

.fancybox-custom .fancybox-skin {
			box-shadow: 0 0 50px #222;
		}