@font-face {
	font-family: coastlineLogoText;
	src: url("../fonts/coastline.ttf");
}

@font-face {
	font-family: coastlineText;
	src: url("../fonts/Aller_Rg.woff");
}

@font-face {
	font-family: coastlineTextBold;
	src: url("../fonts/Aller_Bd.woff");
}

@font-face {
	font-family: coastlineTextHeading;
	src: url("../fonts/AllerDisplay.ttf");
}

@font-face {
	font-family: coastlineTextHeading2;
	src: url("../fonts/Palanquin-Dark-Bold.ttf.woff");
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot');
	src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	/*	overflow:hidden; */
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.25em;
	font-family: coastlineText;
	height: 100%;
	text-decoration: none;
	z-index: 1;
}

a {
	text-decoration: none;
}


.wrapper {
	padding-left: 5px;
	padding-right: 5px;
	max-width: 960px;
	margin: 0 auto;
}

@media screen and (min-width: 1280px) {

.wrapper {
	max-width: 1280px;
}
}

nav {
	position: relative;
	top: -9px;
	z-index: 2;
}

[class*="col-span"] {
	float: left;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}

.header-image {
	display: no-repeat;
	position: fixed;
	z-index: 2;
}

@media screen and (max-width: 420px) {

.xs-col-hidden {
	display: none;
}

.xs-col-span-0 {
	width: 0%;
}

.xs-col-span-1 {
	width: 50%;
}

.xs-col-span-2 {
	width: 100%;
}
}

@media screen and (max-width: 950px) and (min-width: 421px) {

.sm-col-hidden {
	display: none;
}

.sm-col-span-0 {
	width: 0%;
}

.sm-col-span-1 {
	width: 25%;
}

.sm-col-span-2 {
	width: 50%;
}

.sm-col-span-3 {
	width: 75%;
}

.sm-col-span-4 {
	width: 100%;
}
}

@media screen and (min-width: 951px) {

.lg-col-span-1 {
	width: 8.33%;
}

.lg-col-span-2 {
	width: 16.67%;
}

.lg-col-span-3 {
	width: 25%;
}

.lg-col-span-4 {
	width: 33.33%;
}

.lg-col-span-5 {
	width: 41.67%;
}

.lg-col-span-6 {
	width: 50%;
}

.lg-col-span-7 {
	width: 58.33%;
}

.lg-col-span-8 {
	width: 66.67%;
}

.lg-col-span-9 {
	width: 75%;
}

.lg-col-span-10 {
	width: 83.33%;
}

.lg-col-span-11 {
	width: 91.67%;
}

.lg-col-span-12 {
	width: 100%;
}
}


.row:after {
	content: ' ';
	clear: both;
	display: block;
}

.top-bar-pad {
	background: gray;
	height: 6px;
	opacity: 0.5;
}

.line-spacer {
	padding-top: 1px;
	padding-bottom: 1px;
}

.line-spacer-black {
	height: 1px;
	background: black;
}

.line-spacer-gray {
	height: 1px;
	background: gray;
}

.grey-bar {
	background: lgray;
	background: -webkit-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 80%, rgba(211,211,211,0) 100%); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 80%, rgba(211,211,211,0) 100%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 80%, rgba(211,211,211,0) 100%); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 80%, rgba(211,211,211,0) 100%); /*Standard*/
	height: 30px;
	padding-top: 10px;
}

.no-bg-bar {
	background: lgray;
	background: -webkit-linear-gradient(right, rgba(211,211,211,1) 0%, rgba(211,211,211,0.5) 20%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%); /*Safari 5.1-6*/
	background: -o-linear-gradient(right, rgba(211,211,211,1) 0%, rgba(211,211,211,0.5) 20%, rgbargba(0, 0, 0, 0) 40%, rgba(0,0,0,0) 100%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right, rgba(211,211,211,1) 0%, rgba(211,211,211,0.5) 20%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%); /*Fx 3.6-15*/
	background: linear-gradient(to left, rgba(211,211,211,1) 0%, rgba(211,211,211,0.5) 20%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 100%); /*Standard*/
	height: 30px;
	padding-top: 10px;
}

.metal-bar-bg {
	height: 46px;
	background-image: url(../images/metal-bar.gif);
	background-repeat: repeat-x;
}

.mesh-bar-bg {
	height: 46px;
	background-image: url(../images/mesh-bar.gif);
	background-repeat: repeat-x;
}

.mesh-bar-no-bg {
	height: 100%;
	background-image: url(../images/mesh-bar-no-bg.gif);
	background-repeat: repeat-y;
}

.ruler-bar-bg {
	height: 46px;
	background-image: url(../images/ruler.gif);
	background-repeat: repeat-x;
}

.lamination-bar-bg {
	height: 46px;
	background-image: url(../images/lamination-bar.gif);
	background-repeat: repeat-x;
}

