@charset "utf-8";
/* Santa Maria Beach House CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
p {
	text-align: justify;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #333;
}
li {
	text-align: justify;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #333;
}
a {
	color: #646464;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
a:hover {
	color: #003785;
	transition: all 0.5s ease 0s;
}
h1 {
	font-size: 34px;
	color: #003785;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.HeadingUnderline {
	margin-bottom: 30px
}
.HeadingUnderlinePage {
	margin-bottom: 15px
}
h2 {
	font-size: 25px;
	color: #A28F5D;
	font-family: "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 6px;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #84D1D6;
	font-family: "Times New Roman", Times, serif;
	margin-top: 30px;
	margin-bottom: 6px;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}
.clear {
	clear: both;
}
.special {
	font-size: 27px;
	color: #84D1D6;
	font-family: 'Lato', sans-serif;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	text-align: left;
}
.FooterLogos h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.FooterLogos {
	margin: 0 auto;
	width: 1000px;
	margin-bottom: 30px;
	margin-top: -20px;
}
.FooterLogosLeft {
	float: left;
	width: 22.3%;
	text-align: center;
}
.FooterLogosLeft img {
	margin-top: 40px;
	margin-left: 50px;
}
.FooterLogosCenter {
	float: left;
	width: 55.3%;
	text-align: center;
}
.FooterLogosRight {
	float: left;
	width: 22.3%;
	text-align: center;
}
.FooterLogosRight img {
	margin-top: 40px;
	margin-right: 50px;
}
.FacilitiesImages {
	text-align: center;
	margin-top: 20px;
}
.FacilitiesImages img {
	border: 3px solid #A28F5D;
}
.sitemap li {
	list-style: none;
    line-height: 25px;
}

/** Start Cbp Slideshow **/

.cbp-bislideshow {
	list-style: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
	background-color: #A28F5D;
}
.cbp-bislideshow li {
	position: absolute;
	width: 101%;
	height: 101%;
	top: -0.5%;
	left: -0.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	transition: opacity 1s;
}
/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
	display: none;
}
.cbp-bislideshow li img {
	display: block;
	width: 100%;
	opacity: 0.68;
}
.cbp-bicontrols {
	position: fixed;
	width: 300px;
	height: 100px;
	margin: -50px 0 0 -150px;
	top: 50%;
	left: 50%;
}
.cbp-bicontrols span {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer;
}
.cbp-bicontrols span:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	font-size: 80px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	opacity: 0.7;
}
.cbp-bicontrols span:hover:before {
	opacity: 1;
}
.cbp-bicontrols span:active:before {
	top: 2px;
}
span.cbp-biplay:before {
	content: "\e002";
}
span.cbp-bipause:before {
	content: "\e003";
}
span.cbp-binext:before {
	content: "\e000";
}
span.cbp-biprev:before {
	content: "\e001";
}
.cbp-bicontrols span.cbp-binext {
	float: right;
}
/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
	opacity: 1;
}
.no-js.backgroundsize .cbp-bislideshow li:first-child img {
	display: block;
}
/** End Cbp Slideshow **/


/* Start Header */

header {
	width: 100%;
	height: 152px;
	position: absolute;
	z-index: 2;
	z-index: 1000;
}
header h3 {
	font-size: 59px;
	color: #646464;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	text-transform: inherit;
	margin-top: 30px;
	margin-bottom: 6px;
	font-weight: normal;
}
header span {
	font-size: 30px;
}
header img {
	margin-left: 0px;
	transition: all 0.5s ease 0s;
	margin-top: 20px;
}
#header {
    border-radius: 2px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    margin: auto;
    padding: 0;
    width: 1000px;
    height: 170px;
    display: block;
    top: 0;
    z-index: 1000;
    margin-top: 30px;
}
.logo {
	outline: medium none;
	padding: 0px;
	position: inherit;
	text-decoration: none;
	text-align: center;
	width: 350px;
}
.logo-mobile {
	display: none;
}
.logo h1 {
	margin-bottom: 25px;
	line-height: 13px;
	margin-top: 25px;
}
.HomeLogo {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}
header hr {
	width: 340px;
	border-bottom: none;
	border-top: 2px solid #84D1D6;
	margin: auto;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	padding: 0;
	border-left: none;
	border-right: none;
	transition: all 0.5s ease 0s;
}
header.small hr {
	width: 200px;
	border-bottom: none;
	border-top: 2px solid #84D1D6;
	margin: auto;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	padding: 0;
	border-left: none;
	border-right: none;
	transition: all 0.5s ease 0s;
}
.fadein {
	position: relative;
	width: 100%;
	height: 500px;
	border: none;
	border-bottom: 3px solid #84D1D6;
}
.fadein img {
	position: absolute;
	border: none;
	left: 0px;
	top: 0;
	width: 100%;
	height: 500px;
	background-size: cover;
}
/* End Header */
	
