.alpha{
	padding-left: 0;
}
.omega{
	padding-right: 0;
}

span.icon{
	display: inline-block;
}

header{
    float: left;
}

.header__section{
    margin-bottom: 50px;
}

.header__section h3.title{  
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #333;
    margin-bottom: 0;
}

.header__section .text,
.header__section .text p{  
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #333;
}

section.last{
    margin-bottom: 0!important;
    background: #fff!important;
}

.abs p{
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
}
.abs p strong{
    color: #19964a;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #333;
}

.filters_product{
    margin-top: -75px;
}

.text__tab h4{
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;

}

.text__tab ul li{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;

}

span.avai:after {
    font-family: 'LinearIcons';
    content: "";
    line-height: 22px;
    font-size: 16px;
    position: relative;
    border: 1px solid #bbc4c7;
    display: inline-block;
    height: 25px;
    width: 25px;
    padding: 0;
    left: 0;
    bottom:-7px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-right: 5px;
}
span.avai.checked:after {
    background: #19964a;
    border: 1px solid #19964a;
}

.nomargin{
    margin: 0;
}

.bg__white{
    background: #fff;
}
.header-content .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: auto;
    bottom: 0;
    right: auto;
    left: auto;
    background-repeat: no-repeat;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #19964a;
}

.header-content .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 10px;
}

.header-content .owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 60px;
    left: auto;
}

.header-content .owl-slider-fullscreen .item .title{
    color: #fff;
}

.header-content .owl-slider-fullscreen .item p{
    color: #fff;
}

.header-content .owl-slider-fullscreen .item:after{
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,.3);
}
.banner .row:after{
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
}

.banner__fullbg .row{
    background-color: #ececec;
    color: #333;
}


.banner.banner__fullbg .row:after{
    display: none;
    visibility: hidden;
}

.project_abs h6{
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
}

.project_abs h6 span{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;

}
.project_abs h6 strong{
    display: block;
}

.txt p{
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
}

.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;	
    padding: 12px 18px 10px 18px;
}

.btn.btn-main {
	border-color: #19964a;
    background-color: #fff;
}

.btn.btn-main, .btn.btn-main:hover, .btn.btn-main:focus, .btn.btn-main:active {
    color: #19964a;
}

.btn.btn-main:hover {
    background-color: #19964a;
    color: #fff;
}

.btn.btn-green {
	background-color: #19964a;
	border-color: #19964a;
	color: #fff !important;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

.btn.btn-green:hover {
    background-color: #fff;
    border-color: #19964a;
    color: #19964a !important;
}

.btn.btn-green-dark {
    background-color: transparent;
    border-color: rgba(58, 61, 69, 0.5);
    color: #3a3d45 !important;
}

.btn.btn-green-dark:hover {
    background-color: #3a3d45;
    border-color: #3a3d45;
    color: white !important;
}

.btn.btn-clean {
    background-color: transparent;
    border-color: white;
    color: white !important;
}

.btn.btn-clean:hover {
    background-color: white;
    border-color: white;
    color: black !important;
}

.btn.btn-clean-dark {
    background-color: transparent;
    border-color: rgba(58, 61, 69, 0.5);
    color: #3a3d45 !important;
}

.btn.btn-clean-dark:hover {
    background-color: #3a3d45;
    border-color: #3a3d45;
    color: white !important;
}

.call-us a{
	font-size: 32px;
	font-weight: 600;
}
.call-us span{
	bottom: -5px;
    position: relative;
}

.btn.btn-add {
    background: transparent;
    position: absolute;
    overflow: hidden;
    color: white;
    bottom: 0;
    right: 0;
    border: 0;
    width: 100px;
    height: 100px;
    font-size: 19px;
    cursor: pointer;
    z-index: 9;
}

.btn.btn-add:hover {
    color: white;
}

.btn.btn-add:hover:before {
    background-color: #000000;
}

.btn.btn-add .icon {
    position: absolute;
    bottom: 17px;
    right: 17px;
}

.btn.btn-add:before {
    background-color: #19964a;
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0%;
    left: 50%;
    z-index: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-top-left{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;

}

.btn.btn-buy {
    background-color: #19964a;
    color: white;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 0;
    width: 80px;
    height: 80px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 20;
}

.btn.btn-buy:after, .btn.btn-buy:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 80px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-buy:before {
    font-family: 'LinearIcons';
    content: "\e82e";
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn.btn-buy:after {
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    content: attr(data-text);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn.btn-buy:hover:before {
    font-family: 'LinearIcons';
    content: "\e82e";
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn.btn-buy:hover:after {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


footer {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    color: #666666;
    background-color: #ececec;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

footer h1,  footer h3, footer h4, footer h5, footer h6,
footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 {
    color: #19964a;
}

footer h2{
	font-size: 48px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.38;
	letter-spacing: normal;
	text-align: left;
	color: #ececec;
}

footer h5,
footer h5 a{
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1em;
	min-height: 2em;
	letter-spacing: normal;
	text-align: left;
	color: #404040;
	margin-bottom: 20px;
}

footer .form-control {
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #19964a;
}

.row-ffoott{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #333;
}

.row-company{
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
    border-bottom: 1px solid #333;
}

.row-company p{
	font-size: 14px;
}

.row-company h4{
	font-size: 26px;
	color: #404040;
	font-weight: 600;
}

.row-company h6{
	font-size: 16px;
	color: #404040;
	font-weight: 600;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style-type: none;
	margin-bottom: 20px;
}

footer a {
    color: #666666;
}

footer a:hover {
    color: #19964a;
}

footer ul li a{
	font-size: 16px;
	line-height: 1;
}

footer .footer-showroom {
    padding-top: 30px;
    padding-bottom: 30px;
	margin-bottom: 15px;
	background-color:#333;
	color: #ececec;
}

.footer-showroom h2{
	margin-bottom: 1em; 
	font-size: 48px;
	font-weight: 600;
}

.footer-showroom p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
}

.footer-showroom p strong{
	margin-bottom: 15px;
	display: inline-block;
	font-size: 24px;
}

footer .footer-showroom.footer-showroom-single {
    margin-bottom: 0;
}

footer .footer-showroom .call-us {
    margin-top: 20px;
}

@media (min-width: 768px) {
    footer .footer-showroom {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    footer .footer-showroom {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    footer .footer-showroom {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-bottom: 80px;
    }
}

footer .footer-links .form-newsletter {
    position: relative;
}

footer .footer-links .form-newsletter .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media print {
    footer .footer-links {
        display: none !important;
    }
}

footer .footer-social {
    padding: 10px 0;
    text-align: center;
}

footer .footer-social li {
    display: inline-block;
}

footer .footer-social li a {
    padding: 0 5px;
}

@media (min-width: 992px) {
    footer .footer-social {
        padding: 30px 0;
        text-align: left;
    }
    footer .footer-social .links {
        text-align: right;
    }
    footer .footer-social .linkssx {
        text-align: left;
    }
}

@media (max-width: 991px) {
    footer .row > div {
        margin-bottom: 30px;
    }
    footer .row > div:last-child {
        margin-bottom: 0;
    }
}

.credits{
	font-size: 10px;
	text-transform: uppercase;
}
.credits a{
	font-size: 10px;
}

.credits strong{
	display: none;
	visibility: hidden;
}