/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
body {
	font-family: "Roboto", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #666;
	background-color: #eee;
	position: inherit;
}

ul{
	list-style: none;
	margin-left: 0;
	font-size: 1.1em;
}

p, body, article{
	line-height: 1.7;
	font-size: 1.1em;
}
hr{
	margin: .75em 0;
}
/*header{
	/*margin-top: 45px !important;*/
	padding: 10px 0;
	background-color: #fff;
}*/
a{
	color: #2795b6;
}
a:hover{
	color: #1cc7ff;
}
a img:hover{
	opacity: 0.7;
}

button, .button{
	background-color: #2795b6;
	border-color: #2284a1;
}

.side-nav{
	clear: both;
}
.side-nav li{
	font-size: 1em;
	color: #2795b6;
	/*margin: 0;
	font-weight: bold;*/
}
.side-nav li a{
	color: #2795b6 !important;
	display: block;
}
.side-nav span{
	background-color: #2795b6;
	background-image: url('../images/arrow-off.png');
	background-repeat: no-repeat;
	background-position: 95% center;
	color: #fff;
	padding: 5px 9px;
	display: block;
}

.dog-link{
	display: block;
	margin-bottom: 1em;
}

#sidebar-first{
	margin-top: 1em;
}

#sidebar-first .side-nav li{
	line-height: 1.1;
}
#sidebar-first .side-nav li a{
	background-color: #eee;
	padding: .5em .8em;
	font-weight: bold;
}
#sidebar-first .side-nav li a:hover{
	background-color: #fff;
}

@media only screen and (max-width: 767px)
{
	#main, #sidebar-second{
		padding: 0;
	}
	
	ul.breadcrumbs > li:first-child, ul.breadcrumbs > li:nth-child(2):before{
		display: none;
	}
	ul.breadcrumbs{
		float: left;
	}
	ul.breadcrumbs li{
		line-height: 1.2;
	}
} 

#main-wrapper{
	padding-bottom: 1.5em;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
ul.button-group{
	float: right;
	clear: both;
	display: block;
	text-align: right;
	width: 100%;
}

/* Headings
------------------------------------------------------------------------------------------------ */
h1, h2, h3, h4, h5{
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	/*font-family: "Rokkit", "Times New Roman", Times, serif;*/
	color: #2795b6;
}
h1{
	font-size: 2.1rem;
	font-weight: normal;
}
.row.page-title{
	background-color:rgba(0, 0, 0, 0.4);
	margin-top: 0.3em;
}
.page-title h1{
	text-align: center;
	font-size: 3em;
	color: #fff;
	
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
h1.title, article h2{
	margin-top: 0;
	clear: both;
	padding-bottom: 4px;
	border-bottom: 1px dotted #2795b6;
}
h2{
	font-size: 1.66rem;
	font-weight: normal;
}
h3{
	font-size: 1.5rem;
}
h4{
	font-size: 1.25rem;
}
h5{
	font-size: 1rem;
	line-height: 1rem;
}

/* Ads
------------------------------------------------------------------------------------------------ */
/*.cornwall-responsive-text { width: 320px; height: 50px; }
@media(min-width: 40em) { .cornwall-responsive-text { width: 468px; height: 60px; } }
@media(min-width: 64em) { .cornwall-responsive-text { width: 728px; height: 90px; } }*/

.ad-pad{
	padding-bottom: 1em;
}
#main-wrapper > ins{
	margin-bottom: .8em;
}	
#top-bit{
	padding-bottom: .8em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #ccc;
}
@media(max-width: 320px){
	#top-bit{
		margin-left: -.9375em;
		margin-right: -.9375em;
	}
}
/*@media(max-width: 767px){
	#top-bit{
		border: none;
		height: 0;
		margin: 0;
		padding: 0;
	}
}*/
.sidebar .adsbygoogle{
	margin-top: .4em;
	margin-bottom: .8em;
}
#acc-top-ad{
	margin-bottom: .8em;
}
	#top-gad{
		min-height: 280px;
	}
