@charset "UTF-8";
/* CSS Document */
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/loader.gif') 50% 50% no-repeat rgb(255,255,255);
}
body {
	width: 100%;
	box-sizing: border-box;
	margin-top: 80px;
	margin-bottom: 0px;
    padding: 0;
    border: none;
	content-align: center;
    font-family: myriad-pro, sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    background-color:#fff;
}
.hide {
	display: none;
}
.clearfix {
	overflow: auto;
}
.top {
	margin-top: 200px;
}
.horizonalLine {
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
	background-color: #000;
}
.topNavHolder {
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    margin-top: 0px;
	
    /* [disabled]background-color: #ED6D21; */
}
.topNavHolder ul{
    z-index: 4000;
   
    top: 0;
    left: 0;
    margin: 0px;
    height: 30px;
    align-content: right;
	background-color: #020000;
   
}
.homeNav .topNavHolder ul{
	height: 50px;
}

.topNavHolder  li{
    z-index: 4000;
    position: relative;
    float: right;
    box-sizing: border-box;
    list-style: none;
    margin-top: 7px;
    margin-right: 20px;
    padding-left: 5px;
    font-size: 14px; 
	background-color: #020000;
    /* [disabled]background-color: cornflowerblue; */
}
.homeNav .topNavHolder li{
	margin-top: 15px;
}
.topNavHolder li:first-child {
	margin-right: 10px;
}
.topNavHolder a{
	color: rgba(255,255,255,.7);
	text-decoration: none;
	background-color: #020000;
}
.topNavHolder a:hover {
    color: rgba(255,255,255,1);
	background-color: #020000;
}
.topNavHolder2 {
    z-index: 4000;
    position: fixed;
    top: 30px;
    left: 0;
    float: right;
    box-sizing: border-box;
    height: auto;
    width: 100%;
	background-color: #007FAF;
	transition: background-color linear .35s, border-color linear .35s;
    box-shadow: inset 0px 12px 4px rgba(255,255,255,.25);
}

.headLogo {
    z-index: 5000 !important;
	position: fixed;
	top: 0;
	left: 0;
    width: 200px;
  	height: 200px;
	margin-left: -20px;
	margin-top: -105px;
    padding-top: 5px;
    border-radius: 500px;
    background-color: rgba(2,0,0,1);
}
.headLogoHome {
    z-index: 1001 !important;
	position: fixed;
	top: 0;
	left: 0;
    width: 340px;
  	height: 340px;
	margin-left: 0px;
	margin-top: 90px;
    padding-top: 5px;
    border-radius: 500px;
	
    background-color:rgba(133,133,133,0.1);
}
.headLogoHome2 {
    z-index: 1001 !important;
	position: fixed;
	top: 0;
	left: 0;
    width: 275px;
  	height: 275px;
	margin-left: 30px;
	margin-top: 120px;
    padding-top: 5px;
    border-radius: 500px;
	border: 2px solid rgba(105,105,105,0.28);
    background-color:rgba(255,255,255,0.38);
}
.headLogoHome3 {
    z-index: 1001 !important;
	position: fixed;
	top: 0;
	left: 0;
    width: 200px;
  	height: 200px;
	margin-left: 65px;
	margin-top: 157px;
    padding-top: 5px;
    border-radius: 500px;
	border: 2px solid rgba(105,105,105,0.28);
    background-color:#020000;
}
.headLogoHome img {
	margin-top: 60px;
	margin-left: 5px;
}
.headLogo img {
	margin-top: 105px;
	margin-left: 25px;
}
.pageTitle {
    z-index: 3000;
    position: fixed;
    top: 55px;
    left: 0;
    clear: right;
    float: right;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding-top: 0px;
    padding-left: 10%;
    background-color: #fff;
}
.pageTitleText {
    width: 40%;
    float: left;
	
    box-sizing: border-box;
	padding-top: 1px;
	padding-bottom: 2px;
    padding-left: 75px;
	font-size: 18px;
	 color: #fff;
    font-weight: 600;
    text-align: left;
    background-color:#7BD243;
}
.model .pageTitleText {
	width: 100% !important;
}
.homeVideo {
    display: block;
	float: left;
	box-sizing: border-box;
    padding-top: 20px;
    margin-left: 415px;  
}
.homeVideo #holiday {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;  
}

.content {
    z-index: 1000;
	display: block;
	box-sizing: border-box;
	clear: right;
	float: right;
    position: relative;
	margin-top: 0px;
    width: 100%;
    min-height: 700px;
    background-color: #fff;
}
.home .content {
	margin-top: -50px;
}

.quirk {
	position: relative;
	width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -.03em;
    color: #888b8d;
    background-color: #BE0071;
}
.footer {
	z-index: 6000;
	position: fixed;
	bottom: 0;
	left: 0;
    height: auto;
	clear: right;
	width: 100%;	
	border-top: 3px solid #000;
    background-color: #020000;
}
.banner {
	position: relative;
	box-sizing: border-box;
	height: 22px;
	
	background-color: #f2af2c;
}
.imageRotator {
	z-index: 6001;
	display:block;
	box-sizing: border-box;
	width: auto;
	height: 100px;
	background-color: #020000;
}
.copySocial {
	position: relative;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px dashed rgba(252,252,252,.5);
	height: 30px;
	background-color: #000;
}
.copySocial ul {
}
.copySocial li {
    display: inline-block;
    list-style: none;
    float: left;
    width: 30px;
	margin-top: -10px;
	padding-top: 0px;
    /* [disabled]background-color: #f16823; */
}	
.brOverlay {
    z-index: 799;
    display: block;
    float: right;
    position: absolute;
    width: 40%;
    height: 300px;
    /* [disabled]background-color: rgba(237,109,33,0.1); */
}
.imageBack img {
	z-index: 699;
	display: block;
	position: relative;
	width: 800px;
	overflow-x: hidden;
}

.homeLogoTag {
	z-index: 999;
	display: block;
	float: right;
	box-sizing: border-box;
	margin-top: -418px !important;
	padding-top: 0px;
	padding-left: 0px;
	width: 100%;
	
    font-weight: 600;
	
}
.tagLineGES{
	font-size: 40px;
	color:#999;
	letter-spacing: -.04em;
	padding-left: 375px;
	border-top: 1px dashed rgba(199,199,199,.7);
	border-bottom: 1px dashed rgba(199,199,199,.7);
	background-color:rgba(255,255,255,0.55);
}
.tagLineEWN {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 40px;
	letter-spacing: -.02em;
	color:#020000;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 415px;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.calibrate {
    background-image:url("../images/backgrounds/calibrate.png");
}
.home .calibrate {
	background-repeat: no-repeat;
}
.calibrateSm {
	z-index: 2;
    background: url("../images/backgrounds/calibrateSm.png") no-repeat;
	background-color: rgba(255,255,255,1);
}

.map {
	z-index: 1000;
    display: block;
	float: right;
    width: 70%;
	
    height: 475px;
    margin-top: 150px;
    background-color: rgba(0,107,155,1.00);
    background: url("../images/backgrounds/globe.png") no-repeat;
}

.oneUp {
	display: block;
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 20%;
	}
.twoUp {
	height: auto;
	float: right;
	margin-right: 5%;	
}

@media only screen and (min-width: 0px) and (max-width: 900px)
{
	.footer {
		position: relative;
	}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.pageTitle {
		display: none;
	}
	
	}
@media only screen and (min-width: 0px) and (max-width: 480px) {}


@media only screen and (min-width: 0px) and (max-width: 420px) {
	
}
