/*Defaults*/
* { box-sizing:border-box }
a { text-decoration: none; color: #376A9B; }
.mainLeft a:hover { text-decoration: underline } 
p { font-family: 'Lato', sans-serif; font-size: 14px; line-height: 20px}
ul { font-family: 'Lato', sans-serif; font-size: 14px; line-height: 18px}
p { margin-bottom: 15px }
em { font-style: italic }
strong { font-weight: bold }
.clear { clear: both; }
section {width: 100%; box-sizing:border-box; margin: 20px auto 30px}
.container { overflow: hidden; }
placeholder { color:rgba(255,255,255,1) !important }
/*TRANSITIONS*/
nav, nav a, nav h1, nav h2, header a, header h2, header h3, #nav > ul,.navbar-container, nav:hover {
transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-o-transition: all 0.5s;
}
/*LOGO*/
.logo { left: 5%; position: absolute; top: 39px; z-index: 99;}
.logo-white { left: 5%; position: absolute; top: 5px; z-index: 99;}
h1 { border-bottom: 1px solid #376a9b; color: #376a9b; display: block; font-family: "Montserrat",sans-serif; font-size: 28px; font-weight: bold; line-height: 1.4em; margin: 60px auto 20px; max-width: 1000px; padding: 0 0 20px; position: relative; }
h1::after { content: url(../img/bird.png); margin-left: -82px; position: absolute; right: 0; top: -38px }
h2 { color: #333; font-family: 'Montserrat', sans-serif; text-align:center; font-size: 20px; margin: 0 0 20px 0; line-height: 50px }
h3 { color: #666; font-size: 16px; font-family: 'Montserrat', sans-serif; text-align:center; line-height: 1.6em; }

/*HEADER*/
#pre-menu { height: 40px; width: 100%; background: #376B9B; }
#book-online { border-left: 1px solid #2b5c87; float:right; font-family: "Montserrat", sans-serif; background-repeat: no-repeat; background-image: url(../img/book-online-calendar.png); background-size: 25px; background-position: 10px 5px;  color: #FFF; box-sizing:border-box; line-height: 40px; padding: 0 10px 0 45px }
#book-online:hover { background-color: #FFF; color: #376B9B; background-image: url(../img/book-online-calendar-blue.png); }
.social { width: 128px; height: 40px; float:right  }
.social:hover { background-color: #FFF !important; }
.facebook, .youtube, .twitter, .tripadvisor { background-image: url(../img/social.jpg); width: 32px; height: 40px; float: left; background-repeat:no-repeat }
.facebook { background-position: 0 0 }
.youtube { background-position: -32px 0 }
.twitter { background-position: -64px 0 }
.tripadvisor { background-position: -96px 0 }
.facebook:hover { background-position: 0 -40px }
.youtube:hover { background-position: -32px -40px }
.twitter:hover { background-position: -64px -40px }
.tripadvisor:hover { background-position: -96px -40px }
.facebook:hover, .youtube:hover, .twitter:hover, .tripadvisor:hover { cursor: pointer }

.social-contact { width: 256px; display:block; margin:auto }
.facebook-contact, .youtube-contact, .twitter-contact, .tripadvisor-contact { background-image: url(../img/social-contact.jpg); width: 64px; height: 64px; float: left; background-repeat:no-repeat }
.facebook-contact { background-position: 0 0 }
.youtube-contact { background-position: -64px 0 }
.twitter-contact { background-position: -128px 0 }
.tripadvisor-contact { background-position: -192px 0 }
.facebook-contact:hover { background-position: 0 -64px }
.youtube-contact:hover { background-position: -64px -64px }
.twitter-contact:hover { background-position: -128px -64px }
.tripadvisor-contact:hover { background-position: -192px -64px }

/*nav*/
header.menu { height:inherit; height: 100px; position:relative; z-index:99  }
nav#nav { margin: 0 auto; background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); position: relative; z-index:9; height: 60px }
ul.navigation { min-width: 696px; list-style: none; float: right; padding: 20px 0; margin: 0; }
ul.navigation li { float: left; cursor: default !important; box-sizing: border-box;}
ul.navigation li a { padding: 22px 8px 21px; text-decoration:none !important; font-family: 'Montserrat', sans-serif; color: #212121; font-size: 12.5px; font-weight: normal; text-transform: uppercase;}
ul.navigation li a:hover, .current { background: rgba(255,255,255,0.8); transition:none; color: #212121 !important;  text-shadow: 1px 1px 1px #bbb }
nav.white .current { background: #D7E1EB; }

.navbar-fixed {
	top: 0 !important;
	z-index: 999999 !important;
	position: fixed !important;
	width: 100% !important;
}
.hide { display: none; }
.show { display: block }
.white { background: #FFF !important; -webkit-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1); -moz-box-shadow: 0px 0px 5px 0px rgba(170,170,170,1); box-shadow: 0px 0px 5px 0px rgba(170,170,170,1); }

/*sub-nav*/ 
.sub-nav {
    background: #376a9b none repeat scroll 0 0;
    display: none;
    list-style: outside none none;
    margin-top: 19px;
    position: relative;
}
li.parent:hover .sub-nav { display: block; }
a.parent-link::after { content: "v"; font-size:6px; border: 1px solid rgba(33,33,33,0.8); margin-left: 10px; padding:3px 5px; background: none; text-shadow: none; color: rgba(33,33,33,0.8); -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; vertical-align: middle; background: #eee }
a.parent-link:hover::after { border: 1px solid rgba(33,33,33,1); color: rgba(33,33,33,1) }
.sub-nav li { width: 100% }
.sub-nav li a { background:#376A9B; width: 100% float: left; display: block; text-shadow: none !important; text-decoration:none !important; color: #fff !important; font-size: 12.5px; font-weight: normal; text-transform: uppercase; padding: 21px 8px 23px !important; } 
.sub-nav li a:hover { background: rgba(255,255,255,0.8) !important; color: #376A9B !important } 
nav ul li.parent:hover a.parent-link { background: rgba(255,255,255,0.8); transition:none; color: #212121; text-shadow: 1px 1px 1px #bbb }
nav ul li.parent:hover a.parent-link::after { border: 1px solid rgba(33,33,33,1); color: rgba(33,33,33,1) }
.sub-nav li a.current { color: #FFF !important }
.sub-nav li a.current:hover { background: rgba(255,255,255,0.7) !important; color: #212121 !important }

/*BANNER*/
section#home-banner { margin: -61px auto 0; width: 100%; max-width:none !important; }
.step { margin: 0 auto 0 !important; }
section.banner { width: 100%; height: 385px; margin: -61px 0 0; }
.scroll-step { margin: 60px 0 0; }
section.the-lodge { background-image: url(../img/saxon-lodge.jpg); background-size:cover; background-repeat: no-repeat } 
section.accommodation { background-image: url(../img/accommodation-banner.jpg); background-size:cover; background-repeat: no-repeat} 
section.film-crews { background-image: url(../img/shark-cage-diving-film-crews.jpg); background-size:cover; background-repeat: no-repeat }
section.destination { background-image: url(../img/Franskraal-Beach.jpg); background-size:cover; background-repeat: no-repeat }
section.groupBookings { background-image: url(../img/Extreme-Fishing.jpg); background-size:cover; background-repeat: no-repeat }
section.specials { background-image: url(../img/view-through-the-garden.jpg); background-size:cover; background-repeat: no-repeat }
section.blog { background-image: url(../img/Sunset-from-Lodge.jpg); background-size:cover; background-repeat: no-repeat }
section.contact { background-image: url(../img/gansbaai-table-cloth.jpg); background-size:cover; background-repeat: no-repeat } 

/*BOOKING-ENQUIRY*/
.booking-home { margin: -120px 0 0; background-color: rgba(111,111,111,0.3); }
.booking-other { background-color: #376A9B; margin: 0; background-image:none !important }
section#booking-wrap {
    background-image: url(../img/pattern-bg.png);
    color: #fff;
    height: 120px;
    position: relative;
    z-index: 1;
	padding: 38px 12%;
}
section#booking-wrap form {	width: 100%; display: block; margin:auto }
section#booking-wrap input { margin: 0 0.5%; float: left; position:relative; cursor: pointer;width: 20%; padding: 0 10px; height: 47px; border-radius: 3px; border: 1px solid #FFF; background: transparent; color:#FFF; }
section#booking-wrap input:hover { -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.8); box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.8); background: rgba(33,33,33,0.5)}
section#booking-wrap select { 
float: left; 
appearance:none; 
-moz-appearance:none; 
-webkit-appearance:none; 
position:relative; 
cursor: pointer;
width: 20%; 
padding: 0 10px; 
height: 47px; 
border-radius: 3px; 
border: 1px solid #FFF; 
background: rgba(0, 0, 0, 0) url(../img/arrowdown-white.jpg) no-repeat scroll 100% 50%;
color:#FFF;
box-shadow: none;
overflow: hidden;
margin: 0 0.5%;
}

section#booking-wrap:hover select { background-color: rgba(33,33,33,0.5); }
section#booking-wrap select:hover { -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.8); box-shadow: 0px 0px 5px 0px rgba(255,255,255,0.8);}
section#booking-wrap button.book { float: left; transition: all ease-out 0.2s; width: 15%; padding: 0 10px; height: 47px; border-radius: 3px; border: 1px solid #FFF; background: transparent; color:#FFF; font-family: 'Lato', sans-serif; margin-left: 0.5%}
section#booking-wrap button.book:hover { background: #376A9B; cursor: pointer; border: 1px solid #FFF; }
section#booking-wrap select option { background: #333; color:#fff; border: none; text-align:center; padding: 5px 0; border-bottom: 1px solid #000}
.breadcrumbs { float: right; font-family: "Montserrat",sans-serif; font-size: 12px; padding: 10px 10px 0 0 }
.breadcrumbs a { color: #376B9B  }
.breadcrumbs a:hover { text-decoration: underline  }
/*MAIN CONTENT*/
section#main { width: 100%; max-width: 1000px; margin: 40px auto 20px; text-align:center}
#main p { font-size: 15px; line-height: 25px; margin: 10px 0 }
.mainLeft { float: left; width: 72%; }
.mainRight { float: right; width: 26%; padding-left: 40px }
.mainLeft h2 { text-align:left }
.galleryBlock h2 { text-align: center }
.mainRight h3 { font-family:'JournalRegular',Arial,sans-serif; font-size: 31px; line-height: 1.2em; margin-top: 5px; font-weight:bold}
.p1 { font-size: 18px !important; font-style:italic !important; margin-bottom: 30px !important }
.p2, ul.activities { margin: 0 0 20px !important; text-align: left }
ul.activities li { list-style: url(../img/li.jpg); margin: 0 20px; line-height: 25px }
section#main img { float: right; margin: 0 0 50px 50px; }
.mainRight img { float: none !important; margin: 30px auto 0 !important; }
.cottage { width: 100%; max-width: 1000px; margin: 40px auto 20px; text-align:center}
.cottage p { font-size: 15px; line-height: 25px; margin: 10px}
.fiveMuller { margin: 40px 0 0 }

/*BUTTONS*/
.buttons h2 {font-size: 30px; margin: 0 !important; padding: 0 !important; font-family: "JournalRegular", Arial, sans-serif; color: #FFF; border: none; line-height: 1.2em }
section.buttons { width: 100%; max-width: 1000px;  margin: 10px auto 50px }
.galleryBlock {
    background-color: #000;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    max-height: 280px;
    position: relative;
    width: 47%;
	overflow:hidden;
}
.galleryBlock div > p { font-size: 14px !important }
.galleryBlock div {
    background: rgba(55, 106, 155, 0.8) none repeat scroll 0 0;
    bottom: -62px;
    color: #fff;
    font-size: 20px;
    padding: 12px;
	height: 123px;
    position: absolute;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 100%;
	font-family: 'Montserrat', sans-serif;
}
.noM {
    margin-right: 0 !important;
}
.bookonlineGalleryBlock {
    background-image: url("../img/book-online.jpg");
    background-position: 50% 50%;
    background-size: 120% auto;
    min-height: 203px;
    transition: all 500ms ease 0s;
	overflow:hidden;
}
.accommodationGalleryBlock {
    background-image: url("../img/accommodation.jpg");
    background-position: 50% 50%;
    background-size: 120% auto;
    min-height: 203px;
    transition: all 500ms ease 0s;
}
.specialsGalleryBlock {
    background-image: url(../img/shark-cage-diving-1.jpg);
    background-position: 50% 50%;
    background-size: 118% auto;
    min-height: 203px;
    transition: all 500ms ease 0s;
}
.thelodgeGalleryBlock {
    background-image: url(../img/lodge/pool.jpg);
    background-position: 50% 50%;
    background-size: 115% auto;
    min-height: 203px;
    transition: all 500ms ease 0s;
}
.galleryCategories a:hover .galleryBlock div {
    background: rgba(55, 106, 155, 1) none repeat scroll 0 0; bottom: 0;
}
.galleryCategories a:hover .bookonlineGalleryBlock {
    background-size: 130% auto;
}
.galleryCategories a:hover .accommodationGalleryBlock {
    background-size: 130% auto;
}
.galleryCategories a:hover .specialsGalleryBlock {
    background-size: 128% auto;
}
.galleryCategories a:hover .thelodgeGalleryBlock {
    background-size: 125% auto;
}
/*LODGE*/
section.lodge { width: 100%; max-width: 1000px; }
.lodgeInfo { width: 100%; border-bottom: 1px solid #ccc;  }
.text h2 { border-bottom: 1px solid #376A9B; text-align:left; color: #376A9B}
section.lodge img { width: 45%; margin: 20px 0 }
.left { float: left; }
.right { float: right; }
div.text  { width:55%; height: 265px; box-sizing:border-box; padding: 0 20px 20px; margin: 20px 0 }
.lodge_slideshow, .lodge_slideshow2, .lodge_slideshow3, .lodge_slideshow4  { width: 500px; height: 332px; margin: 0 0 40px 0 }


/*ROOMS*/
section.rooms { width: 100%; max-width: 1000px }
.leftCol { box-sizing:border-box; width: 50%; padding: 0 20px 0 0; float: left; margin-top: 20px }
.rightCol { box-sizing:border-box; width: 50%; padding: 0 10px; float: right; margin-top: 20px }
.leftCol p, .rightCol p { line-height: 1.6em; margin: 10px 0 }
h2.room-title { margin-bottom: 0; color: #FFF; background: #376A9B; border:none; position: relative; z-index: 1; }
.room-rate { font-family: "Montserrat",sans-serif; color: #333; font-family: "Lato", Arial, sans-serif; font-size: 14px; line-height: 1.6em }
.room-rate h3 { text-align: left; font-weight: bold; font-family: "Montserrat", Arial, sans-serif; font-size: 14px; width: 100%; margin: 10px 0 5px 0 }
.room-rate ul { list-style: url(../img/li.jpg); margin-left: 40px; font-family: "Lato", Arial, sans-serif;}
.book-now-btn { margin-top: 20px;}
.book-now  { padding: 5px 10px; background: #376A9B; color: #FFF; font-family: "Montserrat",sans-serif; }
.book-now:hover { background: #264F75; color: #FFF; }
.amenities { overflow: hidden }
.amenities h2 { text-align: center; font-weight: bold; font-family: "Montserrat", Arial, sans-serif; font-size: 16px; width: 100%; margin: 10px 0 0 0 }
.amenities ul{ font-size: 15px; text-align:center; }
.amenities ul li { float: left; list-style: url(../img/li.jpg); margin: 0 20px; line-height: 30px }
#justPure { float: right;text-align: center; padding: 80px 20px; background: #ccc; }

/*FILM CREWS*/
.film-crews-10 { width: 100%; max-width: 1000px; margin: 40px auto 20px; text-align:center;}
.film-crews-10 h2 { font-family: "Montserrat",sans-serif; font-size: 22px; width: 100%; background: #376A9B; color: #FFF;  }
.film-crews-list { display: table; padding-left: 8%; text-align:left; list-style-type: none; font-size: 18px; font-family: "Montserrat",sans-serif; color: #777}
.film-crews-list li { display: flex; counter-increment: step-counter; padding: 17px 0; border-bottom: 1px solid #C7C8CA}
.film-crews-list li:hover { background: rgba(55,106,155,0.1); cursor: default}
.film-crews-list li img {float: right; margin: 0 0 0 60px; border-radius: 50%; box-shadow: 0px 0px 2px #aaa}
.film-crews-list li img:hover { box-shadow: 0px 0px 5px #636238}
.film-crews-list li::before { content: counter(step-counter); margin:0 10px 0 10px; color: #FFF; background: #376A9B; font-size: 20px; font-weight: bold; padding: 3px 8px; border-radius: 3px; }
.tenReasons {  margin-top: 30px; width: 100%; background: #376A9B; height: 215px; border-radius:50%; }
.tenReasons:hover { background: #264F75; cursor: pointer }
.tenReasons h2 { line-height: 1.2em; padding: 25px 0 28px; margin-bottom: 0; font-family: Montserrat; color: #FFF; font-size: 24px; border-bottom: 1px solid #fff}
.tenReasons p { font-family: Lato; font-style:italic; color: #FFF; font-size: 20px !important; font-weight:normal; margin-top: 20px !important }

/*DESTINATION*/
section.destination-area { width: 100%; background: #444; margin-bottom: 0 }
.iframeWrapper {
	height: 100%;
    position: relative;
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  border:0;
  width:100%;
  height:400px;
}
.map-overlay { 
	background: rgba(55,106,155,0.2);
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 3;
	cursor: zoom-in;
}
.map-overlay-remove {
	display:none !important; 
}
.activate-map { font-family: 'Montserrat', sans-serif; border: none; position: relative; width: 150px; height: 50px; top: 80%; background: #FFF; color: #376A9B; left: 50%; margin-left: -75px; display:none;}
.map-overlay:hover .activate-map {display:block; cursor: pointer}
.activate-map:hover { background: #376A9B; color: #FFF }
#map-canvas {width: 100%; box-sizing: border-box; height: 310px;}
#panel { position: absolute; top: 5px; left: 50%; margin-left: -180px; z-index: 5; background-color: #fff; padding: 5px; border: 1px solid #999; display: none; }

/*CONTACT*/
section.contact-form { width: 100%; max-width: 1000px; padding: 0 20px  }
.contact-details { width: 38%; float: right;  margin-left: 20px; }
.contact-details a { line-height: 1.6em; color: #FFF; }
.contact-details a:hover { text-decoration: underline }
.contact-details img { width: 100%; max-width: 300px; display: block; margin:auto }
.contact-details h2 { color: #FFF; font-size: 18px; font-family: 'Montserrat', sans-serif; text-align:center; line-height: 1.6em; margin-bottom: 0 }
.contact-details h3 { background: #fff; color: #38699b; font-family: "Montserrat",sans-serif; font-size: 14px; padding: 10px 0 20px; text-align: center; }
.contact-details .address { background: #38699B; text-align: center; display:block; padding: 20px; font-size: 14px; line-height: 1.9em; color: #FFF; font-family: 'Montserrat', sans-serif; font-size: 14px; }
.hosts {box-shadow: 0px 0px 5px #aaa; width: 100%; max-width: 365px !important; padding: 0 !important;  }

/*form*/
button.submit { font-family: 'Montserrat', sans-serif; }

/*INFO-BLOCKS*/
section#info { margin:50px auto; width: 100%; max-width: 1000px;  }
.info-blocks { width: 50%; box-sizing:border-box; float: left; padding: 20px 10px 20px 20px;  }
.info-blocks:nth-of-type(2) { padding: 20px 20px 20px 10px;  }
.info-content {  height:156px }
.info-content img { float: left; margin-right: 10px; border: 1px solid #ccc; padding: 5px }

/*QUOTES*/
section#quotes { background-image: url(../img/quote-bg.jpg); background-repeat:no-repeat; background-size:cover; 
height: 315px !important; text-align: center; font-family: 'Lato', sans-serif; font-style:italic; font-size: 16px; 
color: #FFF; width: 100% !important; max-width: none !important; padding: 90px 10% 0; margin-bottom: 0 !important }
section#quotes li span { line-height: 1em; font-size: 30px; font-family:Georgia, 'Times New Roman', Times, serif; font-style:italic; display: block; color: #fff; text-shadow: 1px 1px 0px #213443; margin-bottom: 20px }
section#quotes a { text-transform: uppercase; color: #FFF; text-decoration:none;}
section#quotes a:hover { text-decoration: underline; }

/*SPECIALS*/
.specials, .specials h2, .specials h3 { text-align:left !important; border }
.specials h2 { border-top: 1px dashed #ddd; margin: 10px 0; font-size: 28px }
.specials h3  { color: #376a9b; font-weight: bold; }
.specials b { font-weight:bold }
.specials i { font-style:italic }

/*BLOG*/
.listing { border-bottom: 1px solid #CCC; }
.listing * { text-align: left; }
.listingSummary * { text-align: left; }
.listingSummary h2 {  margin-bottom: 10px !important; line-height: 1.2em}
h3.date-listed { text-align: left !important; font-size: 12px; margin-bottom: 20px }
.date-listed span { font-weight:bold; text-transform: uppercase; color: #376B9B }
.blog-content { font-family: "Lato", sans-serif; color: #333 }
.readmore { float: left; padding: 7px 10px; background: #376B9B; color: #FFF; font-family: "Lato", sans-serif; font-size: 13px; margin: 0 0 50px; line-height: 1.2em }

/*SITEMAP*/
.sitemap { font-family: "Montserrat",sans-serif; font-size: 14px; list-style: url(../img/li.jpg); line-height: 1.7em}
.sitemap a { color: #376B9B }
.sitemap a:hover { text-decoration: underline }

/*FOOTER*/
footer { font-family: 'Montserrat', sans-serif;  line-height: 1.2em; width: 100%; overflow:hidden; color: #666 }
section.footer-content { padding: 40px 12% 35px; margin: 0 auto}
.affiliations { display: block; height: 130px; margin: auto;}
.logos { float: left; margin-right: 20px }
.logos img { margin-left: 20px; max-width: 100% } 
.widgets { float: left }
.widgets > div { float: left; margin-right: 20px;}
#xplorio_badge_holder, #TA_certificateOfExcellence803 { width: 170px; height: 128px !important }

.footer-p  { max-width: 150px; line-height: 1.7em; font-size: 12.5px; margin-left: -10px; font-family: 'Raleway', sans-serif; }
section.footer-links {  margin: 0 auto }
.credits { font-size: smaller; }
.copyright { background: #ccc; text-align: center;font-size: 12.5px; padding: 20px 0; margin:auto; width: 100%; }

/*FONTS*/
@font-face
{
 font-family: 'JournalRegular';
 src: url('fonts/journal-webfont_162a16fe.eot') format('eot'), url('fonts/journal-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
@font-face
{
 font-family: 'MelbourneBold';
 src: url('fonts/melbourne_bold-webfont_162a16fe.eot');
 src: url('fonts/melbourne_bold-webfont.ttf');
 font-weight: normal;
 font-style: normal;
}
@font-face
{
 font-family: 'MelbourneRegular';
 src: url('fonts/melbourne_reg-webfont_162a16fe.eot') format('eot'), url('fonts/melbourne_reg-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

/*LIGHTBOX*/
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  font-family:Arial, Helvetica, sans-serif;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/** CSS3 image hover **/


.image-shadow {  box-shadow: 0px 0px 5px #aaa; }
.view {
   width: 480px;
   height: 211px;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-bottom: 15px;
}
.view .mask, .view .content {
   width: 480px;
   height: 211px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:480px;
   height:211px;
}

/* THIRD EFFECTS */

.third-effect .mask {
   opacity: 0;
   overflow:visible;
   border:150px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.third-effect a.info {
   position:relative;
   top:-110px;
   left:-110px;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.third-effect:hover .mask {
   opacity: 1;
   border:110px solid rgba(0,0,0,0.7);
}
.third-effect:hover a.info {

	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/** end image hover **/

/** CSS3 image hover large**/

.view2 {
   width: 1000px;
   height: 211px;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view2 .mask2, .view2 .content2 {
   width: 1000px;
   height: 211px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view2 img {
   display: block;
   position: relative;
}
.view2 a.info2 {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:1000px;
   height:211px;
}

/* THIRD EFFECTS */

.third-effect2 .mask2 {
   opacity: 0;
   overflow:visible;
   border:150px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.third-effect2 a.info2 {
   position:relative;
   top:-110px;
   left:-110px;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.third-effect2:hover .mask2 {
   opacity: 1;
   border:110px solid rgba(0,0,0,0.7);
}
.third-effect2:hover a.info2 {

	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/** end image hover **/

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;display:none;}
li.bjqs-slide { display: none; position: absolute; z-index: 1;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9; position:relative; bottom:100%;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a { padding: 10% 0; right: 0; text-indent: -9999px; top: 61px !important; width: 100px; }
ul.bjqs-controls.v-centered li.bjqs-next a:hover {background: url(../img/next.png) no-repeat center center;}
ul.bjqs-controls.v-centered li.bjqs-prev a {padding: 10% 0; left: 0; text-indent: -9999px; top: 61px !important; width: 100px;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover {background: url(../img/prev.png) no-repeat center center;}
ol.bjqs-markers { left: 0 !important; list-style: outside none none;padding: 0; position: relative; width: 100%; z-index: 2;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li { display:inline }
ol.bjqs-markers li a {
    background: none;
	border: 1px solid #ccc;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin: 0 2px;
    padding: 0.5px 6px;
    text-decoration: none;
    text-indent: -9999px;
}
#quotes ul.bjqs { height: 140px !important  }
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover {
    background: #376A9B none repeat scroll 0 0;
}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.navigation li a { padding:21px 8px 24px }
	
    /* Safari only override */
    ::i-block-chrome,ul.navigation li a { padding:21px 8px 23px }
}

/*MOBILE*/
@media all and (max-width: 1130px) {
	ul.navigation { min-width: inherit ;}
	.film-crews-list { width: 95%; }
.leftCol, .rightCol {
    float: none !important;
    padding: 0 !important;
    width: 90% !important;
	display: block;
	margin:20px auto 40px;
	text-align:center;
}
.room-rate h3 { text-align:center; }
.image-shadow { 
	max-width: 480px !important;
	display: block !important;
	margin: auto
}
	.leftCol img, .rightCol img {
    display: block !important;
    margin: auto !important;
    max-width: 480px !important;
    width: 100% !important;
}
.view {
    height: inherit !important;
    margin: auto !important;
    max-width: 480px !important;
    width: 100% !important;
}
.mask {
    margin: auto !important;
    max-width: 480px !important;
    width: 100% !important;
}
	section#home-banner { margin: 0px auto !important }
	section.banner { margin: 0px 0 0; padding: 14%; height: auto  }
	.navbar-fixed { height: 60px !important }
	#pre-menu { position:absolute; top: 115px; left:50%; margin-left: -150px }	
	.logo { left: 0; right: 0; margin:auto; width: 300px; top: 17px; z-index: 1 }	
	nav#nav { background: none; border: none; }
	#pre-menu { float: none; width: 300px }
	header.menu { background: #376B9B; height: 155px }
	ul.bjqs-controls.v-centered li.bjqs-next a, ul.bjqs-controls.v-centered li.bjqs-prev a { padding: 13% 0 }
	#book-online { border-left: none; float: left }
	#nav { position: fixed; z-index: 10000;  }
	#nav li a { background-color:#333; color: #fff !important; background-image:url(../img/pattern-bg.png); border-bottom: 1px solid #333; display: block; text-shadow: none !important }
	#nav li a:hover, .current { background:#376B9B !important; color: #FFF !important; text-shadow:none !important}
	.sub-nav li a.current { background:#376B9B !important; color: #FFF !important }
	#nav > a { }
	#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
		display: block;
		position: fixed;
		right: 0;
		top: 0px;
		background-image: url('../img/nav.png'); 
		background-repeat: no-repeat;
		width: 50px;
		height: 50px;
		margin-top: 5px;
		right:20px;
		padding: 0!important;
		z-index: 9999999999999;
	}

    /* first level */
     #nav.white > ul {margin-top: 60px; }
    #nav > ul {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
		margin:0;
		padding:0;
		margin-top: 155px;
		border-top: 1px solid #333;
    }
		#nav > ul.small { margin-top: 27px; }
        #nav:target > ul { display: block; }
        #nav > ul > li { width: 100%; float: none; margin: 0; padding: 0; }
 
    /* second level */
 
		#nav li ul { position: static;}
		ul.navigation li { float: none !important }
		.sub-nav {
			list-style: outside none none;
			margin-top: 0;
			max-width: 100%;
			min-width: 180px;
			min-height: 0;
			position: relative;
			padding-top: 0 !important;
			display: block;
			float: none !important;
			background: #7396B9 !important;
		} 
		.sub-nav li a { padding: 14px 8px 14px 30px !important; font-size: 11px !important; color: #212121 !important; background: #555 !important; border-top: 2px solid #376B9B }
		.sub-nav li a:hover { background: #376A9B !important; color: #FFF !important; }
		.sub-nav li a.current:hover { background:#376B9B !important; color: #FFF !important }
		a.parent-link::after { display: none; }
		header.navbar-fixed:hover ul.navigation li a:hover { background: #376A9B !important;}
		header.navbar-fixed:hover .sub-nav li a:hover { background: #376A9B !important; color: #FFF !important;}
		header.navbar-fixed ul.navigation li a.current{ background: #376A9B !important; color: #FFF !important; text-shadow: none !important }
		.amenities ul li { float: none; }
}
@media all and (max-width: 1000px) {
		section#main { padding: 0 30px }
		.right-col { border-radius: 0 }
		.galleryBlock { min-height: 180px !important} 
		.affiliations { display: block; margin: auto; width: 100%; height: inherit}
		.widgets { float: none; margin: 20px auto; width: 350px; overflow: hidden; }
		.widgets > div { float: left; margin: 20px 0 20px 0; display: block; margin: 0 auto; width:auto }
		.logos { display: block; float: none; margin: auto; text-align: center; width: 100%; }
		section#booking-wrap { padding: 38px 3% }
		.galleryBlock div { bottom: 0; }
		.galleryBlock div p { line-height: 18px !important }
		section#quotes { padding: 10% 10% 0; }
		section.lodge img { display: block; float: none !important; margin: 20px auto; width: 90%; max-width: 500px }
		div.text { display: block; float: none !important; height:inherit; margin: 0 auto 20px; text-align: center; width: 90%; }
		.right, .left {display: block; float: none; margin: auto; width: 90%; }
		.lodge_slideshow, .lodge_slideshow2, .lodge_slideshow3, .lodge_slideshow4 { max-width: none !important; height: 100% !important; max-height: 332px !important; width: 100% !important; }
}
@media all and (max-width: 900px) {
		ul.bjqs-controls.v-centered li.bjqs-next a, ul.bjqs-controls.v-centered li.bjqs-prev a { padding: 10% 0 }
		.mainRight { display: none; }
		.mainLeft { width: 100% }
}
@media all and (max-width: 860px) {
	ul.bjqs-controls.v-centered li.bjqs-next a, ul.bjqs-controls.v-centered li.bjqs-prev a { padding: 10% 0 }
	.p2, .right-col { display: block; float: none; margin: 30px auto 20px !important; width: 90%; }
	#quotes ul.bjqs { height:180px !important }
	.galleryBlock { background: #FFF }
	.galleryBlock div { height: 180px }
}

@media all and (max-width: 750px) {
	.galleryBlock {float: none; width: 80%; margin: 20px auto !important} 
	.booking-home { margin: 0; background: #444444; }
	ul.bjqs-controls { display: none; }
	#booking-form-wrap { width: 100% !important; float: none !important;}
	#full-booking-form { padding: 0 !important }
	.contact-details { width: 100% !important; margin-left: 0px !important }
}
@media all and (max-width: 600px) {
	.galleryBlock div { height: 155px }
	#booking-wrap { display: none; }
	.listingSummary img { width: 100% }
}

@media all and (max-width: 450px) {
	section#quotes li span {font-size: 25px;}
	#quotes ul.bjqs { height:240px !important }
	.widgets { width: 100%;}
	.widgets > div { float: none; margin: 20px auto }
	#pre-menu { position:absolute; top: 145px; }
	.logo { top: 45px }
	.logo img { max-width: 100% }
	#nav:not(:target) > a:first-of-type, #nav:target > a:last-of-type { top: 0 }
	header.menu { height: 195px }
	#nav > ul { margin: 195px 0 0 }
}
@media all and (max-width: 350px) {
	.logo-white img { width: 200px }
}