@media only screen and (min-width: 1024px){
	#acc-top-ad{
		padding-right: .4em
	}
	#top-gad{
		min-height: 290px;
	}
}


/* Various
------------------------------------------------------------------------------------------------ */
.leaflet-top, .leaflet-bottom {
	z-index: 90 !important;
}
#leaflet-map{
	clear: both;
}

.goto{
	cursor: pointer;
	color: #66cc99;
	z-index: 9999999;
}

.quote{
  background: #f9f9f9;
  margin: .4em 0;
  padding: 0.6em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 1.33rem;
  line-height: 1.5rem;
  font-style: italic;
}
.quote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.quote p {
  display: inline;
/*  font-weight: bold;*/
  font-size: 1.33rem;
  line-height: 1.66rem;
  font-style: italic;
}
.tabs{
	border-bottom: 1px solid #999;
	margin-bottom: .75em;
}

.tabs dd.active a, .tabs .tab-title.active a {
    border-top: 3px solid #2795b6;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
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";
}
html.js fieldset.collapsible .fieldset-legend:after{
	content: "\f078";
}
html.js fieldset.collapsed .fieldset-legend:after{
	content: "\f054";
}
html.js fieldset.collapsible .fieldset-legend{
	padding: 0;
}

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

#bg-image, #bg-image-s{
	width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -20;
}
#bg-image{
	border-bottom: 8px solid #fff;
}

#home-main{
	top: -120px;
	z-index: 90;
	/*position: relative;*/
}

p.intro{
	font-size: 22px;
	color: #2795b6;
}
#more-text{
	display: none;
	color: #999;
}
.show-more{
/*	display: inline;
	width:100%;
	float: right;*/
	color: #2795b6;
	cursor: pointer; 
	cursor: hand;
}
/*.round-top{
		margin-top: 150px;
	}*/
@media only screen and (min-width: 1024px) {
	.round-top{
		margin-top: 25px;
		padding-top: 5px;
	}
	.round-top.row.front-content{
		margin-top: 200px;
	}
	#more-text{
		display: block;
		clear: both;
	}
}

#home-text{
	margin-top: 10px;
	padding-top: 10px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}


#home-weather, #home-surfing, #home-best, #home-accommodation, #home-photos, #home-map{
	margin-bottom: 15px;
	display: block;
	clear: both;
	width: 100%;
	float: left;
}

#surf-pic{
	display: block;
	margin-bottom: 1em;
}
#temperature{
	font-size: 2.1em;
}

#home-accommodation-bkg, #home-accommodation-list, .home-tabs, #home-photos-bkg{
	background-color: #eee;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	width: 100%;
}

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;
}
	
#home-accommodation-list a{
	color: #333;
}
#home-accommodation h3{
	text-align: center;
}

#home-map img{
	padding: 15px 0;
}

.image-links li h3{
	margin: 0;
	padding: 5px 0;
	background-color: #2795b6;
	color: #fff;
	font-size: 20px;
}


.standout{
	width: 100%;
	clear: both;
	background-color: #2795b6;
	color: #fff;
	padding: 5px 5% 10px 5%;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
}
.standout h3{
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	margin: 5px 0;
}

#home-attractions h2,  #accommodation-section h2{
	background-color: #2795b6;
	margin-bottom: 10px;
	display: block;
}

.home-section-tabs, #home-section-links{
	padding: 5px;
}
.tab-content{
   display: none;
}
.tab-links li a{
   padding: 5px;
   font-size: 16px;
   font-weight: bold;
   display: block;
} 
.tab-links li.current{
	background-color: #2795b6;
	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;
}

#edit-search-api-views-fulltext{
	background: #fff;/* url('../images/zoom.png') 99% center no-repeat;*/
}

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

