@import "../css/reset.css";
@import "../css/skeleton.css";
@import "..css/superfish.css";
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700);



html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 12px/21px Arial, Helvetica, sans-serif;
	color: #7f7f7c;
	position: relative;
	min-width: 960px;
	background: url(../images/bg_body.png) 0 0 repeat;
}



address {
	font-style: normal;
}

p {
	margin-bottom: 21px;
}

.prv p {
	margin-bottom: 19px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	color: #3c3c3c;
	font-weight: normal;
	text-transform: uppercase;

}


h2 {
	letter-spacing: -1px;
	font-size: 40px;
	line-height: 30px;
	font-weight: bold;
	color: #216c93;
	padding-top: 163px;
}

h2 span {
	padding-top: 7px;
	font-weight: normal;
	display: block;
	color: #3c3c3c;
	font-size: 30px;
}





h3 {
	letter-spacing: -1px;
	font-size: 20px;
	line-height: 18px;
	padding-top: 57px;
	margin-bottom: 23px;
}

h3.head1 {
	padding-top: 71px;
	padding-bottom: 5px;
}

h3.head2 {
	padding-top: 77px;
	padding-bottom: 3px;
}

.page1 h3 {
	padding-top: 60px;
	margin-bottom: 0;
}

img {
	max-width: 100%;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	margin-bottom: 3px;
}

ul.list li{
	color: #6f6f6f;
	background: url(../images/mark_arr.png) 0 8px no-repeat;
	padding-left: 25px;
}

ul.list li+li {
	margin-top: 9px;
}


ul.list1 li {
	font-size: 12px;
	padding-left: 20px;
	background: url(../images/marker.png) 0 6px no-repeat;
}

ul.list1.l1 {
	padding-top: 1px;
	margin-bottom: 14px;
}

ul.list1 li+li {
	margin-top: 7px;
	padding-top: 7px;
	background-position: 0 12px;
	border-top: 1px solid #e9e9e9;
}
ul.list1 a {
	color: #216c93;
}

.page1 ul.list1 a {
	text-decoration: underline;
}

ul.list1 a:hover {
	color: #3c3c3c;
}

.ui-state-active a {
	color: #216c93;
}


ul.list2 .count {
	margin-top: 5px;
	float: left;
	width: 51px;
	height: 51px;
	color: #fff;
	background: #216c93;
	font-size: 35px;
	line-height: 49px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	margin-right: 18px;
}

ul.list2 li+li {
	margin-top: 19px
}

ul.list2 li+li+li {
	margin-top: 14px;
}


ul.list3 {
	padding-top: 5px;s
}

ul.list3 li+li {
	margin-top: 6px;
}

ul.list3 li {
		font: 20px/21px 'Ubuntu', sans-serif;

}

ul.list3 li a {
	letter-spacing: -1px;
	padding: 13px 16px 15px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: #6f706b;
}
ul.list3 li a:hover {
	background: #216c93;
}


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #216c93;
}

a.btn {
	margin-top: 18px;
	color: #fff;
	padding: 7px 16px 6px;
	display: inline-block;
	text-transform: uppercase;
	background: #6f706b;
}

a.btn:hover {
	background-color: #216c93;
}

a.link2 {
	color: #216c93;
}

a.link2:hover {
	color: #3C3C3C;
}

a.link1 {
	margin-top: 33px;
	display: inline-block;
	font: 14px/21px 'Ubuntu', sans-serif;
	color: #fff;
	padding: 13px 50px 13px 6px;
	text-transform: uppercase;
	background: #216c93;
	position: relative;
	letter-spacing: -1px;
}

a.link1:after {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	top: 0;
	right: 0;
	content: '';
	display: block;
	position: absolute;
	display: block;
	width: 40px;
	height: 47px;
	background: url(../images/link_after.png) center center no-repeat #228baf;
}

a.link1:hover {
	background: #484846;
}

a.link1:hover:after {
	background-color: #6F706B;
}



/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}


.img_inner {
	max-width: 100%;
	margin-top: 5px;
	padding: 6px;
	border: 1px solid #ececec;
	margin-bottom: 23px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 0 !important;
}

