body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	background-size: cover;
}

@media (max-width: 810px){
	.menu{
		display: none;
	}
	.menusmall{
		display: block;
	}
	.tickercontainer{
		display: none;
	}
	.slidecontent{
		display: none;
	}
	.logo{
		position: absolute;
		top: 0px;
	}
}
@media (min-width: 810px){
	.menu{
		display: block;
	}
	.menusmall{
		display: none;
	}
	.tickercontainer{
		display: block;
	}
	.slidecontent{
		display: block;
	}
	.logo{
		position: absolute;
	}
}

.menu{
	position: relative;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	color: black;
	font-weight: bold;
	background-color: #000000;
	display: inline-table;
}

.menusmall{
	position: relative;
	text-align: right;
	width: 100%;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	color: #aaabbb;
	font-weight: bold;
	background-color: #000000;
	z-index: 2;
}

.menushow{
	position: fixed;
	top: 62px;
	text-align: left;
	width: 40%;
	margin: 0px;
	padding: 20px;
	color: #aaabbb;
	font-weight: bold;
	background-color: #ffffff;
	z-index: 2;
	display: none;
}

.menulink{
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 20px;
	color: #ffffff;
}

.navlink{
	font-weight: bold;
	color: #aaaaaa;
	border: 0px;
	border-bottom: 1px #dddddd solid;
}

.navmenu{
	margin-left: 10px;
	color: #aaabbb;
}

.normallink{
	color: #000000;
}

.sitemenu{
	color: #ffffff;
}

.logo{
	background-color: white;
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	z-index: 3;
}

#slides{
	position: relative;
	margin: 0px;
}

.slider{
	margin: 0px;
	padding: 0px;
	width: 98.5%;
	height: 480px;
}

.slidecontent{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 40% 0px;
	cursor: pointer;
}

.tickercontainer{
	width: 100%;
	text-align: center;
}

.ticker{
	position: relative;
	width: 100%;
	margin: -2px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	background-color: #eeeeee;
}

#prev,#next{
	margin: 20px 0px 0px 0px;
	cursor: pointer;
	color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

a{
	text-decoration: none;
}

.container{
	width: 100%;
	text-align: center;
}

.content{
	width: 90%;
	margin: 50px 0px 50px 0px;
	padding: 0px;
	display: inline-table;
}

