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;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	height: 100%;
}

body {
	min-width: 320px;
	font: 300 17px/25px 'Roboto';
	color: #222;
	}

a {
	color: #bf3f3f;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

li {
	position: relative;
	list-style: none;
}

p,
.content ul,
.content ol,
.content table {
	margin-bottom: 26px;
}

.content ul:not([class]),
.content ol:not([class]) {
	
}

.content ul:not([class]) li,
.content ol:not([class]) li {
    margin: 0;    
 	-webkit-transform: translateX(30px);
 	-ms-transform: translateX(30px);
 	-o-transform: translateX(30px);
 	transform: translateX(30px);
 	width: calc(100% - 30px);
}

.content ul:not([class]) li {
	list-style: disc outside;
}

.content ol:not([class]) li {
	list-style: decimal outside;
}

.ie .content ul:not([class]),
.ie .content ol:not([class]) {
	overflow: hidden;
}

h1 {

}

h2 {

}

h3 {
	text-transform: uppercase;
}

div, section, nav {
	position: relative;
	}

input, textarea {
	outline: 0px none;
	}

table {
	width: 100%;
}

table,
table tr,
table td,
table th {
	border-collapse: collapse;
	vertical-align: top;
}

.container {
	width: 940px;
	margin: 0 auto;
}

.container:after,
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/********** LP HEADER **********/

body.lp {
	background: url('../images/bg.jpg') repeat top left;
}

#header {
	padding-bottom: 60px;
}

#header-top {
	height: 163px;
}

#logo {
	float: left;
	max-width: 335px;
	height: 160px;
}

#logo .wrp {
	display: table-cell;
	height: 160px;
	line-height: 160px;
	vertical-align: middle;
}

#logo a {
	display: block;
}

#logo img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 335px;
}

#slogan {
	float: left;
	margin-left: 60px;
	width: 313px;
	min-height: 116px;
	margin-top: 20px;
	padding: 36px 0 0 20px;
	font: 300 italic 17px/22px 'Roboto';
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	background: url('../images/top-map.png') no-repeat left;
}

#slogan sup {
	font-size: 60%;
	vertical-align: super;
	line-height: 0;
	text-decoration: underline;
}

#top-phones {
	float: right;
	width: 220px;
	margin-top: 37px;
}

#top-phones span {
	display: block;
	margin-bottom: 14px;
	font: 600 25px/25px 'Roboto';
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.button {
	display: block;
	width: 220px;
	height: 44px;
	padding-top: 15px;
	font: 700 15px/15px 'Roboto Condensed';
	color: #7c4127;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url('../images/button.png') no-repeat center;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	   		box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	   -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	   		text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
}

.button:hover {
	color: #bf3f3f;
}

#menu {
	height: 54px;
	background: url('../images/menu.jpg') no-repeat center;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	   		border-radius: 6px;
}

#menu:after {
	content: '';
	position: absolute;
	top: 54px;
	left: 0;
	width: 940px;
	height: 72px;
	background: url('../images/menu-shadow.png') no-repeat center;
}

.nav-menu > li {
	float: left;
	padding-right: 2px;
	background-image: url('../images/divider.png');
	background-position: right top;
	background-repeat: no-repeat;
}

.nav-menu > li > a {
	display: block;
	height: 54px;
	padding: 0 20px;
	font: 300 15px/54px 'Roboto';
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	
	
text-transform: uppercase;	
font-weight: bold;
}

.nav-menu > li:first-child > a {
	width: 59px;
	padding: 0;
	font-size: 0;
	color: transparent;
	-webkit-border-radius: 6px 0 0 6px;
	   -moz-border-radius: 6px 0 0 6px;
	   		border-radius: 6px 0 0 6px;

}

.nav-menu > li:first-child > a:before {
	content: '\f015';
	position: absolute;
	top: 0;
	left: 0;
	width: 59px;
	height: 54px;
	font: 20px/54px 'FontAwesome';
	color: #fff;
	text-align: center;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.nav-menu > li:hover > a,
.nav-menu > li.current-menu-item > a {
	background-color: rgba(0, 0, 0, .3);
}

.nav-menu > li.menu-item-has-children a {
	padding-right: 40px;
	position: relative;
}

.nav-menu > li.menu-item-has-children > a:after {
	content: '\f107';
	position: absolute;
	top: 20px;
	right: 20px;
	font: 16px/16px 'FontAwesome';
	color: #fff;
	text-align: right;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	     -o-transition: all 0.2s linear 0s;
	    -ms-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}

.nav-menu > li.menu-item-has-children:hover > a:after {
	-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		 -o-transform: rotate(-90deg);
			transform: rotate(-90deg);
}

.nav-menu > li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.nav-menu ul.sub-menu {
	overflow: hidden;
	position: absolute;
	top: 54px;
	left: -1px;
	width: 240px;
	padding: 20px 0 22px;
	background: #503f36;
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
	     -o-border-radius: 0 0 6px 6px;
	    -ms-border-radius: 0 0 6px 6px;
			border-radius: 0 0 6px 6px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4), inset 0 10px 10px 0 rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4), inset 0 10px 10px 0 rgba(0, 0, 0, .2);
	     -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4), inset 0 10px 10px 0 rgba(0, 0, 0, .2);
	    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4), inset 0 10px 10px 0 rgba(0, 0, 0, .2);
			box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4), inset 0 10px 10px 0 rgba(0, 0, 0, .2);
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	     -o-transition: all 0.2s linear 0s;
	    -ms-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.nav-menu ul.sub-menu li {
	padding: 0;
}

