/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
html {
	width: 100%;
}

.float_right {
	float: right !important;	
}

a[href^="tel:"]{color: inherit; text-decoration:none;}
*{
-webkit-text-size-adjust: none;
}

body {
	
	font:14px/21px 'Open Sans', sans-serif;
	color:#83868a;
	background: url(../images/bg.jpg) fixed;
	position:relative;
	min-width:970px;
	height: 100%;
	min-height: 100%;
	 
	font-weight:400;
}
html, body {
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #1072b3;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 26px;
	line-height: 24px;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 61px;
	letter-spacing: -1px;
	margin-bottom: 12px;
}
h3.head1 {
	padding: 4px 0 3px;
}
p {
	margin-bottom: 21px;
}
address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.list li {
	margin-bottom: 1px;
}
ul.list li a.btn {
	display: block;
	margin: 0;
	background: #3f3f3f;
}
ul.list li a.btn:hover {
	background: #1072b3;
}
ul.list {
	padding-top: 66px;
}


ul.list1 {
	padding-top: 5px;
}


ul.list1 li {
	background: url(../images/marker.png) 0 1px no-repeat;
	padding-left: 15px;
	font-size: 14px;
	line-height:  13px;
	margin-bottom: 17px;  
		
}

ul.list1 li a {
	text-transform: uppercase;
}
/*links*/

a {
	text-decoration: none;
	color: #1072b3;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #83868a;
}
a.btn {
	font: 16px/21px "Times New Roman", Times, serif;
	color: #fff;
	display: inline-block;
	padding: 9px 15px;
	background: #1072b3;
	text-transform: uppercase;
	margin-top: 3px;
}
a.btn:hover {
	background: #3f3f3f;
	color: #fff;
}
a.link1 {
	color: #2c2b2b;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 1px;
}
a.link1:hover {
	text-decoration: underline;
}

time.calendar, a.posted, a.comment {
		font-size: 12px;
		line-height: 19px;
		color: #3b3b3b;
		display: inline-block;
		padding-left: 18px;
		margin-right: 12px;
}

time.calendar {
	background: url(../images/calendar.png) 0 3px no-repeat;
}

a.posted {
	background: url(../images/userpic.png) 0 5px no-repeat;
	padding-top: 1px;
}

a.comment {
	background: url(../images/comment.png) 0 7px no-repeat;
	padding-top: 1px;
}

a.comment:hover, a.posted:hover {
	color: #1072b3;	
}
/*preclass*/

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

.marg1 {
	margin-bottom: 15px;	
}
.pad0 {
	padding: 0 !important;
}
.margtop0 {
	margin-top: 0 !important;
}
.nowrap {
	white-space: nowrap;
}
.img_inner {
	padding: 3px;
	border: 1px solid #e9e9e9;
	margin-top: 5px;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 0;
}

.content.page1 .img_inner {
	
	margin-top: 5px !important;
	
}
.img_inner.inner2 {
	margin-bottom: 13px;
}

.img_inner.inner3 {
	margin-bottom: 14px;
	margin-top: 8px;
}

.img_inner.inner4 {
	margin-bottom: 15px;	
}

.fleft {
	float: left;
	margin-right: 18px;
	display: block;
}

.fleft2.img_inner.inner2 {
	float: left;
	margin-right: 18px;
	display: block;
	
}

.fleft2.img_inner.inner2>img {
	width: auto !important;	
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}


.clear {
	float: none !important;
	clear: both;
}
.text1 {
	color: #1072b3;
}
.p1 {
	margin-bottom: 17px !important;
}
.p2 {
	margin-bottom: 12px !important;
}
.text1.upp {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	padding: 1px 0;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px !important;
}
/*header*/

header {
	background: #fff;
	display: block;
	padding-top: 20px;
}
header h1 {
	
	padding-bottom: 30px;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 970px;
}
header h1 a img {
	display: block;
	
}
.menu_block {
	background: #000;
}
.menu_block>div {
	padding-top: 1px;
	
}
/*Content*/
.banner {
	float: left;
	margin-left: 5px;
	padding-top: 6px;
	position: relative;
	overflow: hidden;
}

