/*
Theme Name:Lombard 
Theme URI: 
Author: 
Author URI:
*/


@font-face {
    font-family: 'Days';
    src: url('fonts/days/Days.eot');
    src: url('fonts/days/Days.eot') format('embedded-opentype'),
         url('fonts/days/Days.woff2') format('woff2'),
         url('fonts/days/Days.woff') format('woff'),
         url('fonts/days/Days.ttf') format('truetype'),
         url('fonts/days/Days.svg#Days') format('svg');
}


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1em;
	text-indent:25px;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    padding: 0 45px;
    font-size: 13px;
    line-height: 16px;
    color: #666;
	position:relative
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Open Sans', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Open Sans', sans-serif;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.entry-content a {
    text-decoration: underline;
}

.entry-content h1{font-size:22px}
.entry-content  h2{font-size:20px} 
.entry-content h3{font-size:18px}
.entry-content  h4{font-size:16px} 
.entry-content h5{font-size:14px}
.entry-content h6{font-size:12px}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 0
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

body{
background:#fff url(image/bg.jpg) top center no-repeat;
    overflow-x: hidden;
}

.container{
width:1200px;
margin:0 auto;
  padding: 0 15px;
}

.container_max{
width:1200px;
margin:0 auto;
}

.row_head {
    height: 86px;
	    padding: 8px 0;
}

.logo {
    float: left;
	margin-right: 20px;
}

.title_site {
    font-size: 40px;
    color: #000;
    font-family: Days;
	    float: left;
}

.title_site span{
 color: #cc3333;
}

.cont_inf {
    float: right;
	    width: 35%;
}

.call_back_button {
    background-color: #e51a25;
	  -ms-transform: skew(-20deg);
  -webkit-transform:skew(-20deg);
  transform: skew(-20deg);
      text-align: center;
    float: left;
    width: 160px;
    height: 44px;
	    margin: 14px 0;
}
.call_back_button:hover {
    background-color: #669966;
	}

.call_back_button a{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    -ms-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    display: inherit;
    padding: 8px 0px;
}

.phone {
    float: right;
    line-height: 30px;
	margin: 7px 0 0;
}

.phone span {
    display: block;
    font-size: 26px;
    color: #000;
}

.h_address {
    text-align: right;
}

.row_head__green {
    height: 44px;
    background-color: #01480a;
}

ul#primary-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
	    line-height: 24px;
}


ul#primary-menu li {
    display: inline-block;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
}

#footer-menu .current-menu-item {
	background-color: #fff!important;
}

.current-menu-item,
ul#primary-menu li:hover {
    background-color: #e51a25;
	}

ul#primary-menu li a {
    -ms-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    color: #fff;
    display: inherit;
    font-size: 16px;
    padding: 10px 40px;
}

.owl-theme .owl-controls {
    text-align: center;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-dot   {
    float: left;
}

.gold__serv {
    background-color: #efefef;
    min-height: 450px;
	   /* margin-top: -10px;*/
}

.gold__serv_item {
    width: 50%;
    float: left;
}


.calc.gold__serv_item {
    padding: 0px 15px 0 30px;
}

.cal_t {
    width: 50%;
    float: left;
    color: #669966;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
	    padding: 5px 0;
}

div#calculator {
    width: 100%;
    height: 65px;
    background-color: #669966;
    float: left;
    margin: 5px 0;
	    text-align: center;
}


#calculator input, #calculator select {
    display: inline-block;
    height: 38px;
    width: 180px;
    vertical-align: top;
    margin: 14px 45px;
	color:#231f20;
	font-size:16px;
	    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

 #calculator select {
 background: #fff url(image/select_arrow.jpg) center right -1px no-repeat;
     -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
 }


.calc_res {
    width: 100%;
    float: left;
    text-align: center;
}

.calc_res p {
    margin: 0;
    font-size: 14px;
    color: #669966;
	    line-height: 72px;
}

#result_calc {
    font-size: 30px;
    color: #E51A25;
}

.calc_button {
    background-color: #e51a25;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    text-align: center;
    width: 160px;
    height: 44px;
    margin: 14px auto;
}

.calc_submit {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    -ms-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    display: inherit;
    padding: 8px 0px;
    cursor: pointer;
}



