@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%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	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/
*/

/* Fluid Styles */
.fluid {
    clear: both;
    /* [disabled]margin-left: 0; */
    width: 100%;
    float: left;
    display: block;
}
.fluidList {
    list-style: none;
    list-style-image: none;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	height: 100%;
	background-color: #222;
}

/* Header & HERO styles*/
.heroHeader {
}
.logo {
	width: 100%;
	text-align: center;
}
/* Navigation Bar styles */
.topNav {
	clear: both;
	width: 100%;
	text-align: center
}
.topNavUl {
	width: 100%;
	margin-left: 20%;
}
.topFirstNavLI {
	width: 100px;
	/* margin-left: 1.6949%; */
	clear: none;
	height: auto;
	position: static;
}
.topNavLI {
	clear: none;
	width: 30px;
	/* margin-left: 1.6949%; */
	height: auto;
	position: static;
}

/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & Content areas styles */
.textContainer {
    background-color: #FFFFFF;
}
#sectionOne {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	/* margin-left: 8.4745%; */
}
#sectionTwo {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 20px;
	clear: both;
	/* display: none; */
}
#sectionThree {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 20px;
	clear: both;
	/* display: none; */
}
#sectionThreeB {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 20px;
	clear: both;
	/* display: none; */
}
#sectionVR {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	clear: both;
	/* display: none; */
}
#sectionVR2 {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	clear: both;
	/* display: none; */
}
.secondarySection {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

.contentArea{
    width: 100%;
    margin-left: 10%;
    margin-top: 0;
	/* margin-bottom: 0px; */
}

/* Gallery styles*/
.tiles {
	clear: none;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	/* [disabled]margin-left: 8.4745%; */
	display: block;
	/* [disabled]padding-bottom: 10px; */
}
.tiles2 {
	clear: none;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	padding-bottom: 0px;
}
.tiles3 {
	clear: none;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	display: block;
	/* [disabled]padding-bottom: 10px; */
}
.tilesSubMedia {
	clear: none;
	width: 100%;
	/* [disabled]margin-left: 8.4745%; */
	display: block;
	/* [disabled]padding-bottom: 10px; */
}
.tilesPhotoBar {
	clear: none;
	width: 10%;
	/* [disabled]margin-left: 8.4745%; */
	display: block;
	/* [disabled]padding-bottom: 10px; */
	opacity: 0.25;
}
.tilesVideoBar {
	clear: none;
	width: 7.14%;
	/* [disabled]margin-left: 8.4745%; */
	display: block;
	/* [disabled]padding-bottom: 10px; */
	opacity: 0.25;
}
.tiles:hover {
	opacity: 1.0;
	cursor: pointer;
}
.tilesPhotoBar:hover {
	opacity: 1.0;
	cursor: pointer;
}
.tilesVideoBar:hover {
	opacity: 1.0;
	cursor: pointer;
}
/* Footer styles*/
.footer {
    background: #222222;
    padding-bottom: 60px;
    height: 100px;
    padding-top: 10px;
}
.footerSection {
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
	clear: both;
	/* [disabled]border-right: 1px dotted #FFFFFF; */
}
.footerTitle {
	text-align: center;
	width: 100%;
	margin-left: 0;
	/* [disabled]margin-top:10px; */
}

.gallery {
    background-color: #808080;
}
/*Parallax styles*/
.parallaxA {
  /* The image used */
  background-image: url("/images/bg/AdobeStock_144665585.jpeg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallaxB {
  /* The image used */
  background-image: url("/images/bg/AdobeStock_161668312.jpeg");

  /* Full height */
  min-height: 700px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallaxC {
  /* The image used */
  background-image: url("/images/bg/AdobeStock_127871851.jpeg");

  /* Full height */
  min-height: 1200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallaxD {
  /* The image used */
  background-image: url("/images/bg/AdobeStock_36357836.jpeg");

  /* Full height */
  min-height: 1000px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallaxE {
  /* The image used */
  background-image: url("/images/bg/AdobeStock_127871556.jpeg");

  /* Full height */
  min-height: 1000px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallaxF {
  /* The image used */
  background-image: url("/images/bg/AdobeStock_167851792.jpeg");

  /* Full height */
  min-height: 1000px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallaxG {
  /* The image used */
  background-image: url("/images/bg/AdobeStock_87335557.jpeg");

  /* Full height */
  min-height: 1200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallaxH {
  /* The image used */
  background-image: url("/images/bg/Site1.jpg");

  /* Full height */
  min-height: 1000px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallaxI {
  /* The image used */
  background-image: url("/images/bg/Site2.jpg");

  /* Full height */
  min-height: 1200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallax1x {
  /* The image used */
  background-image: url("/images/bg/PointCloud_127871851.jpeg");

  /* Full height */
  min-height: 1000px;
	
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallax2x {
  /* The image used */
  background-image: url("/images/bg/PointCloud_161668312.jpeg");

  /* Full height */
  min-height: 1000px;
	
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallax3D1 {
  /* The image used */
  background-image: url("/images/bg/Hawaii1.jpg");

  /* Full height */
  min-height: 1200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallaxVan {
  /* The image used */
  background-image: url("/images/bg/Van1.jpg");

  /* Full height */
  min-height: 1000px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.showAreaH2 {
}
#video {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* 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%;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
/* .heroHeader {
display: block;
} */
.logo {
	width: 300px;
	margin-left: 20px;
	text-align: left;
}
/* Navigation styles*/
.topNav {
	clear: none;
	float: right;
	width: 315px;
    margin-right: 1%;
}
.topNavUl {
	width: 100%;
	margin-left: 0;
	position: static;
}
.topFirstNavLI {
	width: 130px;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
}
.topNavLI {
	width: 30px;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
}

/* Main heading styles*/
.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
	/* [disabled]padding-top: 40px; */
}
#sectionOne {
	clear: none;
	width: 30%;
	margin-left: 10%;
	margin-right: 10%;
}
#sectionTwo {
	clear: none;
	width: 30%;
	margin-left: 10%;
	margin-right: 10%;
}
#sectionThree {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	clear: both;
	/* display: none; */
}
#sectionVR2 {
	clear: none;
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
}	
/* Gallery styles*/
.tiles {
	clear: none;
	width: 12.5%;
	margin-left: 0%;
	margin-right: 0%;
	/* [disabled]margin-left: 1.6949%; */
	display: block;
	/* [disabled]padding-bottom: 10px; */
}
.tiles2 {
	clear: none;
	width: 50%;
	margin-left: 0%;
	margin-right: 0%;
	display: block;
	/* [disabled]padding-bottom: 10px; */
}
.tiles3 {
	clear: none;
	width: 12.5%;
	margin-left: 0%;
	margin-right: 0%;
	/* [disabled]margin-left: 1.6949%; */
	display: block;
	/* [disabled]padding-bottom: 10px; */
}
.secondarySection {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}
/* Footer styles*/
.footer {
}
.footerSection {
	clear: none;
	width: 33.3333%;
	/* margin-left: 1.6949%; */
	display: block;
	/* [disabled]border-right: 1px dotted #FFFFFF; */
}
.footerTitle {
     margin-top: 20%;
}
.gallery {
}
.showAreaH2 {
}
#video {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* 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%;
    max-width: 100%;
    clear: none;
    float: none;
    padding-top: 0%;
}
/* Header & HERO styles*/
/* .heroHeader {
	display: block;
} */
.logo {
	clear: both;
	width: 300px;
}
/* Navigation styles*/
.topNav {
	clear: none;
	float: right;
	width: 315px;
	margin-right: 1%;
}
.topNavUl {
	width: 100%;
	margin-left: 0;
	position: static;
}
.topFirstNavLI {
	width: 130px;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
}
.topNavLI {
	width: 30px;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
}
/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {
	/* padding-top: 10px;  */
	/* [disabled]padding-bottom: 30px; */
}
/*.mySection {
	width: 40.6779%;
	margin-left: 10.1694%;
	clear: none;
}*/
#sectionOne {
	/* [disabled]margin-left: 3%; */
}
#sectionTwo {
	clear: none;
	display: block;
}
#sectionThree {
	clear: both;
	/* display: none; */
}
.secondarySection {
	clear: none;
	width: 49%;
	display: block;
}
}.secondaryHeading {
	margin-left: 0;
	width: 100%;
}

/* Gallery styles*/

/* Footer styles*/
.footer {
}
.footerSection {
	width: 25%;
	clear: none;
	/* margin-left: 1.6949%; */
	display: block;
}
.footerTitle {
	margin-left: 0;
	width: 100%;
    margin-top: 5%;
}
.gallery {
}
/*Parallax styles*/
.parallaxA {
  background-attachment: fixed;
}
.parallaxB {
  background-position: center;
  background-attachment: fixed;
}
.parallaxC {
  background-position: bottom;
  background-attachment: fixed;
}
.parallaxD {
  background-attachment: fixed;
}
.parallaxE {
  background-attachment: fixed;
}
.parallaxF {
  background-attachment: fixed;
}
.parallaxG {
  background-position: bottom;
  background-attachment: fixed;
}
.parallaxH {
  background-attachment: fixed;
}
.parallaxI {
  background-position: bottom;
  background-attachment: fixed;
}
.parallax1x {
  height: 100%;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallax2x {
  height: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.parallax3D1 {
  background-attachment: fixed;
}
.parallaxVday {
  background-attachment: fixed;
}
.parallaxVan {
  background-attachment: fixed;
}
.showAreaH2 {
}
#video {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
