@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body, html {
  height: 100%;
  margin: 0;
}

.main {
  height: 100vh; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main2 {
  height: 100vh; 
  /* Center and scale the image nicely */
  background-position:left;
  background-repeat: no-repeat;
  background-size: cover;
}
.maintext {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  text-align: center;
}
.maintext3 {
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  text-align: center;
}


.maintext a{
	color:#FFF;
}

.bannercaption {
	position: absolute;
  	bottom: 10px;
  	left: 30px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style:italic;
	color:#FFF;
}

#Footer1 a, #Footer2 a {
	color: #FFF;
}



/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	6;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom:150px;
}
#Footer {
	clear: both;
	float: left;
	padding:40px 0px;
	width: 100%;
	display: block;
}
#Text1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.maintext h1 {
	font-size: 37px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 37px;
    color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.maintext p {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
    color: #fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.maintext2 h1 {
	font-size: 37px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
    color: #000;
	text-align: center;
}
.maintext2 p {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
    color: #000;
	text-align: center;
}
#Copyright {
	clear: both;
	float: left;
	padding:30px 0px;
	width: 100%;
	display: block;
	color:#FFF;
	text-align: center;
	font-size: 10px;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}
#Footer1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align:center;
}
#Footer2 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
table{
	color:#FFF;
	padding:20px;
	margin:0 auto;
}

table h2{
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}

table p{
	font-size: 10px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
}
.tdpad {
	padding-right:25px;
}
.iframe-container {
    position: relative;
    padding-top: 60%;
	margin-left:10%;
	margin-right:10%;
}
.iframe-container iframe {
  	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.logo {
  	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	padding:25px;
	margin: auto;
	max-width:400px;
	z-index:1;
}
.banner {
	width:100%;
	height: 50vh;
	object-fit: cover;
}
.banner2 {
	width:100%;
	object-fit: cover;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom:150px;
}
#Footer {
	clear: both;
	float: left;
	padding:40px 0px;
	width: 100%;
	display: block;
}
#Text1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.maintext h1 {
	font-size: 52px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 52px;
    color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.maintext p {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
    color: #fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.maintext2 h1 {
	font-size: 52px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
    color: #000;
	text-align: center;
}
.maintext2 p {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
    color: #000;
	text-align: center;
}
#Copyright {
	clear: both;
	float: left;
	padding:30px 0px;
	width: 100%;
	display: block;
	color:#FFF;
	text-align: center;
	font-size: 10px;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}
#Footer1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	text-align:center;
}
#Footer2 {
	clear: none;
	float: left;
	width: 100%;
	display: block;
}
table{
	color:#FFF;
	padding:20px;
	margin:0 auto;
}

table h2{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}

table p{
	font-size: 12px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
}
.tdpad {
	padding-right:50px;
}
.iframe-container {
    position: relative;
    padding-top: 50%;
	margin-left:10%;
	margin-right:10%;
}
.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.logo {
  	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	padding:25px;
	margin: auto;
	max-width:400px;
	z-index:1;
}
.banner {
	width:100%;
	height: 75vh;
	object-fit: cover;
}
.banner2 {
	width:100%;
	object-fit: cover;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom:150px;
}
#Footer {
	clear: both;
	float: left;
	padding:40px;
	width: 100%;
	display: block;
}
#Text1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.maintext h1 {
	font-size: 66px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 66px;
    color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
.maintext p {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
    color: #fff;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}
.maintext2 h1 {
	font-size: 66px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
    color: #000;
	text-align: center;
}
.maintext2 p {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
    color: #000;
	text-align: center;
}
#Copyright {
	clear: both;
	float: left;
	padding:30px 0px;
	width: 100%;
	display: block;
	color:#FFF;
	text-align: center;
	font-size: 13px;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}
#Footer1 {
	clear: both;
	float: left;
	width: 40%;
	display: block;
	text-align:left;
}
#Footer2 {
	clear: none;
	float: left;
	width: 60%;
	display: block;
}
#Footer1 table{
	color:#FFF;
	padding:20px;
	max-width:300px;
}
#Footer2 table{
	color:#FFF;
	padding:20px;
	width:100%;
}
td{
	width:33%;
}
table h2{
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}

table p{
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
}
.tdpad {
	padding-right:0px;
}
.iframe-container {
    position: relative;
    padding-top: 40%;
	margin-left:10%;
	margin-right:10%;
}
.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.logo {
  	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	padding:25px;
	margin: 0;
	max-width:400px;
	z-index:1;
}
.banner {
	width:100%;
	height:100vh;
	object-fit: cover;
}
.banner2 {
	width:100%;
	object-fit: cover;
}
}

/* Text */

h2.Content {
	margin-top: 150px;
	margin-left:10%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 29px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
}
p.Content {
	margin-top: 20px;
	margin-left:10%;
	margin-right: 10%;
	margin-bottom: 150px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}

h2.IconText {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 29px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
}
p.IconText {
	margin-top: 20px;
	margin-bottom: 150px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}
p.ProductsText {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}


.caption {
	margin-top: 20px;
	margin-left:10%;
	margin-right: 10%;
	text-align:center;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style:italic;
}

.LargeImage {
	width:80%;
	max-width:1000px;
	object-fit: cover;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.LargeImage2 {
	width:80%;
	object-fit: cover;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.def {
	max-width: 500px;
	margin:auto;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}
.specialL {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	text-align:right;
	padding:10px;
	color:#000;
	vertical-align:middle;
	
}
.specialR {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	padding:10px;
	color:#000;
	vertical-align:middle;
}
h2.Special {
	margin-left:10%;
	margin-right: 10%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
}
p.Special {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}

.specs {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
	color:#000;
	vertical-align:central;
}


.maintext3 h1 {
	font-size: 37px;
	font-weight: normal;
	font-family: 'Raleway', sans-serif;
	line-height: 50px;
    color: #000;
	text-align: center;
}
.maintext3 p {
	font-size: 21px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 30px;
    color: #000;
	text-align: center;
}

