@charset "UTF-8";

/* Version 1.2
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* 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 auto !important;
    max-width: 2500px;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4em;
	line-height: 1.6;
	color: #FFF;
	font-weight: 300;
    background-color: #253746;
}
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: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.w-pg-narrow {
	width: 100%;
	max-width: 1024px;
	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.2em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
    font-weight: 300;
}
h1 { font-size: 5.2rem; line-height: 1.2; font-family: 'Montserrat Alternates', sans-serif; font-weight: 400; }
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: 2.4rem; line-height: 1.3; }
h6 { font-size: 1.5rem; line-height: 1.3; }
strong { font-weight: bold !important; }

.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;
}

@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.8rem; line-height: 1.5; }
	h6 { font-size: 1.3rem; line-height: 1.6; }
	
	.f-para1 {
		font-size: 1.6rem;
	}
}

/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white {
    color: #FFF !important;
}

.bg-darkblue {
    background-color: #1E2D39;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #A5BAC9;
}
a:hover {
	color: #FFF;
}

/* 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: 4%;
	-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);
	  -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;
	}
}

/* Alternating
––––––––––––––-----–––––––– */
.alternating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.alternating .six.column {
    margin-bottom: 50px;
}
.alternating .six.column:nth-child(1) {
    order: 1;
}
.alternating .six.column:nth-child(2) {
    order: 2;
}
.alternating .six.column:nth-child(3) {
    order: 4;
}
.alternating .six.column:nth-child(4) {
    order: 3;
}
.alternating .six.column:nth-child(5) {
    order: 5;
}
.alternating .six.column:nth-child(6) {
    order: 6;
}

@media only screen and (max-width: 768px)  {
    .alternating .six.column:nth-child(1) {
        order: 2;
    }
    .alternating .six.column:nth-child(2) {
        order: 1;
    }
    .alternating .six.column:nth-child(3) {
        order: 4;
    }
    .alternating .six.column:nth-child(4) {
        order: 3;
    }
    .alternating .six.column:nth-child(5) {
        order: 6;
    }
    .alternating .six.column:nth-child(6) {
        order: 5;
    }
}

/* 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 {
	border-bottom: 15px solid #253746;
    background-color: #253746;
    height: 100px;
    position: relative;
}
ul.header-cta {
    overflow: hidden;
    position: absolute;
    top: 60px;
    right: 20px;
}
ul.header-cta li {
    float: left;
    margin: 5px;
    font-weight: 400;
}
ul.header-cta li a {
    color: #243746;
    display: block;
    padding: 5px 20px;
    background-color: #a5bac9;
}
ul.header-cta li a:hover {
transition: 0.5s;
    -webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}
.ph {
	float: left;
	position: absolute;
	top: 5px;
	right: 20px;
	color: #FFF;
	font-size: 1.5rem;
	text-align: right;
    padding: 10px 0 0 25px;
    background-image: url(../images/icons/ic_phone-circle_white.svg);
    background-size: 20px 20px;
    background-position: left center;
    background-repeat: no-repeat;
}
.ph a:link, .ph a:visited {
	color: #FFF;
	margin-bottom: 10px;
	display: inline-block;
    text-decoration: none;
}
.slider ul {
	height: 600px;
	list-style: none;
	margin: 0;
    z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.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;
}
.banner {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
main {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
footer.main {
    background: #253746;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
    border-top: solid 1px rgba(255,255,255,0.5);
}
.byline {
    border-top: solid 1px #CCC;
    padding: 3px 20px;
    text-align: center;
    font-size: 0.8rem;
}
.byline a {
    color: #FFF;
    text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
    .ph {
        top: 10px;
        right: 100px;
    }
    ul.header-cta {
        overflow: hidden;
        position: absolute;
        top: 10px;
        right: 230px;
    }
.banner {
    height: 400px;
}
}
@media only screen and (max-width: 768px) {
    header.main {
        border-bottom: 15px solid #253746;
        background-color: #253746;
        height: 50px;
    }
    ul.header-cta {
        overflow: hidden;
        position: absolute;
        top: 70px;
        right: 20px;
        z-index: 100;
    }
    header.main .w-pg {
        max-width: 100%;
    }
    .ph {
        top: 10px;
        right: 140px;
    }
    .slider ul {
        height: 400px;
    }
	main {
		padding: 40px 0;
	}
.banner {
    height: 300px;
}
}
@media only screen and (max-width: 480px) {
	main {
		padding: 20px 0;
	}
    .ph {
        font-size: 1.2rem;
        top: 10px;
        right: 130px;
    }
    .slider ul {
        height: 250px;
    }
.banner {
    height: 200px;
}
}


/* 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: 60px;
    left: 240px;
}
ul.nav-primary li {
    float: left;
    font-size: 1.4rem
}
ul.nav-primary li a {
    display: block;
    padding: 10px 15px;
    color: #A5BAC9;
}
ul.nav-primary li a:hover {
    color: #FFF;
}
a.btn-cta {
    position: absolute;
    top: 50px;
    right: 10px;
}

@media only screen and (max-width:1024px) {
    ul.nav-primary {
        left: auto;
        right: 20px;
    }
    a.btn-cta {
        position: absolute;
        top: 60px;
        right: 10px;
    }
}
@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #253746;
		-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 {
        list-style: none;
        position: relative;
        top: auto;
        left: auto;
        right: auto
    }
    ul.nav-primary li {
        width: 100%;
        float: left;
        font-size: 1.6rem;
        text-align: center;
    }
    ul.nav-primary li a {
        display: block;
        padding: 15px 30px;
        color: #A5BAC9;
    }
    ul.nav-primary li a:hover {
        color: #FFF;
    }
    a.btn-cta {
        position: absolute;
        top: 65px;
        right: 0;
    }
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 5px;
		right: 10px;
        z-index: 100;
		background: #1e2d39 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;
	}
}


/* 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 10px 30px;
}

/* Price List
–––––––––––––––––––––––––– */
ul.price-list {
	overflow: hidden;
	list-style: none;
	margin: 0;
}
ul.price-list li {
	padding: 10px 0;
	float: left;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 1.4rem;
}
ul.price-list li:nth-child(1n) {
	width: 70%;
	border-bottom: solid 1px #DDD;
}
ul.price-list li:nth-child(2n) {
	width: 30%;
	border-bottom: solid 1px #DDD;
	color: #253746;
    font-weight: bold;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    ul.price-list li {
        height: 70px;
        font-size: 1.2rem;
    }
}


