/*
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 {}


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: 36px;
}
h2, .h2 {
    font-size: 64px;
}
h3, .h3 {
    font-size: 42px;
}
h4, .h4 {
    font-size: 30px;
}
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;
}
.navbar-top {
	text-align:center;
}
ul.nav {
	padding-right: 0px;
	padding-left: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 39px 20px;
}
.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: 100%;
    right: -100%;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 115px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 80%;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.75);
    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;
    transform: skewX(20deg);
}
.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;
}
.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 > li:active,
.sub-menu > li:hover,
.sub-menu > li:focus {
	background-color: #a01e22;
}
.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;
    opacity: 1;
    margin-top: 0px;
    padding-top: 10px;
	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: left;
    margin-top: 20px;
    margin-left: 5px;
    background-color: transparent;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: rgba(160,30,34,1);
    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 {
	transform: skewX(-20deg);
}
.nav.navbar-nav > li > a {
	transform: skewX(20deg);
}
.nav.navbar-nav > li:hover,
.nav.navbar-nav > li:focus,
.nav.navbar-nav > li:active {
	background-color: #a01e22;
}
.nav.navbar-nav > li a {
	color: #000;
	text-align: center;
}
.nav.navbar-nav > li a:hover {
	color: #fff;
}
.nav.navbar-nav > li.current-menu-item {
	background-color: #a01e22;
}
.nav.navbar-nav > li.current-menu-item > a {
	color: #fff;
}
.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;
}
/*

	Header

*/
.header-row{
    background-color: rgba(255,255,255,0.85);
    position: fixed;
    z-index: 9999999999999999999;
    width: 100%;
	padding-bottom: 0px;
	font-size: 26px;
	text-align: right;
	border-bottom: 1px solid #000;
}
.header-logo {
	float: left;
	margin-left: 50px;
    margin-top: 6px;
}
.main-menu {
	float: right;
}
.header-phone {
	float: right;
    transform: skewX(-20deg);
	background-color: #000;
	padding: 30px 30px 31px 30px;
	margin-right: -18px;
}
.header-phone a{
    color: #fff;
	transform: skewX(20deg);
	padding-right: 40px;
	background-image: url(img/header-phone.png);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
    display: inherit;	
}
.navbar-collapse {
    padding: 0px;
}
.mobile-menu {
	display: none;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    float: left;
    margin-top: 57px;
}

