/*!
Theme Name: avenston
Theme URI: http://underscores.me/
Author: JetBrain
Author URI: https://jet-brain.com/
Description: Avenston theme is developed by JetBrain
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avenston
*/
@font-face {
  font-family: 'FuturaDemiC';
  src: url('/content/themes/avenston/fonts/FuturaDemiC.eot');
  src: url('/content/themes/avenston/fonts/FuturaDemiC.woff') format('woff'),
       url('/content/themes/avenston/fonts/FuturaDemiC.ttf') format('truetype'),
       url('/content/themes/avenston/fonts/FuturaDemiC.svg#FuturaDemiC') format('svg'),
       url('/content/themes/avenston/fonts/FuturaDemiC.eot?#iefix') format('embedded-opentype');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
ol, ul {
    padding-left: 25px;
    padding-bottom: 15px;
}
ol li, ul li {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #3b3b3b;
    padding-bottom: 5px;
    text-align: justify;
}
.category-services ol li, .category-services ul li,
.category-portfolio ol li, .category-portfolio ul li,
.category-news ol li, .category-news ul li,
.category-articles ol li , .category-articles ul li {
    font-size: 14px;
}
.site-header ol, .site-header ul, .site-footer ol, .site-footer ul {
	list-style: none;    
    padding-left: 0;
    padding-bottom: 0;
}
.site-header ol li, .site-header ul li, .site-footer ol li, .site-footer ul li {
    padding-bottom: 0;
    line-height: 1;
    text-align: left;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    /*box-sizing: border-box !important;*/
    outline: none !important;
}
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
big {
    font-size: 125%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding-top: 1em;
    padding-left: 2.5em;
    position: relative; 
}
blockquote:before {
    position: absolute;
    content: '';
    width: 2.1em;
    height: 2.1em;
    left: 0px;
    top: 2px;
    background-image: url(images/quote-left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}
cite {
    display: block;
    padding: 0.5em 0 0.5em 2em;
    position: relative;
    color: #aaa;
}
cite:before {
    position: absolute;
    content: '';
    width: 1em;
    height: 1px;
    background-color: #aaa;
    left: 0;
    top: 50%;
    z-index: -1;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    line-height: 1;
    color: #3b3b3b;
    margin-top: 5px;
    margin-bottom: 25px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 24px;
}
h3,h4,h5,h6 {
    font-size: 22px;
}
p {
    padding-bottom: 15px;
    text-align: justify;
}
header#siteheader {
	display: inline-block;
	width: 100%;
	position: relative;
}
.container {
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}
.col-6 {
    width: 50%;
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}
.col-3 {
    width: 25%;
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}
.col-2 {
    width: 16.66666667%;
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}
.col-menu {
    width: 21%;
    /*width: 25%;*/
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}
.col-menu-social {
    width: 16%;
    /*width: 25%;*/
    display: inline-block;
    position: relative;
    float: left;
    min-height: 1px;
}
a.logo-header {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-top: 3px;
}
a.logo-header img {
	width: 228px;
	height: 30px;
	vertical-align: top;
}
.header-right {
	display: inline-block;
	vertical-align: top;
	float: right;
}
.switcher-lang {
	display: inline-block;
	vertical-align: top;
}
.switcher-lang ul {
	display: inline-block;
	vertical-align: top;
}
.switcher-lang ul li {
	display: inline-block;
	float: left;
    visibility: hidden;
}
.switcher-lang ul li a {
	display: inline-block;
	font-family: 'FuturaDemiC';
	font-size: 14px;
	color: #3b3b3b;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	border: solid 1px #b8b8b8;
	padding: 9px 7px;
}
.switcher-lang ul li a {
	display: inline-block;
	font-size: 14px;
	color: #3b3b3b;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}
.switcher-lang ul li:nth-child(2) a {
	border-left: 0;
	border-right: 0;
}
.switcher-lang ul li.current-lang {
    visibility: visible;
}
.switcher-lang ul:hover li {
    visibility: visible;
}
.switcher-lang ul li.current-lang a {
	background-color: #fff;
	border: solid 1px #fff;
}
.switcher-lang ul li a:target,
.switcher-lang ul li a:active,
.switcher-lang ul li a:focus {
	background-color: #c4c4c4;
	outline: none;
}
.switcher-lang ul li a:hover {
	background-color: #dcdcdc;
	border: solid 1px #b8b8b8;
}
.switcher-lang ul li:nth-child(2) a:hover {
    border-left: 0;
    border-right: 0;
}
.switcher-lang ul li.current-lang a:target,
.switcher-lang ul li.current-lang a:active,
.switcher-lang ul li.current-lang a:focus {
	border: solid 1px #b8b8b8;
	background-color: #c4c4c4;
	outline: none;
}
.switcher-lang ul li.current-lang a:hover, .switcher-lang ul:hover li.current-lang a {
	background-color: #dcdcdc;
	border: solid 1px #b8b8b8;
}
.top-header {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}
.slogan {
    display: inline-block;
    font-family: 'FuturaDemiC';
    font-weight: normal;
    color: #312a20;
    font-size: 14px;
    margin-top: 12px;
    margin-right: 35px;
    vertical-align: top;    
    letter-spacing: 0.4px;
    text-transform: uppercase;
}
.boottom-header {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35px;
    background-color: #3b3b3b;
    z-index: 999;
}
nav#main-menu ul li a {
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: 'FuturaDemiC';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 38px;
}
nav#main-menu ul li a:hover, nav#main-menu ul li.current-menu-item {
	background-color: #ff0000;
}
nav#main-menu ul li {
    float: left;
}
ul#primary-menu {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
#primary-menu .home_menu a:before {
	background-image: url('images/home_button.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 13px;
	height: 13px;
	content: ' ';
    padding: 7px;
}
#primary-menu .home_menu a {
	padding: 0 9px 0 12px ;
}
.slider-home {
    max-height: 450px;
    position: relative;
    padding-bottom: 20px;
}
.slider-home .item-slider-home {
	height: 450px;
    max-height: 450px;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.row {
	display: inline-block;
	width: 100%;
}
.home-section-1 .item-wrap {
	height: 450px;
	position: relative;
}
.home-section-1 .item-wrap:before {
	position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background-image: url('images/red-fon.png');
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 10;
}
.slider-container {
	max-width: 1280px;
	padding: 0 35px;
	margin: 0 auto;
}
.slider-home-text-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;	
	padding: 0 35px;
	width: calc(100% - 70px);
	margin: 0 auto;
}
.slider-home-caption .item-wrap-caption {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.slider-home-caption .carousel-caption {
	color: #fff;
	padding-top: 80px;
	max-width: 430px;
	height: 100%;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 100;
}
.item-wrap-caption .text-title-section {
	font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    padding-top: 75px;
    padding-bottom: 20px;
    text-decoration: none;
    color: #fff;
    display: block;
    letter-spacing: 0.9px;
}
.item-wrap-caption .text-description-section {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    min-height: 1px;
    width: 100%;
    padding-bottom: 40px;
    text-align: left;
}
.item-wrap-caption .text-description-section .more_btn {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 5px;
    width: 190px;
    height: 35px;
    background-color: #ff0000;
    border: 1px solid #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    margin: 50px 0 0;
    display: block;
    box-sizing: border-box !important;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.item-wrap-caption .more_btn:hover {
	background-color: #990000;
}

.slider-home .slick-arrow, .slider-home-caption .slick-arrow {
	display: none!important;
}
.slider-home-caption .slick-dots {
    text-align: left;
}
.slider-home-caption .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0;
}
.slider-home-caption .slick-dots li button {
	border: 1px solid #fff;
	width: 14px;
	height: 14px;
}
.slider-home-caption .slick-dots li button:before {
	content: ' ';
}
.slider-home-caption .slick-dots li button:hover, .slider-home-caption .slick-dots li button[aria-selected=true] {
	background-color: #fff;
}
 
.home-section-2 {
	padding-top: 8px;
	padding-bottom: 20px;
}
.blog-wrap {
    margin-top: 30px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    min-height: 1px;
}
.category-section-5 .blog-wrap {
    margin-top: 13px;
}
.item-post-block {
    display: inline-block;
    clear: both;
    margin: 15px 0 15px 0;
    width: 100%;    
}
.item-post-block .item-post-image {
    width: 294px;
    height: 294px;
    display: inline-block;
    padding: 0;
    float: left;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-post-block .item-post-content {
    width: calc(100% - 294px - 70px);
    height: 200px;
    float: right;
    padding: 0 35px 0px 35px;
    display: table;
    color: #000; 
}
.item-post-block .item-post-content .block-content-wrap {
	display: table-cell;
	vertical-align: top;
	position: relative;    
}
.item-post-block .item-post-content1 {
    width: calc(100% - 294px - 70px);
    height: 35px;
    float: right;
    padding: 0 35px 0 35px;
    display: table;
    color: #000;
}
.item-post-block .item-post-content .title-post {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #3b3b3b;
    margin-top: 0px;
    margin-bottom: 15px;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;    
}
.item-post-block .item-post-content a {
    text-decoration: none;
}
.item-post-block .item-post-content .post-description {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #3b3b3b;
    height: 146px;
    overflow-y: hidden;
    margin-bottom: 7px;
}
.more_btn {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 5px;
    width: 190px;
    height: 35px;
    background-color: #ff0000;
    text-decoration: none;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    display: block;
    box-sizing: border-box !important;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.more_btn:hover {
	background-color: #990000;
}
.read_more_btn {
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
    font-size: 14.5px;
    color: #3b3b3b;
    text-decoration: none;
    padding-top: 43px;
    padding-right: 35px;

}
.read_more_btn:before {
	width: 4px;
	height: 4px;
	content: "";
	display: inline-block;
	background-color: #ff0000;
    text-align: center;
    color: #ff0000;
    margin: 2px 5px 2px 2px;
}
.read_more_btn:hover {
	text-decoration: underline;
}
.bg_gray {
	background-color: #e6e6e6;
}
.expert-box {
	padding-top: 35px;
	padding-bottom: 35px;
	display: inline-block;
    width: 100%;
    min-height: 1px;
}
.expert-box .expert-image {
	width: calc(100% - 40px);
    height: 294px;
    display: inline-block;
    margin-right: 40px;
    float: left;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.expert-box .expert-content {
	width: 100%;
	margin-right: 0;
	display: inline-block;
}
.expert-content .expert-title {
	font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    color: #3b3b3b;
    padding-top: 30px;
    padding-bottom: 20px;
}
.expert-content .expert-description {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #3b3b3b;
}
.home-section-4 {
	padding-top: 8px;
	padding-bottom: 20px;
}
.special-box {
	padding-top: 35px;
	padding-bottom: 35px;
	display: inline-block;
    width: 100%;
    min-height: 1px;
}
.special-box .special-image {
	width: 100%;
    height: 294px;
    display: inline-block;
    margin-right: 0;
    float: left;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.special-box .special-content {
	width: calc(100% - 50px);
	margin-right: 50px;
	display: inline-block;
}
.special-content .special-title {
	font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    color: #3b3b3b;
    padding-top: 30px;
    padding-bottom: 15px;
}
.special-content .special-description {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #3b3b3b;
    margin-bottom: 35px;
    max-height: 128px;
    overflow-y: hidden;
}
.home-section-6 {
    padding-top: 8px;
    padding-bottom: 20px;
    
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.project-wrap {
    margin-top: 30px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    min-height: 1px;
}
.item-project-block {
    display: inline-block;
    clear: both;
    margin: 27px 0 27px;
    width: 100%;
    box-sizing: border-box;    
}
.item-project-block .item-project-image {
    width: 100%;
    height: 208px;
    display: inline-block;
    padding: 0;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-project-block .block-content-wrap {
    display: block;
    min-height: 235px;   
}
.item-project-block .block-content-wrap a {
    text-decoration: none;
}
.item-project-block .project-title {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #3b3b3b;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 44px;
    overflow: hidden;
    box-sizing: border-box;
}
.item-project-block .project-description {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400; 
    font-size: 14px;
    line-height: 1.3;
    color: #3b3b3b;
    max-height: 106px;
    padding-bottom: 20px;
    overflow: hidden;
}
.projects-wrap .col-3:nth-child(1) .item-project-block {
    padding-left: 0;
    padding-right: 24px;
}
.projects-wrap .col-3:nth-child(2) .item-project-block {
    padding-left: 8px;
    padding-right: 16px;
}
.projects-wrap .col-3:nth-child(3) .item-project-block {
    padding-left: 16px;
    padding-right: 8px;
}
.projects-wrap .col-3:nth-child(4) .item-project-block {
    padding-left: 24px;
    padding-right: 0;
}
.magnet-box {
    padding: 33px 35px;
}
.magnet-box .lm-text {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 26px;
    line-height: 35px;
    color: #3b3b3b;
}
.magnet-box .more_btn {
    float: right;
}
#footer_top {
    background-color: #3b3b3b;
    color: #fff;
}
#footer_bottom {
    background-color: #4e4e4e;
    color: #fff;
}
#footer_top .footer-box {
   padding: 30px 35px 10px;
}
#footer_bottom .footer-box {
   padding: 8px 35px 9px;
}
#footer_bottom .copyright {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
}
.soc-info {
    display: inline-block;
    float: right;
    text-align: right;
    padding-top: 5px;
}
.soc-info a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 28px;
    height: 28px;
    line-height: 18px;
    /*border: 1px solid #fff;*/
    border-radius: 1px;
    margin-left: 5px;
}
.soc-info i {
    font-size: 24px;
    color: #fff;
}
.soc-info i:hover {
    font-size: 24px;
    color: #8D8D8D;
}

.fa-youtube {
    padding-right: 1px;
}
#footer_top ul.menu li a {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;    
}
#footer_top ul.menu li a:hover {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #8D8D8D;
    text-transform: uppercase;
    text-decoration: none;
}
#footer_top ul.sub-menu, #footer_top .col-text {
    padding-top: 15px;
}
 #footer_top .col-text {
    margin-bottom: 65px;
}
#footer_top ul.sub-menu li {
    padding-bottom: 2px;
}
#footer_top ul.sub-menu li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: none;
    text-decoration: none;    
}
#footer_top ul.sub-menu li a:hover {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #8d8d8d;
    text-transform: none;
    text-decoration: none;
}
#footer_top .col-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.hover_effect {
    color:#FFFFFF;
    text-decoration:none;
}
.hover_effect:hover {
    color:#8D8D8D;
    text-decoration:none;
}
.hover_effect1 {
/*    font-family: 'FuturaDemiC';*/
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.hover_effect1:hover {
/*    font-family: 'FuturaDemiC';*/
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #8D8D8D;
    text-transform: uppercase;
    text-decoration: none;
}
.hover_effect2 {
    color:#8D8D8D;
    text-decoration:none;
}
.hover_effect2:hover {
    color:#8D8D8D;
    text-decoration:none;
}
.boottom-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.header-menu-open {
    display: none;
}
.category-section-1 .slider-container, .section-single-post-b3 .slider-container {
    padding: 0;
}
.category-section-1 .slider-home, .section-single-post-b3 .slider-home {
    max-height: 434px;
}
.category-section-1 .slider-home .item-slider-home, .section-single-post-b3 .slider-home .item-slider-home {
    height: 434px;
    max-height: 434px;
}
 .category-section-1 .item-wrap, .section-single-post-b3 .item-wrap {
    height: 434px;
    position: relative;
}
.category-section-1 .item-wrap:before, .section-single-post-b3 .item-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background-image: url('images/red-fon.png');
    background-position: -40px center;
    background-repeat: no-repeat;
    z-index: 10;
}
.category-section-6 {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 34px;
}
.category-section-6:hover {
    background-color: #e6e6e6;
}
.navigation {
    padding-top:9px;
    padding-bottom: 9px;    
}
.navigation a, .navigation span {
    font-family: 'Source Sans Pro', sans-serif;
/*    font-weight: 600;*/
    font-size: 14px;
    /*line-height: 1.3;*/
    color: #fff;
    /*color: #3b3b3b;*/
    text-decoration: none;
    margin: 0 10px 0 10px;
    line-height: 13px;
}
.navigation a {
    cursor: pointer;
    color: #3b3b3b;
}
.navigation a:hover, .navigation .current {
    text-decoration: underline;
    color: #3b3b3b;
}
.category-section-8 .full-width-container, .section-single-post-b7 .full-width-container {
    padding: 0;     
}
.category-section-8 .full-width-container h2, .section-single-post-b7 .full-width-container h2 {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    color: #3b3b3b;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
.category-section-8 .full-width-container p, .category-section-8 .full-width-container div,
.section-single-post-b7 .full-width-container p, .section-single-post-b7 .full-width-container div {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #3b3b3b; 
}
.category-services .category-section-8 .full-width-container p, .category-services .category-section-8 .full-width-container div,
.category-portfolio .category-section-8 .full-width-container p, .category-portfolio .category-section-8 .full-width-container div,
.category-news .category-section-8 .full-width-container p, .category-news .category-section-8 .full-width-container div,
.category-articles .category-section-8 .full-width-container p, .category-articles .category-section-8 .full-width-container div {
    font-size: 14px;
}
.category .category-section-8 .full-width-container img, 
.category .section-single-post-b7 .full-width-container img {
    max-width: 100%;
    height: auto;
}
strong {
    font-weight: bold;
}
#breadcrumbs {  
    margin-top: 8px;
    margin-bottom: 11px;
}
#breadcrumbs a, #breadcrumbs span {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    color: #3b3b3b;
}
#breadcrumbs a {
    text-decoration: none;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
