﻿@font-face {
    font-family: Akrobat-Regular;
    src: url('fnt/Akrobat-Regular.otf') format("opentype");
}
@font-face {
    font-family: Akrobat-Light;
    src: url('fnt/Akrobat-Light.otf') format("opentype");
}
@font-face {
    font-family: Akrobat-Bold;
    src: url('fnt/Akrobat-Bold.otf') format("opentype");
}
@font-face {
    font-family: Akrobat-Thin;
    src: url('fnt/Akrobat-Thin.otf') format("opentype");
}
body {

}
/*      HEADER START        */
header {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    background-image:url('img/bg_top_400.jpg');
    height: 100vh;
}
    header #l_logo img{
        width:50px;
        height:auto;
        margin-top:15px;
    }
.wrapper{
    max-width:1200px;
    margin: 0 auto;
}
/*header wrapper lang*/
.lang{
    font-family:Akrobat-Light, sans-serif;
    position:absolute;
    top:0;
    right:0;
}
    .lang .pick_lang {
        display:inline-block;
        text-align:left;
        margin: 15px 0;
        padding: 0 15px;
    }
    .lang .pick_lang .pick_lang_button{
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
        color: #dab24d;
        text-transform: uppercase;
    }
        .lang .pick_lang:nth-child(1) {
            border-right: 1px solid #dab24d;
            text-align: right;
        }
    .lang .pick_lang_button:hover{
        color:#000;
    }




.c-hamburger {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
    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: unset;
    border: none;
    cursor: pointer;
    background: none !important;
    -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: #dab24d;
        -webkit-transition: top 0s, left 0.3s,right 0.3s,height 0.3s,background-color 0.3s; /* Safari */
        transition: top 0s, left 0.3s,right 0.3s,height 0.3s,background-color 0.3s;
    }
        .c-hamburger span::before,
        .c-hamburger span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: #dab24d;
            content: "";
            -webkit-transition: height 0.3s,top 0s,background-color 0.3s; /* Safari */
            transition: height 0.3s,top 0s,background-color 0.3s;
        }
        .c-hamburger span::before {
            top: -10px;
        }
        .c-hamburger span::after {
            bottom: -10px;
        }
.c-hamburger--rot span {
    transition: transform 0.3s;
}
/* active state, i.e. menu open */
.c-hamburger--rot.is-active span {
    transform: rotate(90deg);
    background: #000;
}
    .c-hamburger--rot.is-active span::before,
    .c-hamburger--rot.is-active span::after {
        background: #000;
    }



header .navi {
    visibility: hidden;
    opacity: 0;

    display:block !important;
    position:absolute;
    transition: visibility 0s, opacity 1s linear;

    top:60px;
    left:0;

    width:150px;

    z-index:10;
    background-color:#dab24d;
}
header .navi.active{
    visibility: visible;
    opacity: 1;

}
header .navi a{
    display:block;
    padding: 10px 15px;
    text-align:left;
    text-decoration:none;
    color:#000;
    -webkit-transition: padding-left 0.3s;
    transition: padding-left 0.3s;
}
    header .navi.active a:nth-child(1) { /*extra space to allign menu top*/
        padding-top: 20px !important;
    }
    header .navi.active a:nth-last-child(1) { /*extra space to allign menu bottom*/
        padding-bottom: 20px !important;
    }
    header .navi.active a:hover {
        padding-left: 20px;
    }

header .header_name{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 600px;
    margin: auto;
    height: 25vh;
}
header h1{
    font-family:Akrobat-Bold;
    cursor:default;
    color:#dab24d;
    font-size:28px;
    text-align: center;
}
header .header_slogan{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 600px;
    margin: auto;
    height: 35vh;
}
header h2 {
    font-family: Akrobat-Light;
    cursor:default;
    color:#dab24d;
    font-size:20px;
    text-align: center;
}

header .scroll_down{
    text-align: center;
    text-transform: uppercase;
    color:#dab24d;
    font-size:18px;
    position: absolute;
    bottom: 40px;
    width: 200px;
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom: 40px;
    left: 0;
    right: 0;
}

header .scroll_down_arrow {
    margin-top: 0px;
    display: block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #91984f; }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px); }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
@keyframes pulse {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px); }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }


.scroll_down_arrow::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: top;
    width: 20px; }

.scroll_down_arrow.right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.scroll_down_arrow.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }

.scroll_down_arrow.left:before {
    left: 0.25em;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.icoset{
    visibility: hidden;
}


.recent {
    margin:0;
    padding:15px;
    background-color: #dab24d;
    overflow: hidden;
}
.recent .recent_header{
    margin: 0 auto;
    text-align: center;
}
.recent .recent_header h2{
    font-family: Akrobat-Thin, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    display: inline-block;
    color: #000;
    margin: 25px 0 40px 0;
    cursor: default;
}

.recent .recent_item{
margin-bottom: 50px;
    vertical-align: top;
}
.recent .recent_item .recent_item_main_logo{
    display: none;
}
.recent .recent_item .recent_item_head{
    text-align: left;
    height: 100px;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.recent .recent_item .recent_item_head .recent_item_company_logo{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100px;
    width: 100px;
    display: inline-block;
    float: left;
}
.recent .recent_item .recent_item_head .recent_item_company_name{
    text-align: left;
    height: 100px;
    width: calc(100% - 110px);
    float: right;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recent .recent_item .recent_item_head h2{
    font-family: Akrobat-Thin, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    cursor: default;
    margin: 0;
}
.recent .recent_item .recent_item_body{
    font-family: Akrobat-Light, sans-serif;
    font-size: 18px;
    cursor: default;
}
.recent .recent_item .recent_item_body h3{
    font-family: Akrobat-Thin, sans-serif;
    font-size: 20px;
    text-align: left;
}
.recent .recent_item .recent_item_body ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.recent .recent_item .recent_item_logo,.recent .recent_item .recent_item_domain,.recent .recent_item .recent_item_mail,.recent .recent_item .recent_item_www,.recent .recent_item .recent_item_hosting,.recent .recent_item .recent_item_support,.recent .recent_item .recent_item_ssl,.recent .recent_item .recent_item_marketing{
    height: 32px;
    display: inline-block;
    line-height: 32px;
    border-width: 0;
    padding: 0 0 0 45px;
    width: calc(50% - 100px);
    margin: 5px 10px 5px 40px;
}
.recent .recent_item .recent_item_logo{
    background: url("ico/ico_re_design.png") no-repeat;
    background-size: 32px 32px;
}
.recent .recent_item .recent_item_www{
    background: url("ico/ico_re_www.png") no-repeat;
    background-size: 32px 32px;
}
.recent .recent_item .recent_item_hosting{
    background: url("ico/ico_re_hosting.png") no-repeat;
    background-size: 32px 32px;
}
.recent .recent_item .recent_item_support{
    background: url("ico/ico_re_support.png") no-repeat;
    background-size: 32px 32px;
}
.recent .recent_item .recent_item_ssl{
    background: url("ico/ico_re_security.png") no-repeat;
    background-size: 32px 32px;
}
.recent .recent_item .recent_item_mail{
    background: url("ico/ico_re_email.png") no-repeat;
    background-size: 32px 32px;
}
.recent .recent_item .recent_item_marketing{
    background: url("ico/ico_re_marketing.png") no-repeat;
    background-size: 32px 32px;
}
.recent .recent_item .recent_item_domain{
    background: url("ico/ico_re_domain.png") no-repeat;
    background-size: 32px 32px;
}













.offer {
    margin: 0;
    padding: 15px;
    background-color: #1e1e1e;
    position:relative;
}


    .offer h2 {
        font-family: Akrobat-Thin, sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        position: relative;
        margin: 25px auto 40px auto;
        display: block;
        color: #91984f;
        cursor:pointer;
        text-align: center;
    }

    .offer .item{
        font-family: Akrobat-Regular, sans-serif;
        color: #91984f;
        cursor: default;
    }

    .offer .item h3{
        font-family: Akrobat-Thin, sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        margin: 0 0 10px 0;
        padding: 0;
    }
.offer .item p{
    font-family: Akrobat-Thin, sans-serif;
    font-size: 17px;
    margin: 0 0 40px 0;
    padding: 0;
}

.offer .offer_show_more{
    margin: 0 auto 30px auto;
    padding: 7px 30px;
    display: block;

    background: none;
    border: 1px solid #91984f;

    font-family: Akrobat-Thin, sans-serif;
    font-size: 20px;
    color: #91984f;

    cursor: pointer;
}
.offer .offer_show_more.hide{
    display: none;
}

.offer .offer_show_all{
    display: none;
}
.offer .offer_show_all.show{
    display: block;
}



    .offer ul{
        height:15px;
        display:block;
        position:absolute;
        bottom:-17px;
        left:0;
    }
    .offer ul li{
        text-decoration:none;
        display:inline-block;
        padding:0;
        margin:0;
        color:#91984f;
        font-family:Akrobat-Light, sans-serif;
        float:left;
        font-size:14px;
        line-height:14px;
        padding:0 10px;
        cursor:default;
    }










.references {
    margin: 0;
    padding: 15px;
    background-color: #91984f;
    text-align: center;
    position: relative;
}
    .references h2 {
        font-family: Akrobat-Regular, sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        position: relative;
        display: inline-block;
        color: #fff;
        margin: 25px 0 40px 0;
        cursor: default;
    }

    .references p {
        font-family: Akrobat-Light;
        cursor: default;
        color: #fff;
        font-size: 18px;
        font-style:italic;
    }
    .references img{
        width:30%;
        max-width:50px;
        height:auto;
        margin-top:25px;
        margin-bottom:25px;
    }
    .references .signature {
        font-size: 15px !important;
    }



.contact {
    margin: 0;
    padding: 15px;
    background-color: #1e1e1e;
    background-image:url('img/bg_contact.jpg');
    text-align:center;
}
    .contact h2 {
        font-family: Akrobat-Regular, sans-serif;
        text-transform: uppercase;
        font-size: 30px;
        position:relative;
        display:inline-block;
        color:#fff;
        margin:25px 0 40px 0;
        cursor:default;
    }

    .contact .hr_new{
        display:block;
        width:60%;
        margin:0 auto;
        border-bottom:1px solid #fff;
        max-width:560px;
    }
    .contact .contact_refer {
        margin: 40px 0 25px 0;
    }
        .contact .contact_refer .contact_refer1 input, .contact .contact_refer .contact_refer2 input {
            background:none;
            border:1px solid #fff;
            width:calc(100% - 20px);
            padding:10px;
            color:#fff;
            margin-bottom:15px;
        }
        .contact .contact_refer .contact_refer2 button {
            background: none;
            border: 1px solid #fff;
            width: calc(100% - 20px);
            padding: 10px;
            color: #fff;
            margin-bottom: 15px;
            cursor:pointer;
        }
        .contact .contact_form .contact_refer2 textarea{
            background: none;
            border: 1px solid #fff;
            width: calc(100% - 20px);
            padding: 10px;
            color: #fff;
            margin-bottom: 15px;

        }
        .contact .contact_refer p{
            font-family: Akrobat-Regular, sans-serif;
            color: #fff;
            text-align: center;
            cursor: default;
            font-size: 16px;
            margin-top: 40px;
        }

    .contact .contact_list {
        font-family: Akrobat-Regular, sans-serif;
        color: #fff;
        text-align: justify;
        display: block;
        vertical-align: middle;
        cursor: default;
        margin:0px auto;
        max-width:800px;
    }
        .contact .contact_list .contact_holder {
            display: block;
            text-align: left;
            line-height: 40px;
            margin-bottom:15px;
        }
        .contact .contact_list .contact_holder label {
            font-size: 15px;
            line-height:15px;
            padding:0;
            margin:0;
        }
            .contact .contact_list .contact_holder p {
                font-size: 20px;
                line-height: 20px;
                padding: 0;
                margin: 0;
                -webkit-transition: color 0.5s;
                -moz-transition: color 0.5s;
                -o-transition: color 0.5s;
                transition: color 0.5s;
            }
                .contact .contact_list .contact_holder p:hover {
                    color: #91984f;
                }


            .contact .contact_list .contact_holder a {
                font-size: 20px;
                line-height: 20px;
                padding: 0;
                margin: 0;
                text-decoration: none;
                cursor: pointer;
                display: block;
                color: #fff;
                -webkit-transition: color 0.5s;
                -moz-transition: color 0.5s;
                -o-transition: color 0.5s;
                transition: color 0.5s;
            }
                .contact .contact_list .contact_holder a:hover {
                    color: #91984f;
                }

        .contact .contact_list .stretch {
            width: 100%;
            display: inline-block;
            font-size: 0;
            line-height: 0
        }

    .contact .contact_links{
        margin-top: 30px;
    }

    .contact .contact_links .box.link {
        width: 100%;
        max-width: 400px;
        max-height: 80px;
        position: relative;
        display: inline-block;
        margin:10px 0;
    }
    .contact .contact_links a.link_wrapper {
        width: 100%;
        padding-bottom: 20%;
        height: 100%;
        display: block;
        position: relative;
    }
        .contact .contact_links a.link_wrapper .top {
            visibility: hidden;
        }
        .contact .contact_links a.link_wrapper img {
            position: absolute;
            top: calc(50% - 30px);
            width: auto;
            height: 100%;
            max-height: 40px;
            -webkit-transition: opacity 0.5s ease-in-out;
            -moz-transition: opacity 0.5s ease-in-out;
            -o-transition: opacity 0.5s ease-in-out;
            transition: opacity 0.5s ease-in-out;
        }
        .contact .contact_links a.link_wrapper.cpanel img {
            left: calc(50% - 87px);
        }
        .contact .contact_links a.link_wrapper.webmail img {
            left: calc(50% - 77px);
        }
        .contact .contact_links a.link_wrapper.support img {
            left: calc(50% - 76px);
        }

.contact .contact_form .contact_description{
    font-family: Akrobat-Regular, sans-serif;
    color: #fff;
    text-align: center;
    cursor: default;
    font-size: 16px;
    margin-top: 40px;
}


footer {
    margin: 0;
    padding: 15px;
    background-color: #131313;
}
    footer .navi {
        color: #ffffff;
        display: block;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        vertical-align:middle;
    }

        footer .navi a {
            color: #ffffff;
            text-decoration: none;
            display: inline-block;
            *display: inline;
            padding: 12px 28px;
            text-align: center;
            line-height: 40px;

        }
        footer .navi a:hover{
            text-decoration:underline;
        }
footer .navi .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}