.nav-menu ul.sub-menu a {
	display: block;
	padding: 8px 20px;
	font: 300 15px/22px 'Roboto';
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
	     -o-transition: all 0.2s linear 0s;
	    -ms-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.nav-menu ul.sub-menu a:hover,
.nav-menu ul.sub-menu li.current-menu-item a {
	color: #ffd156;
}

.slicknav_menu {
	display: none;
	width: 100%;
	height: 48px;
	margin: 0 auto;
	padding: 0;
	z-index: 10000;
}

.slicknav_btn {
	display: block;
	width: 100%;
	height: 48px;
	color: #fff;
	font: 300 16px/50px 'Roboto';
	text-align: center;
	text-decoration: none;
	background: transparent;
}

.slicknav_btn.slicknav_open,
.slicknav_btn.slicknav_open:hover {
	opacity: 0.6;
}

.slicknav_icon {
	display: inline-block;
	width: 18px;
	height: 14px;
	margin: 0 0 -2px 6px;
}

.slicknav_icon-bar {
	display: block;
	height: 1px;
	margin-bottom: 5px;
	background: #fff;
}

.slicknav_btn:hover {
	color: #fff;
	opacity: .8;
}

.slicknav_nav {
	margin-top: 10px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	     -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
			box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.slicknav_nav li a {
	font: 300 16px/22px 'Roboto';
	text-align: center;
	text-decoration: none;
	color: #ffd156;
}

.slicknav_nav li > a {
	display: block;
	height: auto;
	padding: 12px 20px;
	background: #40211c;
}

.slicknav_nav .sub-menu li > a {
	background: #331a16;
}

.slicknav_nav > li:first-child a {
	-webkit-border-radius: 6px 6px 0 0;
	   -moz-border-radius: 6px 6px 0 0;
			border-radius: 6px 6px 0 0;
}

.slicknav_nav > li:last-child a {
	-webkit-border-radius: 0 0 6px 6px;
	   -moz-border-radius: 0 0 6px 6px;
			border-radius: 0 0 6px 6px;
}

.slicknav_nav li:not(:last-child) > a {
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.slicknav_nav li a:hover,
.slicknav_nav li.current-menu-item > a {
	color: #fff;
	background: #592e27;
}

.slicknav_nav li a:hover a,
.slicknav_nav li.current-menu-item > a a,
.slicknav_nav li a:hover .slicknav_arrow:after,
.slicknav_nav li.current-menu-item .slicknav_arrow:after {
	color: #fff;
}

.slicknav_nav li:not(:last-child) > a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.slicknav_arrow {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 15px;
}

.slicknav_arrow:after {
	content: '\f0d7';
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'FontAwesome';
	text-align: center;
	color: #ffd156;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}

.slicknav_open > a .slicknav_arrow:after {
	content: '\f0da';
}

#our-services {
	margin-top: 60px;
}

h2.small-title {
	font: bold 32px/32px 'Roboto Condensed';
	color: #7c4127;
	text-transform: uppercase;
	text-align: center;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	overflow: hidden;
}

h2.small-title:before,
h2.small-title:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -9px;
	width: 80px;
	height: 4px;
	background: url('../images/brown-title-lines.png') no-repeat center;
}

h2.small-title:before {
	left: -20px;
}

h2.small-title:after {
	right: -20px;
}

#our-services-list {
	margin-top: 40px;
}

#our-services-list li {
	position: relative;
	float: left;
	width: calc((100% - 80px) / 5);
}

#our-services-list li:not(:last-child) {
	margin-right: 20px;
}

#our-services-list li img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 172px;
}

#our-services-list li .front .text,
#our-services-list li .back a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 195px;
	text-align: center;
	vertical-align: middle;
	font: 300 18px/24px 'Roboto Condensed';
	color: #fff;
	text-transform: uppercase;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#our-services-list li .front .text {
	padding: 0 5px;
}

#our-services-list li .back a {
	padding: 0 20px;
	text-decoration: none;
}

#our-services-list li span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-48%);
			transform: translateY(-48%);
}

.flipper {
	position: relative;
	height: 195px;
}

.flipper .front,
.flipper .back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 195px;
	cursor: default;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.5s;
			transition: transform 0.5s;
}

.flipper .back {
	-webkit-transform: rotateY(-180deg);
			transform: rotateY(-180deg);
}

.flipper:hover .front {
	-webkit-transform: rotateY(-180deg);
			transform: rotateY(-180deg);
}

.flipper:hover .back {
	-webkit-transform: rotateY(0);
			transform: rotateY(0);
}

/********** LP BODY ************/

.wave {
	background: url('../images/bg2.jpg') repeat top left;
	z-index: 100;
}

.wave:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: url('../images/wave-top.png') repeat-x top center;
}

.wave:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: url('../images/wave-bottom.png') repeat-x top center;
}

#h1-wrap {
	padding: 50px 0 50px;
}

h1 {
	font: bold 44px/50px 'Roboto Condensed';
	text-align: center;
	text-transform: uppercase;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#promo .container {
	padding-top: 70px;
	padding-bottom: 70px;
}

