@charset "utf-8";
/*
Theme Name: Dropzone.Marketing Theme
Theme URI: http://dropzone.marketing/
Author: Dropzone Marketing, Powered by Beyond Marketing
Author URI: http://dropzone.marketing/
Description: Dropzone theme developed by Dropzone.Marketing for skydiving industry.
Version: 1.0
*/
/* RESET */
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, code, del, em, img, strike, strong,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, section, summary, button, input, select, textarea,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
		}
	body {
		line-height: 1;
		}
	table {
		border-collapse: collapse;
		border-spacing: 0;
		}
	ol, ul {
		list-style: none;
		}
	:focus {
		outline: 0;
		}
/* HTML */
	html {
		background: #2f2f2f;
		font-size: 10px;
		height: 100%;
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		}
	html.menu-open {
		overflow: hidden;
		}
	html.menu-open body {
		overflow: hidden;
		}
	body {
		color: #2f2f2f;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		}
	html.menu-open body {
		overflow: hidden;
		}
	a {
		color: #5b9541;
		text-decoration: none;
		}
	a:hover {
		color: #2e6715;
		}
	h1, h2, h3, h4, h5 {
		font-family: 'Roboto Condensed', sans-serif;
		}
	h1 {
		font-size: 5em;
		font-weight: 700;
		text-transform: uppercase;
		}
	h2 {
		font-size: 2em;
		font-family: 'Roboto', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
		}
	h3 {
		border-bottom: 1px solid #eaeaea;
		font-size: 3em;
		font-weight: 700;
  		line-height: 1.2em;
		margin: 50px 0 20px 0;
		padding: 0 0 10px 0;
		position: relative;
		text-transform: uppercase;
		}
	h4 {
		font-size: 2.5em;
		font-weight: 700;
		line-height: 1em;
		margin: 30px 0 20px 0;
		position: relative;
		text-transform: uppercase;
		}
	h5 {
		font-size: 2em;
		font-weight: 700;
		line-height: 1em;
		margin: 30px 0 10px 0;
		text-transform: uppercase;
		}
	h6 {
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.2em;
		margin: 30px 0 10px 0;
		}
	strong,b {
		font-weight: 700;
		}
	em,i {
		font-style: italic;
		}
	img {
		height: auto;
		max-width: 100%;
		}
	button,
	input,
	select,
	textarea {
		border-radius: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing:border-box;
		box-sizing: border-box;
		}
	button,
	input[type=text],
	input[type=password],
	input[type=email],
	input[type=submit],
	select,
	textarea {
		-webkit-appearance: none;
		}
	button {
		border-radius: 0;
		}
	sup {
		vertical-align: baseline;
		position: relative;
		top: -0.4em;
		}
/* LAYOUT */
	#top {
		height: 100%;
		position: relative;
		}
	#header {
		box-shadow: 0 25px 25px rgba(33,33,33,0.25);
		height: 130px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 10;
		}
	#header-main-padding {
		background: #fff;
		box-shadow: 0 0 4px rgba(0,0,0,0.15);
		height: 100px;
		position: relative;
		z-index: 2;
		}
	#header-main-holder {
		height: 100px;
		}
	#logo {
		float: left;
		height: 150px;
		left: -40px;
		width: 320px;
		position: relative;
		}
	#logo>a {
		background: url(assets/images/logo.png) center top no-repeat;
		background-size: cover;
		display: block;
		height: 100%;
		overflow: hidden;
		text-indent: -9180px;
		width: 100%;
		}
	html.no-backgroundsize #logo>a {background-image: url(assets/images/logo-alt.png);}
	#header-main {
		margin-left: 280px;
		}
	#header-info {
		color: #777;
		margin: 0;
		overflow: hidden;
		}
	#header-info>ul {
		float: right;
		font-size: 10px;
		list-style: none;
		margin: 5px 0;
		padding: 0;
		}
	#header-info>ul>li {
		float: left;
		margin: 0;
		padding: 0 0 0 10px;
		}
	#header-details>ul,
	#header-details ul#menu-book {
		float: left;
		font-size: 16px;
		list-style: none;
		margin: 20px 0 0;
		padding: 0;
		}
	#header-details>ul>li,
	#header-details ul#menu-book>li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		}
	#header-details>ul>li+li {
		padding-left: 15px;
		}
	#header-details>ul>li>a,
	#header-details ul#menu-book>li>a {
		border: 1px solid #ccc;
		border-radius: 4px;
		color: #444;
		display: block;
		font-weight: 700;
		padding: 11px 20px;
		text-transform: uppercase;
		}
	#header-details>ul>li.current-menu-item>a,
	#header-details>ul>li.current-menu-ancestor>a,
	#header-details>ul>li.current-page-ancestor>a,
	#header-details>ul>li.current_page_parent>a {
		color: #5b9541;
		}
	#header-details>ul li ul {
		background: #5b9541;
		border-radius: 4px;
		font-size: 12px;
		font-weight: 400;
		left: 50%;
		list-style: none;
		margin: 0 0 0 -100px;
		opacity: 0;
		padding: 8px 0;
		position: absolute;
		text-align: center;
		text-transform: none;
		visibility: hidden;
		width: 200px;
		z-index: 10;
		}
	#header-details>ul li ul:before{
		border-color: transparent transparent #5b9541 transparent;
		border-style: solid;
		border-width: 4px;
		content: '';
		display: block;
		left: 50%;
		margin-left: -3px;
		pointer-events: none;
		position: absolute;
		top: -8px;
		}
	#header-details>ul li:hover>a {
		border-color: #999;
		}
	#header-details>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		}
	#header-details>ul>li ul>li {
		margin: 0;
		padding: 0;
		}
	#header-details>ul>li ul a {
		color: #fff;
		display: block;
		padding: 8px;
		}
	#header-details>ul ul li:hover>a {
		color: #194107;
		}
	#header-details #menu-cta {
		float: right;
		}
	#header-details ul#menu-book {
		float: left;
		}
	#header-details ul#menu-book>li>a {
		background: #335a2b;
		color: #fff;
		font-weight: 900;
		padding: 11px 20px 11px 59px;
		position: relative;
		}
	#header-details ul#menu-book>li>a:before {
		background: #335a2b url(assets/images/star.png) center center no-repeat;
		background-size: auto 100%;
		border-right: 1px solid #5b9541;
		content: '';
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 38px;
		}
	#header-details ul#menu-book>li>a:hover {
		background: #fff;
		color: #5b9541;
		}
	#header-sub-padding {
		background: rgba(255,242,0,0.9);
		height: 30px;
		position: relative;
		z-index: 1;
		}
	#header-sub {
		margin-left: 280px;
		}
	#header-sub-left {
		float: left;
		}
	#header-sub-right {
		float: right;
		}
	#header-sub>div>ul {
		float: left;
		font-weight: 400;
		list-style: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		}
	#header-sub>div>ul>li {
		float: left;
		margin: 0;
		position: relative;
		}
	#header-sub-left>ul>li {
		padding: 0 20px 0 0;
		}
	#header-sub-right>ul>li {
		padding: 0 0 0 20px;
		}
	#header-sub>div>ul>li>a {
		color: #6e6800;
		display: block;
		font-size: 12px;
		height: 12px;
		padding: 9px 0;
		}
	#header-sub>div>ul>li.current-menu-item>a,
	#header-sub>div>ul>li.current-menu-ancestor>a,
	#header-sub>div>ul>li.current-page-ancestor>a,
	#header-sub>div>ul>li.current_page_parent>a,
	#header-sub>div>ul>li:hover>a {
		color: #5b9541;
		}
	#header-sub>div>ul li ul {
		background: #6e6800;
		border-radius: 4px;
		font-size: 11px;
		font-weight: 400;
		left: 50%;
		list-style: none;
		margin: 0 0 0 -100px;
		opacity: 0;
		padding: 8px 0;
		position: absolute;
		text-align: center;
		text-transform: none;
		visibility: hidden;
		width: 200px;
		z-index: 10;
		}
	#header-sub>div>ul li ul:before{
		border-color: transparent transparent #6e6800 transparent;
		border-style: solid;
		border-width: 4px;
		content: '';
		display: block;
		left: 50%;
		margin-left: -3px;
		pointer-events: none;
		position: absolute;
		top: -8px;
		}
	#header-sub>div>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		}
	#header-sub>div>ul>li ul>li {
		margin: 0;
		padding: 0;
		}
	#header-sub>div>ul>li ul a {
		color: #fff200;
		display: block;
		padding: 8px;
		}
	#header-sub>div>ul ul li:hover>a {
		color: #fff;
		}
	#header-sub>div>ul#header-social>li>a {
		font-size: 16px;
		height: 16px;
		padding: 7px 0;
		}
	#content {
		background: #fafafa;
		clear: both;
		overflow: hidden;
		position: relative;
		}
	body.not-home #content {
		padding-top: 130px;
		}
