

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .mobile-disabled {
        display: none;
    }
    .mobile-enabled {
        display: block !important;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 999999 !important;
    }
    .mobile-enabled .navbar-brand img {
        width: 72px;
    }
    .navbar-inverse {
        background-color: transparent !important;
        border-color: transparent !important;
    }
    .navbar-toggle {
        margin-top: 35px !important;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #fff !important;
    }
    .navbar-nav {
        margin: 12.5px -15px !important;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none !important;
        box-shadow: none !important;
    }
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent !important;
    }
    .nav>li {
        position: relative;
        display: block;
        background: #fd0a0a;
        color: #fff;
    }
    .nav>li a {
        color: #fff !important;
    }
    #video, #video2 {
        margin-top: calc(50% - 20px);
    }
    .wideal .neden-ideal .image {
        text-align: center;
    }
    .wideal .neden-ideal .image img {
        height: 180px;
    }
    .wideal .neden-ideal .text {
        margin-top: 8px;
    }
    .wideal .neden-ideal {
        margin-top: 20px;
    }
    .ziyaretciyazi {
        font-size: 14px;
        color: #fff;
        margin-top: 20px;
        padding-left: 0;
    }
    .ziyaretciisim {
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
        color: #fff;
    }
    .ziyaretci {
        margin-top: 20px;
        float: left;
        width: 100%;
    }
    .ayricaliklar .gallery .item {
        width: 20%;
        height: auto;
        line-height: 1;
    }
    .leftmenu {
        display: none;
    }
    #tab-menu .tab-menu {
        width: 100%;
        display: table;
        left: 0;
        right: 0;
    }
    #tab-menu .tab-menu a {
        box-sizing: border-box;
        display: table-cell;
        padding: 10px 0;
        text-align: center;
    }
    .iletisimbilgileri {
        width: 100%;
    }
    .iletisim {
        float: left;
        width: 100%;
        margin: 0;
    }
    .footer-top .container {
        width: 100% !important;
    }
    .page-detail .page-content .sidebar {
        float: left;
        width: 100%;
    }
    .mudurlerimiz {
        width: 100%;
        float: left;
    }
    .mudurlerimiz .left {
        width: 100%;
        float: left;
    }
    .mudurlerimiz .right{
        width: 100%;
        float: left;
        margin-left: 0;
        border-left: 0;
        border-top: 10px solid #202020;
    }
    .mudurlerimiz .right i.fa {
        top: 0;
        left: 50%;
        margin-left: -32px;
    }
    .mudurlerimiz:hover .right {
        border-left: transparent;
        border-top: 10px solid #ff0000;
        transition: all ease .5s;
    }
    .mudurlerimiz .left img {
        width: 100%;
        margin-top: -85px;
    }
    .page-detail .bar h1 {
        width: 100%;
    }
    .yurtilleri {
        height: auto !important;
    }
    .bPageHaberler {
        width: 100%;
        height: auto;
    }
    .bPageHaberlerresim {
        width: 100%;
    }
    .bPageHaberlerresim img {
        width: 100%;
        max-width: 100%;
        height: auto !important;
    }
    .bPageHaberleraciklama {
        width: 100%;
        float: left;
        height: auto;
    }
    .haberpaylas {
        width: 100%;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .standartlar {
        width: 100%;
        height: auto;
    }
    .standartlaraciklama {
        height: auto;
    }
    .modal .btn.pull-right {
        right: 0 !important;
        z-index: 999;
    }
    .yurtlar {
        width: 100%;
    }
    .yurtimg {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .GITheWall ul li {
        width: 100%;
    }
    .GI_TW_expander.opened {
        height: auto !important;
    }
    .GI_TW_expander .GI_TW_expander-inner {
        height: auto !important;
    }
    .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
        height: auto;
        margin: 10px  0;
    }
    .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}







@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


.mobile-enabled {
    display: none;
}

.ayricaliklar .gallery .item a {
    display: block;
}

.popover-title {
    background: #ff0000 !important;
    color: #fff !important;
}