.nav-bar {
	background: lgray;
	background: -webkit-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 80%, rgba(211,211,211,0) 100%); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 80%, rgba(211,211,211,0) 100%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 80%, rgba(211,211,211,0) 100%); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 80%, rgba(211,211,211,0) 100%); /*Standard*/
	height: 30px;
	padding-top: 10px;
	font-family: "CoastlineTextBold";
}

.nav-bar-solid {
	background: lgray;
	background: -webkit-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 20%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 20%, rgbargba(0, 0, 0, 1) 40%, rgba(0,0,0,1) 100%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 20%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 20%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%); /*Standard*/
	height: 30px;
	padding-top: 10px;
}

.black-bar {
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Standard*/
	height: 70px;
	padding-top: 30px;
}

.black-bar-logo {
	padding-top: 1px;
	background: black; /* For browsers that do not support gradients */
	height: 5em;
}

@media screen and (min-width: 951px) {

.black-bar-logo {
	padding-top: 1px;
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Safari 5.1-6*/
	background: -o-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Fx 3.6-15*/
	background: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Standard*/
	height: 5em;
}
}

.logo {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;
	float: right;
}

.logo-nav-bar {
	position: relative;
	padding-bottom: 0.7em;
	padding-right: 1.5em;
	padding-left: 1em;
	float: right;
	visibility: hidden;
}

@media screen and (max-width: 950px) {

.logo-nav-bar {
	position: fixed;
	top: 10px;
	right: 0px;
}
}

.logo-nav-bar-show {
	visibility: visible;
}

.logo-nav-bar .logotext1 {
	font-size: 1.7em
}

footer {
	background-color: black;
	height: 360px;
	width: 100%;
	position: absolute;
	bottom: -50px;
}

footer .logo {
	float: none;
	margin-left: 1em;
}

footer .separator {
	border-right: 1px solid #555555;
}

footer .separator-1st {
	border-left: 1px solid #555555;
}

@media screen and (max-width: 950px) {

footer {
	height: 920px;
	bottom: -610px;
}

footer .separator {
	border-bottom: 1px solid #555555;
	border-right: none;
}

footer .separator-1st {
	border-left: none;
}

footer .logo {
	float: none;
}
}

.logotext1 {
	color: #FFFFFF;
	font-family: coastlineLogoText;
	font-size: 2em;
	text-align: center;
}

footer .logotext1 {
	font-size: 1.15em;
	text-align: left;
}

.logotext2 {
	color: #FF0000;
	font-family: coastlineText;
	letter-spacing: 0.31em;
	font-size: 1.07em;
	line-height: 2em;
	text-align: center;
	padding-left: 0.1em;
	display: block;
}

.logotext3 {
	color: #FF0000;
	font-family: coastlineText;
	letter-spacing: 0.09em;
	font-size: 1.07em;
	line-height: 2em;
	text-align: center;
	padding-left: 0.1em;
	display: none;
}

footer .logotext2 {
	font-size: 0.71em;
	letter-spacing: 0.2em;
	padding-left: 0.1em;
	text-align: left;
}

.logotext2-ibs {
	color: #FF0000;
	font-family: coastlineText;
	letter-spacing: 0.4em;
	font-size: 1.05em;
	line-height: 2em;
	text-align: center;
	padding-left: 0.5em;
	text-align: left;
}

footer .logotext2-ibs {
	font-size: 0.67em;
	letter-spacing: 0.14em;
	padding-left: 0.1em;
}

.logotext2-es {
	color: #FF0000;
	font-family: coastlineText;
	letter-spacing: 0.4em;
	font-size: 1.05em;
	line-height: 2em;
	text-align: center;
	padding-left: 0.5em;
	text-align: left;
}

footer .logotext2-es {
	font-size: 0.68em;
	letter-spacing: 0.0em;
	padding-left: 0.2em;
}

.logo-bold {
	font-family: "coastlineTextBold";
}