.stavki {
    width: 100%;
    float: left;
    border-top: 1px solid #669966;
    border-bottom: 1px solid #669966;
    padding: 24px 0;
    text-align: center;
    color: #231f20;
    font-size: 16px;
}

.title_stavki {
    margin-bottom: 15px;
}

.stavka_item {
    display: inline-block;
    width: 48%;
	line-height: 24px;
}

.stavka_item+.stavka_item {
    border-left: 1px solid #669966;
}

.stavka_item span {
    display: block;
}

.stavka_item .cash {
    font-size: 21px;
}

.phone_number {
    text-align: center;
    font-size: 16px;
    color: #669966;
    clear: both;
    padding: 14px;
}

.phone_number span {
    font-size: 24px;
    color: #231f20;
}

.serv_title {
    color: #669966;
    font-family: Days;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0;
}
/*
.row_serv {
    height: 210px;
	background-color: #fff;
    margin: 10px 0;
}*/

.ico_serv {
    width: 40%;
    height: 100%;
    float: left;
}

.row_serv:first-child .ico_serv{
background:url(image/serv_gold.png) center no-repeat;
}

.row_serv:last-child .ico_serv{
background:url(image/serv_tech.png) center no-repeat;
}
/*
.inf_serv {
    margin-left: 40%;
    height: 210px;
    display: table-cell;
    vertical-align: middle;
}
*/
.more_serv {
    background-color: #669966;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    text-align: center;
    float: left;
    width: 110px;
    height: 28px;
    float: right;
    margin-right: 50px;
}
.more_serv:hover {
    background-color: #E51A25;
	}

.more_serv a {
    color: #FFFFFF;
    font-size: 12px;
    text-transform: uppercase;
    -ms-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    display: inherit;
    padding: 5px 0;
}

.desc_serv {
        margin: 10px 0px 25px;
    font-size: 14px;
    color: #999;
    line-height: 16px;
}

.title_serv {
    color: #669966;
    font-family: Days;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}


.triggers {
    text-align: center;
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 20px;
}

.trig+.trig {
    margin-left: 26px;
}

.trig {
    text-align: center;
    width: 270px;
    background-color: #EFEFEF;
    display: inline-block;
    vertical-align: top;
	float: left;
	height: 320px;
}

.thumb_trig {
    height: 150px;
}

.trig:nth-child(2) .thumb_trig {background: url(image/new-trig_1.png) center no-repeat;}
.trig:nth-child(3) .thumb_trig {background: url(image/new-trig_2.png) center no-repeat;}
.trig:nth-child(4) .thumb_trig {background: url(image/new-trig_3.png) center no-repeat;}
.trig:nth-child(5) .thumb_trig {background: url(image/new-trig_4.png) center no-repeat;}

.title_trig {
    font-size: 18px;
    color: #669966;
    line-height: 25px;
    height: 60px;
    margin: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.desc_trig {
    font-size: 14px;
    color: #000;
	line-height: 20px;
}

#main_footer {
    clear: both;
    height: auto;
    background: #EFEFEF;
    border-top: 4px solid #669966;
	padding-top: 10px;
}

.col-footer.small_col {
    width: 22%;
	float: left
}

.logo_f {
    text-align: center;
}

.logo_f span {
    font-size: 30px;
    color: #999;
    font-family: Days;
    float: right;
    line-height: 30px;
}

.phone_f {
    text-align: right;
    line-height: 20px;
	    margin-top: 20px;
}

.phone_f span{
   font-size:16px;
   color:#999;
       display: block;
}

.col-footer.large_col {
    float: left;
    width: 60%;
    text-align: center;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
	position:relative;
}
#main_footer .container {
    background: url(image/footer_bg.jpg) top 0 right no-repeat;
}

ul#footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

ul#footer-menu li {
    display: inline-block;
}

ul#footer-menu li+li {
    margin-left: 13px;
}

ul#footer-menu li a {
    font-size: 14px;
    color: #999;
}

footer a:hover{
text-decoration:underline;
}

.copy {
    text-align: center;
    width: 84%;
    position: absolute;
      bottom: 0px;
    font-size: 12px;
    color: #999;
}

.sheer {
    float: right;
    text-align: right;
	margin-top: 30px;
	line-height: 15px;
	    margin-right: 80px;
}