.contentin{
	display: inline-table;
	width: 40%;
	text-align: left;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.contentbox{
	display: inline-table;
	width: 200px;
	height: 250px;
	text-align: center;
	margin: 0px 10px 0px 10px;
	padding: 20px;
	background-color: #ffffff;
}

.contenthl{
	display: inline-table;
	width: 200px;
	height: 250px;
	text-align: center;
	margin: 0px 10px 0px 10px;
	padding: 20px;
	background-color: #ffff00;
}

.contentimg{
	width: 100%;
	box-shadow: 5px 5px 3px #888888;
}

.imgbox{
	display: inline-table;
	width: 200px;
	height: 250px;
	text-align: center;
	margin: 0px 10px 0px 10px;
	padding: 20px;
}

.smallimg{
	width: 120px;
	height: auto;
	box-shadow: 5px 5px 3px #888888;
}

.subbox{
	display: inline-table;
	width: 50%;
	margin: 0px 10px 0px 10px;
	padding: 20px;
	text-align: center;
}

.sitebox{
	display: inline-table;
	width: 200px;
	margin: 0px 10px 0px 10px;
	padding: 20px;
	text-align: center;
}

.justify{
	text-align: justify;
}

.subimg{
	width: 200px;
	height: auto;
}

.tilecontainer{
	width: 100%;
	text-align: right;
	letter-spacing: -3px;
}

.tilecontent{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.tile{
	color: #ffffff;
	background-color: #ff0000;
	margin: 0px 0px -5px 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

.about{
	background-color: #ffffff;
}

.steelbg{
	background-color: #236b8e;
}

.footer{
	background-color: #ffffff;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.bigtitle{
	font-size: 45px;
	color: #000000;
}

.subtitle{
	font-size: 20px;
}

.highlight{
	font-size: 18px;
}

.copy{
	color: #004b80;
}

.bold{
	font-weight: bold;
}

.hr{
	width: 85%;
	border: 1px solid #cccccc;
}

.warning{
	color: #ff0000;
}

.light{
	color: #2b003f;
}

#map {
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 400px;
	box-shadow: 5px 5px 3px #888888;
}

.captcha1{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.captcha2{
	display: inline-table;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.cardgrid{
	width: 120px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	display: inline-table;
}

.front,.back{
	width: 120px;
	height: 120px;
	cursor: pointer;
}

.video{
	width: 60%;
	text-align: center;
	-ms-transform: translate(32%, 0px);
    -webkit-transform: translate(32%, 0px);
    transform: translate(32%, 0px);
}

.video-container {
	position: relative;
	padding-bottom: 56%;
	padding-top: 30px;
	height: 60%;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*-ms-transform: translate(32%, 0px);
    -webkit-transform: translate(32%, 0px);
    transform: translate(32%, 0px);*/
}

.biz{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.bizbut{
	position: relative;
	width: 200px;
	border-radius: 10px 10px 10px 10px;
	background-color: #004b80;
	padding: 10px;
	color: #ffffff;
	opacity: 0.8;
}

.bizbutup{
	position: relative;
	width: 200px;
	border-radius: 10px 10px 10px 10px;
	background-color: #dddddd;
	padding: 10px;
	color: #000000;
	opacity: 0.8;
	font-weight: bold;
}

.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	color: #000000;
	text-decoration: none;
	position:fixed;
	top:150px;
	right:10px;
	display:none;
	background: url('../images/icons/arrowup.png') no-repeat 0px 20px;
}

.scrollToTop:hover{
	text-decoration:none;
}

.contact{
	display: inline-block;
	position: relative;
	width: 45%;
	height: 300px;
	margin: 0px;
}

.contact2{
	display: inline-block;
	position: relative;
	width: 90%;
	margin: 0px;
}

.whyus{
	display: inline-table;
	width: 30%;
	height: 250px;
	background-color: #25C1FA;
	margin: 0px;
}

.whyus2{
	display: inline-table;
	width: 80%;
	height: 300px;
	margin: 0px;
}

.header2{
	width: 100%;
	text-align: right;
	margin: 0px;
}

.tablewhyus{
	margin: 10px;
	padding: 10px 0px 10px 0px;
}

.darkbg{
	background-color: #003366;
}

.lightbg{
	background-color: white;
}

.button{
	width: 150px;
	height: auto;
	margin: 0px;
}


/*Gallery*/	

	* {
	  box-sizing: border-box;
	}

	.row > .column {
	  padding: 8px;
	}

	.row:after {
	  content: "";
	  display: table;
	  clear: both;
	}

	.column {
	  float: left;
	  width: 25%;
	}

	/* The Modal (background) */
	.modal {
	  display: none;
	  position: fixed;
	  z-index: 1;
	  padding-top: 70px;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  overflow: auto;
	  background-color: black;
	}

	/* Modal Content */
	.modal-content {
	  position: relative;
	  background-color: #fefefe;
	  margin: auto;
	  padding: 5px;
	  width: 70%;
	  max-width: 1200px;
	}

	/* The Close Button */
	.close {
	  color: white;
	  position: absolute;
	  top: 10px;
	  right: 25px;
	  font-size: 35px;
	  font-weight: bold;
	}

	.close:hover,
	.close:focus {
	  color: #999;
	  text-decoration: none;
	  cursor: pointer;
	}

	.mySlides {
	  display: none;
	}

	.cursor {
	  cursor: pointer
	}

	/* Next & previous buttons */
	.prev,
	.next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  padding: 16px;
	  margin-top: -50px;
	  color: white;
	  font-weight: bold;
	  font-size: 20px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	  -webkit-user-select: none;
	}

	/* Position the "next button" to the right */
	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}
	
	.prev {
	  left: 0;
	  border-radius: 3px 0 0 3px;
	}

	/* On hover, add a black background color with a little bit see-through */
	.prev:hover,
	.next:hover {
	  background-color: rgba(0, 0, 0, 0.8);
	}

	/* Number text (1/3 etc) */
	.numbertext {
	  color: #f2f2f2;
	  font-size: 12px;
	  padding: 8px 12px;
	  position: absolute;
	  top: 0;
	}

	img {
	  margin-bottom: -4px;
	}

	.caption-container {
	  text-align: center;
	  background-color: black;
	  padding: 2px 16px;
	  color: white;
	}

	.demo {
	  opacity: 0.6;
	}

	.active,
	.demo:hover {
	  opacity: 1;
	}

	img.hover-shadow {
	  transition: 0.3s
	}

	.hover-shadow:hover {
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
	}	
/*end gallery*/

.main2{
	display: inline-table;
	width: 79%;
}

.text {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
	}	
	.text2 {
	  color: #f2f2f2;
	  font-size: 20px;
	  padding: 8px 12px;
	  position: absolute;
	  bottom: 46%;
	  width: 100%;
	  text-align: center;
	}