/*css*/
@import "reset.css";
@import "grid.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Istok+Web:400);
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400italic);
@import url(http://fonts.googleapis.com/css?family=Istok+Web:700);

html, body {
	width: 100%;
	background: #ffffff;
	color: #aeaeae;
	font: normal 13px/21px Arial, sans-serif;
	text-align: center;
}

p {margin-top: 10px;}

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}

a, .owl-prev, .owl-next {
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

* {
	-webkit-text-size-adjust: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}


/************Header************/

#header {
	position: relative;
	height: 320px;
	max-height: 320px;
}

h1 {text-align: center;}
h1 a img{
	z-index: 1; 
	position: relative;
	margin-top: 58px;
}


/************Content***********/

#content, #content1, #content2{
    position: relative;
    width: 100%;
    background: url(../images/bg.jpg) 0 0 repeat;
}
#content1 {padding: 61px 0 59px;}
#content2 {padding: 61px 0 8px;}

.wrap {padding-bottom: 61px;}

.image {margin-bottom: 56px;}

h2,h3,h4,h5,h6 {
	font: italic 400 30px/30px 'Istok Web', sans-serif;
	color: #353535;
	text-transform: uppercase;
}

h2, h3 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 50px;
	letter-spacing: -.5px;
}

h3 {
	display: inline-block;
	padding: 0 90px;
	line-height: 24px;
	position: relative;
	background: url(../images/bg.jpg) 0 0 repeat;
	margin: -23px 0 0;
	letter-spacing: 0;
}

h4 {
	font-size: 13px;
	line-height: 24px;
	color: #353535;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

h6 {
	font-size: 16px;
	line-height: 21px;
	color: #51b6e7;
	text-transform: none;
	display: inline-block;
}

.divider {
	background: url(../images/border1.jpg) 0 0 repeat-x;
	position: relative;
}

.title3, .title4 {	
	font: 400 italic 36px/36px Arial, sans-serif;
	color: #fff;
}
.title4 { font-size: 18px; line-height: 29px; text-transform: uppercase;}

.thumb {
	position: relative;
	text-align: center;
	margin-bottom: 121px;
}
.thumb h6, .thumb p { padding: 0 15px;}
 
a.link {
	display: inline-block;
	font: 400 16px/35px 'Istok Web', sans-serif;
	color: #fff;
	background: #51b6e7;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0 17px;
	margin-top: 50px;
}

a.link1 {
	position: relative;
	background:#353535;
	color: #fff; 
	height: 42px;
	margin-top: 26px;
	text-align: center;
	display: inline-block;
	font: 400 14px/43px 'Istok Web', sans-serif;
	text-decoration: none;
	width: 116px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.link2 {
	font: 400 italic 16px/21px 'Istok Web', sans-serif;
	color: #51b6e7;
	text-transform: none;
	text-decoration: none;
	display: inline;
}

a.link3 {
	display: inline-block;
	color: #353535;
	text-transform: lowercase;
	text-decoration: none;
	margin-top: 17px;
	font-weight: 700;
}

a.link4 {
	font: 400 normal 13px/24px 'Istok Web', sans-serif;	
	display: inline-block;
	color: #353535;
	text-transform: uppercase;
	text-decoration: none;
}

a.link5 {
	color: #aeaeae;
	display: inline;
	text-decoration: underline;
	float: left;
}

a.link:hover {background: #353535;text-decoration: none;}
a.link1:hover {background: #51b6e7;}
a.link2:hover {color: #353535;}
a.link3:hover, a.link4:hover, a.link5:hover {color: #51b6e7; text-decoration: none;}

a.link1 + a.link1 {margin-left: 2px;}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 109px;
    margin: 0 auto;
    overflow: hidden;
    width: 43px;
    height: 43px;
    text-indent: -999px;
    text-align: center;
    z-index: 20;
    margin-right: -631px!important;
    background: url(../images/toTop.png) 0 0 no-repeat;
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

#toTop:hover {
    outline: none;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

ul.list {
	border-top: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	margin: 67px 0 0;
	padding: 41px 0 43px;
	width: 100%;
	text-align: center;
}

ul.list li {display: inline-block;}
ul.list li+li {margin-left: 50px;}
ul.list li a {text-decoration: none; display: inline-block;}
ul.list li a:hover {opacity: .7; -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';}


.map_wide {
	position: relative;
	height: 253px;
	width:100%;
}

.banner {
	background: url(../images/page1_img13.jpg) 0 0 no-repeat;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-size: 100% 100%;
	height: 171px;
	padding-top: 37px;
}

#form1 {
  position: relative;
  margin: 26px auto 0;
  width: 490px;
}
#form1 input {
  background: none;
  display: inline-block;
  text-shadow: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 145px;
  height: 39px;
  border: none;
  font: 700 14px/18px 'Istok Web', sans-serif;
  color: #fff;
  font-style: italic;
  padding: 9px 9px 9px 0;
  letter-spacing: -1px;
}
#form1 label {
  background: url(../images/form-bg.png) 0 0 repeat;
  display: inline-block;
  margin: 0;
  height: 39px;
  position: relative;
}
#form1 fieldset {
  width: 100%;
  float: left;
}
#form1 .error {
  height: 0;
  overflow: hidden;
  font: 10px/20px Arial;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  position: absolute;
  left: 0px;
  right: 0;
  text-align: left;
  bottom: -19px;
}
#form1 .success {
  position: absolute;
  overflow: hidden;
  padding: 0 5px;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  background: #51b6e7;
  border:none;
  z-index: 10;
  width: 100%;
  height: 40px;
  text-align: center;
  font: italic 700 14px/39px Arial, sans-serif;
  color: #fff;
}
#form1 label.invalid .error {
  height: 19px;
}
#form1 label img {
	position: relative;
	display: inline-block;
	top: -1px;
	right: -4px;
	height: 39px;
	width: 43px;
}
#form1 a {
  margin-top: 0;
  background: #51b6e7;
  color: #fff;
  display: inline-block;
  width: 95px;
  height: 39px;
  text-align: center;
  font: italic 700 14px/39px 'Istok Web', sans-serif;
  text-transform: lowercase;
  text-decoration: none;
}
#form1 a:hover {
	background: #353535;
}

