/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.band {
	background-color:#FFF;
}

.band.language p{
	float: right;
	margin: 0 20px 0 0;
}

.band.navigation {
	display: list-item;
}

.band.slider {
	display: block;
}

.band.col {
	display: block;
	margin-top: 5%;
}

.band.map iframe{
	height: 385px;
	width: 100%;
	position: relative;
}

.band.content {
	margin: 40px 0;
}

.band.content.sec {
	margin: 10px 0;
}

.band.social{
	background: url(../images/lightpaperfibers.png) repeat #ffffff;
	padding: 20px 0;
	text-align:center;
}

.band.footer{
	background-color: #666666;
	padding: 20px 0;
}

.band hr.separator {
	height: 1px;
	margin: 10px 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}

/* --------------------------- menu Select --------------------------- */

nav.primary select{
	display: none;
	width: 100%;
	margin: 21px 0;
	height: 28px;
}

/* --------------------------- menu responsive jPanel --------------------------- */

.rmenu{
	display: none;
	text-align: right;
	width: 42px;
	float: right;
	margin-top: 30px;
}

#jPanelMenu-menu li a{
	font-family: 'Oswald', serif;
	display: inline-block;
	font-size:15px;
	padding:5px 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#jPanelMenu-menu ul li a {
	display: block;
	font-size: 13px;
	font-family: 'Oswald', serif;
	padding:10px 25px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
}

/* --------------------------- menu --------------------------- */

nav.primary ul,
nav.primary ul li {
	margin: 0px;
}


nav.primary ul li {
	display: inline;
	float: left;
	position: relative;
}	

