﻿/* Mobile first queries */
body {
    background-color: #fff;
    font-family: Cambria,Georgia,serif !important;
    font-size: 62.5%;
    overflow-y: scroll;
    color: #000;
    margin: 0;
}

header {
    height: 48px;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: width 0.3s, height 0.3s; /* Safari */
    transition: width 0.3s, height 0.3s;
}

/* Mobile menu */
.c-hamburger {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: width 0.3s, height 0.3s; /* Safari */
    transition: width 0.3s, height 0.3s;
}

    .c-hamburger:focus {
        outline: none;
    }

    .c-hamburger span {
        display: block;
        position: absolute;
        top: 22px;
        left: 9px;
        right: 9px;
        height: 4px;
        background: #ffa04c;
        -webkit-transition: top 0s, left 0.3s,right 0.3s,height 0.3s; /* Safari */
        transition: top 0s, left 0.3s,right 0.3s,height 0.3s;
    }

        .c-hamburger span::before,
        .c-hamburger span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: #ffa04c;
            content: "";
            -webkit-transition: height 0.3s; /* Safari */
            transition: height 0.3s;
        }

        .c-hamburger span::before {
            top: -10px;
            -webkit-transition: top 0s; /* Safari */
            transition: top 0s;
        }

        .c-hamburger span::after {
            bottom: -10px;
            -webkit-transition: top 0s; /* Safari */
            transition: top 0s;
        }

.c-hamburger--rot span {
    transition: transform 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--rot.is-active span {
    transform: rotate(90deg);
}

/* header logo */
header .logo {
    display: inline-block;
    height: 48px;
    margin-left: 48px;
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    width: -o-calc(100% - 96px);
    width: calc(100% - 96px);
    text-align: center;
}

    header .logo img {
        height: 48px;
        width: auto;
        -webkit-transition: height 0.3s; /* Safari */
        transition: height 0.3s;
    }

header nav {
}

.main_menu {
    visibility: hidden;
    position: absolute;
    -webkit-box-shadow: 0px 0px 0px 10px #fff;
    -moz-box-shadow: 0px 0px 0px 10px #fff;
    box-shadow: 0px 0px 0px 10px #fff;
    background-color: #fff;
    z-index: 1;
    margin: 10px;
    padding: 0;
    top: 48px;
    left: 0;
    color: #777;
    border: 1px solid #777;
    list-style: none;
    -webkit-transition: top 0.3s; /* Safari */
    transition: top 0.3s;
}

    .main_menu.is-active {
        visibility: visible !important;
    }



    .main_menu::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 27px;
        height: 10px;
        background-color: #fff;
        top: -10px;
        border-left: 1px solid #777;
        border-right: 1px solid #777;
        left: -1px;
        -webkit-transition: width 0.3s; /* Safari */
        transition: width 0.3s;
    }

    .main_menu > li {
    }
        .main_menu > li .main_menu_li {
            color: #2d3940;
            text-decoration: none;
            font-size: 18px;
            display: inline-block;
            width: 100px;
            padding: 10px 40px;
            text-transform: uppercase;
            cursor:pointer;
        }

        .main_menu > li > a {
            color: #2d3940;
            text-decoration: none;
            font-size: 18px;
            display: inline-block;
            width: 100px;
            padding: 10px 40px;
            text-transform: uppercase;
            -webkit-transition: padding-left 0.3s,color 0.3s,line-height 0.3s; /* Safari */
            transition: padding-left 0.3s,color 0.3s,line-height 0.3s;
        }
        .main_menu > li > a:hover {
            padding-left:50px;
            color:#1d2930;
        }
        .main_menu > li > ul {
            list-style:none;
        }
            .main_menu > li > ul > li > a {
                color: #2d3940;
                text-decoration: none;
                font-size: 16px;
                display: block;
                display: inline-block;
                padding: 5px 10px 5px 20px;
                text-transform: uppercase;
                -webkit-transition: padding-left 0.3s,color 0.3s; /* Safari */
                transition: padding-left 0.3s,color 0.3s;
            }
            .main_menu > li > ul > li > a:hover {
                padding-left: 30px;
                color: #1d2930;
            }




.header_social {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 70px;
    
    -webkit-transition: height 0.3s,width 0.3s; /* Safari */
    transition: height 0.3s,width 0.3s;
}

