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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-help:before {
    content: "\e904";
}
.icon-menu2:before {
    content: "\e905";
}
.icon-cross2:before {
    content: "\e906";
}
.icon-heart-o:before {
    content: "\e902";
}
.icon-heart:before {
    content: "\e903";
}
.icon-spinner:before {
    content: "\e907";
}
.icon-spinner2:before {
    content: "\e908";
}
.icon-spinner3:before {
    content: "\e909";
}
.icon-menu:before {
    content: "\e900";
}
.icon-cross:before {
    content: "\e901";
}

@keyframes anim-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.spinner {
	display: inline-block;
	animation: anim-rotate 2s infinite linear;
	color: #fff;
	text-shadow: 0 0 .25em rgba(255,255,255, .3);
	position:absolute;
	right:10px;
	top:6px;
}
.spinner--steps {
	animation: anim-rotate 1s infinite steps(8);
}
.spinner--steps2 {
	animation: anim-rotate 1s infinite steps(12);
}

/*
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  font-family:"Open Sans";
}
*/
:focus {outline:none;}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",Arial,sans-serif !important;
}
html {}
body {
	margin:0;
	padding:0;
	background:#fff;
	font-family: "Open Sans",Arial,sans-serif;
	font-size:13px;
}

ul {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	padding-top:2px;
}
li {
	padding:0;
	margin:0;
}


#portfolio[data-columns]::before {
	content: '3 .column.size-1of3';
}

.main{margin-top:60px;z-index:1;}
.brand{display:inline-block;}

.title {font-size:1.5em;color:white;}
.title a {text-decoration:none;color:white;}
.title a:visited {text-decoration:none;color:white;}
.title a:hover {text-decoration:underline;color:white;}

.stats_static .title {margin-top:5px;font-size:1.5em;color:white;margin-bottom:30px;}
.stats_static .title a {margin-top:5px;text-decoration:none;color:white;}
.stats_static .title a:visited {margin-top:5px;text-decoration:none;color:white;}
.stats_static .title a:hover {margin-top:5px;text-decoration:underline;color:white;}


