body{
    font-family: 'Montserrat', sans-serif;;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    background-color: #ffffff;
    overflow-x: hidden !important;
}
a:focus {
    outline: none;
    outline-offset: 0px;
    text-decoration: none;
}

h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
    outline: none;
}

button{
    border: none;
}

a:hover{
    text-decoration: none;
}

img:focus {
    outline:none !important;
}

/*HEADER*/
.nav{
    padding-bottom: 5px;
}
.navbar{
    border: none;
}
.navbar-nav{
    float: right;
}
.navbar-nav>li>a{
    margin-top: 20px;
    padding-bottom: 0px;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #444444;
}
.navbar-nav>li>a:hover{
    background: inherit;
}
.navbar-nav>li>a:after {
    content: '';
    display: block;
    height: 2px;
    background: #ed2625;
    position: absolute;
    bottom: -5px;
    left: 20px;
    right: 20px;
    border-radius: 10px;
    transform: scale(0);
    transition: transform ease 0.35s;
}
.navbar-nav>li>a:hover::after, .navbar-nav>li>a:focus::after{
    transform: scale(1,1);
}
.navbar-nav>li>a:focus{
    background-color: inherit;
}
.navbar-top{
    background: #0f1e29;
    padding: 8px 50px;
}
.navbar-brand{
    padding: 15px 50px;
}
.navbar-top__content{
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 60px;
}
.navbar-top__content span{ 
    font-weight: 300;
}
/*landing*/
.landing{
    height: 80vh;
    background-color: #0f1e29;
}
.landing_left{
    margin-top: 30vh;
}
.landing_left__subtitle{
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #ffffff;
    user-select: text;
}
.subpage_left__subtitle{
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #ffffff;
    margin-bottom: 25px;
}
.subpage_left__title{
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 3px;
    color: #ffffff;
    user-select: text;
}
.landing_left__title h1{
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 3px;
    color: #ffffff;
    user-select: text;
}
.landing_left__title span{
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #ffffff;
    text-transform: uppercase;
    user-select: text;
}
.landing_hr{
    position: relative;
}
.landing_hr:before{
    content: '';
    position: absolute;
    height: 1px;
    background: #be2e2d;
    width: 500px;
    z-index: 999;
    top: 35px;
}
.landing_left_link{
    margin-top: 70px;
    opacity: 0.8;
    transition: 0.3s;
}
.landing_left_link:hover{
    opacity: 1;
}
.landing_left_link a{
    font-weight: 300;
    letter-spacing: 1.44px;
    color: #ffffff;
    user-select: text;
}
.landing_left_link img{
    display: inline-block;
    margin-left: 10px;
}
.landing_slider img{
    height: 80vh;
    width: 100%;
    object-fit: cover;
}
.landing{
    position: relative;
}
.prev, .next{
    display: inline-block;
    background: #fff;
    z-index: 999;
    width: 85px;
    height: 85px;
    text-align: center;
    padding-top: 35px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.next{
    margin-left: -4px;
}
.prev:before{
    content: '';
    position: absolute;
    height: 40px;
    width: 2px;
    background: #4a555f;
    right: 0;
    top: 50%;
    margin-top: -15px
}
.prev img{
    transform: rotate(180deg);
}
.prev img, .next img{
    width: 30px;
    transition: 0.3s;
    filter: contrast(0.55);
}
.prev:hover img, .next:hover img{
    filter: contrast(1);
}
.landing_navigation{
    left: 80%;
    position: absolute;
    bottom: 0;
}
.landing_left_link img{
    width: 12px;
    height: 6px;
}

/*toggle*/
.navbar-toggle .icon-bar{
    background: #ed2625;
}
.navbar-toggle{
    margin-bottom: 0px;
    margin-top: 20px;
}

/*section atributes*/
.section_content__counter{
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 5.33px;
    color: #d4d4d4;
}
.section_content__title{
    line-height: 55px;
    font-size: 48px;
    font-weight: 100;
    letter-spacing: 3px;
    color: #0f1e29;
}
.section_content__title span{
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 3px;
    color: #0f1e29;
    text-transform: uppercase;
}
.section_content__body{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 1px;
    color: #0f1e29;
    padding-right: 30px;
}
.section_content__body p{
    margin-top: 15px;
}
.section_content__link a{
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.44px;
    color: #be2e2d;
    opacity: 0.8;
    transition: 0.3s;
}
.section_content__link:hover a{
    opacity: 1;
}
.section_content__footer{
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 2.25px;
    color: #0f1e29;
}
.section_content_number{
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 5.33px;
    color: #be2e2d;
}
.section_content_number_text{
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #ffffff;
}

/*solutions*/
.solutions{
    padding-top: 90px;
    padding-bottom: 50px;
    background: #f1f1f1;
    background: linear-gradient(to right, #f1f1f1 80%, #fff 0%);
    position: relative;
}
.solutions_images{
    position: absolute;
    top: 0;
    right: 0;
}
.solutions_images img{
    height: 169px;
    width: 169px;
}
.solution_images__newline{
    text-align: right;
}
.solutions .section_content__link{
    margin-top: 25px;
    float: right;
}
.solutions .section_content__footer{
    text-align: right;
    margin-top: 40px;
}
.solutions .section_content__footer:after{
    content: '';
    margin-left: 15px;
    width: 165px;
    height: 2px;
    background-color: #be2e2d;
    position: absolute;
    top: 65px;
}

/*sales*/
.sales{
    padding-top: 110px;
    padding-bottom: 100px;
}
.sales .section_content__counter, .sales .section_content__title{
    display: inline-block;
}
.sales .section_content__link{
    margin-top: 20px;
}
.sales_partners{
    margin-top: 70px;
}
.sales_partners_images__image{
    padding: 20px;
}
.sales_partner_images__image img{
    object-fit: cover;
    object-position: center;
}

/*about us*/
.aboutus{
    position: relative;
    background: linear-gradient(to left, #f1f1f1 70%, #fff 0%);
    margin-bottom: 150px;
}
.aboutus_image{
    position: absolute;
    top: 130px;
    width: 560px;
}
.aboutus_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus_content{
    padding: 65px 10px 90px 10px;
}
.aboutus .section_content__link{
    margin-top: 20px;
}
.aboutus .section_content__body{
    margin-top: 10px;
}

/*achievements*/

.achievements{
    background-size: cover;
    background-position: center;
    margin-bottom: -2px;
}
.achievements_content .section_content__title{
    font-size: 30px;
    width: 100%;
    color: #fff;
    padding: 5px 0px;
}
.achievements_content .section_content__title span{
    text-transform: none;
    color: #fff
}
.achievements_content{
    padding-top: 160px;
    padding-bottom: 300px;
}
.achievements_content_center{
    text-align: center;
}
/* LOGIN */

.loginCard{
    width: 400px;
    margin: 0 auto;
    margin-top: 30vh;
    background: #1e2229;
    padding: 50px;
}

.loginBody{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}



.loginImage{
    margin-bottom: 50px;
}

.shoppingCart:hover{
    background: none;
}

.loginInput{
    margin-bottom: 15px;
}


.loginCard label{
    font-weight: normal;
    font-size: 10px;
}



footer{
    background-color: #162835;
    background: linear-gradient(to right, #0f1e29 45%, #162835 0%);
    position: relative;
}
.extralogo_background{
    background: #0f1e29;
    position: absolute;
    left: 0;
    top: -100px;
    bottom: 0;
    width: 45%;
}
.fotter_info__logo{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    top: -110px;
    /*background: #0f1e2a;*/
}
.fotter_info__logo img{
    width: 80%;
}
.footer_info{
    padding-top: 20px;
    background: #0f1e29;
    margin-bottom: 40px;
    position:relative;
}


.footer_content{
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    
}
.footer_content__title{
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffffff;
    margin-left: 10px;

}
.footer_content__title span{
    font-weight: 300;
}
.footer_content__title .navbar-top__content{
    margin-left: 0px;
}
.footer_content__img {
    display: inline-block;
}
.footer_links{
    padding: 105px 0px;
}
.footer_links__item a{
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.85;
    transition: 0.3s;
}
.footer_links__item a{
    opacity: 1;
}
.footer_links__social {
    padding: 5px 10px;
}
.footer_links__social img{
    width: 31px;
}
.footerB{
    background-color: #0f1e29;
    color: #9da29b;
    padding: 7px;
    font-size: 11px;
}
.footerB a{
    color: #9da29b;
}
@keyframes beat{
    to { transform: scale(1.2); }
}


/*slick*/

.slick-prev:after{
    content: '';
    position: absolute;
    height: 40px;
    width: 2px;
    background: #4a555f;
    right: 0;
    top: 50%;
    margin-top: -15px;
}
.slick-prev:before, .slick-next:before{
    color: #000;
    font-size: 30px;
}
.slick-prev:before{
    content: '';
    background-image: url('../images/icons/right-arrow-dark.svg');
    background-size: contain;
    position: absolute;
    height: 15px;
    width: 30px;
    transform: rotate(180deg);
    right: 30px;
}
.slick-next:before{
    content: '';
    background-image: url('../images/icons/right-arrow-dark.svg');
    background-size: contain;
    position: absolute;
    height: 15px;
    width: 30px;
    right: 30px;
}
.slick-prev{
    top: inherit;
    right: inherit;
    bottom: -43px;
    background: #fff;
    z-index: 999;
    width: 85px;
    height: 85px;
    left: 80%;
    position: absolute;
}
.slick-next{
    top: inherit;
    right: inherit;
    bottom: -43px;
    background: #fff;
    z-index: 999;
    width: 85px;
    height: 85px;
    left: 85.9%;
    position: absolute;

}
.slick-prev:hover, .slick-next:hover, .slick-next:focus, .slick-prev:focus{
    background: #fff;
}

/*errorpage*/
.notfound{
    margin-top: 100px;
    margin-bottom: 250px;
}
/*page*/
.header{
    margin-top: 100px;
    margin-bottom: 200px;
}
.header__box{
    padding-bottom: 50px;
}
.header__subtitle{
    padding-top: 30px;
}
.services_sales{
    margin-top: 120px;
    margin-bottom: 100px;
}
.services_sales .section_content__title,.services_sales .section_content__title span{
    font-size: 40px;
}
.subpage_image img{
    width: 380px;
    height: auto;
}

.solutions_images_subpage{
    top: -50px;
    right: -140px;
}
.sales_image img{
    width: 100%;
    margin-top: 50px;
}
.heating{
    background: linear-gradient(to right, #f1f1f1 80%, #fff 0%);
    padding-top: 130px;
    padding-bottom: 100px;
}
.fullbg{
    background:#f1f1f1;
}
.active{
    border-bottom: 2px solid #ed2625;
    padding-bottom: 3px;
}
.references .solutions_images_subpage {
    top: 80px;
}
.contact_dark{
    background: #f1f1f1;

}

/*contact*/
.contact{
    margin-top: 80px;
    margin-bottom: 50px;
}
.contact_box_content{
    text-align: center;
    padding: 60px 20px;
}
.contact_box_title{
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2.25px;
    color: #0f1e29;
    padding-bottom: 30px;
}
.contact_box_text{
    padding-bottom: 15px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: 1px;
    color: #0f1e29;
}
#mapid { 
    height: 500px;
    z-index: -1;
    z-index: 1;
}

.information{
    margin-top: 130px;
    padding-bottom: 20px;
}

/*contact form*/
.contact_form{
    padding: 0px 30px;
    position: relative;
}
.contact_form__title{
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2.25px;
    color: #0f1e29;
    margin-bottom: 30px;
}
.success_message{
    display: none;
    background-color: #0f1e2a;
    padding: 20px;
    color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -10px;
}
.success_message_content{
    padding: 10px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 2.25px;
    color: #fff;
    margin-bottom: 30px;
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
    text-align: center;
}
.form-input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #162836;
    resize: vertical;
    max-height: 200px;
    min-height: 25px;
}
.form-group label{
    font-weight: 200;
    color: #161616;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #0f1e29;
    padding-bottom: 5px;
}
.form-group label span{
    font-size: 10px;
    opacity: 0.5;
    padding-bottom: 5px;
}
.form-group select{
    height: 35px;
    border: 1px solid #DCDCDC;
    padding-right: 40px;
    padding-left: 20px;
    display: block;
}
.form-group option:nth-child(2){
    background-color: rgba(241,241,241,.95);
}
.form-group option{
    font-size: 14px;
    color: #000000;
}

.form-group textarea{
    /*border-top: 1px solid #162836;*/
    /*border-top-left-radius: 8px;*/
    /*border-top-right-radius: 8px;*/
    min-height: 50px;
}
/*.form-group #Terms{
    display: inline;
}*/
.form-group #FormTerms{
    display: inline;
    padding-left: 3px;
    line-height: 1.6;
}
.missing{
    border-bottom: 2px solid #e6e6e6;
}
.contact_form__form{
    padding: 10px;
    margin-top: 50px;
}
.button_primary{
    background-color: #162836;
    padding: 5px 15px;
    color: #fff;
    float: right;
    transition: 0.3s;
    border: 1px solid #162836;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.button_primary:hover{
    background-color: #fff;
    border: 1px solid #162836;
    color: #161616;
}
.missingData{
    border-bottom: 1px solid #ff0100;
}
.missing_label{
    display: none;
}