﻿body {
    background: #f5f5f5;
    font-family: 'Open Sans', sans-serif;
    color: #3a3a3a;
    line-height: initial;
    overflow: inherit !important;
    opacity: 0;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #3a3a3a;
}

#anasayfa {
}

.navbar-nav > li {
    position: relative;
}

    .navbar-nav > li > a {
        padding: 10px 18px;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 500;
        padding-top: 50px;
        padding-bottom: 50px;
        color: #626161;
    }

        .navbar-nav > li > a.active, .mobile-menu .nav > li > a.active {
            color: #10cfbd;
        }

        .navbar-nav > li > a:hover {
            color: #10cfbd;
        }

.navbar-brand {
    padding-top: 25px;
    height: 120px;
    padding-left: 15px;
}

.navbar {
    padding-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    min-height: 40px;
}

.nav-separator {
    height: 2px;
    background-color: #dd1d20;
}

.navbar.navbar-first {
    border-bottom: 1px solid #f0eeeb;
    margin-bottom: 0;
    padding-top: 7px;
}

.navbar.navbar-second {
    min-height: 120px;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

.top-header-contact .fa {
    font-size: 16px;
    color: #dd1d20;
    margin-right: 4px;
    padding-top: 4px;
}

.navbar .navbar-info {
    font-size: 13px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: initial;
}

.logo {
    width: 255px;
    height: 65px;
}

#hero {
    background-image: url(../img/background.jpg);
    background-size: cover;
    position: relative;
}

    #hero .hero-inner {
        margin-top: 180px;
        background-repeat: no-repeat;
    }

    #hero .col-banner {
        padding-left: 30px;
    }

    #hero .col-paragraph {
        padding-top: 40px;
    }


h1, .heading-big {
    font-size: 22px;
    color: #414841;
    letter-spacing: -1px;
    margin-bottom: 30px;
    font-weight: 500;
}

    h1 .heading-container, .heading-big .heading-container {
        display: inline-block;
        border-bottom: 2px solid #10cfbd;
        padding-bottom: 3px;
    }

.section {
    padding-bottom: 170px;
    padding-top: 170px;
}

