@charset "utf-8";
html {
	background: url(img/bg27.jpg) no-repeat center center fixed;    
	webkit-background-size: cover;
	moz-background-size: cover;
	o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans';
}
.boxed {
	width: 95%;
	max-width: 1040px;
	margin: 0 auto;
	margin-top: 40px;
	background-color: #FFF;
	border-top: 5px solid #346b7f;
	position: relative;
}
.head {
	width: 90%;
	margin: 0 auto;
	max-width: 940px;
	position: relative;
}
.head #logo {
	border: none;
	max-height: 60px;
	vertical-align: middle;
	margin-right: 10px;
}
#logoText a, #logoText a:hover {
	color: #346b7f!important;
	text-decoration: none;
	font-size: 28px;
	text-transform: uppercase;
}
.social-bar {
	float: right;
	width: 200px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0px;
}
.social-bar ul {
	list-style: none outside none;
	overflow: hidden;
	text-align: right;
}
.social-bar li {
	display: inline-block;
	float: none;
	background-color: #333;
	padding: 4px;
	margin: 2px;
}
.social-bar li img {
	max-width: 18px;
}
.ad-top-right {
	width: 200px;
	min-height: 91px;
	background: #ddd;
	float: right;
}
.ad-middle {
	background: #ddd;
	width: 727px;
	height: 90px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ad-middle-right {
	width: 166px;
	height: 526px;
	min-width: 166px;
	min-height: 526px;
	background: #ddd;
	position: absolute;
	top: 0;
	right: 0;
}
.nav-bar {
	background: #222!important;
	min-height: 51px;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	filter: none;
	margin-top: 20px;
	display: relative;
	max-width: 940px;
	width: 100%;
}
.nav-bar ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	display: flex;
}
.nav-bar li {
	display: inline-block;
	padding: 18px 0;
	border-left: 1px solid #000;
	border-right: 1px solid #444;
	margin: 0;
}
.nav-bar li a {
	padding: 18px 15px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}
.nav-bar li a:hover, .nav-bar li a:focus {
	transition: all .3s ease;
	font-weight: normal;
	text-shadow: none;
	webkit-transition: all .3s ease;
	moz-transition: all .3s ease;
	o-transition: all .3s ease;
	ms-transition: all .3s ease;
	background-color: #346b7f;
	outline: 0;
}
.content {
	margin: 0 auto;
	max-width: 920px;
	width: 90%;
	position: relative;
	min-height: 550px;
}
.footer {
	margin: 0 auto;
	max-width: 1040px;
	background-color: #222;
	height: 200px;
	padding: 0 20px;
}
.footer h3 {
	border-bottom: 1px solid #346b7f;
	line-height: 40px;
	color: #eee;
	width: 112px;
	position: relative;
	top: 19px;
}
.footer hr {
	border-top: 0;
	border-bottom: 1px solid #333;
	display: block;
}
.footer ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 13px;
	color: #fff;
	margin-top: 10px;
}
.footer li {
	display: inline;
	padding: 5px 15px 0px 0px;
}
.footer li a {
	color: #ccc;
	text-decoration: none;
	webkit-transition: all .5s ease-in-out;
	moz-transition: all .5s ease-in-out;
	o-transition: all .5s ease-in-out;
	ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.footer li a:hover, .footer li a:focus {
	color: #ccc;
	text-decoration: none;
	opacity: .7;
	text-decoration: underline;
}
.copy-right {
	background: #333;
	border-top: 1px solid #444;
	height: 40px;
	margin-bottom: 60px;
	padding: 0 20px;
}
.copy-right p {
	font-size: 11px;
	color: #fff;
}
.copy-right .inner, .footer .inner {
	max-width: 940px;
	margin: 0 auto;
}
.footer .inner {
	top: 0px;
	position: relative;
}
.copy-right .inner span {
	display: inline;
	float: right;
}
.copy-right .inner a {
	color: #fff;
	text-decoration: none;
}
.section p {
	max-width: 400px;
	font-size: 12px;
}
.nav-shadow {
	background-image: url(img/nav-shadow.png);
	height: 38px;
	width: 100%;
	max-width: 940px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.up {
	webkit-transition: all .5s ease-in-out;
	moz-transition: all .5s ease-in-out;
	o-transition: all .5s ease-in-out;
	ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor: pointer;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	position: relative;
	margin: 0 auto;
	top: -27px;
	border-radius: 100%;
	background-color: #346b7f;
	background-image: url(img/up.png);
	background-position: center;
	background-repeat: no-repeat;
}
.up:hover {
	opacity: .7;
	text-decoration: underline;
}
.clearboth {
	clear: both;
}
center {
	margin: 0 auto 30px auto !important;
	width: 100%;
	max-width: 970px;
	overflow: auto;
}

#navselect {
display: none;
}

@media screen and (max-width: 850px) {
	#navselect {
	  display: block;
	  margin: 0 auto;
	  height: 51px;
	  width: 100%;
	  text-align: center;
	  background: #222;
	  color: white;
	  border: 0;
	  font-size: 1.3em;
	}
	
	.nav-bar ul {
		display: none;
	}

	#frmFormMailContainer {
	text-align: center;
	}

	form#frmFormMail {
	display: inline-block;
	text-align: left;
	}	

}

#logoText {
	padding-top: 10px;
}

.nooverflow {
display: block;
overflow: auto;
}