/* @override 
	http://www.agpainting.com/css/midwest.css
	https://www.agpainting.com/css/midwest.css
	https://www.agpainting.com/css/midwest.css?*
	https://agpainting.com/css/midwest.css?* */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


.clientList {
	margin: 15px;
}

.clientList li {
	padding: 10px;
	display: inline-block;
	font-weight: bold;
	border: 1px solid #999;
	margin: 5px;
	color: #4f0103;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
body {
	color:#5e5b50;
	font:15px/22px 'Lato', Arial, Helvetica, sans-serif;
	background: #fff;
	min-width: 320px;
	margin:0;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}
* {max-height: 100000em;} 
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {display: block;}
img {
	border-style:none;
	vertical-align: top;
}
a {
	text-decoration:underline;
	color:#5e5b50;
	outline:none;
}
a:hover {text-decoration:none;}

.error {
	color: #FFF;
}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer; 
	*overflow: visible; 
}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
p {margin: 0 0 1.2em;}

.clients {
	width: 31%;
	float: left;
	font-size: .9em;
}

#wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#header{
	position: relative;
	z-index: 4;
}
.header-holder{
	max-width: 1000px;
	margin: 0 auto -57px;
	overflow: hidden;
	padding:0 20px 0 2px;
}
.header-holder .logo-holder{
	width: 175px;
	background: transparent;
	text-align: center;
	padding: 12px 0 5px;
	float: left;
	position: relative;
	z-index: 1; 
}
.header-holder .logo{
	width: 178px;
	height: 178px;
	display:inline-block;
	vertical-align:top;
		margin-top: -10px;
}
.header-holder .logo img{display:block;}
.nav{
	float: right;
	padding: 66px 0 0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 17px;
}
.nav ul{overflow: hidden;}
.nav li{
	float: left;
	margin: 0 0 0 8px;
}
.nav a{
	text-decoration: none;
	color: #000;
}
.nav a:hover{color: #562421;}
.nav-bar{
	background: #562421;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	position: relative;

}
.nav-bar:before,
.form-block:before{
	position: absolute;
	top: 6px;
	right: 0;
	left: 0;
	content: '';
	height: 1px;
	-webkit-box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.3);
}
.nav-bar .holder{
	max-width:1000px;
	margin: 0 auto;
	padding: 0 18px 0 177px;
	
}
.nav-bar .holder:after{
	content: '';
	display: block;
	clear: both;
}
#nav{float: left;}
.mobile-nav .opener{
	position: relative;
	display: none;
}
#nav ul{
	text-transform: uppercase;
	font-size:16px;
	line-height:19px;
}
#nav ul:after{
	content: '';
	display: block;
	clear: none;
}
#nav >ul>li{
	float: left;
	position: relative;
}
#nav ul>li>a,
.nav-bar .active a,
.nav-bar .mobile-nav ul a{
	display: block;
	padding: 14px 30px 16px;
	text-decoration: none;
	color: #fff;
}
.nav-bar .mobile-nav ul a{
	padding: 16px 37px;
	font-size: 17px;
	line-height: 20px;
}
#nav >ul>li.hover>a,
.nav-bar .mobile-nav ul a:hover{
	background: #562421;
	-webkit-box-shadow: inset 0 -4px 5px rgba(0, 0, 0, .2);
	box-shadow: inset 0 -4px 5px rgba(0, 0, 0, .2);
}
#nav ul > li.active a{
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
	margin: -6px 0 0;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 19px;
	background: #918F8C;
	/*background: -moz-linear-gradient(top,  rgba(185,18,27,0.8) 0%, rgba(176,17,26,0.8) 22%, rgba(145,14,21,0.8) 69%, rgba(130,13,19,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,18,27,0.8)), color-stop(22%,rgba(176,17,26,0.8)), color-stop(69%,rgba(145,14,21,0.8)), color-stop(100%,rgba(130,13,19,0.8)));
	background: -webkit-linear-gradient(top,  rgba(185,18,27,0.8) 0%,rgba(176,17,26,0.8) 22%,rgba(145,14,21,0.8) 69%,rgba(130,13,19,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(185,18,27,0.8) 0%,rgba(176,17,26,0.8) 22%,rgba(145,14,21,0.8) 69%,rgba(130,13,19,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(185,18,27,0.8) 0%,rgba(176,17,26,0.8) 22%,rgba(145,14,21,0.8) 69%,rgba(130,13,19,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(185,18,27,0.8) 0%,rgba(176,17,26,0.8) 22%,rgba(145,14,21,0.8) 69%,rgba(130,13,19,0.8) 100%);*/
}
#nav ul ul{
	background: #fff;
	top: 100%;
	left: 0;
	position: absolute;
	width: 276px;
	display: none;
	font:15px/18px 'Raleway', Arial, Helvetica, sans-serif;
	border-radius: 0 0 10px 10px;
	padding: 8px 0 11px;
	z-index: 3;
	text-transform: none;
	-webkit-box-shadow: 0 0 6px rgba(25,24,25,.4);
	box-shadow: 0 0 6px rgba(25,24,25,.4);
}
#nav ul ul:before{
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	top: -8px;
	left: 53px;
}
#nav ul ul a{
	color: #6c2124;
	padding: 12px 10px 13px 25px;
}
#nav >ul>li>ul a:hover{
	color: #fff;
	background: #562421;
	font-weight: bold;
	display: block;
}
#nav ul>li.hover>ul{display: block;}
.nav-bar .contact-block{
	float: right;
	color: #918F8C;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	text-align: right;
	padding:  3px 0 0 0;
	text-transform: uppercase;
}
.nav-bar .contact-block p{margin: 0;}
.nav-bar .tel-link{
	color: #fff;
	font-size: 24px;
	line-height: 27px;
	text-decoration: none;
}



/*Blog stuff*/

