@charset "utf-8";
* {
	margin:0;
	padding:0;
	transition: 300ms all;
}
html {
	overflow:scroll;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #032650 url(../images/body_bg.jpg) repeat-x;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
h1 {
	color: #FFF;
	font: bold 24px "Times New Roman", Times, serif;
}
h2 {
	color: #FFF;
	font: bold 18px "Times New Roman", Times, serif;
}
h3 {
	color: #FFF;
	font: bold 18px "Times New Roman", Times, serif;
}
a img {
	border: none;
}
a {
	text-decoration: underline;
	color: #FFF;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container_820 {
	max-width: 820px;
	background: #031c3d;
	margin: 0 auto;
}
.container_1280 {
	background: #000;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#header {
	height: 132px;
}
#logo {
	margin: 10px 0px 10px 20px;
	float: left;
}
#nav {
	float: right;
	margin-top: 60px;
	max-width: 630px;
	z-index: 2;
	position: relative;
}
#main_img {
	background: #000;
	width: 100%;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	clear: both;
	overflow: hidden;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
}
.slideshow {
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
}
#slogan{
	z-index: 2;
	position: absolute;
	margin-top: -500px;
	margin-left: 20px;
}

#content {
	padding: 20px 0px;
}
#content p {
	color: #FFF;
	font: 16px/120% "Times New Roman", Times, serif;
	text-align: left;
	padding-bottom: 12px;
}
#content ul {
	color: #FFF;
	font: 16px/120% "Times New Roman", Times, serif;
	text-align: justify;
	list-style: none;
	padding-right: 40px;
	padding-left: 40px;
}
.homedesigns {
	max-width: 230px;
	float: left;
	border: 1px solid #FFF;
	padding: 6px;
	margin: 0px 0px 16px 22px;
}
.homedesigns h3 {
	text-align: center;
}
#cboxTitle a {
	color: #666;
}

#content_left {
	float: left;
	max-width: 594px;
	background: #031C3D;
}
#sidebar {
	float: right;
	width: 220px;
	padding-right: 5px;
	padding-top: 8px;
	text-align: center;
}

#footer {
	padding: 30px 20px 10px 20px;
	font-size: 12px;
	height: 50px;
	background: #032650;
	clear: both;
}
#footer p {
	float: right;
	text-align: right;
	color: #CCC;
}
#footer p a {
	color: #CCC;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear:both;
}







.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background: #031C3D;
  overflow-y: scroll;
}
.overlay a {
  text-decoration: none;
}
.overlay a:focus {
  color: #fff;
}

.overlay p {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
	text-align: left;
  color: #fff;
  display: block;
  margin-bottom: 30px;
	margin-right: 50px;
	margin-left: 50px;
}

.overlay p.info {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
	text-align: left;
  color: #085fc6;
  display: block;
  margin-bottom: 25px;
	border-bottom: 1px solid #085fc6;
}

.overlay p.info:hover {
  color: #085fc6;
}

.overlay p:hover {
  color: #063b7a;
  transition: all 200ms;
}

.overlay p:focus {
  color: #fff;
}

.overlay .closebtn {
  position: absolute;
  top: 50px;
  right: 0px;
  font-size: 2em;
	color: #fff;
  z-index: 3000;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  text-transform: uppercase;
}

.overlay-content.logo {
  width: 150px;
  height: 150px;
  position: relative;
  background-position: center;
  overflow: hidden;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 100px;
}

.overlay-content.logo:hover {
  letter-spacing: 1.2px;
  transform: scale(1.2);
  font-weight: bold;
}

.nav {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 2em;
  transform: rotate(180deg);
  z-index: 300;
}

.bar {
  width: 25px;
  height: 3px;
  border-radius: 50px;
  background: white;
  margin-bottom: 5px;
  margin: 5 auto;
}

.header-logo {
	margin-left: 60px;
}

#navigation-menu {
	margin-right: 60px;
}

.mobile-side-copy {
	text-align: center !important;
	font-size: 18px !important;
	margin-top: 10px;
}

iframe {
	margin-left: 15px;
}

.contact-copy {
	margin-bottom: 50px;
}










@media only screen and (min-width: 830px) {

	.nav{
		display: none;
	}

	.overlay{
		display: none;
	}

}

@media only screen and (max-width: 830px) {

	.navigation-menu {
		display: none;
	}

	#logo {
		margin-left: 50px;
	}

	body {
		background: none;
		background-color: #031C3D;
	}

	.coming2017 {
		display: none;
	}

	#content_left {
		width: 100%;
	}

	#sidebar {
		float: left;
		width: 100%;
		padding-right: 5px;
		padding-top: 8px;
		text-align: center;
	}

	.side-items {
		display: inline-block;
		margin: 10px 0px 40px 0px;
	}

	iframe {
		width: 100%;
		height: 300px;
		position: relative;
		text-align: center;
		margin: 0 auto;
		left: 0;
		right: 0;
	}

	#main_img {
		height: 300px;
		width: 100%;
	}

	.slideshow {
		height: 300px;
		width: 100%;
	}

	.center {
		height: 300px;
		width: 100%;
	}

	#main_img.slideshow {
		height: 300px;
		width: 100%;
	}

	#main_img img {
		height: 300px !important;
		width: auto !important;
		margin-left: -100px;
	}

	#slogan{
		z-index: 2;
		position: absolute;
		margin-top: -80px;
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}

	.slogan-img {
		width: 140.6px;
		height: 92.6px;
		margin: 0 auto;
		left: 0px;
		right: 0px;
		text-align: center;
	}

}

@media only screen and (max-width: 500px) {

	.overlay p {
	  padding: 8px;
	  text-decoration: none;
	  font-size: 14px;
		text-align: left;
	  color: #fff;
	  display: block;
	  margin-bottom: 10px;
		margin-right: 50px;
		margin-left: 50px;
	}

	.overlay p.info {
	  padding: 8px;
	  text-decoration: none;
	  font-size: 12px;
		text-align: left;
	  color: #085fc6;
	  display: block;
	  margin-bottom: 5px;
		border-bottom: 1px solid #085fc6;
	}

}