#promo .left {
	float: left;
	width: 300px;
}

#promo .overlay {
	background: rgba(34, 34, 34, .7);
}

#promo.slide2 {
	background: url('../images/slide2.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

#page-menu {
	font: 300 17px/18px 'Roboto';
	color: #fff;
	padding: 30px 30px 22px;

	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	   		border-radius: 6px;
}

#page-menu .title {
	display: block;
	margin-bottom: 17px;
	
	
	
	

	
	
	
	
	
	
}

#page-menu a {
	color: #000;
	text-decoration: none;
	
	
	

	
	
}

#page-menu a:hover {
	text-decoration: underline;
}

#page-menu ol li {
	right: -16px;
	padding: 0 16px 10px 0;
	list-style: outside decimal;
	
	margin:10px 0px 0px 0px;

	color: rgb(0, 0, 0);
font-size: 18px;
padding: 12px;
text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
-webkit-border-radius: 11px;
-moz-border-radius: 11px;
border-radius: 11px;
background: rgb(42, 214, 36);
background: -moz-linear-gradient(90deg, rgb(42, 214, 36) 4%, rgb(81, 135, 86) 70%);
background: -webkit-linear-gradient(90deg, rgb(42, 214, 36) 4%, rgb(81, 135, 86) 70%);
background: -o-linear-gradient(90deg, rgb(42, 214, 36) 4%, rgb(81, 135, 86) 70%);
background: -ms-linear-gradient(90deg, rgb(42, 214, 36) 4%, rgb(81, 135, 86) 70%);
background: linear-gradient(0deg, rgb(42, 214, 36) 4%, rgb(81, 135, 86) 70%);
-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);	
	
	
	
	
	
	
	
}

#promo .right {
	float: right;
	width: 620px;
	padding-left: 40px;
	color: #fff;
}

#promo .right h2 {
	margin-top: 28px;
	font: bold 44px/50px 'Roboto Condensed';
	text-transform: uppercase;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#promo .right h3 {
	margin: 16px 0 30px;
	font: 400 32px/42px 'Roboto';
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.section {
	
}

h2.brown {
	color: #7c4127;
}

h2.white {
	color: #fff;
}

h2.big-title {
	font: bold 44px/50px 'Roboto Condensed';
	text-transform: uppercase;
	text-align: center;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

h2.big-title:before,
h2.big-title:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -14px;
	width: 80px;
	height: 4px;
}

h2.big-title:before {
	left: -18px;
}

h2.big-title:after {
	right: -18px;
}

h2.black.big-title:before,
h2.black.big-title:after {
	background: url('../images/black-title-lines.png') no-repeat center;
}

h2.brown.big-title:before,
h2.brown.big-title:after {
	background: url('../images/brown-title-lines.png') no-repeat center;
}

h2.white.big-title:before,
h2.white.big-title:after {
	background: url('../images/white-title-lines.png') no-repeat center;
}

#lp_about {
	padding-top: 55px;
	padding-bottom: 38px;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#lp_about h2 {
	margin-bottom: 51px;
}

.regards-list {
	margin-bottom: 36px;
}

.regards-list li {
	float: left;
	width: calc((100% - 80px) / 5);
	font: 300 15px/17px 'Roboto Condensed';
	color: #75644d;
	text-align: center;
}

.regards-list li b {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font: bold 30px/30px 'Roboto Condensed';
}

.regards-list li b span {
	display: block;
	font-size: 36px;
}

.regards-list li:not(:last-child) {
	margin-right: 20px;
}

.regards-list li .cell {
	display: table-cell;
	width: 100%;
	width: 172px;
	height: 195px;
	vertical-align: middle;
}

.regards-list li img {
	display: block;
	width: 100%;
	height: auto;
}

.regards-list li:not(.img) .cell {
	padding: 0 20px;
	background: url('../images/regards-frame.png') no-repeat center;
}

#lp_about .text {
	padding: 0 140px;
}

#lp_price {
	padding-top: 59px;
	padding-bottom: 67px;
}

#lp_price h2 {
	margin-bottom: 51px;
}

.price-list {
	margin-bottom: -50px;
}

.price-list-one {
	float: left;
	width: calc((100% - 10px) / 4);
	margin-bottom: 50px;
	text-align: center;
	
	margin:50px 50px 0px 0px;
}

.price-list-one:not(:nth-child(2n)) {
	margin-right: 50px;
}

.price-list-one .img {
	width: auto;
	height: auto;
	max-width: 345px;
	margin: 0 auto 30px;
	z-index: 30;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	overflow: hidden;
}

.price-list-one .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 17, 12, 1);
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	z-index: 31;
	opacity: 0;
}

.price-list-one .img a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 34;
}

.price-list-one .img a:after {
	content: '\f002';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -15px 0 0 -15px;
	font: 36px/40px 'FontAwesome';
	color: #fff;
	text-align: center;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
			transform: scale(0);
	z-index: 35;
	opacity: 0;
}

.price-list-one img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	max-width: 345px;
	object-fit: cover;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	opacity: 1;
	z-index: 32;
}

.price-list-one .img:hover img {
	-webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
			transform: scale(1.15);
	opacity: .2;
}