.posts{padding:3px 2px 0 4px;}
.post{
	width:100%;
	margin-bottom:39px;
	background:#fbfbfb;
	border:solid #d1d1d1;
	border-width:0 1px 1px 0;
	padding:1px 40px 0 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 1px 2px 2px 0 rgba(25,24,25,0.15);
	-webkit-box-shadow: 1px 2px 2px 0 rgba(25,24,25,0.2);
}
.post:after{
	content:"";
	display:block;
	clear:both;
}
.post .image{
	float:left;
	width:41%;
	margin-right:6%;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.post .image a{
	display:block;
	position:relative;
	text-decoration:none;
}
.post .image a:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50%;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.8)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%);
	z-index:2;
}
.post .image img{
	vertical-align:top;
	width:auto;
	position:relative;
	margin:0 -25%;
	z-index:1;
}
.post .comments{
	position:absolute;
	bottom:30px;
	left:19px;
	font-size:11px;
	line-height:14px;
	font-weight:700;
	text-shadow:1px 1px 1px rgba(0,0,0,0.25);
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	z-index:3;
}
.post .comments .num{
	display:inline-block;
	vertical-align:top;
	margin:-11px 6px -11px 0;
	width:36px;
	height:18px;
	font-size:15px;
	line-height:18px;
	padding:9px 0 9px;
	color:#fff;
	background:#500205;
	text-align:center;
	border-radius:50%;
}
.post .comments .num a {
	color: #FFF;
}
.post .text-block{
	overflow:hidden;
	font-size:1.067em;
	line-height:1.313em;
	padding:34px 0 20px;
}
.post time{
	display:block;
	padding-bottom:10px;
	font-size:1em;
	line-height:1.375em;
	font-weight:900;
	text-transform:uppercase;
	color:#627f93;
}
.post h2{
	font:700 1.75em/1.036em 'Lato', Arial, Helvetica, sans-serif;
	margin:0 0 13px;
	word-spacing:-1px;
}
.post p{margin-bottom:21px;}
#content .share-buttons{padding:0;}
#content .share-buttons li{padding:0 10px 0 0;}
#content .share-buttons li:before{
	content:" ";
	display:none;
}




.overviewWrap {
	float: left;
	margin: 0 20px 20px 0;
	width: 278px;
}
.overviewWrap img {
	width: 100%;
	height: auto;
	margin: 0;
}
.overviewWrap h2 {
	font-family: Helvetica;
	font-size: 20px !important;
	line-height: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold;
	color: #FFF !important;
	}
	
.overviewWrap a {
	text-decoration: none;
	display: block;
}
.overviewWrap  a:hover .titleWrap {
	background: #656360;
}
.overviewWrap .titleWrap {
	background: #918F8C;
	padding: 10px;
	margin: 0;
}

