/*
Theme Name: CoWeb
Theme URI: http://coweb.com/
Author: Yaniv Sasson
Author URI: http://yanivsasson.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1.01
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

.dmbs-container {}
.dmbs-header {}
.dmbs-header-img {}
.dmbs-header-text {}
.dmbs-top-menu {}
.dmbs-content {}
.dmbs-main {}
.dmbs-left {}
.dmbs-right {}
.dmbs-footer-menu {}
.dmbs-author-credits {}
.dmbs-footer {}


@charset "UTF-8";

iframe[name="google_conversion_frame"] {
	position: fixed;
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-family:'Open Sans Hebrew';
}
h1,h2,h3,h4,h5,h6{
	font-family:'Open Sans Hebrew';
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 56px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
nav, header, section, footer {
	width: 100%;
	float: left;
}
artical {
	margin-bottom: 0;
}
form br {
	display: none;
}
input.form-control {
	width: 100%;
	height: 42px;
	margin-top: 13px;
	margin-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
}
textarea.form-control {
	width: 100%;
	height: 90px;
	margin-top: 13px;
	margin-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-size: 18px;
}
input.btn {
	width: 100%;
	height: 42px;
	margin-top: 13px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	border-radius: 0px;
	font-weight: 700;
	font-size: 22px;
	text-align: center;		
}

.ajax-loader {
	position: absolute;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 15px 0 15px;
	max-width: 100%;
}
.navbar-top {
	text-align:center;
}
ul.nav {
	padding-right: 0px;
	padding-left: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 18px 19px;
	font-size: 22px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav > a,
.nav > a:hover,
.nav > a:active,
.nav > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:active,
.nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.sub-menu {
    position: absolute;
    top: 0%;
    right: 0px;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 175px;
    padding: 0px 0;
    margin: 0px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    border-right: 7px solid rgba(227,31,45,1);
}
.nav.navbar-nav > li .sub-menu > li > a {
    display: block;
    padding: 10px 5px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
	text-align: center;
}
.nav.navbar-nav > li .sub-menu > li > a:hover {
    background-color: rgba(227,31,45,1);
    color: #fff;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(227,31,45,0.8);
}
.sub-menu > li > a:active,
.sub-menu > li > a:hover,
.sub-menu > li > a:focus {
    text-decoration: none;
    color: #000;
	background-color: transparent;
}
.sub-menu > .active > a,
.sub-menu > .active > a:active,
.sub-menu > .active > a:hover,
.sub-menu > .active > a:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
	background-color: transparent;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
	max-height: 300px;
    opacity: 1;
    margin-top: 0px;
	padding-bottom: 0px;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggle {
    border: 1px solid #999;
}
.navbar-toggle .icon-bar {
    background-color: #999;
}
.nav.nav-side {

}
.nav.nav-side  li {
    margin-top: 8px;
    margin-bottom: 8px;
	text-align: center;
}
.nav.nav-side  li:hover {

}
.nav.nav-side  li  a {
	background-color: transparent;
    color: #000;	
}
.nav.nav-side  li  a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav.nav-side  li  a:hover, 
.nav.nav-side  li  a:active, 
.nav.nav-side  li  a:focus {
    text-decoration: none;
	background-color: transparent;
    color: #000;
}
.collapsing {
	display: none;
}
#nav-icon3 {
	width: 42px;
    height: 32px;
    position: relative;
    margin: 0;
    padding: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 0px solid #fff;
    border-radius: 3px;
    float: right;
    margin-top: 0px;
    background-color: rgba(0,0,0,0.9);	
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 8px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 10px;
}
#nav-icon3 span:nth-child(4) {
    top: 16px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.nav.nav-side  .sub-menu {
    position: initial;
    float: initial;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow:initial;
    box-shadow: initial;
}
/*
	navbar
*/
.nav.navbar-nav > li {
	background-color: transparent;
	width: 100%;
}
.nav.navbar-nav > li:last-child a {
    border-bottom: none !important;
}
.nav.navbar-nav > li:hover,
.nav.navbar-nav > li:focus,
.nav.navbar-nav > li:active {
	background-color: transparent;
}
.nav.navbar-nav > li a {
	color: #fff;
	text-align: center;
    border-bottom: 1px solid #6a6969;
}
.nav.navbar-nav > li a:hover,
.nav.navbar-nav > li a:focus,
.nav.navbar-nav > li a:active {
	background-color: transparent;
	color: #fff;
	border-left: 35px solid rgba(227,31,45,0.8);
	border-right: 35px solid rgba(227,31,45,0);
	border-bottom: 1px solid rgba(227,31,45,0.8);
}
.nav.navbar-nav > li.current-menu-item {
	background-color: transparent;
}
.nav.navbar-nav > li.current-menu-item > a {
	color: #fff;
	border-left: 35px solid rgba(227,31,45,0.8);
	border-right: 35px solid rgba(227,31,45,0);
	border-bottom: 1px solid rgba(227,31,45,0.8);
}
.nav.navbar-nav.navbar-nav-hover ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.nav.navbar-nav.navbar-nav-hover ul li {
	margin: 0px;
	padding: 0px;
}
.nav.navbar-nav.navbar-nav-hover ul li a {
	text-decoration: none;
}
.nav.navbar-nav.navbar-nav-hover li.menu-item-has-children ul.sub-menu {
	display: none;
	position: absolute;
	background-color: #000;
}
.nav.navbar-nav.navbar-nav-hover li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}
.arrowdown {
	display: none;
}
/*
	slick slider
*/
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-slide {
    text-align: center;
}
.slick-arrow {
	position: absolute;
	outline: 0;
	top: 45%;
	z-index: 9000;
    width: 33px;
    height: 50px;
	color: transparent;
	border: 0px;	
	background-color: transparent;
	font-size: 1px;		
}
.slick-next.slick-arrow {
	left: -60px;
}
.slick-prev.slick-arrow {
	right: -60px;
}
.slick-arrow:after {
    display: block;
    width: 33px;
    height: 50px;
    position: absolute;
    top: 0px;	
    color: #000;
    font-size: 100px;
    line-height: 40px;
}
.slick-next.slick-arrow:after {
    content: '‹';
	left: 0px;	
}
.slick-prev.slick-arrow:after {
	content: '›';	
    right: 0px;	
}
ul.slick-dots {
	list-style: none;
	text-align: center;
}
ul.slick-dots li {
	display: inline-block;
	margin: 10px;
	width: 36px;
	height: 36px;
	border: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}