.header_social a{
    width:35px;
    height:48px;
    display:inline-block;    
    float:right;
    text-align:center;
}
.header_social a .clickFb{
    background-image:url('img/ico_fb.png');
    width:14px;
    height:26px;
    margin-top:11px;
    background-position-x:14px;
    margin-left:auto;
    margin-right:auto;
}
    .header_social a:hover .clickFb {
        background-position-x: 0px;
    }

    .header_social a .clickLn {
        background-image: url('img/ico_ln.png');
        width: 26px;
        height: 26px;
        margin-top: 11px;
        background-position-x: 26px;
        margin-left: auto;
        margin-right: auto;
    }

    .header_social a:hover .clickLn {
        background-position-x: 0px;
    }


.header_contact {
    display: none;
}

/* Banner */
.home_banner {
    background-image: url('img/bg_home.jpg');
    width: 100%;
    height: 50vh;
    min-height: 250px;
    background-position: center center;
    background-size: cover;
    position: relative;
    cursor: default;
}

    .home_banner.sub_section {
        height: 50vh;
        
        max-height: 200px !important;
        min-height: 100px !important;
    }
    .home_banner.sub_section.contact{
        background-image: url('img/bg_contact.jpg');
    }
    .home_banner .push_bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .home_banner h1 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 0;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .home_banner.sub_section h1 {
        text-transform: initial;
        color: #fff !important;
        text-align: left;
        padding-left: 10px;
        font-size:50px;
        line-height:35px;
    }

    .home_banner p {
        font-style: italic;
        font-size: 18px;
        text-align: center;
        color: #fff;
        margin-top: 0;
    }

        .home_banner p .apos {
            font-size: 40px;
        }

    .home_banner button {
        display: none;
    }

