@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Oxygen', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #FFF;
	font-weight: 300;
    background-color: #68813C;
    background-image: url(../images/texture.svg);
    background-size: cover;
    background-repeat: repeat;
    background-position: top center;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
    footer.main .pg-width {
        max-width: 550px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.3em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
    font-family: 'Baloo', sans-serif; font-weight: normal;
}
h1 { font-size: 5.0rem; line-height: 1.2; font-family: 'Baloo', sans-serif; font-weight: normal;}
h2 { font-size: 4.2rem; line-height: 1.25; }
h3 { font-size: 3.4rem; line-height: 1.3; }
h4 { font-size: 2.5rem; line-height: 1.2; }
h5 { font-size: 2.2rem; line-height: 1.2; font-family: 'Baloo', sans-serif; font-weight: normal; margin: 0; }
h6 { font-size: 1.5rem; line-height: 1.6; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

h2.feature, h3.feature, h4.feature {
    background-image: url(../images/background02.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 10px 20px 0 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
h5.price {
    background-image: url(../images/background02.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0 20px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
    margin-bottom: 15px;
}
.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-feature {
    font-family: 'Baloo', sans-serif; font-weight: normal;
}

@media only screen and (max-width: 768px) {
	h1 { font-size: 3rem; line-height: 1.2; }
	h2 { font-size: 2.6rem; line-height: 1.25; }
	h3 { font-size: 2.2rem; line-height: 1.3; }
	h4 { font-size: 2rem; line-height: 1.3.5; }
	h5 { font-size: 1.6rem; line-height: 1.5; }
	h6 { font-size: 1.4rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.6rem;
	}
    .text-sm {
        font-size: 1.1rem;
    }
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #D7C724;
}
a:hover {
	color: #BCA70D;
}
a img:hover {
    transition: 0.3s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 20px 30px 20px 0;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 1% 0 1%;
	padding: 40px;
    background: #647432;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}
@media only screen and (max-width: 768px)  {
    footer.main .column:nth-child(2), footer.main .column:nth-child(3) {
        max-width: 50% !important;
        float: left !important;
    }
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.banner-internal {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}
footer.main {
    overflow: hidden;
    clear: both;
    padding: 0 0 20px 0;
    font-size: 1.2rem;
}

@media only screen and (max-width: 1024px) {
	main {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 768px) {
	main {
		padding: 20px 0;
	}
    section.banner-internal {
        height: 200px;
    }
}


/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#hero {
	background-color: #000;
	height: 500px;
	width: 100%;
	position: relative;
}

#hero-slider {
	position: relative;
}
#hero-slider .slides {
	width: 100%;
	margin: 0 auto;
}
#hero-slider .slides li {
	height: 500px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
/* BUTTONS
--------------------------------------------------*/
a.btn-hero-slider {
	background: #C79F00;
	color: #FFF;
	line-height: 2;
	clear: both;
	width: 120px;
	display: block;
	font-size: 1.5rem;
	text-shadow: none;
	border-radius: 5px;
	font-weight: 700;
	margin: 30px auto 0 auto;
}
a.btn-hero-slider:hover {
	background: #152F63;
	color: #FFF;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

@media only screen and (max-width:768px) {
    #hero {
        height: 300px;
    }
	#hero-slider {
		min-height: auto;
		height: 300px;
	}
	#hero-slider .slides li {
        height: 300px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center top;
		background-attachment: inherit;
	}
}

@media only screen and (max-width:480px) {
    #hero {
        height: 200px;
    }
	#hero-slider {
		min-height: auto;
		height: 200px;
	}
    #hero-slider .slides li {
        height: 200px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: center top;
		background-attachment: inherit;
	}
}

/* NAV CONTROL 
--------------------------------------------------*/