.price-list-one .img:hover:after {
	opacity: 1;
}

.price-list-one .img:hover a:after {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
			transform: scale(1);
	opacity: 1;
}

#lp_price h3 {
	margin-bottom: 16px;
	font: bold 28px/32px 'Roboto Condensed';
	color: #7c4127;
	text-transform: uppercase;
	text-align: center;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#lp_price .features-list {
	width: 75%;
	margin: 0 auto 30px;
}

#lp_price .features-list li {
	padding: 6px 0;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	border-bottom: 1px solid #c1ad91;
}

#lp_price .features-list li:last-child {
	padding: 10px 10px;
	font: 400 18px 'Roboto Condensed';
	color: #bf3f3f;
	text-transform: uppercase;
	border: none;
	background: rgba(193, 173, 145, .4);
}

#lp_price .button {
	margin: 0 auto;
}

#lp_price .also {
	margin: 50px 0 40px;
	padding: 42px 0 0;
	clear: both;
	background: url('../images/dotted.png') repeat-x top left;
}

#lp_price .also:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

#lp_price .also h2 {
	font: bold 44px/50px 'Roboto Condensed';
	color: #7c4127;
	text-align: center;
	text-transform: uppercase;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#lp_price .also li {
	float: left;
	width: calc((100% - 60px) / 4);
	text-align: center;
}

#lp_price .also li:not(:last-child) {
	margin-right: 20px;
}

.also-work-list-one .img {
	width: auto;
	height: auto;
	max-width: 180px;
	margin: 0 auto 21px;
	z-index: 30;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	overflow: hidden;
}

.also-work-list-one .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 17, 12, 1);
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	z-index: 31;
	opacity: 0;
}

.also-work-list-one .img a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 34;
}

.also-work-list-one .img a:after {
	content: '\f0c1';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	font: 36px/40px 'FontAwesome';
	color: #fff;
	text-align: center;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
			transform: scale(0);
	z-index: 35;
	opacity: 0;
}

.also-work-list-one img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	max-width: 180px;
	object-fit: cover;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	opacity: 1;
	z-index: 32;
}

.also-work-list-one .img:hover img {
	-webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
			transform: scale(1.15);
	opacity: .2;
}

.also-work-list-one .img:hover:after {
	opacity: 1;
}

.also-work-list-one .img:hover a:after {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
			transform: scale(1);
	opacity: 1;
}

#lp_price a.link {
	font: 300 21px/25px 'Roboto';
	color: #222;
	text-decoration: none;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#lp_price a.link:hover {
	text-decoration: underline;
}

#lp_advantages {
	padding-top: 55px;
	padding-bottom: 55px;
}

#lp_advantages h2 {
	margin-bottom: 42px;
}

.darkwave {
	background: url('../images/bg3.jpg') repeat top left;
}

.darkwave:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: url('../images/darkwave-top.png') repeat-x top center;
}

.adv {
	display: table;
}

.adv .adv-row {
	display: table-row;
}

.adv .adv-col {
	display: table-cell;
	width: 50%;
	font: 300 21px/25px 'Roboto';
}

.adv .adv-head {
	font: 500 24px/26px 'Roboto';
	text-align: center;
	vertical-align: middle;
}

.adv .adv-head.minus {
	color: #f5f5f5;
	padding-bottom: 36px;
}

.adv .adv-head.plus {
	color: #ffd156;
	padding-bottom: 36px;
}

.adv .adv-col.minus:not(.adv-head) {
	padding: 2px 10px 34px 57px;
	color: #f5f5f5;
	background: url('../images/minus.png') no-repeat -1px 0;
}

.adv .adv-col.plus:not(.adv-head) {
	padding: 2px 0 34px 67px;
	color: #ffd156;
	background: url('../images/plus.png') no-repeat 9px 0;
}

#lp_guaranty {
	padding-top: 55px;
	padding-bottom: 37px;
}

#lp_guaranty h2 {
	margin-bottom: 51px;
}

#guaranty-list li {
	float: left;
	width: calc((100% - 60px) / 4);
	padding: 0 20px 0;
	font: 300 15px/25px 'Roboto Condensed';
	color: #75644d;
	text-align: center;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#guaranty-list li:not(:last-child) {
	margin-right: 20px;
}

#guaranty-list li img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 172px;
	margin: 0 auto 22px;
}

#guaranty-list li h3 {
	font: bold 28px/26px 'Roboto Condensed';
	color: #bf3f3f;
	text-transform: uppercase;
	margin-bottom: 14px;
}

#lp_reviews {
	padding-top: 59px;
	padding-bottom: 50px;
}

#lp_reviews h2 {
	margin-bottom: 51px;
}

#lp_reviews .slidewrap {
	width: 598px;
	height: 443px;
	margin: 0 auto;
	background: url('../images/reviews_bg.png') no-repeat center;
}

#lp_reviews li .wrp {
	width: 340px;
	margin: 30px auto 0;
	font: 300 italic 17px/23px 'Roboto';
	text-align: center;
	color: #fff;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#lp_reviews li .wrp b {
	font-style: normal;
	font-weight: 400;
	color: #ffd156;
}

#lp_reviews li .wrp .first-word {
	display: block;
}

#lp_reviews li .wrp p {
	margin-bottom: 23px;
}