.bt_1 {
	padding-bottom: 4px;
	overflow: hidden;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	overflow: hidden;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.pb0 {
	padding-bottom: 0 !important;
}


/*header*/
.main {
	width: 1050px;
	margin: 0 auto;
	background-color: #fff;
}

.main.dark {
	position: relative;
	z-index: 999;
	background: url(../images/bg_body.png) 0 0 repeat;
	padding-bottom: 28px;
}

.light {
	z-index: 1;
	position: relative;
	background: url(../images/cont_bg.png) 0 0 repeat;
}

.links a:hover {
	color: #3C3C3C;
}

header {
	display: block;
	position: relative;
	z-index: 999;
	background: #267aa5
}

.page1 .light {
	z-index: 999;
}

.page1 header {
	z-index: 998;
}

header h1 {
	padding-top: 32px;
	z-index: 910;
	padding-bottom: 30px;
	text-align: center;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 250px;
	height: 107px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

/**Content**/

.content {
	padding-bottom: 58px;
}

.content.page1 {
	position: relative;
	z-index: 999;
	padding-bottom: 0;
}

.main.m1 {
	border-bottom: 1px solid #dcdcdc;
}

.box {
	margin-top: 26px;
	position: relative;
	padding-top: 18px;
	border-top: 2px solid #414141;
}

.box:after {
	content: '';
	display: block;
	left: 0;
	top: -2px;
	width: 44px;
	height: 2px;
	display: block;
	position: absolute;
	background-color: #216c93;
}

.icon {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 500px;
	border: 4px solid #fff;
	margin-right: 12px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.ic1 {
	position: relative;
	top: -1px;
	background: url(../images/icon1.png) center center no-repeat #228baf;
}

.ic2 {
	background: url(../images/icon2.png) center center no-repeat #228baf;
}

.ic3 {
	background: url(../images/icon3.png) center center no-repeat #228baf;
}

.ic4 {
	background: url(../images/icon4.png) center center no-repeat #228baf;
}

.box:hover .icon{
	background-color: #6f706b ;
}

.title {
	color: #3c3c3c;
	font: bold 18px/22px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	padding-top: 23px;
	letter-spacing: -1px;
}

.list_title {
	color: #fff;
	font: 18px/34px 'Ubuntu', sans-serif;
	text-transform: uppercase;
	background-color: #6f706b;
	margin-top: 29px;
	margin-bottom: 19px;
	padding: 6px 0 8px 25px;
}


.box .clear {
	height: 5px;
}

.tabs_block {
		margin-top: 28px;

	border-left: 1px solid #e1e1e1;
}


#tabs ul {
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}

#tabs ul li {
		border-top: 1px solid #e1e1e1;
	min-width: 138px;

	text-align: center;
	font-size: 13px;
	float: left;
	border-right: 1px solid #e1e1e1;
}

#tabs ul li a {
	display: block;
	padding: 12px 0 14px;

}

#tabs ul li+li {
	min-width: 159px;
}

#tabs-2, #tabs-1, #tabs-3 {
	padding-left: 24px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 9px;
	color: #a0a0a0;
}

#tabs .img_inner {
	margin-top: 0;
}
.tab_title {
	margin-bottom: 12px;
	letter-spacing: -1px;
	font: 20px/20px 'Ubuntu', sans-serif;
	padding-top: 25px;
	text-transform: uppercase;
	color: #3c3c3c;
}

.col1 {
	color: #3c3c3c;
}

a.link-1 {
	color: #216c93;
	display: inline-block;
	margin-top: 5px;
	background: url(../images/link1_marker.png) right 8px no-repeat;
	padding-right: 10px;
}

a.link-1:hover {
	color: #3c3c3c;
}

.pb1 {
	padding-bottom: 71px;
}

.text1 {
	font: 18px/21px 'Oswald', sans-serif;
	color: #216c93;
	letter-spacing: 0px;
	margin-bottom: 4px;
}

.page1 .text1 {
	padding-top: 5px;
	margin-bottom: 4px;
	font-family: 'Ubuntu', sans-serif;
}

.new  {
	overflow: hidden;
	padding-top: 21px;
}

.new time {
	color: #216c93;
	text-transform: uppercase;
	font-size: 10px;
}

.text2 {
	font: 18px/14px 'Ubuntu', sans-serif;
	color: #3c3c3c;
	letter-spacing: -1px;
	margin-bottom: 8px;
}

.new+.new {
	padding-top: 26px;
}

#newsletter {
	overflow: hidden;
	padding-top: 17px;
	font-size: 12px;
	line-height: 14px;
	position: relative;
}

#newsletter span {
	display: block;
	padding-top: 8px;
	margin-bottom: 14px;
}

