﻿/**/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
/*       'Open Sans', sans-serif     */
@import url('reset.css');
@import url('grid.css');
@import url('menu.css');
@import url('font-awesome.css');

input {
	outline:  none !important;
	border-radius: 0 !important;	 
}


html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/20px  'Open Sans', sans-serif;
	color:#8c8989;
	background-color: #deb887;
	position:relative;
	min-width:960px;
	padding-top: 1px;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

body.pt0 {
	padding-top: 0;

}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #009fb3;
text-shadow: 3px 5px 6px #0A7FA3;
	

}

h2 {
	font-size: 30px;
	line-height: 30px;
	color: #585858;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 43px;
	text-align: center;
}


h3 {
	font: bold 30px/30px 'Open Sans Condensed', sans-serif;
	color: #585858;
	padding-top: 45px;
	margin-bottom: 46px;
}


p {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	padding-top: 18px;
	margin-bottom: 46px;
}

ul.list li {
	padding-left: 28px;
	position: relative;
}

ul.list li:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	display: block;
  	font-family: 'FontAwesome';
  	font-size: 24px;
  	line-height: 20px;
  	color: #a2cac2;
}
ul.list li+li {
	margin-top: 16px;
}

ul.list1  {
	padding-left: 10px;
}

ul.list1 li+li {
	margin-top: 21px;
}

ul.list1 li+li +li {
	margin-top: 22px;
}

ul.list1 time {
	font-size: 18px;
	color: #8cb2aa;
	font-weight: 600;
	margin-top: 1px;
	float: left;
	width: 68px;
}

/*links*/

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: #de7c0b;	
}


a.btn {
	display: inline-block;
	color: #de7c0b;
	font: bold 18px/24px 'Open Sans Condensed', sans-serif;
	border: 2px solid #de7c0b;
	padding: 5px 45px 7px;
	margin-top: 47px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(224,149,58,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(224,149,58,1);
box-shadow: 10px 10px 5px 0px rgba(224,149,58,1);

}

a.btn:hover {
	background-color: #de7c0b;
	color: #fff;
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
	text-align: center;
}
.m0 {
	margin: 0 !important;
}


.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	margin-bottom: 51px;
 position: relative;
 margin-top: 5px;
 margin-left:23%;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 5px;	
	margin-bottom: 0px;
}

.page1 .fleft {
	margin-top: 1px;
	margin-right: 22px;
}

.fright {
	float: right !important;

}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}


/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	padding: 50px 0 0px;
	}

.pt0 header {
	border-top-width: 1px;
}

.page1 header {
	border-bottom: 0;
	border-top-width: 3px;
}


h1 {
	float: 0;
	z-index: 999;
	font-size: 70px;
	text-align: center;
	line-height: 0;
	margin-bottom: 45px;
	color: #000000;
	font-style: italic;

}
h1 a {
	display: inline-block;
	overflow: hidden;
	width: 80%;
	height: 250px;
	text-indent: -999px;
	transition: 0s ease;

	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

h1 a img {
	display: block;	
}

.slogan {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	color: #585858;
	font: bold 30px/20px 'Open Sans Condensed', sans-serif;
}

.slogan a.btn {
	margin-top: 42px;
}

#grid .title {
	padding-top: 14px;
	font: 300 30px/20px 'Open Sans', sans-serif;
	color: #000;
}

/*Content*/



.content {
	padding-top:50px;
	padding-bottom: 156px;
}

.page1 .content {
	padding-top: 15px;
	padding-bottom: 15px;

}


.title1 {
	font: bold 24px/20px 'Open Sans', sans-serif;
	color: #585858;
	margin-bottom: 9px;
	
}

.cl1 {
	height: 5px;
	
}

.block1 {
	padding: 0 10px;
	text-align: center;
}

.block1 .title {
	margin-bottom: 9px;
	color: #585858;
	font-weight: 600;
	font-size: 36px;
	line-height: 30px;
	padding-top: 2px;
	margin-left:80%;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;

}