ul.slick-dots li button {
	width: 36px;
	height: 36px;
	padding: 0px;
	border: 0px;
	border-radius: 50%;
	background-color: #ccc;
	background-size: 100% 100%;
	color: transparent;
}
ul.slick-dots li.slick-active button {
	background-color: #000;
}
/* 

	gallery masonry

 */
.grid:after {
	content: '';
	display: block;
	clear: both;
}
.grid-sizer,
.grid-item {
	width: 25%;
}
.grid-item {
	float: left;
}
.grid-item img {
	display: block;
	width: 100%;
}
/*

	gallery montage

*/
.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}
/*

	Gallery Mix

*/
.gallery-content {
	text-align: center;
}
ul.galler_looper_btns {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
ul.galler_looper_btns li.filter {
	margin: 10px;
	display: inline-block;
	float: right;
}
ul.galler_looper_btns li.filter a {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	cursor: pointer;	
	padding: 10px;
	text-decoration: none;
}
ul.galler_looper_btns li.filter a:hover,
ul.galler_looper_btns li.filter a:focus {
	color: #fff;
	cursor: pointer;	
	background-color: #e31f2d;
}
ul.galler_looper_btns li.filter.mixitup-control-active a {
	color: #fff;
	cursor: default;
	background-color: #e31f2d;
}
ul.galler_looper_btns li.filter.mixitup-control-active a:hover,
ul.galler_looper_btns li.filter.mixitup-control-active a:focus {
	color: #fff;
	cursor: default;	
	background-color: #e31f2d;
}
.grid_4 {
	position: relative;
}
.grid_4_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
}
.thumbb {
	display: block;	
	position: relative;
	width: 100%;
	height: 100%;		
	overflow: hidden;
}
.thumbb img {
	position: absolute;
	top: 0px;
	left: 0px;	
	width: 100%;
	height: 100%;
	opacity: 0;
}
.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}
.mix {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1rem;
    position: relative;
	background-size: cover;	
}
.mix:before {
    content: '';
    display: inline-block;
    padding-top: 56.25%;
}
/* Grid Breakpoints
---------------------------------------------------------------------- */
/* 2 Columns */
.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}
/* 3 Columns */
@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
    }
}
/* 4 Columns */
@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}
/* 5 Columns */
@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) /4));
    }
}
/*

	Landpage

*/
.landpage-header {
	background-image: url(img/header-img.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 190px;
	text-align: center;
}
.landpage-logo {
	display: inline-block;
}
.landpage-top-text {
	padding-top: 5px;
}
.landpage-top-text h4{
	font-size: 40px;
	font-weight: bold;
	color: #000;
	padding: 20px 0;
}
.landpage-top-text h5 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.landpage-list-section {
	background-image: url(img/bgs2.jpg);
	background-repeat:  repeat;
	background-position:   top;
	position: relative;
}
.landpage-right-image {
	position: absolute;
	top: -150px;
	right: 0;
}
.landpage-grey-text {
	background-color: #363536;
	color: #fff;
	font-weight: bold;	
	font-size: 44px;
	padding: 5px 25% 0 0;
	text-align: right;
}
.landpage-list {
	color: #fff;
	font-size: 30px;	
	column-count: 3;
	column-gap: 0px;
	column-span: 3;
	padding: 30px 300px 20px 10px;
}
.landpage-list li {
    list-style: none;
    background-image: url(img/list-style.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 35px auto;
    padding: 10px 40px 10px 0;
}

.landpage-form-section {
	background-color: #e1b81b;
	text-align: center;
	padding: 15px 0;
}
.landpage-form{
	padding: 0 150px;
}
.landpage-form h4{
	font-size: 50px;
	font-weight: bold;
}
.landpage-form input.form-control {
    width: 100%;
    height: 42px;
    margin-top: 13px;
    margin-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    border-radius: 0px;
    font-size: 18px;
}
.landpage-form input.btn {
    width: 100%;
    height: 42px;
    margin-top: 13px;
    margin-bottom: 3px;
    border: none;
    border-radius: 0px;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
	background-color: #000;
	color: #fff;
}
.landpage-form div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}
.landpage-gallery-section {
	background-color: #000;
	padding: 45px 0 300px 0;
	background-image: url(img/footer-img.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center 97%;
	text-align: center;
}
.landpage-gallery img{
	margin-top: 30px;
}
.landpage-callnow {
	background-color: #e1b81b;
	font-size: 50px;
	padding: 5px 0;
    text-align: center;
	font-weight: 600;
}
.landpage-callnow a{
	color: #000;
	text-decoration: none;
}
.landpage-callnow-mobile {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 33px;
	height: 33px;
	background-color: #e1b81b;
	background-image: url(img/phone-symbol.png);
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}
.landpage-callnow-mobile a{
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0;
	top: 0;
}

/*

	Landpage adir

*/
.landpage-adir-header {
	background-color: #3c3c3c;
	padding: 5px 0;
	text-align: center;
}
.landpage-adir-title {
	color: #fff;
	font-size: 62px;
	font-weight: 600;
}
.black {
	background-color: #000;
	color: #fff;
	overflow-x: hidden;
}
.landpage-vid {
	margin-top: 30px;
	height: 400px;
}
.landpage-left-text {
	margin-top: 30px;	
    font-size: 32px;
	margin: 35px 0;
	overflow-x: hidden;
}
.landpage-left-text h3{
	font-size: 44px;
	line-height: 75px;
}
.landpage-left-text h4{
	display: inline-block;
	background-color: #e31f2d;
	padding: 5px 40px;
	font-size: 36px;
	margin: 30px -40px 0;
}
.landpage-two-list {
    color: #fff;
    font-size: 23px;
    column-count: 3;
    column-gap: 0px;
    column-span: 3;
	padding: 20px 0;
}
.landpage-two-list li {
    list-style: none;
    background-image: url(img/list-two.png);
    background-position: right 10px;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding: 4px 20px 6px 0;
}
.landpage-symbols {
	text-align: center;
	padding: 20px 100px;
}
.landpage-symbols a{
	color: #fff;
	text-decoration: none;
}
.landpage-symbols img{
	display: inline-block;
}
.landpage-symbol-title h3 {
	font-size: 18px;
}
.landpage-symbol-img {
	display: table-cell;
	height: 61px;
}
.landpage-two-form-section {
    background-color: #e31f2d;
    text-align: center;
    padding: 0px 0;
    margin: 0;
}
.landpage-two-form {
	padding: 50px 0 50px 320px;
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
}
.landpage-two-form h4{
	font-weight: 400;
	font-size: 48px;
}
.landpage-two-form input.btn {
    width: 100%;
    height: 42px;
    margin-top: 13px;
    margin-bottom: 3px;
    border: none;
    border-radius: 0px;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    background-color: #000;
    color: #fff;
}
.landpage-two-form div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}
.landpage-two-form span.wpcf7-not-valid-tip {
	color: #fff;
}
.landpage-bf-gallery-section {
	text-align: center;
}
.landpage-gallery-title {
	padding: 30px 0;
}
.landpage-gallery-title img{
	padding: 0 20px;
}
.landpage-bf-gallery {
	padding: 0 100px;	
}
.black .slick-arrow:after {
    top: 0px;
    color: #fff;
}
.black .slick-arrow {
    top: 36%;
}
.landpage-last-text {
	font-size: 84px;
	padding-bottom: 50px;
}
.black .clients-slider img {
	margin: 20px 30px 30px;
	box-shadow: none;
}
/*

	articles

*/
.post-warp {
	margin: 50px 5px;
	border-right: 7px solid #e31f2d;
	box-shadow: -2px 2px 15px #666;
	-webkit-clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 19%);
	clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 19%);
}
.post-warp a{
	text-decoration: none;
	color: #000;
}
.category-title {
	font-size: 24px;
	font-weight: 600;
	padding-right: 7px;
}
.post-short {
	padding-right: 7px;
	padding-bottom: 7px;
}
.section-title {
	border-bottom: 7px solid #e31f2d;
	position: relative;
}
.section-title:after {
	border-bottom: 7px solid #000;
	position: absolute;
	bottom:-7px;
    left: -3px;
    right: 78%;
	content:'';
	transform: skewX(-45deg)
}
/*

	contact

*/
.contact-bg {
	background-image: url(img/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
	text-align: center;
}
.contact-container {
	display: inline-table;
	max-width: 700px;
	margin: 87px 0;
}
.contact-form {
	display: table-cell;
	width: 50%;	
	text-align: right;
    padding-bottom: 30px;
}
.contact-form h3 {
    font-size: 34px;
	color: #fff;
	padding-right: 15px;
}
.contact-form input.form-control {
    height: 28px;
    border: none;
}
.contact-form textarea.form-control {
    height: 110px;
    border: none;
}
.contact-form input.btn {
    width: 50%;
    height: 28px;
    border: none;
    font-weight: 400;
	color: #fff;
	background-color: #e31f2d;
    padding: 0;
	margin: 13px auto 3px auto;
    display: block;
}
.contact-form span.wpcf7-not-valid-tip {
    font-size: 18px;
	position: relative;
    margin-top: -29px;
    margin-right: 70px;
}
.contact-form div.wpcf7-validation-errors {
    font-size: 18px;
    margin:0px;
    padding:0px;
	color: #fff;
}
.contact-info {
	display: table-cell;
	width: 50%;	
	text-align: right;
	padding-right:  55px;	
	vertical-align: middle;
	color: #fff;
    padding-bottom: 120px;
}
.contact-info  a{
	text-decoration: none;
	color: #fff;
}
.contact-map {
	display: table-row;
	width: 100%;	
}
/*
		sidebar
*/
#main {
	float: right;
	width: 82%;
	background-color: #fff;
}
#aside {
	position: relative;
	float: left;
	width: 18%;
}
/*

	aside
	
*/
.aside-site {
	position: fixed;	
	top: 0px;
	left: 0px;
	width: 18%;
    height: 100%;
    overflow-y: auto;	
	background-image: url(img/header-bg.png);
    z-index: 5;
}
/*ie*/
.aside-site{
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}
/*chrome*/
.aside-site::-webkit-scrollbar { width: 3px; height: 3px;}
.aside-site::-webkit-scrollbar-button {  background-color: #666; }
.aside-site::-webkit-scrollbar-track {  background-color: #999;}
.aside-site::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.aside-site::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
.aside-site::-webkit-scrollbar-corner { background-color: #999;}
.aside-site::-webkit-resizer { background-color: #666;}
.aside-site-inner {
	max-width: 100%;
	margin: 0;	
	padding-right: 0px;
	padding-left: 0px;	
    padding-bottom: 45px;
    position: relative;
    min-height: 100%;
}
.aside-logo {
	padding-top: 0px;
	padding-bottom: 40px;
	text-align: center;
}
.aside-logo img {
	display: inline-block;
	max-width: 100%;
}
.header-phone {
	padding-left: 40px;
	position: relative;
	background-color: #e31f2d;
	font-size: 28px;	
    max-width: 100%;
    width: 270px;
    display: inline-block;
}
.header-phone:after {
	content:'';
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	width: 40px;
	background-color: #565656;
	background-image: url(img/header-phone.png);
	background-repeat: no-repeat;
    background-position: center;
}
.header-phone a{
	text-decoration: none;
	color: #fff;
}
.aside-btn {  
	display: none;
}
.header-standards {
	margin-top: 20px;
	text-align: center;
}
.header-standard {
	display: inline-block;
	margin: 0 3px;
}
.header-standard-img {
	display: inline-block;
}
.header-standard-text {
	color: #fff;
	font-size: 10px;
}
.header-social {
    text-align: center;
	position: relative;
	border-bottom: 8px solid rgba(227,31,45,0.8);
    width: 90%;
    margin: 30px auto 0 auto;
    display: table;
}
.header-icon {
    display: table-cell;
    height: 70px;
    position: relative;
    vertical-align: bottom;
	padding-right: 3px;
}
.fa{
	position: absolute;
    bottom: 0;
	padding-bottom: 10px;
	font-size: 38px;
	border: 2px solid #fff;
	border-bottom: none;
	border-radius: 30% 30% 0 0;
    width: 60px;
    padding-top: 10px;
	color: #fff;
    transition: all 0.5s;
}
.fa:hover{
	padding-bottom: 20px;
	border: 2px solid #fff;
	color: #000;
	background-color: #fff;
}
.header-bottom-line {
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.header-sec {
	position: relative;
	z-index:1;
	margin-bottom: 50px;
    overflow-x: hidden;
}
.header-cover {
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.4);
}
.page-title {
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 3;
	background-color: #e31f2d;
	color: #fff;
}
.page-title:after {
    background-color: #000;
    position: absolute;
    bottom: 0px;
	top: 0;
    left: -70px;
    right: 78%;
    content: '';
    transform: skewX(-45deg);
}

.page-title h1{
	font-size: 48px;
	margin: 10px 0;
}
.header-symbols {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	z-index: 3;
}
/*

	home
	
*/
.symbol-slider {
	margin: 50px 0;
}
.symbol-warp {
	position: relative;
	margin: 0 5px;
	-webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 31%);
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 31%);
}
.symbol-warp a{
	text-decoration: none;
}
.symbol-warp img {
	box-shadow: 1px 1px 5px #666;
	margin: 5px 0;
}
.symbol-hover-img {
	display: none;
}
.symbol-title {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10px;
	text-align: center;
	color: #000;
}
.symbol-warp:hover .symbol-img {
	display: none;
}
.symbol-warp:hover .symbol-hover-img {
	display: block;
}
.symbol-warp:hover .symbol-title {
	color: #fff;
}

.home-text {
	padding: 30px 0;
}

.clients-types {
    margin: 30px 0px;
    padding: 0 120px;
}
.clients-types a {
	text-decoration: none;
	color: #fff;
}
.clients-types-img {
    transform: skewX(-30deg);
	position: relative;
}
.clients-types-hover {
	position: absolute;
	z-index: 1;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	background-color: rgba(227,31,45,0.7);
	display: none;
}
.clients_title {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	right: 0;
	left: 0;
	background-color: rgba(227,31,45,0.7);
}
.clients_title h3{
    margin: 0;
    padding: 7px 0;
    transform: skewX(30deg);
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}
.clients-types-img:hover .clients-types-hover {
	display: block;
}
.clients-types-img:hover .clients_title {
	background-color: rgba(227,31,45,0);
}
.stages-section {
	background-image: url(img/stages-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
}
.home-section-title {
	display: inline-block;
	padding-bottom: 10px;
}
.stages-section .home-section-title {
	color: #fff;
}
.home-section-title:after{
	background-color: #e31f2d;
	height: 3px;
	content:'';
	width: 65px;
    display: block;
    margin: 5px auto 0;
}
.five-stages {
	
}
.stage-warp {
	display: inline-block;
    margin: 20px 0;
	max-width: 33%;
}
.stage-num {
	display: inline-block;	
}
.stage-text {
	display: inline-block;	
    transform: skewX(-30deg);	
	color: #fff;
	border: 1px solid #fff;
	width: 255px;
	padding: 2px 0px 2px 15px;
	margin-right: -50px;
}
.stage-text span{
    transform: skewX(30deg);	
	display: inline-block;	
	padding: 0px 15px;
}
.clients-section {
	text-align: center;
}
.clients-slider {
	margin: 0px 120px;
}
.clients-slider img{
	box-shadow: 3px 3px 10px;
	margin: 5px;
}
.home-last-text {
	margin: 30px 0;
	font-size: 36px;
}
.seven-col {
	width: calc(100% / 7);
	float: right;
}
/* 
	cat!
*/
.cat-description { 
	font-size: 21px;
	position: relative;
	padding-bottom: 35px;
}
.read-more-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	padding: 3px 15px;
}
.page-long-text {
	display: none;
}
.works-section {
	margin: 10px 0px 30px;
	padding: 0 20px;
	text-align: center;
}
.work-inner {
	margin: 10px 0;
}
.sub-cats {
	margin: 50px 0 30px;
}
.sub-cat {
	position: relative;
}
.sub-cat:hover .sub-cat-img-cover {
	display: block;
}
.sub-cat:hover .sub-cat-title {
	background-color: rgba(0,0,0,0);
}
.sub-cat-img {
	position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 42% 100%, 0 59%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 42% 100%, 0 59%);
}
.sub-cat-img-cover {
	position: absolute;
	z-index: 1;
	top:0;
	bottom:0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.sub-cat-title {
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding: 5px 10px;
}
.sub-cat-red {
	position: absolute;
	top:62%;
	bottom:0;
	right: 62%;
	left: 0;
	background-color: #e31f2d;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);	
}
/* 
	footer
*/
.footer-top {
	text-align: center;
    border-top: 7px solid #e31f2d;
    position: relative;
    margin-top: 50px;
    padding-top: 35px;
	overflow-x: hidden;
}
.footer-top:after {
    border-top: 7px solid #000;
    position: absolute;
    top: -7px;
    left: -3px;
    right: 78%;
    content: '';
    transform: skewX(-45deg);
}
.footer-top-text {
	font-size: 34px;
	color: #e31f2d;
}
.footer-bottom {
	background-color: #e31f2d;
	padding: 10px 0;
	color: #fff;	
	text-align: center;
}
.footer-form h3 {
	font-size: 42px;	
}
.footer-form input.form-control {
    border: none;
}
.footer-form input.btn {
    border: none;
    font-weight: 600;
	background-color: #000;
	color: #fff;
}
.footer-form input.btn:hover {
	color: #ccc;
}
.footer-form .wpcf7{
	margin-bottom: 20px;
}
.footer-form span.wpcf7-not-valid-tip {
    color: #f7e700;
}
.footer-form div.wpcf7-validation-errors {
	margin: 0;
	padding: 0;
}
.footer-bottom-mobile {
	display: none;
}
.top-header-mobile {
	display: none;
}


@media (min-width: 768px){
	.container {
		width: 750px;
	}
	.container.container-wide {
		width: 750px;
	}
	.navbar-nav {
		display: inline-block;
		float: initial;
	}
	.navbar-collapse.collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px){
	.container {
		width: 970px;
	}
	.container.container-wide {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
	.container.container-wide {
		width: 100%;
	}
}
@media (min-width: 1630px){
	.container.container-wide {
		width: 1600px;
	}
}
@media (max-width: 1650px){
	.header-bottom-line {
		font-size: 15px;
	}
	.fa {
		font-size: 25px;
		width: 45px;
	}
	.header-standard {
		max-width: 40px;
	}
	.header-standard-text {
		font-size: 8px;	
	}
	.nav > li > a {
		font-size: 21px;
	}
	.header-phone {
		font-size: 24px;
	}
	.article-slider {
		margin: 0 50px;
	}
	.landpage-adir-title {
		font-size: 54px;
	}
	.landpage-left-text {
		font-size: 24px;
	}
	.landpage-left-text h3 {
		font-size: 32px;
		line-height: 64px;
	}
	.landpage-left-text h4 {
		font-size: 28px;
	}
	.landpage-two-list {
		font-size: 20px;
	}
	.landpage-two-form h4 {
		font-size: 38px;
	}
	.landpage-last-text {
		font-size: 64px;
	}
}
@media (max-width: 1499px){
	.landpage-right-image {
		max-width: 20%;
		top: -100px;
	}
	.landpage-grey-text {
		font-size: 36px;
		padding: 5px 22% 0 0;
	}
	.landpage-list {
		font-size: 26px;	
		padding: 30px 14% 20px 10px;
	}
	.landpage-form{
		padding: 0 150px;
	}
	.landpage-form h4{
		font-size: 36px;
	}
	.landpage-top-text h4{
		font-size: 32px;
	}
	.landpage-top-text h5 {
		font-size: 26px;
	}
	.landpage-list li {
		background-position: right top;
		background-size: 29px auto;
		padding: 10px 31px 0px 0;
	}
	.page-title h1 {
		font-size: 34px;
	}
	.header-symbols {
		top: 30px;
	}
	.symbol-title h3 {
		font-size: 18px;
	}
	.symbol-title {
		bottom: 0px;
	}
	.footer-top-text {
		font-size: 28px;
	}
	.footer-bottom {
		font-size: 18px;		
	}
	.footer-form h3 {
		font-size: 30px;
	}
	.symbol-slider {
		margin: 50px 50px;
	}
	.clients_title h3 {
		padding: 3px 0;
		font-size: 18px;
	}
	.clients_title {
		bottom: 10px;
	}
	.stage-warp {
		margin: 10px 0;
	}
	.stage-num {
		max-width: 150px;
	}
	.stage-text {
		width: 192px;
		font-size: 18px;
	}
	ul.galler_looper_btns li.filter {
		margin: 10px 0;
	}
	.contact-container {
		margin: 16px 0;
	}
}
@media (max-width: 1199px){
	body .site-nav {
		height: auto;
	}
	.navbar-collapse.collapse {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	body .site-nav {
		position: initial;
	}
	.landpage-header {
		padding-top: 120px;
	}
	.landpage-logo {
		max-width: 50%;
	}
	.landpage-top-text h4{
		font-size: 26px;
	}
	.landpage-top-text h5 {
		font-size: 22px;
	}
	.landpage-right-image {
		max-width: 20%;
		top: -65px;
	}
	.landpage-grey-text {
		font-size: 30px;
		padding: 5px 22% 0 0;
	}
	.landpage-list {
		font-size: 20px;	
		padding: 30px 14% 20px 10px;
	}
	.landpage-form{
		padding: 0;
	}
	.landpage-form h4{
		font-size: 26px;
	}
	.landpage-gallery-section {
		padding: 45px 0 200px 0;
		background-position: center 97%;
	}
	.landpage-list li {
		background-position: right top;
		background-size: 29px auto;
		padding: 10px 31px 0px 0;
	}
	.nav.navbar-nav > li.current-menu-item > a {
		border-left: 15px solid rgba(227,31,45,0.8);
		border-right: 15px solid rgba(227,31,45,0);
	}
	.nav > li > a {
		font-size: 18px;
		padding: 5px 18px 12px;
	}
	.nav.navbar-nav > li a:hover, .nav.navbar-nav > li a:focus, .nav.navbar-nav > li a:active {
		border-left: 15px solid rgba(227,31,45,0.8);
		border-right: 15px solid rgba(227,31,45,0);
	}
	.nav.navbar-nav > li .sub-menu > li > a {
		padding: 5px 5px;
	}
	.sub-menu {
		min-width: 100px;
		font-size: 13px;
	}
	.header-phone {
		font-size: 18px;
		line-height: 36px;
	}
	.header-standard {
		max-width: 32px;
	}
	.fa {
		font-size: 18px;
		width: 34px;
	}
	.header-standard-text {
		font-size: 7px;
	}
	.header-bottom-line {
		font-size: 12px;
	}
	.clients-types {
		padding: 0px 20px;
	}
	.stage-text {
		width: 153px;
		font-size: 13px;
	}
	.stage-num {
		max-width: 135px;
	} 
	.footer-bottom {
		font-size: 16px;
	}
	ul.galler_looper_btns li.filter a {
		font-size: 18px;
		padding: 10px 5px;
	}
	.footer-top-text {
		font-size: 22px;
	}
	.landpage-adir-title {
		font-size: 44px;
	}
	.landpage-left-text {
		font-size: 20px;
	}
	.landpage-left-text h3 {
		font-size: 26px;
		line-height: 52px;
	}
	.landpage-left-text h4 {
		font-size: 23px;
	}
	.landpage-vid {
		height: 280px;
	}
	.landpage-two-list {
		font-size: 16px;
	}
	.landpage-symbol-title h3 {
		font-size: 16px;
	}
	.landpage-two-form h4 {
		font-size: 28px;
	}
	.landpage-gallery-title img {
		margin: 5px 0;
	}
	.landpage-last-text {
		font-size: 48px;
	}
}
@media (max-width: 991px){
	#main {
		float: right;
		width: 100%;
		background-color: #fff;
		padding-top: 76px;
	}
	#aside {
		position: relative;
		float: left;
		width: 0%;
		z-index: 9000;
	}
	/*
		aside
	*/
	.navbar-toggle {
		display: block;
	}
	.top-header-mobile {
		display: block;
		position: fixed;
		z-index: 9000;
		top: 0px;
		right: 0px;
		width: 100%;
		transition: bottom 1s;	
		background-color: #000;
		text-align: center;
		padding-top: 20px;
		
	}
	.mobile-logo {
		float: left;
		max-width: 142px;
		margin-top: -20px;
	}
	.aside-btn { 
		display: block;
		float: right;
		position: relative;
		z-index: 99950;
	}
	.aside-btn.open { 
		right: 240px;
	}
	.aside-site {
		position: fixed;	
		top: 76px;
		right: -240px;
		width: 240px;
		height: 100%;
		overflow-y: auto;	
		background-color: rgba(0,0,0,0.9);
		transition: right 1s;
		overflow-x: visible;
	}
	.aside-site.open {
		right: 0%;
	}
	.nav.navbar-nav > li a {
		font-size: 14px;
		line-height: 18px;
		padding: 4px 8px;
	}
	/*  the rest */
	body{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 12px;
	}
	.landpage-header {
		padding-top: 65px;
	}
	.landpage-logo {
		max-width: 50%;
	}
	.landpage-top-text h4{
		font-size: 20px;
		padding: 5px 0;
	}
	.landpage-top-text h5 {
		font-size: 16px;
	}
	.landpage-right-image {
		max-width: 20%;
		top: -50px;
	}
	.landpage-grey-text {
		font-size: 22px;
		padding: 5px 22% 0 0;
	}
	.landpage-list {
		 column-count: 2;
		font-size: 18px;	
		padding: 30px 13% 20px 10px;
	}
	.landpage-form{
		padding: 0;
	}
	.landpage-form h4{
		font-size: 22px;
	}
	.landpage-gallery-section {
		padding: 45px 0 200px 0;
		background-position: center 97%;
	}
	.clients-types-img-warp {
		min-height: 25vw;
		margin-bottom: 20px;
	}
	.clients-slider {
		margin: 0px 55px;
	}
	.home-last-text {
		margin: 18px 0;
		font-size: 23px;
	}
	.stage-text {
		width: 165px;
		font-size: 14px;
		padding: 2px 0px 2px 5px;
	}	
	.stage-num {
		max-width: 127px;
	}
	.clients-types {
		padding: 0px 120px;
	}
	.header-symbols .symbol-title h3 {
		font-size: 14px;
	}
	.page-title h1 {
		font-size: 22px;
		margin: 5px 0;
	}	
	.sub-cat {
		margin: 15px;
	}
	.footer-bottom-mobile {
		display: block;
	}
	.footer-bottom{
		display: none;
	}
	.header-standards {
		background-color: #231f20;
		padding: 20px;
	}
	.header-standard {
		max-width: 80px;
	}
	.header-standard-text {
		font-size: 13px;
	}
	.header-bottom-line {
		background-color: #565656;
		font-size: 23px;
		padding: 5px;
	}
	.footer-form h3 {
		color: #000;
		text-align: center;
		padding-top: 30px;
	}
	.header-phone-warp {
		background-color: #231f20;
		margin-bottom: 30px;	
		padding: 5px 15px;	
		text-align: center;		
	}
	.header-phone{
		background-color: #231f20;	
		width: 160px;
	}
	.footer-form-mobile {
		background-color: #e31f2d;
		padding: 0 15px;
	}
	.fa {
		font-size: 36px;
		width: 60px;
	}
	.header-social {
		border-bottom: none;
	}
	#aside .header-standards {
		display: none;
	}
	#aside .header-social {
		display: none;
	}
	#aside .header-bottom-line {
		display: none;
	}
	.navbar-toggle {
		border: 1px solid #fff;
		margin-right: 0px;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-collapse.collapse {
		margin-top: 0px;
		margin-bottom: 0px;
		box-shadow: initial;
		border: 0px;
		border-color: transparent;
		box-shadow: initial;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
		width: 100%;
		margin: 0px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.arrowdown {
		display: block;
		width: 20px;
		height: 20px;
		color: #fff;
		cursor: pointer;
		position: absolute;
		top: 3px;
		right: 7px;
		border-radius: 50%;
		background-color: #000;
		text-align: center;
	}
	.menu-item-has-children:hover .sub-menu {
		display: none;
	}
	.menu-item-has-children:hover .sub-menu.open-mobile {
		display: block;
	}
	.sub-menu.open-mobile {
		display: block;
	}
	.header-menu .nav.navbar-nav > li > a {
		display: inline-block;
	}
	.sub-menu {
		position: relative;
		z-index: 1000;
		width: 100%;
		font-size: 14px;
		text-align: left;
		background-color: rgba(255,255,255,0.7);
		border: 0px;
		border-radius: 4px;
		background-clip: padding-box;
		margin-left: 10px;
		padding: 5px 0;
		margin: 2px 0 0;
	}
	.menu-item-has-children:hover .sub-menu {
	    padding: 5px 0;
		margin: 2px 0 0;
	}
	.aside-logo {
		padding-top: 0px;
		padding-bottom: 40px;
		text-align: center;
		display: none;
	}
	.nav.navbar-nav > li .sub-menu > li > a {
		padding: 1px 5px;
	}
	.landpage-adir-title {
		font-size: 32px;
	}
	.landpage-two-list {
		column-count: 2;
	}
	.landpage-two-form {
		padding: 25px 0 25px 320px;
	}
	.landpage-two-form h4 {
		font-size: 28px;
	}
	.landpage-gallery-title img {
		margin: 5px 0;
	}
	.black .home-section-title {
		margin-top: 25px;
	}
	.landpage-last-text {
		font-size: 48px;
	}	
}
@media (max-width: 767px){
/* 	.navbar-toggle {
		border: 1px solid #fff;
		margin-right: 0px;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-collapse.collapse {
		margin-top: 0px;
		margin-bottom: 0px;
		box-shadow: initial;
		border: 0px;
		border-color: transparent;
		box-shadow: initial;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
		width: 100%;
		margin: 0px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.arrowdown {
		display: block;
		width: 20px;
		height: 20px;
		color: #fff;
		cursor: pointer;
		position: absolute;
		top: 3px;
		right: 7px;
		border-radius: 50%;
		background-color: #000;
		text-align: center;
	}
	.menu-item-has-children:hover .sub-menu {
		display: none;
	}
	.menu-item-has-children:hover .sub-menu.open-mobile {
		display: block;
	}
	.sub-menu.open-mobile {
		display: block;
	}
	.header-menu .nav.navbar-nav > li > a {
		display: inline-block;
	}
	.sub-menu {
		position: relative;
		z-index: 1000;
		width: 100%;
		font-size: 14px;
		text-align: left;
		background-color: rgba(255,255,255,0.7);
		border: 0px;
		border-radius: 4px;
		background-clip: padding-box;
		margin-left: 10px;
		padding: 5px 0;
		margin: 2px 0 0;
	}
	.menu-item-has-children:hover .sub-menu {
	    padding: 5px 0;
		margin: 2px 0 0;
	} */
	.landpage-gallery-title{
		padding: 10px 15px;
	}
	.landpage-gallery-title img{
		max-width: 100%;
		height: auto;
	}
	.landpage-form {
		margin: 0 15px;
	}
	.landpage-grey-text {
		font-size: 15px;
	}
	.landpage-list {
		column-count: 2;
		font-size: 14px;
		padding: 30px 7% 20px 10px;
	}
	.landpage-list li {
		background-position: right top;
		background-size: 24px auto;
		padding: 10px 28px 0px 0;
	}
	.landpage-form h4 {
		font-size: 16px;
	}
	.clients-types-img-warp {
		min-height: 30vw;
		margin-bottom: 20px;
	}
	.clients_title h3 {
		font-size: 14px;
	}
	.clients-types {
		margin: 30px 0px;
		padding: 0 50px;
	}
	.home-last-text {
		font-size: 20px;
	}
	.stage-warp {
		max-width: 50%;
	}
	.header-symbols .symbol-title h3 {
		font-size: 12px;
	}
	.symbol-title {
		bottom: -5px;
	}
	.footer-top-text {
		font-size: 18px;
	}
	.contact-form {
		padding-right: 20px;
	}
	.cat-description {
		font-size: 18px;
	}
	.landpage-adir-title {
		font-size: 26px;
	}
	.landpage-left-text {
		font-size: 16px;
	}
	.landpage-left-text h3 {
		font-size: 22px;
		line-height: 44px;
	}
	.landpage-left-text h4 {
		font-size: 18px;
	}
	.landpage-two-list {
		font-size: 14px;
	}
	.landpage-two-list li {
		background-size: 12px auto;
		padding: 7px 20px 3px 0;
	}
	.landpage-symbols {
		padding: 20px 0px;
	}
	.landpage-symbol-title h3 {
		font-size: 11px;
	}
	.landpage-two-form h4 {
		font-size: 18px;
	}
	.landpage-two-form-section input.form-control {
		height: 30px;
		font-size: 14px;
		margin-top: 7px;
		margin-bottom: 2px;
	}
	.landpage-two-form input.btn {
		height: 30px;
		margin-top: 7px;
		margin-bottom: 2px;
		font-size: 16px;
	}
	.black .landpage-gallery img {
		margin-top: 30px;
		height: 31vw;
	}
	.landpage-last-text {
		font-size: 26px;
	}
	.landpage-callnow {
		font-size: 30px;
	}
	.landpage-callnow-mobile {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}
@media screen and (max-width: 600px)  {
	.landpage-right-image {
		max-width: 100%;
		top: 0px;
		position: relative;
		display: block;
		text-align: center;
	}
	.landpage-right-image img{
		display: inline-block;
	}
	.landpage-grey-text {
		font-size: 14px;
		padding: 5px 0% 0 0;
		text-align: center;
	}
	.landpage-top-text h4 {
		font-size: 16px;
		padding: 0px;
	}
	.landpage-top-text h5 {
		font-size: 14px;
		text-align: center;
		padding-right: 0;
	}
	.landpage-list {
		column-count: 1;
		font-size: 14px;
		padding: 5px 0% 20px 10px;
	}
	.landpage-gallery-section {
		padding: 45px 0 100px 0;
		background-position: center 99%;
	}
	.landpage-logo {
		max-width: 80%;
	}
	.clients-types-img-warp {
		min-height: 26.4vw;
		margin-bottom: 20px;
	}
	.clients_title h3 {
		font-size: 14px;
	}
	.clients-types {
		margin: 30px 0px;
		padding: 0 40px;
	}
	.footer-form h3 {
		font-size: 38px;
		padding: 0 10px;
	}
	.footer-bottom {
		font-size: 16px;
	}
	.stages-section {
		background-size: cover;
	}
	.footer-top-text {
		font-size: 16px;
	}
	ul.galler_looper_btns li.filter a {
		font-size: 15px;
	}
	.header-symbols .symbol-title h3 {
		font-size: 8px;
	}
	.page-title h1 {
		font-size: 18px;
		margin: 3px 0;
	}
	.contact-form h3 {
		font-size: 15px;
		padding-right: 15px;
	}
	.cat-description {
		font-size: 14px;
	}
	.sub-cat {
		margin: 0 0 10px 0;
	}
	.landpage-adir-title {
		font-size: 18px;
	}
	.landpage-left-text {
		font-size: 14px;
	}
	.landpage-left-text h3 {
		font-size: 16px;
		line-height: 32px;
	}
	.landpage-left-text h4 {
		font-size: 16px;
	}
	.landpage-two-list {
		column-count: 1;
	}
	.landpage-two-form {
		padding: 25px 0 25px 50%;
		background-size: 50% auto;
	}
	.landpage-bf-gallery {
		padding: 0 0px;
	}
	.landpage-last-text {
		font-size: 20px;
	}
}
@media screen and (max-width: 460px)  {
	.clients-types-img-warp {
		min-height: 27.5vw;
	}
	.clients_title h3 {
		font-size: 13px;
		transform: skewX(15deg);
	}
	.clients-types {
		padding: 0 15px;
	}	
	.clients-types-img {
		transform: skewX(-15deg);
		position: relative;
	}
	.home-last-text {
		font-size: 16px;
	}
	.stage-num {
		max-width: 71px;
	}
	.stage-text {
		width: 142px;
		font-size: 13px;
	}
	.stage-text span {
		padding: 0px 0px;
	}
	.stage-text p {
		padding: 0px;
		margin: 0px;
	}
	.stage-text {
		width: 140px;
		padding: 0px;
		margin-right: -34px;
	}
	.header-symbols .symbol-title h3 {
		display: none;
	}
	.header-symbols {
		top: 12px;
	}
	.contact-info {
		padding-right: 10px;
	}
	.sub-cat-title {
		font-size: 14px;
		padding-left: 48px;
	}
	.landpage-left-text h4 {
		margin: 5px -40px 0;
	}
	.landpage-symbol-img {
		height: 35px;
	}
	.landpage-two-form {
		padding: 222px 0 25px 0%;
		background-size: 100% auto;
		background-position: top;
	}
	.landpage-callnow {
		font-size: 20px;
	}
}
@media screen and (max-width: 380px)  {
	.clients-types-img-warp {
		min-height: 28.9vw;
	}
	.clients_title h3 {
		font-size: 13px;
		transform: skewX(15deg);
	}
	.clients-types {
		padding: 0 6px;
	}	
	.clients-types-img {
		transform: skewX(-15deg);
		position: relative;
	}
	.symbol-title h3 {
		font-size: 16px;
	}
	.stage-warp {
		max-width: 60%;
	}
	.sub-cat-title {
		font-size: 14px;
		padding-left: 28px;
	}
	.header-standard {
		max-width: 65px;
	}
	.header-standard-text {
		font-size: 10px;
	}	
	#main {
		overflow-x: hidden;
	}
	.black .slick-arrow {
		top: 16%;
	}
}
.footer-copyright {
display: block;
width: 100%;
text-align: center;
}
.footer-copyright a{
color: #bfbfbf;
text-decoration:none;
}