#newsletter .email {
	position: relative;
	width: 100%;
	padding-top: 21px;
	display: block;
	float: left;
	overflow: hidden;
}


#newsletter input {
	margin-bottom: 17px;
	float: left;
	color: #8a8a8a;
	background: #f9f9f9;
	width: 214px;
	border: 1px solid #e1e1e1;
	height: 35px;
	font: 14px/21px  Arial, Helvetica, sans-serif;
	padding: 6px 12px 8px;
	box-shadow: none !important;
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#newsletter a.btn {
	float: right;
	background-color: #484846;
	text-transform: none;
	padding: 11px 20px 10px !important;
	margin-top: 0px;
	display: inline-block;
}

#newsletter a.btn:hover {
	background-color: #D95C06;
}

#newsletter .error, #form1 .empty {		
	height:0px;
	top: 48px;
	width: 100%;
	left: 0;
	font-size: 10px;
	line-height: 13px;
	display: block;
	overflow: hidden;
	z-index: 999;
	color: #ff0000;
		-webkit-transition:  0.3s ease-out; 
		-o-transition: all 0.3s ease-out; 
		transition: all 0.3s ease-out; 
		position: absolute;
	}

#newsletter label.invalid .error {
	/*display: block;*/
	height:40px;

}

#newsletter .success {
	width: 214px;
	top: 21px;
	z-index: 999;
	-moz-box-sizing: border-box;
 	-webkit-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	box-sizing: border-box;	
	display: none;	
	background: #f9f9f9;
	left: 0px;
 color: #000;
	overflow: hidden;
	padding: 10px;
	-webkit-transition:  0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
	position: absolute;
}



.ver_sep {
	padding-right: 25px;
	position: relative;
	padding-bottom: 56px;
}

.ver_sep:after {
	right: 0;
	position: absolute;
	top: 24px;
	bottom: 32px;
	display: block;
	content: '';
	background: #cccccc;
	width: 1px;
}

.banners {
	margin: 0 -11px;
	padding-bottom: 22px;
}

.banners.bn1 {
	padding-top: 4px;
	overflow: hidden;
	margin: 0;
}

.banners.bn1 .bann {
	padding-bottom: 12px;
}

.banners.bn1 .clear {
	height: 20px;
}

.bann {
	background: #f2f2f2;
	padding: 15px 15px 10px;
}

.bann img {
	margin-bottom: 10px;
	width: 100%;
}

.bann.bx1 {
	margin: 0 11px 22px;
	float: left;
	width: 90 px;
}

.bann.bx1 img {
	margin-bottom: 11px;
	width: 40%;
}

blockquote+blockquote {
	margin-top: 22px;
}

blockquote p{
	margin-bottom: 13px;
	position: relative;
	background: url(../images/quotes.png) 20px 12px no-repeat #f2f2f2;
	border-radius: 12px;
	border: 1px solid #fafcfb;
	padding: 23px 31px 18px;
}

blockquote p:after {
	display: block;
	position: absolute;
	bottom: -20px;
	left: 65px;
	content: '';
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 0px 0 33px;
border-color: #f2f2f2 transparent transparent transparent;
}

.bq_bot {
	color: #216c93;
	text-align: right;
}

.logos {
	margin: 0 -11px;
}

.logos img.img_inner {
	margin-top: 4px;
	margin-bottom: 13px;
}

.com {
	float: left;
	width: 194px;
	margin: 0 10px 24px;
}

.com a {
	text-decoration: underline;
	color: #216c93;
}

.com a:hover {
	color: #7f7f7c;
}

.blog {
	overflow: hidden;
}

.blog  time {
	display: block;
	margin-top: 5px;
	float: left;
	width: 51px;
	padding-top: 10px;
	height: 41px;
	color: #fff;
	background: #216c93;
	font-size: 20px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	margin-right: 18px;
}

.blog  time span {
	display: block;
}

.blog_title {
	font: 20px/18px 'Ubuntu', sans-serif;;
	text-transform: uppercase;
	color: #3c3c3c;
	padding-top: 5px;
	letter-spacing: -1px;
	margin-bottom: 13px;
}

.blog .links {
	margin-bottom: 29px;
		font: 18px/21px "Times New Roman", Times, serif;
		color: #216c93;
		overflow: hidden;
		letter-spacing: -1px;
}

.blog+.blog {
	margin-top: 74px;
}


