﻿body {
    padding-top: 90px !important;
    overflow-x: hidden;
}

.navbar-fixed-top {
    /*position: static !important;*/
}

.eko-govde {
    margin-top: 10px;
    padding-right: 0 !important;
}

.modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}


.eko-carousel {
    margin: 15px 0 15px -5px;
    background-color: #f3f3f3;
}

    .eko-carousel .title {
        font-size: 16pt;
        margin: 30px 0 30px 0;
        text-align: center;
    }

.owl-carousel .item {
        text-align: center;
}
.owl-carousel .item h4 {
        margin-top:28px;
}
.owl-nav{
    /*visibility:hidden;*/
}


@media(min-width:992px) and (max-width:1199px) {
    .eko-govde {
        margin-top: 10px;
    }

    .scroll-down {
        margin-top: 20px;
    }
}

/*tablet boyutundaki araçlarda*/
@media(min-width:768px) and (max-width:991px) {
    .eko-govde {
        margin-top: 10px;
    }

    .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

@media(min-width:468px) and (max-width:767px) {
    .eko-govde {
        margin-top: 10px;
    }

    .owl-theme .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        margin-bottom: 15px;
        margin-top: 15px;
    }
     .navbar-fixed-top {
   top: 0;
    border-width: 0 0 1px;
    position:fixed;
}
}


/*telefon boyutundaki araçlarda*/
@media(min-width:1px) and (max-width:467) {
    .eko-govde {
        margin-top: 15px;
    }
    .navbar-fixed-top {
   top: 0;
    border-width: 0 0 1px;
    position:fixed;
}
}
