@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: 'Maven Pro', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #808080;
	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;
}
.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) {
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
}
h1 { font-size: 4rem; line-height: 1.2; color: #5CC9E6; }
h2 { font-size: 3rem; line-height: 1.2; }
h3 { font-size: 2.5rem; line-height: 1.3; border-bottom: solid 1px rgba(117,120,123,0.3); padding: 0 0 10px 0; }
h4 { font-size: 2rem; line-height: 1.6; margin-bottom: 5px; }
p { margin-top: 0; }
strong { font-weight: 500; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
}
.text-med {
	font-size: 1.5rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-xlrg {
	font-size: 4rem;
}
.text-highlight {
	color: #5CC9E6;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1.2; color: #5CC9E6; }
	h2 { font-size: 2.5rem; line-height: 1.2; }
	h3 { font-size: 2rem; line-height: 1.3; border-bottom: solid 1px rgba(117,120,123,0.3); padding: 0 0 10px 0; }
	h4 { font-size: 1.8rem; line-height: 1.6; margin-bottom: 5px; }
	
	.text-para1 {
		font-size: 1.6rem;
	}
	.text-med {
		font-size: 1.4rem;
	}
	.text-sm {
		font-size: 1.1rem;
	}
	
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #5CC9E6;
}
a:hover {
	color: #A6CE39;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column-feature {
	float: left;
	background: #FFF;
	overflow: hidden;
	margin: 0 1% 30px 1%;
	padding: 20px 40px 20px 40px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	   -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	        box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.125);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.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%; }

.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 {
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		width: 80% !important;
		margin: 0 10% 30px 10%;
		padding: 20px 20px 20px 20px;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%); 
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 );
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
main.internal {
	width: 100%;
	max-width: 1180px;
	margin: -250px auto 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
	background: #FFF;
	position: relative;
	z-index: 100;
}
section {
	overflow: hidden;
	position: relative;
}
section.blue {
	background: #5CC9E6;
}
section.grey {
	background: #75787B;
	color: #FFF;
}
section.subtle {
	background: rgba(117,120,123,0.2);
}
section.featitems {
	overflow: inherit !important;
	min-height: 170px;
	background: #75787B;
}
footer.main {
	background: #75787B;
	padding: 40px 0 20px;
	clear: both;
	border-bottom: solid 5px #5CC9E6;
}