.blog  .text1 {
	padding-top: 4px;
}

.blog  .comment {
	float: right;
}

.blog .fleft {
	margin-top: 0;
}
/**Map**/

.map {
	margin-bottom: 0 !important;
	padding-top: 0px;
	margin-top: -2px;
	padding-bottom: 1px;
	overflow: hidden;
}



.map .text1 {
	
}

.map figure {
	margin-bottom: 23px;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 100%;
	height: 340px;
	max-width: 100%;
}
.map address {
	display: block;
}


.map address+address {
	margin-top: 22px;	
}
.map address dd span {
	min-width: 70px;
	display: inline-block;
	text-align: left;
}
/**Footer**/

footer {
	display: block;
	font: 11px/24px 'Ubuntu', sans-serif;
	text-transform: uppercase;


}

footer h3 {
	padding-top: 43px !important;
	margin-bottom: 18px !important;
}

footer ul li{
	padding-left: 12px;
	background: url(../images/footer_icon.png) 0 9px no-repeat;
}


footer .main {
	padding-bottom: 50px;
	border-top: 1px solid #dcdcdc;
}

.copy {
	color: #555454;
	padding-top: 5px;
	line-height: 14px;
}

.copy span {
	display: block; 
	color: #216c93;
}

.socials  {
	overflow: hidden;
	padding-top: 7px;
}

.socials a {
	float: left;
	display: block;
	width: 26px;
	height: 27px;
	background: url(../images/socials.png) 0 0 no-repeat;
}

.socials a+a {
	margin-left: 8px;
	background-position: -34px 0;
}

.socials a:hover {
	opacity: 0.5;
}

.socials a+a+a {
	background-position: -69px 0;
}

.socials a+a+a+a {
	background-position: -103px 0;
}

.socials a+a+a+a+a {
	background-position: right 0;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1024px) {
	.main {
		width: auto !important;
		margin: 0 !important;
	}
}
@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

.bann.bx1 {
	width: 119px;
}

#tabs ul li {
	min-width: 25% !important;
}

h2 {
	padding-top: 70px;
}

h2 span {
	font-size: 30px;
	color: #216c93;
}
#newsletter .success {
	-width: 100%;
}

.text1 {
	line-height: 24px;
}

 .nowrap {
 white-space: normal;
}


 .map address {
 float: left;
 margin-right: 30px;
}

 .map address+address {
 	margin-top: 0;
 }
 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}


.slider_wrapper {
	height: 360px !important;
}

#newsletter input {
	width: 100% !important;
}

#newsletter  a.btn {
	float: none !important;
}

.com {
	width: 151px;
}
}
@media only screen and (max-width: 767px) {
 body {
 min-width: 420px;
}

footer .main .grid_2 {
	width: 50% !important;
	float: left !important;
}

.banners.bn1 .clear {
	height: 0px;
}

.banners.bn1 .bann {
	margin-top: 35px;
}

.clear1 {
	clear: both;
}

.com {
		width: auto;
	float: none;
	margin: 0;
	margin-top: 30px;
}


.banners, .logos {
	margin: 0 !important;
}

.bann.bx1 {
	width: auto;
	float: none;
	margin: 0;
	margin-top: 30px;
}

.ver_sep {
	padding-right: 0;
	padding-bottom: 0;
}


.ver_sep:after  {
	display: none;

}


#newsletter {
	overflow: hidden;
	padding-bottom: 45px;
}

.img_inner {
width: 100% !important;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}

.img_inner img {
	width: 100%;
}

 header {
 position: relative;
}
 header h1 {
 float: none;
}
 header h1 a {
 height: auto;
 margin: 0 auto !important;
 text-align: right;
}
 header h1 a img {
 margin: 0 auto;
}

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

 .map address+address {
 	margin-left: 20px;
 }
 .content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}


 .img_inner {
 margin-top: 20px;
}



.slider_wrapper {
	height: 300px !important;
}
}
@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}

.caption {
	left: 20px !important;
}


h2 {
	font-size: 30px;
}

h2 span {
	font-size: 24px;
	color: ##216c93;
}

header h1 {
	float: none !important;
}

 .map address {
 	float: none;
 }

 .map address+address {
 	margin-left: 0px;
 	margin-top: 20px;
 }

 .map figure iframe {
 width: 100%;
 height: 200px;
}


}
@media print {
   body {
      color: #000;
      background: #fff;
   }
}