#lp_reviews li .wrp img {
	width: 100px;
	height: 100px;
	margin-bottom: 16px;
	border: 3px solid #c1ad91;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	   		border-radius: 50px;
}

#lp_reviews .bx-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 65px;
	margin-top: -30px;
	z-index: 100;
}

#lp_reviews .bx-controls .bx-prev,
#lp_reviews .bx-controls .bx-next {
	position: relative;
	width: 58px;
	height: 65px;
	opacity: .75;
	z-index: 100;
}

#lp_reviews .bx-prev {
	float: left;
	margin-left: 22px;
	background: url('../images/prev.png') no-repeat center;
}

#lp_reviews .bx-next {
	float: right;
	margin-right: 22px;
	background: url('../images/next.png') no-repeat center;
}

#lp_reviews .bx-controls a:hover {
	opacity: 1;
}

#lp_reviews .bx-controls a.disabled {
	opacity: .25;
}

#lp_portfolio {
	padding-top: 55px;
	padding-bottom: 50px;
}

#lp_portfolio h2 {
	margin-bottom: 51px;
}

.gallery-box li {
	float: left;
	width: calc((100% - 80px) / 5);
	margin-bottom: 20px;
}

.gallery-box li:not(:nth-child(5n)) {
	margin-right: 20px;
}

.gallery-box .img {
	width: auto;
	height: auto;
	max-width: 172px;
	margin-left: auto;
	margin-right: auto;
	z-index: 30;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	overflow: hidden;
}

.gallery-box .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 17, 12, 1);
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	z-index: 31;
	opacity: 0;
}

.gallery-box .img a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 34;
}

.gallery-box .img a:after {
	content: '\f002';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -15px 0 0 -15px;
	font: 36px/40px 'FontAwesome';
	color: #fff;
	text-align: center;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
			transform: scale(0);
	z-index: 35;
	opacity: 0;
}

.gallery-box img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	max-width: 172px;
	object-fit: cover;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	opacity: 1;
	z-index: 32;
}

.gallery-box .img:hover img {
	-webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
			transform: scale(1.15);
	opacity: .2;
}

.gallery-box .img:hover:after {
	opacity: 1;
}

.gallery-box .img:hover a:after {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
			transform: scale(1);
	opacity: 1;
}

#lp_portfolio .gallery-box {
	padding-bottom: 20px;
}

#lp_portfolio .button {
	margin: 0 auto 20px;
}

#lp_action {
	padding-top: 59px;
	padding-bottom: 50px;
	background: url('../images/bg3.jpg') repeat top left;
}

#lp_action h2 {
	margin-bottom: 31px;
	color: #ffd156;
}

#lp_action h3 {
	margin-bottom: 53px;
	font: 300 32px/36px 'Roboto';
	color: #fff;
	text-align: center;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#lp_action h3 b,
#lp_action h3 strong {
	font-weight: 500;
	color: #ffd156;
	white-space: nowrap;
}

#lp_action .form-wrp {
	width: 700px;
	margin: 0 auto 35px;
}

#lp_action .form-wrp:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

#lp_action .form-wrp .field {
	float: left;
	width: calc((100% - 20px) / 2);
	margin-bottom: 12px;
}

#lp_action .form-wrp .field.name {
	margin-right: 20px;
}

#lp_action input[type='text'],
#lp_action input[type='email'],
#lp_action input[type='tel'] {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 59px 0 15px;
	font: 300 17px/44px 'Roboto Condensed';
	color: #7c4127;
	border: 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
	   -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
	   		box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
}

#lp_action input[type='text'] {
	background: #fff url('../images/small-user.png') no-repeat right;
}

#lp_action input[type='tel'] {
	background: #fff url('../images/small-phone.png') no-repeat right;
}

#lp_action input[type='submit'] {
	display: block;
	width: 220px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	font: 700 15px/45px 'Roboto Condensed';
	color: #7c4127;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url('../images/button.png') no-repeat center;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	   		box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	   -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	   		text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	border: 0;
	cursor: pointer;
}

#lp_action .checkbox {
	clear: both;
	margin: 12px 0;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	text-align: center;
}

#lp_action .checkbox a {
	color: #ffd156;
	text-decoration: none;
}

#lp_action .checkbox a:hover {
	color: #fff;
	text-decoration: none;
}

#lp_action input[type='checkbox'] {
	vertical-align: -2px;
	margin: 0 5px 0 0;
}

#lp_articles {
	padding-top: 55px;
}

#lp_articles h2 {
	margin-bottom: 50px;
}

.articles-list {
	margin-bottom: 16px;
}

.articles-list:after,
.articles-list li:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.articles-list li {
	float: left;
	width: calc((100% - 20px) / 2);
	font: 300 15px/23px 'Roboto';
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.articles-list li:not(:last-child) {
	margin-right: 20px;
}

.articles-list li .left {
	float: left;
	width: 140px;
}

.articles-list li .right {
	float: left;
	width: calc(100% - 140px);
	padding-left: 20px;
}

.articles-list .img {
	width: auto;
	height: auto;
	max-width: 140px;
	margin: 0 0 21px;
	z-index: 30;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	overflow: hidden;
}

.articles-list .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 17, 12, 1);
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	z-index: 31;
	opacity: 0;
}

.articles-list .img a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 34;
}