/* Lists
------------------------------------------------------------------------------------------------ */
ul.town-list, ul.accomm-list, ul.item-list, ul.weather-list, ul.weather-summary{
	list-style: none;
}
.detail-list h3{
	/*font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;*/
	color: #2795b6;
	font-size: 22px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #2795b6;
}

.item-list li.row, .detail-list li.row, .accomm-list li.row{
	padding: 15px 0 10px 0;
	border-bottom: 2px solid #c9c9c9;
}
.item-list h3{
	margin-top: 0;
}
.item-list .row .six{
	max-height: 210px;
	overflow: hidden;
}
/*.accomm-list p{
	font-size: 14px;
}*/
.accomm-list img{
	margin-top: .5em;
}

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

ul.weather-list li{
	border-bottom: 1px solid #cecece;
}

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

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

.field-tag ul.links li + li:before {
    content: ", ";
}
ul.triple li{
	width: 33%;
	float: left;
	display: inline;
}
ul.col-3{
	columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

#top10-list li{
	list-style: none;
	border-top: 1px dotted #ccc;
	display: block;
	clear: both;
	padding-bottom: 1em;
}

/* Accommodation
------------------------------------------------------------------------------------------------ */

.acc-grid .acc-inner{
	padding: 0 !important;
	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;
}

.acc-grid img{
	padding-top: 0.75em;
}

.acc-grid img:hover{
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.acc-types{
	/*background-color: #eee;
	border-radius: 15px;
  border: 2px solid #2795b6;*/
  border-top: 1px dotted #2795b6;
  border-bottom: 1px dotted #2795b6;
  margin: 1em 0;
  font-weight: bold;
}

.accom-map{
	margin: 20px auto;
}

.accom-price strong{
	font-size: 48px;
	font-weight: normal;
	display: block;
}
.accom-price-2 strong{
	font-size: 30px;
}

.item-map{
	margin-bottom: 1.25rem;
}

.button.booking{
	background-image: url('../images/booking-calendar.png');
	background-repeat: no-repeat;
	background-position: 5% center;
	height: 100px;
	font-size: 2em;
	text-align: right;
}

#star-rating{
	max-width: 300px;
	margin: .8em auto;
}
.acc-list-head{
	float: left;
	display: block;
	width: 97%;
	margin-bottom: .5em;
	margin-top: .7em;
	border-bottom: 1px dotted #2795b6;
}
.acc-list-head h3{
	margin: 0 0 3px 0;
	float: left;
	font-weight: bold;
}
.accomm-list p{
	clear: both;
	margin-top: .5em;
}
.acc-price{
	float: right;
	font-weight: bold;
}
.acc-stars{
	height: 16px !important;
	background-image: url('../images/star.png');
	float: right;
}
.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;
}
label.option{
	display: inline;
}
#accommodation-towns-dropdown{
	margin-top: 1em;
}
#accommodation-towns-dropdown, #accommodation-cottage-boxes{
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: .5em;
}
#accommodation-towns-dropdown form, #accommodation-cottage-boxes form{
	padding: 0 .4em;
}
#accommodation-towns-dropdown button, #accommodation-cottage-boxes button{
	margin-bottom: 0;
}
#accommodation-towns-dropdown .form-checkboxes, #accommodation-cottage-boxes .form-checkboxes{
	padding: 0 .1em;
}
#accommodation-towns-dropdown .form-checkbox, #accommodation-cottage-boxes .form-checkbox{
	margin-top: .2em;
	margin-bottom: 0;
}
#accommodation-towns-dropdown div.form-type-checkbox, #accommodation-cottage-boxes div.form-type-checkbox{
	margin: .25em auto;
}
#accommodation-towns-dropdown #edit-acc .form-type-checkbox, #accommodation-edit-form #edit-acc .form-type-checkbox{
	width: 100%;
	display: block;
	clear: both;
}
@media only screen and (min-width: 768px){
	#accommodation-towns-dropdown #edit-acc .form-type-checkbox, #accommodation-edit-form .form-type-checkbox, #accommodation-edit-form .form-type-radio, #accommodation-add-form .form-type-checkbox, #accommodation-add-form .form-type-radio{
		width: 47%;
	}
	#accommodation-edit-form .form-type-checkbox, #accommodation-edit-form .form-type-radio, #accommodation-add-form .form-type-checkbox, #accommodation-add-form .form-type-radio{
		float: left;
	}
}
#edit-images li{
	height: 270px;
	position: relative;
	background-color: #eee;
	border: 1px solid #ccc;
}

