/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(http://fonts.googleapis.com/css?family=Sancreek);
@import url(http://fonts.googleapis.com/css?family=Six+Caps);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);


html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/22px  Tahoma, Geneva, sans-serif;
	color:#534f43;
	position:relative;
	min-width:960px;
	background: url(../images/bg_body.jpg) center 0 no-repeat #000000;

}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Sancreek', cursive;
	text-transform: uppercase;
	color: #5a5343;
	font-weight: normal;
}

h2 {
	font-size: 36px;
	line-height: 41px;
	text-shadow: 0px 2px #000;
	padding-top: 33px;
	margin-bottom: 22px;
}

h2 span {
	color: #d55935;
}

.top_block h2.head1  {
	margin-bottom: 0 !important;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 28px;
	background: url(../images/head_bot1.png) center bottom no-repeat;
}

p {
	margin-bottom: 22px;
}


img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	padding-left: 43px;
	padding-top: 8px;
}

ul.list li{
	background: url(../images/marker.png) 0 5px no-repeat;
	margin-bottom: 10px;
	padding-left: 17px;
}

ul.list li .text1 {
	margin-bottom: 0px;
}

ul.pricing  {
	margin-top: -5px;	

}

ul.pricing li {
	overflow: hidden;
	margin-bottom: 9px;
}

ul.pricing li a{
	float: left;
	max-width: 85%;
}

ul.pricing li .price {
	float: right;
	color: #666050;
}

ul.pricing li .dots {
	position: relative;
	height: 17px;
	overflow: hidden;
	background: url(../images/dots.gif) 0 bottom repeat-x;
}

/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.link-1 {
	color: #baa87d;
}

a.link-1:hover {
	color: #534f43;
}

a:hover {
	color: #baa87d;
}

a.btn {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font: 16px/30px 'Open Sans Condensed', sans-serif;
	margin-top: 4px;
	color: #666050;
}

a.btn:after {
	content: '';
	pointer-events: none;
	position: absolute;
	right: -18px;
	top: 10px;
	display: block;
	background: url(../images/btn_bg.png) 0 0 no-repeat;
	width: 12px;

	height: 12px;
}

a.btn:hover {
	color: #baa87d;
	
}

/*preclass*/

.off1 {
	padding-top: 66px;
}

.off2 {
	padding-top: 8px;
}

.off3 {
	padding-top: 1px;
	padding-bottom: 4px;
}

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}

.pad1 {
	padding: 0 18px;
}

.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-top: 4px;
 overflow: hidden;
 margin-bottom: 13px;
}

.flex-direction-nav {
	display: none;
}

.top_block .img_inner, #carousel li img {
	position: relative;
	border-radius: 500px;
	border: 1px solid #3b3429;
	box-shadow:  0 0 5px #000;

	
}

.flex-viewport {
	overflow-y: visible;
	overflow-x: hidden; 
}

#slider {
	margin-top: 61px;
}

#carousel  {
	padding: 10px 0 4px;
	margin-top: -2px;
	height: 121px;
	overflow: hidden;
}

#carousel li img {
	margin-top: 0;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

#carousel li img:hover {
	cursor: pointer;
}


.content .img_inner {
	position: relative;
	border-radius: 25px;
	border: 1px solid #3b3429;
	box-shadow:  0 0 5px #000;
	margin-top: 2px;

}

#slider img {
	position: relative;
	border-radius: 25px;
	border: 1px solid #3b3429;
	box-shadow:  0 0 5px #000;

}

.img_inner.i1 {
	margin-top: 8px;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.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;
}

.col1 {
	color: #666050;
}



/*header*/

header {
	display: block;
}


