.owl-wrapper {
    position: relative;
}

.owl-text-overlay {
    position: absolute;
    text-align: left;
    width: 100%;
    padding: 0 1rem;
    bottom: 0%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
}

h2.owl-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.8rem;
}

article.post-large h2 {
    font-size: 1rem;
    line-height: 1.7rem;
}

h1.baslik {
    font-weight: 600;
    line-height: 1.9rem;
}

a.page-link {
    text-decoration: none !important;
}



/* IOs Switch */
.switch {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 3px 0;
}

    .switch .ios-switch {
        height: 35px;
        width: 65px;
    }

        .switch .ios-switch .handle {
            height: 31px;
            width: 31px;
        }

    .switch.switch-primary .ios-switch .on-background {
        background: #CCC;
    }

    .switch.switch-success .ios-switch .on-background {
        background: #47a447;
    }

    .switch.switch-warning .ios-switch .on-background {
        background: #ed9c28;
    }

    .switch.switch-danger .ios-switch .on-background {
        background: #d2322d;
    }

    .switch.switch-info .ios-switch .on-background {
        background: #5bc0de;
    }

    .switch.switch-dark .ios-switch .on-background {
        background: #171717;
    }

    .switch.switch-lg .ios-switch {
        height: 45px;
        width: 75px;
    }

        .switch.switch-lg .ios-switch .handle {
            height: 41px;
            width: 41px;
        }

    .switch.switch-sm .ios-switch {
        height: 25px;
        width: 55px;
    }

        .switch.switch-sm .ios-switch .handle {
            height: 21px;
            width: 21px;
        }

.ios-switch {
    height: 45px;
    width: 75px;
    position: relative;
    background-color: #E5E5E5;
    border-radius: 100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .ios-switch .background-fill {
        width: 100%;
        height: 100%;
        border-radius: 100px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ios-switch .on-background {
        background-image: linear-gradient(#00e459, #00e158);
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
        z-index: 1;
        transition: .3s 0.2s;
    }

    .ios-switch .state-background {
        border-radius: 100px;
        z-index: 2;
        background-image: linear-gradient(#ffffff, #FDFDFD);
        border: 2px solid #E5E5E5;
        box-sizing: border-box;
        transform: scale(1);
        transition: .4s;
    }

    .ios-switch .handle {
        width: 41px;
        height: 41px;
        background-color: white;
        top: 2px;
        left: 2px;
        position: absolute;
        border-radius: 20px;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15), 1px 2px 2px rgba(0, 0, 0, 0.05);
        z-index: 3;
        transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
        box-sizing: content-box;
    }

    .ios-switch.off .handle {
        -webkit-animation: expand-off .3s 0.2s;
        animation: expand-off .3s 0.2s;
        transform: translate(0px, 0);
        transform: translate3d(0px, 0, 0);
    }

    .ios-switch.off .on-background {
        transition: .3s 0s;
    }

    .ios-switch.off .state-background {
        transition: .4s 0.25s;
    }

    .ios-switch.on .handle {
        -webkit-animation: expand-on .3s 0.2s;
        animation: expand-on .3s 0.2s;
        transform: translate(30px, 0);
        transform: translate3d(30px, 0, 0);
    }

    .ios-switch.on .on-background {
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
    }

    .ios-switch.on .state-background {
        transform: scale(0);
    }

@-webkit-keyframes expand-on {
    0% {
        padding-right: 0;
    }

    40% {
        padding-right: 9px;
    }

    100% {
        padding-right: 0;
    }
}

@keyframes expand-on {
    0% {
        padding-right: 0;
    }

    40% {
        padding-right: 9px;
    }

    100% {
        padding-right: 0;
    }
}

@-webkit-keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }

    40% {
        padding-right: 9px;
        left: -7px;
    }

    100% {
        padding-right: 0;
        left: 2px;
    }
}

@keyframes expand-off {
    0% {
        padding-right: 0;
        left: 2px;
    }

    40% {
        padding-right: 9px;
        left: -7px;
    }

    100% {
        padding-right: 0;
        left: 2px;
    }
}

.switch.switch-primary .ios-switch .on-background {
    background: #0088CC;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:disabled:checked + .slider {
    background-color: #65b4f5;
    cursor: not-allowed !important;
    /*pointer-events: none!important;*/
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.cursor-pointer {
    cursor: pointer;
}


.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .pagination a {
        position: relative;
        display: block;
        padding: 0rem 0.7rem 0rem 0.7rem;
        margin-left: 0px;
        line-height: 2rem;
        color: rgba(0,0,0,0.54);
        background-color: #fff;
        border: 0px solid #DDD;
        text-decoration: none;
    }

        .pagination a:hover {
            color: rgba(0,0,0,0.87);
            text-decoration: none;
            background-color: #E9ECEF;
            border-color: #DDD;
        }

        .pagination a:focus {
            z-index: 2;
            outline: 0;
            -webkit-box-shadow: 0 0 0 .2rem rgba(60,66,82,0.25);
            box-shadow: 0 0 0 .2rem rgba(60,66,82,0.25);
        }

        .pagination a:not(:disabled):not(.disabled) {
            cursor: pointer;
        }

    .pagination li:first-child a {
        margin-left: 0;
        -webkit-border-top-left-radius: 2px;
        border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .pagination li:last-child a {
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .pagination li.active a {
        z-index: 1;
        color: #fff;
        background-color: #3C4252;
        border-color: #3C4252;
    }

    .pagination li.disabled a {
        color: #ccc;
        pointer-events: none;
        cursor: auto;
        background-color: #fff;
        border-color: #DDD;
    }

.pagination-lg .page-link {
    padding: 0rem .4rem;
    font-size: 1.6rem;
    line-height: 2.25;
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination-sm .page-link {
    padding: 0rem .4rem;
    font-size: 1.3rem;
    line-height: 2.46154;
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.form-control,
.select2-container--default .select2-selection--single {
    background-color: #f7f7e6 !important;
}


.border-danger {
    border: solid 1px #dc3545 !important;
}


.solborder {
    border-left: solid 4px #a9c4e1 !important;
    padding-left: 10px;
}
.ustaltborder {
    border-top: solid 4px #a9c4e1 !important;
    border-bottom: solid 4px #a9c4e1 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}