/* Start Menu */

.mobile-menu {
	display: none;
}
ul.nav {
	float: right;
	list-style: none outside none;
	margin: 55px 50px 0 0;
	padding: 0;
}
ul.nav li {
	display: block;
	float: left;
	margin: 15px 0px 20px 35px;
	padding: 0;
}
ul.nav li a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 2px 2px 2px 2px;
	color: #333;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
ul.nav li a:hover {
	background-color: rgba(237,237,237,0.3);
	color: #555;
	box-shadow: 0 0 6px rgba(221, 221, 221, 0.9);
	z-index: 151;
}
.sub-nav-parent {
}
header.large .sub-nav {
	padding-top: 1px !important;
}
header.small .sub-nav {
	padding-top: 52px !important;
	margin-left: -40px !important;
}
header.small .sub-nav li {
	padding: 5px !important;
}
.sub-nav {
	display: none;
	z-index: 1000;
	position: relative;
}
.sub-nav li {
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
.sub-nav a {
	background-color: rgba(161,141,87,0.5) !important;
	color: #fff !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	padding: 10px 20px 10px 20px !important;
}
.sub-nav a:hover {
	background-color: rgba(255,255,255,0.7) !important;
	color: #333 !important;
}
.sub-nav-parent:hover > ul {
	display: block;
	position: absolute;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
ul.nav li a:hover.small {
	background-color: #CCF91C;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
}
ul.nav li a.active {
	background-color: #CCF91C;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	background: url("../images/opacity-30.png") repeat scroll 0 0 rgba(152, 237, 0, 100);
}
.current {
	background-color: rgba(161,141,87,0.5);
	color: #555;
	box-shadow: 0 0 6px rgba(204, 204, 204, 0.7);
	z-index: 151;
}
.FourOFourPage h2 {
	text-align: center !important;
}
.FourOFourPage p {
	text-align: center !important;
}
/* End Menu */

/* Start Booknow */

.book-now-button {
	background: #A28F5D;
	background-image: none;
	border-radius: 2px 0 0 2px;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	margin-top: 255px;
	float: right;
	outline: medium none;
	padding: 0px;
	position: fixed;
	text-decoration: none;
	text-align: center;
	right: 0;
	padding-left: 5px;
	padding-right: 5px;
	width: 155px;
	z-index: 29;
	color: #eee;
	transition: all 0.5s ease 0s;
	border: 3px solid #fff;
	margin-right: -3px;
}
.book-now-button h2 {
	transition: all 0.5s ease 0s;
	color: #eee;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	margin: 15px 0px 15px 0px;
	font-size: 19px;
	text-transform: capitalize;
}
.book-now-button.large {
	background: #A28F5D;
	background-image: none;
	border-radius: 2px 0 0 2px;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	margin-top: 255px;
	float: right;
	outline: medium none;
	padding: 0px;
	position: fixed;
	text-decoration: none;
	text-align: center;
	right: 0;
	padding-left: 5px;
	padding-right: 5px;
	width: 155px;
	z-index: 29;
	color: #eee;
	transition: all 0.5s ease 0s;
	border: 3px solid #fff;
	margin-right: -3px;
}
.book-now-button.small {
	background: #A28F5D;
	border-radius: 2px 0 0 2px;
	box-shadow: 0 0 6px rgba(170, 170, 170, 0.7);
	margin-top: 360px;
	float: right;
	outline: medium none;
	padding: 0px;
	position: fixed;
	right: 0;
	padding-left: 5px;
	padding-right: 5px;
	width: 70px;
	z-index: 29;
	transition: all 0.5s ease 0s;
	height: 70px;
	background-image: none;
}
.book-now-button.small {
	margin-top: 350px;
	background-image: url(../images/bookings.png);
	background-size: 50px;
	background-repeat: no-repeat;
	transition: all 0.5s ease 0s;
	background-position: 15px 10px;
}
.book-now-button.small:hover {
	margin-top: 350px;
	background-image: url(../images/bookings.png) !important;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	transition: all 0.5s ease 0s;
}
.book-now-button.small h2 {
	display: none;
}
.book-now-button h2 a {
	transition: all 0.5s ease 0s;
	color: #eee;
	text-decoration: none;
}
.book-now-button:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	background: #646464;
}
.book-now-button:hover h2 a {
	color: #fff !important;
}
/*.book-now-button:hover h2{
	color: #fff;
}*/

.book-now-button:hover h2 a {
	transition: all 0.5s ease 0s;
	color: #333;
}
.book-now-button img {
	display: none;
}
.book-now-button.large img {
	display: none;
}
/* End Booknow */

/* Start Content */

.content {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.content h2 {
	font-size: 23px;
	color: #A28F5D;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
	text-align: left;
}
.content-left {
	float: left;
	width: 54%;
}
.content-left p {
	text-align: justify;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #333;
}
.content-right {
	float: right;
	width: 38%;
	border-left: 1px solid #ddd;
	font-size: 24px;
	padding-left: 30px;
	font-family: 'Lato', sans-serif;
	color: #333;
	text-align: left;
}
.RoomsOuter {
	width: 100%;
	position: absolute;
	top: 235px;
}
.RoomsInner {
	width: 1000px;
	margin: 0 auto;
}
.RoomDescriptionMain {
	background-color: rgba(255,255,255,0.9);
	padding: 25px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.RoomDescriptionMain h1 {
	margin-top: 0px;
	text-align: center;
}
.RoomLeft {
	float: left;
	width: 45%;
	padding: 15px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 40px;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.RoomRight {
	float: right;
	width: 45%;
	padding: 15px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 40px;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.RoomImage {
	height: 300px;
	background-position: center;
	transition: all 0.5s ease 0s;
}
.RoomImage:hover {
	background: #A28F5D;
	background-image: url(../images/plus.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease 0s;
}
.RoomImage img {
	width: 100%;
	transition: all 0.5s ease 0s;
}
.RoomImage img:hover {
	opacity: 0.4;
	transition: all 0.5s ease 0s;
}
.RoomDescription h2 {
	text-align: center;
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.ActivitiesLeft {
	float: left;
	width: 48%;
	text-align: center;
}
.ActivitiesRight {
	float: right;
	width: 48%;
	text-align: center;
}
.ActivitiesLeft img {
	border: 3px solid #A28F5D;
}
.ActivitiesRight img {
	border: 3px solid #A28F5D;
}
.ActivitiesLeft h2 {
	text-align: left;
	margin-top: 0px
}
.ActivitiesRight h2 {
	text-align: left;
	margin-top: 0px
}
.gallery-content {
}
.gallery-content h3 {
	font-size: 35px;
	color: #84D1D6;
	font-family: 'Lato', sans-serif;
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: normal;
	text-align: center;
}
.phone {
	font-size: 15px;
	background-image: url(../images/phone.png);
	color: #212121;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	display: block;
	padding: 5px 0 5px 55px;
	margin-left: 30px;
	text-decoration: none !important;
}
.smartphone {
	background-image: url(../images/cell.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	display: block;
	padding-left: 55px;
	margin-left: 30px;
	margin-top: 20px;
	text-decoration: none !important;
}
.smartphone a {
	font-size: 15px;
	text-decoration: none !important;
}
.mail {
	font-size: 15px;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	display: block;
	padding-left: 55px;
	margin-left: 30px;
	margin-top: 20px;
	color: #636238;
	text-decoration: none;
}
.gps {
	font-size: 15px;
	background-image: url(../images/gps.png);
	color: #212121;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: 25px;
	display: block;
	padding-left: 55px;
	margin-left: 30px;
	margin-top: 20px;
}
.addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext {
	top: 200px;
}
footer {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 20px;
	background-color: #003785;
}
.footer-copyright {
	margin: 0 auto;
	width: 1290px;
	text-align: center;
}
.footer-copyright p {
	text-align: center;
	color: #eee;
}
.footer-copyright a {
	color: #eee;
}
.breadcrumbs {
	margin: 0 auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #eee;
	padding: 0px;
}
.breadcrumbs a {
	color: #eee;
}
.share {
	text-align: center;
}
.booking-wrap {
	width: 100%;
	display: block;
	margin: auto;
	padding-bottom: 40px;
	background: #eee;
}
.booking-wrap h2 {
	text-align: center;
	color: #A28F5D;
	padding-top: 30px;
	margin-top: 0px;
	margin-bottom: 15px;
	border-top: 3px solid #A28F5D;
}
form#enquiry-form {
	max-width: 1000px;
	margin: auto;
	display: block;
	font-family: 'Lato', Arial, sans-serif;
}
.booking-wrap input {
	position: relative;
	cursor: pointer;
	width: 9%;
	padding: 14px 10px;
	border-radius: 3px;
	border: 1px solid #A28F5D;
	height: 19px;
	float: left;
	margin: 10px;
	background-color: #fff;
	color: #999;
}
form#enquiry-form input:focus, form#enquiry-form select:focus, form#enquiry-form input:hover, form#enquiry-form select:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(231,197,46,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(231,197,46,0.5);
	box-shadow: 0px 0px 5px 0px rgba(231,197,46,0.5);
}
form#enquiry-form #datepicker-arrival, form#enquiry-form #datepicker-departure {
	background: url(../images/calendar.png) no-repeat 96% 50%;
	background-color: #fff;
}
.booking-wrap input[type=submit] {
	height: 49px;
	width: 14%;
	padding: 13px 10px;
	border-radius: 3px;
	border: 1px solid #A28F5D;
	color: #FFF;
	background: #A28F5D;
	font-family: 'Lato', sans-serif;
	float: left;
	margin: 10px;
	margin-top: -10px;
	margin-left: -25px;
}
.booking-wrap input[type=submit]:hover {
	background: #A28F5D;
	cursor: pointer;
}
.booking-wrap .captcha {
	width: inherit;
	margin: 0 auto;
	margin-left: -10px;
}
.booking-wrap .captcha input {
	width: 8% !important;
}
.booking-wrap #SpamCheck {
	margin-left: 10px!important;
	padding: 14px 10px;
	color: #555;
}
.booking-wrap .captcha-img {
	margin-left: 0px;
	margin-bottom: -44px !important;
}
.booking-wrap .refresh {
	position: inherit;
	float: left;
	margin-top: -10px;
	margin-right: 80px;
}
img.calendar {
	position: relative;
	display: inline-block;
	right: 20px;
}
.quick-enquiry {
	width: 1200px;
	margin: 0 auto;
}
.services-page h2 {
	text-align: center;
}
.gallery-content {
	padding-bottom: 20px;
}
.gallery-content h2 {
	text-align: center;
}
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0.8%;
	text-align: center;
}
.gallery li {
	display: inline-block;
	margin-left: 6px;
	margin-bottom: 6px;
	background: #003785;
	height: 150px;
	border: 3px solid #A28F5D;
}
.gallery img {
	transition: all 0.5s ease 0s;
}
.gallery img:hover {
	opacity: 0.5;
	transition: all 0.5s ease 0s;
}
.contact-left {
	width: 48%;
	float: left;
}
#enquiryForm {
	margin-top: 20px;
}
.contact-align {
	float: left;
	width: 50%;
}
.contact-left input[type=text] {
	width: 190px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	margin-bottom: 2px;
	margin-right: 15px;
	padding: 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'Lato', sans-serif;
	float: left;
	margin-top: 15px;
}
.contact-left textarea {
	width: 212px;
	height: 135px;
	display: block;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px 8px;
	box-shadow: inset 1px 1px 1px #CCC;
	-moz-box-shadow: inset 1px 1px 1px #CCC;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-top: 15px;
}
.contact-left input[type=submit] {
	width: 100px;
	padding: 13px 10px;
	border-radius: 3px;
	border: 1px solid #A28F5D;
	color: #FFF;
	background: #A28F5D;
	font-family: 'Lato', sans-serif;
	margin: 10px;
	margin-left: 0px;
}
.contact-left form * {
	box-sizing: inherit !important;
}
.contact-right {
	width: 48%;
	float: right;
}
.Directions {
	width: 100px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #A28F5D;
	color: #FFF;
	background: #A28F5D;
	font-family: 'Lato', sans-serif;
	margin: 10px;
	margin-left: 0px;
}
button.Zebra_DatePicker_Icon {
	display: none;
}
iframe {
	width: 100% !important;
}
.page-not-found-align h2 {
	text-align: center;
}
.page-not-found-align p {
	text-align: center;
}
/* End Content */

/* Start Magnific Popup */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
       * Remove all paddings around the image on small screen
       */
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
	padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0;
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px;
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0;
}
}
 @media all and (max-width: 900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0;
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%;
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
/* End Magnific Popup */

/* Start Datepicker */

button.Zebra_DatePicker_Icon {
	display: none;
}
.Zebra_DatePicker *, .Zebra_DatePicker *:after, .Zebra_DatePicker *:before {
	box-sizing: content-box !important;
}
.Zebra_DatePicker {
	background: none repeat scroll 0 0 #666;
	border: 3px solid #666;
	display: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: absolute;
	z-index: 1000000;
}
.Zebra_DatePicker * {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #000;
	margin: 0;
	padding: 0;
}
.Zebra_DatePicker table {
	border-collapse: collapse;
	border-spacing: 0;
}
.Zebra_DatePicker td, .Zebra_DatePicker th {
	padding: 5px 0;
	text-align: center;
}
.Zebra_DatePicker td {
	cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker, .Zebra_DatePicker .dp_monthpicker, .Zebra_DatePicker .dp_yearpicker {
	margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
	background: none repeat scroll 0 0 #e8e8e8;
	border: 1px solid #7bacd2;
	width: 30px;
}
.Zebra_DatePicker, .Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
	border-radius: 5px;
}
.Zebra_DatePicker .dp_header td {
	color: #fff;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
	width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
	font-weight: bold;
}
.Zebra_DatePicker .dp_header .dp_hover {
	background: none repeat scroll 0 0 #222;
	color: #fff;
}
.Zebra_DatePicker .dp_header .dp_blocked {
	color: #888;
	cursor: default;
}
.Zebra_DatePicker .dp_daypicker th {
	background: none repeat scroll 0 0 #ffcc33;
}
.Zebra_DatePicker td.dp_not_in_month {
	background: none repeat scroll 0 0 #f3f3f3;
	color: #cdcdcd;
	cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
	background: none repeat scroll 0 0 #f3f3f3;
	color: #cdcdcd;
	cursor: pointer;
}
.Zebra_DatePicker td.dp_weekend {
	background: none repeat scroll 0 0 #d8d8d8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
	color: #ccc;
	cursor: default;
}
.Zebra_DatePicker td.dp_selected {
	background: none repeat scroll 0 0 #5a4b4b;
	color: #fff !important;
}
.Zebra_DatePicker td.dp_week_number {
	background: none repeat scroll 0 0 #ffcc33;
	color: #555;
	cursor: text;
	font-style: italic;
}
.Zebra_DatePicker .dp_monthpicker td {
	width: 33%;
}
.Zebra_DatePicker .dp_yearpicker td {
	width: 33%;
}
.Zebra_DatePicker .dp_footer {
	margin-top: 3px;
}
.Zebra_DatePicker .dp_footer td {
	color: #fff;
	font-weight: bold;
	padding: 2px;
}
.Zebra_DatePicker .dp_footer .dp_hover {
	background: none repeat scroll 0 0 #222;
	color: #fff;
}
.Zebra_DatePicker td.dp_current {
	color: #c40000;
}
.Zebra_DatePicker td.dp_disabled_current {
	color: #e38585;
}
.Zebra_DatePicker td.dp_disabled {
	background: none repeat scroll 0 0 #f3f3f3;
	color: #cdcdcd;
	cursor: default;
}
.Zebra_DatePicker td.dp_hover {
	background: none repeat scroll 0 0 #482424;
	color: #fff;
}
button.Zebra_DatePicker_Icon {
	background: url("../images/calendar.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	border: medium none;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	line-height: 0;
	padding: 0;
	position: absolute;
	text-indent: -9000px;
	vertical-align: top;
	width: 16px;
}
button.Zebra_DatePicker_Icon_Disabled {
	background-image: url("../images/calendar-disabled.png");
}
button.Zebra_DatePicker_Icon {
	margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
	margin: 0 12px 0 0;
}
/* End Datepicker */

/* Start Captcha */

/*CAPTCHA STYLES*/
/*//////////////*/

td {
	padding: 0;
	margin: 0;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
::-webkit-input-placeholder {
font-style:italic;
color: #444;
}
:-moz-placeholder {
font-style:italic;
color: #444;
}
::-moz-placeholder {
font-style:italic;
color: #444;
}
:-ms-input-placeholder {
font-style:italic;
color: #444;
}
.hidden {
	visibility: hidden;
}
.captcha {
	width: 240px;
	margin: 0 auto;
	margin-left: -10px;
}
.refresh {
	position: relative;
	float: right;
	margin-top: -20px;
	margin-right: 80px;
}
#SpamCheck {
	margin-left: 10px!important;
	padding: 5px;
	color: #555;
}
#url {
	visibility: hidden;
	height: 1px;
	width: 1px;
	position: absolute;
}
/* Z-INDEX */
.formError {
	z-index: 990;
}
.formError .formErrorContent {
	z-index: 991;
}
.formError .formErrorArrow {
	z-index: 996;
}
.ui-dialog .formError {
	z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
	z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position: relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}
.greenPopup .formErrorContent {
	background: #33be40;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}
body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top: 2px;
}
.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #33be40;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}
.formError .formErrorArrow .line10 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 11px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}
.captcha input {
	width: 65px !important;
	margin-top: 10px;
}
.captcha-img {
	margin-left: -50px;
	margin-bottom: -25px!important;
}