.stats_static .stats_heading {display:inline-block;width:100%;}
.stats_static .category {display:inline-block;width:50%;}
.stats_static .value {display:inline-block;width:50%;text-align:right;}
.stats_static .bookings-link {margin:0;margin-top:0.5em;border-color:#fff;color:#fff;}
.stats_static .bookings-link:hover {background-color:#fff;color:#000;}

.add_to_favorite{color:#fff;font-size:16px;text-decoration:none; padding-left:5px;}

.gallery_item {
    float: left;
	position:relative;
	overflow:hidden;
	padding:0;
	margin-bottom:0;
}
.portfolio .gallery_item {
	margin-bottom:4px;
	margin-right:2px;
	margin-left:2px;
}

.portfolio {margin-top:2px;z-index:1;}

.gallery_item img{
    margin:0;
}

.model_image {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.stats {
    position: absolute;
    top: 0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0;
	border:0px solid white;
	padding:10px;
}

.stats:hover {
	opacity:0.8;
	transition: opacity .4s ease-in-out;
   -moz-transition: opacity .4s ease-in-out;
   -webkit-transition: opacity .4s ease-in-out;
}

.stats .category {
    float: left;
    width: 45%;
	position: absolute;
	bottom:10px;
}

.vignette {position: relative;}

.vignette > div {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    -moz-box-shadow: inset 0px 0px 85px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0px 0px 85px rgba(0,0,0,.5);
    box-shadow: inset 0px 0px 85px rgba(0,0,0,.5); 
}
.vignette > img {z-index: 4;position: relative;}


.category > span {
    width: 100%;
    float: left;
    font-size: 13px;
	line-height: 13px;
    color: #FFF;
    text-transform: uppercase;
}

.stats .value {
    text-align: right;
    float: right;
    width: 45%;
	position: absolute;
	right:10px;
	bottom:10px;
} 

.stats_inner {margin:0;width:100%;height:100%;}

.value > span {
    width: 100%;
    float: left;
    font-size: 13px;
	line-height: 13px;
    color: #FFF;
    text-transform: uppercase;
}

nav {
	text-align:center;
	width:100%;
	position:relative;
	height:60px;
	background:#FFF;
	z-index:2 !important;
}

.nav-shadow {	
	/* -webkit-box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.75);
   box-shadow: 0px 1px 3px -1px rgba(0,0,0,0.75);
	*/
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.6);
}

nav ul {
	text-align:right;
	position:absolute;
	top:0;
	right:0;
}
nav ul li {
	display:inline-block;
}
nav ul li a {
	color:#000;
	display:inline-block;
	padding:0.5em 0.8em;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "Open Sans",Arial,sans-serif;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
nav ul li a:hover {
	text-decoration:underline;
}
/*styling open close button*/
.button {
	display:inline;
	position:absolute;
	right:25px;
	top:15px;
	z-index:105;
	font-size:20px;
}
.button a {
	text-decoration:none;
}
.btn-open:after {
	color:#000;
	content:"\e900";
	font-family:"icomoon";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
	color:#ccc;
}
.btn-close:after {
	color:#fff;
	content:"\e901";
	font-family:"icomoon";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	font-size:16px;
}
.btn-close:hover:after {
	color: #34B484;
	font-size:16px;
}

/*overlay*/

.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background:#333;
	overflow:auto;
	z-index:104;
}
.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}
.wrap ul.wrap-nav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:150px 0px 100px;
	position: relative;
}
.wrap ul.wrap-nav li {
	font-size:20px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}
.wrap ul.wrap-nav li a {
	color:#34B484;
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
	text-align: center;
}
.wrap ul.wrap-nav li a:hover {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
	padding:20px 0;
}
.wrap ul.wrap-nav ul li {
	display:block;
	font-size:13px;
	width:100%;
	color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
	color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
	color:#34B484;
}
.social {
	font-size:25px;
	padding:20px;
}
.social p {
	margin:0;
	padding:20px 0 5px 0;
	line-height:30px;
	font-size:13px;
}
.social p a {
	color:#34B484;
	text-decoration:none;
	margin:0;
	padding:0;
}
.social-icon {
	width:80px;
	height:50px;
	background:#e9e9e9;
	color:#333;
	display:inline-block;
	margin:0 20px;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}
.social-icon:hover {
	background:#34B484;
	color:#f0f0f0;
}
.social-icon i {
	margin-top:12px;
}

nav object {
	height:60px;
    pointer-events:none;
	padding-bottom:5px;
	padding-top:5px;
}

.brand object{pointer-events:none;}

@media screen and (max-width:48em) {
	.wrap ul.wrap-nav>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	.wrap ul.wrap-nav {
		padding:30px 0px 0px;
	}
	nav ul {
	}
	.social {
		color:#c1c1c1;
		font-size:25px;
		padding:15px 0;
	}
	.social-icon {
		width:100%;
		height:50px;
		background:#fff;
		color:#333;
		display:block;
		margin:5px 0;
	}
}

.loginbg {
    background-image:url(images/mmloginbg.jpg);
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity : 0.7;
    z-index: -1;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
.captcha img {width:100% !important;}
/* Bookings */

/* table */
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
	display: block;
}

.mb-td {display: block !important;}
.mobile-table table, .mobile-table thead, .mobile-table tbody, .mobile-table th, .mobile-table td, .mobile-table tr {
	display: block;
} 

/* Hide table headers (but not display: none;, for accessibility) */
/* thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
*/
td {
	position: relative;
	padding-left: 40% !important;
    border-top: 1px dotted #dedede !important;
    min-height:50px;
}

.booking_edit td {padding-left:0 !important;}
.booking_edit td:before {display:none;}
td:before {
	position: absolute;
	left: 6px;
	width: 35%;
	padding-right: 10px;
	white-space: normal;
	}
}
 	