.hero-caption {
	position: relative;
	top: -148px;
	z-index: 2;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.home-bg {
	position: relative;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	z-index: 2;
	height: calc(100%);
}

header {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 5;
	/*height: calc(100%);*/
}

.menu {
	position: relative;
	width: 100%;
	z-index: 2;
}

.menu-fixed {
	position: fixed;
	width: 100%;
	top: -94px;
	z-index: 2;
}

.section-heading {
	font-size: 1.5em;
	color: black;
	font-family: "coastlineTextHeading", "coastlineTextHeading2";
}

.section-sub-heading {
	font-size: 1.8em;
	line-height: 1em;
	color: red;
	font-family: "coastlineTextBold";
}

.section-sub-text {
	font-size: 1.3em;
	line-height: 1.3em;
	color: white;/*font-family: "coastlineText";*/
}

.section-text-heading {
	font-family: "coastlineTextBold";
	position: relative;
	font-size: 1.5em;
	line-height: 1.1em;
	padding-top: 0.5em;
	color: #333;
	z-index: 2;
}

.section-text {
	position: relative;
	font-size: 1em;
	padding-top: 0.5em;
	color: black;
	z-index: 2;
}

.justify {
	text-align: justify;
}

.indent {
	margin: 0px 10px;
}

@media screen and (max-width: 420px) {
.section-heading {
	font-size: 1.2em;
}

.section-sub-heading {
	font-size: 1.5em;
}

.section-sub-text {
	font-size: 1em;
	line-height: 1em;
}

.section-text-heading {
	font-size: 1.2em;
	line-height: 1.1em;
}

.section-text {
	font-size: 1em;
}
}

.address-text {
	padding-left: 1.2em;
	padding-right: 1.2em;
	text-align: left;
	font-size: 0.8em;
	color: white;
	background-color: black;
}

.section-nav {
	position: relative;
	width: 300px;
	top: 20px;
}

.section-nav-heading {
	font-size: 1.1em;
	color: white;
	font-family: "coastlineTextBold";
	padding: 0.70em;
	padding-left: 1.1em;
	opacity: 0.9;
}

.submenu {
	position: relative;
	display: block;
	top: -16px;
}

.img-fit-width {
	width: 95%;
	border: medium solid #FFFFFF;
	margin-top: 1em;
	margin-bottom: 1em;
	-webkit-box-shadow: 0px 0px 4px #000000;
	box-shadow: 0px 0px 4px #444;
}

.feature-decor img-fit-width {
	width: 95%;
}

.wrapper .row img + p {
	width: 95%;
	height: 2em;
	color: black;
	text-align: center;
	font-family: "coastlineTextBold";
	margin-top: -0.5em;
	margin-left: 0.2em;
	padding-top: 1em;
	-webkit-box-shadow: 0px 0px 4px #000000;
	box-shadow: 0px 0px 4px #444;
	background-color: #ddd;
}

.width-40pc {
	width: 40%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.feature-decor {
	position: relative;
	height: 100%;
	z-index: 2;
}

.feature-decor img {
	position: relative;
	width: 95%;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}

.img-sit-top {
	position: relative;
	top: -16px;	
}

.interlude-1 {
	position: relative;
	width: 100%;
	height: 500px;
	background-image: url(../images/AdobeStock_100106469.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	z-index: 2;
}

.hero-caption-1 {
	position: relative;
	top: -148px;
	z-index: 3;
}

.hero-caption-2 {
	position: relative;
	top: -296px;
	z-index: 3;
}

@media screen and (max-width: 768px) and (orientation: portrait) {

.interlude-1 {
	background-attachment: scroll;
	height: 145px;
}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {

.interlude-1 {
	background-attachment: scroll;
	height: 145px;
}
}

.metal {
	background-color: black;
	background-image: url(../images/AdobeStock_100196121.jpg);
	background-position: center center;
	background-size: cover;
}

.jigsaw {
	background-color: black;
	background-image: url(../images/AdobeStock_61658208.jpg);
	background-position: center center;
	background-size: cover;
}

.marketing {
	background-color: black;
	background-position: center center;
	background-size: cover;
}

.interlude-2 {
	position: relative;
	top: -148px;
	width: 100%;
	height: 600px;
	background-image: url(../images/AdobeStock_58591465.jpg);
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	z-index: 2;
}

@media screen and (max-width: 768px) and (orientation: portrait) {

.interlude-2 {
	background-attachment: scroll;
	height: 145px;
}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {

.interlude-2 {
	background-attachment: scroll;
	height: 145px;
}
}

.black {
	background-color: black;
}

.grey-bg {
	background-color: #eee;
}

.black .section-text {
	color: white;
}

table {
	width: 98%;
	color: black;
	border-bottom: 2px solid #999;
	margin-bottom: 2em;
	
}

th {
	text-align: left;
	padding-left: 0.5em;
	font-family: "coastlineTextBold";
	background-color: #999;
}

ul {
	font-family: "coastlineTextBold";
}

td {
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.black table {
	color: white;
	border-bottom: 2px solid #444;
}

.black table th {
	background-color: #444;
}

.product-section table {
	position: absolute;
	bottom: 0px;
	width: 95%;
	border-bottom: none;
	margin-bottom: 1em;
}

.product-section .product-top{
	position: absolute;
	top: 0px;
	width: 95%;
	border-top: none;
	margin-top: 1em;	
}

.product-section .product-type{
	position: absolute;
	bottom: 40px;
	width: 95%;
	border-bottom: none;
	margin-bottom: 1em;
}

.product-section table td {
	font-family: "coastlineTextBold";
}



.product-section table th {
	font-size: 1.2em;
	color: black;
	font-family: "coastlineTextHeading", "coastlineTextHeading2";	
	background: lgrey;
	background: -webkit-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 90%, rgba(211,211,211,0) 100%); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 90%, rgba(211,211,211,0) 100%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 90%, rgba(211,211,211,0) 100%); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 90%, rgba(211,211,211,0) 100%); /*Standard*/
	position: relative;
	top: 0px;
	height: 35px;
	padding-left: 10px;
	width: 95%;	
}

.product-section table th.fourup {
	font-size: 0.9em;
	height: 28px;
}

tr:nth-child(even) {
	background: #ddd;
}

.black tr:nth-child(even) {
	background: #222;
}

.product-section tr:nth-child(even) {
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%); /*Standard*/
	color: white;
}

.product-section tr:nth-child(odd) {
	background: lgray;
	background: -webkit-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 90%, rgba(211,211,211,0) 100%); /*Safari 5.1-6*/
	background: -o-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 90%, rgba(211,211,211,0) 100%); /*Opera 11.1-12*/
	background: -moz-linear-gradient(left, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 90%, rgba(211,211,211,0) 100%); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(211,211,211,1) 0%, rgba(211,211,211,1) 50%, rgba(211,211,211,0) 90%, rgba(211,211,211,0) 100%); /*Standard*/
	color: black;
}