/* SEARCH */
	#header-search {
		float: left;
		padding: 20px 0 0 10px;
		}
	#menu-search {
		}
	.menu-search-field,
	.menu-search-button {
		float: left;
		}
	.menu-search-field {
		display: none;
		}
	.menu-search-field input {
		background: #fafafa;
		border: 1px solid #eaeaea;
		color: #333;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		margin-right: 15px;
		padding: 0 10px;
		width: 200px;
		}
	.menu-search-field ::-webkit-input-placeholder {color: #999;}
	.menu-search-field :-moz-placeholder {color: #999;}
	.menu-search-field ::-moz-placeholder {color: #999;opacity: 1;}
	.menu-search-field :-ms-input-placeholder {color: #999;}
	.menu-search-button button {
		background: #333;
		border: 1px solid #f7f7f7;
		border-radius: 4px;
		color: #ccc;
		cursor: pointer;
		display: inline-block;
		font-size: 18px;
		height: 40px;
		line-height: 35px;
		text-align: center;
		width: 40px;
		}
	.menu-search-button button:hover {
		color: #fff;
		}
	html.search-open .menu-search-field {
		display: block;
		}
	html.search-open #menu-book {
		display: none !important;
		}
/* MOBILE */
	#menu-toggle {
		display: none;
		}
	#menu-mobile {
		background: #222;
		color: #bbb;
		height: 0;
		left: 0;
		overflow: hidden;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
		}
	html.menu-open #menu-mobile {
		height: 100%;
		}
	#menu-mobile-holder {
		background: #222;
		border: 1px solid #111;
		margin: 50px auto;
		max-width: 800px;
		position: relative;
		}
	#menu-mobile-title {
		background: #fff;
		height: 60px;
		overflow: hidden;
		}
	#menu-mobile-logo {
		float: left;
		}
	#menu-mobile-logo>a {
		display: block;
		margin-left: 10px;
		}
	#menu-mobile-logo>a>img {
		height: 60px;
		width: auto;
		}
	#menu-mobile-close {
		float: right;
		}
	#menu-mobile-close>a {
		color: #777;
		display: block;
		font-size: 20px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		width: 60px;
		}
	#menu-mobile-close>a:hover {
		color: #5b9541;
		}
	#menu-mobile-highlight {
		background: #fff200;
		overflow: hidden;
		}
	#menu-mobile-highlight>li {
		float: left;
		text-align: center;
		width: 33.3%;
		}
	#menu-mobile-highlight>li>a {
		background: #fff200;
		color: #6e6800;
		display: block;
		font-size: 14px;
		font-weight: 700;
		padding: 10px;
		text-transform: uppercase;
		}
	#menu-mobile-highlight>li>a:hover {
		background: #5b9541;
		color: #fff;
		}
	#menu-mobile-contact {
		border-bottom: 1px solid #111;
		font-size: 14px;
		overflow: hidden;
		padding: 10px 0;
		text-align: center;
		}
	#menu-mobile-contact>li {
		line-height: 20px;
		margin: 5px 0;
		}
	#menu-mobile-contact a {
		color: #fff;
		}
	#menu-mobile-contact a:hover {
		color: #fff200;
		}
	#menu-mobile-contact>li i {
		color: #5b9541;
		}
	#menu-mobile-contact>li img {
		display: none;
		}
	#menu-mobile-social {
		border-bottom: 1px solid #111;
		}
	#menu-mobile-social #menu-social-menu>li>a {
		border-color: #111;
		}
	#menu-mobile-social #menu-social-menu>li>a:hover {
		background: #5b9541;
		color: #fff;
		}
	#menu-mobile-search {
		border-bottom: 1px solid #111;
		}
	#menu-mobile-search input {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		background: #111;
		border: none;
		border-radius: none !important;
		color: #fff;
		font-size: 18px;
		line-height: 22px;
		padding: 10px 20px;
		width: 100%;
		}
	#menu-mobile-search ::-webkit-input-placeholder {color: #555;}
	#menu-mobile-search :-moz-placeholder {color: #555;}
	#menu-mobile-search ::-moz-placeholder {color: #555;opacity: 1;}
	#menu-mobile-search :-ms-input-placeholder {color: #555;}
	#menu-mobile-items {
		font-size: 20px;
		}
	#menu-mobile-items>li a {
		border-bottom: 1px solid #111;
		color: #ccc;
		display: block;
		padding: 15px 0 15px 20px;
		}
	#menu-mobile-items>li a:hover {
		background: #fff;
		color: #5b9541;
		}
	#menu-mobile-items>li>a {
		font-weight: 900;
		position: relative;
		text-transform: uppercase;
		}
	#menu-mobile-items>li>a>i.fam {
		color: #5b9541;
		right: 20px;
		position: absolute;
		}
	#menu-mobile-items>li>ul {
		display: none;
		font-size: 0.9em;
		font-weight: 400;
		}
	#menu-mobile-items>li>ul.mm-show {
		display: block;
		}
	#menu-mobile-items>li>ul>li>a {
		padding-left: 40px;
		}
/* SLIDES */
	#slides {
		background: #333;
		height: calc(100vh - 150px);
		position: relative;
		z-index: 1;
		}
	#slides-holder {
		height: 100%;
		position: relative;
		}
	#slides-info,
	#slides-items,
	#slides-items>li {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: center;
		top: 0;
		width: 100%;
		}
	#slides-items,
	#slides-items>li {
		height: 100%;
		top: 0;
		z-index: 1;
		}
	#slides-items>li {
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		}
	#slides-info {
		height: 100%;
		z-index: 2;
		}
	#slides-texts {
		height: 100%;
		list-style: none;
		position: relative;
		width: 100%;
		}
	#slides-texts>li {
		height: 100%;
		position: absolute;
		text-align: left;
		top: 0;
		width: 100%;
		}
	.slides-text {
		bottom: 100px;
		position: absolute !important;
		text-align: left;
		width: calc(100% - 40px);
		z-index: 3;
		}
	.slides-text-holder {
		display: inline-block;
		position: relative;
		}
	.slides-text-header {
		color: #2f2f2f;
		display: block;
		}
	.slides-text-header h1 {
		font-size: 12em;
		margin: 0 0 20px;
		}
	.slides-text-header h1 a {
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.25);
		}
	.slides-text-title a {
		background: rgba(255,242,0,0.9);
		border-radius: 4px;
		color: #6e6800;
		display: block;
		font-size: 4em;
		font-weight: 700;
		margin: 0;
		padding: 0.5em 0.2em;
		text-align: center;
		text-transform: uppercase;
		white-space: nowrap;
		}
	.slides-text-title a:hover {
		background: rgba(255,242,0,1);
		}
	.slides-text-links {
		color: #fff;
		}
	.slides-text-links ul {
		font-size: 12px;
		font-weight: 700;
		list-style: none;
		margin: 5px 0 0;
		overflow: hidden;
		padding: 0;
		text-transform: uppercase;
		white-space: nowrap;
		width: 100%;
		}
	.slides-text-links li {
		display: inline-block;
		margin: 0;
		padding: 0;
		}
	.slides-text-links a {
		background: #5b9541;
		border-radius: 4px;
		color: #fff;
		display: block;
		padding: 10px 35px;
		text-transform: uppercase;
		}
	.slides-text-links a:hover {
		background: #fff;
		color: #5b9541;
		}
	#slides li.slides-normal {
		opacity: 0;
		z-index: 0;
		transition: opacity 350ms ease-in-out;
		}
	html.no-csstransforms #slides li.slides-normal {display: none;}
	#slides li.slides-current {
		opacity: 1;
		z-index: 1;
		}
	html.no-csstransforms #slides li.slides-current {display: block;}
	#slides-nav {
		bottom: 30px;
		height: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 4;
		}
	#slides-nav li {
		display: inline-block;
		font-size: 10px;
		margin: 0;
		padding: 0 5px 0 0;
		}
	#slides-nav a {
		color: #ccc;
		}
	#slides-nav li.slides-current-button a {
		color: #fff200;
		}
	#slides-nav a:hover,
	#slides-nav li.slides-current-button a:hover {
		color: #fff;
		}