.block1 .title1 {
	margin-bottom: 40px;
	color: #585858;
	font-weight: 600;
	font-size: 36px;
	line-height: 30px;
	padding-top: 2px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.block1 .title span {
	padding-top: 10px;
	display: block;
	font-size: 20px;
}

.block1 .title1 span {
	padding-top: 10px;
	display: block;
	font-size: 20px;
}
a.btn.bt1 {
	font-size: 14px;
	line-height: 18px;
	margin-top: 17px;
	padding: 4px 33px 5px;
}

.ver {
	position: relative;
}

.ver:after {
	content: '';
	position: absolute;
	left: -10px;
	background-color: #b8d6d0;
	width: 1px;
	top: -13px;
	bottom: -10px;
	display: block;
}

.gray_block {
	padding-bottom: 49px;
	background-color: #deb887;
}

.block2  {
	padding-top: 52px;
}

.block2 time {
	display: block;
	border-right: 1px solid #bed0cc;
	float: left;
	font-size: 18px;
	padding-top: 1px;
	line-height: 24px;
	color: #585858;
	padding-right: 15px;
	margin-right: 17px;
}

.block2 .clear {
	height: 10px;
}

.block2 time span {
	display: block;
	margin-bottom: 5px;
	color: #8cb2aa;
	font-weight: 600;
	font-size: 30px;
}


.block2 .title {
	color: #8cb2aa;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.block2  p {
	border-bottom: 1px solid #bed0cc;
	padding-bottom: 15px;
	margin-bottom: 13px;
}

.block2>a {
	font: bold 14px/18px 'Open Sans Condensed', sans-serif;
}

.text1 {
	margin-top: -1px;
	margin-bottom: 11px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.block3 img {
	border: 5px solid #bfdde8;
	margin-bottom: 43px;
}

.text2 {
	font-size: 20px;
	line-height: 30px;
	color: #585858;
	font-weight: 600;
	margin-bottom: 9px;
}

.bd1 img {
	border-color: #cebfd4 !important;
}

.bd2 img {
	border-color: #d37ba3 !important;
}

.bd3 img {
	border-color: #a2cac2 !important;
}

.cont1 {
	padding-bottom: 40px;
}

.cont2 {
	padding-bottom: 46px;
}

.responsive {
	height: 500px;
	position: relative;
	background-color: #d4d2d2;
}



.gallery {
	padding-top: 46px;
	overflow: hidden;
}

.gallery .clear {
	height: 100px;
}

a.gal img {
	border: 5px solid #bfdde8;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	box-shadow: 0 0 #fff;
}

a.gal {
	margin-bottom: 39px;
	display: block;
	background: url(../images/magnify.png) center center no-repeat #a4cbc3;
}

a.gal:hover img{
	opacity: 0.2;
}

.gallery .text1 {
	padding-bottom: 4px;
	color: #585858;
}

.gallery  a.btn {
	margin-top: 38px;
}

.blog {
	padding-top: 42px;
	overflow: hidden;
}

.blog img {
	margin-top: 4px;
	margin-right: 20px;
	float: left;
	border: 5px solid #bfdde8;
	border-top-width: 8px;
	border-bottom-width: 8px;
}

.blog .text1 {
	padding-bottom: 10px;
	color: #585858;
}

.blog+.blog {
	padding-top: 41px;
}

.blog+.blog+.blog {
	padding-top: 40px;
}

.blog time {
	font-size: 14px;
	padding-top: 11px;
	display: block;
}

.blog  a.btn {
	margin-top: 25px;
}

.text1.head1 {
	padding-top: 42px;
}

ul.list.l1 {
	padding-top: 2px;
	margin-bottom: 0;
}

ul.list.l1+ul.list.l1 {
	padding-top: 18px;
	margin-bottom: 38px;
}

.post {
	overflow: hidden;
	padding-top: 7px;
}

.post +.post  {
	padding-top: 41px;
}

.post .fl{
	text-align: center;
	background-color: #a2cac2;
	padding: 4px 5px;
	margin-right: 10px;
	float: left;
	margin-top: 4px;
}

.post  time {
	padding-top: 6px;
	display: block;
	color: #585858;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

/****Map***/

.col1 {
	color: #a2cac2;
}

.col2 {
	color: #8cb2aa;
}

.col1 a:hover, a.col1:hover, .col2 a:hover, a.col2:hover {
	color: #585858;
}

.col3 {
	color: #585858;
}

h2.head1 {
	padding-top: 93px;
	font-weight: 300;
	margin-bottom: 36px;
	color: #000;
}

.map {
}

.map figure {
	padding-top: 46px;
	width: 100%;
		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;

}
.map figure iframe {
	width: 100%;
	height: 350px;
	max-width: 100%;
}


.map address {
	overflow: hidden;
	margin-bottom: 26px;

}


address dt {
	margin-bottom: 20px;
}


address dd span {
	min-width: 80px;
	display: inline-block;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#map {
	width: 100%;
	margin-top: 106px;
	height: 350px;
}

.contact h3.head3 {
	padding-top: 58px;
	margin-bottom: 44px;
}

a.col2:hover {
	color: #000;
}

/************Footer***********/

footer {
	padding: 55px 0 70px;
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}

footer a:hover {
}

.socials {
	font-size: 0;
	line-height: 0;
}

.socials a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 500px;
	background-color: #a2cac2;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
}

.socials a +a {
	margin-left: 14px;
}

.socials a +a+a {
	margin-left: 13px;
}

.copy {
	padding-top: 29px;
}

#toTop {
    background: url("../images/totop.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 70px;
    display: none;
    height: 46px;
    width: 46px;
    left: 58%;
    margin-left: 500px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    transition: all 0s ease 0s;
    z-index: 20;
}
#toTop:hover {
    background-position: right 0;
    outline: medium none;
}
.neu {
	align-content:center
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.mainline {
	float: right;
	padding-top: 0px;
	height: 141px;
	padding-bottom:250px;
  }
  
.page1 header .container_12 .grid_12 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70px;
	font-style: italic;
	color: #000;
}
.test 
{ width:122px;
padding-top:10px;
margin-left: auto;
  margin-right: auto;
   font-size:20px;

}
#contact_form {background:#CCCCCC
	;;padding:5px;
padding-top:100px;
-webkit-box-shadow: 10px 10px 5px 0px rgba(196,178,120,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(196,178,120,1);
box-shadow: 10px 10px 5px 0px rgba(196,178,120,1);
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
}

#ff label {cursor:pointer;margin:5px 0;display:block;font-weight:bold;}

#ff input {display:block;width:80%;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#f4f4f4; color:#000;	border:1px solid #5f5f5f;padding:10px;margin: 5px 0 25px 0;}

textarea {display:block;width:80%;height:100px; border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;background-color:#fff; color:#000;	border:1px solid #5f5f5f;padding:10px;margin: 5px 0 25px 0;}

#ff .sendButton {cursor:pointer;background-color:#303030;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;;width:15%;color:#ffffff;}
#ff .sendButton:hover {opacity: 0.8;}

.contact .address {}
.contact .phone {}
.contact .mail{}

.message{text-align: center;}
.message .wrap{	padding: 50px; background: #ffffff; border: 1px solid #333333;display: inline-block;border-radius: 5px;	-webkit-border-radius: 5px; -moz-border-radius: 5px;-khtml-border-radius: 5px;}
.message .text{font-size: 35px;	margin-bottom: 30px;}
.message .back a{background: #37B5E5; padding: 10px 20px;color: #ffffff;border-radius: 5px;-webkit-border-radius: 5px; 	-moz-border-radius: 5px;-khtml-border-radius: 5px;	text-decoration: none;}
.gray_block.gb1 .container_12 .grid_8 #contact_form #ff label span {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#heiser {
	width: 60%;
	max-height: 70%;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCCCCC
	;
	padding-top: 20px;
	
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
-webkit-box-shadow: 10px 10px 5px 0px rgba(196,178,120,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(196,178,120,1);
box-shadow: 10px 10px 5px 0px rgba(196,178,120,1);
}
	
#imp {
	width:300px;
	height:380px;
	background-color:#FFF;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
-webkit-box-shadow: 10px 10px 5px 0px rgba(196,178,120,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(196,178,120,1);
box-shadow: 10px 10px 5px 0px rgba(196,178,120,1);
}
.page1 header .container_12 .grid_12 .menu_block #bt-menu .bt-menu-trigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 5px;
}
		.pt0 .container_12 #heiser p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}
        .pt0 header .container_12 .grid_12 .menu_block #bt-menu .bt-menu-trigger {font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 5px;
}
		.gray_block.gb1 .container_12 .grid_4 #imp div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
        .gray_block.gb1 .container_12 .grid_4 #imp div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
        .gray_block.gb1 .container_12 .grid_4 .map address dl dt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
        .gray_block.gb1 .container_12 .grid_4 .map address dl dd .col3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
        .gray_block.gb1 .container_12 .grid_4 .map address dl dd {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
        .container_12 .grid_12 .menu_block #bt-menu .bt-menu-trigger {font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-top: 5px;
}

.X {
	background: #0399D4;
	background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
	background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	color: #444444;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 2px 2px 3px #FFFFFF;
	font-size: 16px;
	text-align: center;}
#to {
	 background: #0399D4;
	background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
	background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
	color: #444444;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align:center;}
  .cent {
	  margin-left:20%;
	  text-align:center;
  }