/* Page */
.content, .content_form {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

    .content > h2, .content_form > h2 {
        font-size: 22px;
        text-align: center;
        color: #2b363e;
        margin-top: 30px;
        padding: 10px;
        font-weight: normal;
        line-height: 32px;
        cursor: default;
    }

        .content > h2 .txt_or_bol {
            font-weight: bold;
            color: #ff7800;
        }

        .content > h2::after, .content_form > h2::after {
            content: "";
            width: 60%;
            border-bottom: 1px solid #c2c2c2;
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px;
        }

    .content h3 {
        font-size: 18px;
        text-align: center;
        color: #2b363e;
        padding: 10px;
        font-weight: normal;
        line-height: 24px;
        cursor: default;
    }

    .content .wrapper .left_pic{
        display:none;
    }

    .content p {
        color: #221a13;
        text-align: left;
        padding: 0px 10px;
        font-size: 18px;
    }

    .content .warning {
        font-size: 14px !important;
        font-weight:bold;
    }

    .content ul{
        list-style:none;
    }
    .content ul li{
        background-image:url('img/ico_check.jpg');
        background-repeat:no-repeat;
        background-position-y:center;
        font-size:16px;
        line-height:22px;
        padding:5px 10px 5px 30px;
    }

    .content .private_right .head_wrapper h2, .content .business_left .head_wrapper h2 {
        color: #2d3940;
        display: inline-block;
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 1px solid #2d3940;
    }
    .content .private_right .head_wrapper h3, .content .business_left .head_wrapper h3 {
        color: #ffa04c;
        display: inline-block;
        font-size: 14px;
    }

    .price_item {
        padding: 10px;

    }

    .price_item .left, .price_item .right{
        font-size:14px;
        display: inline-block;
        cursor:default;
    }
    .price_item .right{
        text-align:right;
        float:right;
        font-weight: bold;
    }
    .content .wrapper .private_left{

    }
    .content .wrapper .private_left img{
        display:none;
    }
    .content .wrapper .business_right {

    }
    .content .wrapper .business_right img {
        display: none;
    }

.contact_form input, form textarea {
    border: 1px solid #d7dde3;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 8px 15px 8px 35px;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
form .form_email {
    background-image: url('img/ico_email.jpg');
}
form .form_name {
    background-image: url('img/ico_name.jpg');
}
form .form_phone {
    background-image: url('img/ico_tel.jpg');
}
form .form_msg {
    background-image: url('img/ico_msg.jpg');
    background-position-y:10px;
}
.g-recaptcha.home_contact{
    margin-left:10px;
    display:inline-block;
    float:left;
}
.contact_form button, .btn.btn-primary.btn-lg, .submit_bt, .btn.btn-default.btn-lg {
    background-color: #ff7800 !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
    padding: 10px 35px !important;
    cursor: pointer !important;
    float: right;
    margin-right: 10px !important;
    margin-top: 35px !important;
    background-image: none !important;
    width: 160px;
    font-family: Cambria,Georgia,serif !important;
}






.form_submit{
    display:inline-block;
    width:100%;
}


.content h4 {
    font-weight: bold;
    font-size: 30px;
    color: #2d3940;
    text-align:center;
    cursor:default;
}

    .content h4::after {
        content: "";
        width: 50%;
        border-bottom: 1px solid #eaeaea;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 40px;
    }

.content .services{     
     margin-left:auto;
     margin-right:auto;
     text-align:center;
     margin-bottom:30px;
 }

    .content .services a {
        color: #ff7800;
        text-decoration: none;
        border: 1px solid #ff7800;
        text-transform: uppercase;
        padding: 20px 35px;
        display: inline-block;
        font-family: 'Lato', sans-serif !important;
        font-weight:700 !important;
        font-size:14px;
        margin: 10px;
    }


.contact_right h2{
    color:#ff7800;
    padding-left:10px;
    margin-top:30px;
}
.contact_right p{
    padding:0 10px;
}

.location{
width:100%;
height:300px;
background-image:url('img/pic_map.jpg');
background-position:center center;
color:#fff;
padding:140px 10px 10px 10px;
cursor:default;
font-weight:bold;
}
.location h5{
    font-size:26px;    
    margin:0;
    margin-bottom:15px;
}
.location p{
    margin:0;
    font-size:16px;
}
.location p.tel{
    background-image:url('img/ico_phone_white.png');
    background-repeat:no-repeat;
    background-position:left center;
    padding:20px 0 20px 40px;
}
.content .acc_left{
    margin-top:30px;
}
.content .acc_left,.content .acc_right{
    display:inline-block;
    margin-bottom:30px;
    padding:10px;
}
    .content .acc_left p, .content .acc_right p {
        margin: 0;
        padding: 0;
    }
.content .link_line:nth-child(1){
    margin-top:75px;
}
.content .link_line:last-child{
    margin-bottom:125px;
}
.content .link_line {
    font-size: 16px;
    padding: 10px;
    cursor: default;
    border-bottom: 1px solid #fff;
    -webkit-transition: border-bottom 0.3s; /* Safari */
    transition: border-bottom 0.3s;
    
}
    .content .link_line:hover {
        border-bottom: 1px solid #eaeaea;
    }
.content .link_line .link_left{
    display:inline-block;
    width:100%;

}
.content .link_line .link_right {
    display: inline-block;
}
.content .link_line .link_right a{
    display:block;
    color:#ff7800;
    text-decoration:none;
    cursor:pointer;
    -webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
}
.content .link_line .link_right a:hover{
    text-decoration:underline;
    color:#ffa04c;
}

.content h5 {
    font-size: 18px;    
    color: #2b363e;
    padding: 10px 0 0 10px;
    font-weight: normal;    
    cursor: default;
}

.content .qform_line{
    display:block;
}
.content .qform_line .left{
    display:block;    
    margin:0;
    padding:5px 10px !important;

}
.content .qform_line .right{
    display: block;
    margin: 0;
    padding:5px 10px !important;
}
.content .qform_line .right input {    
    border: 1px solid #d7dde3;
    padding: 8px 15px 8px 35px;
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.content a {
    color: #ff7800;
    font-size: 16px;
    text-decoration: none;
}

    .content a:hover {
        text-decoration: underline;
    }

/* footer */
footer {
    height: 50px;
    width: 100%;
    background-color: #606e72;
}

    footer .wrapper {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

        footer .wrapper .left, footer .wrapper .right {
            float: left;
            display: inline-block;
            height: 50px;
            line-height: 50px;
            color: #c3c3c3;
            padding: 0 10px 0 10px;
            text-align: left;
            font-size: 12px;
            cursor: default;
            overflow: visible;
        }

        footer .wrapper .right {
            float: right !important;
            text-align: right;
        }

            footer .wrapper .right a {
                color: #c3c3c3;
                cursor: pointer;
                text-decoration: none;
            }

                footer .wrapper .right a:hover {
                    text-decoration: underline;
                }


.capitalize{
    text-transform:uppercase;
}
.left_allign{
    text-align:left !important;
}
.txt_bold{
    font-weight:bold;
}
.home_form_promo{
    margin-top:10px;
    font-size:16px;
    cursor:default;
}
.g_translate{
    max-width:1000px;
    text-align:right;
    margin-left:auto;
    margin-right:auto;
}
#google_translate_element{
    background-color: #fff;
    display:inline-block;
    padding:5px;
    float:right;
}
.contact_skype {
    background-image: url('img/ico_sk.png');
    background-repeat: no-repeat;
    line-height: 26px;
    height: 26px;
    padding-left:35px !important;
}