.banner a:hover strong {
	color: #1072b3;
	
}
.banner img {
	width: 100%;

}
.banner:first-child {
	margin: 0;
}
.banner h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/banner_h2_bg.png) repeat 0 0;
	padding-top: 26px;
	padding-bottom: 22px;
	padding-left: 23px;
	width: 100%;
	color: #fff;
}
.banner h2 strong {
	font-size: 36px;
	display: block;
	margin-bottom: 3px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.page1_block {
	text-align: center;
	padding-top: 0px;
	border-bottom: 0px solid #cecece;
	padding-bottom: 20px;
}
.page1_block h2 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.page1_block h2 strong {
	display: block;
	color: #1072b3;
	font-size: 30px;
	margin-bottom: 2px;
	font-weight:400;
}
.page1_block strong {
	color: #3f3f3f;
}
.content.page1 {
	padding-bottom: 0;
}
.content {
	padding: 0px 0 34px;
	display: block;
}
.rate {
	font-size: 12px;
}
.rate a {
	display: block;
	float: left;
	margin-right: 2px;
	margin-top: 6px;
	width: 12px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
	height: 12px;
	background: url(../images/rate_star.png) right top no-repeat;
}

.rate a:hover, .rate a.current  {
background-position: 0 0;
}
.logos {
	border-top: 1px solid #d8d8d8;
	margin-top: 40px;
	padding-top: 46px;
	padding-bottom: 74px;
}

p.invis_phone {
	margin-right: 20px;
}

p.vis_phone {
	margin-right: 20px;
}
.logos a {
	float: left;
	display: block;
	background: url(../images/logos.png) 0 0 no-repeat #fff;
	height: 58px;
	width: 164px;
}
.logos a:hover {
	opacity: 0.5;
}
.logos a:first-child+a {
	width: 103px;
	margin-left: 75px;
	background-position: -239px 0;
}
.logos a:first-child+a+a {
	width: 140px;
	margin-left: 75px;
	background-position: -417px 0;
}
.logos a:first-child+a+a+a {
	width: 162px;
	margin-left: 53px;
	background-position: -609px 0;
}
.logos a:first-child+a+a+a+a {
	width: 117px;
	margin-left: 50px;
	background-position: -823px 0;
}
.border {
	border-bottom: 1px solid #cecece;
	padding-top: 26px;
}
/****Map***/

.map {
	padding-top: 0px;
}
.map figure {
	height: 401px;
	line-height: 0;
	margin-top: 0;
}
.map figure iframe {
	width: 533px;
	height: 401px;
}
.map address {
	margin-bottom: 1px;
}
.map .text1 {
	padding-bottom: 3px;
}
.map p {
	margin-bottom: 17px;
}
address dd span {
	min-width: 74px;
	display: inline-block;
}
.address {
}
/************Footer***********/

footer {
	padding: 25px 0 28px;
	border-top: 1px solid #d8d8d8;
	color: #0a0a0a;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
}
footer a {
	color: #0a0a0a;
}
footer .phone {
	display: inline-block;
	padding-left: 34px;
}
footer .phone span {
	color: #1072b3
}
.footer_logo {
	font: 30px/36px "Times New Roman", Times, serif;
	color: #2c2c2b;
	letter-spacing: 2px;
	padding-top: 2px;
	float:left;
}

.footer_credit {
	float:right;
}
footer a:hover {
	color: #1072b3;
}
/************Search Form************/

.search_block {
	overflow: hidden;
	padding: 20px 32px 0 0px;
	float: right;
	position: relative;
}
#search input {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 5px;
	font-weight: normal;
	border: none;
	background: #fff;
	float: right;
	width: 197px;
	color: #3f3f3f;
	padding: 4px 10px 7px;
}
#search a {
	float: right;
	display: block;
	background: url(../images/search_icon.png) 8px 8px no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 32px;
	top: 25px;
	cursor: pointer;
}
#search a:hover {
	background-color: #1072b3;
}

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
  left: 50%;
  margin-left: 550px;
	overflow:hidden;
	width:42px;
	height:42px;
	border:none;
	text-indent:-999px;
	z-index:20;
	background:url(../images/totop.png) no-repeat left top;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}


