/** Bootstrap 3 - Entegrasyon */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .35rem .4rem;
    font-size: .800rem;
    line-height: .5;
    border-radius: .2rem;
}

.form-horizontal > .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pull-right {
    float: right!important;
}

.modal-header {
    flex-direction: row-reverse;
}

.modal-header .close {
    margin: 0px;
    padding: 0px;
}

.modal-header .modal-title {
    font-size: 1.2rem;
}

.form-control {
    border: 1px solid #ddd;
    background: #fff;
}


/** Tema Değişiklikleri */
@media(min-width: 992px) {
    .off-canvas-toggle-cover {
        width: 145px;
        text-align: right;
    }

    .header-style-2 .off-canvas-toggle-cover {
        right: 15px;
        left: unset;
    }

    #datetime {
        min-width: 100%;
        margin-left: 0px;
    }
}

.entry-meta.meta-0 span {
    padding: 5px 10px 5px 10px;
    display: inline-block;
    width: auto;
}

.entry-meta.meta-0 span::before {
    content: none;
}

.footer-area a.btn-linkedin,
.footer-area a.btn-instagram,
.footer-area a.btn-youtube {
    color: #fff !important;
}

.follow-us a.follow-us-linkedin,
.single-social-share a.linkedin-icon{
    background:#007bb6;
}

.main-header .main-nav ul li a {
    font-size: 14px;
    font-weight: 600;
}

.background13 {
    background: #00135f;
}

.color13 {
    color: #00135f;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #00135f;
}

.img-hover-slide {
    min-height: 220px;
}

.animation-dot::before {
    background: #ef3f48;
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -4px;
    animation: shadow-pulse 1s infinite;
}

.main-header .main-nav ul li:first-child a {
    padding-left: 0px;
}

.header-style-3 .top-bar ul.header-social-network li a {
    color: #fff;
}

/** Eklenenler */
label.error {
    clear: both;
    display: block;
    color: #C10000;
    font-size: .8rem;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

body.page-galeri .grid-item-inner a.media-box img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
}

@media (max-width: 768px) {
    .bottom_fixed_buttons {
        position:fixed;
        z-index: 5;
        left: 0px;
        bottom: 0px;
        width: 100%;
        background: rgba(0,0,0,.7); 
    }
    
    .bottom_fixed_buttons .btn {
        font-size: 14px !important;
        text-align: center;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}