@charset "UTF-8";
@import url("../webfonts/ColaborateThin/stylesheet.css");

/* 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%;
}

*{
	-moz-box-sizing: border-box;
	-webkit-sizing: border-box;
	box-sizing: border-box;
	/*background-color: white;*/
	
	font-family:ColaborateThin;
}






.gridContainer1 {
	width: 100%;
	max-width: 1491px;
	
	margin: auto;
	
}

.TopBanner{
	width: 100%;
	height: auto;
	color: white;
	font-size: 14pt;
	padding: 5px;
	padding-left: 10px;	
}

.message{
	display: block;
	border: 1px solid #D3BEB0;
	border-radius: 3px;
	padding: 10px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #77360C;
}

.logo{
	padding: 15px 0px;
}

.Hero{
	width: 100%;
	height: 800px;
	font-size: 36pt;
	color: white;
	padding-top:5%;
	padding-left: 5%;
	padding-right: 40%;
	background-image: url(../images/watergirl.png);
	font-family:ColaborateThin;
	background-repeat: no-repeat;
	background-size: 100%;
	line-height: 24pt;
	ttext-shadow: rgba(0,0,0,.4) 0 3px 0;
	margin-bottom: -200px;
}

.herotitle{
	background-color:black;
	padding:20px;
	border-top:5px solid lightgreen;	
}

.herotitle img{
	width:300px;	
}
.sub_heading { font-size: 20px; }

#subtitle{
	font-size: 14pt;
	font-family:ColaborateThin;
	background-color: transparent;
	clear: both;
	float: left;
	line-height: 16pt;
	color: lightgray;
	text-shadow: none;
}
#subtitle ul{ }
#subtitle ul li{ list-style-type: disc; color: #DADADA; line-height: 26px; font-size: 17px; letter-spacing: 1px; }


.tourstuff{
	width:100%;
	height:auto;
	
	margin-top:100px;
	text-align:center;
	
}

.tourtitle{
	width:100%;
	height:auto;
	padding:20px;
	text-align:center;
	
}




.tourdesc{
	width:40%;
	height:100%;
	display:inline-block;
	font-size:18px;
	padding:20px;
	line-height:30px;
	color:white;
		
}

.mainvideo{
	width:60%;
	height:100%;
	display:inline-block;
	vertical-align:top;
	text-align:center;	
}

.videoboxlg{
	width:580px;
	height:330px;
	border:3px solid lightgreen;
}

.videobottomCNT{
	width:100%;
	height:auto;
	display:block;
	background-color:#4a4949;
	padding-top:50px;
	padding-bottom:50px;	
}



.videobox{
	width:500px;
	height:287px;
	border:2px solid lightgreen;
	margin:20px;
	
	display:inline-block;
			
}

.videoboxtitle{
	width:100%;
	height:auto;
	pading:20px;
	background-color:orange;
	color:white;
		
}