.block, .block2, .block3 {
	position: relative;
	overflow: hidden;
	margin: 29px 0 87px;
	padding: 20px 0 74px;
	background: url(../images/border.png) 0 100% repeat-x;
}
.block2 {
	background: none;
	padding: 0;
	margin: -7px 0 56px;
}
.block3 {
	background: none;
	margin: 24px 0;
	padding: 20px 0 30px;
}
.block3 img {margin-bottom: 23px;}
.block div, .block2 div, .block3 div {
	float: left;
	width: 80%;
	text-align: left;
}

.block p, .block2 p {margin-top: 6px; line-height: 22px;}

time {
	color: #51b6e7;
	font: italic 400 30px/30px 'Istok Web', sans-serif;
	display: inline-block;
	text-align: left;
	text-transform: uppercase;
	float: left;
	width: 15%;
	margin-top: 4px;
}

time>span {
	font-size: 18px!important;
	line-height: 20px;
	color: #51b6e7;
	display: block;
	font-weight: 400;
	margin-top: 0;
	text-transform: lowercase;
}

.section {
	position: relative;
	overflow: hidden;
	margin: -4px 0 60px;
	text-align: left;
}
.section h6 {margin-bottom: 10px;}
.image1 {margin-top: 4px;}

ul.post {position: relative; overflow: hidden;text-align: left;}
ul.post li {position: relative; overflow: hidden; margin-bottom: 54px;}
ul.post li p {margin-top: 0;}

.circle {
	display: inline-block;
	position: relative;
	float: left;
	color: #ffffff;
	background: #51b6e7;
	width: 55px;
	height: 55px;
	font: italic 30px/58px 'Istok Web', sans-serif;
	text-align: center;
	margin-right: 30px;
	margin-top: 0px;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}

.text {
	float: left;
	position: relative;
	width: 76%;
	line-height: 21px;
	margin-top: -5px
}

.list2 {
	position: relative;
	overflow: hidden;
	margin: 44px 0 0;
	text-align: left;
}
.list2 span {
	font: normal 14px/22px 'Istok Web', sans-serif;	
	color: #aeaeae;
	display: block;
}

.list2 img {margin-bottom: 23px;}

ul.list1, ul.list3 {
	position: relative;
	overflow: hidden;
	text-align: left;
	margin-top: -11px;
}

ul.list3 {margin: 33px 0 0;}

ul.list1 li, ul.list3 li {
	position: relative;
	overflow: hidden;
	background: url(../images/square1.jpg) 0 15px no-repeat;
	padding-left: 20px;
}

ul.list1 li a, ul.list3 li a {
	display: inline;
	font: normal 13px/34px 'Istok Web', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #353535;
}
ul.list1 li a:hover, ul.list3 li a:hover {
	color: #51b6e7;
}

.add {padding-top: 44px;}

.section1 {
	position: relative;
	overflow: hidden;
	text-align: left;
	margin-bottom: 60px;
}
.image2 {
	width: 150px;
	margin-right: 28px;
	float: left;
}