/* MAP */
	#map {
		width: 100%;
		height: 400px;
		}
	#map img {
		max-width: inherit !important;
		}
	#map.map-small {
		height: 200px;
		}
	#map.map-big {
		border: 1px solid #eaeaea;
		margin: 20px 0;
		}
	.map-marker {
		line-height: 1.3em;
		}
/* SUBSCRIBE */
	#subscribe {
		text-align: center;
		}
	#subscribe form {
		margin: 20px 0;
		}
	#subscribe p {
		display: inline-block;
		margin: 5px;
		}
	#subscribe p label {
		display: none;
		}
	#subscribe input {
		font-size: 1.4em;
		line-height: 1.4em;
		}
	#subscribe input[type=text],
	#subscribe input[type=email] {
		background: rgba(255,255,255,0.25);
		border: 1px solid rgba(255,255,255,0.5);
		border-radius: 3px;
		color: #2e6715;
		padding: 10px;
		}
	#subscribe ::-webkit-input-placeholder {color: #5b9541;}
	#subscribe :-moz-placeholder {color: #5b9541;}
	#subscribe ::-moz-placeholder {color: #5b9541;opacity: 1;}
	#subscribe :-ms-input-placeholder {color: #5b9541;}
/* BG */
	.section,
	.section-content {
		position: relative;
		}
	.section-padding {
		padding: 0 50px;
		position: relative;
		}
	.section-content {
		margin: 0 auto;
		max-width: 1200px;
		position: relative;
		}
	.section-normal {
		z-index: 3;
		}
	.section-white {
		background: #fff;
		}
	.section-medium {
		background: #eaeaea;
		}
	.section-dark {
		background: #2f2f2f url(assets/images/background-dark.png) center top no-repeat;
		background-size: 100% auto;
		color: #fff;
		z-index: 0;
		}
	.section-photo {
		background-color: #2f2f2f;
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		color: #fff;
		z-index: 0;
		}
	.section-photo .more {
		border-color: #5b9541;
		color: #fff;
		}
	.section-photo a {
		color: #fff;
		}
	.section-photo a:hover {
		color: #5b9541;
		}
	.section-newsletter .section-padding {
		background: rgba(91,149,65,0.7);
		}
	.section-footer,
	.section-footer .content-footer h4 a {
		color: #555;
		}
	.section-footer .content-footer h4 {
		border-bottom: 1px solid #f5f5f5;
		font-size: 1.5em;
		padding-bottom: 10px;
		}
/* CONTENT */
	.content100,.content75,.content50,.content25,
	.inner100,.inner80,.inner70,.inner60,.inner50,.inner40,.inner30,.inner20 {
		float: left;
		}
	.content,.inner {width: 100%;}
	.content100,.inner100 {width: 100%;}
	.inner80 {width: 80%;}
	.content75 {width: 75%;}
	.inner70 {width: 70%;}
	.inner60 {width: 60%;}
	.content50,.inner50 {width: 50%;}
	.inner40 {width: 40%;}
	.inner30 {width: 30%;}
	.content25 {width: 25%;}
	.inner20 {width: 20%;}
	.content-header {
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 20px;
		padding: 0 0 20px;
		}
	.content-header h2 {
		margin-top: 10px;
		}
	.content-small {
		padding: 10px 0;
		}
	.content-footer {
		margin: 20px;
		}
	.content-footer img {
		max-width: 100px;
		}
	.content-full {
		margin: 75px 0;
		}
	.content-fuller {
		margin: 150px 0;
		}
	.content-left {
		margin: 75px 50px 75px 0;
		}
	.content-right {
		margin: 75px 0;
		}
	.inner-gap {
		margin: 50px 0;
		}
	.inner-left {
		margin: 0 50px 0 0;
		}
	.inner-right {
		margin: 0 0 0 50px;
		}
	.inner h3:first-child {
		margin-top: 20px;
		}