/* Awards
–––––––––––––––––––––––––– */
ul.awards {
    overflow: hidden;
    display: table;
    margin: 20px auto 0 auto;
}
ul.awards li {
    float: left;
}
ul.awards li img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 20px;
}

@media only screen and (max-width: 768px) {
    ul.awards li {
        width: 29%;
        margin: 0 2%;
    }
    ul.awards li img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0;
    }
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto 20px auto;
}
ul.sitemap li {
	float: left;
    font-size: 1.7rem;
	margin: 0;
}
ul.sitemap li a {
	color: #A5BAC9;
    padding: 5px 10px;
}
ul.sitemap li a:hover {
    color: #FFF;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
    ul.sitemap li {
        float: left;
        font-size: 1.3rem;
        margin: 0;
    }
}


/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 20px auto 40px auto;
	padding: 0;
	border-top: 0;
	max-width: 768px;
    border-radius: 10px;
    text-align: left;
}
.accordian header {
	display: block;
    border-radius: 10px;
    margin-bottom: 10px;
	padding: 30px 30px;
    font-size: 2.5rem;
    position: relative;
	border-top: 1px solid #A5BAC9;
    font-family: 'Montserrat Alternates', sans-serif;
	color: #253746;
	cursor: pointer;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(165,186,201,1) 100%);
}
.accordian header.cancellation {
    background: #253746;
    background-image: none;
    border: solid 1px rgba(255,255,255,0.2);
    color: #FFF;
    font-size: 1.4rem;
    text-align: left;
    padding: 10px 20px;
    border-radius: 0;
}
.accordian header.cancellation:hover {
    border: solid 1px #FFF;
    transform: 0.5s;
}
.accordian header img {
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    right: 30px;
    top: 38px;
}
.accordian section {
	display: none;
	background: #FFF;
	border-top: 1px solid #DDD;
	padding: 30px 50px;
    color: #253746;
    margin-bottom: 10px;
    border-radius: 10px;
}
.accordian section.active {
	display: block;
}

@media only screen and (max-width: 768px) {
    .accordian header {
        padding: 20px 30px;
        font-size: 1.8rem;
    }
    .accordian header img {
        right: 30px;
        top: 25px;
    }
    .accordian section {
        padding: 20px 30px;
    }
}


/* Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
    border: solid 1px rgba(255,255,255,0.7);
	z-index: 1;
	text-align: left;
    box-sizing: border-box;
    padding: 50px 70px 0 70px;
}
.testimonial-content {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 80px auto;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
}
.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.4rem;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
    .testimonials-wrapper {
        padding: 30px 30px 0 30px;
    }
    .testimonial-content p {
        font-size: 1.2rem;
    }
}

/* ------ 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: #a5bac9;
    background-size: 30px 30px;
    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: 4rem;
	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;
}


/* Modal Bookings
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
}
.close-modal {
    display: none !important;
}

@media only screen and (max-width: 480px) {
    .modal {
        padding: 0 !important;
        height: 600px !important;
        width: 100% !important;
        margin: 0 !important;
    }
}


/* Modal Team
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.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% !important;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    overflow: auto;
}
.modal-box {
    background: #253746;
    position: relative;
    width: 80%;
    max-width: 768px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,1);
    
}
.modal-header {
    padding: 20px 40px 20px 40px;
    background-image: url(../images/texture-subtle.svg);
    background-color: #253746;
    color: #FFF;
}
.modal-header img {
     width: 150px;
    height: 150px;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.modal-body {
    background: #253746;
    padding: 0 40px 60px 40px;
    font-size: 1.3rem;
}
.close-modal {
    text-align: right;
    cursor: pointer;
}
button {
    background: #000;
    color: #ffffff;
    border: none;
    text-decoration: none;
    outline: none;
}
.modal-trigger {
    display: inline-block;
    width: 30%;
    margin: 0 1% 40px 1%;
    min-height: 550px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease .2s;
    border: none;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.10);
    color: #1B806D;
    text-decoration: none;
    text-align: center;
    font-size: 1.3rem;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.modal-trigger:nth-child(3n+1) {
    clear: left;
}
.modal-trigger p {
    margin: 0 0 5px 0;
}
.modal-trigger:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
@-webkit-keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}
 @keyframes modalbox {
 0% {
 top: -250px;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}


@media only screen and (max-width: 768px) {
	.modal-box {
		width: 90%;
		margin: 50px auto;
	}
	.modal-header {
		padding: 20px 20px;
	}
	.modal-body {
		background: #253746;
		padding: 20px 20px;
		font-size: 1.3rem;
	}
	.modal-trigger {
		width: 47%;
		min-height: 370px;
	}
	.modal-trigger:nth-child(3n+1) {
		clear: none;
	}
}

@media only screen and (max-width: 480px) {
    .modal-box {
		width: 100%;
		margin: 50px auto;
        padding: 0 !important;
	}
	.modal-trigger:nth-child(3n+1) {
		clear: none;
	}
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 200px;
	height: auto;
	display: inline-block;
	padding: 0 30px;
    position: relative;
    z-index: 100;
}
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;
}
img.brands {
    width: 200px;
    height: auto;
    display: inline-block;
}
img.ssprogram {
    width: 150px;
    height: auto;
    display: inline-block;
}
img.social {
	width: 50px;
	height: 50px;
}
img.social:hover {
    transition: 0.5s;
	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}
img.payment {
    width: 200px;
    height: auto;
    display: block;
}
img.header-gold {
    position: absolute;
    top: 10px;
    right: 150px;
    width: 95px;
    height: auto;
    display: block;
}
img.gold-cert {
    width: 100px;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    img.logo {
        width: 150px;
        padding: 10px 20px;
    }
    img.header-gold {
        top: 15px;
        right: 20px;
        width: 60px;
    }
}
@media only screen and (max-width: 768px) {
    img.logo {
        width: 120px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    img.logo-menu {
        width: 150px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 0 30px;
        position: relative;
        z-index: 100;
    }
    img.header-gold {
        top: 12px;
        right: 70px;
        width: 60px;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 100px;
        padding: 10px 10px;
    }
    img.brands {
        width: 130px;
    }
    img.header-gold {
        top: 15px;
        right: 70px;
        width: 50px;
    }
    img.logo-footer {
        width: 150px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
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"],
input[type="number"],
input[type="date"],
input[type="password"],
textarea,
select {
	width: 100%;
	padding: 15px 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,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="password"]: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"],
button[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 15px 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: 0;
    -webkit-appearance: none;
	-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: #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-lightblue {
    background-color: #A5BAC9;
    color: #253746 !important;
    border: solid 1px #A5BAC9;
}
a.btn-darkblue {
    background-color: #1e2d39;
    color: #FFF !important;
}
a.btn-green {
    background-color: #5C7E51;
    color: #FFF;
    border: solid 1px #5C7E51;
}
a.btn-outline {
    border: solid 1px #FFF;
    color: #FFF !important;
}



.header-btn {
    position: absolute;
    top: 60px;
    right: 30px;
    height: 150px;
}

/* Button - Header
––––––––––––––----–––––– */
a.btn-header {
	color: #253746;
	background-color: #A5BAC9;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.2rem;
    border-radius: 2px;
    position: absolute;
    top: 60px;
    right: 200px;
    font-weight: 400;
}

/* Button - Primary
––––––––––––––----–––––– */
a.btn-primary {
	color: #253746;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1.5rem;
    border-radius: 0;
    margin-right: 10px;
    font-weight: 400;
}
a.btn-primary:hover {
    transition: 0.5s;
    -webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}

/* Button - Secondary
––––––––––––––----–––––– */
a.btn-secondary {
	color: #FFF;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.5rem;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
    a.btn-primary {
	padding: 7px 15px;
	font-size: 1.2rem;
}
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pv0 { padding-top: 0;	padding-bottom: 0; }
.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; }

.ph0 { padding-left: 0;	padding-right: 0; }
.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; }

.pa0 { padding: 0; }

.pb0 { padding-bottom: 0; }
.pb20 { padding-bottom: 20px; }
.pb40 { padding-bottom: 40px; }
.pb60 { padding-bottom: 60px; }
.pb80 { padding-bottom: 80px; }

.pt0 { padding-top: 0; }
.pt20 { padding-top: 20px; }
.pt40 { padding-top: 40px; }
.pt60 { padding-top: 60px; }
.pt80 { padding-top: 80px; }

.ma0 { margin: 0; }

.mb0 { margin-bottom: 0; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }

.mt0 { margin-top: 0; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 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 #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) {
	.pv20,
	.pv40,
	.pv60,
	.pv80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .ph20,
	.ph40,
	.ph60,
	.ph80 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.outline {
    border: solid 1px #000;
}

@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 480px) {

}