.single-post h1 {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
    color: #3b3b3b;
    padding-top: 5px;
    padding-bottom: 0px;
}
.photo-block {
    height: 434px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-single-post-b1, .section-single-post-b2, .section-single-post-b3, .section-single-post-b4, .section-single-post-b5, .section-single-post-b6,
.section-single-post-b7, .section-single-post-b8, .section-single-post-b9, .section-single-post-b10, .section-single-post-b11, 
.section-single-post-b12, .section-single-post-b13, .section-single-post-b14, .section-single-post-b17, .section-single-post-b18 {
    margin-bottom: 30px;
}
.section-single-post-b15 {
    padding-bottom: 30px;
}
.text_left {
    padding-right: 15px;
}
.text_right {
    padding-left: 15px;
}
.text_left p, .text_right p, .text_left div, .text_right div {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #3b3b3b; 
    padding-bottom: 15px;
}
.category-services .text_left p, .category-services .text_right p, .category-services .text_left div, .category-services .text_right div,
.category-portfolio .text_left p, .category-portfolio .text_right p, .category-portfolio .text_left div, .category-portfolio .text_right div,
.category-news .text_left p, .category-news .text_right p, .category-news .text_left div, .category-news .text_right div,
.category-articles .text_left p, .category-articles .text_right p, .category-articles .text_left div, .category-articles .text_right div   {
    font-size: 14px;
}
.image_right_t {
    width: calc(100% - 15px);
    margin-left: 15px;
    height: 407px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image_left_t {
    width: calc(100% - 15px);
    margin-right: 15px;
    height: 407px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.full-image-block {
    height: 398px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.full-width-image-block.center, .center {
    text-align: center;
}
.full-width-image-block.left, .left {
    text-align: left;
}
.full-width-image-block.right, .right {
    text-align: right;
}
.full-width-image-block img {
    max-width: 100%;
    height: auto;
}
.full-width-image-block .image_block {
    display: inline-block;
    text-align: center;
}
.full-width-image-block .full_img_title, .img_title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #3b3b3b; 
    padding-top: 10px;
    padding-bottom: 10px;
}
.img_title {
    text-align: center;
}
.item-icon {
    text-align: center;
    margin-top: 38px;
}
.item-icon .icon-img img {
    width: 138px;
    height: 138px;
}
.item-icon .icon-text {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #3b3b3b; 
    padding: 25px 15px;
    min-height: 18px;
}
.section-single-post-b10 {
    overflow-x: auto;
}
table tr td {
    border: 1px solid #3b3b3b;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #3b3b3b; 
    padding: 8px 10px;
    text-align: center;
}
table tr th {
    border: 1px solid #3b3b3b;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    background-color: #ff0000;
    padding: 16px 10px;
    text-align: center;
}
.warp-images .item-images {
    width: 100%;
    height: 208px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0;
    float: left;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 34px; 
}
.warp-images .item-images:last-child {
    margin-right: 0; 
}
.col-img-4 .item-images, .col-img-4 .item-images-wrap {
    width: calc((100% - 34px*3)/4);   
}
.col-img-3 .item-images, .col-img-3 .item-images-wrap {
    width: calc((100% - 34px*2)/3);   
}
.col-img-2 .item-images, .col-img-2 .item-images-wrap {
    width: calc((100% - 34px)/2);   
}
.col-img-4 .item-images-wrap, .col-img-3 .item-images-wrap, .col-img-2 .item-images-wrap {
    display: inline-block;
    float: left;
    margin-right: 34px;
}
.col-img-4 .item-images-wrap .item-images, .col-img-3 .item-images-wrap .item-images, .col-img-2 .item-images-wrap .item-images  {
    width: 100%;
    margin-right: 0;   
}
.warp-images .item-images-wrap:last-child {
    margin-right: 0;
}

.warp-images .item-full-images {
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0;
    float: left;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 34px;
    text-align: center; 
}
.col-img-4 .item-images-wrap .item-full-images, .col-img-3 .item-images-wrap .item-full-images, .col-img-2 .item-images-wrap .item-full-images {
    width: 100%;
    margin-right: 0;   
}
.warp-images .item-full-images:last-child {
    margin-right: 0; 
}
.col-img-4 .item-full-images {
    width: calc((100% - 34px*3)/4);   
}
.col-img-3 .item-full-images {
    width: calc((100% - 34px*2)/3);   
}
.col-img-2 .item-full-images {
    width: calc((100% - 34px)/2);   
}
.warp-images .item-full-images img {
    max-width: 100%;
    height: auto;
}
.tags {
    margin-top: 38px;
    margin-bottom: 10px;
}
.tags ul {
    padding-left: 0;
    padding-bottom: 0;
}
.tags ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
}
.tags ul li .item-tag {
    display: inline-block;
    color: #3b3b3b;
    text-decoration: none;
    margin: 2px 5px 2px 0;
    background: #e6e6e6;
    padding: 4px 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}
.tags ul li .active-item-tag {
    background: #ff0000;
    color: #fff;
}
.category-section-5 {
    position: relative;
}
.bg-load-system {
    display: block;
    background: url('images/Infinity-1s-100px.svg') center center no-repeat;
    position: absolute;
    top: 0;    
    width: calc(100% - 40px);
    height: 100px;
    z-index: 100;
}
.fixed {
    position: fixed;
}

.mm-menu {
    color: #fff;
    --mm-listitem-size: 24px;
    --mm-navbar-size: 30px;

    --mm-color-background: #ff0000;
    --mm-color-text: #fff;
    --mm-color-background-emphasis: rgba(153, 0, 0, 1);
    --mm-color-button: #fff;
    --mm-color-border: #fff;
    --mm-color-text-dimmed: #fff;
}
.mm-navbar {
    background: rgba(153, 0, 0, 1);
}
.mm-panel_has-navbar .mm-navbar {
    text-align: left;
}
.mm-navbar .mm-navbar__title {
    font-weight: 600;
}
.mm-menu_popup {
    top: 113px;
    left:0;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    right: auto;
}
.mm-menu_offcanvas {
    width: 100%;
}
.mm-listitem a, .sub-menu .mm-listitem a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'FuturaDemiC';
    font-size: 14px;
    font-weight: 600;
}

#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: -80px;
  background: #FF0000;
  padding: 15px;
  text-decoration: none;
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#scroll-to-top .vantage-icon-arrow-up {
    font-size: 18px;
    color: #ffffff;
}
#scroll-to-top.displayed {
    right: 20px;  
    opacity: 0.5!important;  
}
#scroll-to-top.displayed:hover {
    opacity: 0.8!important;
}