@media only screen and (max-width: 1024px) {
	main.internal {
		margin: 0 auto 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	main {
		padding: 40px 0;
	}
	main.internal {
		padding: 40px 0;
	}
	section.featitems {
		overflow: auto !important;
		padding: 40px 0;
	}
}
@media only screen and (max-width: 480px) {
}

/* Banner
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#hero {
	background-color: #000;
	height: 700px;
	width: 100%;
	position: relative;
	z-index: 0;
}
#hero-slider {
	position: relative;
}
#hero-slider .slides {
	width: 100%;
	margin: 0 auto;
}
#hero-slider .slides li {
	height: 700px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
#hero .flex-control-nav {
	display: none;
}

@media only screen and (max-width: 1024px) {
	#hero {
		height: 500px;
		width: 100%;
	}
	#hero-slider .slides li {
	height: 500px;
}
}
@media only screen and (max-width:768px) {
	#hero {
		height: 400px;
	}
	#hero-slider {
		min-height: auto;
	}
	#hero-slider .slides li {
	height: 400px;
}
}

@media only screen and (max-width:480px) {
	#hero-slider {
		min-height: auto;
		height: 300;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
ul.nav-primary {
	overflow: hidden;
	position: absolute;
	top: 100px;
	right: 50px;
	z-index: 100;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	padding: 15px 0 15px 0;
}
ul.nav-primary li {
	float: left;
	font-weight: 500;
}
ul.nav-primary li a {
	color: #FFF;
	display: block;
	padding: 15px 15px;
}
ul.nav-primary li a:hover {
	color: #5CC9E6;
}

@media only screen and (max-width: 1280px) {
	ul.nav-primary {
		right: 15px;
	}
	ul.nav-primary li a {
		padding: 15px 10px;
	}
}

@media only screen and (max-width: 1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #5CC9E6;
		-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 {
		position: relative;
		top: 0;
		right: auto;
		border-bottom: none;
		padding: 15px 0 15px 0;
		width: 90%;
		margin: 0 auto;
	}
	ul.nav-primary li {
		width: 100%;
	}
	ul.nav-primary li a {
		padding: 10px 15px;
		background-image: url(../images/icons/ic_arrow-right_white.svg);
		background-size: 10px 10px;
		background-repeat: no-repeat;
		background-position: right 15px center;
	}
	ul.nav-primary li a:hover {
		text-decoration: underline;
		color: #FFF;
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 90px;
		right: 30px;
		background: #5CC9E6 url(../images/icons/ic-menu.svg) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		z-index: 100;
		-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 {
		right: 10px;
		top: 0;
	}
}

@media only screen and (max-width: 480px) {
	.trigger {
		right: 0;
		top: 0;
	}
}


/* 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 7px 30px;
}

/* list
–––––––––––––––––––––––––– */
ul.list {
	overflow: hidden;
	list-style: none;
}
ul.list li {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #DDD;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
	z-index: 100;
	position: relative;
	height: 100px;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	top: -40px;
}
ul.featitems li {
	width: 31.333%;
	margin: 0 1%;
	float: left;
	background: #5CC9E6;
	padding: 20px 80px 40px 30px;
	color: #FFF;
	line-height: 1.3;
	font-size: 1.4rem;
	position: relative;
}
ul.featitems li.feature {
	background: #A6CE39;
}
ul.featitems li h4 {
	font-size: 2.7rem;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: 500;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
ul.featitems li a {
	position: absolute;
	display: inline-block;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
}
ul.featitems li a:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

@media only screen and (max-width: 1024px) {
	ul.featitems li {
		padding: 20px 30px 40px 30px;
		color: #FFF;
	}
	ul.featitems li h4 {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 768px) {
	ul.featitems {
		height: 100px;
		width: 90%;
		max-width: 550px;
		top: 0;
	}
	ul.featitems li {
		width: 100%;
		margin: 0;
		padding: 20px 80px 40px 30px;
		margin-bottom: 10px;
	}
	ul.featitems li h4 {
		font-size: 2.6rem;
	}
}

/* Header Book
–––––––––––––––––––––––––– */
ul.header-book{
	overflow: hidden;
	float: right;
	margin-right: 50px;
}
ul.header-book li {
	float: left;
	color: #FFF;
	font-size: 1.4rem;
}
ul.header-book li a.btn {
	background: #36bad8;
	padding: 3px 20px;
	margin: 7px 0 7px 15px;
	border: solid 1px #FFF;
	border-radius: 50px;
	display: block;
	color: #FFFFFF;
}
ul.header-book li a.btn:hover {
	background: #A6CE39;
	text-decoration: none;
}

@media only screen and (max-width: 1280px) {
	ul.header-book {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 768px) {
	ul.header-book {
		overflow: hidden;
		float: none;
		display: table;
		margin: 0 auto;
	}
	ul.header-book li {
		margin: 0;
	}
	ul.header-book li a.btn {
		margin: 10px 0 10px 15px;
	}
}

/* Header Details
–––––––––––––––––––––––––– */
ul.header-details {
	overflow: hidden;
	float: right;
	margin-right: 50px;
	position: absolute;
	right: 120px;
	top: 0;
}
ul.header-details li {
	float: left;
	color: #FFF;
	font-size: 1.4rem;
}
ul.header-details li a {
	display: block;
	padding: 10px 15px;
	color: #FFF;
}
ul.header-details li a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1280px) {
	ul.header-details {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 768px) {
	ul.header-details {
		overflow: hidden;
		float: none;
		display: table;
		margin: 20px auto 20px auto;
		position: relative;
		right: auto;
		left: 0;
	}
	ul.header-details li {
		margin: 0;
		width: 100%;
	}
	ul.header-details li a {
		padding: 5px 20px;
	}
}

/* Accommodation Grid
–––––––––––––––––––––––––– */
ul.accomm-grid {
	overflow: hidden;
}
ul.accomm-grid li {
	width: 25%;
	float: left;
	padding: 60px 30px;
	font-size: 1.3rem;
}
ul.accomm-grid li:nth-child(odd) {
	background: rgba(255,255,255,0.4);
}
ul.accomm-grid li h3 {
	font-size: 2rem;
	font-weight: 400;
	border-bottom: solid 1px rgba(117,120,123,0.5);
	padding: 0 0 10px 0
}
ul.accomm-grid li img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 15px;
}
ul.accomm-grid li a.btn {
	color: #FFF;
	background-color: #5CC9E6;
	border-radius: 50px;
	display: inline-block;
	padding: 3px 30px 3px 15px;
	margin-right: 10px;
	font-size: 1.3rem;
	background-image: url(../images/icons/ic_arrow-right_white.svg);
	background-size: 10px 10px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}
ul.accomm-grid li a.btn:hover {
	background-color: #A6CE39;
}

@media only screen and (max-width: 1024px) {
	ul.accomm-grid {
		overflow: hidden;
	}
	ul.accomm-grid li {
		width: 50%;
		padding: 60px 40px;
	}
}

@media only screen and (max-width: 768px) {
	ul.accomm-grid {
		overflow: hidden;
	}
	ul.accomm-grid li {
		width: 100%;
		padding: 60px 40px;
	}
}

/* Accommodation Listing
–––––––––––––––––––––––––– */
ul.accomm-listing {
	overflow: hidden;
	border: solid 1px #DDD;
	margin-bottom: 50px;
}
ul.accomm-listing > li {
	float: left;
	padding: 20px;
	font-size: 1.4rem;
}
ul.accomm-listing > li:nth-child(1) {
	width: 50%;
}
ul.accomm-listing > li:nth-child(2) {
	width: 50%;
	padding: 40px 20px;
}
ul.accomm-listing > li h3 {
	color: #5CC9E6;
}
.slider ul {
	height: 300px;
	list-style: none;
	margin: 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;
}

@media only screen and (max-width: 768px) {
	ul.accomm-listing > li:nth-child(1) {
		width: 100%;
	}
	ul.accomm-listing > li:nth-child(2) {
		width: 100%;
		padding: 20px 20px;
	}
}

@media only screen and (max-width: 480px) {
	ul.accomm-listing > li {
		font-size: 1.2rem;
	}
	.slider ul {
		height: 200px;
	}
}


/* Social
–––––––––––––––––––––––––– */
ul.social {
	overflow: hidden;
}
ul.social li {
	padding: 5px 0 5px 40px;
	background-position: left center;
	background-size: 30px 30px;
	background-repeat: no-repeat;
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
	overflow: hidden;
	margin-bottom: 20px;
}
ul.contact-details li {
	background-size: 30px 30px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 3px 0 3px 45px;
	font-size: 1.3rem;
}
ul.contact-details li a {
	font-size: 1.8rem;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
	display: table;
	margin: 20px auto;
	border-bottom: solid 1px rgba(255,255,255,0.5);
	padding: 10px 0;
}
ul.sitemap li {
	float: left;
	margin: 0;
	font-size: 1.4rem;
}
ul.sitemap li a {
	color: #FFF;
	padding: 5px 10px;
	display: block;
}
ul.sitemap li a:hover {
	text-decoration: underline;
}
ul.sitemap li img {
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 -8px;
}
ul.sitemap li img:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 90px 50px 90px;
	z-index: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.testimonial-content {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 0 auto;
}
.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: 1.7rem;
}

/* ------ Navigation ------ */
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 100%;
	margin: 0;
	position: absolute;
	z-index: 9999;
	bottom: 0;
	overflow: hidden;
	opacity: 1;
	cursor: pointer;
	color: rgba(255,255,255,0);
	-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 {
	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 {
}
.flex-direction-nav .flex-prev {
	left: 0px;
	background-image: url(../images/icons/ic_arrow-left_circle_blue.svg);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
.flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
	background-image: url(../images/icons/ic_arrow-right_circle_blue.svg);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: center center;
}
.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
	background-size: 45px 45px;
}
.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;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #5CC9E6;
}
.flex-control-paging li a:hover {
	background: rgba(255,255,255,0.5);
}
.flex-control-paging li a.flex-active {
	background: #5CC9E6;
	cursor: default;
}
.flex-control-nav {
	bottom: 0;
	left: 0;
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.flex-control-nav li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

@media only screen and (max-width: 768px) {
	.testimonials-wrapper {
		padding: 20px 50px 50px 50px;
	}
	.testimonial-content p {
		font-size: 1.4rem;
	}
	.flex-direction-nav .flex-prev {
		background-size: 30px 30px;
		background-position: top 100px left;
	}
	.flex-direction-nav .flex-next {
		background-size: 30px 30px;
		background-position: top 100px right;
	}
	.flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-next:hover {
		background-size: 35px 35px;
	}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	padding: 50px 50px;
}
img.logo-menu {
	display: none;
}
img.logo-footer {
	width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	border-radius: 3px;
}

@media only screen and (max-width: 1280px) {
	img.logo {
		width: 200px;
		padding: 50px 15px;
	}
}

@media only screen and (max-width: 1024px) {
	img.logo {
		width: 250px;
		display: block;
		margin: 0 auto;
		padding: 20px 15px;
	}
	img.logo-menu {
		display: block;
		margin: 0 auto;
		width: 150px;
		height: auto;
		padding: 20px 20px;
	}
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 180px;
		margin: 0 auto;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form li {
	width: 98%;
}
ul.form li.half {
	width: 48%;
	margin-right: 2%;
	float: left;
}
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: rgba(117,120,123,0.1);
	border: solid 1px #FFF;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1rem;
	color: #999;
	-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 #A6CE39;
	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"],
button[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 20px auto 0 auto;
	background: #5CC9E6;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 50px;
	-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,
button[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #A6CE39;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
	width: 100%;
	clear: both;
}
.required {
	color: #5CC9E6;
}
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;
	background-color: #5CC9E6;
	border-radius: 50px;
	display: inline-block;
	padding: 8px 40px 8px 20px;
	font-size: 1.5rem;
	background-image: url(../images/icons/ic_arrow-right_white.svg);
	background-size: 10px 10px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	border: solid 1px #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
a.btn-primary:hover {
	background-color: #75787B;
}

a.btn-secondary {
	color: #5CC9E6;
	border-radius: 50px;
	display: inline-block;
	padding: 0 50px 3px 0;
	font-size: 1.5rem;
	background-image: url(../images/icons/ic_arrow-long-right_blue.svg);
	background-size: 20px 20px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}
a.btn-secondary:hover {
	text-decoration: underline;
}

a.btn-tertiary {
	color: #FFF;
	background-color: #A6CE39;
	border-radius: 50px;
	display: inline-block;
	padding: 8px 40px 8px 20px;
	font-size: 1.5rem;
	background-image: url(../images/icons/ic_arrow-right_white.svg);
	background-size: 10px 10px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	border: solid 1px #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
a.btn-tertiary:hover {
	background-color: #75787B;
}

a.btn-menu {
	color: #FFF;
	background-color: #A6CE39;
	border-radius: 50px;
	display: none;
	margin: 0 5%;
	padding: 8px 0 8px 20px;
	font-size: 1.5rem;
	background-image: url(../images/icons/ic_arrow-right_white.svg);
	background-size: 10px 10px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	border: solid 1px #FFF;
}
a.btn-menu:hover {
	background-color: #5CC9E6;
}

@media only screen and (max-width: 1024px) {
	a.btn-menu {
		display: block;
	}
}
@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;
}

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.video {
	width: 100%;
	max-width: 768px;
	height: 433px;
	display: block;
	margin: 20px auto 30px auto;
	border-radius: 10px;
}
.crt-grid-post .crt-post-hover .crt-post-text {
    font-size: 1.2rem !important;
}
.crt-date {
    font-size: 1.2rem !important;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
hr.divide-sm {
	border-top: solid 1px rgba(117,120,123,0.2);
	border-bottom: none;
	margin: 20px 0;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 0 0 0;
	color: rgba(255,255,255,0.6);
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 90%;
	margin: 0 auto;
}
.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) {
	.video {
		height: 320px;
	}
	.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) {
	.video {
		height: 250px;
	}
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
	hr.divide-sm {
		border-top: solid 1px rgba(117,120,123,0.2);
		border-bottom: none;
		margin: 0;
	}
}