/* Foundation overrides
------------------------------------------------------------------------------------------------ */
body {
    font-size: 1.1rem;
}

ul.breadcrumbs li{
	font-size: 1rem;
	font-weight: bold;
	color: #666;
}

/* Main
------------------------------------------------------------------------------------------------ */

body{
	background-color: #eee;
	font-family: "Open Sans" ,sans-serif;
	color: #666;
}
.grid-x { 
	background-color: #fff;
}

main{
	padding-top: 1.5rem;
}

header{
	/*margin-top: 45px !important;*/
	padding: .6rem 0;
	background-color: #fff;
}
.logo{
	margin: 1rem 2rem;
  }

ul{
	list-style: none;
	margin-left: 0 !important;
}

p{
	line-height: 1.75rem;
	font-size: 1.1rem;
}
#main p{
	text-align: justify;
}
#sidebar-first p, #sidebar-second p{
	font-size: 1.1rem;
	line-height: 1.6rem;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/* Top bar & Nav bar
------------------------------------------------------------------------------------------------ */
nav.top-bar{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 9999 !important;
	text-transform: uppercase;
	background-color: #4d4d4d;
}
nav.top-bar ul{
	background-color: #4d4d4d;
}
nav.top-bar a{
	color: #fff;
}
nav.top-bar a::after{
	border-color: #fff transparent transparent !important;
}
/*.top-bar ul.right > li a{
	padding: 0;
}
.top-bar ul.right > li img{
	margin-top: .8rem;
}*/
/*
.top-bar > ul .name img{
	padding-left: 25px;
	padding-right: 5px;
}*/

.nav-wrapper{
	clear: both;
	float: left;
	padding: 0;
	margin-top: .3rem;
	width: 100%;

	background-color: #4d4d4d;
}
.nav-wrapper .columns{
	padding: 0;
	margin: 0
}
.nav-wrapper .form-item{
	margin: .2rem .8rem 0 0;
}

.nav-wrapper input, ul.nav-bar{
	padding: 0;
	margin: 0;
	
}
/*
.nav-bar > li > a:first-child {
	font-size: 16px;
	font-weight: bold;
}
*/
#sections-nav ul {
	list-style: none;
	margin: 1rem auto .8rem auto;
}
#sections-nav ul li {
	float: left;
	margin: 0 .4rem;
	font-size: 1.2rem;
}
#sections-nav ul li + li:before {
	content: "|";
	font-size: 1.5rem;
	margin: 0 .3rem;
}
#sections-nav ul li a {
	color: #333;
}

#search-button, #fav-button{
	padding: 0 2rem;
}
#search-bar{
	background-color: #2795b6;
	border-bottom: 4px solid #4d4d4d;
	display: none;
}
#search-bar .grid-x{
	background: transparent;
	padding: 1rem 0 0;
}
form#views-exposed-form-site-search-page{
	display: block;
}
input#edit-search-api-views-fulltext{
	font-weight: bold;
	font-size: 1.275em;
	color: #4d4d4d;
	margin: 0;
	padding: .5rem;
	height: 2rem;
}
input#edit-submit-site-search{
	font-weight: bold;
	font-size: 1.275rem;
	padding: .5rem;
	width: 100%;
	margin: .9rem 0;
	background-color: #4d4d4d;
	color: #fff;
  border: none;
  height: 2rem;
}

.pagination li{
	font-size: 1rem;
}
.pagination .current a{
	color: #fefefe;
}
.pagination li.arrow{
	display: inline-block;
}

.tabs > li {
    float: left
}

.tabs > li>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba
}

.tabs > li>a:hover {
    background: #fefefe;
    color: #1468a0
}

.tabs > li>a:focus,..tabs > li.active {
    background: #e6e6e6;
    color: #1779ba
}

/* Headings
------------------------------------------------------------------------------------------------ */
h1, h2, h3, h4{
/*	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
*/	color: #2ba6cb;
}
h1{
	font-size: 2.5rem;
	font-weight: normal;
}
h1.title, article h2{
	margin-top: 0;
	padding-bottom: .2rem;
	border-bottom: 1px dotted #2ba6cb;
	display: block;
}
h2{
	font-size: 1.8rem;
	font-weight: normal;
}
h3{
	font-size: 1.33rem;
}
h4{
	font-size: 1.2rem;
}
h5{
	font-size: 1rem;
}