.sheer a {
    font-size: 12px;
    color: #999;
	display:block
}

.wrap_ {
    float: left;
    background-color: #fff;
	padding: 20px 0;
	min-height: 650px;
	width: 100%;
}
.wrap_pad{
padding: 20px 15px;
}

.title_page {
    font-family: Days;
    font-size: 18px;
    text-transform: uppercase;
    color: #669966;
	    margin: 10px 0;
}

.content_page {
    float: left;
    width: 770px;
    padding-right: 15px;
    padding-left: 15px;
}
#secondary {
    width: 400px;
    float: right;
    background-color: #efefef;
    padding: 15px;
}

#secondary  #calculator input,
#secondary  #calculator select {
    width: 150px;
    margin: 14px;
}

#secondary  .stavki{font-size:14px;}
#secondary  .stavka_item .cash { font-size: 20px;}

#secondary  .phone_number {font-size: 14px;}
#secondary .phone_number span {font-size: 22px;}



.cont_map_info {
    float: left;
    width: 100%;
    background-color: #EFEFEF;
	overflow: hidden;
}

.cont_colum {
    float: left;
}
.cont_info {
}

.adress_item {
    height: 65px;
    width: 100%;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    position: relative;
}
.adress_item  + .adress_item {
    margin-top: 30px;
	}

.adress_item:before{
    content: '';
    background-color: #669966;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    margin-left: -12px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index:1;
	transition: .5s ease;
}

.adress_item:hover:before {
    -ms-transform:  translateX(-93.5%) skew(-20deg);
    -webkit-transform:  translateX(-93.5%) skew(-20deg);
    transform:  translateX(-93.5%) skew(-20deg);
}

.adress_item.active:before{
    background-color: #E51A25;
	    -ms-transform: translateX(-93.5%) skew(-20deg);
    -webkit-transform: translateX(-93.5%) skew(-20deg);
    transform: translateX(-93.5%) skew(-20deg);
}

.adress_item.active span{
color:#666
}

.adress_item span {
    font-size: 14px;
    color: #fff;
    display: inherit;
	position: relative;
    line-height: normal;
    z-index: 2;
    padding: 13px 24px 13px 10px;
}
.adress_item:hover span{
color:#666
}

.phone_contact {
    line-height: 24px;
    background: url(image/phone.png) left 5px center no-repeat;
    padding-left: 35px;
	margin-bottom: 50px;
	    font-size: 18px;
}

.email{
	background: url(image/mail.png) left center no-repeat;
	 padding-left: 35px;
	     margin-bottom: 30px;
}

.phone_contact span,
.email {
    display: block;
	color:#231f20;
	font-size:18px;
}

.acf-map {
    width: 100%;
    height: 420px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.42);
}

form.wpcf7-form p {
    margin-bottom: 10px;
}

form.wpcf7-form input {
    height: 38px;
	    padding: 0.375em;
		background:#fff!important;
			font-size:14px;
	color:#000;
	border: 1px solid #ccc;
	    width: 87%;
}
form.wpcf7-form textarea{
	background:#fff!important;
	resize:none;
	height:100px;
	font-size:14px;
	color:#000;
	border: 1px solid #ccc;
	    width: 87%;
	
	}

form.wpcf7-form {
    float: left;
    width: 100%;
	}
	
.red_button {
    background-color: #e51a25;
    -ms-transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    text-align: center;
    width: 160px;
    height: 44px;
	    margin: 0 auto;
}
.red_button:hover {
    background-color: #669966;
	}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    -ms-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    display: inherit;
    padding: 8px 0px;
    border: none;
    background-color: transparent!important;
    text-shadow: none;
    font-weight: normal;
	    width: 100%;
}

.wpcf7-not-valid{
    border-color: #E51A25!important;
}

span.wpcf7-not-valid-tip {
    display: none!important;
}

div.wpcf7-response-output {
 text-align:center;
}


.qua_block {
    clear: both;
    margin: 5px auto;
	    border-top: 1px solid #669966;
}

.qua_block p {
    margin: 0;
    font-size: 14px;
	color: #999;
}

p.qua_title {
    font-size: 22px;
    color: #669966;
}