/*----404*/    
#Error_404 {
    text-align: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0%;
    margin-top: 0;
    left: 0px;
    padding-bottom: 50px;
}
.error_desk {
    display: inline-block;
}
.w404-title1 {
    color: #ff0000;
    font-size: 34px;
    line-height: 34px;
    display: inline-block;
}
span.check {
    display: inline-block;
    text-align: right;
    font-size: 20px;
    line-height: 20px;
    vertical-align: top;
    color: #4d4d4d;
}
.error404 a.button.button_filled {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;

    background-color: #ff0000;
    color: #fff;
    margin: 5px 0;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.error404 a.button.button_filled:hover {
    background-color: #990000;
}
#Error_404 .error_desk {
    float: none;
    padding-top: 20px;
    display: block;
    max-width: 410px;
    margin: 0 auto;
    text-align: right;
}
.w404-title2 {
    color: #ff0000;
    font-size: 200px;
    display: inline-block;
    width: 100%;
    line-height: 200px;
    font-weight: bold;
}
.brn-404 {
    margin-top: 50px;
}
.w404-title3 {
    color: #d3d3d3;
    font-size: 26px;
    line-height: 36px;
    display: inline-block;
}
/*-------*/

.page_title {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 26px;
    line-height: 1;
    color: #3b3b3b;
    padding-top: 5px;
    padding-bottom: 0px;
}
.page-contacts h2 {
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #3b3b3b;
    padding-bottom: 15px;
}
.page-contacts span {
    margin-bottom: 30px;
    display: block;
}
.page-contacts h1 {
    margin-bottom: 30px;
}
.contact-form-section, .contact-info-section {
    padding: 25px 35px 15px;
    display: inline-block;
    width: 100%;
    min-height: 1px;
    box-sizing: border-box;
}
.contact-info-section .info-address p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #3b3b3b;
    padding-bottom: 15px;
    text-align: left;
}