/* Home
------------------------------------------------------------------------------------------------ */
#home-bkg{
	width: 100%;
	/*top: 40px;
	position: fixed;*/
	height: 505px;
	border-bottom: 5px solid #333;
	background-color: #333;
/*	background: #000 url('../images/home-lisbon.jpg') no-repeat top center;*/
	z-index: -10;
}

#home-main{
	top: -100px;
	z-index: 90;
	position: relative;
}

.round-top{
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

#home-text{
	margin-top: .8rem;
	padding-top: .8rem;
}

p.intro{
	font-size: 1.5rem;
	line-height: 2.1rem;
	color: #2ba6cb;
}
#more-text{
	display: none;
	color: #999;
}
.show-more{
/*	display: inline;
	width:100%;
	float: right;*/
	color: #2ba6cb;
	line-height: 1.8rem;
  font-size: 1.1rem;
  margin-bottom: 1rem;
	cursor: pointer; 
	cursor: hand;
}

#home-accordion .block-grid.three-up > li{
	padding: .125rem .2rem;
}
#home-accordion .content{
	padding: 0 .9rem;
}

#home-weather{
	border-top: 2px dashed #cecece;
	padding-top: .8rem;
}

#home-weather h4{
	margin: 0;
}

#home-accommodation, #home-accommodation-list, #home-tabs, #home-photos{
	background-color: #eee;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

section h2, #home-attractions h3, #accommodation-section h3{
	padding: 7px 10px;
	/*margin-bottom: 0;*/
	font-weight: normal;
	background-color: #666;
	color: #fff;
	width: 100%;
	display: block;
	clear: both;
	border: 0;
}
section h2 a{
	color: #fff;
	display: block;
}
section h2 a:hover{
	color: #fff;
	background-image: url('../images/arrow-off.png');
	background-repeat: no-repeat;
	background-position: 98% center;
}
/*section h2, #home-attractions h3{
	padding: 7px 10px;
	margin-bottom: 0;
	font-weight: normal;
	background-color: #333;
	color: #fff;
	width: 100%;
}*/
#home-accommodation-list a{
	color: #333;
}

.image-links li h3{
	margin: 0;
	padding: .3rem;
	background-color: #2ba6cb;
	color: #fff;
}


.standout{
	width: 100%;
	clear: both;
	background-color: #2ba6cb;
	color: #fff;
	padding: .3rem 5% .8rem 5%;
	font-size: 2rem;
	line-height: 2.2rem;
	letter-spacing: 2px;
}
.standout h3{
	font-weight: normal;
	color: #fff;
	font-size: 2.25rem;
	margin: 5px 0;
}

#home-attractions h2{
	background-color: #2ba6cb;
}

#home-section-images, #home-section-links{
	padding: .3rem;
}
.tab-content{
   display: none;
}
.tab-links li a{
   padding: .3rem;
   font-size: 1.1rem;
   font-weight: bold;
   display: block;
} 
.tab-links li.current{
	background-color: #2ba6cb;
	background-image: url('../images/arrow-off.png');
	background-repeat: no-repeat;
	background-position: 95% center;
}
.tab-links li.current a{
	color: #fff;
}
.tab-content.current{
    display: inherit;
}

.text-over h3, .text-over h4, .text-over h5{
	position: absolute;
	bottom: 10%;
	left: 0;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 2rem;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
	-webkit-text-stroke: 1px #000;
}
 .text-over h5{
 	font-size: 1.5rem;
}
.text-over li{
	position: relative;
	margin-bottom: .9375rem;
}
/*.text-over img:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}*/

/* Town info box
------------------------------------------------------------------------------------------------ */
#town-info-box{
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 7px 25px 15px;
	margin: 1em 0;
	padding-top: 12px;
	z-index: 9999;
}
#town-info-box h3{
	margin-top: 0;
	font-size: 1.675rem;
}