.articles-list .img a:after {
	content: '\f0c1';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	font: 36px/40px 'FontAwesome';
	color: #fff;
	text-align: center;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
			transform: scale(0);
	z-index: 35;
	opacity: 0;
}

.articles-list img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	max-width: 140px;
	object-fit: cover;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	opacity: 1;
	z-index: 32;
}

.articles-list .img:hover img {
	-webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
			transform: scale(1.15);
	opacity: .2;
}

.articles-list .img:hover:after {
	opacity: 1;
}

.articles-list .img:hover a:after {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
			transform: scale(1);
	opacity: 1;
}

.articles-list li h3 {
	font: 300 21px/25px 'Roboto';
	margin-bottom: 17px;
}

#lp_articles .read-more {
	margin-bottom: 70px;
	padding-top: 42px;
	background: url('../images/dotted.png') repeat-x top left;
}

#lp_articles .read-more .button {
	margin: 0 auto;
}

/********** LP FOOTER **********/

#lp_contacts {
	padding-top: 59px;
	padding-bottom: 55px;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#lp_contacts .left,
#lp_contacts .right {
	float: left;
	width: calc((100% - 40px) / 2);
}

#lp_contacts .left {
	margin-right: 40px;
}

#lp_contacts h2 {
	margin-bottom: 38px;
	font: bold 44px/50px 'Roboto Condensed';
	color: #7c4127;
	text-transform: uppercase;
}

#lp_contacts .ctcs {
	min-height: 67px;
	margin-bottom: 15px;
	padding: 0 0 0 78px;
}

#lp_contacts .ctcs .cell {
	display: table-cell;
	width: 100%;
	height: 67px;
	vertical-align: middle;
}

#lp_contacts .address {
	font: 300 22px/26px 'Roboto';
	background: url('../images/address.png') no-repeat left;
}

#lp_contacts .phones,
#lp_contacts .mail,
#lp_contacts .skype {
	font: 300 27px/29px 'Roboto';
}

#lp_contacts .phones {
	background: url('../images/phone.png') no-repeat left;
}

#lp_contacts .mail {
	background: url('../images/mail.png') no-repeat left;
}

#lp_contacts .skype {
	background: url('../images/skype.png') no-repeat left;
}

#map {
	height: 360px;
	margin-top: 50px;
	-webkit-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
			box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

#map > ymaps {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	overflow: hidden;
}

.myTitle {
	width: 280px;
	padding: 10px;
	font: 400 18px/24px 'Roboto';
}

.copy {
	clear: both;
	padding-top: 60px;
	padding-bottom: 15px;
	line-height: 22px;
	text-align: center;
}

.social {
	text-align: center;
}

.social-list {
	display: inline-block;
	overflow: hidden;
}

.social-list li {
	float: left;
	margin: 0 5px 10px;
}

.social-list a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
	border: 0;
}

.social-list a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	font: 24px/40px 'FontAwesome';
	color: rgba(117, 98, 89, .75);
	text-align: center;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	border: 1px solid rgba(117, 98, 89, .5);
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
			transition: all 0.1s linear 0s;
}

.social-list a.vk:after {
	content: '\f189';
}

.social-list a.fb:after {
	content: '\f09a';
}

.social-list a.ok:after {
	content: '\f263';
}

.social-list a.tw:after {
	content: '\f099';
}

.social-list a.inst:after {
	content: '\f16d';
}

.social-list a.gp:after {
	content: '\f0d5';
}

.social-list a.yt:after {
	content: '\f167';
}

.social-list a:hover:after {
	color: #bf3f3f;
	border-color: #bf3f3f;
}

#scrollUp {
	bottom: 30px;
	right: 30px;
	width: 45px;
	height: 45px;
	text-decoration: none;
	-webkit-transition: all 0s linear 0s;
	   -moz-transition: all 0s linear 0s;
			transition: all 0s linear 0s;

}

#scrollUp:after {
	content: '\f106';
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	font: 33px/43px 'FontAwesome';
	color: #fff;
	text-align: center;
	background: #000;
	opacity: .4;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-transition: opacity .1s linear 0s;
	   -moz-transition: opacity .1s linear 0s;
			transition: opacity .1s linear 0s;
}

#scrollUp:hover:after {
	opacity: 1;
}

/********** THEME STYLES **********/

#lp_action div.wpcf7-mail-sent-ok,
#lp_action div.wpcf7-mail-sent-ng {
	top: 20px;
    width: 700px !important; 
    margin: 0 0 10px !important;
    padding: 10px !important;
    font-size: 13px;
    line-height: 22px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    box-sizing: border-box;
    clear: both;
    text-align: center !important;
}

#fancybox-title {
	display: none !important;
}

div.wpcf7-validation-errors {
    display: none !important;
}

span.wpcf7-not-valid-tip {
    width: 100% !important;
    font-size: 13px !important;
    line-height: 15px !important;
    font-weight: 300 !important;
    color: #fff !important;
    padding: 5px 0 5px 15px !important;
}

div.wpcf7 span.ajax-loader {
	position: absolute;
	bottom: -29px;
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	margin: 0;
	background: none;
}

div.wpcf7 span.ajax-loader:before {
	content: '\f1ce';
	display: inline-block;
	font: 21px 'FontAwesome';
	color: #fff;
	-webkit-animation: spinZ linear 1s infinite forwards;
			animation: spinZ linear 1s infinite forwards;
}

