@charset "UTF-8";

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #0A3254;
	font-weight: 300;
}
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;
}
.w-pg {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.w-pg-narrow {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .w-pg {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    .w-pg {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .w-pg {
        max-width: 550px;
    }
}
@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;
}
h1 { font-size: 5.2rem; line-height: 1.2; }
h2 { font-size: 4rem; line-height: 1.25; }
h3 { font-size: 3.6rem; line-height: 1.3; }
h4 { font-size: 3rem; line-height: 1.3; }
h5 { font-size: 1.8rem; line-height: 1.3; }
h6 { font-size: 1.5rem; line-height: 1.3; }
strong { font-weight: bold !important; }
p { margin: 0 0 15px 0; }

.tc {
    text-align: center;
}
.f-para1 {
	font-size: 2rem;
}
.f-xl {
	font-size: 2.6rem;
}
.f-l {
	font-size: 2.2rem;
}
.f-sm {
	font-size: 1.3rem;
}
.f-xsm {
	font-size: 1.1rem;
}

/* Colours
–––––––––––––––––––––––––– */
.white {
    color: #FFF !important;
}
.navy {
    color: #0A3254;
}
.blue {
    color: #14A2DC;
}
.green {
    color: #69813B;
}
.yellow {
    color: #EAAA21;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1.2; }
	h2 { font-size: 2.8rem; line-height: 1.25; }
	h3 { font-size: 2.4rem; line-height: 1.3; }
	h4 { font-size: 2rem; line-height: 1.3.5; }
	h5 { font-size: 1.5rem; line-height: 1.5; }
	h6 { font-size: 1.3rem; line-height: 1.6; }
	
	.f-para1 {
		font-size: 1.6rem;
	}
}

/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bg-navy {
    background-color: #0A3254;
}
.bg-blue {
    background-color: #14A2DC;
}
.bg-green {
    background-color: #69813B;
}
.bg-yellow {
    background-color: #EAAA21;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #14A2DC;
}
a:hover {
	color: #0A3254;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 4%;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 2%;
}
.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 2% 0 2%;
	padding: 40px 40px;
    border-radius: 10px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 4.3333333%; }
.two.column-feature 		{ width: 12.6666667%; }
.three.column-feature 		{ width: 21%; }
.four.column-feature 		{ width: 29.3333333%; }
.five.column-feature 		{ width: 37.6666667%; }
.six.column-feature 		{ width: 46%; }
.seven.column-feature 		{ width: 54.3333333%; }
.eight.column-feature 		{ width: 62.6666667%; }
.nine.column-feature 		{ width: 71%; }
.ten.column-feature 		{ width: 79.3333333%; }
.eleven.column-feature 		{ width: 89.6666667%; }
.twelve.column-feature 		{ width: 96%; }

@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;
	}
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
    background: #0A3254;
    border-top: solid 5px #EAAA21;
    padding: 0 5%;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