#local-menu li{
	font-weight: bold;
}


/* Forms
------------------------------------------------------------------------------------------------ */
ul.facetapi-facetapi-checkbox-links{
	margin-bottom: .5rem;
}
.facetapi-facetapi-checkbox-links li a{
	margin-top: 0;
	font-size: 1rem;
}
.facetapi-facetapi-checkbox-links li li{
	margin-left: 1rem;
	
}
input.facetapi-checkbox, .form-type-bef-checkbox input, input.form-checkbox{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: .6em;
		margin-bottom: 0;
		vertical-align: middle;
    border: 1px solid #cecece;
    background-color: #eee !important;
}

a.facetapi-limit-link{
	text-align: center;
	display: block;
	margin-bottom: .5rem;
}
a.facetapi-limit-link:after{
	font-family: FontAwesome;
	content: '\f103';
	margin-left: .5rem;
}
a.facetapi-limit-link.open:after{
	font-family: FontAwesome;
	content: '\f102';
	margin-left: .5rem;
}


table#field-image-values{
	width: 100%;
}

#home-accommodation select {
   background-color: #999;
   color: #fff;	
   padding: .3rem;
   margin: .3rem 0;
   font-size: 1.2rem;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 40px;
   -webkit-appearance: none;
}

header form{
	margin: 0;
}

/*#edit-search-api-views-fulltext{
	background: #fff url('../images/zoom.png') 99% center no-repeat;
}*/
	
/* Lists
------------------------------------------------------------------------------------------------ */
ul.town-list, ul.accomm-list, ul.item-list, ul.weather-list, ul.weather-summary, ul.views-list{
	list-style: none;
	clear: both;
}
.views-list h3, .town-list h3, .accomm-list h3,, #modal-list h3{
/*	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
*/	color: #2ba6cb;
	font-size: 1.6rem;
}
.town-list h3{
	font-size: 2rem;
	padding-bottom: .3rem
	border-bottom: 1px dotted #2ba6cb;
}
.views-list-body{
	display: flex;
}
.views-list li.grid-x, .item-list li.grid-x, .accomm-list li.grid-x, #modal-list li.grid-x{
}{
	/*padding: 1rem 0 .8rem 0;*/
	padding-bottom: 1rem;
	padding-top: .5rem;
	border-bottom: 1px dashed #ccc;
	/*display: block;*/
}
.item-list h3{
	margin-top: 0;
}
.item-list .row .six{
	max-height: 210px;
	overflow: hidden;
}

ul.facetapi-facetapi-checkbox-links li{
	list-style: none;
	margin-left:0;
}

ul.weather-list li{
	border-bottom: 1px solid #cecece;
}
.portugal-weather li:nth-child(n+6){
	display: none;
}

.field-tags ul.links {
  display: inline;
  list-style: none;
}

.field-tags ul.links li {
  display: inline;
}

.field-tags ul.links li + li:before {
    content: ", ";
}
ul.triple li{
	width: 33%;
	float: left;
	display: inline;
}

/* Menus
------------------------------------------------------------------------------------------------ */

.sidebar .block-menu-menu-accommodation li, .sidebar .block-menu-menu-beaches-near li, .sidebar .block-menu-menu-attractions li{
	font-size: 1rem;
	}
.sidebar .block-menu-menu-accommodation li.leaf, .sidebar .block-menu-menu-beaches-near li.leaf, .sidebar .block-menu-menu-attractions li.leaf{
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	padding: .3rem 0;
} 
.sidebar .block-menu-menu-accommodation li a, .sidebar .block-menu-menu-beaches-near li a {
	display : block;
	width: 100%;
}
.sidebar .block-menu-menu-accommodation a:hover, .sidebar .block-menu-menu-beaches-near  a:hover{
background: #eef;
color: #3b4a56;
}

.sidebar .block-menu-menu-accommodation li ul {
  display: none;
  width: 100%;
  margin: 0;
  z-index: 10;
  }