@keyframes spinZ {

	from {
	-webkit-transform: rotateZ(0deg);
			transform: rotateZ(0deg);
	}

	to {
	-webkit-transform: rotateZ(360deg);
			transform: rotateZ(360deg);
	}

}

@-webkit-keyframes spinZ {

	from {
	-webkit-transform: rotateZ(0deg);
			transform: rotateZ(0deg);
	}

	to {
	-webkit-transform: rotateZ(360deg);
			transform: rotateZ(360deg);
	}

}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng {
    width: 220px !important;
    margin: 0 0 0 !important;
    padding: 10px !important;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05) !important;
    border: 0px solid transparent !important;
    border-radius: 4px !important;
    box-sizing: border-box;
    clear: both;
    text-align: center !important;
}

div.wpcf7-mail-sent-ok {
    color: #3C763D !important;
    background-color: #DFF0D8 !important;
    border-color: #D6E9C6 !important;
    background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #B2DBA1 !important;
}

div.wpcf7-mail-sent-ng {
    color: #A94442 !important;
    background-color: #F2DEDE !important;
    border-color: #EBCCD1 !important;
    background-image: linear-gradient(to bottom, #F2DEDE 0px, #E7C3C3 100%) !important;
    background-repeat: repeat-x !important;
    border-color: #DCA7A7 !important;
}

.popup-form:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.popup-form {
	padding: 30px 30px 20px;
	background: url('../images/bg3.jpg') repeat top left;
}

.popup-form h2 {
	width: 240px;
	margin: 0 -10px 20px;
	font: bold 30px/32px 'Roboto Condensed';
	color: #ffd156;
	text-transform: uppercase;
	text-align: center;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.popup-form .field,
.popup-form .submit-field {
	clear: both;
	width: 220px;
	margin-bottom: 12px;
}

.popup-form .submit-field {
	margin-bottom: 20px;	
}

.popup-form input[type='text'],
.popup-form input[type='email'],
.popup-form input[type='tel'] {
	width: 220px;
	height: 44px;
	padding: 0 59px 0 15px;
	font: 300 17px/44px 'Roboto Condensed';
	color: #7c4127;
	border: 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
	   -moz-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
	   		box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .3);
}

.popup-form input[type='text'] {
	background: #fff url('../images/small-user.png') no-repeat right;
}

.popup-form input[type='tel'] {
	background: #fff url('../images/small-phone.png') no-repeat right;
}

.popup-form input[type='email'] {
	background: #fff url('../images/small-mail.png') no-repeat right;
}

.popup-form input[type='submit'] {
	display: block;
	width: 220px;
	height: 44px;
	font: 700 15px/45px 'Roboto Condensed';
	color: #7c4127;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url('../images/button.png') no-repeat center;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	   		box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	   -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	   		text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	border: 0;
	cursor: pointer;
}

.popup-form .checkbox {
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

.popup-form .checkbox a {
	color: #ffd156;
	text-decoration: none;
}

.popup-form .checkbox a:hover {
	color: #fff;
}

.popup-form .checkbox input[type='checkbox'] {
	vertical-align: -2px;
	margin: 0 5px 0 0;
}

#breadcrumbs {
	font-size: 13px;
	margin-bottom: 45px;
}

.page {
	padding-top: 55px;
	padding-bottom: 67px;
}

.page h1 {
	margin-bottom: 35px;
	text-align: left;
}

.page h2 {
	font: 400 36px/40px 'Roboto Condensed';
	margin-bottom: 32px;
	text-align: left;
	text-transform: none;
}

.page h3 {
	font: 400 30px/32px 'Roboto Condensed';
	margin-bottom: 25px;
	text-align: left;
	text-transform: none;
}

.page h4 {
	font: 400 26px/30px 'Roboto Condensed';
	margin-bottom: 25px;
	text-align: left;
	text-transform: none;
}

#post-list .thumbnail {
	max-width: 172px;
}

.post .thumbnail {
	max-width: 345px;
}

#post-list .thumbnail,
.post .thumbnail {
	float: left;
	margin: 0 30px 20px 0;
	width: auto;
	height: auto;
	z-index: 30;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	   		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
	overflow: hidden;
}

#post-list .thumbnail:after,
.post .thumbnail:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 17, 12, 1);
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	z-index: 31;
	opacity: 0;
}

#post-list .thumbnail a,
.post .thumbnail a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 34;
}

#post-list .thumbnail a:after {
	content: '\f0c1';
}

.post .thumbnail a:after {
	content: '\f002';
}

#post-list .thumbnail a:after,
.post .thumbnail a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -15px 0 0 -15px;
	font: 36px/40px 'FontAwesome';
	color: #fff;
	text-align: center;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
			transform: scale(0);
	z-index: 35;
	opacity: 0;
}

#post-list .thumbnail img {
	max-width: 172px;
}

.post .thumbnail img {
	max-width: 345px;
}

#post-list .thumbnail img,
.post .thumbnail img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all .2s linear 0s;
	   -moz-transition: all .2s linear 0s;
			transition: all .2s linear 0s;
	opacity: 1;
	z-index: 32;
}

