﻿@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px) {
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px) {
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px) {
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
    p {
        font-size: 14px;
        line-height: 1.4;
        color: #696969;
    }

    .main_nav {
        display: none;
    }

    .logo_container {
        width: 181px;
    }

    .logo_content {
        padding-left: 10px;
        padding-right: 20px;
    }

    .logo_text {
        font-size: 20px;
    }

    .logo_sub {
        font-size: 12px;
        font-weight: 400;
    }

    .top_bar_content {
        padding-left: 166px;
    }

    .top_bar_item {
        margin-left: 27px;
    }

        .top_bar_item a {
            font-size: 12px;
        }

    .emergencies {
        font-size: 12px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .logo_box {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 18px;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

    .hamburger {
        display: block;
    }

    .home_title h1 {
        font-size: 56px;
    }

    .boxes {
        padding-top: 95px;
    }

    .box_col {
        margin-top: 0;
    }

        .box_col:not(:last-child) {
            margin-bottom: 30px;
        }

    .box {
        height: auto;
        padding-bottom: 40px;
    }

    .about_image {
        display: none;
        position: relative;
        right: auto;
        bottom: auto;
        text-align: center;
        margin-top: 80px;
    }

    .footer_column {
        padding-top: 0px;
    }

    .footer_links ul {
        margin: 10px 0px;
    }

        .footer_links ul li {
            margin-right: 10px;
            margin-left: 10px;
        }

            .footer_links ul li a {
                display: flow-root;
                white-space: nowrap;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .copyright_content {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer_social ul {
        margin-right: 0;
        margin-left: -5px;
        margin-top: 15px;
    }

    .logo_container_outer {
        display: none;
    }

    .mobile-phone-small {
        display: block;
    }

        .mobile-phone-small .logo {
            display: inline;
        }

            .mobile-phone-small .logo span {
                color: #ffffff;
                font-size: 26px;
            }

        .mobile-phone-small .logo_text {
            color: #ffffff;
            font-size: 26px;
            font-weight: 500;
            display: inline;
            line-height: 0.75;
        }

        .mobile-phone-small .logo-box-small {
            float: left;
        }

    .services {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .services_row {
        margin-top: 15px;
    }

    .service_col {
        margin-bottom: 10px;
    }

    .service {
        text-align: right;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 15px;
        padding-bottom: 15px;
        background-color: #ffffff;
    }
        .service .single-news .news-body {
            padding: 20px;
            height: 180px;
            position: relative;
        }

        .service .single-news .image-big {
            display: none;
        }

        .service .single-news .image-wide {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
        }
        .service .single-news .news-head {
            position: relative;
            height: 140px;
            overflow: hidden;
        }
    .service_icon {
        display: none;
    }

    .service_title {
        min-height: 10px;
    }

        .service_title::before {
            display: none;
        }

    .service_text {
        margin-top: 0px;
        font-size: 20px;
    }

    .service_title {
        padding-top: 0px;
        margin-top: 0px;
    }
  
    .smart-lock-img {
        height: 200px;
    }

    .home_title h1 {
        font-size: 28px;
    }

    .info-page {
        height: 250px;
    }

    .info-page-content {
        top: 55px;
    }

    .info-page-content-inner {
        padding-top: 26px;
    }

    .info-page-title h1 .red {
        display: block;
        line-height: 1.25;
    }

    .price-list {
        height: 250px;
    }

    .price-list-content {
        top: 80px;
    }

    .price-list-content-inner {
        padding-top: 26px;
    }

    .img-box {
        display: none;
    }

    .contact .contact-info h4 {
        font-size: 25px;
        margin: 5px 0px 10px 0px;
    }

    .contact .contact-info p {
        margin-bottom: 5px;
    }

    .contact .contact-info span {
        display: block;
        margin: 0px 0px 5px 10px;
    }

    .read_more_wrap {
        padding-top: 10px;
    }

    .read_more {
        left: 10px;
        top: 0px;
    }

    .service_text .p-hi {
        display: none;
    }

    .service_text .p-low {
        display: -webkit-box;
    }

    .sitemap-container-box {
        padding: 25px 45px 15px 45px;
    }

    .contact .contact-info {
        padding: 10px;
    }

        .contact .contact-info .contact-box {
            padding: 0px 0px;
        }

        .contact .contact-info a {
            font-size: 15px;
        }

   
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {
    .img-box {
        height: 200px;
    }
}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {
}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {
  
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    .top_bar {
        display: none;
    }

    .logo_container {
        height: 127px;
    }

    .logo {
        margin-top: 9px;
    }

   

    .dept_text {
        margin-top: 15px;
    }

    .dept_button {
        position: relative;
        margin-top: 20px;
    }

    .cta_content h2 {
        font-size: 36px;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {


    .header.scrolled {
        top: 0px !important;
    }

        .header_content,
        .header.scrolled .header_content {
            height: 60px;
        }

        .header.scrolled .logo_container {
            top: 0;
        }

        .header.scrolled .logo_container {
            height: 77px;
        }

    .hamburger i {
        font-size: 20px;
    }

    .logo_container {
        width: 141px;
        height: 77px;
    }

    .logo_content {
        padding-left: 10px;
        padding-right: 20px;
    }

    .logo_text {
        font-size: 16px;
    }

    .logo_box {
        width: 12px;
        height: 12px;
        line-height: 12px;
        font-size: 12px;
    }

    .logo_sub {
        font-size: 10px;
        padding-left: 1px;
    }
  
    .menu {
        top: 90px;
    }

    .menu_close_container {
        top: 20px;
        right: 20px;
    }

    .home {
        height: 100vh;
    }

    .home_content_inner {
        width: 100%;
        padding-top: 55vh;
    }

    .home_background {
        position: absolute;
        top: 42px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/golan-brown.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .home_content {
        top: calc(50% + 34px);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .home_title h1 {
        font-size: 36px;
    }

    .home_text p {
        font-size: 16px;
    }

    .menu_container {
        width: 100vw;
        right: -100vw;
    }

    .menu_item a {
        font-size: 20px;
    }

    .section_title h2 {
        font-size: 24px;
    }

    .button {
        height: 41px;
    }

        .button a {
            font-size: 11px;
            line-height: 41px;
            padding-left: 29px;
            padding-right: 34px;
        }

    .box {
        padding-left: 25px;
    }

    .working_hours {
        padding-right: 30px;
    }

    .cta_content h2 {
        font-size: 28px;
    }

    .price-list-container-box {
        padding: 25px 40px 15px 40px;
    }

    .price-list-mark {
        padding: 0px 40px 20px 40px;
    }

    .price-list-container-box .price-list-box-title p {
        padding: 5px;
        font-size: 18px;
        font-weight: 700;
    }

    .price-list-container-box .price-list-box {
        padding-right: 5px;
        padding-left: 0px;
    }

        .price-list-container-box .price-list-box p {
            font-size: 14px;
            font-weight: 100;
        }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
    .mobile-phone-small .logo_text {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        display: inline;
        line-height: 0.75;
    }
    .mobile-phone-small .logo span {
        color: #ffffff;
        font-size: 20px;
    }
}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
    .service .single-news .news-body {
        padding: 20px;
        height: 200px;
        position: relative;
    }
    .home_content_inner {
        width: 100%;
        padding-top: 40vh;
    }
}