/* CONTENT DISPLAY */
	.contentblock {
		font-size: 1.4em;
		}
	.contentblock h1,
	.contentblock h2,
	.contentblock h3,
	.contentblock h4,
	.contentblock h5,
	.contentblock h6 {
		border: none;
		color: #333;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.2em;
		margin: 25px 0 10px;
		padding: 0;
		text-transform: uppercase;
		}
	.contentblock h1 {font-size: 3rem;}
	.contentblock h2 {font-size: 2.5rem;}
	.contentblock h3 {font-size: 2rem;}
	.contentblock h4 {font-size: 1.8rem;}
	.contentblock h5 {font-size: 1.6rem;}
	.contentblock h6 {font-size: 1.4rem;}
	.contentblock p {
		line-height: 2em;
		margin: 10px 0;
		text-align: justify;
		}
	.contentblock ul,
	.contentblock ol {
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.contentblock li {
		line-height: 1.2em;
		margin: 5px 0 5px 35px;
		padding: 0 0 0 5px;
		}
	.contentblock img[align="left"] {
		float: left;
		margin: 0 25px 5px 0;
		}
	.contentblock img[align="right"] {
		float: right;
		margin: 0 0 5px 25px;
		}
	.contentblock img[align="middle"],
	.contentblock img[align="center"] {
		display: block;
		margin: 10px auto;
		}
	.contentblock blockquote {
		border-left: 2px solid #eaeaea;
		font-weight: 300;
		margin: 20px 0 20px 20px;
		padding: 15px 20px;
		font-size: 1.6em;
		line-height: 1.3em;
		text-align: left;
		}
	.contentblock blockquote p {
		line-height: 1.3em;
		}
	.contentblock blockquote p:first-child,
	.contentblock blockquote p:last-child {
		display: inline;
		}
	.contenttext {
		font-size: 1.3em;
		}
	.contenttext p {
		font-weight: 300;
		line-height: 1.6em;
		margin: 10px 0;
		}
	.contentps p {
		font-size: 1.1em;
		font-weight: 400;
		line-height: 1.6em;
		margin: 15px 0;
		}
/* CRUMBS */
	.crumbs {
		color: #999;
		font-size: 1em;
		list-style: none;
		margin: 0;
		padding: 0;
		white-space: nowrap;
		}
	.crumbs>li {
		display: inline-block;
		margin: 0;
		padding: 7px 0;
		}
	.crumbs>li + li::before {
		content: '/';
		color: #ccc;
		padding: 0 5px;
		}
	.crumbs>li a {
		color: #999;
		}
	.crumbs>li a:hover {
		color: #333;
		}
/* PAGE MENU */
	.pagemenu {
		margin: 25px 0;
		}
	.pagemenu h4 {
		background: #eaeaea;
		border-radius: 3px 3px 0 0;
		color: #555;
		font-size: 13px;
		font-weight: 600;
		line-height: 1em;
		margin-bottom: 0;
		padding: 10px;
		text-align: center;
		text-transform: uppercase;
		}
	.pagemenu>ul {
		border: 1px solid #eaeaea;
		border-radius: 0 0 3px 3px;
		font-size: 1.2em;
		text-align: center;
		}
	.pagemenu>ul>li+li {
		border-top: 1px solid #eaeaea;
		}
	.pagemenu>ul>li a,
	.pagemenu>ul>li span {
		display: block;
		padding: 10px 0;
		line-height: 1.5em;
		}
	.pagemenu>ul>li.recentcomments>a,
	.pagemenu>ul>li a {
		color: #555;
		}
	.pagemenu>ul>li.recentcomments a {
		display: inline !important;
		padding: 0 !important;
		margin: 0 !important;
		}
	.pagemenu>ul>li a:hover {
		background: #fff;
		color: #5b9541;
		}
	.pagemenu>ul ul {
		font-size: 0.9em;
		margin: 10px;
		}
	.pagemenu>ul ul>li {
		margin: 10px;
		}
	.pagemenu-current>a,
	.pagemenu .current_page_item>a,
	.pagemenu .current-cat>a {
		font-weight: 700;
		}
	.pagemenu>ul>li.recentcomments {
		margin: 10px;
		}
	.pagemenu>ul>li.recentcomments>a {
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>a:hover {
		background: none;
		color: #5b9541;
		display: inline;
		padding: 0;
		}
	.pagemenu>ul>li.recentcomments>span {
		color: #555;
		display: inline;
		padding: 0;
		}
	.pagemenu input,
	.pagemenu select {
		background: none;
		border: 1px solid #eaeaea;;
		color: #555;
		font-size: 1.1em;
		line-height: 1.2em;
		margin: 10px;
		padding: 0;
		width: calc(100% - 20px);
		}
	.pagemenu select option {
		margin: 0;
		padding: 5px;
		}
	.pagemenu-sub {
		margin: 10px;
		}
	.pagemenu.widget_nav_menu .menu {
		margin: 25px 0;
		}
	.pagemenu.widget_nav_menu .menu>li {
		margin: 5px 0;
		}
	.pagemenu.widget_nav_menu .menu>li:before {
		display: none;
		}
	.pagemenu.widget_nav_menu .menu>li>a {
		background: #5b9541;
		border-radius: 3px;
		color: #fff;
		display: block;
		font-size: 1.3em;
		padding: 1em;
		text-align: center;
		text-transform: uppercase;
		}
	.pagemenu.widget_nav_menu .menu>li>a:hover {
		background: #fff200;
		color: #6e6800;
		}
	.pagemenu.widget_nav_menu .menu>li:first-child {
		font-weight: 700;
		}
/* ICONLINE */
	.iconline {
		font-size: 1.4em;
		margin: 15px 0;
		overflow: hidden;
		}
	.iconline-icon {
		border: 1px solid #f5f5f5;
		border-radius: 50%;
		color: #999;
		display: block;
		float: left;
		font-size: 18px;
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
		overflow: hidden;
		width: 30px;
		text-align: center;
		}
	.iconline p {
		line-height: 1.4em;
		margin: 5px 0 0 50px;
		}
/* LINE MENUS */
	.linemenu ul {
		font-size: 1.4em;
		}
	.linemenu a {
		display: block;
		margin: 15px 0;
		}
	.linemenu a:before {
		border-width: 3px;
		border-style: solid;
		border-color: transparent transparent transparent #999;
		border-image: none;
		content: '';
		display: inline-block;
		padding-left: 5px;
		position: relative;
		top: -2px;
		}
	.linemenu ul>li+li {
		border-top: 1px solid #f5f5f5;
		}
/* SOCIAL */
	.menu-social {
		font-size: 16px;
		list-style: none;
		margin: 20px 0;
		overflow: hidden;
		padding: 0;
		}
	.menu-social>li {
		display: inline-block;
		margin: 0 3px;
		overflow: hidden;
		padding: 0;
		}
	.menu-social>li>a {
		background: #f5f5f5;
		border-radius: 50%;
		color: #5b9541;
		display: block;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		width: 30px;
		}
	.menu-social>li>a:hover {
		background: #5b9541;
		color: #fff;
		}
/* PAGINATION */
	.site-navigation {
		border-top: 2px solid #ccc;
		clear: both;
		color: #777;
		font-size: 1.3em;
		margin: 40px 0;
		}
	.site-navigation-pages {
		margin-top: -2px;
		text-align: center;
		}
	.site-navigation-pages>span.page-numbers,
	.site-navigation-pages>a,
	.site-navigation-pages>div.page-numbers {
		border-top: 2px solid transparent;
		display: inline-block;
		font-weight: 400;
		padding: 5px 10px;
		text-transform: uppercase;
		}
	.site-navigation-pages a {
		color: #777;
		}
	.site-navigation-pages>span.page-numbers.current,
	.site-navigation-pages>a:hover,
	.site-navigation-pages>div.page-numbers:hover {
		border-top: 2px solid #5b9541;
		color: #5b9541;
		}
	.site-navigation-pages>div.page-numbers:hover>a {
		color: #5b9541;
		}
/* BOOKING */
	.booking {
		margin: 50px 0;
		overflow: hidden;
		}
	.booking-item {
		display: inline-block;
		width: 33.3%;
		}
	.booking-holder {
		background: #fff;
		border-radius: 3px;
		margin: 0 20px;
		overflow: hidden;
		text-align: center;
		}
	.booking-image {
		font: normal 0/0 sans-serif;
		}
	.booking-buffer {
		margin: 20px;
		}
	.booking-sizer {
		overflow: hidden;
		}
	.booking-text,
	.booking-link {
		margin: 10px 0;
		}
	.booking-header {
		margin: 0 0 10px;
		font-size: 1.8em;
		}
	.booking-text {
		color: #676767;
		font-size: 1.1em;
		line-height: 1.4em;
		}
/* HIGHLIGHTLIST */
	.highlightlist {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	.highlightlist>li {
		float: left;
		margin: 0;
		padding: 0;
		width: 33.3%;
		}
	.highlightlist-holder {
		max-width: 800px;
		}
	.highlightlist-sizer {
		overflow: hidden;
		}
	.highlightlist-link {
		display: block;
		position: relative;
		}
	.highlightlist-image {
		font: normal 0/0 sans-serif;
		height: auto;
		margin: 0 auto;
		position: relative;
		}
	.highlightlist-image img {
		height: auto;
		max-width: 100%;
		}
	.highlightlist-header {
		color: #5b9541;
		font-size: 2.5em;
		margin: 0;
		padding: 20px 20px 0;
		position: relative;
		}
	.highlightlist-link:hover .highlightlist-header {
		color: #2f2f2f;
		}
	.highlightlist-text {
		margin: 10px 20px;
		overflow: hidden;
		}
	.highlightlist-text p {
		margin: 0;
		}
	.highlightlist-text p+p {
		margin: 5px 0 0;
		}
	.highlightlist-button {
		margin: 0 20px 20px;
		}
/* action-buttons */
	.action-buttons {
		font-weight: 800;
		list-style: none;
		overflow: hidden;
		margin: 30px 0;
		padding: 0;
		position: relative;
		text-align: center;
		width: 100%;
		z-index: 4;
		}
	.action-buttons>li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
		width: 33.3%;
		}
	.action-buttons>li>a {
		background: #444;
		color: #fff;
		display: block;
		font-size: 20px;
		height: 20px;
		margin: 0 20px;
		padding: 35px 20px;
		position: relative;
		text-align: center;
		text-transform: uppercase;
		}
	.action-buttons>li>a i {
		color: #fff200;
		margin: 0 10px 0 0;
		}
	.action-buttons>li>a:hover {
		background: #fff200;
		color: #6e6800;
		}
	.action-buttons>li>a:hover i {
		color: #5b9541;
		}
/* ITEMS */
	.items {
		display: block;
		text-align: left;
		}
	.items-gap {
		margin-top: 25px;
		}
	.items.items-full {
		margin: 20px 0 0;
		}
	.items-item {
		float: left;
		margin: 0 auto;
		max-width: 600px;
		width: 50%;
		}
	.items.items-full .items-item {width: 33.3%;}
	.items-holder {
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 3px;
		display: block;
		margin: 20px;
		overflow: hidden;
		}
	.items-sizer {
		overflow: hidden;
		}
	.items-link {
		display: block;
		}
	.items-image {
		border-bottom: 1px solid #ccc;
		font: normal 0/0 sans-serif;
		position: relative;
		}
	.items-image-item {
		overflow: hidden;
		position: relative;
		z-index: 1;
		}
	.items-image-cover {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20%;
		height: 100%;
		left: 0;
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 1;
		}
	.items-link:hover .items-image-cover {
		background-color: rgba(255,255,255,0.1);
		}
	.items-category {
		color: #5b9541;
		padding: 15px 15px 0;
		margin: 0;
		}
	.items-header {
		color: #333;
		font-family: 'Roboto', sans-serif;
		font-size: 1.8em;
		font-weight: 300;
		margin: 0;
		padding: 15px;
		}
	.items-category + .items-header {
		padding-top: 0;
		}
	.items-link:hover .items-header {
		color: #5b9541;
		}
	.items-info,
	.items-details {
		border-top: 1px solid #eaeaea;
		color: #777;
		margin: 0 15px;
		overflow: hidden;
		padding: 15px 0;
		}
	.items-info + .items-details {
		margin-top: 10px;
		padding-top: 10px;
		}
	.items-info p {
		margin: 0;
		}
	.items-info p+p {
		margin-top: 5px;
		}
	.items-button {
		margin: 0 15px;
		padding: 0 0 15px 0;
		text-align: center;
		}
	.items-details {
		color: #777;
		font-size: 1.1em;
		overflow: hidden;
		padding-bottom: 15px;
		}
	.items-details a {
		color: #777;
		}
	.items-details a:hover {
		color: #5b9541;
		}
	.items-date {
		float: left;
		}
	.items-meta {
		float: right;
		}
	.items-small .items-header {
		font-size: 1.4em;
		font-weight: 600;
		}
	.items-small .items-header {
		font-size: 1.4em;
		font-weight: 600;
		padding: 10px;
		}
	.items-small .items-category {
		padding: 10px 10px 0;
		}
	.items-small .items-info,
	.items-small .items-details {
		margin: 0 10px;
		padding: 10px 0;
		}
/* EVENT INFO */
	.eventinfo {
		margin: 20px 0;
		overflow: hidden;
		width: 100%;
		}
	.eventinfo-date {
		border-radius: 2px;
		float: left;
		line-height: 1em;
		overflow: hidden;
		margin: 0 15px;
		text-align: center;
		width: 60px;
		}
	.eventinfo-date span {
		background: #777;
		color: #fff;
		display: block;
		font-size: 1.2em;
		font-style: italic;
		font-weight: 600;
		padding: 5px 0 5px;
		}
	.eventinfo-date strong {
		background: #5b9541;
		color: #fff;
		display: block;
		font-size: 1.4em;
		font-weight: 600;
		padding: 8px 0;
		}
	.eventinfo-info {
		margin: 0 0 0 100px;
		}
	.eventinfo-info h4 {
		font-size: 1.75em;
		margin: 8px 0 5px;
		}
	.eventinfo-info p {
		margin: 5px 0;
		}
/* TABLES */
	.contentblock table,
	.listtable {
		border: none;
		border-collapse: collapse;
		margin: 10px 0;
		padding: 0;
		}
	.contentblock table td,
	.listtable td,
	.contentblock table th,
	.listtable th {
		border: 1px solid #ccc;
		margin: 0;
		padding: 10px;
		vertical-align: middle;
		}
	.listtable td,
	.listtable th {
		font-size: 1.3em;
		text-align: left;
		}
	.contentblock table thead tr,
	.listtable thead tr {
		background: #5b9541;
		}
	.contentblock table thead td,
	.listtable thead td,
	.contentblock table thead th,
	.listtable thead th {
		border-color: #5b9541;
		color: #fff;
		font-weight: 700;
		}
	.contentblock table tbody td,
	.listtable tbody td {
		line-height: 1.3em;
		}
	.listtable tbody td {
		font-size: 1.3em;
		}
	.listtable tbody td p {
		margin: 0;
		}
	.listtable tbody td p+p {
		margin-top: 5px;
		}
	.contentblock table tbody tr,
	.contentblock table tbody tr:nth-child(odd),
	.listtable tbody tr,
	.listtable tbody tr:nth-child(odd) {
		background: #f7f7f7;
		}
	.contentblock table tbody tr:nth-child(even),
	.listtable tbody tr:nth-child(even) {
		background: #eaeaea;
		}
	.listtable .highlight {
		color: #777;
		}
	.listtable tbody tr.listtable-header {
		background: #999 !important;
		color: #fff;
		}
	.listtable tbody tr.listtable-header .highlight {
		color: #eaeaea;
		}
/* LISTS */
	.contentblock ul,
	.contenttext ul,
	.sitemap,
	.normallist {
		list-style-type: disc;
		}
	.contentblock ol,
	.contenttext ol {
		list-style-type: decimal;
		}
	.sitemap ul,
	.normallist ul,
	.contentblock ul ul,
	.contentblock ol ul,
	.contenttext ul ul,
	.contenttext ol ul {
		list-style-type: circle;
		}
	.contentblock ol ol,
	.contentblock ul ol,
	.contenttext ol ol,
	.contenttext ul ol {
		list-style-type: lower-latin;
		}
	.normallist {
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.normallist li {
		line-height: 1.4em;
		margin: 0 0 0 25px;
		padding: 0 0 0 5px;
		}
	.sitemap {
		font-size: 1.4em;
		margin: 10px 0;
		padding: 0;
		text-align: left;
		}
	.sitemap>li>a {
		font-size: 1.1em;
		font-weight: 700;
		}
	.sitemap li {
		margin: 5px 0 5px 25px;
		padding: 0 0 0 5px;
		}
	.titlelist {
		margin: 30px 0;
		}
	.titlelist dt {
		background: #f7f7f7;
		border-radius: 5px;
		font-size: 1.5em;
		font-weight: 600;
		line-height: 1.2em;
		margin: 30px 0 10px;
		padding: 10px;
		}
	.titlelist dd {
		margin: 10px 0 10px 10px;
		}
	.titlelist dd p+p {
		margin-top: 5px;
		}
	.centerlist {
		font-size: 1.4em;
		list-style: none;
		margin: 10px 0;
		padding: 0;
		text-align: center;
		}
	.centerlist li {
		line-height: 1.2em;
		margin: 10px 0;
		padding: 0;
		}
/* FRAME */
	.frame {
		border: 1px solid #f5f5f5;
		margin: 20px 0;
		max-width: 100%;
		overflow: hidden;
		}
	.frame-pad {
		margin: 20px;
		}
	.objectframe {
		font: normal 0/0 sans-serif;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		}
	.objectframe iframe,
	.objectframe embed,
	.objectframe object {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		}
/* OBJECTS */
	embed,
	iframe,
	object,
	video {
		margin-bottom: 10px;
		max-width: 100%;
		}
	p > embed,
	p > iframe,
	p > object,
	span > embed,
	span > iframe,
	span > object {
		margin-bottom: 0;
		}
/* ALIGNMENT */
	.alignleft {
		float: left;
		}
	.alignright {
		float: right;
		}
	.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	blockquote.alignleft,
	img.alignleft {
		margin: 10px 25px 10px 0;
		}
	.wp-caption.alignleft {
		margin: 10px 15px 10px 0;
		}
	blockquote.alignright,
	img.alignright {
		margin: 10px 0 10px 25px;
		}
	.wp-caption.alignright {
		margin: 10px 0 10px 15px;
		}
	blockquote.aligncenter,
	img.aligncenter,
	.wp-caption.aligncenter {
		margin-top: 10px;
		margin-bottom: 10px;
		}
/* ASSISTIVE TEXT */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute;
		}
	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		clip: auto;
		color: #333;
		display: block;
		font-size: 14px;
		font-weight: bold;
		height: auto;
		line-height: normal;
		padding: 15px 23px 14px;
		position: absolute;
		left: 5px;
		top: 5px;
		text-decoration: none;
		text-transform: none;
		width: auto;
		z-index: 100000;
		}
/* CAPTION */
	.wp-caption {
		color: #555;
		margin-bottom: 10px;
		max-width: 100% !important;
		}
	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin: 0;
		}
	.wp-caption-text {
		box-sizing: border-box;
		font-size: 10px;
		font-style: italic;
		line-height: 1.5;
		margin: 9px 0;
		padding-right: 10px;
		text-align: center !important;
		}
	.wp-smiley {
		border: 0;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
		}