.float-r {
	float: right;
	margin: 0 0 5px 15px;
}
.shadow img {
	border: 5px solid #FFF;
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 5px 8px 0 rgba(0,0,0,0.3);
}
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav-bar .tel-link:hover,
.nav-bar .mobile-nav .contact-block .tel-link:hover{color: #b12a22;}
#main{width: 100%;}
.inner #main{
	background: url(/img/bg-main.jpg);
	overflow: hidden;
}
.slideshow-block .btn-holder{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 1030px;
	margin: 0 auto;
	width: 100%;
}
.btn-prev,
.btn-next{
	position: absolute;
	top: 50%;
	left:-40px;
	z-index: 2;
	background: url(/img/sprite.png) no-repeat -177px -115px;
	width: 20px;
	height: 35px;
	text-indent: -9999px;
	margin: -17px 0 0;
	overflow: hidden;
}
.btn-next{
	left: auto;
	right: -40px;
	background: url(/img/sprite.png) no-repeat -152px -114px;
}
.slideshow-block{
	position: relative;
	overflow: hidden;
}
.banner-block:before,
.banner-block:after,
.slideshow-block .slideshow:before,
.slideshow-block .slideshow:after{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 1px;
	height: 1px;
	-webkit-box-shadow:0 0 80px 180px rgba(255, 255, 255, .8);
	box-shadow:0 0 80px 180px rgba(255, 255, 255, .8);
	z-index: 3;
}
.banner-block:after,
.slideshow-block .slideshow:after{
	left: auto;
	right: 0;
}
.slideshow .slideset{
	height:270px;
	width:100%;
	overflow:hidden;
	position:relative;
}
.slideshow .slide{
	position:absolute;
	left:0;
	width:100%;
	top:0;
	z-index:1;
}
.slideshow .img{
	float: left;
	left: 50%;
	min-width: 1898px;
	position: relative;
	width: 100%;
}
.slideshow .img img {
	float: left;
	height: auto;
	left: -50%;
	position: relative;
	width: 100%;
}
.slideshow div.slide.active{z-index:2;}
.slideshow  .text-block{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 46px;
	text-align: right;
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
.slideshow  .text-block .holder{
	color: #fff;
	font: 20px/26px 'Montserrat', Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 1;
	display:inline-block;
	vertical-align:top;
	max-width: 450px;
}
.slideshow  .text-block .holder:after{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 1px;
	box-shadow: 0 0 50px 90px rgba(0, 0, 0, 0.4);
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 300px;
	z-index: -1;
	margin: 0 0 0 -150px;
}
.slideshow  .text-block h1{
	color: #000;
	font-weight: bold;
	font-size: 41px;
	line-height: 44px;
	margin: 0 0 5px;
}
/*.slideshow-block:after{
	display:block;
	width:100%;
	content: '';
	height: 10px;
	z-index: 3;
	background: #f6e497;
	position: relative;
	background-image: -webkit-linear-gradient(left, #f6e497, #f6e497 25%, #fcfae1 25%, #fcfae1 50%, #bd8d46 50%, #bd8d46 75%, #b9121b 75%, #b9121b 100% );
	background-image: -moz-linear-gradient(left, #f6e497, #f6e497 25%, #fcfae1 25%, #fcfae1 50%, #bd8d46 50%, #bd8d46 75%, #b9121b 75%, #b9121b 100% );
	background-image: -ms-linear-gradient(left, #f6e497, #f6e497 25%, #fcfae1 25%, #fcfae1 50%, #bd8d46 50%, #bd8d46 75%, #b9121b 75%, #b9121b 100% );
	background-image: linear-gradient(to right, #f6e497, #f6e497 25%, #fcfae1 25%, #fcfae1 50%, #bd8d46 50%, #bd8d46 75%, #b9121b 75%, #b9121b 100% );
}*/
.gallery-holder{
	background: #f3f3f0 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZhZjlmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f0 0%, #f5f5f3 32%, #fcfcfb 71%, #fefefe 98%, #faf9fa 99%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f0), color-stop(32%,#f5f5f3), color-stop(71%,#fcfcfb), color-stop(98%,#fefefe), color-stop(99%,#faf9fa), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #f3f3f0 0%,#f5f5f3 32%,#fcfcfb 71%,#fefefe 98%,#faf9fa 99%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #f3f3f0 0%,#f5f5f3 32%,#fcfcfb 71%,#fefefe 98%,#faf9fa 99%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #f3f3f0 0%,#f5f5f3 32%,#fcfcfb 71%,#fefefe 98%,#faf9fa 99%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #f3f3f0 0%,#f5f5f3 32%,#fcfcfb 71%,#fefefe 98%,#faf9fa 99%,#f0f0f0 100%);
	position: relative;
	overflow: hidden;
}
.gallery-holder:after{
	border-radius: 942px / 11px;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.21);
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	right: 0;
	top: -21px;
}
.gallery{
	padding: 26px 0 50px;
	font-size: 13px;
	line-height: 18px;
	position: relative;
	max-width: 968px;
	margin: 0 auto;
}
.gallery:after{
	content: '';
	display: block;
	clear: both;
}
.gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.gallery .slideset{float: left;}
.gallery .slide{
	float:left;
	padding: 0 10px;
	width:242px;
}
.gallery .slideset h2{
	color: #b9121b;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	margin: 0 0 12px;
}
.gallery .slideset h2 a{
	color: #562421;
	text-decoration:none;
}
.gallery .slideset h2 a:hover{color:#4F0103;}
.gallery .slideset img{
	border: 1px solid #d6d5c4;
	max-width: 100%;
	height: auto;
}
.gallery .image-area{margin: 0 0 11px;}
.gallery p{margin: 0 0 17px;}
.button{
	padding: 6px 7px 5px;
	width: 122px;
	background: #562421;
	text-transform: uppercase;
	text-align: center;
	display:inline-block;
	vertical-align:top;
	color: #fff;
	font: bold 13px/19px 'Raleway', Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.button:hover{background: #4f0103;}
.gallery .btn-prev{background: url(/img/sprite.png) no-repeat -177px -155px;}
.gallery .btn-next{background: url(/img/sprite.png) no-repeat -152px -154px;}
.gallery.team-gallery .btn-prev,
.gallery.team-gallery .btn-next{margin:-8px 0 0;}
.form-block{
	background: #631f22 url(/img/bg-form-block.jpg) no-repeat 50% 0;
	background-size: cover;
	padding: 30px 0 24px;
	position: relative;
	-webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}
.container{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.form-block .text-block{
	float: left;
	width: 31%;
	padding: 56px 0 0 0;
	text-transform: uppercase;
	text-align: right;
}
.form-block h2{
	font-weight: 300;
	font-size:  34px;
	line-height: 37px;
	color: #fff;
}
.form-block h2 span{
	color: #918F8C;
	font-weight: bold;
}
.submit-form{
	width: 67%;
	float: right;
	padding:5px 12px 0 5px;
	position: relative;
}
.submit-form .row{padding:0 0 5px;}
.submit-form .row:after{
	content: '';
	display: block;
	clear: both;
}
.submit-form .col{
	width: 43.1%;
	float: left;
	padding: 0 15px 0 0;
}
.employmentform div {
 
}
#galleria{ 
	width: 100%; 
	height: 650px; 
	background: #FFF;
	margin-bottom: 1em; 
}

.submit-form input[type="text"],
.submit-form input[type="tel"],
.submit-form input[type="email"],
.request-form input[type="text"],
.request-form input[type="tel"],
.request-form input[type="email"],
.employmentform input[type="email"],
.employmentform input[type="text"]{
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #888;
	background:#fff;
	width: 100%;
	margin:0 0 14px;
	padding: 12px 15px 9px;
	border: none;
	height: 41px;
	float: left;
	outline:none;
	-webkit-box-shadow: 0 1px 1px rgba(25,24,25,.35);
	box-shadow: 0 1px 1px rgba(25,24,25,.35);
}
.employmentform input[type="text"] {
	height: auto;
	padding: 5px;
}
.request-form .textarea-holder,
.submit-form .textarea-holder{
	width: 56.6%;
	float:left;
}
.request-form textarea,
.submit-form textarea{
	margin:0;
	padding:10px;
	border: none;
	outline:none;
	float:left;
	min-height: 75px;
	max-width: 100% !important;
	width: 100% !important;
	height: 97px;
	color: #888;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	-webkit-box-shadow: 0 1px 1px rgba(25,24,25,.35);
	box-shadow: 0 1px 1px rgba(25,24,25,.35);
}
.request-form input:-moz-placeholder,
.submit-form input:-moz-placeholder,
.request-form textarea:-moz-placeholder,
.submit-form textarea:-moz-placeholder{color:#888;}
.request-form input::-webkit-input-placeholder,
.request-form textarea::-webkit-input-placeholder,
.submit-form input::-webkit-input-placeholder,
.submit-form textarea::-webkit-input-placeholder{color:#888;}
.request-form input::-moz-placeholder,
.request-form textarea::-moz-placeholder,
.submit-form input::-moz-placeholder,
.submit-form textarea::-moz-placeholder{
	color:#888;
	opacity:1;
}
.request-form input:-ms-input-placeholder,
.request-form textarea:-ms-input-placeholder,
.submit-form input:-ms-input-placeholder,
.submit-form textarea:-ms-input-placeholder{color:#888;}
.submit-form .text{overflow:hidden;}
.request-form input[type="submit"],
.submit-form input[type="submit"]{
	width:19.5%;
	height:41px;
	margin:0;
	padding:1px 0 0;
	cursor:pointer;
	border:none;
	float: left;
	color: #fff;
	font: bold 14px/18px 'Montserrat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 1px rgba(25,24,25,.35);
	box-shadow: 0 1px 1px rgba(25,24,25,.35);
}
.submit-form input[type="submit"]{
	float:right;
	width:128px;
	border-radius:1px;
	text-shadow: 0 1px 1px rgba(25,24,25,.3);
}
.gallery.team-gallery{
	padding: 65px 0 78px;
	text-align: center;
	max-width: 1020px;
}
.gallery.team-gallery .slide{
	width:170px;
	padding: 20px 15px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
.gallery.team-gallery .slideset img{
	border: 8px solid #fff;
	border-radius: 85px;
	margin: 0 0 13px;
	-webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: auto;
}
.gallery.team-gallery h2,
.services-block h2{
	font-weight: 300;
	font-size:  36px;
	line-height: 39px;
	color: #5e5b50;
	margin: 0 0 13px;
}
.gallery.team-gallery  h2 span,
.services-block h2 span{font-weight: bold;}
.gallery.team-gallery .slide a{
	display: block;
	color: #5e5b50;
	text-decoration: none;
	text-align:center;
}
.gallery.team-gallery .slide a:hover {opacity: 0.5;}
.gallery.team-gallery p{margin:0;}
.services-block{
	background: #918F8C url(/img/bg-services-block2.jpg) no-repeat 50% 0;
	background-size: cover;
	text-align: center;
	padding: 48px 0 57px;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
}
.services-block h2{
	color: #fff;
	margin: 0 0 21px;
}
.services-block .image-block{
	float: left;
	width: 47.3%;
	padding: 6px 0 0 7.3%;
}
.services-block .image-block img{
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 1px 8px #000;
	box-shadow: 1px 1px 8px #000;
	width: 100%;
	height: auto;
}
.services-block .text-block{
	float: right;
	width: 47.2%;
	text-align: left;
	position: relative;
}
.services-block .text-block p{margin: 0 0 1px;}
.services-block .frame{
	padding: 0 24px 14px;
	position: relative;
}
.services-block .service-list li{margin: 0;}
.services-block .service-list li:before{
	content: '';
	display:inline-block;
	vertical-align:top;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background: #fff;
	margin: 7px 4px 0 0;
}
.services-block .service-list a{
	color: #fff;
	text-decoration: none;
}
.services-block .service-list a:hover{color: #4f0103;}
.services-block .text-guarantee-seal{
	text-indent:-9999px;
	overflow:hidden;
	height: 106px;
	width: 147px;
	background: url(/img/sprite.png) no-repeat 0 -114px;
	position: absolute;
	right: 57px;
	bottom: 0;
}
.services-block .button{margin: 0 0 0 4px;}
.logo-section{
	background: #FFF;
	padding: 50px 0 45px;
}
.logo-section h2{
	font-size: 25px;
	line-height: 28px;
	color: #4f0103;
	margin: 0 0 15px;
	white-space: normal;
}
.logo-section h2 span{font-weight: bold;}
.logo-section .frame{
	float: left;
	width: 28.5%;
	min-height: 328px;
	white-space: nowrap;
	position: relative;
	padding: 28px 50px 0;
	text-align: center;
}
.logo-section .frame:before{
	height: 100px;
	width: 2px;
	content: '';
	position: absolute;
	top: 0;
	right: 31px;
	background: rgb(248,243,215) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjNkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2UzY2VhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2UzY2VhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGYzZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(248,243,215,1) 0%, rgba(227,206,164,1) 25%, rgba(227,206,164,1) 75%, rgba(248,243,215,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,243,215,1)), color-stop(25%,rgba(227,206,164,1)), color-stop(75%,rgba(227,206,164,1)), color-stop(100%,rgba(248,243,215,1)));
	background: -webkit-linear-gradient(top,  rgba(248,243,215,1) 0%,rgba(227,206,164,1) 25%,rgba(227,206,164,1) 75%,rgba(248,243,215,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,243,215,1) 0%,rgba(227,206,164,1) 25%,rgba(227,206,164,1) 75%,rgba(248,243,215,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,243,215,1) 0%,rgba(227,206,164,1) 25%,rgba(227,206,164,1) 75%,rgba(248,243,215,1) 100%);
	background: linear-gradient(to bottom,  rgba(248,243,215,1) 0%,rgba(227,206,164,1) 25%,rgba(227,206,164,1) 75%,rgba(248,243,215,1) 100%);
}
.logo-section .frame:after{
	content: '';
	overflow: hidden;
	display:inline-block;
	vertical-align: bottom;
	height: 328px;
	width: 1px;
	margin: 0 0 0 -5px;
}
.logo-section .logo-holder{
	display:inline-block;
	vertical-align:bottom;
	white-space: normal;
}
.logo-section .logo-holder .logo{margin: 0 0 19px;}
.logo-section .logo-block{overflow: hidden;}
.logo-section .logo{
	display:inline-block;
	vertical-align:middle;
	margin: 0 35px 15px 0;
}
/*.logo-section .logo img:hover{opacity: 0.5;}*/
.logo-section .logo img{
	display: block;
	height: auto;
	width: 100%;
}
#footer{
	background: #918F8C;
	padding: 60px 0 50px;
	text-align: center;
	color: #333;
}
.footer-frame{margin:0 0 27px;}
.footer-holder .social-networks{
	margin:0 0 57px;
	overflow:hidden;
}
.footer-holder .social-networks li{
	display:inline-block;
	vertical-align:top;
	margin:0 4px;
}
.footer-holder .social-networks a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/img/sprite.png) no-repeat -1000px 0;
	width: 52px;
	height: 52px;
}
.footer-holder .social-networks .facebook{background-position: 0 0;}
.footer-holder .social-networks .google-plus{background-position: -56px 0;}
.footer-holder .social-networks .linkedin{background-position: -113px 0;}
.footer-holder .social-networks .youtube{background-position: -170px 0;}
.footer-holder .social-networks .rss{background-position: -227px 0;}
.footer-holder .social-networks .facebook:hover{background-position: 0 -57px;}
.footer-holder .social-networks .google-plus:hover{background-position: -56px -57px;}
.footer-holder .social-networks .linkedin:hover{background-position: -113px -57px;}
.footer-holder .social-networks .youtube:hover{background-position: -170px -57px;}
.footer-holder .social-networks .rss:hover{background-position: -227px -57px;}
.footer-nav{
	display:inline-block;
	vertical-align:top;
	width: 29%;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 15px 0;
	text-align: left;
}
.footer-nav h3{
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	margin: 0 0 5px;
	color: #333;
}
.footer-nav li{
	padding: 0 0 12px 0px;
	position: relative;
}
/*.footer-nav li:before{
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	height: 1px;
	width: 3px;
	background: #fcfae1;
}*/
.footer-nav a{
	color: #333;
	text-decoration: none;
}
.footer-nav a:hover{color: #d7b68b;}
.footer-nav .btn-view-more{
	background: #834c46;
	font-size: 10px;
	line-height: 13px;
	display:inline-block;
	vertical-align:top;
	padding: 5px 10px;
	text-transform: uppercase;
	margin: 12px 0 0;
}
.news-block .btn-more:after,
.footer-nav .btn-view-more:after{
	content: '';
	background: url(/img/sprite.png) no-repeat -202px -150px;
	width: 14px;
	display:inline-block;
	vertical-align:top;
	height: 5px;
	margin: 4px 0 0 10px;
}
.footer-nav .btn-view-more:hover{
	background: #000;
	color: #fcfae1;	
}
.banner-block{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.banner-block .img {
	float: left;
	left: 50%;
	min-width: 1382px;
	position: relative;
	width: 100%;
}
.banner-block .img img {
	float: left;
	height: auto;
	left: -50%;
	position: relative;
	width: 100%;
}
#two-column{
	max-width: 980px;
	margin: 0 auto 53px;
	overflow: hidden;
	padding: 35px 20px 75px 30px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.banner-block .container{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -25px;
	min-height: 50px;
	max-height: 50px;
	overflow: auto;
	width: 100%;
}
.banner-block h1{
	color: #fff;
	font-size: 43px;
	line-height: 46px;
	font-weight: bold;
	text-shadow: 2px 3px 5px #333;
}
.social-block{
	overflow: hidden;
	margin: 0 0 36px;
}
.page-links{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	float: left;
	padding: 4px 0 0;
	width: 90%;
}
.page-links li{
	float: left;
	margin: 0 5px 0 0;
}
.page-links li:before{
	content: '';
	display:inline-block;
	vertical-align:top;
	height: 14px;
	width: 1px;
	background:#999;
	margin: 2px 7px 0 0;
}
.page-links li:first-child:before{display: none;}
.page-links a{
	color: #999;
	text-decoration: none;
}
.page-links a:hover{color: #b12a22;}
.social-block .social-networks{float: right;}
.social-block .social-networks li{
	float: left;
	margin: 0 9px 0 0;
}
.social-block .social-networks a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/img/sprite.png) no-repeat -1000px 0;
	width: 102px;
	height: 28px;
}
.social-block .social-networks .facebook{background-position: 0 -225px;}
.social-block .social-networks .twitter{background-position: -107px -225px;}
.social-block .social-networks .google-plus{background-position: -214px -225px;}
.social-block .social-networks a:hover{opacity: 0.5;}
.main-holder{
	width:100%;
	padding: 0 0 0 2px;
}
.main-holder:after{
	content:'';
	display:block;
	clear:both;
}
#content{
	width: 70%;
	float: left;
}
#content.wide {
	width: 99%;
	text-align: center;
}
#content.wide .group {
	padding: 0 0 0 23px;
}
.header-image img{
	/*border: 4px solid #dabb8f;*/
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow:0 0 8px rgba(0, 0, 0, 0.5);
	margin: 0 0 21px;
	width: 100%;
	height: auto;
}
#content h2{
	color: #62543f;
	font-size: 36px;
	line-height: 39px;
	font-weight: bold;
	margin: 0 0 9px;
}
#content p{margin: 0 0 22px;}
#content a:hover{text-decoration: none;}
#content h3{
	color: #562421;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 0 2px;
	text-transform: uppercase;
}
#content h4{
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	margin: -3px 0 3px ;
}
#content .btn-holder{
	text-align: center;
	padding: 9px 0 0 0;
}
#content .btn-get{
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	display:inline-block;
	vertical-align:top;
	padding: 14px 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0,0,0,.32);
	background: #562421 /* url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk2MjcxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE4JSIgc3RvcC1jb2xvcj0iIzk1MjYxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iIzkxMjYxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzhkMjQxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzg5MjIxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzg1MjIxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDIxMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)*/;
	/*background: -moz-linear-gradient(top,  #96271e 0%, #95261d 18%, #91261c 23%, #8d241e 47%, #89221b 68%, #85221c 70%, #80211b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96271e), color-stop(18%,#95261d), color-stop(23%,#91261c), color-stop(47%,#8d241e), color-stop(68%,#89221b), color-stop(70%,#85221c), color-stop(100%,#80211b));
	background: -webkit-linear-gradient(top,  #96271e 0%,#95261d 18%,#91261c 23%,#8d241e 47%,#89221b 68%,#85221c 70%,#80211b 100%);
	background: -o-linear-gradient(top,  #96271e 0%,#95261d 18%,#91261c 23%,#8d241e 47%,#89221b 68%,#85221c 70%,#80211b 100%);
	background: -ms-linear-gradient(top,  #96271e 0%,#95261d 18%,#91261c 23%,#8d241e 47%,#89221b 68%,#85221c 70%,#80211b 100%);
	background: linear-gradient(to bottom,  #96271e 0%,#95261d 18%,#91261c 23%,#8d241e 47%,#89221b 68%,#85221c 70%,#80211b 100%);*/
}
#content .btn-get:after{
	content: '';
	display:inline-block;
	vertical-align:top;
	background: url(/img/sprite.png) no-repeat -152px -195px;
	width: 16px;
	height: 9px;
	margin: 8px 0 0 12px;
}
#content .btn-get:hover{
	background: #a5312d; 
	color: #FFF;
}
#content ul{padding: 0 0 15px 19px;}
#content li{margin: 0 0 3px;}
#content li:before{
	content: '';
	display:inline-block;
	vertical-align:top;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	margin: 8px 7px 0 0;
	background: #5e5b50;
}
#content a { 
	color: #9e302c;
	text-decoration: none;
	}
