@font-face {
	font-family: 'HelveticaLTStd-Light';
	src: url('../fonts/HelveticaLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaLTStd-Light.otf') format('opentype'), url('../fonts/HelveticaLTStd-Light.woff') format('woff'), url('../fonts/HelveticaLTStd-Light.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Light.svg#HelveticaLTStd-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Roman';
	src: url('../fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaLTStd-Roman.otf') format('opentype'), url('../fonts/HelveticaLTStd-Roman.woff') format('woff'), url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Bold';
	src: url('../fonts/HelveticaLTStd-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaLTStd-Bold.otf') format('opentype'), url('../fonts/HelveticaLTStd-Bold.woff') format('woff'), url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype'), url('../fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'HelveticaLTStd-Light';
	font-size: 15px;
	line-height: 1.5;
	overflow-x: hidden !important;
	color: #535353;
}

.scroll {
	position: absolute;
	right: 20px;
}

#myVideo {
	position: absolute;
	bottom: 0;
	top: 200px;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; /* in case the video doesn't fit the whole page*/
 	background-image: /* our video */;
	background-position: center center;
	background-size: cover;
	object-fit: cover; /*cover video background */
	background: url('../images/video-banner.jpg') no-repeat;
}


.video-overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

.layer {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.layer ul {
	margin-right: 0;
	background-color: black;
	padding: 25px 0 15px 0;
}

.layer ul li {
	vertical-align: middle;
}

h1 {
	color: #fff;
	float: left;
	font-family: HelveticaLTStd-Bold;
	font-size: 45px;
}

.layer-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 10;
}

.layer-middle h2, .layer-middle h3 {
	text-align: center;
	line-height: 1.2;
	margin: 0;
}

.layer-middle h2 {
	font-size: 50px;
	font-family: "HelveticaLTStd-Bold";
	color: white;
}

.layer-middle h3 {
	font-size: 20px;
	font-family: "HelveticaLTStd-Roman";
	color: white;
}

.button {
	text-align: center;
	display: block;
	margin-top: 10%;
}

.button a {
	background: none repeat scroll 0 0 #dd3534;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: "HelveticaLTStd-Roman";
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: -70px;
	padding: 10px 20px;
	z-index: 10;
}

.button a:hover {
	text-decoration: none;
}

/* Services Section
=======================================*/

.container-fluid.buttonrow {
	width:100%;
	max-width:1200px;
}

.thumbnail {
	padding: 0;
	border: none;
	background-color: #D4D4D4;
	border-radius: 0;
	margin-bottom: 30px;
}

.thumbnail-body {
	position: relative;
	min-height: 250px;
	padding: 20px 20px 0 20px;
}

.thumbnail-body p {
	color: #535353;
	margin-bottom: 0;
	padding-bottom: 30px;
}

.thumbnail a:hover, .thumbnail a:visited, .thumbnail a:active {
	text-decoration: none;
	outline: 0;
}

.thumbnail h4 {
	font-size: 40px;
	font-family: "HelveticaLTStd-Bold";
}

.thumbnail .text-right {
	display: block;
	padding-bottom: 5px;
	
}

.thumbnail img {
	position: absolute;
	right: 20px;
	
}
.thumbnail-footer p {
	text-align: right;
	font-size: 18px;
	color: white !important;
	padding: 10px 70px 10px 0;
}

/* Thumbnails 
========================================*/

.thumb-video .thumbnail-footer {
	background: #0341F4 url("../images/blue-arrow.png") no-repeat scroll right center;
}

.thumb-video h4 {
	color: #0341F4;
}

.thumb-about .thumbnail-footer {
	background: #3BB44D url("../images/green-light-arrow.png") no-repeat scroll right center;
}

.thumb-about h4 {
	color: #3BB44D;
}

.thumb-gallery .thumbnail-footer {
	background: #0C4982 url("../images/blue-del-arrow.png") no-repeat scroll right center;
}

.thumb-gallery h4 {
	color: #0C4982;
}

.thumb-weigh .thumbnail-footer {
	background: #3D9648 url("../images/green-del-arrow.png") no-repeat scroll right center;
}

.thumb-weigh h4 {
	color: #3D9648;
}

.thumb-rms .thumbnail-footer {
	background: #0A1A93 url("../images/blue-dark-arrow.png") no-repeat scroll right center;
}