#edit-images  .form-type-managed-file{
	position: absolute;
	bottom: 0;
}

.edit-image{
	height: 180px;
	max-height: 180px;
	overflow: none;
}
.acc-icons{
	display: block;
}
.acc-icon{
	width: 35px;
	height: 34px;
	margin-right: 3px;
	display: inline-block;
	background-image: url('/sites/default/files/accom-icons.png');
	background-repeat: no-repeat;
	background-position: 0;
}
.baby{
	background-position: -36px 0;
}
.parking{
	background-position: -222px 0;
}
.garden{
	background-position: -258px 0;
}
.swimming{
	background-position: -74px 0;
}
.wifi{
	background-position: -294px 0;
}
.restaurant{
	background-position: -442px 0;
}
.view{
	background-position: -147px 0;
}
.shop{
	background-position: -110px 0;
}
.pets{
	background-position: -368px 0;
}
.map-link{
	min-height: 1.25em;
	font-weight: bold;
}
.map-link a:before {
    font-family: FontAwesome;
    content: "\f041";
    padding-right: .2em;
}
.close-reveal-modal{
	z-index: 9999;
}

/* Menus
------------------------------------------------------------------------------------------------ */
header .fixed{
	background-color: #4d4d4d;
	z-index: 500;
}
.top-bar .name img{
	margin: 10px;
}
/*.top-bar, .top-bar-section li a:not(.button) {
  background-color: #4d4d4d;
}*/

.top-bar-section li a:not(.button):hover{
	background-color: #2795b6;
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:9999px)/";
  width: 9999px;
}

@media only screen and (max-width: 64.063em) {
    .top-bar {
      overflow: hidden;
      line-height: 2.8125rem;
      position: relative;
      background: #333;
      margin-bottom: 0;
    }
    
    .top-bar-section {
      left: 0;
      position: relative;
      width: auto;
      transition: left 300ms ease-out;
    }
    
    .top-bar-section ul {
      padding: 0;
      width: 100%;
      height: auto;
      display: block;
      font-size: 16px;
      margin: 0;
    }
    .top-bar-section ul li {
      float: none;
    }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px;
      display:block;
    }
    .top-bar .title-area {
      float: none;
    }
    .top-bar-section ul li>a {
       display: block;
       float: none;
    }
}

#search-button{
	padding: 0 2em;
	color: #fff;
	cursor: pointer;
}
#search-button:hover{
	color: #ccc;
}
#search-bar{
	background-color: #2795b6;
	border-bottom: 4px solid #4d4d4d;
	display: none;
}
#search-bar .row{
	background: transparent;
	padding: 1em 0 0;
}
form#views-exposed-form-search-page{
	
	display: block;
}
input#edit-search-api-views-fulltext{
	font-weight: bold;
	font-size: 1.2em;
	color: #4d4d4d;
	margin-bottom: 0;
}
button#edit-submit-search{
	margin-bottom: 0;
	background-color: #4d4d4d;
  border: none;
}

#sections-nav ul {
	list-style: none;
	margin: 16px auto 10px auto;
	/*font-family: "Rokkit", "Times New Roman", Times, serif;*/
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
}
#sections-nav ul li {
	float: left;
	margin: 0 6px;
	font-size: 22px;
}
#sections-nav ul li + li:before {
	content: "|";
	font-size: 20px;
	margin: 0 6px;
}
#sections-nav ul li a {
	color: #333;
}