.sidebar .block-menu-menu-accommodation li ul li {
  display: block;
  font-weight: normal;
  text-indent: .5rem;
}

.sidebar .block-menu-menu-accommodation li:hover ul, .sidebar .block-menu-menu-accommodation li.over ul { 
  display: block; 
}


/* Side bars
------------------------------------------------------------------------------------------------ */
#edit-field-directions{
	clear: both;
}
#edit-field-facilities .form-type-checkbox{
	width: 50%;
	float: left;
}

/* Side bars
------------------------------------------------------------------------------------------------ */
h3.block-title{
	width: 100%;
	clear: both;
	padding: .3rem .5rem;
	font-size: 1.25rem; 
	color: #fff;
	background-color: #696969;
}
div .collapsiblock a, div .collapsiblockCollapsed a ,html.js fieldset.collapsible .fieldset-legend, html.js fieldset.collapsed .fieldset-legend{
  background: none;
  display: block;
}
div .collapsiblock a:after, div .collapsiblockCollapsed a:after, html.js fieldset.collapsible .fieldset-legend:after, html.js fieldset.collapsed .fieldset-legend:after{
	font-family: FontAwesome;
	float: right;
	font-weight: normal;
}
div .collapsiblock a:after{
	content: "\f068";
}
div .collapsiblockCollapsed a:after{
  content: "\f067";
}
#sidebar-first h3 a,#sidebar-second h3 a{
	color: #fff;
}
#sidebar-second h5{
	font-size: 1rem;
}

/*#search-box{
	border: 1px solid #2795b6;
}*/

.block{
	clear: both;
}

/* Left column
------------------------------------------------------------------------------------------------ */
#sidebar-first nav .side-nav li{
	line-height: 1.1rem;
}
#sidebar-first nav .side-nav li a{
	background-color: #eee;
	padding: .3rem;
}
#sidebar-first nav .side-nav li a:hover{
	background-color: #fff;
}

/*#sidebar-first .block-facetapi h3.block-title{
	font-size: 1rem;
	font-family: "Open Sans" ,sans-serif;
	padding-left: 2.2rem;
	background-image: url('../images/arrow-off.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	cursor: pointer; 
	cursor: hand;
}*/
/*.block-facetapi-6zn550t3yeesznw9bqeuk3839wnhc9l9 div.item-list, .block-facetapi-bhyyusfrqstz165opg0slrsxjcd9tl1x div.item-list{
	display: none;
}*/
.block-facetapi div.item-list li{
	font-size: 1rem;
}
/*.block-facetapi li.expanded, .block-facetapi li.collapsed{
	font-size: 1rem;
}*/

/* Right column
------------------------------------------------------------------------------------------------ */
#sidebar-second h2{
	margin-top: 0;
}

ul.side-nav li{
	font-size: 1rem;
	padding: .25rem 0;
}
#sidebar-second  nav ul, nav ul.accom-menu{
	font-size: 1rem;
	}
#sidebar-second  nav li, nav ul.accom-menu li {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	padding: .25rem 0;
	display: block;
	width: 100%;
} 
#sidebar-second  nav li a, nav ul.accom-menu li a{
	display : block;
	width: 100%;
}
#sidebar-second  nav a:hover, nav ul.accom-menu li a:hover {
background: #eef;
color: #3b4a56;
}

#sidebar-second  nav li ul {
  display: none;
  width: 100%;
  margin: 0;
  z-index: 10;
  }

#sidebar-second  nav li ul li {
  display: block;
  font-weight: normal;
  text-indent: .5rem;
}

#sidebar-second  nav li:hover ul, #sidebar-second  nav li.over ul { 
  display: block; 
}

#sidebar-second .block-grid.three-up > li{
	padding: 0 .1rem;
}

.block-views-towns-block-4{
	padding-bottom: 1rem;
}
.attr-sidebar-list{
	font-size: 1rem;
}
.attr-sidebar-list h4{
	margin-bottom: 0;
}


.sticker{
	margin-top: 1.8rem;
}

.side-sq-gad{
	text-align: center;
	margin: 1rem 0;
}