/* End Captcha */


@media only screen and (max-width : 1600px) {
.fadein {
	position: relative;
	width: 100%;
	height: 417px;
	border: none;
	border-bottom: 3px solid #84D1D6;
}
.fadein img {
	position: absolute;
	border: none;
	left: 0px;
	top: 0;
	width: 100%;
	height: 417px;
	background-size: cover;
}
}
 @media only screen and (max-width : 1366px) {
.fadein {
	position: relative;
	width: 100%;
	height: 356px;
	border: none;
	border-bottom: 3px solid #84D1D6;
}
.fadein img {
	position: absolute;
	border: none;
	left: 0px;
	top: 0;
	width: 100%;
	height: 356px;
	background-size: cover;
}
}
 @media only screen and (max-width : 1280px) {
#header {
	margin: auto;
	padding: 0;
	width: 1200px;
	display: block;
	top: 0;
	z-index: 32;
}
.fadein {
	position: relative;
	width: 100%;
	height: 333px;
	border: none;
	border-bottom: 3px solid #84D1D6;
}
.fadein img {
	position: absolute;
	border: none;
	left: 0px;
	top: 0;
	width: 100%;
	height: 333px;
	background-size: cover;
}
ul.nav {
	float: right;
	list-style: none outside none;
	margin: 60px 80px 0 0;
	padding: 0;
}
.logo {
	width: 300px;
}
header.large img {
	margin-left: 30px;
	margin-top: 40px;
	width: 300px;
	height: auto;
}
}
 @media only screen and (max-width : 1000px) {
.logo {
	float: none;
	outline: medium none;
	padding: 0px;
	position: inherit;
	text-decoration: none;
	text-align: center;
	width: 280px;
	z-index: 900;
	margin: 0 auto;
}
.HeadingUnderline {
	width: 50%;
	height: auto;
}
.HeadingUnderlinePage {
	width: 50%;
	height: auto;
}
.HomeLogo {
	float: none;
	margin-right: 0px;
}
.RoomsInner {
	width: 100%;
	margin: 0 auto;
}
.RoomLeft {
	float: none;
	width: 92%;
	padding: 15px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 40px;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.RoomRight {
	float: none;
	width: 92%;
	padding: 15px;
	background-color: rgba(255,255,255,0.9);
	margin-bottom: 40px;
	border-radius: 2px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.RoomImage {
	text-align: center;
	height: auto;
}
.RoomImage:hover {
	background: none;
	margin: 0 auto;
}
.RoomImage img {
	margin: 0 auto;
	width: 50%;
	height: auto;
}
.ActivitiesLeft {
	float: none;
	width: 100%;
}
.ActivitiesRight {
	float: none;
	width: 100%;
}
.ActivitiesLeft img {
	width: 50%;
	height: auto;
}
.ActivitiesRight img {
	width: 50%;
	height: auto;
}
#header {
	width: 100%;
}
header.large {
	box-shadow: none;
	background: none;
}
header.large img {
	width: 250px;
	height: inherit;
	background: rgba(255,255,255,0.8);
	padding: 15px;
	margin-left: 0px;
	margin-top: 40px;
}
header.small nav {
	display: none;
}
.rsMinW .rsArrowRight {
	left: 50px;
	bottom: 15px;
}
.rsMinW .rsBullets {
	display: none !important;
}
.fadein {
	height: 0px;
	margin-bottom: 190px;
}
.fadein img {
	display: none !important;
}
.book-now-button {
	display: none;
}
p {
	padding: 0px 15px 0px 15px;
}
h3 {
	padding-left: 15px;
}
.content {
	width: 100%;
}
.content-left {
	float: none;
	width: 100%;
}
.content-right {
	float: none;
	width: 99%;
	padding-left: 0px;
}
.content-left p {
	padding: 0px 15px 0px 15px;
}
.content h2 {
	text-align: center !important;
	padding: 0px 15px 0px 15px;
}
.about-image {
	width: 90%;
	margin-left: 15px;
}
.about-image-1 {
	float: none;
	width: 80%;
	margin: 30px 0px 30px 15px;
}
.about-image-2 {
	float: none;
	width: 80%;
	margin: 30px 0px 30px 15px;
}
.accom-left {
	width: 90%;
	float: none;
	margin-bottom: 30px;
}
.accom-right {
	width: 90%;
	float: none;
}
.accom-right img {
	width: 90%;
	height: auto;
}
.accommodation-rooms {
	float: none;
	width: 100%;
}
.accomm-link {
	padding-left: 15px;
}
.accommodation-rooms img {
	width: 50%;
}
.facilities-left {
	float: none;
	width: 100%;
}
.facilities-left ul {
	padding-right: 15px;
}
.facilities-right {
	float: none;
	width: 100%;
}
.facilities-right ul {
	padding-right: 15px;
}
.contact-left {
	float: none;
	width: 100%;
}
.contact-left input[type=text] {
	float: none;
	width: 80%;
}
.contact-left textarea {
	width: 80%;
}
.contact-left input[type=submit] {
	float: none;
}
iframe {
	width: 80% !important;
	height: 280px;
}
.contact-right {
	float: none;
	width: 100%;
}
.contact-align {
	float: none;
	width: 100%;
}
.quick-enquiry {
	width: 100%;
}
.booking-wrap input {
	width: 50%;
	float: none;
	margin-top: 15px;
	margin-left: 15px;
}
.booking-wrap .captcha input {
	width: 25% !important;
}
.booking-wrap .captcha-img {
	margin-left: 50px;
	margin-bottom: -5px !important;
}
.booking-wrap .refresh {
	position: inherit;
	float: left;
	margin-top: -40px !important;
	margin-right: 0px !important;
	margin-left: 20px !important;
}
.booking-wrap input[type=submit] {
	float: none;
	margin-top: 15px;
	margin-left: 15px;
	width: 200px;
}
.SantaMariaLogo {
	margin: 0px !important;
	margin-top: 40px !important;
}
.CliffRetreatLogo {
	margin: 0px !important;
	margin-top: 40px !important;
}
.FooterLogos {
	width: 100%;
}
.FooterLogosLeft {
	float: none;
	width: 100%;
	text-align: center;
}
.FooterLogosRight {
	float: none;
	width: 100%;
	text-align: center;
}
.FooterLogosCenter {
	float: none;
	width: 100%;
	text-align: center;
}
.FooterLogosLeft a img {
	margin: 0px;
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.FooterLogosRight a img {
	margin: 0px;
	margin-top: 50px !important;
	text-align: center;
}
.FooterLogosCenter a img {
	margin-top: 40px !important;
	margin-left: 30px;
}
.footer-copyright {
	width: 100%;
}
.footer-copyright {
	width: 100%;
}
#nav {
	position: relative;
	transition: none!important;
}
#nav li a {
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: center;
}
#nav li a:hover {
	padding-top: 6px;
	padding-bottom: 10px;
}
#nav > a {
}
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
	position: absolute;
	right: 14px;
	top: -5px;
	background-image: url('../images/nav.png');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	margin-top: 110px;
	z-index: 1000;
}
/* first level */

#nav > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 200px;
	z-index: 9999;
	width: 100%;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
/* second level */

#nav li ul {
	position: static;
	padding-top: 15px;
}
.gallery {
	text-align: center;
}
.gallery-content {
	padding-bottom: 0px;
}
.captcha-img {
	width: 61px !important;
	margin-left: -45px;
	margin-bottom: -10px!important;
}
.refresh {
	margin-top: -31px;
}
.refresh img {
	width: 20px !important;
	height: 20px !important;
	margin-top: -40px !important;
	margin-right: -15px;
}
#SpamCheck {
	margin-left: 20px!important;
	margin-top: 15px;
}
}