#content a:hover {
	color: #4f0103;
	}
#sidebar{
	width: 28%;
	float: right;
}
.form-holder{
	border-top: 9px solid #562421;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding: 27px 23px;
	text-shadow: 0 1px 1px rgba(24, 24, 25, .21);
	background: #918F8C  ;
}
.form-holder h2{
	font-size: 26px;
	line-height: 29px;
	color: #fff;
	margin:0 0 13px;
	text-transform: none;
}
.request-form p{margin: 0 0 30px;}
.request-form textarea{
	margin: 0 0 14px;
	min-height: 121px;
	height: 121px;
	border-radius: 2px;
}
.request-form input[type="text"],
.request-form input[type="tel"],
.request-form input[type="email"],
.request-form input[type="submit"]{
	width: 100%;
	padding: 11px 18px 13px;
	margin: 0 0 10px;
	border-radius: 2px;
}
.request-form input[type="submit"]{
	width: 93%;
	height: 36px;
	font-size: 12px;
	line-height: 15px;
	background: #562421;
}
.request-form input[type="submit"]:hover{background: #4f0103;}
#sidebar h2{
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.form-frame h2{margin: 0 0 7px;} 
.side-nav{
	padding: 42px 0 53px;
	background: #c1c1c1;
}
#sidebar .side-nav h2{margin-left: 25px;}
.page-list{
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.page-list li{margin: 0 0 1px;}
.page-list a{
	color: #444;
	display: block;
	text-decoration: none;
	padding: 10px 25px;
}
.page-list a:hover{
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}
.news-block{
	background: #918F8C ;
	padding: 35px 24px 69px;
	color: #FFF;
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
}
#sidebar .news-block h2:before{
	display:inline-block;
	vertical-align:top;
	content: '';
	background: url(/img/sprite.png) no-repeat -202px -114px;
	width: 32px;
	height: 32px;
	margin: -3px 7px 0 0;
}
.news-block img{
	width: 100%;
	height: auto;
	padding: 14px 0 10px;
}
.news-block p{margin: 0 0 15px;}
.news-block .btn-more{
	display:inline-block;
	vertical-align:top;
	padding: 8px 21px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	border-radius: 4px;
	border: 1px solid #504b3f;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	background: #6b6458 url(/img/bg-btn-more.png);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.21);
	box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.21);
}
.news-block .btn-more:hover{background: #000;}
.form-frame{
	background: #dfc49e url(/img/bg-form-frame.png);
	padding: 35px 24px 44px;
	font-size: 15px;
	line-height: 19px;
}
.form-frame p{margin: 0 0 21px;}
.form-frame input[type="submit"]{
	width: 145px;
	height: 38px;
}
.mobile-nav {
	display: none;
	float: right;
}
@media only screen and (min-width:1025px){
	.tel-link{
		cursor:default;
		pointer-events:none;
	}
}
@media only screen and (min-width: 980px){#nav .slide{position: static !important;}}
@media only screen and (max-width: 1120px){
	.slideshow-block .btn-holder,
	.slideshow .text-block{max-width: 880px;}
	.gallery{max-width: 880px;}
	.gallery .slide{width: 220px;}
	.gallery .slideset h2{font-size: 21px;}
	.gallery.team-gallery{max-width: 900px;}
	.gallery.team-gallery .slide{width: 150px;}
	.btn-prev, .btn-next{left: -30px;}
	.btn-next{
		left: auto;
		right: -30px;
	}
	.services-block .text-block{padding-right: 5px;}
}
@media only screen and (max-width: 979px){
	#galleria{ 
		height: 500px; 
	}
	
	.header-holder{
		padding: 0 14px;
		margin-bottom: -53px;
	}
	.header-holder .nav,
	#nav ul>li.hover>ul,
	#nav ul li,
	.nav-bar .contact-block p{display: none;}
	.nav-bar .mobile-nav .contact-block p{display: block;}
	.nav-bar .active a{margin-left: 56px; }
	.nav-bar .contact-block {
		position: absolute;
		top: -47px;	
		right: 13px;
	}
	.nav-bar .tel-link{
		color: #000;
		font-size: 20px;
		line-height: 23px;
	}
	.mobile-nav li.active a{background: url(/img/bg-btn.png);}
	.slideshow-block {min-height: 220px;}
	.banner-block:before,
	.banner-block:after,
	.slideshow-block .slideshow:before,
	.slideshow-block .slideshow:after{box-shadow: none;}
	.slideshow .text-block{
		text-align: center;
		bottom: 50px;
	}
	.slideshow .slideset{height: 227px;}
	.slideshow .img{min-width: 1600px;}
	.slideshow-block .btn-holder{width: 520px;}
	.gallery{max-width: 520px;}
	.gallery{padding: 26px 0 49px;}
	.gallery .image-area{margin:0 0 16px;}
	.gallery .mask .slide{
		width: 256px;
		padding: 0 20px;
	}
	.gallery .slideset h2{font-size: 23px;}
	.gallery.team-gallery .slide{
		width: 170px;
		padding: 20px 20px 0; 
	}
	.nav-bar .holder{
		text-align: center;
		padding: 0 10px 0 189px;
	}
	#nav{
		float: none;
		display:inline-block;
		vertical-align:top;
	}
	#nav ul li.active{display: block;}
	.form-block .text-block,
	.submit-form{
		float: none;
		width: 100%;
		padding: 0 21px 0 23px;
	}
	.form-block{padding: 30px 0 14px;}
	.form-block .text-block{
		padding: 0 0 22px;
		text-align: center;
	}
	.submit-form .col{
		padding: 0 14px 0 0;
		width: 39.5%;
	}
	 .submit-form .textarea-holder{width: 60.5%;}
	.submit-form input[type="text"],
	.submit-form input[type="tel"],
	.submit-form input[type="email"]{padding: 10px 15px 11px;}
	.logo-section{
		position: relative;
		padding: 43px 13px 148px;
	}
	.logo-section h2{text-transform: uppercase;}
	.logo-section .frame{
		padding: 0;
		float: none;
		width: 100%;
		min-height: 0;
		position: static;
	}
	.logo-section .frame:after{height: 0;}
	.logo-section .logo-holder{
		position: absolute;
		bottom: 35px;
		left: 0;
		right: 0;
	}
	.logo-section .logo-block{text-align: center;}
	.logo-section .logo-block .logo{
		font-size: 14px;
		letter-spacing: 0;
		margin: 0 0 15px;
		text-align: center;
	}
	.logo-section .logo img{
		width: 80%;
		display:inline-block;
		vertical-align:middle;
	}
	.logo-section h2{
		font-size: 36px;
		line-height: 39px;
	}
	.logo-section .frame:before{display: none;}
	.gallery.team-gallery{
		padding: 39px 0 60px;
		max-width: 520px;
	}
	.services-block{padding: 37px 0 35px;}
	.gallery.team-gallery h2,
	.services-block h2{text-transform: uppercase;}
	.services-block h2{margin: 0 0 11px;}
	.services-block .image-block{
		width: 50.7%;
		padding: 6px 0 0 16px;
	}
	.services-block .text-block{
		padding: 4px 0 0;
		width: 45%;
	}
	.services-block .frame{padding: 0 0 14px 26px;}
	.services-block .text-guarantee-seal{
		right: 5px;
		bottom: 75px;
		background-position: 0 -87px;
		height: 78px;
		width: 108px;
		background-size: 274px 236px;
	}
	.logo-section .logo{margin: 0 14px 15px 0;}
	.footer-nav{
		padding: 0 3% 15px;
		width: 31.8%;
	}
	.footer-frame{margin: 0 0 39px;}
	#two-column{
		padding: 0 12px;
		position: relative;
		box-shadow: none;
		margin-bottom: 57px;
	}
	.social-block{
		text-align: center;
		position: absolute;
		top: 27px;
		left: 0px;
	}
	.social-block .social-networks{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 21px;
	}
	.social-block .social-networks li{margin: 0 5px;}
	.page-links{
		margin-left: 38px;
		width: 100%;
	}
	#content,
	#sidebar{
		float: none;
		width: 100%;
	}
	#content{
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		padding: 120px 25px 39px;
		margin: 0 0 18px;
	}
	.header-image img{margin: 0 0 21px;}
	#content .btn-holder{padding: 13px 0 0;}
	.btn-prev,
	.btn-next{left: -27px;}
	.btn-next{
		left: auto;
		right: -27px;
	}
	#sidebar{overflow: hidden;}
	.form-holder,
	.form-frame,
	.side-block{
		float: left;
		width: 45%;
	}
	.form-holder{padding:27px 22px 31px;}
	.form-frame{padding:35px 22px 22px;}
	.side-nav{padding: 37px 0 15px;}
	.news-block{padding:35px 23px 233px 22px;}
	.side-block{float: right;}
	.mobile-nav{display: block;}
	.mobile-nav .opener{
		display: block;
		width: 54px;
		height: 49px;
		text-indent: -9999px;
		overflow: hidden;
		z-index: 9;
		background: #918F8C;
	}
	.mobile-nav .opener:before,
	.mobile-nav .opener:after,
	.mobile-nav .opener span {
		background: #fff;
		position: absolute;
		top: 26px;
		left: 14px;
		right: 14px;
		height: 3px;
		margin-top: -2px;
		-webkit-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}
	.mobile-nav .opener:before,
	.mobile-nav .opener:after {
		content: '';
		top: 20px;
	}
 	.mobile-nav .opener:after { top: 32px; }
 	.mobile-nav ul{margin: 0 0 20px;}
 	.nav-bar .mobile-nav .contact-block{
 		text-align: left;
 		position: static;
 		float: left;
 		padding: 0  0 0 35px;
 		color: #fff;
 		font-size: 12px;
 		line-height: 14px;
 	}
 	.nav-bar .mobile-nav .contact-block .tel-link{
 		color: #fff;
 		font-size: 24px;
 		line-height: 27px;
 	}
 	.nav-bar .mobile-nav .active a{
 		display: block;
 		margin: 0;
 		text-align: left;
 		padding: 11px 37px 18px;
 		font-size: 17px;
 		line-height: 20px;
 	}
 	.w1 {
 		position: relative;
 		overflow: hidden;
 	}
	.w1 .w2{
		position: relative;
		right:0;
		-webkit-transition: all 0.25s linear 0s;
		-moz-transition: all 0.25s linear 0s;
		-ms-transition: all 0.25s linear 0s;
		-o-transition: all 0.25s linear 0s;
		transition: all 0.25s linear 0s;
	}
	.active .w2{right: 300px;}
	.mobile-nav .slide > ul > li{
		float: none;
		text-align: left;
	}
	.mobile-nav .slide{
		right:-300px;
		width:300px;
		background: #918F8C;
		-webkit-transition: all 0.25s linear 0s;
		-moz-transition: all 0.25s linear 0s;
		-ms-transition: all 0.25s linear 0s;
		-o-transition: all 0.25s linear 0s;
		transition: all 0.25s linear 0s;
		position: absolute;
		top: 0;
		bottom: 9999px;
		height: 1000px;
		padding-bottom: 9999px;
	}
	.mobile-nav .slide:after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 15px;
		-webkit-box-shadow: inset -20px 0 10px -15px #000;
		box-shadow: inset -20px 0 10px -15px #000;
	}
	.active .slide{right:-300px;}
	.nav-bar .mobile-nav .logo-holder{
		width: 100%;
		background: #4f0103;
		text-align: center;
		padding: 17px 0 19px;
	}
	.nav-bar .mobile-nav .logo{
		width: 92px;
		height: 75px;
		display:inline-block;
		vertical-align:top;
	}
	.nav-bar .mobile-nav .logo img{
		width: 100%;
		height: auto;
	}
	.mobile-nav .slide li{border-bottom: 1px solid #83653a;}
	.banner-block h1{
		font-size: 34px;
		line-height: 37px;
	}
	.hidden-tablet{display: none;}
}
@media only screen and (max-width: 599px){

.clients {
	width: 100%;
}

#galleria{ 
	height: 300px; 
}