#block-portugal-top-ad{
	display: block;
	border-bottom: 1px dotted #ededed;
	margin-bottom: .7rem;
	padding-bottom: .5rem;
}

#content-as{
	margin-bottom: 1rem;
	padding-bottom: .3rem;
	min-height: 90px;
	/*margin-left: -20px;*/
}
article #content-as{
	margin-top: 1rem;
}

#above-sticky{
	margin-bottom: 1rem;
}
.padad, .sldad{
	margin: 1rem 0;
}

#bookings-widget{
	text-align: center;
}
ins.bookingaff{
	display: table; margin: 0 auto; width: 100%;
}

/* Footer
------------------------------------------------------------------------------------------------ */
#foot-wrapper{
	margin-top: 1.8rem;
	padding: .8rem;
	width: 100%;
	background-color: #333;
	z-index: 10;
}
footer.grid-x{
	background-color: #333;
}
footer h3.block-title{
		background-color: #333;
		border-bottom: 1px dotted #ccc;
		font-size: 1.2rem;
		padding-top: 0;
	}
footer a{
	color: #fff;
}
footer li{
	font-size: .9rem;
}

#bottom-bar .cell{
	padding-top: .7rem;
	padding-bottom: .7rem;
}

/* Photos
------------------------------------------------------------------------------------------------ */
.featherlight .featherlight-content{
	padding: 1% !important;
	max-height: 100% !important;
}
.featherlight .featherlight-image{
	width:100%;
	max-height:100vh;
}
#main-img img{
	/*cursor: pointer; 
	cursor: hand;
	max-height: 700px;
	width: auto;*/
	cursor:url('../images/zoom.png'),url('../images/zoom.cur'),auto;
	padding: .1rem;
	border: solid 1px #333;
	-moz-box-shadow: 8px 8px 5px #999;
	-webkit-box-shadow: 8px 8px 5px #999;
	box-shadow: 8px 8px 5px #999;
}

/*.view-photo-gallery{
	margin: 0 -10px;
}*/


ul.gallery{
	list-style: none;
	margin: 0 -.75rem;
}