.text1 {width: 67%;float: left;}
.text2 {text-align: left; margin: -6px 0 20px;}
.text2 p {margin-top: 0px;}

/************Footer************/

#footer {
	position: relative;
	overflow: hidden;
	padding: 55px 0 177px;
	color: #2b2b2b;
	font: 400 13px/36px 'Istok Web', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.copy a {text-transform: uppercase;color: #2b2b2b;text-decoration: none;}
.copy a:hover {color: #51b6e7;}

ul.socials {
	margin: 7px 0 11px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

ul.socials li {display: inline-block;}
ul.socials li+li {margin-left: 17px;}

ul.socials li a {
	position: relative;
	text-decoration: none;
	color: #1f1f1f;
	text-align: center;
	line-height: 21px;
	font-size: 21px;
}

ul.socials li a:hover {
	color: #51b6e7;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 1199px) {
	
	.image img, .image1 img, .list2 img, .block3 img {width: 100%;}

	.circle {margin: 0 18px 2px 0;}
	.text {width: 75%;}
	.text1 {width: 60%;}
	.thumb {margin-bottom: 70px;}
}

@media only screen and (max-width: 995px) {
	
	#footer {padding-bottom: 155px;}

	ul.list li {margin-top: 15px;}
	
	.block time, .block3 time, .block2 time {width: 20%;}
	.block div, .block3 div, .block2 div {width: 77%;}
	.block {margin: 30px 0 35px; padding: 5px 0 35px;}

	ul.list {margin-top: 53px;}

	.thumb, .image, h2 {margin-bottom: 30px;}
	.thumb {margin-bottom: 50px;}
	a.link {margin-top: 30px;}

	.circle {margin: 0 15px 2px 0;}
	.text {width: 69%;}

	.image2 {margin-right: 20px;}
	.text1 {width: 52%;}
	
	.block2 {margin-bottom: 3px;}
	.block3 {padding-bottom: 0px;}

}

@media only screen and (max-width: 767px) {
	
	#header {height: 235px;}
	#content1 {padding: 45px 0 50px;}
	#content2 {padding: 45px 0 35px;}
	h1 a img {margin-top: 40px;}

	.thumb h6, .thumb p {padding: 0;}
	.image, .image1 {margin-bottom: 30px;}
	
	.text {width: 83%;}
	.text1 {width: 58%;}
	
	.block2 {padding-bottom: 20px; margin-bottom: 5px;}
	.block3 {padding-bottom: 0;}
	
	ul.post li {margin-bottom: 40px;}
	.wrap {padding-bottom: 20px;}
	
	h2, h3 {font-size: 22px; line-height: 26px;}
	h3 {padding: 0 30px; margin-top: -14px;}

	ul.list {margin: 40px 0 0; padding: 25px 0 35px;}
	ul.list li {width: 100%; display: block;margin-bottom: 10px;}
	ul.list li+li {margin-left: 0;}

	#subscribe-form {margin-top: 10px; width: 100%;}
	#subscribe-form input {width: 161px;}
	#subscribe-form a {margin-top: 18px;}

	.title3 {font-size:26px; line-height: 26px;}
	.title4 {font-size:16px; line-height: 26px;}

	.map_wide {height: 208px;}

	ul.socials {margin-top: 15px;}

	#footer {padding: 40px 0;}

	.banner img {margin-top: -1px;}

	.section {margin: 0 0 40px 0;}
	.section1 {margin: 0 0 50px 0;}

	.text2 {margin: 0 0 25px;}
	.text2 p{margin-top: 10px;}
}

@media only screen and (max-width: 480px) {

	#header {height: 230px;} 
	
	#subscribe-form label {margin-bottom: 5px;}
	#subscribe-form input {width: 210px;}
	#subscribe-form .success {width: 257px; height: 83px; line-height: 81px; font-size: 12px; margin-left: 6px;}
	#subscribe-form a {margin-top: 0;width: 253px;}
	#subscribe-form .error {bottom: -3px; left: 17px; color: #000;}

	.banner {padding-top: 20px;}
	.title3 {font-size: 17px; line-height: 20px;}
	.title4 {display: none;}

	.circle {margin: 0 0 20px 108px;}
	.text, .text1 {width: 100%;}
	
	.image2 {margin: 0 0 20px 0; float: none; width: 100%;}
	.image2 img {width: 100%;}

	.block2 time {width: 20%;}

	h1 a img {width: 90%;}
	.foot_block img {width: 90%;}
}

@media only screen and (max-width: 320px) {
  	
  	#header {height: 200px;} 
}