
/* Mobil Ekranlar */
@media only screen and (max-width: 767px){
    .mbl-none, .right-contact-btn{
        display: none !important;
    }
    .top-bar{
        background-color: #f1f1f1;
    }

    .mobile-bar{
        display: block;
        height: 122px;
        width: 110%;
        background-color: #222222;
        position: fixed;
        bottom: -55px;
        right: -5%;
        left: -5%;
        z-index: 99;
        border-radius: 40%;
    }

    .mobile-bar .left-btn{
        position: absolute;
        width: 30%;
        left: 0;
        bottom: 0;
        text-align: right;
        display: block;
        height: 120px;
        font-size: 40px;
        color: #fff;
        line-height: 60px;
    }
    .mobile-bar .mid-btn{
        display: block;
        width: 120px;
        height: 120px;
        background-color: #dfdfdf;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        border-radius: 100%;
        top: -10px;
        text-align: center;
        line-height: 85px;
        color: #222222;
        font-size: 36px;
        cursor: pointer;
    }
    .mobile-bar .right-btn{
        position: absolute;
        width: 30%;
        right: 0;
        bottom: 0;
        text-align: left;
        display: block;
        height: 120px;
        font-size: 40px;
        color: #fff;
        line-height: 60px;
    }

    .services .service{
        height: 160px;
    }
    .mobile-bar .left-bar:after{
        content: '';
        display: inline-block;
        height: 50px;
        width: 50px;
        background: rgba(233, 137, 36, 0.8);
        position: absolute;
        transform: rotate(45deg);
        right: 10px;
        transition: 0.3s;
        -webkit-animation: left_mid 3s infinite;
        animation: left_mid 3s infinite;
    }
    @keyframes left_mid {
        0%{
            right: 10px;
        }
        50%{
            right: 20px;
        }
        100%{
            right: 10px;
        }
    }
    .mobile-bar .right-bar{
        display: block;
        height: 50px;
        width: 50%;
        float: right;
        background: #FF3D00;
        position: relative;
    }
    .mobile-bar .right-bar a{
        display: block;
        width: 100%;
        height: 50px;
        background: url("../img/mobile-bar-yol.png") no-repeat;
        background-position: 85px center;
        background-size: 40%;
        float: right;
    }
    .mobile-bar .right-bar:after{
        content: '';
        display: inline-block;
        height: 50px;
        width: 50px;
        background: rgba(218, 218, 218, 0.8);
        position: absolute;
        transform: rotate(45deg);
        left: 10px;
        -webkit-animation: right_mid 3s infinite;
        animation: right_mid 3s infinite;
    }
    @keyframes right_mid {
        0%{
            left: 10px;
        }
        50%{
            left: 20px;
        }
        100%{
            left: 10px;
        }
    }

    .mobile-bar .mid-bar{
        display: block;
        height: 60px;
        width: 60px;
        background: #3e3e3e;
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -5px;
        transform: rotate(45deg);
        z-index: 1;
        text-align: center;
    }
    .mobile-bar .mid-bar img{
        transform: rotate(-45deg);
        width: 42px;
        margin-top: 10px;
    }


    #basvurButonu{
        display: none;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        position: fixed;
        right: -80px;
        letter-spacing: 2px;
        top: 50%;
        z-index: 999;
        transform: rotate(-90deg);
        background: #000;
        opacity: 0.6;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        padding: 0px 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        cursor: pointer;
        font-size: 12px;
    }
    #basvurButonu:hover{
        background: #FF3D00;
        opacity: 1;
    }

    .navbar-default .navbar-brand{
        margin-left: 20px;
    }
    .navbar-brand img{
        margin-left: 20px;
        height: 70px;
    }
    .navbar-default .navbar-toggle{
        margin-top: 11px;
        border-color: transparent;
        font-size: 24px;
    }

    .navbar-default .navbar-nav > li > a{
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #ddd;
    }

    .dropdown-menu .dropdown-menu > li > a{
        border-bottom: 1px solid #ddd;
    }

    .navbar-default .navbar-nav > li:hover > .dropdown-menu:before{
        display: none;
    }
    .navbar-default .navbar-collapse{
        background-color: #fafafa;
    }

    .dropdown-menu{
        border-top: none;
    }

    .navbar-default .dropdown{
        overflow: hidden;
    }

   .navbar-default .dropdown-menu{
       position: relative;
       width: 100%;
       overflow: hidden;
       clear: both;
       margin: 0;
   }

    .navbar-default .dropdown-menu .dropdown-menu{
        margin: 0px 20px;
    }

    .navbar-default .dropdown-menu li a{
        text-indent: 20px;
        padding: 10px !important;
        border-bottom: 1px solid #ddd;
    }

    /* Video Backgorund */
    .video-background{
        height: 180px;
        background: none;
        overflow: hidden;
        position: relative;
    }
    .video-background #videoBg{
        width: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        z-index: -1;
        top: 0;
    }
    .video-background .title{
        color: #FFF;
        text-shadow: 0px 1px 3px #444444;
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
    }
    .video-background p{
        font-size: 14px;
        margin: 0px 20px;
        color: #FFF;
        text-shadow: 0px 1px 3px #444444;
    }
    .video-background .link{
        display: block;
        width: 250px;
        border:3px solid #fff;
        padding:10px;
        clear: both;
        margin: 10px auto;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        border-radius: 5px;
        transition: 0.3s;
    }
    .video-background .link:hover{
        background:#fff;
        color: #000;
    }

    .last-topics .topic .panel-body .title{
        margin-left: 15px;
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    .last-topics .topic .link{
        position: absolute;
        bottom: 10px;
        left: 30px;
        right: 30px;
        background: #333;
        color: #fff;
        padding: 7px 10px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        transition: 0.3s;
        text-align: center;
        font-size: 14px !important;
    }

    #basvuruFormu .modal-content{
        padding: 10px;
    }
    #basvuruFormu .title{
        font-size: 16px;
    }
    #basvuruFormu .modal-content .title{
        font-size: 20px;
    }
    #basvuruFormu .description{
        font-size: 12px;
    }
    #basvuruFormu textarea{
        min-height: 100px;
    }
    .copyright{
        padding-bottom: 80px;
    }

    #basvuruFormu .form-control{
        height: 40px;
        font-size: 14px;
    }
    #basvuruFormu .modal-close{
        width: 20px;
        height: 20px;
        top: -20px;
        font-size: 14px;
        right: 10px;
    }
    
    .wp-btn{
        display: none;
    }
}

/* Dikey Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}

/* Yatay Tablet + Minibook Laptop */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}

/* Notebook + Desktop */
@media only screen and (min-width: 1200px) {

}