.thumb{
	max-width: 230px;
	padding: 0 !important;
	margin: 1em auto;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.thumb img{
	padding: .5rem;
}

.thumb img:hover{
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.thumb form{
	margin: .2rem .5rem;
}
.thumb-desc{
	padding: .15rem .75rem;
	font-style: italic;
	font-size: .8rem;
	margin-bottom: 0;
}
.thumb-title{
	padding: 0 .75rem .3rem .75rem;
	min-height: 55px;
}
.thumb-title h4{
	font-size: .9rem;
	line-height: 1.2rem;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.thumb-rating{
	text-align: center;
}

/* Small screens */
@media only screen and (max-width: 600px) {
	.thumb img{
	padding: .15rem;
	}
	.thumb-title{
		padding: .3rem;
		min-height: 60px;
	}
}


.media-wysiwyg{
	padding: 2px;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.block-grid li{
	text-align: center;
}
.block-grid img{
	z-index: 1;
}
div.hover-title{
	z-index: 99;
	font-weight: bold;
	background-color: #222;
	display: block;
	width: 100%;
}
div.hover-title a{
	color: #fff;
	background-color: #222;
}

#copyright{
	margin: 1rem 0;
	padding: 3px;
	clear: both;
	width: 100%;
	background-color: #eee;
	border: 1px solid #ccc;
}

.media-element-container{
	width: auto;
}
.media-wysiwyg_right, .media-wysiwyg_left, .media-wysiwyg, .file-image .content{
	display: inline;
	background-color: #eee;
	border: 1px solid #999;
	padding: .2rem;
	margin-top: .3rem;
	margin-bottom: .3rem;
	font-size: .8rem;
}
.media-wysiwyg_right{
	float: right;
	margin-left: 1rem;
	text-align: center;
}
.media-wysiwyg_left{
	float: left;
	margin-right: 1rem;
	text-align: center;
}

.media-wysiwyg, .file-image .content{
	margin-bottom: .75rem;
	display: block;
	width: auto;
}

.file-image .field-caption{
	line-height: 1.1rem;
	font-size: .9rem;
	display: inline;
}
figcaption p{
	text-align: center !important;
	font-size: .9rem;
	margin-bottom: 0;
}
.media > p > a{
	font-size: .75rem;
}
.media > p{
	text-align: center !important;
	margin-bottom: 0;
	display: inline;
	line-height: 1rem;
}	
.file-image .field-credit, .file-image .field-license, .file-image .field-license li{
	line-height: 1.1rem;
	font-size: .8rem;
	display: inline;
	float: right;
}
.media-wysiwyg_left .clearfix, .media-wysiwyg_right .clearfix, div.field-credit.field-wrapper, div.field-license.field-wrapper.clearfix{
	display: inline-block !important;
}
.field-license ul, .field-license li{
	margin: 0;
	padding: 0;
	font-size: .75rem;
	display: inline;
}
.file-image .field-license, .file-image .field-license li{
	margin-left: .3rem;
}
.media-wysiwyg_right .field-credit, .media-wysiwyg_left .field-credit, .media-wysiwyg .field-credit{
	font-size: .75rem;
	display: inline;
}
.field-credit::before{
	content: "\00a9";
}
.file-image figcaption{
	display: inline;
}

#single-img img{
	max-width: 100% !important;
	/*margin-top: .9rem;*/
}
	
/* Accomodation
------------------------------------------------------------------------------------------------ */
.acc-list-head{
	display: block;
	background: #1779ba;
}
.acc-list-head .grid-x{
	background-color: inherit;
}
.acc-list-head a{
	color: #fff;
}
.acc-list-head h3{
	font-size: 1.5rem;
	padding-top: .25rem;
}
.accomm-list p{
	clear: both;
}
.acc-list-summary{
	display: block;
	border-bottom: 1px dashed #ccc;
	padding-top: .5rem;
	padding-bottom: .3rem;
	margin-bottom: 1rem;
}
.acc-list-summary .button.hollow{
	background-color: #eee;
	font-weight: bold;
}
.acc-list-summary .button.hollow:hover{
	background-color: #fff;
}
.acc-list-full{
	display: none;
	clear: both;
	background-color: #eeeeef;
	padding: 1rem 0;
}
.acc-price{
	font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.acc-price{
		text-align: center;
	}
}
.acc-star-rating{
    font-family: FontAwesome;
    font-size: 1.5rem;
    color: #fff;
}
.acc-1s:before{
	content: "\f005";
}
.acc-2s:before{
	content: "\f005 \f005";
}
.acc-3s:before{
	content: "\f005 \f005 \f005";
}
.acc-4s:before{
	font-family: FontAwesome;
	content: "\f005 \f005 \f005 \f005";
}
.acc-5s:before{
	content: "\f005 \f005 \f005 \f005 \f005";
}

.acc-stars{
	height: 18px !important;
	background-image: url('../images/star.png');
	float: left;
	margin-left: .75rem;
	margin-top: .4rem;
}
.acc-1-star{
	padding-left: 18px;
}
.acc-2-star{
	padding-left: 36px;
}
.acc-3-star{
	padding-left: 54px;
}
.acc-4-star{
	padding-left: 72px;
}
.acc-5-star{
	padding-left: 90px;
}

.accom-price{
	font-size: 1.6rem;
	margin: 1rem 0;
}
.button.book{
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.button.book:before{
	font-family: FontAwesome;
	content: "\f073";
	padding-right: .6rem;
	font-weight: normal;
}

#star-rating{
	margin-bottom: 1rem;
	text-align: center;
}
#accommodation-search-form h4{
	font-size: 1.4rem;
	
}
#accommodation-search-form{
	margin-top: 1rem;
}
#accommodation-search-form{
	border-radius: 8px 8px 5px 5px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: .5rem;
}
#accommodation-search-form form{
	padding: 0 .4rem;
}
#accommodation-search-form .form-type-select li, #accommodation-search-form .form-type-select a.current{
	font-size: 1rem;
	font-weight: bold;
	padding-right: 0;
}
#accommodation-search-form #edit-submit{
	margin-bottom: 0;
	margin-top: 1rem;
	padding: 0.75rem;
	font-weight: bold;
	font-size: 1.333rem;
	width: 100%;
	color: #fff;
	background-color: #2795b6;
  border-color: #2386a4;
  border-radius: 2px;
}
#accommodation-search-form .form-checkboxes{
	padding: 0 .1rem;
}
#accommodation-search-form .form-checkbox{
	margin-top: .2rem;
	margin-bottom: 0;
}
#accommodation-search-form div.form-type-checkbox{
	margin: .25rem auto;
}
#accommodation-search-form #edit-acc .form-type-checkbox{
	width: 100%;
	display: block;
	clear: both;
	float: left;
	font-size: 1.25rem;
}
#edit-acc label > a{
	margin-left: 1rem;
	font-weight: bold;
}