div.wpcf7-response-output {
    margin: 10px 0;
    background: #fff;
}
#main-contact-form .wpcf7-form-control.wpcf7-submit {
    border: none!important;
    border-radius: 0!important;
    -webkit-border: none!important;
    -webkit-border-radius: 0!important;
    -webkit-appearance: none;
}
#main-contact-form p {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: left;
}
#main-contact-form input[type="text"], #main-contact-form input[type="tel"], #main-contact-form input[type="email"], #main-contact-form textarea, #main-contact-form select {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    height: 48px;
    padding-left: 25px;
    color: #000;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    margin-bottom: 4px;
    box-sizing: border-box;
}
#main-contact-form textarea {
    height: 65px;
    padding-top: 10px;
    resize: none;
}
#main-contact-form input[type="text"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form input[type="text"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form input[type="text"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#main-contact-form input[type="tel"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form input[type="tel"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form input[type="tel"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#main-contact-form input[type="email"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form input[type="email"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form input[type="email"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#main-contact-form textarea::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#main-contact-form textarea::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#main-contact-form textarea:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#main-contact-form textarea:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}


#main-contact-form input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form input[type="tel"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="tel"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form input[type="email"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form input[type="email"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#main-contact-form textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#main-contact-form .error {
    font-size: 14px;
    line-height: 1.2;
    color: red;
    padding-left: 15px;
}

.gm-style .gm-style-cc, .gm-style .gm-style-cc span {
    z-index: -1 !important;
    opacity: 0;
}
.acf-map {
    height: 400px;
    border: #eee solid 1px;
    margin: 0;        
}
.acf-map img {
    max-width: inherit !important;
}
.section-single-post-b15 h1 {
    margin-bottom: 0;
    font-size: 32px;
}
#new-mobile-menu:not( .mm-menu ) {
   display: none;
}
.sitemap-section {
    margin-bottom: 40px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;/* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grecaptcha-badge {
    opacity: 0;
}
.recaptcha_policy {    
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    float: right;
    line-height: 1.3;
    display: inline-block;
}
.recaptcha_policy a {
    color: #fff;
}
.section-single-post-b15 .entry-meta .entry-date {
    margin-top: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #3b3b3b;
    padding-bottom: 0;
}
.post-navigation-row .navigation {
    padding-top: 0;
    padding-bottom: 0;
}
.post-navigation-row .navigation a {
    border: 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-color: #ff0000;
    display: inline-block;
    padding: 10px 15px 9px;    
    transition: 0.3s;
/*    text-transform: uppercase; */
    display: inline-block;
    margin-right: 0;
}
.post-navigation-row .navigation .nav-previous a {
    float: right;
}
.post-navigation-row .navigation .nav-next a {
    float: left;
}
.post-navigation-row .navigation i {
    font-size: 18px;
    color: #fff;
    margin-right: 0;
}
.post-navigation-row .navigation a:hover {
    background-color: #990000;
}
.post-navigation-row {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 30px;
}
.post-navigation-row:hover {
    /*background-color: #e6e6e6;*/
}

.screen-reader-text {
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 60ex;
    white-space: nowrap;
    overflow: hidden;
    line-height: 14px;
}