header h1 {
	float: left;
	padding-top: 134px;
	padding-bottom: 141px;
}
header h1 a {
	display: block;
	overflow: hidden;
	margin-left: 46px;
	width: 354px;
	height: 111px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

.block {
	width: 50px;
	height: 50px;
	background: #FFF;
}

header h1 a img {
	display: block;	
}

.socials  {
	float: right;
	padding-top: 9px;
}

.socials a {
	display: block;
	background: url(../images/socials.png) 0 0 no-repeat;
	width: 29px;
	height: 29px;
	float: left;
}

.socials a:hover {
	opacity: 0.5;
}

.socials a+a {
	margin-left: 3px;
	background-position: -32px 0;
}

.socials a+a+a {
	background-position: -64px 0;
}

.socials a+a+a+a {
	margin-left: 2px;
	background-position: right 0;
}

.page1 .top_block h2{
	margin-bottom: 22px;
}

.page1 .top_block>div {
	padding-bottom: 46px;
}

.top_block.tb1>div {
	padding-bottom: 46px;
}

.top_block.tb2>div {
	padding-bottom: 38px;
}

.top_block h2{
	margin-bottom: 14px;
}

.top_block {
	background: url(../images/top_block_bg.jpg) center 0 no-repeat #100c09;
	border-top: 1px solid #2f2b25;
	border-bottom: 1px solid #1e1c1a;
	color: #4d4a42;
}

.top_block>div {
	padding-bottom: 42px;
}

.serv_time {
	text-align: center;
	color: #5a5447;
	font: 30px/40px 'Six Caps', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.serv_time span {
	color: #a5987a;
}

.top_block .extra_wrapper {
	padding-top: 21px;
}

/*Content*/


.content {
	padding-bottom: 68px;
	background: url(../images/cont_Bg.jpg) center 1px no-repeat #040404;
}

.content h2 {
	padding-top: 56px;
	border-bottom: 1px solid #302d25;
	padding-bottom: 24px;
	margin-bottom: 26px;
}

.content h2.h1 {
	margin-bottom: 21px;
}

.text1 {
	font: bold 16px/20px 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #756c55;
	margin-bottom: 14px;
}

.linkbg {
background: url(../images/head_bot1.png) center 0 no-repeat;
margin-top: 28px;
padding-top: 16px;
}

.linkbg.bg1 {
	background: url(../images/head_bot2.png) center 0 no-repeat;
}

.linkbg a {
	font-size: 23px;
	line-height: 23px;
	font-family: 'Sancreek', cursive;
	text-transform: uppercase;
	color: #5b5443;
	letter-spacing: 1px;
}

.linkbg a:hover {
	color: #baa87d;
}

.teaser {
	padding-bottom: 9px;
}

.teaser a {
	margin: 2px 10px 0 ;
	float: left;
	display: block;
}

.teaser .img_inner {
	margin-bottom: 0;
}

.teaser a+a {
	margin-left: 14px;
	margin-right: 8px;
}

/****Map***/

.map {
	padding-top: 1px;
}


.map address {
}


address dd span {
	min-width: 80px;
	display: inline-block;
	text-align: left;
}

.map address dt {
	float: left;
	padding-left: 25px;
	background: url(../images/house_icon.png) 0 1px no-repeat;
	padding-bottom: 22px;
	margin-right: 66px;
	color: #666050;
}

.map a.btn {
	margin-top: -4px;
}

.map .telephone {
	position: relative;
}

.map  .clear {
	display: none;
}

.map .telephone:after {
	display: block;
	width: 20px;
	height: 14px;
	content: '';
	background: url(../images/phone_icon.png) 0 0 no-repeat;
	top: 4px;
	left: -27px;
	position: absolute;
}

.map address a {
	margin-left: 35px;
	display: inline-block;
}

.map a.link1 {
	float: left;
}


/************Footer***********/

footer {
	display: block;
	font-size: 14px;
	padding: 32px 0;
	line-height: 18px;
	font-family: 'Sancreek', cursive;
	text-transform: uppercase;
	color: #474336;
	border-top: 1px solid #1b1811;
	text-align: center;
	

}

/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}


#carousel .slides {
	overflow: hidden !important;
		height: 121px !important;
	}

	#slider {
		height: 230px;
		overflow: hidden;
	}


#carousel  {
	height: auto;
}

#carousel li img{
	margin:  0 !important;
}

.teaser a {
	margin: 0 2px !important;
	width: 48%;
}

ul.list {
	padding-left: 0;
}




.map p {
	padding-top: 20px;
}


 .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 .clear {
 	display: none;
 }


.pad1, .pad2, .pad3 {
	padding: 0;
}

#carousel .flex-direction-nav {
	display: block;
}

.flex-direction-nav .flex-prev {
	position: absolute;
	left: 50%;
	margin-left: -30px;
		display: block;
	overflow: hidden;
	margin-top: 5px;
	text-indent: -1000px;
	width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 20px 10px 0;
border-color: transparent #857a60 transparent 
}

.flex-direction-nav .flex-next  {
	position: absolute;
	right: 50%;
	margin-top: 5px;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	margin-right: -30px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 20px;
border-color: transparent #857a60 transparent 
}

 
.flex-direction-nav .flex-prev:hover {
	border-right-color: #ac3333;

}

.flex-direction-nav .flex-next:hover {
	border-left-color: #ac3333;
}

ul.pricing li a {
}

ul.pricing li {
	position: relative;
}

ul.pricing li .price {
	float:  none;
	right: 0;
	bottom: 16px;
	margin-right: 10px;
	position: absolute;
}

ul.pricing li .dots {
	clear: both;
}

}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.map address dt {
	margin-right: 0;
	display: block;
	float: none;
	padding-bottom: 0;
}

#carousel .slides {
	overflow: hidden !important;
		height: 70px !important;
	}

	#slider {
		height: 176px;
		overflow: hidden;
	}

ul.pricing {
	margin-top: 0;
}

.map a.btn {
	margin-top: 0;	 
}


.map address  {
	float: none;
	margin-right: 0px;
}


.map address {
	margin-right: 0px;
	margin-bottom: 20px;
}

.map address .clear {
	display: block;
}

.map address dd {
	padding-left: 25px;
}

.map address a.btn {
	display: block;
	margin-left: 0px;
	float: left;
	clear: both;
}

.img_inner.fleft {
	float: none;
	margin-bottom: 13px;
}


.img_inner {
width: 100%;
float: none !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
margin-top: 20px !important;
}


header h1 {
	float: none;
	position: relative;	
	padding-bottom: 106px;

}

header h1 a {
	margin: 0 auto;
	height: auto;
	width: 80%;
}

header h1 a img {
	width: 100%;
	right: -72px;
}

.socials {
	padding-top: 20px;
}

.menu_block {
	padding-bottom: 20px !important;
}

.map figure iframe {
	width: 100%;
	height: 300px;
}

h2.none {
	display: none;
}

.map address {
	float: none;
	margin-right: 0;
}
 .noresize {
	width: auto !important;
	float: left !important;
	margin-right: 20px !important;
}

}
 @media only screen and (max-width: 479px) {


body {
min-width:300px;
}

 .map figure iframe {
	width: 100%;
	height: 200px;
}

ul.menu li {
	background: #fff !important;
}



#carousel .slides {
	overflow: hidden !important;
		height: 50px !important;
	}

	#slider {
		height: 126px;
		overflow: hidden;
	}


}