.about-icons {
    background: url(../img/hakkinda-arkaplan.jpg);
    height: 460px;
    padding-top: 135px;
}

    .about-icons .icon-container .icon {
        width: 100px;
        height: 100px;
        border-radius: 50px;
        background: #10cfbd;
        padding-top: 26px;
        margin: 0 auto;
    }

        .about-icons .icon-container .icon i {
            color: white;
            font-size: 32px;
        }

    .about-icons .icon-container .heading {
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
    }

    .about-icons .icon-container p {
        font-size: 15px;
        padding-top: 15px;
    }

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-t-80 {
    padding-top: 80px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-100 {
    margin-top: 100px;
}

.line-border {
    background: url(../img/lines-border.png);
    background-repeat: repeat-x;
    height: 90px;
    position: relative;
    margin-top: -90px;
}

.props-list {
    padding-top: 80px;
}

.props-list {
    padding-top: 80px;
}

    .props-list li {
        padding-bottom: 30px;
    }

.features {
    background: #fff;
    padding-bottom: 0;
}

.complaint-types {
    height: 30px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 2px solid #e9e9e9;
}

    .complaint-types a {
        font-size: 16px;
        color: #414841;
        letter-spacing: -1px;
        font-weight: 300;
        margin-left: 20px;
        margin-right: 20px;
        height: 30px;
        display: inline-block;
    }

        .complaint-types a.active {
            font-weight: 400;
            border-bottom: 2px solid #10cfbd;
        }

        .complaint-types a:hover {
            border-bottom: 2px solid #10cfbd;
            text-decoration: initial;
        }



.wide-banner {
    width: 100%;
    height: 150px;
    background-color: #395168;
    background-image: url(../img/banner-back.png);
    background-position: center center;
    font-size: 20px;
    color: white;
}

    .wide-banner .texts-side {
        padding-top: 64px;
    }

    .wide-banner .text-center {
        padding-top: 56px;
    }

    .wide-banner .white-button {
        padding: 13px 48px;
        float: right;
    }

.white-button {
    border-radius: 3px;
    background: white;
    color: #10cfbd;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 60px;
}


    .white-button:hover {
        text-decoration: initial;
        color: #3a3a3a;
    }

.shadowed-box {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(143,143,133,0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(143,143,133,0.3);
    box-shadow: 0px 0px 3px 0px rgba(143,143,133,0.3);
    background-color: #fff;
}

.referance-box {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}


.white-back {
    background: white;
}

.contact-channels i {
    color: #10cfbd;
}

p.small {
    font-size: 14px;
}

p.yellow {
    color: #10cfbd;
}

.small-text {
    color: #898989;
    font-size: 11px;
    font-weight: normal;
}

.products-search-field {
    padding: 11px;
    border: 1px solid #cccccc;
    outline: initial;
    width: 100%;
}

.form-horizontal .control-label {
    padding-top: 11px;
}

.yellow-button {
    border-radius: 3px;
    border: 1px solid #10cfbd;
    background: #10cfbd;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 40px;
    outline: initial;
    border: initial;
    border: 1px solid #10cfbd;
}

    .yellow-button:hover {
        border-radius: 3px;
        border: 1px solid #10cfbd;
        background: initial;
        color: #10cfbd;
    }

.line-button {
    border-radius: 3px;
    background: initial;
    color: #10cfbd;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 40px;
    outline: initial;
    border: 1px solid #10cfbd;
}

    .line-button:hover {
        border-radius: 3px;
        border: 1px solid #10cfbd;
        background: #10cfbd;
        color: #fff;
        outline: initial;
        border: initial;
        border: 1px solid #10cfbd;
    }



form .yellow-button {
    padding: 13px 46px;
}

#map {
    height: 500px;
}

a, a:focus {
    color: #10cfbd;
    text-decoration: none !important;
    outline: initial !important;
}

    a:hover {
        color: #3a3a3a;
    }


.footer {
    background: #1a1a1a;
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #1a1a1a;
    background-image: url(../img/footer-background.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.asarda-logo img {
    width: 180px;
    height: 60px;
}

.footer .separator {
    width: 100%;
    height: 1px;
    background: #efeeee;
    opacity: 0.5;
}

.footer .links li {
    margin-left: 15px;
    margin-right: 15px;
}

.footer .links a, .footer .links a:focus {
    color: #efeeee;
}

    .footer .links a:hover {
        color: #10cfbd;
    }

.footer .footer-label {
    color: #efeeee;
    font-size: 13px;
}

.navmenu-nav {
    padding: 30px;
}

.mobile-menu .nav > li > a {
    padding: 12px 0px;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #404040;
}

.full-width-background {
    position: fixed;
    z-index: 800;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    visibility: hidden;
    top: 0;
}

.mobile-menu .nav > li {
    height: 45px;
    border-bottom: 1px solid #e0e0e0;
}

.mobile-menu .nav-brand {
    height: 110px !important;
}

.nav > li {
    height: 120px;
}

.mobile-menu .nav-brand img {
    width: 100%;
}

.navbar-toggle {
    padding: 36px 0px;
    margin-right: 0;
    font-size: 22px;
    color: #10cfbd;
}

.home-paragraph {
    font-size: 15px;
    line-height: 19px;
    margin-top: 5px;
    color: #717171;
}

.references-carousel {
    padding-left: 15px;
    padding-right: 15px;
}

.features-container {
    padding-top: 80px;
}

    .features-container .props-list {
        padding-bottom: 80px;
    }

        .features-container .props-list li {
            float: initial;
            clear: both;
            margin-bottom: 25px;
        }

            .features-container .props-list li i {
                color: #10cfbd;
                font-size: 25px;
                margin-right: 15px;
                display: block;
                float: left;
            }

            .features-container .props-list li span {
                vertical-align: top;
                display: block;
                padding-top: 8px;
                float: left;
            }


#hero .line-button {
    margin-right: 10px;
}

.navbar-fixed-top {
    z-index: 300;
}

.browser-carousel .heading {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 2px solid #10cfbd;
    padding-bottom: 3px;
}

.browser-carousel p {
    font-size: 15px;
    height: 100px;
}

.browser-carousel .owl-controls {
    position: absolute;
    top: 0;
    width: 100%;
}

    .browser-carousel .owl-controls .owl-next {
        right: 10px;
    }

    .browser-carousel .owl-controls .owl-prev {
        left: 10px;
    }

    .browser-carousel .owl-controls .owl-next, .browser-carousel .owl-controls .owl-prev {
        position: absolute;
        font-size: 22px;
        color: #10cfbd;
        top: 16px;
    }

.header-spacing {
    height: 1px;
}


@media only screen and (max-width : 1200px) {
    #hero .yellow-button {
        padding: 13px 28px;
    }

    #hero .line-button {
        padding: 13px 23px;
    }

    .home-paragraph {
        display: none;
    }

    #hero .col-paragraph {
        padding-top: 20px;
    }

    form .yellow-button {
        padding: 13px 50px;
    }

}