/* OEMBED */
	.twitter-tweet {
		margin: 20px 0 !important;
		}
/* GALLERY */
	.gallery {
		margin: 20px 0;
		overflow: hidden;
		}
	.gallery br {
		display: none;
		}
	.gallery-item {
		float: left;
		overflow: hidden;
		width: 20%;
		}
	.gallery-icon {
		border: 1px solid #ccc;
		border-radius: 3px;
		font: normal 0/0 sans-serif;
		display: block;
		margin: 10px;
		}
	.gallery-icon a {
		display: block;
		padding: 5px;
		}
	.gallery-icon a:hover {
		background: #fff;
		}
	.gallery-icon img {
		border-radius: 3px;
		}
	.gallery-caption {
		display: none;
		}
/* POST */
	.format-gallery .items-image-cover {
		background-image: url(assets/images/post-gallery.svg);
		}
	.format-video .items-image-cover {
		background-image: url(assets/images/post-video.svg);
		}
	.post-info {
		font-size: 1em;
		font-style: italic;
		list-style: none;
		margin: 0;
		overflow: hidden;
		padding: 0;
		}
	.post-info li {
		display: inline-block;
		line-height: 1.3em;
		margin: 0;
		padding: 0 5px 0 0;
		}
	.post-info li+li {
		border-left: 2px solid #ccc;
		padding-left: 5px;
		}
	.post-object,
	.post-holder {
		margin: 20px 0;
		}