.ec_phone {
    font-size: 27px;
    color: #E51A25;
    text-decoration: none;
    display: inline-block;
    margin: 0 2px 0 10px;
}

.qua_block  .ec_phone:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    float: left;
    background: url(image/phone_ec.png) center left no-repeat;
    width: 32px;
    height: 32px;
    margin-top: 8px;
	    margin-right: -22px;
}


#parallax {
    position: absolute;
    margin: auto;

    width: 1500px;
    height: 458px;

    z-index: 99;
     left: -5%; 
    right: 0;
    
/*     left: 0; */
/*     width: 1200px; */
/*     background: url("image/19.gif") repeat ; */
/*     height: 490px; */
	
}

.parallax-layer {
    position: absolute;
    top: 0!important;
    height: 464px;
    right: 0;
    left: 0;
    margin: auto;
}

#parallax .bg1 {
    width: 770px;
    background: url("image/layout_last.png") no-repeat center;
/*  	background: url("image/19.gif") repeat ; */
    left: 0;
 	background-size: contain; 
}

#parallax .bg2 {
    width: 1500px;
     background: url("image/layout_first.png") no-repeat center ; 
    left: 0;
}



#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.menuwrapp_mobile {
	display: none;
}
.modal_left {
    height: 200px;
    width: 400px;
    position: absolute;
	 background: url("image/modal_left.png") no-repeat center;
    left: -40px;
    top: -35px;
	    pointer-events: none;
	z-index: 9;
}
.modal_right{
    height: 200px;
    width: 498px;
    position: absolute;
	 background: url("image/modal_right.png") no-repeat center;
    right: -60px;
    bottom: -40px;
	z-index: 9;
	    pointer-events: none;
}


.contact_form p label {
    padding-left: 10px;
    margin-bottom: 5px;
    display: inherit;
}
.mfp-hide {
    display: none!important;
}

div#slider {
    height: 490px;
    margin-bottom: 10px;
	width:100%;
	    overflow: hidden;
}

.preview {
    float: left;
    border: 1px solid #669966;
    margin-right: 20px;
}

.preview a img:hover {
	outline: 3px solid #669966;
}

.archive-post {
	clear: both;
	margin-bottom: 55px;
	height: 174px;
}

.article_title {
    float: left;
    color: #669966;
}

.article_title:hover,.read_more:hover {
	color:#669966;
	text-decoration: underline;
}

.read_more {
    float: right;
    color: #669966;
}

.pagination {
    float: right;
    margin: 0!important;
    padding: 0!important;
}

.pagination a {
	margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    color: #000000 !important;
}

.owl-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
}

form.wpcf7-form input[type="checkbox"], form.wpcf7-form  input[type="radio"] {
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
	max-width: 100%;
}

.checkbox-366 .wpcf7-list-item-label {
	font-size: 12px;
}

.checkbox-366 .wpcf7-list-item-label {
	text-indent: 0;
		display: block;
	position: relative;
	left: 54px;
	top: -20px;
	width: 230px;
}

#wpcf7-f21-o2 .checkbox-366 .wpcf7-list-item-label {
	width: 340px;
}

#menu-item-498 {background-color: #e51a25 !important;}


.inf_serv {
    padding: 1em;
    position: absolute;
    top: 0;
    width: 100%;
}

.gold__serv_item .desc_serv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row_serv {
    /*height: 210px;
	background-color: #fff;*/
    margin: 10px 0;    
    position: relative;
    width: 97%;
    min-height: 415px;
}

