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


.topo{
	width:100%;
	height:240px;
	background-color:#000;
}

.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_menu{
		width:734px;
		float:left;
		margin-top:65px;
		height:29px;	
	}
		
	.barra_pesquisa{
		display:block;
		position:absolute;
		top:15px;
		left:50%;
		margin-left: 300px;
	}
	
	.facebook{
		width:52px;
		/*margin-top:27px;*/
		line-height: 20px;
		padding-left:24px;
		float:left;
	}
}

.foto_slider{
	margin-left:-1000px;
}

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

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

@media (min-width:767px){

	.foto_slider{
		width:100%;
		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:absolute;
		width:100%;
		height:46px;
		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;
}

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


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

li{ line-height:30px;}


@media (min-width:767px){

	.container{
		width:1050px;
		padding:40px 0 40px 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;
}



/* VINHOS GERAL */

.vinhos_bg{
	background: url(../images/bg_vinhos_geral.jpg);
}

.vinhos_geral{
	text-align:center;
	font-size:22px;
	color:#777777;
}

.vinhos_geral img{
	cursor:pointer;
	border: 1px solid #fff;
}

.vinhos_geral img:hover{
	border: 1px solid #a8896a;
}

.vinhos1{
	max-width:240px;
	margin:0 auto;
}

.vinhos2{
	max-width:240px;
	margin:0 auto;
}

.vinhos1:hover{
	color:#a8896a;
}

.vinhos2:hover{
	color:#a8896a;
}

.sub-tit_vinhos{
	margin-top:-25px;
	font-size:15px;
}

@media (min-width: 767px) {

	.vinhos1{
		width:240px;
		padding-right:25px;
		float:left;
	}

	.vinhos2{
		width:240px;
		float:left;
	}
	
}


/* FIM VINHOS GERAL */




/* NOTICIAS */

.noticias_box{
	width:225px;
	float:left;
	min-height:350px;
	overflow:hidden;
}

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

.foto_noticias{
	margin-bottom:35px;
}

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

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:46px;
		background: url(../images/sep-cima.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 */

/* 2 PAGINAS VINHOS */

.sidebar-vinho{
	max-width:315px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	padding:0px 25px 40px 25px;
	background: url(../images/vinho-baixo.jpg) no-repeat bottom;
	background-color:#000;
}

.garrafa-vinho{
	width:95%;
}

.tit-vinho{
	width:95%;
	border-top:#98724d solid 2px;
	border-bottom:#98724d solid 2px;
	text-transform:uppercase;
	padding:10px 0px 10px 0px;
	font-size:30px;
	color:#98724d;
	text-align:left;
	margin-bottom:30px;
}

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

@media (min-width:767px){

	.sidebar-vinho{
		width:315px;
		float:left;
		min-height:500px;
	}
	
	.garrafa-vinho{
		width:615px;
		display:inline-block;
		margin-left:70px;
	}
	
	.tit-vinho{
		width:100%;
	}

}

.sub-tit-vinho{
	color:#000;
	font-size:23px;	
}

/* FIM 2 PAGINAS VINHOS */

.sombra{
	box-shadow:5px 5px 10px 0px rgba(0,0,0,0.3);
}

.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 */

.comentario{
	font-family: 'Libre Baskerville', serif;
	text-align:justify;
	margin-bottom:20px;
	colo:#090909;
	font-size:22px;
	font-style:italic;
}

.visitante{
	font-family: 'Dancing Script', cursive;
	text-align:left;
	color:#8a5f35;
	font-family:16px;
}


.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:24px;
margin-top: 0em;
  margin-bottom: 1.5em; }

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

img.margem{
	margin:20px 0 0 0;
}

@media (min-width:767px){
	
	img.margem{
		margin:0 0 0 40px;	
	}
		
}

::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;
		}
		
		
		
.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0px solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