.bookings-table .model-name {width:75px;display:inline-block;font-weight:normal;margin-top:5px;}
.bookings-table .model_image {width:75px;}
.bookings-table, .bookings-table tbody, .bookings-table th, .bookings-table th span {font-weight:normal;}
.bookings-table tbody {font-weight:normal !important;}
.bookings-table .model-name a {text-decoration:none;font-size:12px;white-space:nowrap;}
.bookings-table .model-name a:hover {text-decoration:underline;}
.bookings-table .w3-tag {white-space:nowrap;display:block;padding: 0.2em 0.4em;font-weight:normal;}
.bookings-table .w3-form {padding:0;}
.bookings-table .w3-form input[type="text"] {padding-left:4px;}
.bookings-table .w3-form input[type="submit"], .bookings-table .w3-form button[type="submit"] {line-height:normal;height:auto;}
.bookings-table .timeSlot{margin-bottom:16px;background: #f5f5f5;}
.bookings-table textarea[name="requirements_notes"]{max-height:130px;}
.bookings-table .radio_option > input {vertical-align: middle;margin-right:4px;}
.bookings-table .radio_option {display: inline-block;float: right;}
.bookings-table .timeSlot > span {padding-left: 5px;}
.bookings-link {display:block;text-decoration:none;white-space:nowrap;}
.bookings-link {
    -moz-user-select: none;
    cursor: pointer;
    display: block;
    margin: 0.5em 0;
    overflow: hidden;
    padding: 0.2em 0.4em;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
	text-decoration: none !important;
	border:1px solid #000;
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;

}

.bookings-link:hover{background-color:#000;color:#fff;}

/*.link-wrapper {position:absolute;bottom:2px;}*/
.bookings-table td {position:relative;}
.fadeIn {
	opacity:1;
	transition: opacity 0.5s ease-in-out !important;
   -moz-transition: opacity 0.5s ease-in-out !important;
   -webkit-transition: opacity 0.5s ease-in-out !important;
   }
.fadeOut {
	opacity:0.4;
	transition: opacity 0.5s ease-in-out !important;
   -moz-transition: opacity 0.5s ease-in-out !important;
   -webkit-transition: opacity 0.5s ease-in-out !important;
   }
label {border-radius:4px;}
.timeSlot {border-radius:4px;}
/*form*/
.gender input.w3-radio[type="radio"]:hover, .account-type input.w3-radio[type="radio"]:hover {cursor:pointer;}
.gender label:hover, .account-type label:hover {text-decoration:underline;cursor:pointer;}
.account-type {margin-bottom:10px;font-size:13px;}
.gender label, .account-type label {padding:0;padding-top:6px;text-transform:capitalize;width:auto;background:none;color:black;text-indent:0px;font-size:14px;}
.gender input.w3-radio[type="radio"], .account-type input.w3-radio[type="radio"] {width:12px;margin-left:12px;height:12px;top:2px;}
.gender {margin-bottom:24px;}
.radiolabel {
    background: #f5f5f5 none repeat scroll 0 0 !important;
    color: #777 !important;
    display: inline-block;
    font-size: 12px !important;
    padding: 2px !important;
    text-indent: 4px !important;
    text-transform: uppercase !important;
    width: 100%;
}

.radiolabel:hover {
	text-decoration: none !important;
	cursor:default !important;
}

.new-account {
	position:relative;
}
.new-accountbg {
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity : 0.7;
    z-index: -1;
	animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:0.7;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:0.7;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:0.7;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 0.7;
    }
}

.form-container {margin-bottom:20px;margin-top:30px;background:white;opacity:0.95;border-radius:4px;padding:15px !important;}
/*images*/

.zoo_visitor_form .w3-half, .zoo_visitor_form .w3-quarter, .zoo_visitor_form .w3-col {
	padding:0px 3px 0px 3px;
}

.CIField .CITable {
    border: none !important;
    border-radius: 0px;
}

.CIField .CITable thead, .CIField .CITable thead th, .CIField .CITable td {
    background: #f5f5f5 !important;
	border: none !important;
    border-radius: 0px;
}

.CIField .CITable thead th.top_actions .UploadImages {
	background: rgba(0, 0, 0, 0) url("img/select_images.png") no-repeat scroll 0 0;
    padding: 0 0 0 20px;
	display: inline-block;
    font-size: 12px;
    padding: 2px;
    text-indent: 4px;
    text-transform: uppercase;
	color:#777;
	font-weight:normal;
}

.CIField .CITable thead th {
	color:#777;
	font-weight:normal;
	min-height: 25px
}

.CIField .CITable thead th.top_actions .UploadImages input {
    width:100%;
}

.CIField .CITable thead th.top_actions .UploadImages::after {
    content:" ▼";
}
.CIField .CITable thead th.top_actions .block:hover {
    color: #777 !important;
	border-bottom:1px solid #777;
}

.CIField .TileBased .Image .filename .name {
    font-size: 11px !important;
    height: 25px !important;
    overflow: hidden;
    padding: 2px 0 5px !important;
    width: 100% !important;
}

.CIField .TileBased .Image .filename .name input {
    height: 25px !important;
}

.CIField .TileBased .Image .filename {

    width: 100% !important;
}

.CIField .TileBased .Image {
	width:109px !important;
}

.NoImages::after {
	content:"Drag and drop images here";
}

.CIField .UploadProgress div.progress {
    background: #000 none repeat scroll 0 0 !important;
}

.form-err {
	color:red;
	padding-left:10px;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    font-size: 11px;
    text-transform: uppercase;
	display:inline-block;
}

input[type="text"],
button,
textarea,
select,
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-secondary input[type="text"],
.bg-secondary textarea,
.bg-secondary select {
  background: #fff;
}
.input-lh {
  line-height: 50px;
}
.attempted-submit .field-error {
  outline: 1px red !important;
}
.input-with-label span {
  font-size: 11px;
  text-transform: uppercase;
  color: #292929;
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
  cursor: default;
}
input[type="text"],
input[type="password"] {
  background: #f5f5f5;
  border: none;
  width: 100%;
  height: 30px;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 24px !important;
  border-radius: 0;
}
.image-bg input[type="text"],
.image-bg textarea {
  color: #555;
}
.image-bg.bg-light input.transparent,
.image-bg.bg-light button.transparent {
  border-color: #292929;
}
input.transparent,
button.transparent {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important	;
}
input[type="text"]:focus,
input[type="password"]:focus {
	border-bottom: 2px solid #47b475;
}
textarea {
  width: 100%;
  border: none;
  background: #f5f5f5;
  margin-bottom: 24px;
  border-radius: 0;
  padding: 16px 20px;
}
textarea:focus {
  border-bottom: 2px solid #47b475;
}
::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
:-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
::-moz-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  font-size: 11px;
}
input.transparent::-webkit-input-placeholder,
button.transparent::-webkit-input-placeholder {
  color: #fff;
}
input.transparent::-moz-input-placeholder,
button.transparent::-moz-input-placeholder {
  color: #fff;
}
input.transparent:-moz-input-placeholder,
button.transparent:-moz-input-placeholder {
  color: #fff;
}
input.transparent:-ms-input-placeholder,
button.transparent:-ms-input-placeholder {
  color: #fff;
}
input[type="submit"],
button[type="submit"] {
  height: 50px;
  line-height: 48px;
  border: 2px solid #47b475;
  background: #47b475;
  color: #fff;
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0 !important;
}
.bg-primary input[type="submit"],
.bg-primary button[type="submit"] {
  background: #fff;
  color: #47b475;
}
input[type="submit"]:focus,
button[type="submit"]:focus {
  outline: none;
}
input[type="submit"].hollow,
button[type="submit"].hollow {
  background: none;
  border: 2px solid #47b475;
  color: #47b475;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
input[type="submit"].hollow:hover,
button[type="submit"].hollow:hover {
  background: #47b475;
  color: #fff;
}
label {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #777;
    display: inline-block;
    font-size: 12px;
    padding: 2px;
    text-transform: uppercase;
    width: 100%;
	text-indent:4px;
}

.select-option {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 24px;
}
.select-option i {
  position: absolute;
  font-size: 12px;
  right: 10px;
  top: 30px;
  z-index: 1;
  font-style:normal;
  color:#777;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
.select-option:focus i {
  color: #47b475;
}
.select-option:hover i {
  color: #47b475 !important;
}
.select-option select {
  margin-bottom: 0;
}
select {
  height: 30px;
  background: #f5f5f5;
  width: 100%;
  border-radius: 0;
  border: none;
  outline: none;
  padding-left: 20px;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #777;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
}
select:focus {
  background: #eee;
}
select:active,
select:focus,
select:hover {
  outline: none;
  border: none;
}
.checkbox-option,
.radio-option {
  display: inline-block;
  width: 50px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #47b475;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 24px;
}
.checkbox-option .inner,
.radio-option .inner {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #47b475;
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.checkbox-option.checked .inner {
  transform: translate3d(25px, 0, 0);
  -webkit-transform: translate3d(25px, 0, 0);
  -moz-transform: translate3d(25px, 0, 0);
  background: #47b475;
}
.checkbox-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.radio-option {
  width: 25px;
  height: 25px;
  text-align: left;
}
.radio-option:nth-of-type(n+2) {
  margin-left: 24px;
}
.radio-option input {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.radio-option .inner {
  border: none;
  width: 19px;
  height: 19px;
  left: 2px;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.radio-option + span {
  display: inline-block;
  line-height: 25px;
}
.radio-option.checked .inner {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.radio-option.checked .inner {
  background: #47b475;
}

form.thirds input,
form.thirds button {
  width: 32%;
  float: left;
  margin-left: 1%;
  margin-bottom: 16px;
}
form.halves input,
form.halves button {
  width: 46%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 16px;
}
form.halves p,
form.thirds p,
form.halves span,
form.thirds span {
  clear: both;
}
.form-error,
.form-success {
  background: #58ce38;
  padding: 12px;
  width: 80%;
  color: #fff;
  clear: both;
  display: block;
  max-width: 700px;
  position: relative;
  top: 16px;
  margin: 0 auto;
  word-break: break-word;
}
.form-error {
  background: #ce3838;
}
.form-error a,
.form-success a {
  display: block;
  color: #fff;
}
.attempted-submit .field-error {
  outline: 1px solid #ce3838 !important;
}
form iframe.mail-list-form {
  display: none;
}
.form-loading {
  border: 3px solid #ffffff;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  z-index: 99999;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
button[type="submit"] .form-loading {
  height: 25px;
  width: 25px;
  display: inline-block;
  top: 9px;
  position: relative;
  left: 0;
}
.btn-white .form-loading {
  border: 3px solid #c8c8c8;
}
@media all and (max-width: 767px) {
  form.thirds input,
  form.halves input,
  form.thirds button,
  form.halves button {
    width: 100%;
    margin-bottom: 8px;
    float: left;
    margin-left: 0;
  }
}


/* Booking */
.booking_form select:focus, .booking_form select:hover {border-bottom:2px solid #47b475;}
.booking_form textarea, .booking_form select {margin-bottom:24px;}
.booking_form .end-date {display:none;} 
.booking_form {background:#FFF !important;}
.booking-select select{width:auto !important;padding-left:5px !important;}
.eh_clear_date {display:none;}
.booking-select .w3-third {border-left:2px solid white;border-right:2px solid white;}
.booking-select {border:1px solid #f7f7f7;}
#successMsg h3 {text-transform:uppercase;margin-top:4px;margin-bottom:0;font-weight:bold;}
.booking_form .low-events {background:#f5f5f5;}
.booking_form .low-events input[type="text"], input[type="password"] {margin-bottom:12px;}
.booking_form .low-events input.time {width: 7em;}
.booking_form .low-events input.date {width: 9em;}
.booking_form .low-events input.time:hover {cursor: pointer;}
.booking_form .low-events input.date:hover {cursor: pointer;}

.booking_edit .low-events {background:#f5f5f5;}
.booking_edit .low-events input[type="text"], .booking_edit .low-events input[type="password"] {margin-bottom:0px !important;font-weight:normal;height:16px;}
.booking_edit .low-events input.time {width: 5em;}
.booking_edit .low-events input.date {width: 9em;}
.booking_edit .low-events input.time:hover {cursor: pointer;border-bottom:2px solid #47b475;}
.booking_edit .low-events input.date:hover {cursor: pointer;border-bottom:2px solid #47b475;}
.booking_edit .low-events .all-day, 
.booking_edit .low-events .end-date {display:none;}

.book {
	background-color: #000;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    outline: 0 none;
    overflow: hidden;
    padding: 1px 6px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
	text-transform:uppercase;
	font-size: 0.7em;
	font-weight:bold;
	border:1px solid #fff;
	float:right;
	margin-top:12px;
}

.book:hover { background-color: #FFF;color: #000;}
h4.title{display:inline-block;}

.w3-closebtn {font-family:Verdana,sans-serif; padding-top:10px;font-size:32px !important;line-height:32px !important;}
.w3-closebtn:hover, .w3-closebtn:focus {color:#888 !important;}

.ptitle {font-family: "Open Sans"; font-size: 1.2em;text-transform: uppercase;margin-bottom:0;padding:5px !important;}
.account-menu li {display:inline-block;}
.account-menu li a {text-decoration:none;padding:2px 10px 5px 10px;border-radius: 0 0 4px 4px;}
.account-menu li a:hover, .account-menu li a:focus {background:#000;color:#fff;}
.account-menu li {margin-bottom:10px;}

/* Calendar */

table.events_calendar {background: #e9e8df; width: 100%; border: 1px solid #d0cfc6;}
table.events_calendar td {text-align: center;}
.home_cal {width: 55%; margin-right: 5%;}
table.events_calendar a {text-decoration: none;}
table.events_calendar thead {background: #bcbbb2; color: #fff; text-shadow: 1px 1px 0 #9a9993;}
table.events_calendar td {border-top: 1px solid #d0cfc6; border-right: 1px solid #d0cfc6;}
table.events_calendar td.cal-month {background: #dad9d1; color: #61615c; text-shadow: 1px 1px 0 #efede3; text-transform: uppercase;}
table.events_calendar td.calendar-blank,
table.events_calendar td.calendar-blank a {color: #9d9d98; text-shadow: 1px 1px 0 #fff;}
table.events_calendar td.calendar-cell,
table.events_calendar td.calendar-cell a {color: #72716d;}
table.events_calendar td.calendar-today {background: #e0dfd7; text-shadow: 1px 1px 0 #fff;}
table.events_calendar td.has-events,
table.events_calendar td.has-events a {background: #326d85; color: #fff; text-shadow: none;}

table.events_calendar.small td {font-size: 12px; padding: 5px 0;}
table.events_calendar.small td.cal-month {font-size: 16px; border: none;}

table.events_calendar {background: #fff;}
table.events_calendar.full td {padding: 40px 0; width: 14%;}
table.events_calendar.full td.has-events {padding: 0;}
table.events_calendar.full thead td {padding: 20px 0;}
table.events_calendar.full td.month-links {background: #fff; text-shadow: none; font-size: 30px; padding: 30px 0; border: none;}
table.events_calendar.full td.calendar-blank {background: #f6f5ee;}

.event {display: inline-block; *display: inline; zoom: 1; position: relative; font-size: 21px; width: 10px; padding: 3px; z-index: 50; background: none !important;}
.event-details {display: none; position: absolute; bottom: 28px; left: 50%; width: 170px; padding: 2px 15px; margin-left: -100px; min-height: 100px; background: #fff; border: 1px solid #ccc; text-align: left; z-index: 100;}
.event:hover .event-details {display: block;}
.event-details .arrow {position: absolute; bottom: -9px; left: 50%; width: 17px; height: 9px; margin-left: -8px; background: url(../i/event-arrow.png) no-repeat 0 0;}
table.events_calendar.full tbody td:first-child .event-details {left: 0; margin-left: 0;}
table.events_calendar.full tbody td:first-child .event-details .arrow {left: -1px; margin-left: 0;}
table.events_calendar.full tbody td:last-child .event-details {left: auto; right: 0; margin-left: 0;}
table.events_calendar.full tbody td:last-child .event-details .arrow {left: auto; right: -2px; margin-left: 0;}

/* END Calendar */

.login {padding:15px;border-radius:4px;background:white;margin-top:50%;opacity:0.92;}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}

.timeSlot{margin-bottom:24px;}

/* ajax loader */
#noTrespassingOuterBarG{
	height:19px;
	width:152px;
	border:1px solid rgb(0,0,0);
	overflow:hidden;
	background-color:rgb(255,255,255);
	margin:auto;
}

.noTrespassingBarLineG{
	background-color:rgb(0,0,0);
	float:left;
	width:13px;
	height:114px;
	margin-right:23px;
	margin-top:-27px;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

.noTrespassingAnimationG{
	width:224px;
	animation-name:noTrespassingAnimationG;
		-o-animation-name:noTrespassingAnimationG;
		-ms-animation-name:noTrespassingAnimationG;
		-webkit-animation-name:noTrespassingAnimationG;
		-moz-animation-name:noTrespassingAnimationG;
	animation-duration:0.645s;
		-o-animation-duration:0.645s;
		-ms-animation-duration:0.645s;
		-webkit-animation-duration:0.645s;
		-moz-animation-duration:0.645s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-timing-function:linear;
		-o-animation-timing-function:linear;
		-ms-animation-timing-function:linear;
		-webkit-animation-timing-function:linear;
		-moz-animation-timing-function:linear;
}



@keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-36px;
	}
}

@-o-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-36px;
	}
}

@-ms-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-36px;
	}
}

@-webkit-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-36px;
	}
}

@-moz-keyframes noTrespassingAnimationG{
	0%{
		margin-left:0px;
	}

	100%{
		margin-left:-36px;
	}
}
/* ajax loader */




/* Media */

@media screen and (max-width: 601px) {
.category > span, .value > span {
    font-size: 80%;
}
.title a {
    font-size: 80%;
}

}