.row_serv .serv-bg {
	/*background-image: url(image/bg-gold.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #fff;
    min-height: 415px;    
    position: absolute;
    width: 100%;
}

.title_serv.gold {
	color: #01480a;
}

.row_serv .title_serv {
	text-align: left;
}

.row_serv .title_serv.big {
	font-size: 30px;
	line-height: normal;
}

.desc_serv {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.desc_serv .txt {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.desc_serv .txt span {
	color: #e51a25;
}

.more_serv.red {
	background-color: #e51a25;
	width: 130px;
    height: 30px;
    margin: 0;
}

.more_serv.red:hover {
	background-color: #669966;
}

.more_serv.red a {
	font-size: 16px;
	text-transform: capitalize;
}

.triggers-title {
	font-size: 24px;
    font-family: Days;
	color: #669966;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.top .trig {
	height: 230px;
}

.top .trig:nth-child(1) .thumb_trig {background: url(image/top-trig_1.png) center no-repeat;}
.top .trig:nth-child(2) .thumb_trig {background: url(image/top-trig_2.png) center no-repeat;}
.top .trig:nth-child(3) .thumb_trig {background: url(image/top-trig_3.png) center no-repeat;}
.top .trig:nth-child(4) .thumb_trig {background: url(image/top-trig_4.png) center no-repeat;}

.top .title_trig a {
	color: #669966;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

.big .title_trig {
	font-size: 48px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    height: 40px;
}

.big .desc_trig {
    font-size: 18px;
    color: #669966;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.inf_serv .title {
	font-size: 64px;
    font-family: Days;
	color: #e51a25;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #669966;
	line-height: normal;
}

.inf_serv .title span {
 	font-family: Days;
	color: #01480a;
	font-size: 36px;
	text-transform: unset;
}
.inf_serv .top-text {
	font-family: Days;
	color: #669966;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}

.inf_serv .bot-text {
	font-family: Days;
	color: #669966;
	font-size: 36px;
	text-align: center;
}

.inf_serv .bot-text span {
	color: #e51a25;
}

.inf_serv .bot-text span.big {
	font-size: 60px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }


@media screen and (max-width: 1500px) {
    #parallax {
        width: 1200px;
    }
    #parallax .bg2 {
        width: 1200px;
        background-size: contain;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 900px;
    }
    .container_max {
        width: 900px;
    }
    #parallax {
        width: 900px;
        height: 365px;
    }
    #parallax .bg1 {
        height: 365px;
    }
    #parallax .bg2 {
        width: 900px;
        height: 365px;
        background-size: contain;
    }

    .owl-wrapper {
        width: 100% !important;
    }

    .owl-item {
        width: 100% !important;
    }

    .slider_container {
        height: auto !important;
    }

    div#slider {
        height: auto;
    }

    #calculator input, #calculator select {
        width: 150px;
        margin: 14px 25px;
    }

    .trig+.trig {
        margin-left: 13px;
    }
    .trig {
        width: calc(100% / 4 - 10px);
    }

    .top .title_trig a {
        font-size: 14px;
    }

    .logo_f span {
        float: none;
    }
    #main_footer .container {
        background: url("image/footer_bg.jpg") bottom 0 right no-repeat;
    }

    .col-footer.large_col {
        width: 54%;
    }

    .copy {
        bottom: -35px;
    }

    .phone span {
        font-size: 15px;
    }
    .h_address {
        font-size: 11px;
    }

    ul#primary-menu li a { 
        padding: 10px;
    }

    .content_page {
        float: left;
        width: 60%;
        padding-right: 15px;
        padding-left: 15px;
    }

    #secondary {
        width: 40%;
    }

    #secondary #calculator input, #secondary #calculator select {
        width: calc(50% - 30px);
        margin: 14px;
    }

    #secondary .phone_number span {
        font-size: 22px;
        display: block;
    }

    .contact_form form.wpcf7-form {
        float: none;
        width: 100%;
    }

    #secondary #widget-area {
        margin-top: 25px;
    }

    .entry-content {
        overflow: hidden;
    overflow-x: scroll;
    }

    .entry-content img {
        width: 100%;
    }

    .archive-post {
        clear: both;
        margin-bottom: 55px;
        height: auto;
    }

    .archive-post .preview {
        float: none;
        border: 1px solid #669966;
        margin-right: 20px;
    }

    .archive-post .article_title {
        font-weight: bold;
        font-size: 19px;
        display: block;
        width: 100%;
        float: none;
    }

    .archive-post br {
        display: none;
    }

    .archive-post .read_more {
        float: none;
    display: block;
    width: 100%;
    text-align: right;
    }

    .pagination {
        float: none;
    }
    .cont_colum {
        float: left;
        width: 50% !important;
    }
    .cont_colum.map_column {
        width: 100% !important;
        padding: 15px;
        float: none;
    }
}

@media screen and (max-width: 900px) {
    .container {
        width: 768px;
    }
    .container_max {
        width: 768px;
    }
    #parallax {
        width: 768px;
        height: 310px;

    }
    #parallax .bg1 {
        height: 310px;

    }
    #parallax .bg2 {
        width: 768px;
        height: 310px;

        background-size: contain;
    }

    .title_site {
        font-size: 19px;
    }

    .title_site span {
        display: block;
    }

    .cont_inf {
        width: 40%;
    }

    ul#primary-menu li a {
        padding: 10px 5px;
    }

    #parallax {
        width: 768px;
        height: 310px;
        margin: 0 auto;
        left: 0;
        overflow: hidden;
    }

    #calculator input, #calculator select {
        width: 145px;
        margin: 14px 11px;
    }

    .phone_number span {
        display: block;
    }

    .calc_res p {
        line-height: 40px;
        text-indent: 0;
    }

    .row_serv {
        position: relative;
        min-height: auto;
    }

    .inf_serv {
        position: relative;
    }

    .row_serv .serv-bg {
        min-height: auto;
        position: relative;
    }

    .more_serv.red {
        margin: 0;
    }

    .thumb_trig {
        height: 110px;
    }

    .phone_f span {
        text-align: center;
    }

    .col-footer.large_col {
        width: 78%;
    }

    .sheer {
        display: none;
    }

    #main_footer .container {
        background: none;
    }

    #footer-menu .menu-item-61 {
        display: none;
    }

    .copy {
        bottom: -125px;
        width: 90%;
    }

    .big .title_trig {
        font-size: 26px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        height: auto;
        margin-bottom: 5px;
    }
    .content_page {
        width: 60%;
    }

    #secondary {
        width: 40%;
    }

    #secondary #calculator input, #secondary #calculator select {
        width: calc(100% - 28px);
        margin: 14px;
    }

    div#calculator {
        width: 100%;
        height: auto;
    }

    .contact_form form.wpcf7-form {
        float: none;
        width: 100%;
    }
    
    .red_button {
        width: 100%;
        display: block;
    }

    #widget-area {
        margin-top: 25px;
    }

    .modal_left {
        display: none;
    }

    .modal_right {
        display: none;
    }

    #small-dialog {
        max-width: 80%;
    }

    #small-dialog .contact_form  {
        width: 100% !important;
    }

    #small-dialog .wpcf7-form br {
        display: none;
    }

    #small-dialog .contact_form p label {
        margin-bottom: 5px;
        display: inherit;
        text-align: left;
        text-indent: 0;
        padding-left: 0;
        display: block;
    }

}


@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
    .container_max {
        width: 100%;
    }
    #parallax {
        display: none;
    }
    .menu-glavnoe-menyu-container {
        display: none;
    }
    .menuwrapp_mobile{
		margin: 0;
		position: relative;
		display: block;
		height: 45px;
    }
	.mobilemenu_toggle {
		background: url("/wp-content/themes/lombard/image/menuicon.png") no-repeat scroll 100% 50% transparent;
		display: block;
		font-weight: bold;
        padding: 10px 20px;
        padding-left: 0;
		text-align: left;
		text-transform: uppercase;
		margin: 0;
		width: 100%;
        height: 100%;    
        line-height: 24px;
        text-decoration: none;
        color: #fff;
		font-size: 25px;
	}

	.mobilemenu_toggle:hover {
		margin: 0;
		width: 100%;
        height: 100%;
        padding-left: 0;
		line-height: 24px;
		text-decoration: none;
		color: #fff;
		font-size: 25px;
	}

	.menu_mobile{
        border: 0;
        font-size: 18px;
        overflow: hidden;
        background: #01480a;
        padding: 0;
        display: none;
        position: absolute;
        width: 100%;
        z-index: 99;
        margin: 0;
        top: 45px;
	}
	.menu_mobile .sub-menu{
		background:none;
		display:block;
		position: static;
	}
	.menu_mobile li {
        border-top: 1px solid #e3e3e3;
        border-top: 0;
        width: 100%;
        padding: 10px;
        font-size: 18px;
        -ms-transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        transform: skew(-20deg);
	}

	.menu_mobile > li.menu-item-has-children a {
		width: 75%;
	}

	.menu_mobile > li.menu-item-has-children > a:after {
		content: '\f078';
		font-family: FontAwesome;
		font-size: 21px;
		position: absolute;
		right: 15px;
	}

	.menu_mobile ul li ul.sub-menu {
		display: none;
	}



	.menu_mobile a {
		background: transparent;
		color: #fff;
		display: block;
		padding: 0 0 0 20px;
        text-align: left;
        -ms-transform: skew(20deg);
        -webkit-transform: skew(20deg);
        transform: skew(20deg);
	}
	.menu_mobile a img {
		width: 34px;
		height: 34px;
	}

	.menu_mobile a:hover {
		opacity: 0.9;
		text-decoration:none;
	}
	.menu_mobile .sub-menu {
		margin-top: 10px;
		width: 100%;
		display: none;
	}
	.menu_mobile .sub-menu li {
		width: 100%;
	}

	.menu_mobile .sub-menu a{
		padding-left:30px
	}
	.menu_mobile  .sub-menu .sub-menu a{
		padding-left:30px
	}


















    .calc.gold__serv_item {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    #calculator input, #calculator select {
        width: calc(100% / 2 - 30px);
        margin: 14px;
    }

    .gold__serv_item {
        width: 100%;
        float: none;
    }

    .row_serv {
        margin: 0;
        width: 100%;
    }

    .inf_serv img {
        width: 100%;
    }

    .trig {
        width: calc(100% / 2 - 24px);
        margin: 10px;
        height: 240px;
    }

    .trig+.trig {
        margin-left: 0px;
    }
    .col-footer.small_col {
        width: 100%;
        float: none;
    }

    .logo_f a {
        display: block;
    }

    .phone_f a {
        display: none;
    }

    .col-footer.large_col {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .col-footer a {
        top: 0 !important;
    }

    .copy {
        bottom: 0;
        width: 100%;
        position: relative;
    }

    .call_back_button {
        float: right;
    }
    .cont_inf .phone {
        display: none;
    }

    .cont_inf .h_address {
        display: none;
    }

    .content_page {
        width: 100%;
        float: none;
    }
    #secondary {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .cont_colum {
        float: left;
        width: 100% !important;
    }
    .cont_colum:nth-child(2) {
        padding: 15px !important;
    }
    .cont_colum.map_column {
        width: 100% !important;
        padding: 15px;
        float: none;
    }
    .contact_form span.wpcf7-form-control-wrap {
        display: block;
    }
    .contact_form form.wpcf7-form input[type=text], .contact_form form.wpcf7-form input[type=tel] {
            width: 100%;
            display: block;
        }


        .contact_form form.wpcf7-form textarea {
            width: 100%;
            display: block;
        }

        .checkbox-366 .wpcf7-list-item-label {
            width: calc(100% - 30px) !important;
    left: 30px;
        }

}

@media screen and (max-width: 600px) {
    .trig {
        width: 100%;
        margin: 10px 0;
        height: auto;
        padding: 15px;
    }

    ul#footer-menu li {
        display: block;
        margin: 0;
    }

    ul#footer-menu li+li {
        margin-left: 0;
        margin-top: 10px;
    }

    #small-dialog .contact_form form p {
        width: 100% !important;
        display: block;
        text-align: left;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    #wpcf7-f21-o2 .checkbox-366 .wpcf7-list-item-label {
        width: calc(100% - 30px);
        display: block;
        left: 30px;
    }

    #wpcf7-f21-o2 .checkbox-366 {
        text-indent: 0;
    }
    .checkbox-366 {
        text-indent: 0;
    }


}

@media screen and (max-width: 440px) {
    .logo {
        float: none;
        margin-right: 20px;
        display: inline-block;
        width: 90px;
        margin-top: 0;
        top: 0;
    }
    .logo a {
        display: block;
    }
    .logo a img {
        vertical-align: bottom;
    }

    .row_head .container {
        text-align: center;
    }

    .h_slogan {
        display: inline-block;
        vertical-align: top;
    }

    .h_slogan .title_site {
        display: inline-block;
    width: 100%;
    float: none;
    top: 0;
    }
    .row_head {
        height: auto;
    }

    .call_back_button {
        float: none;
        width: 100%;
        margin: 25px 0 0;
    }

    .cont_inf {
        display: block;
        position: relative;
        width: 100%;
        float: none;
    }
}