#sidebar-second  nav ul, nav ul.accom-menu{
	/*font-size: 15px;*/
	margin-left: 0;
	}
#sidebar-second  nav li, nav ul.accom-menu li {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	padding: 4px 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: 7px;
}

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

.surfing-menu li{
	border-bottom: 1px dotted #ccc;
}

.accordion dd.active li a{
	background: none;
}
/* Side bars
------------------------------------------------------------------------------------------------ */
h3.block-title{
	font-family: "Roboto", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: normal;
	width: 100%;
	clear: both;
	padding: 4px 7px;
	margin-top: 0;
	font-size: 1.1em;
	color: #fff;
	background-color: #666;
}
#sidebar-first h3 a,#sidebar-second h3 a{
	color: #fff;
}

.side-img{
	margin: 15px auto;
}

/*.attr-sidebar-list .large-7{
	padding-right: 0;
}*/
.attr-sidebar-list strong, .attr-sidebar-list p{
	font-size: 0.9em;
	line-height: 1.1em;
}
.attr-sidebar-list .large-5{
	padding-left: 0;
}


#sidebar-accom-search {
  display: block;
  padding: 0.875rem 0.3rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.related-side .large-4{
	padding: 0;
}
.related-side .large-8{
	padding-right:0;
}

/* Ads
------------------------------------------------------------------------------------------------ */
.side-sq-gad{
	display: block;
	clear: both;
	margin-bottom: .8em;
}
.inline-gad{
	display: block;
	clear: both;
	margin-top: .8em;
}

/* Footer
------------------------------------------------------------------------------------------------ */
#foot-wrapper{
	margin-top: 20px;
	padding-top: 12px;
	width: 100%;
	background-color: #333;
	z-index: 100;
}
footer.row{
	background-color: #333;
}
footer a{
	color: #fff;
}
#bottom-bar{
	width: 100%;
	background-color: #333;
	color: #ccc;
}
#bottom-bar .row{
	background-color: #333;
	padding-top: 20px;
}
#bottom-bar a{ 
	color: #ccc;
}
#foot-logo{
	float: left;
}
#foot-icons{
	float: right;
	width: 256px;
	height: 70px;
}
#foot-icons li{
	float: right;
	display: inline;
	margin-left: .7em
}
#foot-icons a{
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
}
a#twitter{
	background-image: url('../images/twitter-f.png');
}
a#facebook{
	background-image: url('../images/facebook-f.png');
}
a#contact{
	background-image: url('../images/contact-f.png');
}

footer .item-list ul li{
	margin-left: .5em;
}

/* Photos
------------------------------------------------------------------------------------------------ */
#main-img{
	/*cursor: pointer; 
	cursor: hand;
	max-height: 700px;
	width: auto;*/
	cursor:url('../images/zoom.png'),url('../images/zoom.cur'),auto;
	padding: 2px;
	border: solid 1px #333;
	-moz-box-shadow: 8px 8px 5px #999;
	-webkit-box-shadow: 8px 8px 5px #999;
	box-shadow: 8px 8px 5px #999;
}
#main-img > a > img{
	width: 100%;
}
/*.view-photo-gallery{
	margin: 0 -10px;
}*/


ul.gallery{
/*	list-style: none;
	margin: 0 -5px;*/
}

