/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import"../css/superfish.css";
@import "../css/ui.totop.css";
@import "../css/flexslider.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:700,600,400);

body{
	background: #bbbbbb url('../images/main_bg.jpg') 0 0 repeat;
	font:13px/19px 'Open Sans', sans-serif;
	color:#7a7a7a;
	position:relative;
	min-width:320px;
	-webkit-text-size-adjust: none;
}
html,body{
	height:100%;
}
img{
	max-width: 100%;
}
a{
	color:#ef4f33;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font: 600 37px/1.2em 'Open Sans', sans-serif;;
	color: #444444;
}
h2{
	font-size: 37px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 15px;
	color: #2e2e2e;
	margin-bottom: 11px;
}
.corr_1{
	font-weight: 600;
}
.marg_0{
	margin: 0!important;
}
.marg_1{
	margin-bottom: 10px;
}
.marg_2{
	margin-bottom: 15px;
}
.marg_3{
	margin-bottom: 7px;
}
.marg_4{
	margin-right: 8px;
}
.marg_5{
	margin-bottom: 16px!important;
}
.marg_6{
	margin-bottom: 2px!important;
}
.marg_7{
	margin: -4px 0 22px;
}
.marg_8{
	margin-bottom: 25px;
}
.marg_9{
	margin-bottom: 22px;
}
.pad_1{
	padding-bottom: 23px!important;
}
.pad_0{
	padding: 0!important;
}
.pad_2{
	padding-bottom: 10px;
}
.pad_3{
	padding-bottom: 15px;
}
.bg_light{
	position: relative;
	display: block;
	top: 0;
	width: 100%;
	background: url('../images/bg_light.png') center 0 no-repeat;
}
/************Header************/
header {
	width:100%;
	position:relative; 
	z-index:500;
	height: 237px;
}
.logo {
	display:block; 
	width: 257px; 
	height: 70px; 
	margin-top: 41px;
}
.top_btn{
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	margin-top: 61px;
}
.log{
	position: relative;
	display: inline-block;
	float: right;
	background: #227e13;
	padding-bottom: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.4);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.4);
	box-shadow:0 2px 6px rgba(0,0,0,.4);
}
.log>a{
	position: relative;
	display: inline-block;
	font: 600 17px/17px 'Open Sans', sans-serif; 
	background: #2c991b url('../images/log_bg.jpg') 0 0 repeat-x;
	padding: 12px 13px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.log>a:hover{
	background: #259114; 
}
.log>a span{
	position: relative;
	display: inline-block;
	height: 26px;
	width: 24px;
	background: url('../images/ic_1.png') 0 0 no-repeat;
	margin-right: 14px;
	margin-top: -3px;
}
.l_chat{
	position: relative;
	display: inline-block;
	float: right;
	margin-left: 10px;
	background: #626162;
	padding-bottom: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.4);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.4);
	box-shadow:0 2px 6px rgba(0,0,0,.4);
}
.l_chat>a{
	position: relative;
	display: inline-block;
	font: 600 17px/17px 'Open Sans', sans-serif; 
	background: #323032 url('../images/ch_bg.jpg') 0 0 repeat-x;
	padding: 12px 15px 10px 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.l_chat>a:hover{
	background: #2e2d2e;
}
.l_chat>a span{
	position: relative;
	display: inline-block;
	height: 28px;
	width: 35px;
	background: url('../images/ic_2.png') 0 0 no-repeat;
	margin-right: 14px;
	margin-top: -5px;
}
.menuHolder{
	position: relative;
	display: inline-block;
	height: 67px;
	width: 100%;
	background: #bebcbd;
	padding-bottom: 0;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow:0 6px 8px -2px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 6px 8px -2px rgba(0,0,0,0.4);
	box-shadow:0 6px 8px -2px rgba(0,0,0,0.4);
	margin-top: 29px;
}
.menu_bg{
	position: relative;
	display: inline-block;
	background: url('../images/menu_bg.jpg') 0 0 repeat-x;
	height: 61px;
	width: 100%;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.searchHold{
	position: relative;
	display: inline-block;
	float: right;
}
.searchHold a {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 9px;
	top: 10px;
	background: url('../images/search_btn.png') 0 0 no-repeat;
	z-index: 999;
}
.searchHold a:hover {
	background: url('../images/search_btn.png') 0 bottom no-repeat;
}
#search {
	margin: 10px 9px 0 0;
}
#search input {
	width: 163px; 
	font:15px/19px 'Open Sans', sans-serif;
	color:#2e2e2e; 
	background: url('../images/search_bg.jpg') 0 0 repeat-x; 
	vertical-align:top; 
	padding: 11px 49px 9px 8px; 
	display: inline-block; 
	border-radius:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline:none;
	border: none;
	border-left: 1px solid #c2bec1;
	margin-top: 0;
}
/************End Header************/
.slider_box{
	position: relative;
	display: inline-block;	
	width: 100%;
	background: transparent;
}