/* AUTHOR */
	.author-info {
		border: 1px solid #ccc;
		}
	.author-holder {
		overflow: hidden;
		margin: 15px;
		}
	.author-avatar {
		float: left;
		}
	.author-description {
		margin-left: 115px;
		}
	.author-info h3 {
		background: #5b9541;
		border: none;
		color: #fff;
		font-size: 1.4em;
		margin: 0 0 10px;
		padding: 10px;
		overflow: hidden;
		}
	.author-info h3:after {
		display: none;
		}
	.author-info p {
		margin: 0;
		}
	.author-info p+p {
		margin-top: 5px;
		}
/* COMMENTS */
	.comments-area {
		margin: 0;
		}
	.comment-list {
		list-style: none;
		margin: 30px 0 20px 0;
		}
	.comment {
		margin: 0;
		padding: 0;
		}
	.comment-author {
		font-size: 1.4em;
		}
	.comment-metadata {
		font-size: 1.1em;
		margin: 5px 0;
		}
	.comment-list .reply {
		margin-top: 10px;
		}
	.comment-author .fn {
		font-weight: 900;
		}
	.comment-author a {
		color: #333;
		}
	.comment-list .trackback a,
	.comment-list .pingback a,
	.comment-metadata a {
		color: #777;
		}
	.comment-author a:hover,
	.comment-list .pingback a:hover,
	.comment-list .trackback a:hover,
	.comment-metadata a:hover {
		color: #5b9541;
		}
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		border-top: 1px solid #ccc;
		margin-bottom: 20px;
		padding: 20px 10px 10px;
		}
	.comment-author {
		position: relative;
		text-transform: uppercase;
		}
	.comment-author .avatar {
		border: 1px solid #ccc;
		padding: 2px;
		position: absolute;
		top: 0;
		left: 0;
		}
	.bypostauthor > article {
		background: #fff;
		}
	.says {
		display: none;
		}
	.comment-author,
	.comment-awaiting-moderation,
	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		padding-left: 75px;
		}
	.comment-reply-link,
	.comment-edit-link {
		border: 1px solid #ccc;
		background: #fff;
		display: inline-block;
		}
	.comment-reply-link {
		padding: 6px;
		text-transform: uppercase;
		}
	.comment-edit-link {
		padding: 3px;
		margin-left: 5px;
		}
	.comment-content {
		font-size: 1.4em;
		line-height: 1.5em;
		word-wrap: break-word;
		}
	.comment-content p {
		margin: 0 0 10px 0;
		}
	.comment-content ul,
	.comment-content ol {
		margin: 0 0 20px 20px;
		}
	.comment-content li > ul,
	.comment-content li > ol {
		margin-bottom: 0;
		}
	.comment-content > :last-child {
		margin-bottom: 0;
		}
	.comment-list .children {
		list-style: none;
		margin-left: 70px;
		}
/* COMMENTS REPLY */
	.comment-respond {
		margin: 20px 0;
		}
	.comment-respond h3 {
		background: #333;
		border: none;
		color: #fff;
		font-size: 1.4em;
		margin: 0;
		padding: 10px;
		}
	.comment-respond h3:after {
		display: none;
		}
	.comment-form {
		background: #ccc;
		margin: 0;
		overflow: hidden;
		padding: 10px 20px;
		}
	.comment-form p {
		line-height: 1.3em;
		margin: 15px 0;
		}
	.comment-notes,
	.comment-form .form-allowed-tags {
		font-size: 1.2em;
		}
	.comment-form label {
		display: block;
		font-size: 14px;
		margin: 5px 0;
		}
	.comment-form-comment label {
		display: none;
		}
	.comment-form .logged-in-as,
	.comment-form .form-allowed-tags,
	.comment-form .form-submit {
		margin: 10px 0;
		}
/* IMAGES */
	.imagebox {
		border-radius: 3px;
		display: block;
		font: normal 0/0 sans-serif;
		margin: 25px 0;
		overflow: hidden;
		position: relative;
		}
/* QUOTE */
	.quote {
		border-top: 1px solid #eaeaea;
		margin: 25px 0;
		}
	.quote-text {
		font-size: 1.8em;
		padding-left: 25px;
		position: relative;
		}
	.quote-text:before {
		color: #ccc;
		content: "\201C";
		font-size: 2.5em;
		left: 0;
		position: absolute;
		top: 0;
		}
/* GENERAL */
	.relative {
		position: relative;
		}
	.overflow {
		overflow: hidden;
		}
	.nb {
		border: none;
		padding: 0;
		}
	.fi {
		margin-top: 0;
		}
	.nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		}
	.mobile {
		display: none !important;
		}
	.hide {
		display: none;
		}
	.gap {
		margin: 20px 0;
		}
	.gap-alt {
		margin: 10px 0;
		}
	.gap-large {
		margin: 50px 0;
		}
	.more {
		border-top: 1px solid #eaeaea;
		font-size: 1em;
		line-height: 1.2em;
		padding: 5px 0 0 0;
		text-align: right;
		}
	.clear {
		font: normal 0/0 sans-serif;
		clear: both;
		}
	.clearfix:after,
	.section:after,
	.section-padding:after,
	.content:after,
	.inner:after,
	.contenttext:after,
	.contentblock:after,
	.items:after {
		content: '';
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		}
/* BUTTONS */
	input.submit,
	.button,
	.formbutton,
	input[type=submit] {
		background: #5b9541;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.3em;
		padding: 0.75em 1em;
		text-align: center;
		text-transform: uppercase;
		}
	input[type=submit]{
		display: inline-block;
		}
	input.submit:hover,
	.button:hover,
	.formbutton:hover,
	input[type=submit]:hover {
		background: #fff200;
		color: #6e6800;
		}
	.formbutton,
	.button-inline {
		display: inline-block;
		}
	.button-small {
		font-size: 1.1em;
		padding: 0.6em 0.75em;
		}
	.button-pad {
		margin: 10px;
		}
	.button i {
		padding-right: 10px;
		}
	.button-large {
		border: 3px solid #fff;
		color: #fff;
		font-size: 2.5em;
		padding: 0.75em 1.5em;
		}
	.button-alt {
		background: #fff200;
		color: #6e6800;
		}
	.button-alt:hover {
		background: #5b9541;
		color: #fff;
		}