.login-button{

	text-align: center;

	clear:both;
	display: inline-block;

	border-top: 1px solid #96d1f8;
	background: #3a5769;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3a5769));
	background: -webkit-linear-gradient(top, #3e779d, #3a5769);
	background: -moz-linear-gradient(top, #3e779d, #3a5769);
	background: -ms-linear-gradient(top, #3e779d, #3a5769);
	background: -o-linear-gradient(top, #3e779d, #3a5769);
	padding: 3px 13px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 16px;
	font-family:ColaborateThin;
	text-decoration: none;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 20px;
	margin-right: 10px;
}
.login-button a {
	text-decoration:none;
	background-color: transparent;
	color: white;
}
.login-button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: white;
   }
.login-button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.button1, .button2, .button3 {line-height: 30px; margin-top: 20px;}
.button1{
	width:200px;
	height: 50px;

	text-align: center;
	
	clear:both;
	display: inline-block;
	border: none;
	border-top: 1px solid #96d1f8;
	background: #3a5769;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#3a5769));
	background: -webkit-linear-gradient(top, #3e779d, #3a5769);
	background: -moz-linear-gradient(top, #3e779d, #3a5769);
	background: -ms-linear-gradient(top, #3e779d, #3a5769);
	background: -o-linear-gradient(top, #3e779d, #3a5769);
	padding: 9px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 19px;
	font-family:ColaborateThin;
	text-decoration: none;
	vertical-align: middle;

   }



.CentralCNT{
	width: 100%;
	height: auto;

	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
		
}

.Specs{
	clear:none;
	display: inline-block;
	/*float: left;*/
	width: 33.333%;
	min-width: 490px;

	
	color:rgb(140,140,140);
	padding:20px;
	padding-right:40px;
	line-height: 18pt;
	min-height: 330px;
	
	flex-grow: 0;	
}
.Specs:nth-of-type(1) {
    order: 0;
}
.Specs:nth-of-type(2) {
    order: 1;
}
.Specs:nth-of-type(3) {
    order: 2;
}
.Specs:nth-of-type(4) {
    order: 3;
}
.Specs:nth-of-type(5) {
    order: 4;
}


.CentralCNT .Specs .fa{
	margin-right: 15px;
	font-size: 60px;
	vertical-align: middle;
	color: #77360C;

	padding-top:40px;
}

.SpecTitle{
	color: #77360C;
	font-size: 23px;
	vertical-align: middle;
}

.SpecContent{
	font-size: 14pt;
	line-height:30px;
}


.CentralCNT img{
	clear: both;
	display:inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

#darkbox{
	opacity: 0;
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	padding-top: 100px;
}
#darkbox .close {
	position: fixed;
	top: 100px;
	right: 5%;
}
#darkbox .close i {
	height: 40px;
	width: 40px;
	background-color: black;
	position: absolute;
	top: -65px;
	right: 0px;
	border: solid white 3px;
	border-radius: 20px;
	box-sizing: border-radius;
	color: white;
	font-size: 30px;
	line-height: 33px;
	text-align: center;
	cursor: pointer;
}

#darkbox-content{
	background-color: white;
	display: block;
	margin: auto;
	height: 0px;
	width: 0px;
	display: none;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
}
.tourhtml, .demohtml{
	height: 100%;
	width: 100%;
	border: none;
	position: relative;
	overflow: auto;
	overflow-x: hidden;
}

.tour-item{
	left: 100%;
	width: 100%;
	height: 100%;
	font-size: 200px;
	position: absolute;
	display: block;
	top: 0;
	text-align: center;
	background-color: black;
}
.tour-item img{
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}
.tour-item:first-child{
	left: 0px;
}
.goRight{
	right: 0px;
	text-align: right;
	margin-right: 30px;
}
.goLeft{
	left: 0px;
	text-align: left;
	margin-left: 30px;
}
.goButton{
	position: absolute;
	height: 100%;
	width: 40%;
	z-index: 9999;
	cursor: pointer;
	background-color: transparent;
	opacity: 0.2;
}
.goButton:hover{
	opacity: 1.0;
}
.goButton i{
	vertical-align: middle;
	font-size: 200px;
	color: rgba(255,255,255,0.2);
	background-color: transparent;
	margin-top: 27%;
	text-shadow: 2px 1px 10px rgba(0,0,0,0.3);
}

form.signupform {
	/*text-align: center;*/
	/*padding-top: 30px;*/
}
/*
form.signupform  input{
	font-size: 18px;
	margin: 15px;
	padding: 10px;
}*/

form.signupform  .submit{
	font-size: 18px;
	padding: 10px 15px;
	border: none;
	background-color: #77360C;
	color: white;
}
form.signupform  .submit:hover{
	background-color: #97562C;
}
form.signupform  .submit:active{
	background-color: #57160C;
}
form .error {
	color: rgb(206, 3, 3);
	border: 1px solid;
	padding: 3px 10px;
	letter-spacing: 0.7px;
	font-family: sans-serif;
	margin-left: 10px;
	width: auto;
	display: inline;
}
/* Overriding boilerplate */
input:invalid, textarea:invalid {
background-color: white;
}


.Footer{
	background-color: #0D8FFF;
	height: 15px;
	width: 100%;
	
}



@media only screen and (max-width: 800px) {
	.Specs{
	min-height: 350px;
	}
	.Hero{
		height: 440px;
		margin-bottom: -100px;
	}
}


/* lg Desktop Layout: 1024px to 1079px. Inherits styles from: Mobile Layout. */

@media only screen and (max-width: 500px) {
	.gridContainer {
		width: 100%;
		
	}
	.TopBanner{
		
		font-size: 12pt;	
	}

	.Hero{
		padding-top:3%;
		font-size: 20pt;
		height: 400px;
		
	}

	#subtitle{
		font-size: 12pt;
			
	}
}


/* Small Desktop Layout: 769px to 1024px. Inherits styles from: Mobile Layout. */

@media only screen and (max-width: 300px) {
	.gridContainer {
		width: 100%;
		
	}
	.TopBanner{
		
		font-size: 12pt;	
	}


	.Hero{
		font-size: 12pt;
		height: 343px;
		line-height: 19pt;
	}
	.sub_heading { font-size: 12pt; line-height: 19pt; }

	#subtitle{
		font-size: 11pt;
		line-height: 10pt;
	}
	#subtitle ul { margin-top: 10px; }
	#subtitle ul li{ list-style-type: disc; color: #DADADA; line-height: 20px; font-size: 14px; letter-spacing: 0px; }
}