.item-post-block .entry-meta .entry-date {
    padding-bottom: 13px;
}
.item-project-block .entry-meta .entry-date {
    padding-top: 5px;
    padding-bottom: 0;
}
.bg_gray .projects-wrap .read_more_btn, .bg_gray .blog-wrap .read_more_btn {
    margin-bottom: 25px;
}
.home-section-h2 h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.home-section-17 {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.home-section-17 .projects-wrap {
    margin: 0 5%;
}
.home-section-17 .item-project-block {
    margin: 27px 0 0;
}
.home-section-17 .item-project-block a {
    text-decoration: none;
}
.home-section-17 .item-project-block .item-project-image {
    background-size: contain;

    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 138px;

}
.home-section-17 .item-project-block .item-project-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 92px;
}
.home-section-17 .item-project-block .project-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    height: 66px;
    max-width: 240px;
}

#av-form-home .wpcf7-form-control.wpcf7-submit {
    border: none!important;
    border-radius: 0!important;
    -webkit-appearance: none;
    -webkit-border: none!important;
    -webkit-border-radius: 0!important;
    
}
#av-form-home p {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
#av-form-home input[type="text"], #av-form-home input[type="tel"], #av-form-home input[type="email"], #av-form-home textarea, #av-form-home select {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #d0d0d0;
    height: 48px;
    padding-left: 25px;
    color: #000;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    margin-bottom: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

#av-form-home textarea, #av-form-home select {
font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #d0d0d0;
    height: 48px;
    padding-left: 25px;
    color: #000;
    position: relative;
    z-index: 1;
    margin-top: 4px;
    margin-bottom: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}
#av-form-home textarea {
    height: 65px;
    padding-top: 10px;
    resize: none;
}
#av-form-home input[type="text"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#av-form-home input[type="text"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#av-form-home input[type="text"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#av-form-home input[type="text"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#av-form-home input[type="tel"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#av-form-home input[type="tel"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#av-form-home input[type="tel"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#av-form-home input[type="tel"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#av-form-home input[type="email"]::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#av-form-home input[type="email"]::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#av-form-home input[type="email"]:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#av-form-home input[type="email"]:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}

#av-form-home textarea::-webkit-input-placeholder {color:#000; opacity: 1; transition: opacity 0.3s ease;}
#av-form-home textarea::-moz-placeholder          {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 19+ */
#av-form-home textarea:-moz-placeholder           {color:#000; opacity: 1; transition: opacity 0.3s ease;}/* Firefox 18- */
#av-form-home textarea:-ms-input-placeholder      {color:#000; opacity: 1; transition: opacity 0.3s ease;}


#av-form-home input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#av-form-home input[type="tel"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home input[type="tel"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home input[type="tel"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home input[type="tel"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#av-form-home input[type="email"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home input[type="email"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home input[type="email"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home input[type="email"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#av-form-home textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#av-form-home textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

#av-form-home .error {
    font-size: 14px;
    line-height: 1.2;
    color: red;
    padding-left: 15px;
}