a.remove-fav, .have-favs span{
	color: #f00;
}
.button.show-map{
	background-color: #fff;
	color: #1779ba;
	font-weight: bold;
	font-size: 1rem;
}
.show-map:before {
    font-family: FontAwesome;
    content: "\f041";
    padding-right: .3rem;
}
.close-button{
	z-index: 9999;
}
.fav{
	min-height: 1rem;
	font-weight: bold;
	text-align: center;
	padding-top: .25rem;
}
.fav a:before {
    font-family: FontAwesome;
    content: "\f004";
    padding-right: .4rem;
}
.map-link a:before {
    font-family: FontAwesome;
    content: "\f041";
    padding-right: .2rem;
}

.view-id-accommodation .view-header{
	display: inline-block;
}
.view-filters{
	display: inline-block;
	float: right;
}
@media only screen and (min-width: 768px) {
	#block-search-api-sorts-search-sorts{
		float: right;
	}
}
#block-search-api-sorts-search-sorts h3{
	display: none;
}
ul.search-api-sorts::before{
	content: "Sort by: ";
}
ul.search-api-sorts li{
	display: inline-block;
	margin-left: .6rem;
	font-weight: bold;
}
ul.search-api-sorts li img{
	margin-left: .3rem;
}

#views-exposed-form-accommodation-page-1{
	display: inline-block;
	float: right;
}
#views-exposed-form-accommodation-page-1 .views-widget-sort-by,#views-exposed-form-accommodation-page-1 .views-submit-button,#views-exposed-form-accommodation-page-1 label{
	display: none;
}
#views-exposed-form-accommodation-page-1 #edit-sort-order-asc::before{
	content: "Sort by price: ";
	font-family: "Open Sans" ,sans-serif;
}
#views-exposed-form-accommodation-page-1 #edit-sort-order-asc,#views-exposed-form-accommodation-page-1 #edit-sort-order-desc{
	display: inline-block;
	margin-left: .6rem;
	font-family: FontAwesome;
}

/* Weather
------------------------------------------------------------------------------------------------ */
.weather ul{
	list-style: none;
}
.weather-block{
	margin-bottom: 1rem;
}
.portugal-weather h3{
	clear: both;
	width: 100%;
	color: #fff;
	background-color: #999;
	padding: .15rem .3rem;
}

table.climate {
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 485px;
	margin-top: .3rem;
}
table.climate th {
	border-width: 1px;
	padding: .5rem;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.climate td {
	border-width: 1px;
	padding: .5rem;
	border-style: solid;
	border-color: #666666;
}
.climate caption, .forecastTable caption{
	text-align: left !important;
	margin-bottom: .2rem;
	font-weight: normal;
}

.winter td{
	background-color: #eef !important;
}
.spring td{
	background-color: #efe !important;
}
.summer td{
	background-color: #fee !important;
}
.autumn td{
	background-color: #fce !important;
}

.big{
	font-size: 2.2rem;
}

/* Various
------------------------------------------------------------------------------------------------ */
.leaflet-top, .leaflet-bottom {
	z-index: 500 !important;
}

div.vertical-tabs{
	clear: both;
}

a img:hover{
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* Override Drupal menu styles
------------------------------------------------------------------------------------------------ */
ul li.leaf, ul li.expanded, ul li.collapsed {
	list-style-type: none;
	list-style-image: none;
	list-style: none;
}
li.expanded, li.collapsed, li.leaf {
	padding: 0;
}

/* Slider
------------------------------------------------------------------------------------------------ */
.royalSlider {
  width: 100%;
  height: 475px;
}
#accommodation-block.royalSlider {
  height: 315px !important;
  text-align: center !important;
}
#accommodation-block img{
	margin-top: 0 !important;
}
#accommodation-block h4 span, .acc-list span{
	text-transform: capitalize;
}