.banner-hero {
    background-image: url(../images/banner/banner01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    position: relative;
}
.banner-page {
    background-color: #052a44;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}
.title {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
}
section {
	overflow: hidden;
	clear: both;
}
footer.main {
    background: #0A3254;
    overflow: hidden;
    clear: both;
    padding: 20px 0 20px 0;
    color: #FFF;
}
.byline {
    padding: 5px 0;
    text-align: center;
    font-size: 0.9rem;
    background: #052A45;
    color: rgba(255,255,255,0.6);
}
.byline a {
    color: rgba(255,255,255,0.6);
}

@media only screen and (max-width: 1024px) {
	header.main {
        padding: 0;
    }
    .banner-hero {
        height: 400px;
    }
}

@media only screen and (max-width: 768px) {
	main {
		padding: 40px 0;
	}
    .banner-hero {
        height: 300px;
    }
    .banner-page {
        height: 150px;
    }
    .title h1 {
        font-size: 3rem;
    }
}
@media only screen and (max-width: 480px) {
	main {
		padding: 20px 0;
	}
    .banner-hero {
        height: 200px;
    }
    .banner-page {
        height: 150px;
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 80px;
    right: 5%;
}
ul.nav-primary li {
    float: left;
    font-size: 1.4rem;
    font-weight: bold;
}
ul.nav-primary li a {
    display: block;
    padding: 5px 15px;
    color: #FFF;
}
ul.nav-primary li a:hover {
    transition: 0.5s;
    color: #EAAA21;
}


@media only screen and (max-width:1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #0A3254;
		-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 {
        padding: 20px;
        position: relative;
        top: 0;
        right: 0;
    }
    ul.nav-primary li {
        width: 100%;
        font-size: 1.7rem;
        background-image: url(../images/icons/ic_arrow-right_white.svg);
        background-size: 15px 15px;
        background-repeat: no-repeat;
        background-position: right center;
    }
    ul.nav-primary li a {
        display: block;
        padding: 15px 15px;
        color: #FFF;
    }
    ul.nav-primary li a:hover {
        transition: 0.5s;
        color: #EAAA21;
    }
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 35px;
		left: 15px;
        z-index: 100;
		background: url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 25px 25px;
		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:480px) {
    .trigger {
		top: 25px;
	}
}

/* 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 0 30px;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}
ul.featitems li {
    text-align: left;
    width: 49%;
    font-weight: 400;
    font-size: 1.7rem;
    background-color: rgba(255,255,255,0.2);
    background-size: 35px 35px;
    background-position: left 25px center;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
ul.featitems li:hover {
    transition: 0.5s;
    -webkit-transform: scale(0.95);
	   -moz-transform: scale(0.95);
	     -o-transform: scale(0.95);
	        transform: scale(0.95);
}
ul.featitems li a {
    display: block;
    padding: 20px 20px 20px 70px;
    color: #FFF;
}

@media only screen and (max-width: 768px) {
    ul.featitems {
        margin-bottom: 30px;
    }
    ul.featitems li {
        font-size: 1.7rem;
        text-align: center;
        background-size: 35px 35px;
        background-position: top 20px center;
    }
    ul.featitems li a {
        padding: 60px 20px 20px 20px;
    }
}
@media only screen and (max-width: 480px) {
    ul.featitems li {
        width: 100%;
        font-size: 1.7rem;
        text-align: left;
        background-size: 35px 35px;
        background-position: left 20px center;
    }
    ul.featitems li a {
        padding: 15px 20px 15px 65px;
    }
}


/* Accommodation
–––––––––––––––––––––––––– */
.accommodation {
    overflow: hidden;
    border: solid 1px #14A2DC;
    text-align: left;
    padding: 20px;
    margin-bottom: 50px;
}
.slider > ul {
	height: 300px;
	list-style: none;
	margin: 0;
    z-index: 0;
}
.slider> ul > li {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.slider> ul > li img {
    width: 100%;
    height: auto;
    display: block;
}
.accommodation h3 {
    font-size: 3rem;
}
.accommodation .twelve.column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between; 
    padding-top: 0;
}
.accommodation .twelve.column a {
    width: 27%;
    color: #FFF;
    text-align: center;
	display: inline-block;
	padding: 15px 20px;
	font-size: 1.6rem;
    font-weight: 600;
    border-radius: 6px;
}
.accommodation .twelve.column a:hover {
    transition: 0.5s;
    -webkit-transform: scale(0.95);
	   -moz-transform: scale(0.95);
	     -o-transform: scale(0.95);
	        transform: scale(0.95);
}
.accommodation ul.list {
    margin-bottom: 15px;
}
.accommodation ul.list li {
    background-image: url(../images/icons/ic_tick_blue.svg);
    background-position: left center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding:3px 0 3px 25px;
    font-size: 1.3rem;
}

.modal {
    max-width: 768px !important;
    padding: 60px !important;
    font-size: 1.4rem;
    border-radius: 15px !important;
    z-index: 100 !important;
}
table.tarrifs {
    font-size: 1.3rem;
    border-spacing: 0;
    background: #EEE;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
table.tarrifs th {
    border-bottom: solid 2px #14A2DC !important;
    border: none;
    padding: 15px 20px !important;
}
table.tarrifs td {
    border: none;
    padding: 15px 20px !important;
}

@media only screen and (max-width: 768px) {
    .accommodation .twelve.column a {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/* Facilities
–––––––––––––––––––––––––– */
ul.facilities {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
ul.facilities li {
    background: #EEE;
    border-radius: 10px;
    width: 32%;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: top 30px center;
    padding: 110px 30px 30px 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
}

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

/* Tick
–––––––––––––––––––––––––– */
ul.tick {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
ul.tick li {
    width: 50%;
    float: left;
    background-image: url(../images/icons/ic_tick_white.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0 30px 0 30px;
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
}

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

/* Attractions
–––––––––––––––––––––––––– */
ul.attractions {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
ul.attractions li {
    background: #EEE;
    border-radius: 10px;
    width: 32%;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: top 30px center;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.4;
}
ul.attractions li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
}
ul.attractions li h3 {
    font-size: 2rem;
}

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

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

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden;
}
ul.sitemap li {
    width: 100%;
    font-size: 1.3rem;
}
ul.sitemap li a {
    color: #FFF;
    display: inline-block;
    padding: 5px 0;
}
ul.sitemap li a:hover {
    transition: 0.5s;
    opacity: 0.6;
}

@media only screen and (max-width: 768px) {
    ul.sitemap li {
        text-align: center;
        width: 100%;
        font-size: 1.3rem;
    }
    ul.sitemap li a {
        padding: 10px 0;
        font-weight: 600;
    }
}


/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
}
ul.contact-details li {
    font-size: 1.6rem;
    margin: 10px;
    background-size: 20px 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
ul.contact-details li a {
    display: block;
    padding: 5px 5px 5px 30px;
}
ul.contact-details li a:hover {
    transition: 0.5s;
    opacity: 0.6;
}

/* Footer Contact
–––––––––––––––––––––––––– */
ul.footer-contact {
    overflow: hidden;
}
ul.footer-contact li {
    font-size: 1.2rem;
    margin: 10px;
    background-size: 15px 15px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
ul.footer-contact li a {
    color: #FFF;
    padding: 5px 5px 5px 0;
}
ul.footer-contact li a:hover {
    transition: 0.5s;
    opacity: 0.6;
}


/* Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	z-index: 1;
    box-sizing: border-box;
    padding: 50px 70px 0 70px;
    text-align: center;
    background: #EEE;
}
.testimonial-content {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 60px auto;
    box-sizing: border-box;
}
.testimonials {
	list-style: none;
	padding: 0;
	margin: 0;
}
.testimonials > li {
	position: absolute;
	opacity: 0;
}
.testimonials > li:first-child {
	position: relative;
	opacity: 1;
}
.testimonial-content p {
	padding: 0;
	font-size: 14px;
}

@media only screen and (max-width: 480px) {
    .testimonials-wrapper {
        padding: 30px 30px 0 30px;
    }
    .testimonial-content p {
        font-size: 12px;
    }
}

/* ------ Navigation ------ */

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0;
	position: absolute;
	z-index: 9999;
	top: 40%;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgb(255,255,255,0);
    background-color: #EAAA21;
    border-radius: 5px;
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-size: 40px;
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flex-direction-nav a.flex-next:before {
	padding: 0;
}
.flex-direction-nav .flex-prev {
	left: -25px;
    background-image: url(../images/icons/ic_arrow-left_white.svg);
}
.flex-direction-nav .flex-next {
    background-image: url(../images/icons/ic_arrow-right_white.svg);
	right: -25px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
ol.flex-control-paging {
    list-style: none !important;
    width: 88%;
    margin: 0 auto;
    box-sizing: border-box;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #666;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(255,255,255,0.7);
}
.flex-control-paging li a.flex-active {
	background: #FFF;
	background: rgba(255,255,255,1);
	cursor: default;
}
.flex-control-nav {
	bottom: 30px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
.flex-control-nav li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 15px;
}
img.logo-menu {
	width: 150px;
	height: auto;
    margin: 0 auto;
	display: none;
	padding: 15px;
}
img.logo-footer {
	max-width: 200px;
    width: 100%;
	height: auto;
	display: inline-block;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
    border-radius: 10px;
}
img.overlay {
    position: absolute;
    height: 100%;
    width: auto;
    left: 0;
    top: 0;
}
img.tagline {
    position: absolute;
    height: auto;
    width: 768px;
    right: 30px;
    bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    img.logo {
        width: 160px;
        margin-left: 70px;
    }
    img.logo-menu {
        width: 150px;
        height: auto;
        margin: 0 auto;
        display: block;
        padding: 15px;
    }
    img.tagline {
        position: absolute;
        height: auto;
        width: 480px;
        right: 30px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    img.logo-footer {
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }
    img.tagline {
        width: 320px;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 100px;
        margin-left: 60px;
    }
    img.tagline {
        width: 280px;
        bottom: 10px;
        right: 10px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.form li {
	width: 98%;
	float: left;
    margin-bottom: 15px;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 15px 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 15px 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
    font-family: 'Poppins', sans-serif !important;
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: rgba(20,162,220,0.05);
	border: solid 1px #14A2DC;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.5rem;
	color: rgba(9,50,84,0.7);
	-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,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #EAAA21;
	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"],
button[type="submit"] {
	display: block;
	padding: 10px 40px;
	margin: 0 auto 0 auto;
	background-color: #EAAA21;
    font-weight: bold;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 5px;
	-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,
button {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1.2rem;
	text-align: left;
	display: block;
    font-weight: 400;
}
.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) {
	ul.form li.third {
        width: 98%;
    }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-darkblue {
    background-color: #0A3254;
}

a.btn-lightblue {
    background-color: #14A2DC;
}

/* Button - Primary
––––––––––––––----–––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.4rem;
    font-weight: 600;
    border-radius: 6px;
}
a.btn-primary:hover {
    transition: 0.5s;
    -webkit-transform: scale(0.95);
	   -moz-transform: scale(0.95);
	     -o-transform: scale(0.95);
	        transform: scale(0.95);
}

/* Button - Secondary
––––––––––––––----–––––– */
a.btn-secondary {
	color: #FFF;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.5rem;
}

/* Button - Header
––––––––––––––----–––––– */
a.btn-header {
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.4rem;
    font-weight: 600;
    border-radius: 0 0 6px 6px;
    background: #EAAA21;
    position: absolute;
    top: 0;
    right: 6%;
}
a.btn-header:hover {
    transition: 0.5s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

/* Button - Featitems
––––––––––––––----–––––– */
a.btn-featitems {
    width: 20%;
	color: #FFF;
	display: inline-block;
	padding: 15px 0;
	font-size: 1.6rem;
    font-weight: 600;
    border-radius: 6px;
    background: #EAAA21;
    position: absolute;
    bottom: -25px;
    left: 40%;
}
a.btn-featitems:hover {
    transition: 0.5s;
    -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: 1024px) {
    a.btn-featitems {
        width: 30%;
        left: 35%;
    }
}

@media only screen and (max-width: 768px) {
    a.btn-header {
        right: 30px;
        font-size: 1.2rem;
    }
    a.btn-featitems {
        width: 50%;
        left: 25%;
    }
}

@media only screen and (max-width: 480px) {
    a.btn-header {
        right: 20px;
        font-size: 1rem;
        padding: 15px 15px;
    }
    a.btn-featitems {
        width: 60%;
        left: 20%;
    }
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pv20 { padding-top: 20px;	padding-bottom: 20px; }
.pv40 { padding-top: 40px; padding-bottom: 40px; }
.pv60 { padding-top: 60px; padding-bottom: 60px; }
.pv80 { padding-top: 80px; padding-bottom: 80px; }

.ph20 { padding-left: 20px;	padding-right: 20px; }
.ph40 { padding-left: 40px; padding-right: 40px; }
.ph60 { padding-left: 60px; padding-right: 60px; }
.ph80 { padding-left: 80px; padding-right: 80px; }

.p0 { padding: 0; }

.m0 { margin: 0; }
.mb0 { margin-bottom: 0 !important; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }

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 #14A2DC; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #14A2DC; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #14A2DC; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #14A2DC; margin: 80px 0; }

@media only screen and (max-width: 768px) {
	.pv20,
	.pv40,
	.pv60,
	.pv80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .ph20,
	.ph40,
	.ph60,
	.ph80 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.map {
    width: 100%;
    height: 300px;
}
.outline {
    border: solid 1px #000;
}