/*.thumb{
	max-width: 245px;
	padding: 0 !important;
	margin: .5em;
	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: 9px;
	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:hover{
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.thumb form{
	margin: 3px 8px;
}
.thumb-desc{
	padding: 2px 10px;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 0;
}
.thumb-title{
	padding: .8em 10px 5px 10px;
	min-height: 55px;
}
.thumb-title h4{
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.thumb-rating{
	text-align: center;
}

/* Small screens */
@media only screen and (max-width: 640px) {
	.thumb img{
	padding: 2px;
	}
	.thumb-title{
		padding: 5px;
		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;
}*/


/*
.view-display-id-block_4 li{
	text-align: center;
}
.view-display-id-block_4 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: 1em 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: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}*/
.media-wysiwyg_right{
	float: right;
	margin-left: 15px;
	text-align: center;
}
.media-wysiwyg_left{
	float: left;
	margin-right: 15px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.media-wysiwyg_right, .media-wysiwyg_left{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
.media-wysiwyg_right em, .media-wysiwyg_left em, .media-wysiwyg em{
	display: block;
}

.media-wysiwyg, .file-image .content{
	/*margin-bottom: 10px;*/
	display: block;
	width: auto;
}
figcaption{
	line-height: 17px;
	font-size: 13px;
	text-align: right;
	display: block;
	width: 100%;
	font-style: italic;
}
figure.content img{
	width: 100%;
}
figure{
	margin: 0;
}

dl dt{
	font-weight: normal;
}

.file-image .field-credit, .file-image .field-license, .file-image .field-license li{
	line-height: 17px;
	font-size: 11px;
	display: inline;
	float: right;
}
.file-image .field-license, .file-image .field-license li{
	margin-left: 5px;
}
.media-wysiwyg_right .field-credit, .media-wysiwyg_left .field-credit, .media-wysiwyg .field-credit{
	font-size: 10px;
}
#media-browser-library-list .label-wrapper:hover{
	background: none;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 1.2em;
    padding-top: 25px;
    height: 0;
}
.home-vid .videowrapper{
	padding-top: 0;
	
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

embed#pano{
	height: 500px;
}


/* Slider
------------------------------------------------------------------------------------------------ */
.royalSlider {
  width: 100%;
  height: 420px;
}

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

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

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

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

.rsDefault .rsThumb {
        width: 100px;
        height: 100px;
    }
.rsDefault .rsThumbsHor {
        height: 100px;
    }
.rsDefault .rsThumbsVer {
        width: 100px;
    }

.slider-med .royalSlider {
  height: 475px;
}
.slider-min .royalSlider {
  height: 400px;
}
.rsThumbs{
	margin-top: 1.25rem;
}
.rsDefault,
.rsDefault .rsSlide,
.rsDefault .rsThumbs{
	background-color: #fff !important;
}

/*#accomm-slider{
	margin-bottom: 15px;
}*/

.rsGCaption{
	bottom: 1.5em !important;
	font-size: 14px !important;
}

.rsDefault .rsBullets{
	line-height: inherit;
}

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

#accom-regions .rsArrowIcn {
	top: 25%;
}

#accom-beaches.royalSlider {
	width: 100%;
  height: 200px;
}

.rsTextSlide{
	color: #666;
}

#accomm-slider.rsDefault, #accom-slider.rsDefault .rsSlide{
	background-color: #f9f9f9 !important;
	color: #fff;
}
#accomm-slider.royalSlider{
	width: 100%;
  height: 500px !important;
  margin-bottom: .5em;
}


/*
#attr-slider{
	padding: 0;
}
#attr-slider .royalSlider {
  height: 350px;
}*/

/* Forms
------------------------------------------------------------------------------------------------ */
select[multiple] {
    height: auto;
}

div.form-item input[type="checkbox"], div.form-item label {
    vertical-align: top;
}
#edit-acc .form-type-checkbox{
	float: left;
	margin: 0;
}
.form-type-checkbox label{
	margin-left: 0.1rem !important;
}
#edit-submit, #edit-submit1{
	margin-top: .5em;
	width: 100%;
}

.facetapi-facetapi-checkbox-links li a{
	margin-top: 0;
}
.facetapi-facetapi-checkbox-links li li{
	margin-left: 1rem;
	font-size: .9rem;
}
input.facetapi-checkbox, .form-type-bef-checkbox input, input.form-checkbox{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: .6em;
    vertical-align: top;
    border: 1px solid #cecece;
    background-color: #eee !important;
}
#facetapi-facet-search-apiaccommodation-index-block-field-near{
	margin-bottom: 0;
}
.facetapi-limit-link{
	display: block;
	text-align: center;
	margin-bottom: .75em;
	font-weight: bold;
}
.facetapi-limit-link:after{
	content: "\f055";
	font-family: FontAwesome;
	margin-left: .3em;
	margin-top: .1em;
	font-weight: normal;
}
.facetapi-limit-link.open:after{
	content: "\f056";
}