#home-accommodation .royalSlider {
  width: 100%;
  height: 285px;
  padding: 0 2.5%;
  margin-top: -20px;
}
#home-accommodation .rsContent{
	text-align: center;
}

#accommodation-block .rsSlide {
    opacity: .6;
}
#accommodation-block .rsActiveSlide {
    opacity: 1;
}

.rsThumb.rsNavSelected {
	background-color: #2ba6cb !important;
}

#home-photos .royalSlider {
  width: 100%;
  height: 375px;
  padding: 10px 2.5%;
}
#home-photos .rsGCaption{
	left: 12px;
	bottom: 12px;
}

#accom-regions.royalSlider {
	width: 100%;
  height: 550px;
}

#accom-regions .rsArrowIcn {
	top: 25%;
}
.acc-img-wrap{
	max-height: 225px;
	overflow: hidden;
}
#accom-regions p{
	line-height: 1.6;
	font-size: 1em;
}
#accom-regions .block-grid li{
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}
#accom-regions .rsSlide {
	width: 97%;
}
#accomm-slider .royalSlider {
	width: 100%;
  height: 550px;
}
/*#accomm-slider .rsDefault,
#accomm-slider .rsDefault .rsOverflow,
#accomm-slider .rsDefault .rsSlide,
#accomm-slider .rsDefault .rsVideoFrameHolder,
#accomm-slider .rsDefault .rsThumbs {
	background: #eee;
	color: #fff;
}
#accomm-slider{
	margin-bottom: 15px;
	text-align: center;
}
#accomm-slider img{
	width: 90%;
	max-height: 780px;
	margin: auto;
}*/

.rsGCaption{
	bottom: 20px;
	font-size: .9rem !important;
}

#home-bkg .royalSlider {
	width: 100%;
  height: 500px;
}
#home-bkg .rsGCaption{
	top: 20px;
	bottom: auto;
	right: 20px;
	left: auto;
	max-width: 400px;
}
#home-bkg .rsGCaption h2{
/*	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
*/	font-size: 2.75rem;
	font-weight: normal;
}
#home-bkg .rsGCaption a p{
	color: #fff;
}
/*
#attr-slider{
	padding: 0;
}
#attr-slider .royalSlider {
  height: 350px;
}*/
	
	/* Medium screens */
	@media only screen and (min-width: 767px) {
		.l-img{
			padding-right: .25rem;
		}
		.r-img{
			padding-left: .25rem;
		}
		
		.media-wysiwyg_right img,.media-wysiwyg_left img{
			max-width: 275px;
			max-height: 390px;
		}
	}
	
	/* Small */
	@media only screen and (max-width: 767px) {
		
		#top-bit{
			padding: 0;
			min-height: 90px;
			/*float: right;
			display: inline-block;*/
		}
		#home-bkg{
			height: 295px;
		}
		#home-bkg p{
			display: none;
		}
		.royalSlider {
		  height: 200px !important;
		}
		#accom-regions.royalSlider {
		  height: 300px !important;
		}
		#accom-regions p{
			display: none;
		}
		.text-over h3{
			font-size: 1.5rem;
		}
		.media-wysiwyg_right, .media-wysiwyg_left{
			margin: 0;
			width: 100%;
			float: left;
			display: block;
		}
		p.intro{
			font-size: 1.2rem;
			line-height: 1.667rem;
		}
		.photo-tag-map .leaflet-container{
			height: 350px !important;
			margin-top: 1rem
		}
	}