.one-half,
.one-third,
.two-third,
.one-fourth {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 10px;
}
.two-third {
  margin-right: 2.5%;
}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.two-third { width: 66%; }
.one-fourth {width: 22%;}
.last {
    margin-right: 0 !important;
    clear: right;
}
@media only screen and (max-width: 1024px) {
.one-fourth {
        width: 100%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .one-half, .one-third, .two-third {
        width: 100%;
        margin-right: 0;
    }
}
.wpcf-wrap {
    min-height: 90px;
}
div.wpcf7-response-output {
    /*width: 100%;*/
    clear: both;
    margin: 0;
}
.wpcf-accept {
  clear: both;
}
.wpcf7-acceptance > .wpcf7-list-item {
  margin: 0;
}
.wpcf-accept > .wpcf7-form-control-wrap {
    display: inline-block !important;
}

#main-menu {
    position: relative;
}
a.call_us {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: relative;
    height: 35px;
    width: 140px;
    padding-bottom: 0!important;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;

    position: absolute;
    right: 0;
    top: 0;
}
a.call_us img {
    width: 15px;
    height: 15px;    
    margin: 0 2px;
}
a.call_us {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-family: 'FuturaDemiC';
    font-weight: normal;
    text-transform: uppercase;
}
.mm-menu a.call_us {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: auto;
    right: auto;
}
.mobile_call_us {
    display: none;
}
.mobile_call_us a.call_us {
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*-----Media----*/
@media only screen and (max-width: 1200px) {
    .home-section-17 .projects-wrap {
        margin: 0 auto;
    }
    .home-section-17 .item-project-block .project-title {
        padding: 0;
        height: 110px;
        margin-bottom: 15px;
    }
    .screen-reader-text {
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 70ex;
        white-space: nowrap;
        overflow: hidden;
        line-height: 14px;
    }
}
@media only screen and (min-width: 640px) {
    #new-mobile-menu {
        display: none;
    }
    #primary-menu li {
        float: left;
        position: relative;
    }    
    #primary-menu ul.sub-menu li {
        width: 100%;
        text-align: left;
        cursor: pointer;    
    }
    #primary-menu ul.sub-menu li:last-child {
        border-bottom: 0;
    }
    #primary-menu ul.sub-menu li a {
        text-decoration: none;
        white-space: nowrap;
        cursor: pointer;
        padding: 0 38px 0 38px;
        line-height: 30px;
    }
    #primary-menu li ul.sub-menu {
        position: absolute;
        left: 0px;
        z-index: 10;
        min-width: 300px;
        margin: 0;
        padding: 10px 0;
        list-style: none;
        background: #ff0000;        

        opacity: 0;
        visibility: hidden;

        -webkit-box-shadow: 0px 1px 14px 0px rgba(146, 146, 146, 0.44);
        -moz-box-shadow:    0px 1px 14px 0px rgba(146, 146, 146, 0.44);
        box-shadow:         0px 1px 14px 0px rgba(146, 146, 146, 0.44);

        -webkit-transition:0.25s linear opacity;
        transition:0.25s linear opacity;
        -moz-transition:0.25s linear opacity;
        -o-transition:0.25s linear opacity; 
    }
    #primary-menu li:hover > ul { 
        opacity:1;
        visibility: visible;
        top:35px;
        left:0px;
     
        -webkit-transition:0.25s linear opacity;
        transition:0.25s linear opacity;
        -moz-transition:0.25s linear opacity;
        -o-transition:0.25s linear opacity; 
    }
    #primary-menu li:hover li:hover > ul {
        opacity:1;
        visibility: visible;
        top:0px;
        left:240px;       
    }
     #primary-menu li li.menu-item-has-children > a:before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 0;
        bottom: 0; 
        right: 23px;
        left: auto;
        border-color: #fff;
        border-width: 2px;
        border-style: solid;
        content: '';
        border-bottom: none;
        border-right: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
    }
    #primary-menu ul.sub-menu li.current-menu-item, #primary-menu ul.sub-menu li:hover, #primary-menu ul.sub-menu li a:hover {
        background-color: #990000;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .item-post-block .item-post-image {
        width: 194px;
        height: 194px;
    }
    .item-post-block .item-post-content {
        width: calc(100% - 194px - 40px);
        height: 150px;
        padding: 0px 20px 0px 20px;
    }
    .item-post-block .item-post-content .post-description {
        height: 74px;
    }
    .item-post-block .item-post-content1 {
        width: calc(100% - 194px - 40px);
        padding: 0 20px 0 20px;
    }
    .item-project-block .item-project-image {
        height: 149px;
    }
    .home-section-17 .item-project-block .item-project-image {
        height: 138px;
    }
    .magnet-box .lm-text {
        line-height: 1;
        max-width: calc(100% - 210px);
        display: inline-block;
    }
    .magnet-box .more_btn {
        margin-top: 8px;
    }
    .photo-block {
        height: 323px;
    }
    .image_right_t, .image_left_t {
        height: 303px;
    }
    .warp-images .item-images {
        height: 147px;
    }
    .full-image-block {
        height: 295px;
    }
    .section-single-post-b7 .full-width-container {
        padding: 0;
    }
    .recaptcha_policy {
        float: none;
        display: block;
    }
    .item-post-block .entry-meta .entry-date {
        padding-bottom: 5px;
    }
    .screen-reader-text {
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 55ex;
        white-space: nowrap;
        overflow: hidden;
        line-height: 14px;
    }
}
@media (min-width: 761px) and (max-width: 991px) {
    nav#main-menu ul li a {
        padding: 0 18px;
    }
    #primary-menu ul.sub-menu li a {
        padding: 0 0 0 30px;
    }
    .item-post-block .item-post-image {
        width: 194px;
        height: 194px;
    }
    .item-post-block .item-post-content {
        width: calc(100% - 194px - 20px);
        height: 150px;
        padding: 0px 10px 0px 10px;
    }
    .item-post-block .item-post-content .post-description {
        height: 74px;
    }
    .item-post-block .item-post-content1 {
        width: calc(100% - 194px - 8px);
        padding: 0 0px 0 8px;
    }
    .item-post-block .item-post-content .title-post {
        padding-bottom: 16px;
        font-size: 16px;
    }
    .item-project-block .item-project-image {
        height: 110px;
    }
    .home-section-17 .item-project-block .item-project-image {
        height: 138px;
    }
    .magnet-box .lm-text {
        line-height: 1;
        max-width: calc(100% - 160px);
        display: inline-block;
    }
    .magnet-box .more_btn {
        margin-top: 8px;
    }
    .expert-box .expert-image {
        width: calc(100% - 30px);
        margin-right: 30px;
    }
    .expert-content .expert-title {
        padding-top: 20px;
        padding-bottom: 15px;
        line-height: 0.9;
    }
    .expert-box .expert-content {
        width: 100%;
        margin-right: 0;
    }
    .special-box .special-content {
        width: calc(100% - 30px);
        margin-right: 30px;
    }
    .special-box .special-image {
        width: 100%;
        margin-right: 0;
    }
    .more_btn {
        width: 144px;
        padding: 15px 0;
    }
    .photo-block {
        height: 300px;
    }
    .image_right_t, .image_left_t {
        height: 229px;
    }
    .warp-images .item-images {
        height: 106px;
    }
    .full-image-block {
        height: 224px;
    }
    .section-single-post-b7 .full-width-container {
        padding: 0;
    }
    .col-menu {
        width: 25%;
        /*width: 40%;*/
        margin-bottom: 15px;
    }
    .col-menu:first-child {
        width: 25%;
        /*width: 60%;*/
        margin-bottom: 15px;
    }
    .col-menu-social {
        width: 25%;
        /*width: 20%;*/
    }
    .soc-info {
        float: left;
    }
    #footer_top .col-text {
        margin-bottom: 15px;
    }
    .recaptcha_policy {
        float: none;
        display: block;
    }
    .item-post-block .entry-meta .entry-date {
        padding-bottom: 5px;
    }
    .screen-reader-text {
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 35ex;
        white-space: nowrap;
        overflow: hidden;
        line-height: 14px;
    }
}
@media (min-width: 640px) and (max-width: 760px) {
    body {
        font-size: 16px;
    }
    ol li, ul li {
        font-size: 16px;
    }
    .item-post-block .item-post-content .post-description {
        font-size: 16px;
    }
    .expert-content .expert-description {
        font-size: 16px;
    }
    .special-content .special-description {
        font-size: 16px;
    }
    .item-project-block .project-description {
        font-size: 16px;
    }
	
    .category-section-8 .full-width-container p, .category-section-8 .full-width-container div,
    .section-single-post-b7 .full-width-container p, .section-single-post-b7 .full-width-container div {
        font-size: 16px;
    }
	.category .category-section-8 .full-width-container p, .category .category-section-8 .full-width-container div,
    .category .section-single-post-b7 .full-width-container p, .category .section-single-post-b7 .full-width-container div {
        font-size: 16px;
    }
    .category ol li, .category ul li {
        font-size: 16px;
    }
		
    .text_left p, .text_right p, .text_right div { 
        font-size: 16px; 
    }
    .category .text_left p, .category .text_right p, .category .text_left div, .category .text_right div {
        font-size: 16px;
    }
    .full-width-image-block .full_img_title, .img_title {
        font-size: 16px;
    }
    .tags ul li .item-tag {
        font-size: 16px;
    }
    .contact-info-section .info-address p {
        font-size: 16px;
    }
    #main-contact-form .error {
        font-size: 16px;
    }
    .item-icon .icon-text {
        font-size: 16px;
    }    
    nav#main-menu ul li a {
        padding: 0 9px;
    }
    #primary-menu ul.sub-menu li a {
        padding: 0 0 0 20px;
    }
    .blog-wrap .col-6, .expert-box .col-6, .special-box .col-6 {
        width: 100%;
    }
    .expert-box .expert-image {
        width: 100%;
        margin-right: 0;
    }
    .expert-box .expert-content {
        width: 100%;
        margin-right: 0;
    }
    .special-box .special-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .special-box .special-image {
        width: 100%;
        margin-right: 0;
    }
    .projects-wrap .col-3 {
        width: 50%;
    }
    .projects-wrap .col-3:nth-child(1) .item-project-block {
        padding-left: 0;
        padding-right: 16px;
    }
    .projects-wrap .col-3:nth-child(2) .item-project-block {
        padding-left:16px;
        padding-right: 0px;
    }
    .projects-wrap .col-3:nth-child(3) .item-project-block {
        padding-left: 0px;
        padding-right: 16px;
    }
    .projects-wrap .col-3:nth-child(4) .item-project-block {
        padding-left: 16px;
        padding-right: 0;
    }
    .magnet-box .lm-text {
        display: block;
    }
    .magnet-box .more_btn {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .photo-block {
        height: 240px;
    }
    .section-single-post-b4 .col-6, .section-single-post-b5 .col-6, .section-single-post-b6 .col-6 {
        width: 100%;
    }
    .text_left {
        padding-right: 0;
    }
    .text_right {
        padding-left: 0;
        padding-top: 15px;
    }
    .image_right_t, .image_left_t {
        height: 191px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .section-single-post-b7 .full-width-container {
        padding: 0;
    }
    .col-img-4 .item-images, .col-img-4 .item-full-images, .col-img-4 .item-images-wrap {
        width: calc((100% - 34px)/2);
        margin-bottom: 34px;
    }
    .col-img-4 .item-images-wrap .item-images, .col-img-4 .item-images-wrap .item-full-images {
        margin-bottom: 5px;
    }
    .warp-images .item-images:nth-child(2n), .warp-images .item-full-images:nth-child(2n), .warp-images .item-images-wrap:nth-child(2n) {
        margin-right: 0;
    }
    .col-img-3 .item-images, .col-img-2 .item-images, .col-img-3 .item-full-images, .col-img-2 .item-full-images, .col-img-3 .item-images-wrap, .col-img-2 .item-images-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 34px;
    }
    .col-img-3 .item-images-wrap .item-images , .col-img-2 .item-images-wrap .item-images, .col-img-3 .item-images-wrap .item-full-images , .col-img-2 .item-images-wrap .item-full-images {
        margin-bottom: 5px;
    }
    .warp-images .item-images {
        height: 194px;
    }
    .full-image-block {
        height: 186px;
    }
    .item-icon {
        width: 50%;
    }
    .item-post-block .item-post-content .post-description {
        height: 160px;
    }
    .item-post-block .item-post-content {
        height: 230px;
        padding: 0px 35px 0px 35px;
    }
    .special-content .special-description {
        max-height: 140px;
    }
    .item-project-block .project-description {
        max-height: 122px;
    }
    .col-menu {
        width: 40%;
        margin-bottom: 15px;
    }
    .col-menu:first-child {
        width: 60%;
        margin-bottom: 15px;
    }
    .col-menu-social {
        width: 100%;
        float: none;
        text-align: center;
    }
    .soc-info {
        float: none;
        text-align: center;
    }
    #footer_top .footer-box {
        padding: 30px 0px 25px;
    }
    .contact-info-section {
        padding: 25px 0px 15px;
    }
    .slogan {
       margin-right: 5px; 
    }
    #footer_top .col-text {
        margin-bottom: 15px;
    }
    .recaptcha_policy {
        float: none;
        display: block;
    }
    .item-post-block .item-post-content .title-post {
        font-size: 20px;
    }
    .home-section-17 .item-project-block .project-title {
        height: 66px;
    }
    .screen-reader-text {
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 30ex;
        white-space: nowrap;
        overflow: hidden;
        line-height: 14px;
    }
    
}
@media only screen and (max-width: 639px) {
    body {
        font-size: 16px;
    }
    ol li, ul li {
        font-size: 16px;
    }
    .item-post-block .item-post-content .post-description {
        font-size: 16px;
    }
    .expert-content .expert-description {
        font-size: 16px;
    }
    .special-content .special-description {
        font-size: 16px;
    }
    .item-project-block .project-description {
        font-size: 16px;
    }
    .category-section-8 .full-width-container p, .category-section-8 .full-width-container div,
    .section-single-post-b7 .full-width-container p, .section-single-post-b7 .full-width-container div {
        font-size: 16px;
    }
    .category .category-section-8 .full-width-container p, .category .category-section-8 .full-width-container div,
    .category .section-single-post-b7 .full-width-container p, .category .section-single-post-b7 .full-width-container div {
        font-size: 16px;
    }
    .category ol li, .category ul li {
        font-size: 16px;
    }
    .text_left p, .text_right p, .text_right div { 
        font-size: 16px; 
    }
    .category .text_left p, .category .text_right p, .category .text_left div, .category .text_right div {
        font-size: 16px;
    }
    .full-width-image-block .full_img_title, .img_title {
        font-size: 16px;
    }
    .tags ul li .item-tag {
        font-size: 16px;
    }
    .contact-info-section .info-address p {
        font-size: 16px;
    }
    #main-contact-form .error {
        font-size: 16px;
    }
    .item-icon .icon-text {
        font-size: 16px;
    }  
    .item-post-block .item-post-content .post-description {
        height: auto;
    }
    .item-post-block .item-post-content {
        height: 230px;
    }
    .special-content .special-description {
        max-height: 140px;
    }
    .item-project-block .project-description {
        max-height: 122px;
        margin-bottom: 15px;
    }
    .item-project-block .project-title {
        height: auto;
    }   

    #main-menu {
        display: none;
    }
    .hamburger {
        padding: 10px 10px 5px !important;
    }
    .hamburger-box {
        width: 20px!important;
        height: 18px!important;
        //margin-top: 2px;
    }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        height: 2px!important;
        background-color: #fff!important;
        width: 20px!important;
    }
    .hamburger--slider .hamburger-inner:before {
        top: 5px!important;
    }
    .hamburger--slider .hamburger-inner:after {
        top: 10px!important;
    }
    .hamburger--slider.is-active .hamburger-inner {
        transform: translate3d(0,5px,0) rotate(45deg) !important;
    }
    .hamburger--slider.is-active .hamburger-inner:after {
        transform: translate3d(0,-10px,0) rotate(-90deg) !important;
    }
    .hamburger--slider .hamburger-inner {
        background-color: #fff;
    }
    .header-menu-open {
        display: inline-block;
        float: right;
    }
    .site-header .header_bottom {
        min-height: 98px;
    }
    .menu-main-warp {
        margin-bottom: 30px !important;
        text-align: left;
    }
    
    #primary-menu-mobile {
        display: block;
    }
    #primary-menu-mobile>li {
        padding-left: 0;
        position: relative;
    }
    #primary-menu-mobile>li a {
        text-decoration: none;
        color: #fff;
        font-family: 'FuturaDemiC';
        font-size: 14px;
        font-weight: normal;
        text-transform: uppercase;
        display: inline-block;
    }    
    #primary-menu-mobile li.current-menu-item, #primary-menu-mobile li:hover {
        background-color: #990000;
    }
    #primary-menu-mobile .home_menu a {
        padding-left: 20px;
    }
    #primary-menu-mobile .home_menu a:before {
        background-image: url(images/home_button.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 13px;
        height: 13px;
        content: ' ';
        padding: 7px;
    }
    .mobile_call_us {
        display: block;
        float: right;
    }
    
    .home-section-1 {
        margin-top: -2px;
    }
    .home-section-2 {
        padding-top: 0;
        padding-bottom: 5px;
    }
    .blog-wrap .col-6, .expert-box .col-6, .special-box .col-6 {
        width: 100%;
    }
    .blog-wrap {
        margin-top: 0;
    }
    .read_more_btn {
        float: none;
        padding-top: 25px;
        padding-right: 0px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .expert-box {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .expert-box .expert-content {
        width: 100%;
        margin-right: 0;
    }
    .expert-content .expert-title {
        font-size: 24px;
        line-height: 1.3;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .expert-box .expert-image {
        width: 100%;
        height: auto;
        min-height: 156px;
        margin-right: 0;
    }
    .special-box {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .special-content .special-title {
        font-size: 24px;
        line-height: 1.3;
        padding-top: 15px;
        padding-bottom: 15px;
    }    
    .special-box .special-content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    .special-box .special-image {
        width: 100%;
        margin-right: 0;
        height: auto;
        min-height: 156px;
    }
    .projects-wrap .col-3 {
        width: 100%;
    }
    .projects-wrap .col-3:nth-child(1) .item-project-block {
        padding-left: 0;
        padding-right: 0;
    }
    .projects-wrap .col-3:nth-child(2) .item-project-block {
        padding-left: 0;
        padding-right: 0;
    }
    .projects-wrap .col-3:nth-child(3) .item-project-block {
        padding-left: 0;
        padding-right: 0;
    }
    .projects-wrap .col-3:nth-child(4) .item-project-block {
        padding-left: 0;
        padding-right: 0;
    }
    .item-project-block .block-content-wrap {
        min-height: auto;
    }
    .magnet-box .lm-text {
        display: block;
        font-size: 26px;
        line-height: 1.2;
    }
    .magnet-box .more_btn {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .magnet-box {
        padding: 17px 0 0;
    }
    .home-section-1 .item-wrap:before, .category-section-1 .item-wrap:before {
        background-color: rgba(255,0,0,.75);
        background-image: none;
        z-index: 10;
    }
    .slogan {
        display: none;
    }
    .slider-container {
        padding: 0;
    }
    .slider-home-caption .carousel-caption {
        max-width: 100%;
    }
    .item-wrap-caption .text-description-section .more_btn {
        width: 100%;
        margin: 93px 0 0 -5px;
    }
    .slider-home-text-box {
        padding: 0 20px;
        width: calc(100% - 40px);
    }
    .slider-home-caption .slick-dots {
        text-align: center;
    }
    .item-wrap-caption .text-title-section {
        font-size: 36px;
        line-height: 0.8;
        padding-top: 65px;
        padding-bottom: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .item-wrap-caption .text-description-section {
        padding-left: 5px;
        padding-right: 5px;
    }
    .item-wrap-caption .text-description-section br {
        content: ' ';
    }
    .item-post-block {
        margin: 15px 0 23px 0;
    }
    .item-post-block .item-post-content {
        width: 100%;
        padding: 20px 0 0;
    }
    .item-post-block .item-post-image {
        width: 100%;
    }
    .item-post-block .item-post-content {
        height: auto;
        margin-bottom: 15px;
    }
    .item-post-block .item-post-content1 {
        width: 100%;
        float: none;
        padding: 0;
    }
    .more_btn {
        width: 100%;
    }
    a.logo-header {
        margin-top: 4px;
    }
    a.logo-header img {
        width: 160px;
        height: 23px;
    }
    .top-header {
        padding: 22px 0;
    }
    #footer_top .footer-box {
        padding: 30px 0px 25px;
    }
    .soc-info {
        padding-top: 0;
    }
    #footer_bottom .footer-box {
        padding: 8px 0px 9px;
        text-align: center;
    }
    .photo-block {
        height: 217px;
    }
    .section-single-post-b4 .col-6, .section-single-post-b5 .col-6, .section-single-post-b6 .col-6 {
        width: 100%;
    }
    .text_left {
        padding-right: 0;
    }
    .text_right {
        padding-left: 0;
        padding-top: 15px;
    }
    .image_right_t, .image_left_t {
        height: 204px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .section-single-post-b7 .full-width-container {
        padding: 0;
    }
    .warp-images .item-images:nth-child(2n), .warp-images .item-full-images:nth-child(2n) {
        margin-right: 0;
    }
    .col-img-4 .item-images, .col-img-3 .item-images, .col-img-2 .item-images, 
    .col-img-4 .item-full-images, .col-img-3 .item-full-images, .col-img-2 .item-full-images, .col-img-4 .item-images-wrap, .col-img-3 .item-images-wrap, .col-img-2 .item-images-wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .col-img-4 .item-images-wrap .item-images, .col-img-3 .item-images-wrap .item-images, .col-img-2 .item-images-wrap .item-images,
    .col-img-4 .item-images-wrap .item-full-images, .col-img-3 .item-images-wrap .item-full-images, .col-img-2 .item-images-wrap .item-full-images {
        margin-bottom: 10px;
    }
    .warp-images .item-images {
        height: 208px;
    }
    .full-image-block {
        height: 200px;
    }
    .item-icon {
        width: 100%;
    }
    .col-menu {
        width: 50%;
        margin-bottom: 15px;
    }
    .col-menu:first-child {
        width: 50%;
        /*width: 100%;*/
        margin-bottom: 15px;
    }
    .col-menu-social {
        width: 100%;
        float: none;
        text-align: center;
    }
    .soc-info {
        float: none;
        text-align: center;
    }
    .contact-info-section {
        padding: 25px 0px 15px;
    }
    .item-post-block .item-post-content .title-post {
        height: auto;
    }
    #footer_top .col-text {
        margin-bottom: 7px;
    }
    .recaptcha_policy {
        float: none;
        display: block;
    }
    .item-project-block .entry-meta .entry-date {
        padding-top: 13px;
        padding-bottom: 10px;
    }
    .home-section-17 .item-project-block .project-title {
        height: auto;
    }
    a.call_us {
        font-size: 14px;
        width: 150px;
    }
    .screen-reader-text {
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 18ex;
        white-space: nowrap;
        overflow: hidden;
        line-height: 14px;
    }
}
@media screen and (max-width:480px){
    .brn-404 {
        margin-top: 50px;
    }
    span.check {
        width: 100%;
        text-align: center;
    }
    .error404 a.button.button_filled {
        margin-left: 0px;
        margin-top: 10px;
        padding: 10px 30px;
    }
    .w404-title3 {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    #Error_404 .error_desk {
        float: none;
        padding-top: 80px;
        display: block;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .w404-title2 {
        font-size: 150px;
        line-height: 150px;
    }
    .w404-title3 {
        color: #d3d3d3;
        font-size: 20px;
        margin-top: 15px;
        line-height: 28px;
        display: inline-block;
    }
    .recaptcha_policy {
        float: none;
        display: block;
    }
    .screen-reader-text {
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 11ex;
        white-space: nowrap;
        overflow: hidden;
        line-height: 14px;
    }
}
@media only screen and (max-width: 359px) {
    .item-wrap-caption .text-description-section {
        padding-bottom: 15px;
    }
    .item-post-block .item-post-image {
        height: 280px;
    }
    .item-project-block .item-project-image {
        height: 195px;
    }
    .item-wrap-caption .text-description-section .more_btn {
        width: 100%;
        margin: 50px 0 0 -5px;
    }
    .section-single-post-b1, .section-single-post-b2, .section-single-post-b3, .section-single-post-b4, .section-single-post-b5, .section-single-post-b6,
    .section-single-post-b7, .section-single-post-b8, .section-single-post-b9, .section-single-post-b10, .section-single-post-b11, 
    .section-single-post-b12, .section-single-post-b13, .section-single-post-b14, .section-single-post-b17, .section-single-post-b18 {
        margin-bottom: 15px;
    }
    .screen-reader-text {
        display: inline-block;
        text-overflow: ellipsis;
        max-width: 11ex;
        white-space: nowrap;
        overflow: hidden;
        line-height: 14px;
    }
}

#footer_top .container input[type="text"]{
    height: 29px;
    width: 250px;
}
#footer_top .container input[type="submit"]{
    display:none;
}
#footer_top .container form p , 
#footer_top .container .icons-wrapper
{ 
    display:inline-block;
}
#footer_top .container .icons-wrapper{
    position: relative;
    left: -40px;
    background-color: #3b3b3b;
    padding: 5px 10px;
    cursor: pointer;
    top: 3px;
}
#footer_top .container .icons-wrapper i{
    font-size: 20px;
}
.form-phone-text{
    font-family: 'FuturaDemiC';
    font-weight: normal;
    font-size: 25px;
    color: #fff;
}
#footer_top .container form{
    text-align:center;
    margin-top: 45px;
}
#footer_top .container form .fa-arrow-alt-circle-right{
        font-size: 30px;
    position: relative;
    top: 7px;
    margin-right: 10px;
}
#footer_top .container form .wpcf7-response-output{
    color:black;
}

@media only screen and (max-width: 639px) {
    #footer_top .container input[type="text"] {
        height: 30px;
        width: 200px;
    }
    #footer_top .container form p, #footer_top .container .icons-wrapper {
        display: inline-block;
        text-align: center;
    }
    #wpcf7-f17280-o1 > form > p:nth-child(2) > picture > img {
        margin-right: 0px;
    }
}
@media screen and (max-width:480px){
    #wpcf7-f17280-o1 > form > p:nth-child(2) > picture > img {
        margin-right: 5px!important;
    }
    #footer_top .container input[type="text"] {
        height: 30px;
        width: 180px;
    }
}