/************Content***********/
.fleft{
	float: left;
}
#content{
	padding-top: 31px;
}
.figure_1, .figure_2 {
	position: relative;
	display: inline-block;
}
.figure_1 img, .figure_2 img {
	border: 1px solid #cecece;
}
.figure_1 figcaption{
	text-align: left;
}
.block_1{
	position: relative;
	display: inline-block;
	width: 100%;
	background: #bebcbd;
	padding-bottom: 6px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.5);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.5);
	box-shadow:0 2px 6px rgba(0,0,0,.5);
	border-top: 1px solid #fff;
	margin-bottom: 30px;
}
.block_1_bg{
	position: relative;
	display: inline-block;
	background: #eaeaea;
	width: 100%;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-top: 11px;
}
.block_1 h2{
	margin: 0 0 12px 17px; 
}
.size_1{
	font: 600 54px/34px 'Open Sans', sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.size_1 span{
	position: relative;
	display: inline-block;
	font-size: 23px;
	padding-left: 26px;
}
.price{
	position: relative;
	display: block;
	padding: 16px 10px 8px 30px;
}

	.bg_1{
		background: #15a4d3; 
	}
	.bg_2{
		background: #2b981b; 
	}
	.bg_3{
		background: #f79301; 
	}
	.bg_4{
		background: #de1442; 
	}
/*
.bg_1{
	background: #323032 0 0 no-repeat; 
}
.bg_2{
	background: #323032 0 0 no-repeat; 
}
.bg_3{
	background: #323032 0 0 no-repeat; 
}
.bg_4{
	background: #323032 0 0 no-repeat; 
}
*/
.list_1 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 16px 0 11px 19px;
	color: #7a7a7a;
}
.list_1 li {
	position: relative;
	display: block;
	background: url('../images/marker_1.png') 1px 3px no-repeat;
	padding: 0 0 0 25px;
	min-height: 20px;
	margin: 0 0 7px;
}
.list_1 a {
	color: #5e5e5e;
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.color_1 a:hover{
	color: #15a4d3;
}
.color_2 a:hover{
	color: #2b981b;
}
.color_3 a:hover{
	color: #f79301;
}
.color_4 a:hover{
	color: #de1442;
}
.moreHolder{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 22px;
}
.more_2{
	position: relative;
	display: inline-block;
	font: 600 18px/18px 'Open Sans', sans-serif; 
	background: #626162;
	padding-bottom: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow:0 2px 6px rgba(0,0,0,.4);
}
.more_2>a {
	position: relative;
	display: inline-block;
	padding: 11px 46px 13px;
	color: #fff;
	background: #323032 url('../images/more_bg.jpg') 0 0 repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.4);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.4);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.more_2>a:hover{
	background: #2e2d2e;
}
.block_2{
	position: relative;
	display: block;
	background: #eaeaea;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);
	-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);
	box-shadow:0 2px 6px rgba(0,0,0,.2);
	border-top: 1px solid #fff;
	margin-bottom: 30px;
	padding: 13px 18px 25px;
}
.block_2 h3{
	margin-bottom: 14px;
}
.block_2 hr{
	border: none;
	height: 1px;
	color: #cbcaca;
	background-color: #cbcaca;
	margin: 0 0 18px;
	margin-left: -18px;
	margin-right: -18px;
}
.info{
	position: relative;
	display: block;
	margin-bottom: 14px;
}
.size_2{
	font-size: 15px;
	font-weight: 600;
	line-height: 17px;
	color: #2e2e2e;
}
.size_2 span{
	position: relative;
	display: inline-block;
	width: 13px;
	height: 17px;
	margin-right: 7px;
	background: url('../images/marker_2.png') 0 2px no-repeat;
}
.txt_col_1{
	color: #e01744; 
}
.txt_col_2{
	color: #15a4d4; 
}
.txt_col_3{
	color: #2d9c1c; 
}
.link_1{
	font: 600 15px/15px 'Open Sans', sans-serif;
	color: #e01744;
}
.link_1:hover{
	text-decoration: underline;
}
.link_1 span{
	position: relative;
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url('../images/marker_5.png') 0 1px no-repeat;
	margin-left: 10px;
}
.list_2, .list_3 {
	font-size: 15px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: -2px 0 0;
	color: #2e2e2e;
	width: 100%;
}
.list_2 hr{
	width: 100%;
	margin-top: 9px;
	margin-left: -20px;
	padding-right: 20px;
	margin-bottom: 0;
}
.list_2 li, .list_3 li {
	position: relative;
	display: block;
	background: url('../images/marker_3.png') 1px 3px no-repeat;
	padding: 0 0 0 23px;
	min-height: 20px;
	margin: 0 0 9px;
}
.list_2 a, .list_3 a {
	color: #2e2e2e;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list_2 a:hover, .list_3 a:hover{
	color: #21a7d3;
}
.list_3 li {
	margin-bottom: 18px!important;
}
.block_2 .list_3 .marg_0{
	margin-bottom: 0!important;
}
.link_2{
	font: 600 15px/15px 'Open Sans', sans-serif;
	color: #2d9c1c;
}
.link_2:hover{
	text-decoration: underline;
}
.link_2 span{
	position: relative;
	display: inline-block!important;
	width: 9px;
	height: 15px;
	background: url('../images/marker_4.png') 0 1px no-repeat;
	margin-left: 10px!important;
}
.figure_1 img {
	float: left;
	margin-right: 19px;
}
.color_corr {
	background: url('../images/marker_6.png') 0 2px no-repeat!important;
}
.figure_2 img {
	margin-bottom: 19px;
}
.block_2 figure .marg_0{
	margin-right: 0!important;
}
.link_3{
	color: #2e2e2e;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_3:hover{
	color: #e01744;
}
.quote{
	position: relative;
	display: inline-block;
	background: url('../images/quote.png') 1px 8px no-repeat;
	padding: 34px 0 0 20px;
}
.quote p{
	padding-bottom: 23px;
}
.quote h4{
	margin-bottom: 7px;
}
.link_4{
	color: #2e2e2e;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_4:hover{
	color: #15a4d4;
}
.list_4{
	font-size: 15px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	margin: -2px 0 0;
	color: #2e2e2e;
}
.list_4 li{
	position: relative;
	display: block;
	background: url('../images/marker_3.png') 1px 3px no-repeat;
	padding: 0 0 0 23px;
	min-height: 20px;
	margin: 0 0 14px;
}
.list_4 a{
	color: #2e2e2e;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list_4 a:hover{
	color: #21a7d3;
}
.list_4 .last{
	margin: 0 0 4px;
}
.txt_1{
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #2e2e2e;
	margin-bottom: 19px;
}
.txt_2{
	font-size: 15px;
	font-weight: 400;
	line-height: 15px;
	color: #2e2e2e;
	margin-bottom: 22px;
}
.link_5{
	color: #e01744;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.link_5:hover{
	color: #15a4d4;
}
.link_6{
	font: 600 15px/15px 'Open Sans', sans-serif;
	color: #15a4d4;
}
.link_6:hover{
	text-decoration: underline;
}
.link_6 span{
	position: relative;
	display: inline-block;
	width: 9px;
	height: 15px;
	background: url('../images/marker_7.png') 0 1px no-repeat;
	margin-left: 10px;
}
.figure iframe {
	width: 100%;
	height: 384px;
	border: 1px solid #cecece;
	margin-bottom: 22px;
}
.dl-1 dd span {
	display:block;
	float:left;
	width:77px;
}
/* Contact form */
#contact-form {
  position: relative;
  margin-top: -3px;
}
#contact-form .success
{
  display: block;
  position: absolute;
  width: 100%;
  top: 5px;
  left:0;
  z-index: 99;
  background: #cecacd;
  border: 1px solid #000;
  text-align: center;
  padding: 91px 0;
}
#contact-form textarea, #contact-form input {
  margin-bottom: 14px;
  font-size:13px;
  border-top: 1px solid #a6a2a5;
  border-left: 1px solid #c2bec1;
  border-right: 1px solid #c2bec1;
  border-bottom: 1px solid #cdcdcd;
  color:#000;
  padding:12px 10px 11px;
  border-radius: 0;
  position:relative;
  font-family:Arial, Helvetica, sans-serif;
  background:#cecacd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 -1px 0 0 #fff;
  height: 43px;
}
#contact-form input {
}
#contact-form .title{
	font-style: normal;
	display: block;
	clear: both;
	color: #666464;
	margin-bottom: 4px;
}
#contact-form textarea {
  overflow:auto;
  height:335px;
  resize:none;
  float:left;
  margin: 0 0 0 0;
}
  