/* FORMS */
	.gform_wrapper .gform_fields {
		list-style: none;
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield {
		margin: 20px 0;
		padding: 0;
		}
	.gform_wrapper .gfield_label {
		display: block;
		font-size: 1.4rem;
		font-weight: 700;
		margin: 10px 0 5px;
		text-transform: uppercase;
		}
	.gform_wrapper .gfield_required {
		color: #5b9541;
		padding-left: 4px;
		}
	.gform_wrapper .ginput_container {
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select {
		vertical-align: middle;
		}
	.gform_wrapper .ginput_container .instruction,
	.gform_wrapper .gfield_description {
		color: #777;
		font-size: 1rem;
		margin: 5px 0;
		}
	.gform_wrapper .ginput_container .instruction.validation_message,
	.gform_wrapper .gfield_description.validation_message {
		color: #5b9541;
		font-weight: 700;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea,
	.forminput,
	.formselect {
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 5px;
		color: #333;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.3em;
		margin: 0;
		min-width: 100px !important;
		padding: 10px;
		}
	.gform_wrapper .ginput_container input,
	.gform_wrapper .ginput_container select,
	.gform_wrapper .ginput_container textarea,
	.comment-form input[type=text],
	.comment-form input[type=email],
	.comment-form input[type=url],
	.comment-form textarea {
		width: 100%;
		}
	.forminput option,
	.formselect option {
		color: #333;
		}
	.gform_wrapper .validation_error {
		color: #5b9541;
		font-size: 1.4rem;
		font-weight: 700;
		}
	::-webkit-input-placeholder {color: #aaa;}
	:-moz-placeholder {color: #aaa;}
	::-moz-placeholder {color: #aaa;opacity: 1;}
	:-ms-input-placeholder {color: #aaa;}
	input:invalid {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		}
/* WIDTHS */
	.w5 {width: 5%;}
	.w10 {width: 10%;}
	.w15 {width: 15%;}
	.w20 {width: 20%;}
	.w25 {width: 25%;}
	.w30 {width: 30%;}
	.w35 {width: 35%;}
	.w40 {width: 40%;}
	.w45 {width: 45%;}
	.w50 {width: 50%;}
	.w60 {width: 60%;}
	.w70 {width: 70%;}
	.w75 {width: 75%;}
	.w80 {width: 80%;}
	.w90 {width: 90%;}
	.w100 {width: 100%;}
/* TEXT COLORS */
	.dark {color: #333;}
	.light {color: #777;}
	.highlight {color: #fff200;}
	.sep {color: #fff200;font-weight: 800;}
/* TEXT */
	.normalfont {font-family: 'Roboto', sans-serif;}
	.normalcase {text-transform: none;}
	.uppercase {text-transform: uppercase;}
	.italics {font-style: italic;}
	.normal {font-style: normal;}
	.bold {font-weight: 700;}
	.unbold {font-weight: 400;}
	.thin {font-weight: 300;}
	.strike {text-decoration: line-through;}
	.xsmall {font-size: .8em;}
	.small {font-size: .9em;}
	.medium {font-size: 1em;}
	.large {font-size: 1.2em;}
	.xlarge {font-size: 1.3em;}
	.xxlarge {font-size: 1.5em;}
	.big {font-size: 2em;}
	.right {text-align: right !important;}
	.center {text-align: center !important;}
	.justify {text-align: justify !important;}
@media screen and (max-width: 1240px), screen and (max-height: 900px) {
	#header {
		height: 110px;
		}
	body.not-home #content {
		padding-top: 110px;
		}
	#header-main-holder,
	#header-main-padding {
		height: 80px;
		}
	#logo {
		height: 120px;
		left: -30px;
		width: 265px;
		}
	#header-main,
	#header-sub {
		margin-left: 235px;
		}
	#header-details>ul,
	#header-details ul#menu-book {
		font-size: 12px;
		margin: 12px 0 0;
		}
	#header-details>ul>li+li {
		padding-left: 10px;
		}
	#header-details>ul>li>a,
	#header-details ul#menu-book>li>a {
		padding: 11px 15px;
		}
	#header-details ul#menu-book>li>a {
		padding: 11px 15px 11px 54px;
		}
	#header-details>ul li ul {
		font-size: 11px;
		margin: 0 0 0 -75px;
		width: 150px;
		}
	#header-sub-left>ul>li {
		padding: 0 15px 0 0;
		}
	#header-sub-right>ul>li {
		padding: 0 0 0 15px;
		}
	#header-sub>div>ul li ul {
		font-size: 10px;
		margin: 0 0 0 -60px;
		width: 120px;
		}
	#header-search {
		padding-top: 12px;
		}
	.menu-search-field input {
		height: 36px;
		line-height: 36px;
		}
	.menu-search-button button {
		font-size: 18px;
		height: 36px;
		line-height: 31px;
		width: 36px;
		}
	#slides {
		height: calc(100vh - 95px);
		}
	.slides-text {
		bottom: 50px;
		}
	.slides-text-header h1 {
		font-size: 10em;
		}
	.slides-text-title a {
		font-size: 3em;
		}
	.action-buttons {
		margin: 20px 0;
		}
	.action-buttons>li>a {
		font-size: 15px;
		height: 15px;
		margin: 0 15px;
		padding: 20px 20px;
		}
}
@media screen and (max-width: 1240px) {
	body {font-size: 9px;}
	h1 {font-size: 4em;}
	h2 {font-size: 1.8em;}
	h3 {font-size: 3.2em;}
	h4 {font-size: 2.4em;}
	h5 {font-size: 1.6em;}
	#menu-holder nav>ul>li {
		width: 33.3%;
		}
	.section-photo,
	#slides-items>li {
		background-attachment: scroll;
		}
}
@media screen and (max-width: 1000px) {
	#header {
		height: 85px;
		}
	body.not-home #content {
		padding-top: 85px;
		}
	#header-main-holder {
		height: 80px;
		}
	#logo {
		height: 96px;
		left: -24px;
		top: -5px;
		width: 212px;
		}
	#header-main {
		margin-left: 200px;
		}
	#menu-header {
		display: none;
		}
	#header-details>ul,
	#header-details ul#menu-book {
		font-size: 10px;
		margin: 10px 0 0;
		}
	#header-details>ul>li+li {
		padding-left: 10px;
		}
	#header-sub-padding {
		height: 5px;
		}
	#header-sub-holder {
		display: none;
		}
	#menu-toggle {
		display: block;
		}
	#header-details>ul#menu-toggle>li {
		padding-right: 10px;
		}
	#header-search {
		padding-top: 10px;
		}
	.menu-search-field input {
		height: 34px;
		line-height: 34px;
		}
	.menu-search-button button {
		font-size: 16px;
		height: 34px;
		line-height: 30px;
		width: 34px;
		}
	#slides {
		height: calc(100vh - 72px);
		}
	.slides-text-header h1 {
		font-size: 7em;
		}
	.slides-text-links a {
		padding: 10px 20px;
		}
	.slides-text-title a {
		font-size: 2.5em;
		}
	.action-buttons {
		margin: 15px 0;
		}
	.action-buttons>li>a {
		font-size: 12px;
		height: 12px;
		margin: 0 10px;
		padding: 15px;
		}
	.calendar,
	.calendar thead,
	.calendar thead tr,
	.calendar thead tr th,
	.calendar tbody,
	.calendar tbody tr,
	.calendar tbody tr td {
		border: none;
		display: block;
		width: 100%;
		}
	.calendar tbody tr td {
		border-bottom: 1px solid #ccc;
		}
	.calendar-day-holder {
		min-height: 0;
		}
	.calendar-blank-day,
	.calendar-day-noevents {
		display: none !important;
		}
}
@media screen and (max-width: 900px) {
	#header {
		height: 65px;
		}
	body.not-home #content {
		padding-top: 65px;
		}
	#header-main-holder,
	#header-main-padding {
		height: 60px;
		}
	#logo {
		height: 72px;
		left: -18px;
		top: 0;
		width: 159px;
		}
	#header-main {
		margin-left: 160px;
		}
	#header-details > ul,
	#header-details ul#menu-book {
   		margin: 5px 0 0;
		}
	#header-details>ul>li>a {
		padding: 5px;
		}
	#header-details>div>ul#menu-book>li>a {
		padding: 5px 5px 5px 26px;
		}
	#header-details>div>ul#menu-book>li>a:before {
		width: 20px;
		}
	#header-info .weather-text-wind {
		display: none;
		}
	#header-search {
		padding-top: 5px;
		}
	.menu-search-field input {
		font-size: 11px;
		height: 22px;
		line-height: 22px;
		width: 150px;
		}
	.menu-search-button button {
		font-size: 11px;
		height: 22px;
		line-height: 18px;
		width: 22px;
		}
	#menu-mobile-holder {
		border: none;
		margin: 0 0 50px;
		max-width: 1000px;
		}
	.content-full {
		margin: 50px 0;
		}
	.content-type-main.content {
		display: inline-block;
		}
	.content-type-main .content75,
	.content-type-main .content25 {
		float: none;
		width: 100%;
		}
	.content-type-main .content75 .content-left,
	.content-type-main .content25 .content-right {
		margin: 50px 0;
		}
	.content-type-footer .content25 {
		width: 50%;
		}
	.imageitemlist-full.imageitemlist-4 li {
		width: 50%;
		}
	.imageitemlist-full.imageitemlist-4 .imageitemlist-holder {
		margin: 20px;
		}
	.inner-left {
		margin: 0 25px 0 0;
		}
	.inner-right {
		margin: 0 0 0 25px;
		}
}
@media screen and (max-width: 800px) {
	body {font-size: 8px;}
	h1 {font-size: 3.5em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 2.25em;}
	h4 {font-size: 1.7em;}
	h5 {font-size: 1.3em;}
	#menu-logo img {
		height: 75px;
		width: 160px;
		}
	.highlightlist-4>li {
		width: 50%;
		}
}
@media screen and (max-width: 750px) {
	#subscribe p {
		display: block;
		margin: 10px 0;
		}
	#subscribe input {
		max-width: 300px;
		width: 100%;
		}
	.inner-type-home .inner70,
	.inner-type-home .inner30 {
		float: none;
		width: 100%;
		}
	.inner-type-home .inner70 .inner-left,
	.inner-type-home .inner30 .inner-right {
		margin: 20px 0
		}
	.items.items-full .items-holder {
		margin: 5px;
		}
	.gallery-item {
		width: 33.3% !important;
		}
	.gallery-item dt {
		padding: 10px 10px 5px 10px;
		}
}
@media screen and (max-width: 700px) {
	#menu-holder nav>ul>li {
		width: 50%;
		}
	#slides {
		height: calc(100vh - 51px);
		}
	.slides-text-header h1 {
		font-size: 6em;
		}
	.slides-text-links ul {
    	font-size: 10px;
		}
	.slides-text-links a {
		padding: 5px 10px;
		}
	.slides-text-title a {
		font-size: 2em;
		}
	.action-buttons {
		margin: 10px 0;
		}
	.action-buttons>li>a {
		font-size: 11px;
		height: 11px;
		margin: 0 10px;
		padding: 10px;
		}
	.inner-type-media .thumbs>li {
		width: 33.3%;
		}
}
@media screen and (max-width: 600px) {
	#header-hours,
	#header-weather {
		display: none;
		}
	#slides {
		height: calc(100vh - 25px);
		}
	#map {
		height: 200px;
		}
	.section-padding {
		padding-left: 10px;
		padding-right: 10px;
		}
	.content-type-main .content75 .content-left,
	.content-type-main .content25 .content-right {
		margin: 30px 0;
		}
	.content-type-footer.content,
	.content-type-copyright.content {
		overflow: hidden;
		}
	.content-type-footer .content25,
	.content-type-copyright .content50,
	.inner-type-split .inner50,
	.inner-type-media .inner70,
	.inner-type-media .inner30,
	.inner-type-contact .inner70,
	.inner-type-contact .inner30,
	.inner-type-local .inner70,
	.inner-type-local .inner30,
	.inner-type-form .inner60,
	.inner-type-form .inner40,
	.inner-type-menu .inner80,
	.inner-type-menu .inner20 {
		float: none;
		width: 100%;
		}
	.inner-type-split .inner50 .inner-left,
	.inner-type-split .inner50 .inner-right,
	.inner-type-media .inner70 .inner-left,
	.inner-type-media .inner30 .inner-right,
	.inner-type-contact .inner70 .inner-left,
	.inner-type-contact .inner30 .inner-right,
	.inner-type-local .inner70 .inner-left,
	.inner-type-local .inner30 .inner-right,
	.inner-type-form .inner60 .inner-left,
	.inner-type-form .inner40 .inner-right,
	.inner-type-menu .inner80 .inner-left,
	.inner-type-menu .inner20 .inner-right {
		margin: 20px 0
		}
	.contentps p {
		margin: 10px;
		text-align: center;
		}
	.mobile {
		display: block !important;
		}
	.weather-day {
		width: 100%;
		}
	.action-buttons {
		margin: 20px;
		overflow: hidden;
		padding: 15px 0;
		width: auto !important;
		}
	.action-buttons>li {
		float: none;
		margin: 5px 0;
		padding: 0 20px;
		width: auto !important;
		}
	.action-buttons>li>a {
		margin: 0;
		padding: 10px;
		text-align: left;
		}
	.action-buttons>li>a:hover {
		background: #333;
		color: #fff;
		}
	.items.items-full .items-item {
    	width: 50%;
		}
	.booking-item {
		display: block;
		margin: 20px 0;
		width: 100%;
		}
}
@media screen and (max-width: 500px) {
	.slides-text-header h1 {
		font-size: 4.5em;
		}
	.imageitemlist li {
		width: 100% !important;
		}
	.imageitemlist-holder {
		margin: 20px auto !important;
		}
	.item-detail {
		overflow: visible;
		margin: 20px 0;
		}
	.item-detail-image,
	.item-detail-info {
		float: none;
		width: 100%;
		}
	.item-detail-content {
		margin: 10px 0;
		}
	.inner-type-photo .inner40,
	.inner-type-photo .inner60 {
		float: none;
		width: 100%;
		}
	.inner-type-photo .inner40 .inner-left,
	.inner-type-photo .inner60 .inner-right {
		margin: 20px 0
		}
	.action-buttons {
		font-size: 1.3em;
		font-weight: 500;
		margin: 20px;
		}
	.highlightlist-item {
		float: none !important;
		width: auto !important;
		}
	.alignleft,
	.alignright {
		float: none;
		}
	.gallery-item {
		width: 50% !important;
		}
}
@media screen and (max-width: 480px) {
	#header {
		height: 55px;
		}
	body.not-home #content {
		padding-top: 55px;
		}
	#header-main-holder,
	#header-main-padding {
		height: 50px;
		}
	#logo {
		height: 60px;
		left: -15px;
		width: 128px;
		}
	#header-main {
		margin-left: 120px;
		}
	#header-details > ul,
	#header-details ul#menu-book {
   		margin: 0;
		}
	#menu-logo img {
		height: 45px;
		width: 96px;
		}
	#header-search {
		display: none;
		}
	#menu-mobile-highlight>li>a {
		font-size: 10px;
		}
	.items-item {
		float: none !important;
		margin: 0 0 20px 0;
		width: auto !important;
		}
	.items-holder {
		margin: 0;
		}
}
@media screen and (max-width: 450px) {
	html.search-open #menu-toggle {
		display: none !important;
		}
	.menu-search-field input {
		width: 100px;
		}
	.calendar-day-holder {
		min-height: 0;
		}
	.inner-type-media .thumbs>li,
	.thumbs>li {
		width: 33.3%;
		}
}
@media screen and (max-width: 320px) {
	#top,
	#header,
	#menu-mobile {
		min-width: 320px;
		}
}
@media \0screen {
	html.no-backgroundsize #top {
		min-width: 980px;
		}
	.contentblock img,
	.pagemenu img,
	.imagebox img,
	.thumbs img {
		width: auto;
		}
}
/* FIXES */
button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
	}