#accommodation-node-form label:nth-child(1){
	font-size: 1.33em;
	font-weight: bold;
	clear: both;
	display: block;
}


.no-term-reference-tree-button{
	display: none !important;
}
/*.field-widget-term-reference-tree .form-item{
	display: block !important;
}*/
#edit-field-facilities .form-type-checkbox, ul.term-reference-tree-level > li{
	width: 50%;
	float: left;
	display: inline-block;
}
ul.term-reference-tree-level li ul.term-reference-tree-level li{
	width: 100%;
}

/*#mob-search-button{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.2em;
}*/
#mob-search-button:after{
	content: "\f00b";
	font-family: FontAwesome;
	font-size: 1.2em;
	margin-left: 1em;
	font-weight: normal;
}
#sidebar-first:before {
content:"";
display:block;
height:125px; /* fixed header height*/
margin:-125px 0 0; /* negative fixed header height */
}
/* Footer
------------------------------------------------------------------------------------------------ */
#foot-wrapper{
	margin-top: 20px;
	width: 100%;
	background-color: #333;
	z-index: 10;
}
footer.row{
	background-color: #333;
}
footer a{
	color: #fff;
}

#bottom-bar .columns{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Video
------------------------------------------------------------------------------------------------ */

@media only screen and (min-width: 641px)
{
  .mega-wrapper
  {
    background-color: #333333 !important;
    width: 540px !important;
    padding: 10px 0;
  } 
}
/* Foundation overrides
------------------------------------------------------------------------------------------------ */
textarea{
	height: inherit;
}

.section-container.accordion > section > .content, .section-container.accordion{
	border: 0;
}
.section-container.accordion > section > .title a{
	font-weight: normal;
	width: 100%;
	clear: both;
	padding: 4px 7px;
	margin-top: 0;
	color: #fff !important;
	background-color: #666;
}

.breadcrumbs{
	background-color: transparent;
	border: 0;
	float: right;
	margin: 0;
	padding-top: 1em;
}
.breadcrumbs>*{
	font-size: .8em;
	font-weight: bold;
}
.breadcrumbs>*.current a{
	color: #999;
}

#main-menu li a{
	/*font-weight: bold;*/
	font-size: 17px;
}

.row {
	max-width: 77.5em;
	background-color: #fff;
}
/*
.row .row {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
.column,
.columns {
  padding-left: 0.75em;
  padding-right: 0.75em;
}
*/
ul.pagination{
	margin-top: 1.25em;
	display: block;
}
ul.pagination li{
	font-size: inherit;
}

tr {
	background-color: #fff;
}
	

@media only screen and (min-width: 768px)
{
.large-block-grid-2 > li, .large-block-grid-3 > li{
	padding-bottom: .3em;
} 
.attr-sidebar-list li{
	margin-bottom: .8em;
}
.sidebar{
	padding-right: 0;
}
}
.large-block-grid-1>li{
	padding-bottom: 0;
}

/*-------------------MISC------------------------------*/
.filter-wrapper{
	display: none;
}
.reportUnit{
	display: inline;
}

.loc-right{
	float: right;
	display: inline;
	margin-left: 1em;
}

#slideControls{
	width: 100%;
	z-index: 99;
	display: block;
	clear: both;
	background-color: #666;
	text-align: center;
	position: relative;
}

#attr-description{
	border-top: 1px solid #ccc;
	margin-top: 1em;
	padding-top: 1em;
}

.columns.weather-symbol{
	padding-right: 0;
}
	
.big{
	font-size: 200%;
}
address{
	font-size: .9em;
}