body {
    margin: 0;
    font-family: 'Open Sans';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

a {
    text-decoration: none !important;
    color: #00ADEE;
}

.no-padding-margin h1, .no-padding-margin h2, .no-padding-margin h3, .no-padding-margin h4, .no-padding-margin h5, .no-padding-margin p {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.logo h1 {
    padding: 0;
    margin: 0;
}

input[type="button"], input[type="submit"], a, .transition, li {
    -webkit-transition: background 0.3s linear,opacity 0.3s linear;
    -moz-transition: background 0.3s linear,opacity 0.3s linear;
    -ms-transition: background 0.3s linear,opacity 0.3s linear;
    -o-transition: background 0.3s linear,opacity 0.3s linear;
    transition: background 0.3s linear,opacity 0.3s linear;
}

.top-menu {
    background: #F2F2F2;
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #E6E6E6;
    padding: 0 35px;
}

    .top-menu .sec-1 li {
        float: left;
        border-right: solid 1px #E6E6E6;
        padding: 5px 10px;
    }

    .top-menu li a:hover {
        opacity: 0.5;
    }

    .top-menu .sec-2 {
        text-align: right;
    }

        .top-menu .sec-2 > ul > li > a {
            color: #6D6E70;
            font-size: 11px;
            padding: 0 10px;
        }

    .top-menu .sec-1 li a:hover {
        opacity: 0.5;
    }

    .top-menu .sec-2 > ul > li {
        display: inline-block;
        border-left: solid 1px #E6E6E6;
        padding: 5px 0;
        position: relative;
    }

        .top-menu .sec-2 > ul > li img {
            position: relative;
            top: -2px;
        }

        .top-menu .sec-2 > ul > li > ul {
            background: #F2F2F2;
            position: absolute;
            text-align: left;
            z-index: 10;
            margin-top: 6px;
            display: none;
        }

            .top-menu .sec-2 > ul > li > ul a {
                color: #6D6E70;
                font-size: 11px;
                padding: 5px 17px;
                width: 100%;
                display: block;
                opacity: 1;
            }

        .top-menu .sec-2 > ul > li:nth-child(1) > a {
            background-image: url('../images/ikon-arama.png');
            background-repeat: no-repeat;
            background-position: right center;
            padding: 1px 17px;
        }

        .top-menu .sec-2 > ul > li:nth-child(1) {
            padding-right: 8px;
        }

        .top-menu .sec-2 > ul > li:nth-child(2) > a {
            background-image: url('../images/ikon-kullanici.png');
            background-repeat: no-repeat;
            background-position: right center;
            padding: 1px 17px;
        }

        .top-menu .sec-2 > ul > li:nth-child(2) {
            padding-right: 8px;
        }

        .top-menu .sec-2 > ul > li li:hover a {
            background-color: #999999;
        }

        .top-menu .sec-2 > ul > li li a:hover {
            color: #FFF;
        }

        .top-menu .sec-2 > ul > li:nth-child(2):hover {
            background-color: #999999;
        }

            .top-menu .sec-2 > ul > li:nth-child(2):hover > a {
                color: #FFF !important;
            }

    .top-menu .static.sec-2 > ul > li > a {
        background-image: url('../images/ikon-down-arrow.png') !important;
    }

.nav-menu {
    padding: 15px 60px 15px 30px;
}

    .nav-menu .sec-2 {
        text-align: right;
        margin-top: 15px;
    }

        .nav-menu .sec-2 > ul > li {
            display: inline-block;
            border-radius: 3px;
            margin: 0 5px;
        }

            .nav-menu .sec-2 > ul > li:hover, .nav-menu .sec-2 .active {
                background-color: #E6E6E6;
            }

            .nav-menu .sec-2 > ul > li a {
                color: #666666;
                font-size: 15px;
                font-weight: 600;
                padding: 5px 6px 5px 6px;
                display: inline-block;
            }

            .nav-menu .sec-2 > ul > li ul {
                position: absolute;
                text-align: left;
                background-color: #F2F2F2;
                display: none;
                margin-top: 5px;
                z-index: 100;
            }

            .nav-menu .sec-2 > ul > li > ul > li a {
                display: block;
                padding: 5px 30px 5px 10px;
                font-size: 14px;
                font-weight: 300;
            }

            .nav-menu .sec-2 > ul > li li a:hover {
                background-color: #FFFFFF;
                background-image: url('../images/ikon-nav-hover.png');
                background-position: center right 4px;
                background-repeat: no-repeat;
            }

.mobil-menu {
    display: none;
    width: 30px;
    height: 21px;
    background: url('../images/ikon-mobil-menu.png');
    position: absolute;
    right: 20px;
    margin-top: 12px;
    cursor: pointer;
}

.mobil-menu-close {
    display: none;
    width: 24px;
    height: 25px;
    background: url('../images/ikon-mobil-menu-close.png');
    position: absolute;
    right: 20px;
    margin-top: 7px;
    cursor: pointer;
    display: none;
}

.mobil-nav-menu {
    background: rgba(0,108,182,0.90);
    color: #FFF z-index:100;
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: 100;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

    .mobil-nav-menu > ul {
        margin: 50px;
    }

        .mobil-nav-menu > ul a {
            color: #FFF;
            margin: 15px 0;
            display: block;
            font: 600 24px 'Open Sans';
        }

            .mobil-nav-menu > ul a:hover {
                color: #FFF;
            }

        .mobil-nav-menu > ul ul {
            opacity: 0.8;
            display: none;
            border-bottom: solid 1px #FFFFFF;
        }

            .mobil-nav-menu > ul ul a {
                font-size: 16px !important;
                font-weight: 300;
            }

.mobil-menu .mobil-menu-close {
    width: 21px;
    height: 21px;
    float: right;
    background: url(../img/ikon-mobil-white.png);
    float: right;
    position: absolute;
    right: 20px;
    top: 40px;
    cursor: pointer;
}

.mobil-nav-menu {
    margin: 133px 0 0 0;
    text-align: right;
}

.fixed-menu {
    position: fixed;
    width: 100%;
    background: #FFF;
    z-index: 100;
    border-bottom: solid 1px #E6E6E6;
    display: none;
}

    .fixed-menu .nav-menu {
        padding: 7px 60px 7px 30px;
    }

        .fixed-menu .nav-menu .sec-2 {
            text-align: right;
            margin-top: 2px;
        }

.drop-menu {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('../images/ikon-drop-arrow.png');
    background-repeat: no-repeat;
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}

.dropmenu {
    min-width: 135px;
}

.slider-caption-arrow {
    background-color: #00ADEE;
    background-image: url('../images/slider-caption-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
    display: inline-block;
}

.icon-arrow-x {
    background-image: url('../images/slider-caption-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 31px;
    display: inline-block;
}

.input-1 {
    border: none;
    font-size: 11px;
    margin: 0 15px;
    width: 60px;
    background: url('../images/ikon-arama.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding: 2px 5px;
}

.btn-1 {
    border: solid 1px #00ADEE;
    border-radius: 4px;
    padding: 6px 16px;
    color: #00ADEE;
    font-size: 20px;
    font-weight: 200;
}

    .btn-1:hover {
        background: #00ADEE;
        color: #FFF;
    }

.btn-2 {
    border: solid 1px #00ADEE;
    background: #00ADEE;
    border-radius: 4px;
    padding: 6px 16px;
    color: #FFF;
    font-size: 20px;
    font-weight: 200;
}

    .btn-2:hover {
        background: #FFF;
        color: #00ADEE;
    }

.btn-3 {
    border: solid 1px #00ADEE;
    border-radius: 4px;
    padding: 4px 10px;
    color: #00ADEE;
    font-size: 14px;
    font-weight: 200;
}

    .btn-3:hover {
        background: #00ADEE;
        color: #FFF;
    }

.btn-4, button {
    border: solid 1px #00ADEE !important;
    background: #00ADEE !important;
    border-radius: 4px !important;
    padding: 6px 15px !important;
    color: #FFF !important;
    font-size: 16px !important;
    display: inline-block !important;
}

    .btn-4:hover, button:hover {
        background: #999 !important;
        color: #FFF !important;
    }

.btn-5 {
    border: solid 1px #00ADEE !important;
    background: #00ADEE !important;
    border-radius: 4px;
    padding: 6px 20px;
    color: #FFF;
    font-size: 22px;
}

    .btn-5:hover {
        background: #999 !important;
        color: #FFF !important;
    }

.container {
    width: 100%;
    padding: 0 90px;
}

footer {
    background: #2B2B2B;
    color: #B3B3B3;
    padding: 40px 0 0 0;
    font-weight: 300;
}

    footer .sec {
        float: left;
        width: 50%;
    }

    footer .sec-1 .cont {
        margin-top: 20px;
    }

    footer .head {
        background: #4D4D4D;
        padding: 2px 0;
        width: 20px;
        display: inline-block;
        text-align: center;
        border-radius: 4px;
    }

    footer .sec-1 li {
        margin-bottom: 5px;
    }

    footer .sec-1-1, footer .sec-1-2 {
        width: auto;
    }

    footer .sec-1-2 {
        margin-left: 30px;
    }

        footer .sec-1-2 ul a {
            color: #rgb(0, 81, 208);
        }

            footer .sec-1-2 ul a:hover {
                color: #FFF;
            }

    footer .sec-2 {
        text-align: right;
    }

        footer .sec-2 .sec {
            text-align: left;
            width: 250px;
            float: inherit;
        }

        footer .sec-2 h4 {
            font-size: 22px;
            font-weight: 300;
            border-bottom: solid 1px #666666;
            width: 90%;
            padding-bottom: 10px;
        }

        footer .sec-2 a {
            color: #B3B3B3;
        }

            footer .sec-2 a:hover {
                color: #FFF;
            }

    footer .copyright {
        background: #000000;
        padding: 15px 0;
        margin-top: 40px;
    }

        footer .copyright li {
            display: inline-block;
            padding-left: 10px;
            margin-left: 10px;
            border-left: solid 1px #00ADEE;
        }

        footer .copyright a {
            color: #00ADEE;
        }

        footer .copyright li a:hover {
            color: #FFF;
        }

    footer .sec-c-2 {
        text-align: right;
    }

    footer .copyright li:nth-child(1) {
        border: none;
    }

#back-to-top {
    width: 40px;
    height: 41px;
    background: url('../images/back-to-top.png');
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 100;
    cursor: pointer;
    display: none;
}

.page-head {
    padding: 60px 0;
    background: url('../images/anketevi-bg.jpg');
    background-size: 100% !important;
    background-position: 0 60%;
    position: relative;
}

    .page-head h1 {
        font-size: 40px;
        font-weight: 200;
        margin: 0;
        color: black;
    }

    .page-head .img {
        background: url('../images/page-head-img.png');
        position: absolute;
        height: 100%;
        width: 300px;
        top: 0;
        right: 0;
    }

.bcrumb {
    border-bottom: solid 1px #E6E6E6;
    padding: 15px 0;
}

    .bcrumb li {
        float: left;
        color: #4D4D4D;
        font-weight: 100;
        font-size: 12px;
    }

    .bcrumb a {
        color: #4D4D4D;
    }

    .bcrumb li:nth-child(1) a {
        color: #00ADEE;
    }

    .bcrumb a:hover {
        text-decoration: underline !important;
    }

.page-head-bos {
    padding: 120px 0;
}

.style-6 h2 {
    font-size: 36px;
    font-weight: 700;
    color: black;
}

.style-6.sss h2 {
    color: #1A1A1A;
}

.style-6 {
    margin: 50px 0;
}

    .style-6 p {
        font-size: 18px;
        font-weight: 200;
        color: #4D4D4D;
        line-height: 1.6;
    }

    .style-6 .list {
        margin: 50px 0;
    }

        .style-6 .list .item .img img {
            width: 100%;
        }

        .style-6 .list .item {
            background: #F2F2F2;
            margin-bottom: 45px;
        }

            .style-6 .list .item h3 {
                font-size: 24px;
            }

            .style-6 .list .item p {
                font-size: 15px;
            }

            .style-6 .list .item .img {
                position: relative;
                display: inline-block;
            }

            .style-6 .list .item .hover {
                background: rgba(0,108,182,0.3);
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                background-image: url('../images/ikon-zoom.png');
                background-position: center;
                background-repeat: no-repeat;
                display: none;
            }

.style-6-1 {
    margin: 60px 0 30px 0;
}

    .style-6-1 h2 {
        margin-top: 0;
        color: black;
    }

.style-6-2 {
    margin-bottom: 0;
}

.style-8 {
    padding-bottom: 90px;
}

    .style-8 .sec-1 p {
        font-size: 16px;
        margin-bottom: 30px;
        font-weight: 200;
    }

    .style-8 .head {
        background: #00ADEE;
        padding: 2px 0;
        width: 25px;
        display: inline-block;
        text-align: center;
        border-radius: 4px;
        color: #FFF;
    }

    .style-8 li {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: 200;
    }

    .style-8 .btn-4 {
        margin-top: 45px;
        display: inline-block;
    }

    .style-8 #mapcanvas {
        height: 480px;
        width: 100%;
    }

.ul-1 {
    font-size: 21px;
}

    .ul-1 li {
        margin-bottom: 15px;
    }

        .ul-1 li a {
            color: #4D4D4D;
            font-weight: 300;
        }

            .ul-1 li a:hover, .ul-1 li .active {
                color: #00ADEE;
            }

.form-1 input {
    border-radius: 0;
}

.form-1 label {
    font-size: 17px;
    font-weight: 400;
    color: #4D4D4D;
}

.form-1 .form-control {
    border-radius: 0;
    height: 52px;
    font-size: 19px;
    line-height: 1.42857143;
    color: #999999;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    font-weight: 300;
}

.form-1 textarea {
    border: 1px solid #ccc !important;
    height: 160px !important;
}

.form-1 .success {
    border: solid 1px #00ADEE !important;
    background-image: url('../images/form-check.png');
    background-position: center right 15px;
    background-repeat: no-repeat;
    color: #00ADEE !important;
}

    .form-1 .success::-webkit-input-placeholder {
        color: #00ADEE !important;
    }

    .form-1 .success:-moz-placeholder {
        color: #00ADEE !important;
    }

    .form-1 .success::-moz-placeholder {
        color: #00ADEE !important;
    }

    .form-1 .success:-ms-input-placeholder {
        color: #00ADEE !important;
    }

.form-1 .false {
    border: solid 1px #C1272D !important;
    background-image: url('../images/form-false.png');
    background-position: center right 15px;
    background-repeat: no-repeat;
}

    .form-1 .false::-webkit-input-placeholder {
        color: #C1272D !important;
    }

    .form-1 .false:-moz-placeholder {
        color: #C1272D !important;
    }

    .form-1 .false::-moz-placeholder {
        color: #C1272D !important;
    }

    .form-1 .false:-ms-input-placeholder {
        color: #C1272D !important;
    }

.separator-3 {
    display: block;
    width: 30px;
    height: 5px;
    margin: 15px 0 15px;
    background-color: #CCCCCC;
    position: relative;
}


.style-6 .search {
    margin: 30px 0;
}

.search {
    border-radius: 0;
    height: 35px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #999999;
    border: 1px solid #999999;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    font-weight: 300;
    padding: 0 10px;
    width: 300px;
    background-image: url('../images/ikon-arama.png');
    background-position: center right 15px;
    background-repeat: no-repeat;
}

    .search .false::-webkit-input-placeholder {
        color: #999 !important;
    }

    .search .false:-moz-placeholder {
        color: #999 !important;
    }

    .search .false::-moz-placeholder {
        color: #999 !important;
    }

    .search .false:-ms-input-placeholder {
        color: #999 !important;
    }

.style-10 .testimonial {
    background: #F2F2F2;
    padding: 45px 0;
    font-size: 21px;
    color: #4D4D4D;
}

.style-10 .testimonial-info-1 {
    font-size: 21px;
    color: #4D4D4D;
    font-weight: 300;
}

.style-10 .testimonial-info-2 {
    font-size: 21px;
    color: #4D4D4D;
    font-weight: 400;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    background: #999;
    border: none;
    color: #FFF;
    padding: 8px 10px;
    border-radius: 4px;
    border: 0 !important;
}


.style-12 {
    background: url('../images/anketevi-bg.jpg');
    background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: 100%;
}

    .style-12 .cont {
        background: rgba(0,109,182,0.4);
        padding: 70px 0 120px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        .style-12 .cont .in {
            display: inline-block;
        }

        .style-12 .cont h1 {
            text-align: center;
            color: #FFF;
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 35px;
        }

        .style-12 .cont form {
            background: #FFF;
            border-radius: 8px;
            padding: 40px;
            -webkit-box-shadow: 10px 10px 40px -19px rgba(0,0,0,0.75);
            -moz-box-shadow: 10px 10px 40px -19px rgba(0,0,0,0.75);
            box-shadow: 10px 10px 40px -19px rgba(0,0,0,0.75);
            width: 550px;
        }

    .style-12 .sec-1 {
        text-align: right;
        padding-top: 5px;
    }

    .style-12 .form-group input.user-name {
        background: url('../images/ikon-kullanici.png');
        background-position: center right 10px;
        background-repeat: no-repeat;
    }

    .style-12 .form-group input.user-password {
        background: url('../images/ikon-pass.png');
        background-position: center right 10px;
        background-repeat: no-repeat;
    }

    .style-12 .form-group input.user-mail {
        background: url('../images/login-email.png');
        background-position: center right 10px;
        background-repeat: no-repeat;
    }

.form-2 .form-control {
    border-radius: 0;
    font-size: 19px;
    line-height: 1.42857143;
    color: #999999;
    border: 1px solid #999999;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    font-weight: 300;
}

.style-12 .cont .href {
    top: 10px;
    position: relative;
    text-align: right;
}

.style-13 {
    padding: 35px 0;
    text-align: right;
}

.copyright {
    background: #E6E6E6;
    text-align: right;
    padding: 18px 0;
    color: #808080;
    font-size: 13px;
    font-weight: 300;
}

.fix {
    padding-bottom: 50px;
}

    .fix .copyright {
        position: fixed;
        width: 100%;
        bottom: 0;
    }

.body-1 .nav-menu {
    padding: 15px 70px 15px 30px;
}

.body-1 p {
    margin-top: 20px;
    font-size: 14px;
}

.body-1 .style-6 {
    padding-left: 30px;
    padding-right: 30px;
}
/* manipule */
.tp-rightarrow, .tp-leftarrow {
    display: none !important;
}

.tp-caption.left {
    left: 62px !important;
}

.tp-caption.left0 {
    left: 0 !important;
}

.tp-caption.right {
    right: 0 !important;
    left: auto !important;
}

.tp-caption.arrow {
    padding: 5px 10px;
    line-height: 0;
    left: 30px !important;
}

.tp-caption.left0 {
    left: 30px !important;
}

.default_bg {
    background-color: #00ADEE;
}

.tp-bannertimer {
    background-color: #00ADEE;
}

.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected {
    background-color: #00ADEE;
}

.slider-banner {
}

.tp-caption {
    font-weight: 300;
    padding: 5px 10px !important;
}

    .tp-caption.mobil {
        display: none;
    }

.show {
    display: inline-block !important;
}

.vertical .nav-tabs {
    text-align: left;
}

.nav-tabs > li.active > a:after {
    background-color: #00ADEE;
}

.vertical .nav-tabs > li > a:hover:after {
    background-color: #00ADEE;
}

@media (max-width: 1680px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1500px) {

    .page-head {
        background-position-y: -500px;
    }
}

@media (max-width: 1440px) {
}


@media (max-width: 1280px) {

    .container {
        padding: 0 60px;
    }

    .btn-1, .btn-2 {
        padding: 3px 10px;
        font-size: 16px;
    }

    .page-head h1 {
        font-size: 36px;
    }

    .style-6 h2 {
        font-size: 32px;
    }

    .style-6 .list .item h3 {
        font-size: 22px;
    }

    .style-6 .list .item p {
        font-size: 14px;
    }

    .style-8 .sec-1 p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .style-8 li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .style-8 #mapcanvas {
        height: 320px;
    }

    .style-8 {
        padding-bottom: 50px;
    }

    .page-head {
        background-position-y: 0;
    }

        .page-head .img {
            width: 300px;
        }

    .btn-3 {
        font-size: 12px;
        font-weight: 200;
    }

    .page-head-bos {
        padding: 90px 0;
    }

    .style-6-1 {
        margin: 50px 0;
    }

    .style-12 {
        background-position-y: 0;
    }

    .tp-caption {
        padding: 5px 0 !important;
    }

    .icon-arrow-x {
        width: 32px;
    }

    a.tp-caption, .tp-caption.white_bg {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 1024px) {

    .nav-menu .sec-2 {
        display: none;
    }

    .fixed-menu {
        display: none !important;
    }

    .mobil-menu {
        display: block;
        margin-top: 25px;
    }

    .nav-menu {
        padding: 15px 30px 15px 30px;
    }

        .nav-menu .sec-2 > ul > li a {
            font-size: 13px;
        }

        .nav-menu .sec-1 img {
            width: 75%;
        }

    .style-12 .sec-1 {
        text-align: center;
        padding-top: 5px;
    }

    .style-8 .sec-2 {
        margin-top: 30px;
    }
}

@media (max-width: 980px) {
    footer .sec-1-2 {
        margin-left: 15px;
    }

    footer .sec-c-1 {
        text-align: center;
    }

    footer .sec-c-2 {
        text-align: center;
    }

    .style-12 .cont {
        padding: 20px 0 70px;
    }

    .mobil-menu {
        display: block;
        margin-top: 15px;
    }

    .nav-menu .sec-1 {
        width: 30% !important;
    }

    .nav-menu .sec-2 {
        width: 30% !important;
    }
}

@media (max-width: 800px) {

    .style-12 .cont .in {
        width: 100%;
        padding: 0 20px;
    }

    .style-12 .cont form {
        box-shadow: 10px 10px 40px -19px rgba(0,0,0,0.75);
        width: 100%;
        display: inline-block;
        padding: 15px;
    }

    .style-12 .container {
        padding: 0;
    }

    .nav-menu .sec-1 {
        width: 35% !important;
    }

    .nav-menu .sec-2 {
        width: 35% !important;
    }

    .style-12 {
        background-size: 150%;
    }
}

@media (max-width: 768px) {

    .nav-menu .sec-1 img {
        width: 100%;
    }

    .nav-menu .sec-2 > ul > li a {
        font-size: 12px;
    }

    .nav-menu {
        padding: 15px 15px 15px 30px;
    }

    .fixed-menu .nav-menu {
        padding: 7px 30px 7px 30px;
    }

    footer .sec-1-2 {
        margin-left: 0;
        margin-top: 15px;
    }

    footer .sec {
        width: 100%;
    }

    footer .sec-2 .sec {
        float: left !important;
    }

    footer .sec-c-1 {
        text-align: left;
        font-size: 12px;
        width: 60%;
    }

    .style-6 .list .item .img {
        display: block;
    }

    .style-6 .item .txt {
        padding: 10px;
    }

    footer .sec-c-2 {
        text-align: left;
        margin-top: 15px;
    }

    footer .copyright li {
        display: inline-block;
        padding-left: 5px;
        margin-left: 5px;
        border-left: solid 1px #00ADEE;
        font-size: 11px;
    }

        footer .copyright li:nth-child(1) {
            padding-left: 0;
            margin-left: 0;
        }

    .nav-menu .sec-1 {
        width: 30% !important;
    }

    .nav-menu .sec-2 {
        width: 30% !important;
    }

    .style-12 {
        background-size: 150%;
    }
}

@media (max-width: 640px) {
    .mobil-nav-menu {
        margin: 111px 0 0 0;
    }

    .top-menu .sec-1 {
        display: none;
    }

    .top-menu .sec-2 > ul > li:nth-child(1) {
        border: none;
        float: left;
    }

    .input-1 {
        width: 20px;
    }

    .top-menu {
        padding: 0 15px;
    }

        .top-menu ::-webkit-input-placeholder {
            opacity: 0;
        }

        .top-menu :-moz-placeholder { /* Firefox 18- */
            opacity: 0;
        }

        .top-menu ::-moz-placeholder { /* Firefox 19+ */
            opacity: 0;
        }

        .top-menu :-ms-input-placeholder {
            opacity: 0;
        }

    .container {
        padding: 0 15px;
    }

    .page-head .img {
        width: 30px;
    }

    .page-head h1 {
        display: none;
    }

    .page-head .separator-2 {
        display: none;
    }

    .style-6 .list .container {
        padding: 0;
    }

    .style-6 .list .item {
        margin-bottom: 0;
    }

    .style-6 h2 {
        font-size: 26px;
    }

    .style-6 p {
        font-size: 14px;
        line-height: 1.6;
    }

    .style-6 .list .item h3 {
        font-size: 18px;
    }

    .style-6 .list .item p {
        font-size: 14px;
    }

    .style-6-1 {
        margin: 30px 0;
    }

    .nav-menu .sec-1 {
        width: 30% !important;
    }

    .nav-menu .sec-2 {
        width: 30% !important;
    }

    .style-8 .sec-1 p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .style-8 li {
        font-size: 12px;
    }

    .style-12 {
        background-size: 150%;
    }

    .tp-caption.full {
        display: none;
    }

    .tp-caption.mobil {
        display: inline-block;
        background-image: url(../images/slider-mobil-bg.png);
        background-repeat: no-repeat;
        padding-left: 35px !important;
        background-position: 0 -2px !important;
    }

    .bcrumb {
        display: none;
    }

    .nav-tabs > li {
        font-size: 9px;
    }

    .nav > li > a {
        padding: 7px 8px;
    }

    .nav-menu .sec-1 {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .style-12 {
        background-size: 200%;
    }

    .nav-menu .sec-1 {
        width: 50% !important;
    }

    .nav-menu .sec-2 {
        width: 50% !important;
    }
}

@media (max-width: 375px) {
    .style-12 {
        background-size: 250%;
    }

    .nav-menu .sec-1 {
        width: 60% !important;
    }

    .nav-menu .sec-2 {
        width: 60% !important;
    }
}