#toTop:hover {
	outline:none;
	background-position: 0 bottom;
}


.caroufredsel_wrapper  {
	width: 100% !important;	
}
/* gallery */

.rg-thumbs {
}
.rg-gallery {
  overflow: hidden;
  height: auto;
  width: 100%;
}
.rg-image-wrapper {
	margin-right: 0px;
}
.rg-image {
  margin-right: 0px;
}
.rg-image {
  padding: 3px;
  border: 1px solid #e9e9e9;
  margin-top: 5px;
  line-height: 0;
}
/*navigation*/
.rg-image-nav-prev,
.rg-image-nav-next {
  display: none !important;
}
/*carousel*/


.es-carousel {
  overflow: hidden;
  margin-bottom: 0px;
  width:480px;
}
.es-carousel ul {
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-top: 34px;
  
}

.caroufredsel_wrapper {
	cursor: default !important;
}
.es-carousel li {
  float: left;
  width: 141px !important;
  margin-right: 18px !important;
  
}
.es-carousel li .img_inner {
	margin-bottom: 15px !important;	
}

.es-carousel li figure {
  display:inline-block;
}
.es-carousel li figure img {width:100%;}
.es-carousel li figure:first-child+figure {
	margin-bottom: 0 !important;	
}
.es-carousel li .item {
}
.es-carousel li a {
  display: block;
  position: relative;
  background: #000;
}
.es-carousel a img {
}
.es-carousel .selected a img,
.es-carousel li a:hover img {
  opacity: 0.8 !important;
}
.es-carousel .selected a img {
  opacity: 0.8 !important;
}
.es-nav {
  text-align: right;
  position: absolute;
  z-index: 999;
  bottom: 354px;
  right: 0;
  width: 45px;
}

.es-carousel-wrapper {
	position: relative;	
}
.es-nav-prev,
.es-nav-next {
	background: url(../images/prevnext.png) 0 0 no-repeat;
	width: 21px;
  	height: 21px;
	text-indent: 999px !important;
	overflow: hidden;
	color: transparent;
	display: block;
}
.es-nav-prev:hover {
	background-position: 0 bottom;	
	cursor: pointer;
}

.es-nav-next:hover {
  background-position: right top;
  cursor: pointer;
  
}
.es-nav-prev {
  float: left;
  background-position: 0 0;
  display: block !important;
}
.es-nav-next {
  float: left;
  margin-left: 3px;
  display: block !important;
  background-position: right bottom;
}

.invis_phone {
	position: relative;
	top: -4px;	
}


/**/


.vis_phone {
  display: none;	
}


/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}

 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;

}

#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;
}
 .img_inner {
 display: block;
}
.banner {
 width: 33%;
 margin-left: 3px;
}
 .banner h2, .page1_block h2 {
 font-size: 24px;
}
 .banner h2 strong, .page1_block h2 strong {
 font-size: 30px;
}
 .banner h2 {
 padding-top: 10px;
 line-height: 30px;
 padding-left: 25px;
 padding-bottom: 10px;
}
 .page1_block {
 padding-top: 30px;
}
 
 .logos a {
 margin-left: 10px !important;
}
 .logos a:first-child {
 margin: 0;
}

.fleft2.img_inner.inner2  {
	float: none !important;
	display: inline-block;
	
}


.es-nav {
  bottom: 160px;}
  
.es-carousel {
  width:374px;
}
.es-carousel li {
  width: 245px !important;
  margin-right: 0px !important;
}
.es-carousel li figure {width:100px; margin-right:10px !important;}