.overviewWrap {
	width: 100%;
	}
.overviewWrap h2 {
	font-size: 18px;
	margin: 0;
	}
	
	
	.nav-bar .active a,
	#nav,
	.slideshow-block:after{display: none;}
	.mobile-nav .slide{width: 250px;}
	.active .slide{right: -250px;}
	.active .w2{right: 250px;}
	.header-holder .logo-holder{
		width: 149px;
		padding: 14px 10px 12px 0;
	}
	.header-holder .logo{
		height: 76px;
		width: 97px;
	}
	.header-holder .logo img{
		height: auto;
		max-width: 100%;
	}
	.nav-bar .contact-block{
		top: -33px;
		right: 9px;
	}
	.nav-bar .tel-link{
		font-size: 16px;
		line-height: 20px;		
	}
	.header-holder{padding: 0 11px;}
	.nav-bar .holder{padding-right: 0;}
	.social-block .social-networks{float: left;}
	.social-block .social-networks a{
		width: 31px;
		height: 28px;
	}
	.social-block .social-networks .facebook{background-position: -201px -161px;}
	.social-block .social-networks .twitter{background-position: -237px -161px;}
	.social-block .social-networks .google-plus{background-position: -273px -161px;}
	.gallery-holder{background: none;}
	.gallery-holder:after{box-shadow: none;}
	.slideshow-block .btn-holder,
	.gallery{max-width: 240px;}
	.gallery .mask .slide{
		width: 240px;
		padding: 0 10px;
	}
	.gallery{padding: 13px 0 11px;}
	.gallery .image-area{margin: 0 0 12px;}
	.form-block h2{
		font-size: 20px;
		line-height: 23px;
	}
	.slideshow .text-block{bottom: 87px;}
	.slideshow .text-block h1{
		font-size: 23px;
		line-height: 27px;
		margin: 0 0 4px;
	}
	.slideshow .text-block .holder{
		font-size: 12px;
		line-height: 15px;
		width: 250px;
	}
	.form-block{padding: 38px 0 22px;}
	.form-block .text-block{padding: 0 0 28px;}
	.submit-form{padding: 0 24px; }
	.submit-form .col{
		width: 100%;
		padding:  0 0 13px;
	}
	.submit-form .textarea-holder{
		width: 100%;
		margin: 0 0 16px;
	}
	.submit-form input[type="submit"]{width: 100px;}
	.gallery.team-gallery{
		padding: 48px 0 64px;
		max-width: 240px;
	}
	.gallery.team-gallery .mask .slide{
		width: 250px;
		padding: 20px 57px 0;
	}
	.gallery.team-gallery .slideset img{margin: 0 0 16px;}
	.gallery.team-gallery h2{
		font-size: 24px;
		line-height: 27px;
		margin: 0;
	}
	.services-block{padding: 40px 0 30px;}
	.services-block .image-block{ width: 100%;
	}
	.services-block .text-block{
		float: none;
		width: 100%;
		padding: 0 18px 0 26px;
	}
	.services-block .text-block p{margin: 0 0 3px;}
	.services-block h2{
		font-size: 22px;
		line-height: 25px;
		margin: 0 0 17px;
	}
	.services-block .frame{padding: 0 0 22px 26px;}
	.services-block .button{margin: 0;}
	.logo-section{padding: 45px 13px 62px;}
	.logo-section h2{
		font-size: 22px;
		line-height: 27px;
	}
	.logo-section .logo-holder{bottom: 0;}
	.logo-section .logo{margin: 0 0 15px;}
	.logo-section .logo img{width: 65%;}
	.form-holder,
	.form-frame,
	.side-block{
		width: 100%;
		float: none;
		padding: 27px 24px 31px;
	}
	.side-block{padding: 0;}
	.banner-block h1{
		font-size: 24px;
		line-height: 24px;
	}
	.social-block{
		top: 20px;
		left: 18px;
	}
	.social-block .social-networks{margin: 0 0 8px;}
	.social-block .social-networks li{margin: 0 3px;}
	#two-column{padding: 0 9px;}
	.page-links{
		margin: 0 0 5px;
		font-size: 12px;
		line-height: 15px;
	}
	#content{
		padding: 96px 14px 49px;
		margin: 0 0 25px;
	}
	.header-image img{
		border: 1px solid #e3e1e6;
		box-shadow: none;
		margin: 0 0 23px;
	}
	#content h2{
		font-size: 28px;
		line-height: 31px;
	}
	.hidden-mobile{display: none;}
	#content .btn-holder{padding: 0;}
	#content .btn-get{
		font-size: 18px;
		line-height: 21px;
		padding: 18px 24px;
	}
	#sidebar{padding: 0 20px;}
	.news-block{padding-bottom: 40px}
	.footer-frame{margin-bottom: 0;}
	.footer-holder .footer-nav{
		width: 47%;
		padding-bottom: 16px;
	}
	.footer-nav h3{line-height: 25px;}
	.footer-holder .footer-nav:last-child{display: none;}
	.footer-block{padding: 0 33px; color: #333;
	}
}