/*

	Footer

*/
.footer-style {
	background-image: url(img/footer-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
    padding-top: 390px;
    color: #fff;
    text-align: center;
    font-size: 40px;	
}
.footer-style input.form-control {
    border: none;
	height: 42px;
}
.footer-style input.btn {
    border:none;
    font-weight: normal;
	background-color: #a01e22;
	height: 33px;
    margin-top: 2px;
    padding: 1px 12px;
}
.footer-style input.btn:hover {
    color: #fff;
}
.footer-style div.wpcf7-response-output {
     margin: 0; 
     padding: 0; 
	 font-size: 16px;
}

.footer-style span.wpcf7-not-valid-tip {
    font-size: 16px;
}
.footer-phone {
	display: none;
}
/*

	Home

*/

.top-section {
	margin-top: 100px;
}
.section-title {
	width: 100%;
    text-align: center;
    border-bottom: 2px solid #a01e22;
    line-height: 1px;
    margin: 100px 0px 50px;
    position: relative;
}
.section-title h2 {
    background: #fff;
    padding: 0 30px;
    transform: skewX(-20deg);
	border-left: 2px solid #a01e22;
	border-right: 2px solid #a01e22;
	display: inline-block;
	position: absolute;
    top: -34px;
    margin: 0 auto;
    right: 250px;
    width: fit-content;
	color: #a01e22;
}
.section-title h2 span{
    transform: skewX(20deg);
    display: inline-block;
}
.ppl-slider {
	margin: 0 100px;
}
.deals-slider {
	margin: 0 70px;
}
.renovations {
    overflow: hidden;	
}
.img-warp {
	position: relative;
	margin-bottom: 30px;
}
.renovations.img-warp{
	background-size: cover;
	background-position: center center;
}
.renovations.img-warp:before{
	content: '';
	display: block;
	padding-top: 71%;	
}
.renovations.img-warp.long-img:before{
	content: '';
	display: block;
	padding-top: 46%;	
}
.renovations.img-warp img{
	position: absolute;
	opacity: 0;
}

.img-title {
	position: absolute;
	bottom: 35px;
	right:0;
	left: 0;
	text-align: center;
	color: #a01e22;
	background-color: #fff;
	padding: 5px 0;
	z-index: 3;
}
.img-text {
	position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
	padding: 20px 20px 110px 20px;
	text-align: center;
	color: #fff;
	display: none;
}
.read-more-renovations {
	padding-top: 20px;
}
.top-corner-img {
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
}
.img-warp:hover .img-title {
	text-align: center;
	color: #fff;
	background-color: #a01e22;
}
.img-warp:hover .img-text {
	display: block;
	background-color: rgba(0,0,0,0.4);
}
.img-warp:hover .top-corner-img {
	display: none;
}
.page-short-text {
	position: relative;
	padding-bottom: 40px;
	text-align: justify;
	margin-bottom: 35px;
}
.read-more-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #a01e22;
	cursor: pointer;
}
.page-long-text {
	display: none;
}
.bottom-corner-text {
	position: absolute;
    left: 0px;
	bottom:0;
	height: 230px;
	width: 237px;
	background-image: url(img/bottom-corner.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 6;
	color: #fff;
	padding-top: 100px;
    padding-right: 100px;
}
.deals-title {
	position: absolute;
	bottom: 15px;
	right:0;
	left: 154px;
	text-align: center;
	color: #000;
	background-color: #fff;
	padding: 5px 0;
	z-index: 3;
}
.deal-price{
	font-size: 150%;
}
.slick-initialized .slick-slide {
    padding: 15px;
}
.ppl-section {
background-image: url(img/slider-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    padding-top: 32px;
    margin-bottom: -250px;
    height: 700px;
}
.slider-inner {
	background-image: url(img/bg-slide.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;	
    margin: 0 15px;
}
.ppl-title {
	float: right;
    margin-top: 95px;
    margin-right: 30px;
	color: #a01e22;
}
.ppl-img{
	float: left;
	margin-top: 5px;	
	margin-left: 10px;
	box-shadow: 10px 10px 45px;	
}
.pp-text {
	margin-top: 160px;
}
.ppl-slider .slick-arrow {
    width: 65px;
    height: 50px;
    color: transparent;
    border: 0px;
    background-color: transparent;
    font-size: 1px;
}
.ppl-slider .slick-prev.slick-arrow:after {
    content: '››';
	color: #fff;
}
.ppl-slider .slick-next.slick-arrow:after {
    content: '‹‹';
	color: #fff;
}
.ppl-slider .slick-next.slick-arrow {
    right: -100px;
}

.footer-links-seo {
    max-width: 1170px;
    margin: 0 auto;
	line-height: 17px;
}

.footer-links-seo a {
    font-size: 14px;
}

/*

	Contact

*/
.top-section.contact {
	background-image: url(img/contact-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
    background-size: 40% auto;
}
.contact-text {
	max-width: 60%;
	margin-right: 110px;
}
.contact-top-text {
	margin-bottom: 110px;	
}
.contact-table {
	display: table;
	margin-bottom: 110px;	
}
.contact-table-row{
	display: table-row;
}
.contact-table-right {
	display: table-cell;
    vertical-align: middle;
	padding: 10px 5px 40px;
}
.contact-table-left {
	display: table-cell;
    vertical-align: middle;
	padding: 10px 15px 0;
	background-color: rgba(255,255,255,0.7);	
}
.contact-table-left a{
	color: #000;
	text-decoration: none;
}
.contact-form {
	padding-left: 50px;
}
.contact-form input.form-control {
    margin-top: 45px;
    height: 42px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 18px;
    border-bottom: 1px solid rgba(96,96,96,0.85);
}
.contact-form input.btn {
    width: 100px;
	float: left;
    margin-top: 45px;
    border:none;
    font-weight: 400;
	background-color:#9f1d22;
	color: #fff;
}
.contact-form input.form-control::-webkit-input-placeholder {
   color: #9f1d22;
}
.contact-form input.form-control:-moz-placeholder { 
   color: #9f1d22;  
}
.contact-form input.form-control::-moz-placeholder {
   color: #9f1d22;  
}
.contact-form input.form-control:-ms-input-placeholder {  
   color: #9f1d22;  
}
/************ page *************/
.sidebar-col {
	width: 375px;
	padding-left: 3%;
	float: right;
	margin-top: 15px;
}
.sidebar-col a{
	color: inherit;
	text-decoration: none;
	display: block;
}
.main-area {
	width: calc( 100% - 375px);
	float: left;
}
.sidebar-col  ul{
    list-style-type: none;
	margin: 0;
    padding: 0;
}
.sidebar-col  li {
	transform: skewX(-20deg);
	margin-right: -20px;
}
.sidebar-col li:hover,
.sidebar-col li:focus,
.sidebar-col li:active {
	background-color: #a01e22;
}
.sidebar-col li a {
	color: #000;
	transform: skewX(20deg);
	width: 100%;
    display: block;
	padding: 0px 40px 0px 0;
	font-size: 18px;
}
.sidebar-col li a:hover {
	color: #fff;
}
.sidebar-col li.current-menu-item {
	background-color: #a01e22;
}
.sidebar-col li.current-menu-item > a {
	color: #fff;
}

.sidebar-deal {
	background-color: #a01e22;	
	transform: skewX(-20deg);
	margin-right: -20px;
}
.sidebar-deal-inner {
	color: #fff;
	transform: skewX(20deg);
	padding: 5px;
	text-align: center;
	margin: 1px 0;
	font-size: 18px;
}
.sidebar-deal-inner h4{
	font-weight: bold;
	margin: 0;
	font-size: 18px;
}
/*

	articles

*/
.post-warp {
	margin: 30px 15px;
}
.slick-initialized .slick-slide.post-warp {
	margin: 50px 15px;
	padding: 0;
}
.post-warp a{
	text-decoration: none;
	color: #000;
}
.category-title {
	font-size: 22px;
	font-weight: 600;
    margin-bottom: 5px;
	margin-top: 15px;
}
.post-img {
	box-shadow: -2px 2px 15px #666;	
	position: relative;
	overflow: hidden;
	background-size: cover;
}
.post-img img{
	opacity: 0;
	position: absolute;
}
.post-img:before {
	content: '';
	display: block;
	padding-top: 70%;
}
.post-short {
    margin-top: 10px;
    padding: 5px 15px 15px;
    background-color: #9f1d22;
    color: #fff;
    line-height: 1.1;
    text-align: justify;
    font-size: 87%;
    box-shadow: -2px 2px 15px #666;
	position: relative;
	min-height: 280px;
}
.read-more {
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin-left: 15px;
}
.single-post  .sidebar-col {
	display: none;
}
.category .sidebar-col {
	display: none;
}
.article-slider .slick-arrow:after {
    color: #9f1d22;
}
.footer-form {
	padding-bottom: 30px;
}
/*

	Gallery

*/
.padding-left {
	padding-left: 10%;
}
.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 {
	padding: 10px;
	margin: 10px;
	display: inline-block;
	float: right;
}
ul.galler_looper_btns li.filter a {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	cursor: pointer;		
}
ul.galler_looper_btns li.filter a:hover,
ul.galler_looper_btns li.filter a:focus {
	color: #000;
	cursor: pointer;	
	
}
ul.galler_looper_btns li.filter.mixitup-control-active a {
	color: #000;
	cursor: default;
}
ul.galler_looper_btns li.filter.mixitup-control-active a:hover,
ul.galler_looper_btns li.filter.mixitup-control-active a:focus {
	color: #000;
	cursor: default;	
}
.grid_3 {
	position: relative;
}
.grid_3_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-top: .5rem solid currentColor;*/
    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%/3 - (((3 - 1) * 1rem) / 3));
    }
}

@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;
		display: flex !important;
	}
}
@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: 1360px;
	}
}
@media (max-width: 1579px){
	.header-row {
		font-size: 20px;
	}
	.nav > li > a {
		padding: 35px 10px;
	}
	.header-logo {
	    margin-left: 20px;
		max-width: 260px;
	}
	.header-phone {
		padding: 24px 23px 28px 10px;
	}
	.header-phone a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	h2, .h2 {
		font-size: 48px;
	}
	h3, .h3 {
		font-size: 34px;
	}
	h4, .h4 {
		font-size: 26px;
	}
	.section-title h2 {
		top: -26px;
		right: 150px;
	}
	body {
		font-size: 20px;
	}
	.img-text {
		padding: 10px 10px 110px 10px;
		font-size: 18px;
	}
	.read-more-renovations {
		padding-top: 0px;
	}
	.img-title {
		bottom: 20px;
	}
	.post-short {
		min-height: 250px;
	}
	.bottom-corner-text {
		height: 198px;
		width: 214px;
		background-size: 100% 100%;
		padding-top: 80px;
		padding-right: 84px;
	}
	.deals-title {
		bottom: 79px;
		left: 78px;
	}
	.top-section.contact {
		margin-top: 40px;
	}
	.sidebar-col {
		width: 305px;
		padding-left: 3%;
	}

	.main-area {
		width: calc( 100% - 305px);
	}
	ul.galler_looper_btns li.filter {
		padding: 6px;
		margin: 5px;
	}
}
@media (max-width: 1199px){
	body .site-nav {
		height: auto;
	}
	.navbar-collapse.collapse {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	body .site-nav {
		position: initial;
	}
	.header-row {
		font-size: 18px;
	}
	.nav > li > a {
		padding: 25px 7px;
	}
	.header-logo {
	    margin-left: 10px;
		margin-top: 0px;
		max-width: 236px;
	}
	.header-phone {
		padding: 18px 23px 17px 10px;
	}
	.header-phone a {
		background-size: auto 65%;
	    padding-right: 25px;
	}
	h2, .h2 {
		font-size: 40px;
	}
	h3, .h3 {
		font-size: 28px;
	}
	h4, .h4 {
		font-size: 22px;
	}
	.section-title h2 {
		top: -21px;
		right: 85px;
	}
	body {
		font-size: 17px;
	}
	.read-more-renovations {
		padding-top: 0px;
	}
	.top-corner-img {
		max-width: 33%;
	}
	.img-title {
		bottom: 0px;
	}
	.bottom-corner-text {
		height: 138px;
		width: 155px;
		padding-top: 49px;
		padding-right: 58px;
	}
	.deals-title {
		bottom: 61px;
		left: 38px;
	}
	.footer-style {
		font-size: 28px;
	}
	.footer-style input.btn {
		margin-top: 13px;
	}
	.img-text {
		font-size: 15px;
	}
	.ppl-img {
		margin-top: 0px;
		margin-left: 0px;
		width: 90px;
	}
	.ppl-title {
		margin-top: 70px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.pp-text {
		margin-top: 100px;
	}
	.top-section.contact {
		margin-top: 0px;
	}
	.sidebar-col {
		width: 235px;
		margin-top: 150px;
	}

	.main-area {
		width: calc( 100% - 235px);
	}
	ul.galler_looper_btns li.filter a {
		font-size: 16px;
	}
	.sub-menu {
		right: -125%;
	}
	.category-title {
		font-size: 17px;
	}
}
@media (max-width: 991px){
	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;
	}
	.header-row {
		font-size: 14px;
	}
	.nav > li > a {
		padding: 22px 4px;
	}
	.header-logo {
	    margin-left: 2px;
		max-width: 210px;
	}
	.header-phone {
		padding: 17px 20px 17px 4px;
	}
	.header-phone a {
		background-size: auto 59%;
	    padding-right: 17px;
	}
	.section-title h2 {
		top: -10px;
	}
	.footer-style {
		padding-top: 200px;
		font-size: 18px;
	}
	.img-text {
		font-size: 12px;
	    padding: 2px 2px 89px 2px;
	}
	.top-section {
		margin-top: 80px;
	}
	.section-title {
		margin: 60px 0px 35px;
	}
	.read-more-renovations {
		margin-top: -5px;
	}
	.page-short-text {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.sidebar-col {
		width: 175px;
		margin-top: 10px;
	}

	.main-area {
		width: calc( 100% - 175px);
	}
	ul.galler_looper_btns li.filter a {
		font-size: 14px;
	}
	ul.galler_looper_btns li.filter {
		padding: 3px;
		margin: 2px;
	}
	.sub-menu {
		right: -150%;
	}
	.article-slider {
		margin: 0 40px;
	}
	.post-short {
		min-height: 160px;
	}
}
@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;
		max-height: 300px;
		overflow: scroll;
		overflow-x: hidden;
	}
	.navbar-nav {
		margin: 7.5px 10px;
	}
	.arrowdown {
		display: block;
		width: 20px;
		height: 20px;
		color: #fff;
		cursor: pointer;
		position: absolute;
		top: 10px;
		right: 7px;
		border-radius: 50%;
		background-color: #a01e22;
		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%;
		right: 0%;
		font-size: 14px;
		text-align: left;
		background-color: transparent;
		border: 0px;
		border-radius: 4px;
		background-clip: padding-box;
		margin-left: 10px;
		padding: 5px 0;
		margin: 2px 0 0;
		transform: skewX(0deg);
	}
	.menu-item-has-children:hover .sub-menu {
	    padding: 5px 0;
		margin: 2px 0 0;
	}
	.main-menu {
		margin-right: 5px;
		width: 100%;
	}
	.nav > li > a {
		padding: 5px 6px;
	}
	.header-phone {
		padding: 33px 0px 10px 0px;
		float: initial;
		transform: skewX(0deg);
		background-color: transparent;
		margin-right: 0px;
		text-align: center;
		display: inline-block;
	}
	.header-phone a {
		background-size: auto 59%;
	    padding-right: 0px;
		color: #a01d21;
	    transform: skewX(0deg);
	}
	.header-logo{
		float: right;
	}
	.header-row {
		text-align: center;
	}
	.img-text {
		padding: 10px 10px 110px 10px;
		font-size: 15px;
	}
	.img-warp {
		margin-bottom: 10px;
	}
	.page-short-text {
		margin: 20px;
	}
	.footer-style {
		background-image: none;
		background-color: #000;
		padding-top: 250px;
		color: #fff;
		font-size: 18px;
		padding: 0 30px;
	}
	.contact-top-text {
		 margin-bottom: 0px;
	}
	.contact-table {
		margin-top: 110px;
		margin-bottom: 0px;
	}
	.sidebar-col {
		width: 167px;
	}
	.main-area {
		width: calc( 100% - 167px);
	}
	.mobile-menu {
		display: block;
	}
	.nav.navbar-nav > li > a {
		transform: skewX(0deg);
		text-align: right;
		padding: 10px 50px;
	}
	.nav.navbar-nav .sub-menu > li > a {
		text-align: right;
		padding: 3px 60px;
	}
	.nav.navbar-nav > li {
		transform: skewX(0deg);
	}
	.main-menu {
		display: none;
	}
	.nav.navbar-nav  li {
		float: right;
		width: 100%;
	}
	.nav.navbar-nav > li:hover, .nav.navbar-nav > li:focus, .nav.navbar-nav > li:active {
		background-color: initial;
	}
	.nav.navbar-nav > li a:hover, .nav.navbar-nav > li a:focus, .nav.navbar-nav > li a:active {
		background-color: #a01e22d4;
	}
	.nav.navbar-nav > li.current-menu-item {
		background-color: initial;
	}
	.nav.navbar-nav > li.current-menu-item > a {
		color: #fff;
		background-color: #a01e22d4;
	}
	.img-warp.deals {
		font-size: 12px;
	}
	.bottom-corner-text {
		height: 90px;
		width: 93px;
		padding-top: 31px;
		padding-right: 30px;
	}
	.deals-title {
		bottom: 48px;
		left: 7px;
	}
	.footer-phone {
		display: block;
	}
	.footer-text {
		color: #9f1d22;
		font-weight: bold;
		background-color: #fff;
		margin: 0 -45px;
		font-size: 120%;
	}
	.footer-phone {
		background-color: #000;
		padding: 10px 0;
		margin-bottom: 30px;
	}
	.footer-phone a{
		color: #fff;
		display: inline-block;
		max-width: 80%;
		padding: 5px 45px;
		background-image: url(img/footer-phone.jpg);
		background-position: left;
		background-repeat: no-repeat;
		background-size: auto 100%;
		text-decoration: none;
	}
	.padding-left {
		padding-left: 0%;
		margin: 20px;
	}
	.padding-left iframe {
		width: 100%;
		height: auto;
	}
	.deals-slider .slick-prev.slick-arrow{
		right: initial;
		left: -30px;
	}
	.deals-slider .slick-next.slick-arrow {
		right: -30px;
		left: initial;
	}
	.deals-slider {
		margin: 0px 60px;
	}
	.post-short {
		min-height: initial;
		padding-bottom: 15px;
	}
	.renovations.img-warp:before{
		padding-top: 70%;	
	}
	.renovations.img-warp.long-img:before{
		padding-top: 70%;	
	}
	.deal-price {
		font-size: 120%;
	}
	.ppl-slider .slick-prev.slick-arrow:after {
		font-size: 50px;
		font-weight: 100;
		letter-spacing: -4px;
	}
	.ppl-slider .slick-next.slick-arrow:after {
		font-size: 50px;
		font-weight: 100;
		letter-spacing: -4px;		
	}
	.ppl-slider {
		margin: 0px 25px;
	}
	.ppl-slider .slick-next.slick-arrow {
		right: -55px;
	}
	.text-padding {
		padding: 13px 10px 0px;
	}
}
@media (max-width: 529px){
	.contact-text {
		max-width: 100%;
		padding: 0 50px;
		margin: 0;
	}	
	.sidebar-col {
		display: none;
	}
	.main-area {
		width: 100%;
	}
	.section-title h2 {
		right: 0;
		left: 0;
	}
	.section-title {
		margin: 40px 0px 15px;
	}
	.img-text {
		padding: 5px 5px 0px 5px;
		font-size: 13px;
	}
	.top-corner-img {
		max-width: 25%;
	}
	.am-container {
		margin-top: 20px;
	}
	.ppl-section {
		background-size: cover;
		padding-top: 57px;
		padding-bottom: 264px;
	}
	.img-title {
		padding: 2px 0;
	}
	.renovations-images.row {
		margin-right: -5px;
		margin-left: -5px;
	}
	.renovations-images .col-xs-6{
		padding-right: 5px;
		padding-left: 5px;
	}
	.deals-slider .slick-prev.slick-arrow{
		left: -30px;
	}
	.deals-slider .slick-next.slick-arrow {
		right: -30px;
	}
	.deals-slider {
		margin: 0px 30px;
	}
	.deals-slider .slick-arrow:after {
		width: 33px;
		height: 50px;
		font-size: 60px;
		line-height: 40px;
		font-weight: 100;
	}
}
@media (max-width: 399px){
	.header-logo {
		max-width: 170px;
	}
	#nav-icon3 {
		margin-top: 15px;
		margin-left: 0px;
	}
	.header-phone {
		padding: 19px 0px 4px 0px;
	}
	.img-text {
		padding: 3px 3px 0px 3px;
		font-size: 10px;
	}	
	.ppl-title {
		font-size: 90%;
	}
	.ppl-img{
		width: 70px;
	}
	.pp-text {
		font-size: 80%;
	}
	
	.article-slider .slick-next.slick-arrow {
		right: -35px;
		left: initial;
	}
	.article-slider .slick-prev.slick-arrow {
		left: -35px;
		right: initial;
	}
	.article-slider {
		margin: 0 20px;
	}
	.category-title {
		font-size: 15px;
	}
	.img-title {
		font-size: 14px;
	}
	.img-text {
		font-size: 9px;
	}
	.deals-slider .slick-prev.slick-arrow{
		left: -14px;
	}
	.deals-slider .slick-next.slick-arrow {
		right: -14px;
	}
	.deals-slider {
		margin: 0px 10px;
	}
	.deals-slider .slick-arrow:after {
		font-size: 50px;
		font-weight: 100;
	}

}

.home .sidebar-col {
	display: none;
}
.footer-copyright {
	display: block;
	width: 100%;
	text-align: center;
}
.footer-copyright a{
	color: #bfbfbf;
	text-decoration:none;
}

.main-menu .sub-menu a{
	padding: 5px !important;
	border-bottom: 1px solid #000 !important;
}

/* footer 3-widget */

@media screen and (min-width: 678px) {
.footer-widgets-cs div {
    width: 33%;
    float: right;
	text-align: right;
}
}

ul.footer1-menu {
    padding-inline-start: 0;
}

.footer-links ul.footer1-menu li {
    font-size: 18px;
    text-align: right;
    list-style-type: none;
}