.extra_wrapper.ex1 {
	overflow: visible;
} 
}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}


 h3 {
 font-size: 24px;
 margin-top: 40px;
}
 .logos {
 padding: 30px 0 40px;
 margin-bottom: 20px;
}
 .logos a {
float: none;
margin: 0 auto !important;
}
#content img {
 width: 100%;
}
 .img_inner img {
 width: 100%;
}
 a.btn {
 font-size: 12px;
 line-height: 16px;
 padding: 8px 12px;
}
 .banner {
 margin-left: 1px;
}
.banner h2, .page1_block h2 {
 font-size: 16px;
 line-height: 21px;
}
 .banner h2 strong, .page1_block h2 strong {
 font-size: 20px;
}
 .banner h2 {
 padding-top: 8px;
 line-height: 21px;
 padding-left: 10px;
 padding-bottom: 8px;
}
 .page1_block {
 padding-top: 30px;
}
 .search_block {
 padding-right: 0;
 float: none;
 margin: 0 21px;
 padding-bottom: 20px !important;
}

 .search_block input {
	 width: 358px !important;
 }
 .search_block a {
 right: 0 !important;
}
 .fleft {
 float: none;
 margin-right: 0;
}
 ul.list {
 padding-top: 33px;
}

.invis_phone {
  display: none;	
}

.vis_phone {
  display: block;
  padding-top: 21px;
  margin-bottom: 10px;	
}

h1 a {
 width: 80.1702% !important;
}

h1 {
	padding-bottom: 10px;
 }


.fleft2.img_inner.inner2  {
	float: left !important;
	display: block;
	
}

.mb1 {
	margin-bottom: 13px !important;	
}

.es-nav {
  bottom:auto;
  top:10px;}
  
.es-carousel {
  width:430px;
}
.es-carousel li {
  width: 215px !important;
}
.es-carousel li figure {width:80px; margin-right:15px !important;}

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

 body {
min-width:300px;
}
 .logos {
 padding-bottom: 20px;
}
 h3 {
 font-size: 20px;
}
 .banner h2, .page1_block h2 {
 font-size: 12px;
 line-height: 15px;
}
 .banner h2 {
 padding-top: 8px;
 padding-left: 10px;
 padding-bottom: 8px;
}
 .banner h2 strong, .page1_block h2 strong {
 font-size: 14px;
}
 .page1_block {
 padding-top: 20px;
}

 .search_block {
 padding-right: 0;
 float: none;
 margin: 0 15px;
 padding-bottom: 20px !important;
}


.es-carousel {
  width:310px;
}
.es-carousel li {
  width: 200px !important;
}
.es-carousel li figure {width:80px; margin-right:8px !important;}

.vis_phone {
	padding-top: 10px;
}

footer .phone {
	display: block;
	padding-left: 0px;
}

}

.banner2 {
	position: relative;
	width: 100%;
	overflow: auto;
	
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	
	color: rgba(255,255,255,.6);
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
	
	background: #5b4d3d;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
	.banner2 ul {
		list-style: none;
		
	}
	.banner2 ul li {
		display: block;
		float: left;
		width: 33%;
		padding: 0px 0 0px;
		
		height: 379px;
		
/*		-webkit-background-size: 100% 100%;*/
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/
		
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}
	
	.banner2 h1, .banner2 h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight:300;
		font-size: 30px;
		line-height: 30px;
		text-align:left;
		color: #000;
		margin:280px 0px 10px 20px; 
		padding:0px;
		width:920px;
	}
	
	.banner2 p {
		text-align:left;
		color:#666;
		margin:20px 0px 40px 25px;
		font-family: 'Open Sans', sans-serif;
	}
	
	.banner2 .btn {
		display: block;
		width:120px;
		margin: 0px 0 0 725px;
		padding: 9px 22px 7px;
		clear: both;
		font-family: 'Open Sans', sans-serif;
		color: #028ed1;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		text-align:left;
		border: 2px solid #028ed1;
		border-radius: 5px;
		background: rgba(0,0,0,.7)
	}
		.banner2 .btn:hover {
			background: rgba(255,255,255,.05);
		}
		
		
	
	
	.banner2 .dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 2px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			opacity: .4;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner2 .dots li.active {
				background: #fff;
				opacity: 1;
			}

