@charset "UTF-8";
/* Version 1.5
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#popup_this {
    text-align: left;
    background: #E75301;
    padding: 30px;
    position: fixed;
    width: 100%;
    max-width: 768px;
    margin-top: 10px; /* Negative half of height. */
    margin-left: 0; /* Negative half of width. */
    box-sizing: border-box;
	font-size: 100%;
	color: #fff;
}
.b-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #fff;
    background: #00416A;
    padding: 10px 15px;
}
/* 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: 'Proxima Nova', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #00416A;
	font-weight: 300;
	background: #D8D8D5;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        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;
	   -moz-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;
	   -moz-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1350px) {
	.pg-width {
		max-width: 1024px;
	}
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 1.4em;
	}
}
@media only screen and (max-width: 480px) {
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 { font-size: 6rem; line-height: 1.2; text-transform: uppercase; color: #00416A; font-weight: 800; }
h2 { font-size: 4.2rem; line-height: 1.2; }
h3 { font-size: 2.5rem; line-height: 1.3; }
h4 { font-size: 1.8rem; line-height: 1.6; }
h5 { font-size: 1.7rem; line-height: 1.6; font-weight: bold; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2.4rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-smm {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 500;
}
.text-m {
	font-size: 2.6rem;
	line-height: 1.2;
	font-weight: 500;
}
.text-lrg {
	font-size: 5.2rem;
	line-height: 0.4;
	font-weight: 800;
}
.text-xlrg {
	font-size: 5rem;
	line-height: 1.2;
	font-weight: 800;
}
.text-heavy {
	font-weight: 800;
}
.text-normal {
	font-weight: 500;
}
.text-light {
	font-weight: 100;
}
.text-highlight {
	color: #E75301;
}
.text-navy {
	color: #00416A;
}
.text-price {
	font-size: 2rem;
	border: solid 1px #011223;
	border-radius: 50px;
	padding: 6px 20px;
}

@media only screen and (max-width: 768px) {
	h1 { font-size: 3.5rem; line-height: 1.2; text-transform: uppercase; color: #00416A; font-weight: 800; }
	h2 { font-size: 2.6rem; line-height: 1.2; }
	h3 { font-size: 2.2rem; line-height: 1.3; }
	h4 { font-size: 1.8rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 480px) {
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #E75301;
}
a:hover {
	text-decoration: underline;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -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%; }

section.cta .column {
	font-size: 1.3rem;
}

@media only screen and (max-width: 768px)  {
	.column {
		width: 100% !important;
		padding: 20px 20px;
	}
	footer.main .column:nth-child(1), footer.main .column:nth-child(2), footer.main .column:nth-child(3) {
		width: 33.333% !important;
	}
}
@media only screen and (max-width: 480px)  {
	footer.main .column:nth-child(1) {
		width: 100% !important;
		padding: 0;
	}
	footer.main .column:nth-child(2), footer.main .column:nth-child(3) {
		width: 50% !important;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	background: #D8D8D5;
}
.banner-hero {
	height: 600px;
	background-image:  url(../images/banner/banner01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.slider ul {
	height: 600px;
	list-style: none;
	margin: 0;
	z-index: 0;
	position: relative;
}
.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;
}
.caption {
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	top: 150px;
	position: relative;
	color: #FFF;
	font-size: 1.8rem;
}
.caption h3 {
	font-size: 4.5rem;
}
.caption p {
	font-size: 2.2rem;
	line-height: 1.2;
}
.banner-internal {
	width: 100%;
	height: auto;
	margin-bottom: -100px;
	position: relative;
	z-index: -100;
	border-bottom: solid 5px #E75301;
}
.banner-internal img {
	width: 100%;
	height: auto;
	display: block;
}
section {
	overflow: hidden;
	clear: both;
}
section.featitems {
	background: #00416A;
	overflow: inherit;
	height: 270px;
}
section.bold {
	background: #00416A;
	color: #FFF;
}
section.bright {
	background: #e75301;
	color: #FFF;
}
section.subtle {
	background: none;
}
section.cta {
	color: #FFF;
	padding: 80px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background-image:  url(../images/section-feature.png);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.content-half {
	width: 100%;
	max-width: 512px;
	padding: 80px 30px 80px 80px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
main {
	overflow: hidden;
	clear: both;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 40px auto;
	padding: 80px 50px;
	background: #FFF;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.specials {
	width: 100%;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 10px;
	color: #FFF;
}
.specials.item1{
	background: #00416A;
}
.specials.item2{
	background: #00416a;
	background: -moz-radial-gradient(center, ellipse cover, #00416a 0%, #001122 100%); 
	background: -webkit-radial-gradient(center, ellipse cover, #00416a 0%,#001122 100%); 
	background: radial-gradient(ellipse at center, #00416a 0%,#001122 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00416a', endColorstr='#001122',GradientType=1 );
}
.specials.item3{
	background: #011223;
}

footer.main {
	padding: 80px 0 40px 0;
	color: #FFF;
	background: #00416a;
	background: -moz-radial-gradient(center, ellipse cover, #00416a 0%, #001122 100%); 
	background: -webkit-radial-gradient(center, ellipse cover, #00416a 0%,#001122 100%); 
	background: radial-gradient(ellipse at center, #00416a 0%,#001122 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00416a', endColorstr='#001122',GradientType=1 );
}

@media only screen and (max-width: 1350px) {
	main {
		max-width: 1024px;
		width: 90%;
		padding: 60px 20px;
		-webkit-box-sizing: border-box;
	   	   -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
}
@media only screen and (max-width: 1024px) {
	main {
		max-width: 768px;
		padding: 60px 30px;
	}
	section.featitems {
		height: 240px;
	}
}
@media only screen and (max-width: 768px) {
	section.featitems {
		height: 200px;
	}
	.content-half {
		padding: 40px 30px 40px 30px;
	}
	.slider ul {
		height: 400px;
	}
	.caption {
		top: 100px;
	}
	.caption h3 {
		font-size: 3rem;
	}
	.caption p {
		font-size: 1.8rem;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 480px) {
	.banner-internal {
		margin-bottom: 0;
	}
	main {
		max-width: 768px;
		padding: 40px 20px;
		margin-top: 30px;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
nav.menu-slide > input[type=checkbox] {
	display: none;
}
nav.menu-slide > input[type=checkbox]:checked ~ #menu {
	display: block;
}

.mega-menu {
	width: 100%;
	max-width: 800px;
	position: absolute;
	top: 79px;
	right: 0;
	z-index: 100;
}
.mega-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.mega-menu > ul {
	width: 100%;
	position: absolute;
	right: 0;
}
.mega-menu > ul > li {
	display: block;
	float: left;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 800;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mega-menu > ul > li > a {
	color: #00416A;
	display: block;
	line-height: 50px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}
.mega-menu > ul > li > a:hover {
	color: #FFF;
	background-color: #E75301;
}
.mega-menu > ul > li.mega-menu--open a, .mega-menu > ul > li.mega-menu--open > a:hover {
	color: #FFF;
	background-color: #E75301;
}
.mega-menu .menu-mega--sub {
	display: none;
	position: absolute;
	background: #E75301;
	width: 100%;
	left: 0;
}
.mega-menu--open .menu-mega--sub {
	display: block;
}
.mega-menu > ul > li ul {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
.mega-menu > ul > li ul li {
	float: left;
	width: 20%;
	line-height: 70px;
	font-size: 1.8rem;
	text-align: center;
}
.mega-menu > ul > li ul li a {
	display: block;
	text-decoration: none;
}
.mega-menu > ul > li ul li a:hover {
	color: #CCC;
}

@media screen and (max-width: 768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background: #00416a;
		background: -moz-radial-gradient(center, ellipse cover, #00416a 0%, #001122 100%); 
		background: -webkit-radial-gradient(center, ellipse cover, #00416a 0%,#001122 100%); 
		background: radial-gradient(ellipse at center, #00416a 0%,#001122 100%); 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00416a', endColorstr='#001122',GradientType=1 );
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		overflow-y: scroll;
		top: 0;
		left: 0;
		width: 80%;
		-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);
	}
	.mega-menu {
		width: 100%;
		max-width: 100%;
		position: relative;
		top: 0;
	}
	.mega-menu > ul {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.mega-menu > ul > li {
		display: block;
		float: left;
		width: 100%;
		border-bottom: solid 1px rgba(255,255,255,0.3);
	}
	.mega-menu > ul > li > a {
		width: 100%;
		line-height: 60px;
		font-size: 1.8rem;
		display: block;
		padding: 0 20px;
		color: #FFF;
		text-align: left;
		background-image: url(../images/icons/i-arrow-right_white.svg);
		background-size: 15px 15px;
		background-position: right 20px center;
		background-repeat: no-repeat;
		-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.mega-menu .menu-mega--sub {
		position: relative;
		background: #D64700;
		width: 100%;
		left: 0;
	}
	.mega-menu > ul > li.mega-menu--open a, .mega-menu > ul > li.mega-menu--open > a:hover {
		color: #FFF;
		background-color: #E75301;
		background-image: url(../images/icons/i-arrow-down_white.svg);
		background-size: 15px 15px;
		background-position: right 20px center;
		background-repeat: no-repeat;
	}
	.mega-menu > ul > li ul li {
		float: left;
		width: 100%;
		line-height: 50px;
		text-align: center;
	}
	.mega-menu > ul > li ul li a {
		background: #D64700 !important;
		font-size: 1.4rem;
		text-align: left;
		padding: 0 30px;
		background-image: url(../images/icons/i-arrow-right_white.svg) !important;
		background-size: 10px 10px !important;
		background-position: right 30px center !important;
		background-repeat: no-repeat !important;
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 20px;
		right: 15px;
		background: #00416A url(../images/icons/i-menu.svg) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: url(../images/icons/i-close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}
	.trigger-close:focus {
		outline: none;
	}
}
@media screen and (max-width: 480px) {
	.trigger {
		top: 11px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	list-style: disc;
	margin: 0 0 30px 20px;
}

/* Bullets - Half
–––––––––––––––––––––––––– */
ul.bullets-half {
	list-style: disc;
	margin: 0 0 30px 20px;
}
ul.bullets-half li {
	width: 50%;
	float: left;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
ul.featitems li {
	width: 33.333%;
	float: left;
	line-height: 0.9;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.featitems li:hover {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
	   -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
	        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
ul.featitems li > a {
	color: #FFF;
	display: block;
	padding: 30px;
	text-decoration: none;
}
.btn-featitems {
	border: solid 1px #FFF;
	border-radius: 5px;
	display: block;
	width: 150px;
	margin: 20px auto;
	padding: 15px 10px 15px 30px;
	font-weight: 700;
	color: #FFF;
	font-size: 1.4rem;
	background-image:  url(../images/icons/i-arrow-right_orange.svg);
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
ul.featitems li:nth-of-type(1){
	background: #D8D8D5;
	height: 270px;
	padding-top: 15px;
}
ul.featitems li:nth-of-type(2){
	background: #00416a;
	background: -moz-radial-gradient(center, ellipse cover, #00416a 0%, #001122 100%); 
	background: -webkit-radial-gradient(center, ellipse cover, #00416a 0%,#001122 100%); 
	background: radial-gradient(ellipse at center, #00416a 0%,#001122 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00416a', endColorstr='#001122',GradientType=1 );
	height: 270px;
	padding-top: 15px;
}
ul.featitems li:nth-of-type(3){
	background: #E75301;
	height: 270px;
	padding-top: 15px;
}
ul.featitems li h3 {
	font-size: 3.5rem;
}

@media only screen and (max-width: 1350px) {
	ul.featitems {
		max-width: 1024px;
	}
}
@media only screen and (max-width: 1024px) {
	ul.featitems {
		max-width: 768px;
	}
	ul.featitems li:nth-of-type(1){
		height: 240px;
	}
	ul.featitems li:nth-of-type(2){
		height: 240px;
	}
	ul.featitems li:nth-of-type(3){
		height: 240px;
	}
}
@media only screen and (max-width: 768px) {
	ul.featitems {
		max-width: 768px;
	}
	ul.featitems li a {
		padding: 20px;
	}
	.btn-featitems {
		display: block;
		margin: 15px auto;
		width: 100px;
		padding: 10px 5px 10px 15px;
		font-size: 1rem;
		background-position: left 10px center;
		background-size: 15px 15px;
	}
	ul.featitems li:nth-of-type(1){
		height: 220px;
		padding-top: 25px;
	}
	ul.featitems li:nth-of-type(2){
		height: 220px;
		padding-top: 25px;
	}
	ul.featitems li:nth-of-type(3){
		height: 220px;
		padding-top: 25px;
	}
	ul.featitems li h3 {
		font-size: 2.5rem;
	}
}
@media only screen and (max-width: 480px) {
	ul.featitems li {
		width: 100%;
	}
	ul.featitems li a {
		padding: 10px;
	}
	.btn-featitems {
		display: block;
		margin: 10px auto;
		max-width: 100px;
		width: auto;
		padding: 15px 5px 15px 15px;
		font-size: 1rem;
		background-position: left 10px center;
		background-size: 15px 15px;
	}
	ul.featitems li:nth-of-type(1){
		height: 220px;
		padding-top: 15px;
	}
	ul.featitems li:nth-of-type(2){
		height: 220px;
		padding-top: 25px;
	}
	ul.featitems li:nth-of-type(3){
		height: 220px;
		padding-top: 15px;
	}
	ul.featitems li h3 {
		font-size: 3.0rem;
	}
}


/* Internal Navigation
–––––––––––––––––––––––––– */
ul.internal-nav {
	overflow: hidden;
	width: 100%;
	max-width: 250px;
	margin: 30px 0;
}
ul.internal-nav li {
	font-size: 2.4rem;
	font-weight: bold;
}
ul.internal-nav li a {
	color: #00416A;
	display: block;
	padding: 5px 0;
	background-image: url(../images/icons/i-arrow-right_blue.svg);
	background-size: 20px 20px;
	background-position: right center;
	background-repeat: no-repeat;
}
ul.internal-nav li a:hover {
	color: #E75301;
	background-image: url(../images/icons/i-arrow-right_orange.svg);
}
ul.internal-nav li a.active {
	color: #E75301;
	background-image: url(../images/icons/i-arrow-right_orange.svg);
}


/* Price Table (Small)
–––––––––––––––––––––––––– */
ul.price-table-header {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	background: #00416A;
	color: #FFF;
	margin: 30px 0 0 0;
}
ul.price-table-header li  {
	overflow: hidden;
	float: left;
	border-radius: 10px 10px 0 0;
	padding: 15px 20px;
	font-weight: bold;
}
ul.price-table-header li:nth-of-type(1) {
	width: 30%;
}
ul.price-table-header li:nth-of-type(2) {
	width: 15%;
	text-align: center;
}
ul.price-table-header li:nth-of-type(3) {
	width: 15%;
	text-align: center;
}
ul.price-table-header li:nth-of-type(4) {
	width: 15%;
	text-align: center;
}
ul.price-table-header li:nth-of-type(5) {
	width: 25%;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	ul.price-table-header li:nth-of-type(1) {
		width: 100%;
		display: none;
	}
	ul.price-table-header li:nth-of-type(2) {
		width: 33.333%;
	}
	ul.price-table-header li:nth-of-type(3) {
		width: 33.333%;
	}
	ul.price-table-header li:nth-of-type(4) {
		width: 33.333%;
	}
}
@media only screen and (max-width: 768px) {
	ul.price-table-header {
		display: none;
	}
}

ul.price-table {
	overflow: hidden;
	border-bottom: solid 1px #FFF;
}
ul.price-table:hover {
	border-radius: 10px;
	-webkit-transform: scale(1.02);
	   -moz-transform: scale(1.02);
	     -o-transform: scale(1.02);
	        transform: scale(1.02);
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
	-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);
}
ul.price-table li {
	float: left;
	padding: 20px;
	min-height: 150px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.price-table li strong {
	font-size: 2rem;
}
ul.price-table li h4 {
	font-size: 2.5rem;
	margin: 0;
}
ul.price-table li:nth-of-type(1) {
	width: 30%;
	background-color: #E75301;
	color: #FFF;
	padding-top: 40px;
	font-size: 1.3rem;
}
ul.price-table li:nth-of-type(2) {
	width: 15%;
	text-align: center;
}
ul.price-table li:nth-of-type(3) {
	width: 15%;
	text-align: center;
	background-color: #EBEBEB;
}
ul.price-table li:nth-of-type(4) {
	width: 15%;
	text-align: center;
}
ul.price-table li:nth-of-type(5) {
	width: 25%;
	text-align: center;
	background-color: #EBEBEB;
}
.extra li {
	height: 250px !important;
}
@media only screen and (max-width: 1024px) {
	ul.price-table {
		margin-bottom: 20px;
		border-left: solid 1px #FFF;
		border-right: solid 1px #FFF;
		border-top: solid 1px #FFF;
	}
	ul.price-table li {
		float: left;
		padding: 15px;
		min-height: auto;
		font-size: 1.1rem;
	}
	ul.price-table li h4 {
		font-size: 2rem;
		margin: 0;
	}
	ul.price-table li strong {
		font-size: 1.6rem;
	}
	ul.price-table li:nth-of-type(1) {
		width: 100%;
		padding-top: 15px;
	}
	ul.price-table li:nth-of-type(2) {
		width: 33.333%;
	}
	ul.price-table li:nth-of-type(3) {
		width: 33.333%;
	}
	ul.price-table li:nth-of-type(4) {
		width: 33.333%;
	}
	ul.price-table li:nth-of-type(5) {
		width: 100%;
		padding: 0;
	}
	.extra li {
		height: auto !important;
	}
}
@media only screen and (max-width: 768px) {
	ul.price-table.extra li {
		width: 100%;
	}
}


/* Price Table (Large)
–––––––––––––––––––––––––– */
ul.price-table-lrg-header {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	background: #00416A;
	color: #FFF;
}
ul.price-table-lrg-header li  {
	overflow: hidden;
	float: left;
	border-radius: 10px 10px 0 0;
	padding: 15px 20px;
	width: 8.75%;
	font-weight: bold;
}
ul.price-table-lrg-header li:nth-of-type(1) {
	width: 30%;
}
@media only screen and (max-width: 1024px) {
	ul.price-table-lrg-header li {
		padding: 5px 5px;
		width: 12.5%;
		font-size: 1.1rem;
		text-align: center;
	}
	ul.price-table-lrg-header li:nth-of-type(1) {
		width: 100%;
		padding: 5px 15px;
	}
}

ul.price-table-lrg {
	overflow: hidden;
	border-bottom: solid 1px #FFF;
}
ul.price-table-lrg:hover {
	border-radius: 10px;
	-webkit-transform: scale(1.02);
	   -moz-transform: scale(1.02);
	     -o-transform: scale(1.02);
	        transform: scale(1.02);
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
	-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);
}
ul.price-table-lrg li {
	float: left;
	padding: 10px 20px;
	width: 8.75%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.price-table-lrg li h5 {
	font-size: 1.7rem;
	margin: 0;
}
ul.price-table-lrg li:nth-of-type(1) {
	width: 30%;
	background-color: #E75301 !important;
	color: #FFF;
	font-size: 1.3rem;
}
ul.price-table-lrg li:nth-child(odd) {
	background-color: #EBEBEB;
}
@media only screen and (max-width: 1024px) {
	ul.price-table-lrg {
		overflow: hidden;
		border: solid 1px #FFF;
	}
	ul.price-table-lrg li:nth-of-type(1) {
		width: 100%;
		font-size: 1.3rem;
		padding: 10px 15px;
		text-align: left;
	}
	ul.price-table-lrg li {
		float: left;
		padding: 10px 5px;
		width: 12.5%;
		font-size: 1.1rem;
		text-align: center;
	}
	ul.price-table-lrg li h5 {
		font-size: 1.5rem;
		margin: 0;
	}
}


/* Grid
–––––––––––––––––––––––––– */
ul.grid4 {
	overflow: hidden;
	padding: 30px 0;
}
ul.grid4 li {
	width: 23%;
	margin: 0 1%;
	float: left;
	border-radius: 10px;
	height: 300px;
	background: #011223;
	color: #FFF;
	font-size: 1.3rem;
	line-height: 1.2;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-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);
}
ul.grid4 li div {
	padding: 0 20px;
}
ul.grid4 li:hover {
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.grid4 li h4 {
	font-size: 2rem;
	
	line-height: 1.2;
}
ul.grid4 li img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 15px 0;
	border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 768px) {
	ul.grid4 li {
		width: 48%;
		margin: 0 1% 20px 1%;
	}
}
@media only screen and (max-width: 480px) {
	ul.grid4 li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}


/* Riding
–––––––––––––––––––––––––– */
ul.riding {
	overflow: hidden;
	padding: 30px 0;
}
ul.riding li {
	width: 31.333%;
	margin: 0 1% 30px 1%;
	min-height: 16px;
	padding: 20px;
	float: left;
	background: #FFF;
	border-radius: 10px;
	border-bottom: 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);
}
ul.riding li h4 {
	color: #E75301;
	font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
	ul.riding li {
		width: 48%;
	}
}
@media only screen and (max-width: 550px) {
	ul.riding li {
		width: 100%;
		margin: 0 0 30px 0;
	}
}

/* Logos
–––––––––––––––––––––––––– */
ul.logos {
	overflow: hidden;
	padding: 20px 0;
}
ul.logos li {
	width: 16%;
	margin: 0 2%;
	float: left;
	border-radius: 10px;
	-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);
}
ul.logos li img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}
@media only screen and (max-width: 768px) {
	ul.logos li {
		width: 29.333%;
		margin: 0 2% 15px 2%;
	}
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.contact {
	overflow: hidden;
	border-bottom: solid 1px #DDD;
	margin-bottom: 20px;
	margin-top: 20px;
}
ul.contact li {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
ul.contact li a {
	font-size: 1.8rem;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
	margin-bottom: 30px;
}
ul.sitemap li {
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
}
ul.sitemap li a {
	color: #FFF;
}
ul.sitemap li a:hover {
	color: #D8D8D5;
}
ul.sitemap li ul {
	margin-top: 10px;
}
ul.sitemap li li {
	font-weight: 500;
	text-transform: none;
	font-size: 1.5rem;
	padding: 3px 0 3px 0;
}

@media only screen and (max-width: 768px) {
	ul.sitemap li {
		width: 100%;
		text-align: center;
		font-size: 1.6rem;
		padding: 5px 0
	}
}

/* Contact Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.footer-contact {
    overflow: hidden;
    margin-bottom: 30px;
}
ul.footer-contact  li {
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;
}
ul.footer-contact  li a {
	color: #FFF;
}
ul.footer-contact  li a:hover {
	color: #D8D8D5;
}
ul.footer-contact  li ul {
	margin-top: 10px;
}
ul.footer-contact li li {
	font-weight: 500;
	text-transform: none;
	font-size: 1.5rem;
	padding: 3px 0 3px 0;
}

@media only screen and (max-width: 768px) {
    ul.footer-contact li {
        text-align: center;
    }
}

/* Social
–––––––––––––––––––––––––– */
ul.social {
	width: 120px;
	overflow: hidden;
}
ul.social li {
	width: 40px;
	float: left;
}
ul.social li:hover {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
ul.social li img {
	width: 70%;
	display: block;
	text-align: center;
	height: auto;
}
ul.social.center {
	margin: 0 auto 20px auto;
	
}
ul.social.header {
	position: absolute;
	right: 30px;
	top: 20px;
}
ul.social.menu {
	position: relative;
	display: none;
	top: 20px;
	margin: 0 auto;
}
ul.social.menu li {
	border-bottom: none !important;
}

@media only screen and (max-width: 768px) {
	ul.social.header {
		right: 80px;
		top: 30px;
	}
	ul.social.menu {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	ul.social {
		width: 90px;
		overflow: hidden;
	}
	ul.social li {
		width: 30px;
		float: left;
	}
	ul.social.header {
		top: 28px;
	}
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.light-gallery {
	list-style: none;
	margin: 40px 0;
}
ul.light-gallery li {
	width: 23%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	position: relative;
	z-index: 50;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
ul.light-gallery li img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
}
ul.light-gallery li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
@media only screen and (max-width: 768px) {
	ul.light-gallery li {
		width: 31.333%;
	}
}

/* Tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tab {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}
.tabs {
	position: relative;
	overflow: hidden; 
	display: table;
	margin: 0 auto;
}
.tabs li {
	float: left;
	line-height: 38px;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0;
	font-size: 2.2rem;
}
.tabs li:hover {
	background: #DDD;
}
.tabs a {
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 20px 30px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs_item {
	display: none;
	padding: 30px 30px;
}
.tabs_item:first-child {
	display: block;
}
.tabs_item h2 {
	margin-top: 20px;
}
.tabs_item h3 {
	margin-top: 30px;
}
.current a {
	border-bottom: solid 2px #E75301;
}
@media only screen and (max-width: 1280px) {
	.tabs li {
		width: 100%;
	}
	.tabs a {
		padding: 8px 30px;
	}
}
@media only screen and (max-width: 1024px) {
	.tabs li {
		font-size: 1.8rem;
		width: 100%;
	}
	.tabs a {
		padding: 5px 30px;
	}
}
@media only screen and (max-width: 768px) {
	.tabs li {
		font-size: 1.8rem;
		width: 100%;
	}
	.tabs a {
		padding: 5px 30px;
	}
}


/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	border-top: 0;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 20px 40px 20px 20px;
	border-bottom: 1px solid #DDD;
	cursor: pointer;
	font-weight: bold;
	background-image: url(../images/icons/i-arrow-right_blue.svg);
	background-size: 20px 20px;
	background-position: right center;
	background-repeat: no-repeat;
}
.accordian header:hover {
	color: #E75301;
}
.accordian section {
	display: none;
	padding: 20px;
	background: #FFF;
}
.accordian section.active {
	display: block;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	padding: 20px 30px;
}
img.logo-menu {
	display: none;
	width: 170px;
	height: auto;
	margin: 0 auto;
	padding: 20px 15px;
}
img.logo-footer {
	width: 100%;
	max-width: 250px;
	height: auto;
	display: block;
	margin: 0 auto 15px auto;
}
img.full {
	width: 100%;
	height: auto;
	max-width: 550px;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
img.img-full {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 1024px) {
	img.logo {
		width: 200px;
		padding: 10px 30px 46px 30px;
	}
}
@media only screen and (max-width: 768px) {
	img.logo-menu {
		display: block;
	}
	img.logo {
		width: 200px;
		padding: 40px 15px 40px 15px;
	}
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 150px;
		padding: 15px 15px 5px 15px;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	background: #FFF;
	border-radius: 10px;
	padding: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.form {
	overflow: hidden;
	margin: 40px 0;
}
ul.form li {
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}
ul.form li.form-third {
	width: 33.33%;
}
ul.form li.form-half {
	width: 50%;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"],
textarea,
select {
	width: 100%;
	padding: 20px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0;
	box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
		-webkit-appearance: none;
           -moz-appearance: none;
	            appearance: none;
}
textarea {
	min-height: 130px;
}
select {
	background-image: url(../images/icons/icon-select.png);
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #E75301;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
       -moz-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 15px 40px;
	margin: 0 auto 0 auto;
	background: #E75301;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 3px;
	font-weight: bold;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-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;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #00416A;
}
label {
	font-size: 1.3rem;
	margin-bottom: 3px;
	text-align: left;
	display: block;
	font-weight: bold;
}
.required {
	color: #E75301;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
form > input[type="checkbox"] {
	display: block !important;
	visibility: visible !important;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
	form {
		padding: 30px;
	}
}
@media only screen and (max-width: 480px) {
	ul.form li.form-third {
		width: 50%;
	}
	ul.form li.form-third {
		width: 100%;
	}
	ul.form li.form-half {
		width: 100%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	border: solid 1px #00416A;
	border-radius: 5px;
	display: block;
	width: 150px;
	margin: 20px 0;
	padding: 15px 10px 15px 40px;
	font-weight: 700;
	color: #00416A;
	font-size: 1.4rem;
	background-image:  url(../images/icons/i-arrow-right_orange.svg);
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
a.btn-primary:hover {
	background-color: #00416A;
	color: #FFF;
}
a.btn-secondary {
	border: solid 1px #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	margin: 20px 0;
	padding: 7px 20px 7px 40px;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 1.2rem;
	background-image:  url(../images/icons/i-arrow-right_orange.svg);
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
a.btn-secondary:hover {
	background-color: #00416A;
	color: #FFF;
	text-decoration: none;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
a.btn-enquire {
	border: solid 1px #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	margin: 20px 0;
	padding: 15px 30px 15px 50px;
	font-weight: 700;
	color: #FFFFFF;
	font-size: 1.8rem;
	background-color: #E75301;
	background-image:  url(../images/icons/i-arrow-right_white.svg);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
a.btn-enquire:hover {
	background-color: #00416A;
	color: #FFF;
	text-decoration: none;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
a.btn-full {
	border: solid 1px #FFFFFF;
	border-radius: 5px;
	display: block;
	width: 80%;
	margin: 0 auto 40px auto;
	padding: 15px 0 15px 0;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	font-size: 2.4rem;
	background-color: #E75301;
}
a.btn-full:hover {
	background-color: #00416A;
	color: #FFF;
	text-decoration: none;
}
a.btn-hero {
	border: solid 1px #FFF;
	border-radius: 5px;
	display: inline-block;
	padding: 15px 20px 15px 40px;
	font-weight: 700;
	margin-right: 20px;
	color: #FFF;
	font-size: 1.4rem;
	background-image:  url(../images/icons/i-arrow-right_orange.svg);
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
a.btn-hero:hover {
	background-color: #00416A;
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

a.btn-bopple {
    position: absolute;
    top: 0;
    right: 170px;
    z-index: 100;
}

@media only screen and (max-width: 768px) {
	a.btn-enquire {
		font-size: 1.4rem;
	}
	a.btn-hero {
		padding: 10px 20px 10px 40px;
		font-size: 1rem;
	}
    a.btn-bopple {
        position: absolute;
        top: 70px;
        right: 0;
        z-index: 100;
    }
}

/* 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;
}
.pb20 {
	padding-bottom: 20px;
}
.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;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
hr.divide-sm {
	border-top: solid 5px #00416A;
	border-bottom: none;
	margin: 40px auto 70px auto;
	width: 70px;
}
.video {
	width: 100%;
	max-width: 480px;
	height: 280px;
	float: right;
	display: block;
}
.map {
	width: 100%;
	height: 400px;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 0 20px;
	color: #FFFFFF;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.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 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		float: none;
	}
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}