#post-list .thumbnail:hover img,
.post .thumbnail:hover img {
	-webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
			transform: scale(1.15);
	opacity: .2;
}

#post-list .thumbnail:hover:after,
.post .thumbnail:hover:after {
	opacity: 1;
}

#post-list .thumbnail:hover a:after,
.post .thumbnail:hover a:after {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
			transform: scale(1);
	opacity: 1;
}

#post-list li:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

#post-list li {
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

#post-list li:not(:last-child) {
	margin-bottom: 30px;
}

#post-list li h2 {
    font: 300 21px/25px "Roboto";
    margin-bottom: 17px;
}

.post {
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
}

.post table.services td {
	border: 1px solid #e0e0e0;
}

.post table td {
	padding: 10px 12px;
}

.post table.services tr:nth-child(2n) td {
	background: #e0e0e0;
}

.post table.contacts .icon {
	font-family: 'FontAwesome';
	font-size: 28px;
	color: #75644d;
}

.post table.contacts .icon.mail {
	font-size: 24px;
}

.post .form-wrp {
	width: 50%;
}

.post .field:not(.submit-field) {
	width: 100%;
	margin-bottom: 12px;
}

.post .submit-field {
	width: 220px;
}

.post input[type='text'],
.post input[type='email'],
.post input[type='tel'],
.post textarea {
	display: block;
	width: 100%;
	height: 44px;
	padding: 0 59px 0 15px;
	margin: 0;
	font: 300 17px/44px 'Roboto Condensed';
	color: #7c4127;
	border: 0;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   -moz-text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	   		text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2);
	   -moz-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2);
	   		box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .2);
}

.post textarea {
	height: 200px;
	padding-top: 11px;
	padding-bottom: 11px;
	line-height: 22px;
	resize: none;
}

.post input[type='text'] {
	background: #fff url('../images/small-user.png') no-repeat right;
}

.post input[type='email'] {
	background: #fff url('../images/small-mail.png') no-repeat right;
}

.post input[type='tel'] {
	background: #fff url('../images/small-phone.png') no-repeat right;
}

.post textarea {
	background: #fff url('../images/small-message.png') no-repeat top right;
}

.post input[type='submit'] {
	display: block;
	width: 100%;
	height: 44px;
	margin-bottom: 25px;
	font: 700 15px/45px 'Roboto Condensed';
	color: #7c4127;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: url('../images/button.png') no-repeat center;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	   -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	   		box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	   		border-radius: 4px;
	-webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	   -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	   		text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	border: 0;
	cursor: pointer;
}

.post .checkbox {
	font-size: 13px;
	line-height: 18px;
}

.post input[type='checkbox'] {
	vertical-align: -2px;
	margin: 0 5px 0 0;
}

::-webkit-input-placeholder {
	color: rgba(124, 65, 39, .5);
	opacity: 1;
}

::-moz-placeholder {
	color: rgba(124, 65, 39, .5);
	opacity: 1;
}

:-moz-placeholder {
	color: rgba(124, 65, 39, .5);
	opacity: 1;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(124, 65, 39, .5) !important;
	opacity: 1 !important;
}

input[type='submit']:disabled,
#lp_action input[type='submit']:disabled {
	color: rgba(0, 0, 0, .5);
	cursor: default;
}

input[type='submit']:hover:not(:disabled),
#lp_action input[type='submit']:hover:not(:disabled) {
	color: #bf3f3f;
}

.post span.wpcf7-not-valid-tip {
	color: #bf3f3f !important;
}

.post div.wpcf7 span.ajax-loader {
	left: 240px !important;
	bottom: 14px !important;
}

.post div.wpcf7 span.ajax-loader:before {
	color: #bf3f3f;
}

.post div.wpcf7-mail-sent-ok,
.post div.wpcf7-mail-sent-ng {
	width: 50% !important;
	margin-top: -13px !important;
	margin-bottom: 25px !important;
}

._404 {
	width: 400px;
	height: auto;
	margin: 0 0 20px;
}

.nav-single {
	padding: 20px 0 25px;
	overflow: hidden;
}

.nav-single div {
	width: 50%;
	min-height: 1px;
}

.nav-single .nav-previous {
	float: left;
	padding-right: 20px;
}

.nav-single .nav-next {
	float: right;
	text-align: right;
	padding-left: 20px;
}

.nav-single .arr {
	font-family: 'Roboto Condensed';
	font-size: 20px;
}

.post-edit-link,
.more-link {
	font-size: 15px;
}

/*
	GALLERY
*/

.gallery {
	margin-bottom: 20px !important;
}

.gallery .gallery-item {
	margin: 0 0 20px !important;
}

.gallery .gallery-item a {
	position: relative;
	display: block;
	width: 172px;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	cursor: url('../images/zoom.png') 19 27, crosshair;
}

.gallery .gallery-item a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 172px;
	height: 172px;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
   			border-radius: 6px;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	background: rgba(0, 0, 0, 0);
}

.gallery .gallery-item a:hover:after {
	background: rgba(0, 0, 0, .5);
}

.gallery .gallery-item img {
	display: block;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
	border: 0 !important;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
   			border-radius: 6px;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
}

.grecaptcha-badge {
	display: none !important;
}

#top-phones {
	
	
width: 320px;	
	
}


.price-list-one {

    min-height: 880px;
}