.basic-grey {
	max-width: 100%;
	background: #eee;
	padding: 25px 10px 25px 0px;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
}

.basic-grey h6 {
	font-size: 1em;
	display: block;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #E4E4E4;
	margin: -10px -15px 0px 0px;
	color: #888;
}

div h6>span {
	display: block;
	font-size: 1em;
	padding-left: 5px;
}

#form-status-1 {
	display: none;
	font-size: 0.8em;
	padding-left: 5px;
	color: red;
}

#form-status-2 {
	display: none;
	font-size: 0.8em;
	padding-left: 5px;
	color: green;
}

div label {
	text-align: left;
	display: block;
	color: #888;
	font-family: CoastlineTextBold;
}

div label>span {
	width: 20%;
	color: #888;
	padding-left: 5px;
}

div input[type="text"], div input[type="email"], div input[type="telephone"], div textarea {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 80%;
	font-size: 0.8em;
	line-height: 1.2em;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
	font-family: CoastlineTextBold;
}

@media screen and (max-width: 950px) {

div input[type="text"], div input[type="email"], div input[type="telephone"], div textarea {
	width: 100%;
}
}

div textarea {
	padding: 5px 3px 3px 5px;
}

div textarea {
	height: 100px;
	width: 100%;
}

div .button {
	position: relative;
	top: 3px;
	width: 100%;
	background: #000;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	border-radius: 3px;
	cursor: pointer;
	font-family: CoastlineTextBold;
}

div .button:hover {
	background: #333;
}

.hit-the-floor {
	color: #fff;
	font-size: 5em;
	font-weight: bold;
	font-family: CoastlineLogoText;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

h2 .large{
	font-size: 2.5em;
	font-weight: 500;
}

.background-image {
	overflow: hidden;
}

.first-image {
	z-index: -3;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	opacity: 0;
}

.second-image {
	z-index: -2;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	opacity: 0;
	background-color: #000;
}

.third-image {
	z-index: -2;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	opacity: 0;
}

.forth-image {
	z-index: -2;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	opacity: 0;
	background-color: #000;
}

.fifth-image {
	z-index: -2;
	background-position: center bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	opacity: 0;
}

.sixth-image {
	z-index: -2;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	opacity: 0;
	background-color: #000;
}

.first-image.show {
	opacity: 1;
}

.second-image.show {
	opacity: 1;
}

.third-image.show {
	opacity: 1;
}

.forth-image.show {
	opacity: 1;
}

.fifth-image.show {
	opacity: 1;
}

.sixth-image.show {
	opacity: 1;
}

.toggle-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100%);
	transition: opacity 0.5s ease-in-out;
}

.toggle-image.fast {
	transition: opacity 0.05s ease-in-out;
}

video {
	min-width: 100%;
	min-height: 100%;
}

.product-section {
	position: relative;
	top: 1em;
	padding: 0 5px 1em 5px;
}

.product-section-image {
	display: block;
  	width: 100%;
  	position: relative;
  	height: 0;
  	padding: 56.25% 0 0 0;
  	overflow: hidden;
}

.product-section img {
 	position: absolute;
  	display: block;
  	max-width: 100%;
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
  	margin: auto;
}

.section-highlight {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.section-highlight:hover {
	opacity: 1;	
}

.section-highlight-whiteout {
	background-color: white;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

.section-highlight-blackout {
	background-color: black;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

.section-highlight:hover > .section-highlight-whiteout{
	opacity: 0.5;	
}

.section-highlight:hover > .section-highlight-blackout{
	opacity: 0.5;	
}