#hero .flex-control-nav {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 10px;
	z-index: 90;
	text-align: center;
}
#hero .flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
}
#hero .flex-direction-nav {
	text-align: left;
	display: inline-block;
	position: relative;
	bottom: 0;
	left: 30px;
	z-index: 500;
	background: #FFF;
	width: 100px;
	float: left;
}
#hero .flex-direction-nav a {
	color: #789C4A;
}
#hero .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	background: #FFFFFF;
}
#hero .flex-control-paging li a:hover {
	background: #c8c8c8;
}
#hero .flex-control-paging li a.flex-active {
	background: #789C4A;
	cursor: default;
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    width: 100%;
    max-width: 1180px;
    list-style: none;
    padding: 0;
    margin: 0 auto 10px auto;
    height: 50px;
    position: relative;
}
.nav-primary li {
    float: left;
    background-image: url(../images/background01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    font-size: 1.6rem;
    width: 15.666%;
    margin: 0 0.5%;
    font-family: 'Baloo', sans-serif;
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
}
.nav-primary li:hover {
    transition: 0.3s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
.nav-primary li a {
    color: #FFF;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    line-height: 50px;
    
}


@media only screen and (max-width:1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #68813C;
        background-image: url(../images/texture.svg);
        background-size: cover;
        background-repeat: repeat;
        background-position: top center;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
    ul.nav-primary {
        width: 100%;
        margin: 0 auto 0 auto;
        height: auto;
    }
    .nav-primary li {
        width: 100%;
        background-image: url(../images/nav.svg);
        font-size: 1.6rem;
        margin: 0 0 5px 0;
    }
	.trigger {
		position: absolute;
		width: 45px;
		height: 45px;
		display: block;
		top: 40px;
		left: 15px;
		background: #789C4A url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 20px 20px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width:768px) {
    .trigger {
		top: 35px;
	}
}
@media only screen and (max-width:480px) {
    .trigger {
		top: 28px;
        width: 40px;
        height: 40px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 6px 30px;
}

ul.bullets-half {
	overflow: hidden;
	list-style: disc;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}
ul.bullets-half li {
	margin: 0 0 6px 30px;
}

/* Header CTA
–––––––––––––––––––––––––– */
ul.header-cta {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 15px;
}
ul.header-cta li {
    float: left;
    padding: 3px;
    margin-right: 5px;
    font-size: 1.6rem;
    font-family: 'Baloo', sans-serif;
}
ul.header-cta li:nth-child(1) {
    background-image: url(../images/background01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
ul.header-cta li:nth-child(2) {
    background-image: url(../images/background02.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
ul.header-cta li:hover {
    transition: 0.3s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.header-cta li a {
    color: #FFF;
    display: block;
    padding: 6px 30px;
}

@media only screen and (max-width: 768px) {
    ul.header-cta li {
        font-size: 1.3rem;
    }
    ul.header-cta li a {
        padding: 6px 20px;
    }
}

@media only screen and (max-width: 480px) {
    ul.header-cta li {
        font-size: 1.1rem;
    }
    ul.header-cta li a {
        padding: 6px 10px;
    }
    ul.header-cta li:nth-child(1) {
        display: none;
    }
}

/* Header Social
–––––––––––––––––––––––––– */
ul.header-social {
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: 15px;
}
ul.header-social li {
    float: left;
    padding: 3px;
}
ul.header-social li:hover {
    transition: 0.3s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.header-social li img {
    width: 35px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    ul.header-social li img {
        width: 25px;
    }
}

@media only screen and (max-width: 480px) {
    ul.header-social {
        top: 45px;
    }
    ul.header-social li {
        padding: 1px;
    }
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
    overflow: hidden;
    padding: 10px 0;
}
ul.featitems li {
    float: left;
    background-position: top 40px center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 31.333%;
    margin: 0 1%;
    font-family: 'Baloo', sans-serif;
    text-align: center;
}
ul.featitems li:hover {
    transition: 0.3s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.featitems li:nth-child(1) {
     background-image: url(../images/featitems01.svg);
}
ul.featitems li:nth-child(2) {
     background-image: url(../images/featitems02.svg);
}
ul.featitems li:nth-child(3) {
     background-image: url(../images/featitems03.svg);
}
ul.featitems li a {
    color: #FFF;
    font-size: 3.5rem;
    display: block;
    padding: 0 0;
}
ul.featitems li img {
    width: 80%;
    height: auto;
}
ul.featitems li img:hover {
    transform: none;
}

@media only screen and (max-width: 768px) {
   ul.featitems li img {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) {
    ul.featitems {
        max-width: 320px;
        margin: 0 auto;
    }
    ul.featitems li {
        width: 100%;
        margin: 0;
    }
    ul.featitems li img {
        width: 70%;
    }
   
}

/* News
–––––––––––––––––––––––––– */
ul.news {
    overflow: hidden;
    margin: 0 0 0 0;
}
ul.news > li {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 30px;
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
    text-align: center;
}
ul.news > li:nth-child(1) {
    background: #D6BA09;
}
ul.news > li:nth-child(2) {
    background: #789C4A;
}
ul.news > li:nth-child(3) {
}

@media only screen and (max-width: 768px) {
    ul.news {
    display: block;
}
ul.news > li {
    width: 100%;
    margin: 0 0 20px 0;
}
}

/* Accommodation Grid
–––––––––––––––––––––––––– */
ul.accomm-grid {
    overflow: hidden;
}
ul.accomm-grid li {
    width: 31.333%;
    float: left;
    padding: 40px 30px 30px 30px;
    background-image: url(../images/featitems01.svg);
    background-size: cover;
    background-position: bottom center;
    margin: 0 1% 20px 1%;
    font-size: 1.3rem;
}
ul.accomm-grid li:nth-child(3n+1) {
    clear: left;
}
ul.accomm-grid li h3 {
    font-size: 2.7rem;
    font-family: 'Baloo', sans-serif;
    margin-bottom: 0;
    font-weight: normal;
}
ul.accomm-grid li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}
ul.accomm-grid li a.btn-primary, ul.accomm-grid li a.btn-secondary {
    font-size: 1.2rem;
}

.slider ul {
	height: 250px;
	list-style: none;
	margin: 0 0 20px 0;
    overflow: hidden;
}
.slider ul li {
	height: 100%;
    background-color: #D7C724;
    padding: 50px 60px;
    font-size: 1.4rem;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

@media only screen and (max-width: 768px) {
    ul.accomm-grid li {
        width: 48%;
        padding: 40px 30px 30px 30px;
        margin: 0 1% 0 1%;
    }
    ul.accomm-grid li:nth-child(3n+1) {
        clear: none;
    }
    ul.accomm-grid li:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 480px) {
    ul.accomm-grid li {
        width: 100%;
        padding: 40px 30px 30px 30px;
        margin: 0;
    }
    ul.accomm-grid li:nth-child(3n+1) {
        clear: none;
    }
    ul.accomm-grid li:nth-child(2n+1) {
        clear: left;
    }
}

/* Park Features
–––––––––––––––––––––––––– */
ul.park-features {
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto;
}
ul.park-features li {
    width: 33.333%;
    float: left;
    padding: 10px;
}
ul.park-features li img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 1024px) {
    ul.park-features li {
        padding: 0;
    }
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
    margin-bottom: 20px;
}
ul.contact-details li {
    background-image: url(../images/icons/ic_bullet_yellow.svg);
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 3px 0 3px 15px;
}
ul.contact-details li a {
    color: #FFF;
}
ul.contact-details li a:hover {
    color: #D7C724;
}


/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden;
}
ul.sitemap li {
    width: 100%;
    font-size: 1.3rem;
}
ul.sitemap li a {
    color: #D7C724;
    display: block;
    padding: 3px 0;
    font-weight: bold;
}
ul.sitemap li a:hover {
    color: #BCA70D;
}

/* Footer Social
–––––––––––––––––––––––––– */
ul.footer-social {
    overflow: hidden;
    position: relative;
}
ul.footer-social li {
    float: left;
    padding: 3px;
}
ul.footer-social li:hover {
    transition: 0.3s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.footer-social li img {
    width: 35px;
    height: auto;
    display: block;
}



@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 480px) {
}


/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.light-gallery {
	list-style: none;
	margin: 0;
}
ul.light-gallery li {
	width: 18%;
    margin: 0 0 10px 1%;
    border: solid 5px #FFF;
	height: auto;
	float: left;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.light-gallery li img {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 768px) {
    ul.light-gallery li {
        width: 25%;
    }
}

@media only screen and (max-width: 480px) {
    ul.light-gallery li {
        width: 33.333%;
    }
}


/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal, .modal-box {
    z-index: 900;
}
.modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
}
.modal-box {
    position: relative;
    width: 90%;
    max-width: 768px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
    text-shadow: none;
}
.modal-body {
    background: #ECEFF1;
    text-align: left;
    overflow: hidden;
}
.modal-header {
    background-image: url(../images/texture.svg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
    color: #FFF !important;
    padding: 50px;
}
.modal-content {
    padding: 50px;
    color: #4D5A31;
}

/* Close Button */
.close-modal {
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: none;
    background-image: url(../images/icons/ic_close.svg);
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
}

.modal-trigger, button.modal {
    border: none;
    text-decoration: none;
    width: 100%;
    color: #FFF;
	display: inline-block;
	padding: 15px 20px 5px;
	font-size: 1.5rem;
    margin: 0 auto;
    background-image: url(../images/background04.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'Baloo', sans-serif; font-weight: normal;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal-trigger:hover, button.modal:hover {
    transition: 0.3s;
    color: #FFF;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
button.modal {
    border: 1px solid #333333;
    outline: none;
    color: #FFF;
}
.modal-trigger img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: solid 1px rgba(255,255,255,0.3);
}

@media only screen and (max-width: 480px) {
    .modal-header {
        padding: 40px;
    }
    .modal-content {
        padding: 30px;
    }
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 25px 15px 10px 15px;
}
img.logo-menu {
    display: none;
	width: 140px;
    margin: 0 auto 0 auto;
	height: auto;
	padding: 25px 15px 10px 15px;
}
img.logo-footer {
    width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	padding: 25px 15px 10px 15px;
    margin: 0 auto;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
    border-radius: 3px;
}
img.img-small {
	width: 100%;
    max-width: 250px;
	height: auto;
	display: block;
    border-radius: 3px;
    margin: 0 auto 20px auto;
}
img.border {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: block;
}
img.park-map {
    max-width: 300px;
}
h5 img {
    width: 30px;
    height: auto;
    float: left;
    margin: 0 8px 0 0;
}
h3 img {
    width: 40px;
    height: auto;
    display: inline-block;
    margin: 0 8px -8px 0;
}
p img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
}

@media only screen and (max-width: 1024px) {
    img.logo {
        width: 170px;
        margin-left: 70px;
    }
    img.logo-menu {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    img.logo {
        width: 130px;
        margin-left: 70px;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 100px;
        margin-left: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 10px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid red;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 5px 40px;
	margin: 20px auto 0 auto;
	background: #000;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 3px;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
}
.required {
	color: red;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 10px 20px 5px;
	font-size: 1.5rem;
    margin-right: 1%;
    background-image: url(../images/background02.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    font-family: 'Baloo', sans-serif; font-weight: normal;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
a.btn-primary:hover {
    transition: 0.3s;
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
a.btn-primary.half, a.btn-secondary.half {
    width: 49% !important;
    padding: 20px 0 10px 0;
    font-size: 1.8rem;
}

a.btn-secondary {
	color: #FFF;
	background-image: url(../images/background04.svg);
     background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
	display: inline-block;
	padding: 10px 20px 5px;
	font-size: 1.5rem;
    text-align: center;
    font-family: 'Baloo', sans-serif; font-weight: normal;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a.btn-secondary:hover {
	transition: 0.3s;
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 { padding-top: 20px;	padding-bottom: 20px; }
.padding40 { padding-top: 40px; padding-bottom: 40px; }
.padding60 { padding-top: 60px; padding-bottom: 60px; }
.padding80 { padding-top: 80px; padding-bottom: 80px; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 1px #DDD; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #DDD; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #DDD; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #DDD; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}



/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
iframe {
    width: 100%;
    height: 400px;
    display: block;
}
iframe.video {
    width: 100%;
    height: 400px;
    display: block;
    margin-bottom: 20px;
}
.crt-post-text {
    font-size: 1.2rem !important;
}
.crt-date {
    font-size: 1rem !important;
}
a.crt-logo {
    font-size: 1rem !important;
    color: rgba(255,255,255,0.2) !important;
}

.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 0 20px;
	color: #FFF;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}