#contact-form label {
  display:block;
  position: relative;
  min-height:70px;
  overflow:hidden;
 }
#contact-form label.message {
  display:block;
  padding-bottom:0;
}
#contact-form .link5 {
  margin-left:15px;
}
#contact-form .error, #contact-form .empty, #contact-form .success {display:none;}
#contact-form .error, #contact-form .empty {
  text-align:left;
  color:red;
  font-size:11px;
  position: absolute;
  right: 10px;
  top: 5px;
}
#contact-form .buttons2 {
  overflow:hidden;
  text-align:right;
  position:relative;
  clear:both;
  margin-top:27px;
}
#contact-form .buttons2 a {
	cursor:pointer;
	margin-left: 20px;
	text-align:center;
}
#contact-form span{
  display:block;
  margin: 0px 0 0 5px;
 }
.priv hr{
	margin-bottom: 14px;
}
.priv h4{
	margin-bottom: 2px;
}
.priv .block_2 div{
	margin-bottom: 18px;
}
/************End Content***********/
/************Footer************/
footer {
	color:#000;
	margin-top: -5px;
	padding-bottom: 42px;
}
footer span{
	position: relative;
	display: inline-block;
	padding-right: 13px;
}
footer .link {
	color:#21a7d3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
footer .link:hover {
	color:#e01744;
}
/************End Footer************/

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
	.size_1{
		font-size: 40px; 
	}
	.more_2>a{
		padding-left: 15px;
		padding-right: 15px;
	}
	.figure_2{
		display: inline-block;
	}
	.figure_2 img {
		width: 145px;
	}
}
@media only screen and (max-width: 767px) {
	header{
		height: 310px;
	}
	.top_btn{
		margin-top: 30px!important;
	}
	.searchHold{
		margin-top: -90px;
	}
	.menuHolder{
		background: transparent;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	nav{
		margin-top: 52px;
	}
	.menu_bg{
		background: transparent;
	}
	#search {
		margin: 10px 0 0;
	}
	#search input {
		width: 360px;
	}
	.searchHold a {
		right: 0;
	}
	.size_1{
		font-size: 54px; 
	}
	.more_2>a{
		padding-left: 46px;
		padding-right: 46px;
	}
	.figure_2{
		display: block;
		margin-bottom: 30px;
	}
	.figure_2 img{
		width: 100%;
	}
	.bg_1{
		background: #15a4d3; 
	}
	.bg_2{
		background: #2b981b; 
	}
	.bg_3{
		background: #f79301; 
	}
	.bg_4{
		background: #de1442; 
	}
	
}
@media only screen and (max-width: 479px) {
	#search input {
		width: 240px;
	}
	.figure_1{
		display: block;
	}
	.figure_1 img{
		width: 100%;
		margin-bottom: 15px;
	}

	.search_corr .block_2 {
		padding: 13px 0px 25px;
	}
	
}
@media only screen and (max-width: 320px) {


}