.thumb-rms h4 {
	color: #0A1A93;
}

.thumb-contact .thumbnail-footer {
	background: #16461C url("../images/green-dark-arrow.png") no-repeat scroll right center;
}

.thumb-contact h4 {
	color: #16461C;
}

/* Contact Section
==============================================*/

#section3 .fp-tableCell {
	vertical-align: top;
}

.contact-header {
	margin-bottom: 50px;
}

.contact-header h2 {
	font-size: 45px;
	font-family: "HelveticaLTStd-Roman";
}

#submit {
	background-color: #000;
	color: white;
}


/* Right nav 
====================================================*/

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background-color: #DD3534;
}

#fp-nav ul li .fp-tooltip {
	color: #DD3534 ;
	font-weight: bold;
	font-size: 16px;
	background-color: white;
	border-radius: 5px;
	padding: 5px;
}

footer {
	position: absolute;
	bottom: 0;
	background-color: #2B2B2B ;
	width: 100%;
	padding-top: 50px;
}

footer p {
	display: block;
	color: white;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #AAA;
	font-family: HelveticaLTStd-Roman;
	border-top: 1px solid #555;
}

@media (max-width:1300px ){
	
	h1 {font-size:40px;
	}
}

@media (max-width:1200px ){
	
	h1 {font-size:35px;
	}
}

@media (max-width:1100px ){
	
	h1 {font-size:30px;
	}
}


@media (max-width: 767px) {
		.center-block {
 		margin-bottom: 15px;
 	}
	.center-block h1 {
		font-size: 13px;
		word-break: keep-all;
		white-space: nowrap;
		text-align: center !important;
		margin: 10px 0;
		float: none;
	}
	.center-block .logo {
		display: block;
		padding-top: 15px;
	}
	.center-block .logo img {
		margin-left: auto;
		margin-right: auto;
	}
	.visible-md ul {
		padding-top: 15px;
	}
	.thumbnail {
		margin-bottom: 5px;
		height: 150px;
	}
	.thumbnail-body {
		padding: 5px;
		min-height: 120px !important;
	}

	.thumb-weigh h4 {
		font-size: 12px !important;
	}
	.thumbnail-body h4 {
		font-size: 14px;
		text-align: center;
		color: #535353 !important;
	}
	.thumbnail img {
		position: relative;
		margin-right: auto;
		margin-left: auto;
		right: 0;
	}
	.thumb-rms img {
		right: 0;
	}
	.col-xs-4 {
		padding-right: 5px;
		padding-left: 0;
	}
	.fp-tableCell {vertical-align: top;}
	#section2 .fp-tableCell {vertical-align: middle;}
	#fp-nav {
		display: none;
	}
	.contact-header {
		margin-bottom: 20px;
	}
	.contact-header h2 {
		font-size: 16px;
	}
	.form-horizontal {
		margin-bottom: 200px;
	}
	#section0 .arrows, #section1 .arrows, #section3 .arrows {
		display: none;
	}
}

 @media (min-width: 320px) and (max-width: 449px) {
	.visible-xs ul {
		text-align: center;
	}
 }

 @media (min-width: 768px) and (max-width: 1024px) {
 	.center-block {
 		margin-bottom: 30px;
 	}
 	.center-block h1 {
		font-size: 28px;
		margin-left: 0;
		text-align: center;
		float: none;
	}
	.center-block .logo {
		padding-top: 15px;
		display: block;
	}
	.center-block .logo img {
		margin-left: auto;
		margin-right: auto;
		width: 180px;
		height: 158px;
	}
	.thumbnail {
		margin-bottom: 5px;
	}
	.thumbnail-body {
		padding: 5px;
		min-height: 180px !important;
	}
	.thumbnail-body h4 {
		font-size: 24px;
		text-align: center;
		color: #535353 !important
	}
	.thumbnail img {
		position: relative;
		margin-right: auto;
		margin-left: auto;
		right: 0;
	}
	.thumb-rms img {
		right: 0;
	}
	#section2 .fp-tableCell {vertical-align: middle;}
	.col-xs-4 {
		padding-right: 5px;
		padding-left: 0;
	}
	.fp-tableCell {vertical-align: top;}
	.hide-me {
		display: none;
	}
	.form-group {
		width: 70%;
		margin-left: 15% !important;
	}
	#submit {
		margin-right: 16%;
	}

}