nav.primary ul li a{
	font-family: 'Oswald', serif;
	display: inline-block;
	font-size:15px;
	//padding:45px 10px;
        padding: 20px 10px;
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* --------------------------- sub-menu --------------------------- */

nav.primary ul ul {
	opacity: 0;
	filter: alpha(opacity=0);
	
	position: absolute;
	z-index: 999;
	background-color: #FFF;
	width: 10em;
	margin: 0px;
	
	height: 0px;
	overflow: hidden;
	
	-webkit-transition: opacity 0.4s ease-out;
	-moz-transition: opacity 0.4s ease-out;
	-o-transition: opacity 0.4s ease-out;
	-ms-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}

nav.primary ul ul li {
	float: none;
	display: list-item;
}

nav.primary ul ul li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #666666;
	border: 0;
	padding:15px;
	font-weight: normal;
	font-size: 12px;
	text-transform:capitalize;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav.primary ul ul li a:hover {
	padding-left: 18px;
}
	
/* --------------------------- Slider --------------------------- */

.slides li {
	margin: 0;
}

.flexslider figure{
	position: relative;
}

.figtext {
	height: 160px;
	text-align:left;
	color:#FFF;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 5%;
	
}

.figtext figcaption {
	margin: 0px 0;
}

.figtext h2 {
	color: #FFF;
	margin: 0 10px 20px 10px;
	color:#e5e5e5;
	text-shadow: 2px 2px 0 #000;
	font-size: 30px;
	line-height:50px;
	font-family:'Oswald', serif;
	font-weight: normal;
	text-transform: uppercase;
}

.figtext p {
	margin: 0 10px;
	color:#e0e0e0;
	font-size:16px;
	font-style:italic;
	margin-top:30px;
	text-shadow:none;
}


/* --------------------------- cols special --------------------------- */

.container .special {
	height: 180px;
	position: relative;
	z-index: 999;
}

.cols {
	margin: 0 20px;
}

.cols table {
	width:100%;
	border-collapse:collapse;
}
.cols table td{
	color: #000;
	font-size:12px;
	line-height:1.7em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	padding:5px 5px 5px 5px;
}

.cols a.button {
	border:1px solid #ffffff;
	padding:7px;
	color:#ffffff;
	font-size:12px;
	line-height:40px;
	font-weight:bold;
	text-transform: uppercase;
	background: none;
	display: inline;
	text-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.cols a.button:hover {
	background-color:#ffffff;
	border:1px solid #ffffff;;
	color: #000000;
}

.cols p {
	color: #000;
	line-height:1.5em;
	font-size:13px;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.cols h3 {
	margin-bottom: 20px;
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
	text-align:center;
	padding:20px 0 0 0;
	font-family:'Oswald', serif;
	font-weight: normal;
}

.button i{
	margin-left:25px;
}


/* --------------------------- Content --------------------------- */


.content htitle {
	color: #000000;
	font-family:'Oswald', serif;
	font-weight: normal;
	text-transform:none;
	font-size: 18px;
	margin-bottom: 10px;
	line-height:1.7em;

        text-align: right;
}

.content htitle.upper {
	text-transform: uppercase;
	font-size: 22px;
}

.content h4 {
	color: #000000;
	font-family:'Oswald', serif;
	font-weight: normal;
	text-transform:none;
	font-size: 18px;
	margin-bottom: 10px;
	line-height:1.7em;
}

.content h4.upper {
	text-transform: uppercase;
	font-size: 22px;
}

.content article {
	height: 180px;
	margin-bottom: 20px;
}

.content p {
	color: #000;
	line-height:1.7em;
	font-size:14px;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
        
}

.content pbold {
	color: #000;
	line-height:1.7em;
	font-size:14px;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
        font-weight: bold; 
}

.content p.meta {
	font-size:12px;
}

.content p.foot {
	text-align: right;
}

.content p.title a,
.content p.title a:visited{
	font-size:16px;
	font-style:normal;
}

.content p.foot a,
.content p.foot a:visited{
	font-size:10px;
	font-style:normal;
}

.container .one-third.column.thumbnail{
	height: 180px;
	overflow: hidden;
}

.container .one-third.column.thumbnail.imgalj1{
	background: url(../images/hotelSaoLazaro_300.jpg) no-repeat;
}

.container .one-third.column.thumbnail.imgalj2{
	background: url(../images/pousadaSaoBartolomeu_300.jpg) no-repeat;
}

.container .one-third.column.thumbnail.imgreg1{
	background: url(../images/CasteloBraganca_300.jpg) no-repeat;
}

.container .one-third.column.thumbnail.imgreg2{
	background: url(../images/Montesinho_300.jpg) no-repeat;
}

.container .one-third.column.thumbnail.imgreg3{
	background: url(../images/ParqueDouro_300.jpg) no-repeat;
}

.container .one-third.column.thumbnail.imgreg4{
	background: url(../images/DouroVinhateiro_300.jpg) no-repeat;
}

.container .one-third.column.detalhes {
	background-color: #f2f2f2;
	height: 180px;
	padding: 20px 70px;
}

.container.regiao .one-third.column.detalhes {
	padding: 20px;
}

.two-thirds.column iframe.video{
    width: 620px;
    height: 350px;
}
/* --------------------------- Social --------------------------- */

.social h3 {
	margin-bottom: 10px;
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	color: #000000;
	font-family:'Oswald', serif;
	font-weight: normal;
}

.social ul {
	list-style:none outside none;
	margin: 0;
}

.social ul li {
	display: inline-block;
	color: #666666;
	margin: 0;
}

.social ul li a {
	color: #666666;
}

/* --------------------------- Footer --------------------------- */

.footer h4 {
	color: #ffffff;
	font-family:'Oswald', serif;
	font-weight: normal;
	text-transform:none;
	font-size: 18px;
	margin-bottom: 10px;
	line-height:1.7em;
}

.footer p {
	color: #ffffff;
	line-height:1.7em;
	font-size:14px;
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.footer p a,
.footer p a:visited{
	color:#cccccc;
	text-decoration: none;
	outline: 0;
}

.footer b {
	font-weight: bold;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1280px) {}
	
	@media only screen and (min-width: 768px) and (max-width: 1280px) {
		.band.map iframe{
			height: 330px;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
        
        .container .special {
            height: 320px;
            position: relative;
            z-index: 999;
        }
        
        .two-thirds.column iframe.video{
            width: 492px;
            height: 277px;
        }
	
		nav.primary ul.hmenu li a{
			padding:45px 6px;
		}
		
		nav.primary ul.hmenu ul {
			width: 8em;
		}
		
		nav.primary ul.hmenu ul li a {
			padding: 13px 8px;
		}
		
		nav.primary ul.hmenu ul li a:hover {
			padding-left: 11px;
		}
		
		.figtext {
			margin-top: 3%;
			height: 130px;
		}
		
		.figtext h2 {
			font-size: 25px;
			line-height: 30px;
		}
		
		.figtext p {
			font-size: 12px;
		}
		
		.band.map iframe{
			height: 300px;
		}
		
		.container .one-third.column.detalhes {
			padding: 20px 40px;
		}
		
		.container.regiao .one-third.column.detalhes {
			padding: 20px 2px;
		}
		
		.container .one-third.column.thumbnail.imgalj1{
			background: url(../images/hotelSaoLazaro_236.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgalj2{
			background: url(../images/pousadaSaoBartolomeu_236.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg1{
			background: url(../images/CasteloBraganca_236.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg2{
			background: url(../images/Montesinho_236.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg3{
			background: url(../images/ParqueDouro_236.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg4{
			background: url(../images/DouroVinhateiro_236.jpg) no-repeat;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
        
        .two-thirds.column iframe.video{
            width: 420px;
            height: 236px;
        }
		
		.figtext {
			display: none;
		}
		
		.flexslider .slides img {
                    position: relative !important;
		}
		
		.rmenu {
			display: block;
		}
		
		.logo img{
			margin-top: -21px !important;
		}
		
		nav.primary ul.hmenu {
			display: none;
		}
		
		.band.col {
			margin-top: 0px;
		}
		
		.band.map iframe{
			height: 220px;
		}
		
		.content article {
			height: 360px;
		}
		
		.container .one-third.column.detalhes {
			padding: 20px 70px;
		}
		
		.container.regiao .one-third.column.detalhes {
			padding: 20px;
		}
		
		.container .one-third.column.thumbnail.imgalj1{
			background: url(../images/hotelSaoLazaro_420.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgalj2{
			background: url(../images/pousadaSaoBartolomeu_420.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg1{
			background: url(../images/CasteloBraganca_420.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg2{
			background: url(../images/Montesinho_420.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg3{
			background: url(../images/ParqueDouro_420.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg4{
			background: url(../images/DouroVinhateiro_420.jpg) no-repeat;
		}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		.band.col {
			margin-top: 20px;
		}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
        
        .container .special {
            height: 285px;
            position: relative;
            z-index: 999;
        }
        
        .two-thirds.column iframe.video{
            width: 300px;
            height: 169px;
        }
		
		.band.col {
			margin-top: 20px;
		}	
		
		.container .one-third.column.thumbnail.imgalj1{
			background: url(../images/hotelSaoLazaro_300.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgalj2{
			background: url(../images/pousadaSaoBartolomeu_300.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg1{
			background: url(../images/CasteloBraganca_300.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg2{
			background: url(../images/Montesinho_300.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg3{
			background: url(../images/ParqueDouro_300.jpg) no-repeat;
		}
		
		.container .one-third.column.thumbnail.imgreg4{
			background: url(../images/DouroVinhateiro_300.jpg) no-repeat;
		}
		
	}
	
	
	/* Tabela */
	
.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #b2adad;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}
.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	background-color:#ffffff;
	border:1px solid #b2adad;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.CSSTableGenerator th{
	vertical-align:middle;
	background-color:#cccccc;
	border:1px solid #b2adad;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
	border:0px solid #b2adad;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");	background: -o-linear-gradient(top,#cccccc,cccccc);

	background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
sup { 
    vertical-align: super;
    font-size: smaller;
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


div.transbox {
  margin: 0px;
  background-color: #F3E2A9;
  //border: 1px solid black;
  opacity: 0.6;
  //filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
    
    color: #000;
	line-height:1.7em;
	font-size:14px;
       
        padding-top: 20px;
        padding-bottom: 20px;
        
        margin-top:20px;
        margin-bottom:20px;
        margin-left:20px; 
        margin-right:20px;
        
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
        
        font-weight: bold;
         
  //margin: 5%;
 
  //color: #000000;
}
