@media only screen and (max-width: 1024px) {
    .navbar-default .navbar-brand{
        height: 40px;
        margin: 10px;
    }
    .navbar-default .navbar-nav > li > a{
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
    }
    .navbar-default .navbar-nav > li > span{
        padding: 10px;
        background-color: #2343e1;
        color: #fff;
        font-weight: bold;
        margin-top: 0;
        display: block;
    }
    .navbar-default .navbar-nav > li > span > a{
        color: #ffffff;
    }
    .tab-content{
        padding: 15px;
    }
    .tab-content p{
        line-height: 30px;
    }
    .nav-tabs > li{
        width: 100%;
    }
    .nav-tabs > li > a{
        height: 40px;
        line-height: 40px;
        padding: 0px 10px;
    }
    .well input.form-control,
    .well select.form-control{
        height: 40px;
    }
    .page-header{
        height: 150px;
        font-size: 26px;
        margin-top: 50px;
    }
    .page-header .page-title{
        font-size: 16px;
        margin-top: 60px;
        padding: 10px;
    }
    .well .title{
        font-size: 20px;
        padding: 10px 0px;
    }

    .mobile-bar{
        background: url("../img/mobile-bar.png") no-repeat;
        height: 216px;
        position: fixed;
        bottom: -110px;
        left: 0;
        right: 0;
        background-size: contain;
        z-index: 9999;
        display: block;
    }

    .mobile-bar .phone-btn{
        display: block;
        position: absolute;
        height: 53px;
        width: 53px;
        background: transparent;
        left: 18%;
        top: 17px;
    }

    .mobile-bar .yol-btn{
        display: block;
        position: absolute;
        height: 53px;
        width: 53px;
        background: transparent;
        right: 22%;
        top: 17px;
    }


    .mobile-bar .form-btn{
        display: block;
        position: absolute;
        height: 55px;
        width: 55px;
        background: transparent;
        right: 0;
        left: 0;
        top: 18px;
        margin: 0 auto;
    }

    .copyright{
        line-height: 24px;
        font-size:12px;
        text-align: center;
    }

    #Slider{
        height: calc(100vh - 60px);
        margin-top: 60px;
    }
    #Slider .carousel-inner .item{
        background-size: 100% 100%;
    }

    #Slider .carousel-inner .slide-1{
        background-image: url("../img/mobil-slider/1.jpg");
    }
    #Slider .carousel-inner .slide-2{
        background-image: url("../img/mobil-slider/2.jpg");
    }
    #Slider .carousel-inner .slide-3{
        background-image: url("../img/mobil-slider/3.jpg");
    }
    #Slider .carousel-inner .slide-4{
        background-image: url("../img/mobil-slider/4.jpg");
    }
    .phone-number{
        display: block;
        text-align: center;
    }
}