@media only screen and (max-width : 992px) {
    .navbar-toggle {
        display: block;
    }

    .props-img-2 {
        width: 100%;
    }

    .props-list li {
        margin-bottom: 24px;
    }

    form .yellow-button {
        padding: 13px 58px;
    }

    .wide-banner .texts-side {
        padding-top: 50px;
    }


    .navbar.navbar-second {
        min-height: 90px;
    }

    .navbar-brand {
        padding-top: 15px;
        height: 100px;
    }

    .navbar-toggle {
        padding: 25px 0px;
    }

    #hero {
        overflow: hidden;
    }

        #hero .col-paragraph img {
            display: none;
        }

        #hero .hero-inner {
            margin-top: 120px;
        }

        #hero .hero-buttons {
            text-align: center;
            margin-bottom: 60px;
        }

}

@media only screen and (max-width : 768px) {
    form .yellow-button {
    }

    .wide-banner .texts-side {
        font-size: 15px;
        text-align: center;
        padding-top: 35px;
    }

    .wide-banner .text-center {
        text-align: center;
        padding-top: 22px;
    }

    .wide-banner .white-button {
        float: initial;
    }


    .features-container {
        padding-top: 20px;
        padding-bottom: 50px;
    }

        .features-container .props-list {
            padding-top: 20px;
            padding-left: 15px;
            padding-bottom: 35px;
            text-align: center;
        }

            .features-container .props-list li i {
                float: initial;
                margin-bottom: 0;
                display: none;
            }

            .features-container .props-list li span {
                float: initial;
            }


    .line-border {
        margin-top: -135px;
    }

    .props-img-2 {
        width: auto;
    }

    .features-container .props-list li {
        margin-bottom: 0;
        padding-bottom: 7px;
    }

    .contact-channels .col-xs-12 {
        text-align: center;
        margin-bottom: 8px;
    }

    .footer .links li {
        margin-left: 3px;
        margin-right: 3px;
    }

}

@media only screen and (max-width : 480px) {
    form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wide-banner .texts-side {
        padding-top: 20px;
    }

    .features-container .props-list li {
        font-size: 14px;
    }


        .features-container .props-list li span {
        }

    #hero .line-button {
        display: block;
        margin-bottom: 15px;
        margin-right: 15px;
        margin-left: 15px;
    }


    #hero .yellow-button {
        display: block;
        margin-right: 15px;
        margin-left: 15px;
    }

    #hero .hero-inner {
        margin-top: 120px;
    }

    .footer .links {
        display: none;
    }

    .browser-carousel .owl-dots {
        text-align: center;
        margin-top: 120px;
    }

    
    
        
    .browser-carousel p {
        height: 130px;
    }
}

@media only screen and (max-width : 370px) {

    .props-img-2 {
           width: 80%;
    }

    .logo {
        width: 160px;
    }

    .browser-carousel .owl-dots {
        text-align: center;
           margin-top: 145px;
    }
}

@media only screen and (max-width : 320px) {
    .logo {
        width: 160px;
    }
}
