@charset "utf-8";
/* CSS Document */
body {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
}
.clearfix {
	clear:both;
}
.wp-wrap {
	width: 100%;
}
.wp-container {
	margin: 0 auto;
	width: 1000px;
}
.wp-header-left {
	display: inline-block;
	width: 200px;
}
.wp-header-right {
	display: inline-block;
	float: right;
	vertical-align: top;
	width: 790px;
}
.contact-specs {
	text-align: right;
	padding:20px 0;
}
.contact-specs ul {
	margin: 0;
	padding: 0;
}
.contact-specs ul li {
	display: inline-block;
	list-style: outside none none;
}
.contact-specs ul li a {
	border-right: 1px solid #6c6c6c;
	color: #6c6c6c;
	line-height: 12px;
	padding: 0 10px;
	text-decoration: none;
}
.contact-specs ul li a:hover {
	color: mediumseagreen;
}
.contact-specs ul li:last-child a {
	border-right: none;
	padding-right:0;
}
.contact-specs ul li a span {
	font-weight:bold;
}
.present-time p {
	color: #6c6c6c;
	font-weight: bold;
	line-height: 40px;
}
.banner-section {
	display: block;
}
.banner-block {
	height: 300px;
	padding:50px;
}
.first-banner {
	background: rgba(0, 0, 0, 0) url("../images/Banner-Img.jpg") no-repeat scroll center top;
}
.square-block {
	border: 25px solid #ffc600;
	display: inline-block;
	float: left;
	height: 220px;
	margin-right: 40px;
	padding: 15px;
	vertical-align: middle;
	width: 250px;
}
.banner-block.first-banner > p {
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	margin-top: 190px;
	text-shadow: 5px 5px 5px #161a1a;
}
.square-block h2 {
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	margin: 50px auto;
	vertical-align: middle;
}
.middle-content {
	border-left: 1px solid #6c6c6c;
	border-right: 1px solid #6c6c6c;
	border-bottom:#0f75bd solid 5px;
	padding: 20px;
}
.middle-block {
	display: inline-block;
	float: left;
	width: 469px;
}
.middle-block-margin {
	margin-right:20px;
}
.middle-block > h2 {
	border-bottom: 1px solid #6c6c6c;
	color: #6c6c6c;
	font-size: 25px;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 10px;
}
.middle-img-section {
	float: left;
	margin-right: 20px;
	width: 160px;
}
.middle-img-section > img {
	width: 100%;
}
.middle-text-section {
	float: left;
	width: 289px;
}
.middle-text-section > p {
	color: #6c6c6c;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.orange {
	color: #ffc600;
	font-weight: bold;
}
.middle-text-section > a {
	background: rgba(0, 0, 0, 0) linear-gradient(#f0efef, #bdbdbe) repeat scroll 0 0;
	border-radius: 3px;
	color: #6c6c6c;
	float: right;
	line-height: 30px;
	margin-top: 15px;
	padding: 0 10px;
	text-decoration: none;
}
.middle-text-section > a:hover {
	background: rgba(0, 0, 0, 0) linear-gradient(mediumaquamarine, mediumseagreen) repeat scroll 0 0;
	color: #fff;
}
.footer-link {
	background: rgba(0, 0, 0, 0) linear-gradient(#4a4a4a, #202020) repeat scroll 0 0;
	display: block;
	overflow: hidden;
	padding-bottom:30px;
}
.footer-link-block {
	display: block;
	float: left;
	margin-left: 20px;
	width: 235px;
}
.footer-link-block-middle {
	display: block;
	float: left;
	margin-left: 20px;
	width: 470px;
}
.footer-link h3, .footer-link-block-middle h3 {
	color: #bbbaba;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 48px;
	text-transform:uppercase;
}
.footer-link-block > ul, .footer-link-block-middle > ul {
	display: block;
	margin: 0;
	padding: 0;
}
.footer-link-block li, .footer-link-block-middle li {
	display: block;
	list-style: outside none none;
}
.footer-link-block-middle li {
	display: inline-block;
	list-style: outside none none;
	width:47%;
	margin-right:20px;
	box-sizing: border-box;
}
.footer-link-block-middle li:nth-child(2n-2) {
 margin-right: 0;
}
.footer-link-block a, .footer-link-block-middle a {
	border-bottom: 1px dotted #bbbaba;
	color: #bbbaba;
	display: block;
	line-height: 36px;
	padding-left: 15px;
	text-decoration: none;
}
.footer-link-block a:hover, .footer-link-block-middle a:hover {
	color: #3fa5ed;
}
.footer-link-block > h2 {
	color: #fff;
	font-size: 18px;
}
.footer-link-block > p {
	color: #bbbaba;
	font-size: 12px;
	line-height: 20px;
}
.footer-link-block ul.social-list {
	display: block;
	margin-top: 8px;
}
.footer-link-block ul.social-list li {
	display: inline-block;
	list-style: outside none none;
}
.footer-link-block ul.social-list li a {
	border-bottom: medium none;
	margin-right: 3px;
	padding: 0;
}
.footer-bottom {
	background: #d6d6d6 none repeat scroll 0 0;
	display: block;
	text-align: right;
}
.footer-bottom > ul {
	display: block;
}
.footer-bottom li {
	display: inline-block;
	list-style: outside none none;
	padding: 16px 0;
}
.footer-bottom a {
	border-right: 1px solid #9a9999;
	color: #9a9999;
	padding: 0 15px;
	text-decoration: none;
}
.footer-bottom a:hover {
	color: mediumseagreen;
}
.footer-bottom li:last-child a {
	border-right: medium none;
}
.footer-link-block li:last-child a, .footer-link-block-middle li:last-child a, .footer-link-block-middle li:nth-last-child(2) a {
 border-bottom: medium none;
}
.footer {
	display: block;
	text-align: center;
}
.footer > p {
	color: #8a8989;
	font-size: 11px;
	line-height: 32px;
}
.footer a {
	color: #5ea9dd;
	text-decoration: underline;
}
.footer a:hover {
	color: orange;
}
nav {
	background: rgba(0, 0, 0, 0) linear-gradient(#fff, #d6d6d6) repeat scroll 0 0;
	border-left: 1px solid #d8d9d9;
	border-right: 1px solid #d8d9d9;
	border-top: 1px solid #d8d9d9;
	box-sizing: border-box;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
nav ul {
	height: 50px;
	padding: 0;
	text-align: left;
}
nav li {
	display: inline;
	float: left;
}
nav a {
	color: #6c6c6c;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	width: 100px;
}
nav li a {
	box-sizing: border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active, nav a.active {
	background-color: #0f75bd;
	color: #fff;
}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
nav {
 border: medium none;
 height: auto;
}
 nav ul {
 width: 100%;
 display: block;
 height: auto;
}
 nav li {
 width: 50%;
 float: none;
 position: relative;
}
 nav li a {
 border-bottom: 1px solid #576979;
 border-right: 1px solid #576979;
}
 nav a {
 text-align: left;
 width: 100%;
 text-indent: 25px;
}
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) {
 nav {
 border-bottom: 0;
}
 nav ul {
 display: none;
 height: auto;
}
 nav a#pull {
 display: block;
 background-color: #232323;
 width: 100%;
 position: relative;
}
 nav a#pull:after {
 content:"";
 background: url(../images/nav-icon.png) no-repeat;
 width: 30px;
 height: 30px;
 display: inline-block;
 position: absolute;
 right: 15px;
 top: 10px;
}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
 nav li {
 display: block;
 float: none;
 width: 100%;
}
 nav li a {
 border-bottom: 1px solid #576979;
}
}
