<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(4342,2): run-time error CSS1031: Expected selector, found '/'
(4342,2): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*

 @Author: İMEAK DENİZ TİCARET ODASI 

*/

body {
    background: #f0f0f0;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    background-image: url(/media/images/webelement/blue-pattern.png);
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

ul.dto-list {
    list-style: unset;
    margin-left: 15px;
}

    ul.dto-list ul {
        list-style-type: circle;
        margin-left: 15px;
    }

ul.a {
    list-style-type: circle;
}

.text-wrap {
    word-wrap: break-word;
}

.row.middle-content {
    margin: 0px;
    padding: 0px;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #00adef;
}

::selection {
    color: #fff;
    background: #00adef;
}

/*element*/
.btn-link {
    font-weight: 400;
    color: #007bff !important;
    background-color: transparent;
    border: none !important;
    padding-left: 0px !important;
}

    .btn-link:hover {
        text-decoration: underline !important;
    }

.current-post-type {
    height: 44px;
    width: 45px;
    border-radius: 0;
    color: #fff;
    text-align: center;
    line-height: 46px;
    position: absolute;
    right: 30px;
    bottom: 10px;
    font-size: 20px;
    z-index: 99;
    box-shadow: 0 4px 13px -6px #000000;
}

.breadcrumb {
    background-color: #f5f5f5;
}

.blockquote {
    background: #f2f2f2;
    border: medium none;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 45px 30px 40px 110px;
    position: relative;
    padding: 45px 30px 40px 110px;
}

blockquote .current-post-type {
    left: 30px;
    top: 50%;
    margin-top: -22px;
}

.breadcrumb-item &gt; a {
    display: inline;
}

.breadcrumb-item.active {
    color: #0074c7;
}



.overlay-dark,
.overlay-red,
.overlay-gray {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 99; /* Specify a stack order in case you're using a different order for other elements */
}

.overlay-dark {
    background: rgba(0,0,0,0.8);
}

.overlay-red {
    background: rgba( 220,74,41,0.9);
}

.overlay-gray {
    background: rgba( 242,242,242,0.9);
}

.nomargine {
    margin: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.theme-padding-top {
    padding-top: 60px;
}

.theme-padding-bottom {
    padding-bottom: 60px;
}

.theme-padding {
    padding: 60px 0;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-0 {
    padding: 0 !important;
}

.theme-margin-top {
    margin-top: 60px;
}

.theme-margin-bottom {
    margin-bottom: 60px;
}

.theme-margin {
    margin: 60px 0;
}

.margin-0 {
    margin: 0 !important;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.position-center-x {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.position-center-y {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.font-italic {
    font-style: italic
}

.text-black {
    color: #000000 !important;
}

.archieve-tabs {
    min-height: 284px;
}

.position-r {
    position: relative;
}

.position-a {
    position: absolute;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.padding-left-20 {
    padding-left: 20px !important
}



.padding-right-20 {
    padding-right: 20px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.margin-top-10 {
    margin-top: 20px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}


.padding-left-55 {
    padding-left: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

.banner-logo {
    width: 100%;
    float: left;
    text-align: center;
    /*background: #fff;
    padding: 0 0 30px 0;*/
}

    .banner-logo li {
        display: inline-block;
        position: relative;
        margin: 5px 0px;
        text-align: center;
        z-index: 3;
        cursor: pointer;
    }

/*banner*/
.hero-promo-icon {
    width: 100%;
    float: left;
    text-align: center;
    background: white;
    padding: 0px 0px 15px 0px;
}



/*--------------------BG Overlays----------------------*/
.background-shape {
    position: absolute;
    background: rgba(0, 52, 86, 0.03);
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: 50%;
    transform: skewX(33deg);
    transform-origin: left bottom;
}

    .background-shape:before, .background-shape:after {
        position: absolute;
        background: rgba(255, 255, 255, 0.03);
        height: 100%;
        width: 100%;
        content: '';
        top: 0;
    }

    .background-shape:before {
        left: 280px;
    }

    .background-shape:after {
        left: 560px;
    }

    .background-shape.bs-right {
        left: 90%;
    }

        .background-shape.bs-right.bs-bototm {
            left: 54%;
            transform: rotate(54deg);
        }

.background-shape {
    /* background: rgba(0, 0, 0, 0.02); */
}

    .background-shape:before, .background-shape:after {
        background: rgba(0, 0, 0, 0.02);
    }
/*popup*/

#dto-popup {
    background: rgba(19, 19, 19, 0.7);
    background-image: url(/Media/logo-opa.png);
    background-position: center;
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-size: 8px;
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

    #dto-popup .popup-container {
        background: #fff;
        background-image: url(/Media/logo-opa.png);
        background-position: center;
        max-width: 500px;
        width: 70%;
        position: fixed;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        z-index: 5001;
        text-align: center;
        border-radius: 10px;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }



    #dto-popup .owl-dots {
        position: absolute;
        left: 0px;
        top: -23px;
    }

        #dto-popup .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            border: 2px solid #ffffff !important;
            display: inline-block;
            margin: 0 5px 0 0;
            cursor: pointer;
        }

            #dto-popup .owl-dots .owl-dot.active {
                width: 20px;
                background: #ffffff;
            }

    #dto-popup .md-close {
        position: absolute;
        right: 0px;
        font-size: 24px;
        top: -30px;
        padding: 2px 0px;
        opacity: 1;
        width: 30px;
        height: 30px;
        background: #fff;
        color: #007bff;
        border: 1px solid #007bff;
        outline: 0;
        z-index: 50;
    }

/* Curved shadows */

.curved:before {
    bottom: 10px;
    left: 0;
    right: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
}

.curved-vt-2:before {
    right: 0;
}

.curved-hz-1:before {
    top: 50%;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.curved-hz-2:before {
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

/* Rotated box */



#dto-popup .owl-nav {
    position: absolute;
    top: 50%;
    width: 120%;
    left: -10%;
}

#dto-popup button.owl-prev {
    position: absolute;
    left: 0px;
    /* top: 50%; */
}

#dto-popup button.owl-next {
    position: absolute;
    right: -1px;
}

/*PRELOADER*/
.ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    overflow: hidden;
}

    .ctn-preloader .animation-preloader {
        position: absolute;
        z-index: 100
    }

        .ctn-preloader .animation-preloader .spinner {
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 3px solid rgb(171, 232, 255);
            border-top-color: #00adef;
            height: 170px;
            margin: 0 auto 45px auto;
            width: 170px;
        }

        .ctn-preloader .animation-preloader .txt-loading {
            text-align: center;
            user-select: none
        }

            /*.ctn-preloader .animation-preloader .txt-multi-line div {
    float: left;
    margin-right: 10px;
}*/

            .ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
                animation: letters-loading 4s infinite;
                color: #00adef;
                content: attr(data-text-preloader);
                left: 0;
                opacity: 0;
                top: 0;
                line-height: 70px;
                position: absolute;
            }

            .ctn-preloader .animation-preloader .txt-loading .letters-loading {
                font-family: Lato,sans-serif;
                font-weight: 700;
                letter-spacing: 15px;
                display: inline-block;
                color: rgb(201, 241, 255);
                position: relative;
                font-size: 70px;
                line-height: 70px;
            }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                    animation-delay: .2s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                    animation-delay: .4s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                    animation-delay: .6s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                    animation-delay: .8s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                    animation-delay: 1s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                    animation-delay: 1.2s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                    animation-delay: 1.4s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
                    animation-delay: 1.6s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
                    animation-delay: 1.8s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
                    animation-delay: 2.0s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
                    animation-delay: 2.2s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
                    animation-delay: 2.4s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
                    animation-delay: 2.6s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
                    animation-delay: 2.8s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before {
                    animation-delay: 3.0s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(17):before {
                    animation-delay: 3.2s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(18):before {
                    animation-delay: 3.4s
                }

    .ctn-preloader .loader-section {
        background-color: #fff;
        height: 100%;
        position: fixed;
        top: 0;
        width: calc(50% + 1px)
    }

.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.loader-logo {
    position: absolute;
    left: 38.2%;
    top: -4px;
}

    .loader-logo img {
        width: 60%;
    }

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes letters-loading {
    0%,100%,75% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,50% {
        opacity: 1;
        transform: rotateY(0)
    }
}

@media screen and (max-width: 767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px
    }
}


/******** modal *****************************************************************/

/*************************************************************************************/

.dto-modal {
    position: absolute;
    top: 55%;
    left: 50%;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.modal-show {
    display: block;
}

.md-show.md-effect-18 ~ .container, .md-show.md-effect-19 ~ .container {
    overflow: hidden;
    height: 100%
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 950px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.md-show {
    visibility: visible
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,.9);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}




.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible
}

.md-content {
    color: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto
}

    .md-content h3 {
        margin: 0;
        padding: .4em;
        text-align: center;
        font-size: 2.4em;
        font-weight: 300;
        opacity: .8;
        background: rgba(0,0,0,.1);
        border-radius: 3px 3px 0 0
    }

    .md-content &gt; div {
        padding: 15px 40px 30px;
        margin: 0;
        font-weight: 300;
        font-size: 1.15em
    }

        .md-content &gt; div p {
            margin: 0;
            padding: 10px 0
        }

        .md-content &gt; div ul {
            margin: 0;
            padding: 0 0 30px 20px
        }

            .md-content &gt; div ul li {
                /* padding: 5px 0; */
                margin-bottom: 5px;
            }

    .md-content button {
        display: block;
        margin: 0 auto;
        font-size: .8em
    }

.md-effect-1 .md-content {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -moz-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    transition: all .3s cubic-bezier(.25,.5,.5,.9)
}

.md-effect-3 .md-content, .md-effect-7 .md-content {
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    transition: all .3s
}

.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.md-effect-4 .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0
}

.md-effect-4 .md-content, .md-show.md-effect-4 ~ .md-overlay {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.md-show.md-effect-4 .md-content {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.md-effect-5.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-effect-6.md-modal, .md-effect-8.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px
}

.md-effect-5 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0
}

.md-show.md-effect-5 .md-content {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateZ(0) rotateX(0);
    -moz-transform: translateZ(0) rotateX(0);
    -ms-transform: translateZ(0) rotateX(0);
    transform: translateZ(0) rotateX(0);
    opacity: 1
}

.md-effect-6.md-modal {
    perspective: 1300px
}

.md-effect-6 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0
}

.md-show.md-effect-6 .md-content {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translate(0) translateZ(0) rotate(0);
    -moz-transform: translate(0) translateZ(0) rotate(0);
    -ms-transform: translate(0) translateZ(0) rotate(0);
    transform: translate(0) translateZ(0) rotate(0);
    opacity: 1
}

.md-effect-7 {
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .md-effect-7 .md-content {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        transition: all .3s;
        opacity: 0
    }

.md-effect-8 .md-content, .md-effect-9 .md-content {
    -webkit-transition: all .3s;
    -moz-transition: all .3s
}

.md-show.md-effect-7 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 3px 3px;
    opacity: 1
}

.md-effect-8.md-modal {
    perspective: 1300px
}

.md-effect-10.md-modal, .md-effect-9.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px
}

.md-effect-8 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    transition: all .3s;
    opacity: 0
}

.md-show.md-effect-8 .md-content {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    opacity: 1
}

.md-effect-9.md-modal {
    perspective: 1300px
}

.md-effect-9 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    transition: all .3s;
    opacity: 0
}

.md-show.md-effect-9 .md-content {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}

.md-effect-10.md-modal {
    perspective: 1300px
}

.md-effect-13.md-modal, .md-effect-14.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px
}

.md-effect-10 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.md-show.md-effect-10 .md-content {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1
}

.md-effect-11 .md-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.md-show.md-effect-11 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-effect-12 .md-content {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #e74c3c
}

.md-effect-12 .md-content, .md-effect-12 .md-content h3 {
    background: 0 0
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-effect-13.md-modal {
    perspective: 1300px
}

.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0
}

.md-show.md-effect-13 .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in
    }

    100% {
        transform: translateZ(0) rotateY(0);
        opacity: 1
    }
}

.md-effect-14.md-modal {
    perspective: 1300px
}

.md-effect-14 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.md-show.md-effect-14 .md-content {
    -webkit-transform: translateY(0) rotateX(0);
    -moz-transform: translateY(0) rotateX(0);
    -ms-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
    opacity: 1
}

.md-effect-15.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px
}

.md-effect-15 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.md-show.md-effect-15 .md-content {
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    -moz-transform: translateZ(0) translateX(0) rotateY(0);
    -ms-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0);
    opacity: 1
}

.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(180,46,32,.5)
}

.md-show.md-effect-16 ~ .container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px)
}

.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0
}

.md-effect-16 .md-content, .md-show.md-effect-16 ~ .container {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.md-show.md-effect-17 ~ .container {
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.md-show.md-effect-17 ~ .container, .md-show.md-effect-17 ~ .md-overlay {
    -webkit-transform: rotateX(-2deg);
    -moz-transform: rotateX(-2deg);
    -ms-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.md-effect-17 .md-content {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%)
}

.md-show.md-effect-17 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .3s .2s;
    -moz-transition: all .3s .2s;
    transition: all .3s .2s
}

.md-show.md-effect-18 ~ .md-overlay {
    background: rgba(0,0,0,.9);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.md-show.md-effect-18 ~ .container, .md-show.md-effect-18 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0 50%;
    -webkit-animation: rotateRightSideFirst .5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0 50%;
    -moz-animation: rotateRightSideFirst .5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    animation: rotateRightSideFirst .5s forwards ease-in
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out
    }

    100% {
        -webkit-transform: translateZ(-200px)
    }
}

@-moz-keyframes rotateRightSideFirst {
    50% {
        -moz-transform: translateZ(-50px) rotateY(5deg);
        -moz-animation-timing-function: ease-out
    }

    100% {
        -moz-transform: translateZ(-200px)
    }
}

@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out
    }

    100% {
        transform: translateZ(-200px)
    }
}

.md-effect-18 .md-content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0
}

.md-show.md-effect-18 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all .5s .1s;
    -moz-transition: all .5s .1s;
    transition: all .5s .1s
}

.md-show.md-effect-19 ~ .md-overlay {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.md-show.md-effect-19 ~ .container, .md-show.md-effect-19 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: OpenTop .5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    -moz-animation: OpenTop .5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop .5s forwards ease-in
}

@-webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out
    }
}

@-moz-keyframes OpenTop {
    50% {
        -moz-transform: rotateX(10deg);
        -moz-animation-timing-function: ease-out
    }
}

@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out
    }
}

.md-effect-19 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0
}

.md-show.md-effect-19 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .5s .1s;
    -moz-transition: all .5s .1s;
    transition: all .5s .1s
}

@media screen and (max-width:32em) {
    body {
        font-size: 75%
    }
}
/******** modal *****************************************************************/
/*************************************************************************************/


/*Search modal*/

.search-modal .modal-close {
    position: absolute;
    right: 0;
    font-size: 24px;
    top: -45px;
    padding: 12px 9px;
    opacity: 1;
    width: 48px;
    height: 48px;
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    outline: 0;
}

.search-modal .md-close {
    position: absolute;
    right: 0;
    font-size: 24px;
    top: -45px;
    padding: 12px 9px;
    opacity: 1;
    width: 48px;
    height: 48px;
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    outline: 0;
}

.search-modal button {
    position: absolute;
    right: 16px;
    font-size: 24px;
    top: 12px;
    padding: 12px 9px;
    opacity: 1;
    width: 48px;
    height: 48px;
    background: none;
    color: #000;
    border: none;
    outline: 0;
    cursor: pointer;
}

.search-modal .search-form .form-control {
    width: 100%;
    background: none;
    border: 0;
    font-size: 22px;
    height: 50px;
    padding: 20px;
    background: rgba(255, 237, 97, 0.24);
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
    box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
}

.search-result {
    position: relative;
}

    .search-result .search-form .form-control {
        width: 100%;
        background: none;
        border: 0;
        font-size: 22px;
        height: 50px;
        padding: 20px;
        background: #fff;
        -webkit-transition: .18s ease-out;
        -moz-transition: .18s ease-out;
        -o-transition: .18s ease-out;
        transition: .18s ease-out;
        box-shadow: inset 0px 1px 8px rgba(0, 0, 0, 0.2);
        background: rgba(255, 237, 97, 0.24);
    }

input.form-control {
}

.search-result .search-button {
    position: absolute;
    right: 11px;
    font-size: 24px;
    top: 11px;
    padding: 12px;
    border: none;
    background: none;
}

.search-modal .search-form .form-control:focus {
}

.search-modal .dto-modal-content {
    background: none;
    width: 300px;
}


/*Search modal*/

/*spinner*/
.alert-spinner {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*accordion banner*/

.accordion-banner {
    /*background: linear-gradient(90deg, rgba(5,58,92,1) 0%, rgba(28,146,208,1) 50%, rgba(5,58,92,1) 100%);*/
    min-height: 60px;
    width: 100%;
    background: #cceffc;
    border: 2px solid #00adef;
}


.mini-banner {
    position: relative;
    flex-wrap: wrap;
    min-width: 100%;
}

    .mini-banner h3 {
        margin: 0px;
        padding: 25px 50px 14px 0px;
        color: #00adef;
        width: 94%;
        font-size: 18px;
        text-align: center;
    }

    .mini-banner a {
        color: #00adef;
        text-decoration: underline;
    }

        .mini-banner a:hover {
            color: #00adef;
            text-decoration: underline;
        }


.big-banner {
    position: relative;
    vertical-align: middle;
    min-width: 100%;
    height: 453px;
}

    .big-banner .big-banner-content {
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px;
        color: #000000;
        width: 90%;
    }

.big-banner-content a {
    color: #000000;
    margin-left: 15px;
}

    .big-banner-content a:hover {
        color: #00adef;
    }

    .big-banner-content a:before {
        content: "\F054";
        font-family: "Material Design Icons";
        margin: 0 10px 0 0;
        font-size: 16px;
        color: #000000;
        position: absolute;
        left: 10px;
    }



.mini-banner .close-button, .big-banner .close-button {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-webkit-radius: 5px;
    width: auto;
    height: auto;
    padding: 5px 10px;
    border: 2px solid #00adef;
    color: #00adef;
    position: absolute;
    top: 30px;
    right: 4px;
    cursor: pointer;
    z-index: 1;
}

/*PLAN*/
.stplan {
    margin: 0px;
    padding: 25px 10px 15px 10px;
    color: #00adef;
    width: 94%;
    /* background: linear-gradient(90deg, rgba(5,58,92,1) 0%, rgba(28,146,208,1) 50%, rgba(5,58,92,1) 100%); */
    min-height: 60px;
    width: 100%;
    background: #cceffc;
    border: 2px solid #00adef;
}

    .stplan a {
        text-decoration: underline;
    }

        .stplan a:hover {
            text-decoration: underline;
        }

/*akademi ticaret*/
.akademi {
    background: rgb(0, 173, 239);
    background: -moz-linear-gradient(left, rgba(0, 173, 239,1) 0%, rgba(0, 173, 239,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 173, 239,1)), color-stop(100%, rgba(0, 173, 239,1)));
    background: -webkit-linear-gradient(left, rgb(0, 173, 239) 0%, rgb(0, 173, 239) 100%);
    background: -o-linear-gradient(left, rgba(0, 173, 239,1) 0%, rgba(0, 173, 239,1) 100%);
    background: -ms-linear-gradient(left, rgba(0, 173, 239,1) 0%, rgba(0, 173, 239,1) 100%);
    background: linear-gradient(to right, rgb(0, 173, 239) 0%, #00adef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222d56', endColorstr='#2159b7', GradientType=1 );
    width: 100%;
    min-height: 92px;
    max-height: 92px;
    height: 92px;
    position: relative;
}

    .akademi img {
        height: 100%;
    }

    .akademi a {
        color: white;
        font-size: 2.5em;
        position: absolute;
        right: 10px;
        top: 19%;
        width: 60%;
        text-decoration: underline;
        text-align: center;
        line-height: 1em;
    }
/*live stream*/

img.live-open-button {
    animation: zoominoutsinglefeatured 1s infinite;
    cursor: pointer;
}

@keyframes zoominoutsinglefeatured {

    0% {
        transform: scale(1,1);
    }

    50% {
        transform: scale(1.2,1.2);
    }

    100% {
        transform: scale(1,1);
    }
}



.live-banner {
    background: rgb(5,58,92);
    background: linear-gradient(90deg, rgba(5,58,92,1) 0%, rgba(28,146,208,1) 50%, rgba(5,58,92,1) 100%);
    height: 100%;
}

.live-mini-preview {
    display: flex;
    flex-wrap: wrap;
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}


.live-stream-note {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
}

.live-stream-note-text {
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    color: #fff;
    text-align: right;
}

.live-stream-button {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 0px 10px 0px;
}

    .live-stream-button a {
        width: 230px;
        height: 40px;
        display: block;
        border: 1px solid #fff;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
        color: #fff;
        line-height: 40px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
    }

        .live-stream-button a:hover {
            background-color: rgba(255, 255, 255, .8);
            color: #000000 !important;
        }

.live-open-button {
    cursor: pointer !important;
}

.live-big-preview {
    display: flex;
    vertical-align: middle;
    -moz-animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
    min-width: 100%;
}

.live-video {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.live-close-button {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #000000;
    cursor: pointer;
}

    .live-close-button:hover {
        background-color: rgba(255, 255, 255, .8);
        color: #000000 !important;
    }

.live-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.live-hide {
    display: none !important;
}

/*post*/
.post-meta-holder {
    margin-top: 10px;
}

.dto-menulist li {
    position: relative;
}

    .dto-menulist li a {
        display: block;
        margin-left: 20px;
    }

    .dto-menulist li:before {
        content: "\F054";
        font-family: "Material Design Icons";
        margin: 0 10px 0 0;
        font-size: 16px;
        color: #00adef;
        position: absolute;
    }

.quickLink li {
    position: relative;
}

    .quickLink li a {
        position: relative;
        display: block;
        /* margin-left: 20px; */
        z-index: 1;
        height: 100%;
        /* padding-top: 2px; */
        padding: 6px 10px;
        color: #000;
        font-stretch: unset;
        font-size: 1em;
    }

/* Big Features Post */
.post-widget {
    margin-top: 10px !important;
}

.post-features {
    margin-top: 5px;
}

    .post-features li {
        position: relative;
    }

        .post-features li:before {
            /* content: "\F054"; */
            font-family: "Material Design Icons";
            margin: 0 10px 0 0;
            font-size: 16px;
            color: #333;
            position: absolute;
        }



    .post-features li {
        padding: 4px 0;
        border-bottom: 1px solid #efefef;
    }

        .post-features li a {
            padding-left: 5px;
            border-left: 2px solid #00adef;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .post-features li a:hover {
                border-left: 10px solid #00adef;
            }

        .post-features li:first-child {
            padding-top: 0;
        }

        .post-features li:last-child {
            border: 0;
        }

/*new post list*/

#newPage_listing {
    margin-bottom: 30px;
}

    #newPage_listing .post-thumb {
        margin-right: 0;
    }

    #newPage_listing .col-sm-4 {
        padding-right: 0;
    }

    #newPage_listing &gt; li {
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 30px;
        position: relative;
        clear: left;
        width: 100%;
        float: left;
    }

        #newPage_listing &gt; li:before {
            content: '';
            display: block;
            width: 30px;
            border-bottom: 1px solid #e2e2e2;
            position: absolute;
            bottom: -1px;
            left: -30px;
        }

        #newPage_listing &gt; li:after {
            content: '';
            display: block;
            width: 30px;
            border-bottom: 1px solid #e2e2e2;
            position: absolute;
            bottom: -1px;
            right: -30px;
        }

        #newPage_listing &gt; li:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0;
        }

            #newPage_listing &gt; li:last-child:before,
            #newPage_listing &gt; li:last-child:after {
                display: none;
            }

    #newPage_listing p {
        font-weight: normal;
    }

    #newPage_listing.haspad .col-sm-4 {
        padding-right: 15px;
    }


/*news details*/





.dto-post-content {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 30px;
    color: #000000;
    overflow: hidden;
}



.dto-post-header {
}





/* Post Of the day */
.post-thumb {
    position: relative;
}

    .post-thumb img {
        width: 100% !important;
    }

    .post-thumb .post-badge {
        position: absolute;
        top: 10px;
        right: -10px;
        padding: 3px 10px;
        font-family: 'Fira Sans', sans-serif;
        color: #fff;
        text-transform: capitalize;
        font-size: 12px;
        z-index: 2;
    }

        .post-thumb .post-badge::before {
            width: 0;
            height: 0;
            border-bottom: 10px solid rgba(0,0,0,.9);
            border-left: 10px solid transparent;
            content: "";
            position: absolute;
            top: 100%;
            right: 0;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

.dto-news {
    color: #2a2b2d
}

.post-content h4 a {
    color: #2a2b2d;
}

    .post-content h4 a:hover {
        color: #00adef;
    }

.dto-news .post-content h4 {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
    margin-top: 7px;
}

    .dto-news .post-content h4 a {
        color: #2a2b2d;
    }

        .dto-news .post-content h4 a:hover {
            color: #00adef;
        }

.dto-news .post-content p {
    font-size: 12px;
    margin: 0;
    line-height: 1.2;
}

    .dto-news .post-content p &gt; a {
        display: inline;
    }

.post.style-1 &gt; .post-content {
    margin: 15px 0 0;
}

.post-wrap:after {
    display: block;
    clear: both;
    content: '';
}

.post-wrap .post-thumb {
    float: left;
    margin: 0 8px 0 0;
    display: table;
}

.post-wrap.small-post h4 {
    font-size: 14px;
    margin: 0 0 10px;
}

    .post-wrap.small-post h4 a {
        color: #2a2b2d;
    }

        .post-wrap.small-post h4 a:hover {
            color: #0074c7;
        }

.post-wrap-list &gt; li {
    margin: 0 0 5px;
}

    .post-wrap-list &gt; li:last-child {
        margin: 0;
    }

.post-wrap-list .post-content h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.post-wrap-list .post-meta {
    margin: 0;
}


.slider-post .post .post-content h4 {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}



/*post hover style*/
.post-thumb .thumb-hover {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}

    .post-thumb .thumb-hover a {
        font-size: 18px;
        color: #fff;
        position: relative;
        padding: 10px;
        border: 1px solid;
    }

        .post-thumb .thumb-hover a:hover {
            background: #0074c7;
        }

.post-thumb:hover .thumb-hover {
    visibility: visible;
    opacity: 1;
}

.post-meta {
    margin: 0;
    line-height: 1.8;
}

    .post-meta li {
        display: inline-block;
        margin-right: 10px;
        text-transform: capitalize;
        font-size: 12px;
        color: #999;
    }

        .post-meta li:last-child {
            margin: 0;
        }

        .post-meta li i {
            margin-right: 5px;
            font-size: 12px;
        }



.gallery-thumbnail li:hover img {
    opacity: 0.8;
}

.post-thumb::before,
.flicker-imgs-list ul li a::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    background: rgba(255,255,255,0.2);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 50%;
}

.post-thumb:hover::before,
.post-detail:hover &gt; .post-thumb &gt; img,
.flicker-imgs-list ul li:hover a::before {
    visibility: visible;
    opacity: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/*widget*/
.dto-widget {
    padding: 10px;
    background: #fff;
    position: relative;
}

    .dto-widget .post {
        min-height: 145px;
    }

    .dto-widget.sirkuler {
        min-height: 478px;
    }


.owl-dots {
    position: absolute;
    right: -6px;
    top: -46px;
}

    .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border: 2px solid #464646 !important;
        display: inline-block;
        margin: 0 5px 0 0;
        cursor: pointer;
    }

        .owl-dots .owl-dot.active {
            width: 20px;
            background: #00adef;
        }

.content-warp .row .col, .content-warp .row .col-1, .content-warp .row .col-10, .content-warp .row .col-11, .content-warp .row .col-12, .content-warp .row .col-2, .content-warp .row .col-3, .content-warp .row .col-4, .content-warp .row .col-5, .content-warp .row .col-6, .content-warp .row .col-7, .content-warp .row .col-8, .content-warp .row .col-9, .content-warp .row .col-auto, .content-warp .row .col-lg, .content-warp .row .col-lg-1, .content-warp .row .col-lg-10, .content-warp .row .col-lg-11, .content-warp .row .col-lg-12, .content-warp .row .col-lg-2, .content-warp .row .col-lg-3, .content-warp .row .col-lg-4, .content-warp .row .col-lg-5, .content-warp .row .col-lg-6, .content-warp .row .col-lg-7, .content-warp .row .col-lg-8, .content-warp .row .col-lg-9, .content-warp .row .col-lg-auto, .content-warp .row .col-md, .content-warp .row .col-md-1, .content-warp .row .col-md-10, .content-warp .row .col-md-11, .content-warp .row .col-md-12, .content-warp .row .col-md-2, .content-warp .row .col-md-3, .content-warp .row .col-md-4, .content-warp .row .col-md-5, .content-warp .row .col-md-6, .content-warp .row .col-md-7, .content-warp .row .col-md-8, .content-warp .row .col-md-9, .content-warp .row .col-md-auto, .content-warp .row .col-sm, .content-warp .row .col-sm-1, .content-warp .row .col-sm-10, .content-warp .row .col-sm-11, .content-warp .row .col-sm-12, .content-warp .row .col-sm-2, .content-warp .row .col-sm-3, .content-warp .row .col-sm-4, .content-warp .row .col-sm-5, .content-warp .row .col-sm-6, .content-warp .row .col-sm-7, .content-warp .row .col-sm-8, .content-warp .row .col-sm-9, .content-warp .row .col-sm-auto, .content-warp .row .col-xl, .content-warp .row .col-xl-1, .content-warp .row .col-xl-10, .content-warp .row .col-xl-11, .content-warp .row .col-xl-12, .content-warp .row .col-xl-2, .content-warp .row .col-xl-3, .content-warp .row .col-xl-4, .content-warp .row .col-xl-5, .content-warp .row .col-xl-6, .content-warp .row .col-xl-7, .content-warp .row .col-xl-8, .content-warp .row .col-xl-9, .content-warp .row .col-xl-auto {
    margin-top: 20px;
}


.banner-slider .row .col, .banner-slider .row .col-1, .banner-slider .row .col-10, .banner-slider .row .col-11, .banner-slider .row .col-12, .banner-slider .row .col-2, .banner-slider .row .col-3, .banner-slider .row .col-4, .banner-slider .row .col-5, .banner-slider .row .col-6, .banner-slider .row .col-7, .banner-slider .row .col-8, .banner-slider .row .col-9, .banner-slider .row .col-auto, .banner-slider .row .col-lg, .banner-slider .row .col-lg-1, .banner-slider .row .col-lg-10, .banner-slider .row .col-lg-11, .banner-slider .row .col-lg-12, .banner-slider .row .col-lg-2, .banner-slider .row .col-lg-3, .banner-slider .row .col-lg-4, .banner-slider .row .col-lg-5, .banner-slider .row .col-lg-6, .banner-slider .row .col-lg-7, .banner-slider .row .col-lg-8, .banner-slider .row .col-lg-9, .banner-slider .row .col-lg-auto, .banner-slider .row .col-md, .banner-slider .row .col-md-1, .banner-slider .row .col-md-10, .banner-slider .row .col-md-11, .banner-slider .row .col-md-12, .banner-slider .row .col-md-2, .banner-slider .row .col-md-3, .banner-slider .row .col-md-4, .banner-slider .row .col-md-5, .banner-slider .row .col-md-6, .banner-slider .row .col-md-7, .banner-slider .row .col-md-8, .banner-slider .row .col-md-9, .banner-slider .row .col-md-auto, .banner-slider .row .col-sm, .banner-slider .row .col-sm-1, .banner-slider .row .col-sm-10, .banner-slider .row .col-sm-11, .banner-slider .row .col-sm-12, .banner-slider .row .col-sm-2, .banner-slider .row .col-sm-3, .banner-slider .row .col-sm-4, .banner-slider .row .col-sm-5, .banner-slider .row .col-sm-6, .banner-slider .row .col-sm-7, .banner-slider .row .col-sm-8, .banner-slider .row .col-sm-9, .banner-slider .row .col-sm-auto, .banner-slider .row .col-xl, .banner-slider .row .col-xl-1, .banner-slider .row .col-xl-10, .banner-slider .row .col-xl-11, .banner-slider .row .col-xl-12, .banner-slider .row .col-xl-2, .banner-slider .row .col-xl-3, .banner-slider .row .col-xl-4, .banner-slider .row .col-xl-5, .banner-slider .row .col-xl-6, .banner-slider .row .col-xl-7, .banner-slider .row .col-xl-8, .banner-slider .row .col-xl-9, .banner-slider .row .col-xl-auto {
    margin-top: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
    color: #2c2d30;
    margin: 0 0 15px;
    text-transform: initial;
    line-height: 1.2;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #007bff;
    }

a {
    color: #2a2b2d;
    text-decoration: none;
    outline: none;
    display: block;
}

    a:hover, a:focus, a:active {
        outline: none;
        text-decoration: none;
    }

.img-responsive {
    width: 100%;
    height: auto;
}

.color-1-dark-blue {
    background-color: #0074c7;
}

.color-2-light-blue {
    background-color: #008ff5;
}

.color-3-dark-gray {
    background-color: #2a2b2d;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters &gt; [class^="col-"],
    .row.no-gutters &gt; [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul:after {
        display: block;
        content: '';
        clear: both;
    }

.primary-heading {
    padding: 0 0 20px;
    overflow: hidden;
}

    .primary-heading h2 {
        margin: 0;
        font-size: 20px;
        z-index: 2;
        position: relative;
        text-align: left;
        float: left;
        padding-left: 30px;
        text-transform: capitalize;
    }

        .primary-heading h2::before, .secondry-heading:before {
            content: "";
            height: 17px;
            width: 20px;
            background: #000;
            left: 0;
            position: absolute;
            top: 2px;
        }

        .primary-heading h2 a {
            color: #000000;
        }

            .primary-heading h2 a:hover {
                color: #00adef;
            }

.light-shadow {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.18);
}

.content-warp {
    /*margin-top: 10px;*/
}

ul.online-service {
}

    ul.online-service li a {
        position: relative;
    }

        ul.online-service li a::before {
            content: "\F054";
            font-family: "Material Design Icons";
            font-size: 16px;
            color: #00adef;
        }

/*Top bar */

.top-bar {
    background-color: #f0f0f0;
    color: #fff;
    border-bottom: 4px solid #00adef;
    padding: 0px 0;
}


.top-left li,
.top-right li {
    display: inline-block;
    text-transform: capitalize;
}

.top-left li {
    padding: 6px;
}

    .top-left li i {
        font-size: 14px;
        margin: 0 10px 0 0;
        font-size: 14px;
    }

    .top-left li:first-child {
        padding-left: 0;
    }

.top-right li a {
    padding: 9px;
    padding-bottom: 0px;
    padding-top: 5px;
}

.top-left li, .top-right li a {
    color: #2a2b2d;
    position: relative;
    font-size: 11px;
}

.top-right li {
    padding: 5px;
    padding-top: 0px;
}

.top-right a.btn.btn-outline-light.btn-sm {
    height: 22px;
    padding-top: 2px;
}

.header {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px -10px 18px -6px #949090;
    -moz-box-shadow: inset 0px -10px 18px -6px #949090;
    box-shadow: inset 0px -10px 18px -11px #949090;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    padding: 0px 0px;
}

img.logo {
    padding-top: 15px;
    padding-bottom: 15px;
}


a.allbutton {
    position: absolute;
    color: #00adef;
    top: 5px;
    right: 0px;
    font-size: .83333em;
    font-weight: 800;
    display: block;
    /*padding-right: 40px;*/
    /*background: url(/images/webelement/arrow.png) 79px 7px no-repeat;*/
    -webkit-transition: color .5s ease 0s;
    -moz-transition: color .5s ease 0s;
    -ms-transition: color .5s ease 0s;
    -o-transition: color .5s ease 0s;
    transition: col;
}

    a.allbutton:hover {
        text-decoration: underline;
    }

a.markbutton {
    background-color: #008ff5 !important;
    font-size: 9px;
    color: white !important;
    z-index: 2;
    position: absolute;
    padding: 1px 40px 1px 58px;
    width: 50px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    bottom: 25px;
}

    a.markbutton:hover {
        color: white;
    }
/*Widget Image*/
.widget-sub {
    position: relative;
    min-height: 25px;
}

.icon-image a {
    background-color: #00adef !important;
    font-size: 9px;
    color: white;
    z-index: 2;
    position: absolute;
    padding: 1px 40px 1px 58px;
    width: 50px;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    border-radius: 10px 0px 0px 10px;
    bottom: 20px;
    right: 0px;
}

    .icon-image a:hover {
        color: white;
    }

/* Navigation */
.nav-holder:after {
    content: '';
    display: block;
    clear: both;
}

.cr-navigation {
    position: relative;
    color: #fff;
}

    .cr-navigation:after {
        content: '';
        display: block;
        clear: both;
    }

.cr-add-nav,
.cr-add-nav li {
    display: inline-block;
}

    .cr-add-nav li a {
        padding: 3px 5px;
        color: #2a2b2d;
    }

    .cr-add-nav li:last-child a {
        padding-right: 0;
        color: #2a2b2d;
    }



.cr-nav {
    position: relative;
}

    .cr-nav ul li:first-child a {
        /*padding: 5px 5px;*/
    }

    .cr-nav &gt; ul &gt; li {
        display: inline-block;
    }

        .cr-nav &gt; ul &gt; li &gt; a {
            padding: 8px 10px;
            text-transform: capitalize;
            color: #2a2b2d;
            position: relative;
            font-size: 12px;
            FONT-WEIGHT: bold;
        }

        .cr-nav &gt; ul &gt; li:first-child a {
            margin-left: 0px;
            padding-left: 0px;
        }
        /*dropdown*/
        .cr-nav &gt; ul &gt; li &gt; ul {
            list-style: none;
            margin: 0;
            padding: 0;
            top: 80%;
            border-radius: 0;
            position: absolute;
            width: 235px;
            visibility: hidden;
            opacity: 0;
            background: #fff;
            z-index: 10;
            -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.19);
            -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.19);
            box-shadow: 0 0 8px 0 rgba(0,0,0,.19);
        }

    .cr-nav li.submenu &gt; ul {
        list-style: none;
        margin: 0;
        padding: 0;
        top: 80%;
        border-radius: 0;
        position: absolute;
        width: 200px;
        display: none;
        opacity: 0;
        background: #fff;
        z-index: 10;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.19);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.19);
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.19);
    }


    .cr-nav &gt; ul &gt; li &gt; ul li {
        position: relative;
        float: none;
        border-bottom: 1px solid #e1e1e1;
    }

        .cr-nav &gt; ul &gt; li &gt; ul li:last-child {
            border: 0;
        }

        .cr-nav &gt; ul &gt; li &gt; ul li a {
            width: 100%;
            position: relative;
            color: #333;
            padding: 10px 15px;
            text-transform: capitalize;
            border-left: 4px solid;
        }

            .cr-nav &gt; ul &gt; li &gt; ul li a:hover {
                padding-left: 20px;
                border-left: 15px solid;
            }

                .cr-nav &gt; ul &gt; li &gt; ul li a:hover i {
                    color: #fff;
                }

        .cr-nav &gt; ul &gt; li &gt; ul li.active a {
            border-left: 15px solid;
        }

        .cr-nav &gt; ul &gt; li &gt; ul li a i {
            color: #666;
            position: absolute;
            right: 10px;
            top: 50%;
            margin: -7px 0 0;
        }

    .cr-nav &gt; ul &gt; li:hover &gt; ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
        z-index: 1000;
    }


    .cr-nav li.submenu:hover &gt; ul {
        display: block;
        opacity: 1;
        top: 100%;
        z-index: 1000;
        left: 200px;
        top: 0px;
    }

/*d*/
.bulten-slider .item {
    position: relative;
}

    .bulten-slider .item a {
        /*background-color: #00adef !important;
        font-size: 9px;
        color: white;
        z-index: 2;
        position: absolute;
        padding: 1px 40px 1px 58px;
        width: 50px;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        -ms-border-radius: 0 10px 10px 0;
        -o-border-radius: 0 10px 10px 0;
        border-radius: 10px 0px 0px 10px;
        bottom: 10px;
        right: 0px;*/
    }

.cate-tab-navs {
    background: #00adef;
}

    .cate-tab-navs .nav-tabs .nav-link {
        border: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .cate-tab-navs .nav-tabs ul li {
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
        text-transform: capitalize;
    }

    .cate-tab-navs .nav-tabs li:last-child {
        border: 0;
    }

    .cate-tab-navs .nav-tabs .nav-link {
        display: block;
        padding: 15px 0;
        cursor: pointer;
        color: #fff;
        border-top: 5px solid transparent;
    }

        .cate-tab-navs .nav-tabs .nav-link.active {
            color: #00adef;
        }
/*calender*/

#calender {
    min-height: 413px;
}

.clndr-table {
    width: 100%
}

.clndr-controls {
    padding: 6px 10px;
}

.clndr-control-button {
    float: right
}

.clndr-next-button, .clndr-previous-button {
    width: 18px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    background-image: url(/Media/images/sprite.png);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer
}

.clndr-previous-button {
    background-position: -1px 0;
    margin-right: 5px
}

.clndr-next-button {
    background-position: -1px -25px
}

.clndr-previous-button:hover {
    background-position: -31px -0
}

.clndr-next-button:hover {
    background-position: -31px -25px
}

.month {
    float: left;
    font-size: 15px;
    line-height: 20px;
    color: #393939;
    font-weight: 700
}

.day, .header-day {
    width: 14.285714285714%;
    text-align: center;
    padding: 4px 0;
    float: left;
    font-size: 12px;
    color: #050505;
    font-weight: bolder
}

    .day.last-month, .day.next-month {
        color: #b9b9b9
    }

.day-number {
    width: 18px;
    height: 16px;
    line-height: 13px;
    display: block;
    text-align: center;
    font-size: 10px;
    margin: 0 auto;
    border: 2px solid #f0f0f0
}

.adjacent-month {
    visibility: hidden
}

.day.past {
    color: #B9B9B9
}

.day.today .day-number {
    border: 2px solid #00adef;
}

.day.weekend .day-number {
    border: 2px solid #DFDFDF
}

.day.event .day-number {
    border: 2px solid #0074C7;
    background: #0074C7;
    color: #fff;
    cursor: pointer
}

.day.past.event .day-number {
    border: 0 none;
    border-bottom: 2px solid #0074C7;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: transparent;
    background: 0 0;
    color: #8E8E8E
}

.day.selected .day-number {
    background: #666;
    color: #fff;
    border: 2px solid #666
}

.day.event.selected .day-number {
    border: 2px solid #0074C7
}

.event-listing .capsule {
    height: 140px
}

    .event-listing .capsule ul {
        list-style: none;
        margin: 0 !important;
        padding: 0
    }

.event-listing {
    margin: 5px;
    background: #f0f0f0;
    padding: 8px;
    width: 89%;
    height: 200px;
    position: absolute;
    bottom: 5px;
    list-style: none
}

    .event-listing .capsule {
        height: 42px
    }

    .event-listing li {
        padding: 0 15px 8px;
        background: url(/Media/images/event-square.gif) 0 6px no-repeat
    }

        .event-listing li span {
            color: #000;
            font-size: 11px
        }

.etkinlikdeteydiv {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 95%
}

    .etkinlikdeteydiv h2 {
        font-size: 18px;
        font-weight: 700
    }

.etkinlikdetay tr td {
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: top
}

    .etkinlikdetay tr td:first-child {
        font-weight: bolder;
        width: 25%;
        vertical-align: top
    }

.lineetkinlik {
    border-bottom: 1px solid #36F;
    height: 25px
}



/* Slider Menu */
.wrap {
    position: relative;
}

.res-menu {
    background: #2a2b2d;
    right: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

    .res-menu a {
        color: #fff;
    }

.sub-list {
    padding: 0 0 0 30px;
}

/*Responsive nav*/
.res-logo-holder {
    text-align: center;
    padding: 40px 0;
}

.res-nav {
    margin: 0 0 20px;
}

    .res-nav li a {
        padding: 10px 20px;
        text-transform: capitalize;
    }

        .res-nav li a:hover {
            color: #fff;
        }

.res-menu-holder p a {
    display: inline-block;
    text-decoration: underline;
}

.res-menu-holder p {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

    .res-menu-holder p .fa-heart {
        font-size: 18px;
    }

.social-style-2 {
    text-align: center;
    margin: 0 0 20px;
}

    .social-style-2 li {
        display: inline-block;
        margin: 0 5px 0 0;
    }

        .social-style-2 li a {
            font-size: 16px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
        }

.res-menu-holder .logo-holder {
    float: none;
    padding: 50px 0;
}

.res-menu-holder .inner-logo {
    margin: 0 auto
}

.social-style-2 li a:hover {
    opacity: 0.8;
}

.res-menu-holder .inner-logo-2 {
    margin: 0 auto;
}

/*Navigation*/
.nav-menu {
    background-color: #fff;
    height: 45px;
    font-size: 12px;
    border-top: 4px solid #00adef;
    border-bottom: 1px solid #ddd;
}

/*icon*/
.icon-lg {
    font-size: 3.438rem;
}

.icon-md {
    font-size: 1.875rem;
}

.icon-sm {
    font-size: 1rem;
}


/*Responsive nav*/

.inner-logo-2 {
    background: url(/Media/images/logo_mini.png) no-repeat;
    width: 200px;
    height: 120px;
    background-size: 100%;
}

.res-logo-holder {
    text-align: center;
    padding: 40px 0;
}

.res-nav {
    margin: 0 0 20px;
}

    .res-nav li a {
        padding: 10px 20px;
        text-transform: capitalize;
    }

        .res-nav li a:hover {
            color: #fff;
        }

.res-menu-holder p a {
    display: inline-block;
    text-decoration: underline;
}

.res-menu-holder p {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

    .res-menu-holder p .fa-heart {
        font-size: 18px;
    }

.social-style-2 {
    text-align: center;
    margin: 0 0 20px;
}

    .social-style-2 li {
        display: inline-block;
        margin: 0 5px 0 0;
    }

        .social-style-2 li a {
            font-size: 16px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
        }

.res-menu-holder .logo-holder {
    float: none;
    padding: 15px 0;
}

.res-menu-holder .inner-logo {
    margin: 0 auto
}

.social-style-2 li a:hover {
    opacity: 0.8;
}

.res-menu-holder .inner-logo-2 {
    margin: 0 auto;
}
/*Responsive nav*/

/************* Footer ************/
.footer {
    background: #cceffc;
    border-top: 5px solid;
    position: relative;
    background-image: url(/media/images/webelement/world-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-widget h3 {
    color: #fff;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.footer .post-meta li {
    color: #787878;
}

.footer ul a {
    color: black !important;
    font-weight: 600;
    font-size: 12px;
}

    .footer ul a:hover {
        color: black !important;
        text-decoration: underline;
    }

.border-dotted-r {
    border-right: 1px black dotted;
}

.footer-bg-t {
    /*background: rgba(0, 173, 239, 0.11);*/
    margin-top: 22px;
    border-radius: 20px;
}

.footer-padding {
    padding: 8px 0;
}
/*Overlay*/
#menu-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    cursor: pointer;
}

.logo-100 {
    display: block;
    max-width: 35%;
    position: absolute;
    right: 120px;
    top: 18%;
}

.ataturk-100 {
    display: block;
    max-width: 35%;
    position: absolute;
    right: 0;
    top: 18%;
}
/*Slider*/


.banner-slider {
    /*background: #fff;*/
    position: relative;
}

.new-slider {
    background: rgb(42,66,92) url(/media/images/webelement/blue-pattern.png);
    background: linear-gradient(180deg, rgba(42,66,92,1) 35%, rgba(27,48,73,1) 100%);
    padding: 15px 5px;
}

hr.slider-pipe {
    border-color: #2d527b;
}

.slider-content {
    min-height: 168px;
    max-height: 168px;
}

    .slider-content h3 {
        font-size: 1.3em;
        color: white;
        -webkit-font-smoothing: antialiased;
        background: none !important;
        left: 5px;
        line-height: 1.2;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.slider-thumbs-list {
    padding-left: 0px;
    position: relative;
}

    .slider-thumbs-list .slider-thumbs-link.active {
        background-color: #2d4278;
        border: 1px solid #2d4278;
    }

    .slider-thumbs-list .slider-thumbs-link {
        float: left;
        padding: .25rem;
        background-color: #2d4278;
        border: 1px solid #2d4278;
        border-radius: .25rem;
        max-width: 100%;
        height: auto;
        margin-right: 5px;
        position: relative;
    }

        .slider-thumbs-list .slider-thumbs-link.active:after, .slider-thumbs-list .slider-thumbs-link.active:before {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }



        .slider-thumbs-list .slider-thumbs-link.active:after {
            position: absolute;
            top: -10px;
            left: 43%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 5px 10px 5px;
            border-color: transparent transparent #2d4278 transparent;
        }

a.slider-content-archive {
    position: absolute;
    top: -39px;
    color: #fff;
    position: absolute;
    top: -47px;
    /* right: 0; */
    color: #fff;
    border-top: 1px solid #2d527b;
    border-left: 1px solid #2d527b;
    padding: 3px 7px;
    border-right: 1px solid #2d527b;
    left: 0px;
}

a.slider-content-link {
    position: absolute;
    top: -47px;
    right: 0;
    color: #fff;
    border-top: 1px solid #2d527b;
    border-left: 1px solid #2d527b;
    padding: 3px 7px;
    border-right: 1px solid #2d527b;
}




/*slider navigation*/
.slider-nav ul li {
    width: 100% !important;
    border-left: 5px solid transparent;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    height: 40px;
    padding: 0 6px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

    .slider-nav ul li a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #535353;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: color 1s ease 0s;
        -moz-transition: color 1s ease 0s;
        -ms-transition: color 1s ease 0s;
        -o-transition: color 1s ease 0s;
        transition: color 1s ease 0s;
        -webkit-font-smoothing: antialiased;
    }

        .slider-nav ul li a:hover {
            color: #0074c7;
        }

.slider-nav &gt; ul &gt; li.active {
    /*border-left: 5px solid;*/
    /*border-color: #333 !important;*/
    -webkit-transition: top .5s ease 0s;
    -moz-transition: top .5s ease 0s;
    -ms-transition: top .5s ease 0s;
    -o-transition: top .5s ease 0s;
    transition: top .5s ease 0s;
    /*
    background: #008ff5;*/
}


    .slider-nav &gt; ul &gt; li.active &gt; a {
        color: #fff !important;
    }




.slider-nav &gt; ul &gt; li#activehaber {
    background: url(/Media/images/haber-over.png) right 0 no-repeat;
    height: 40px;
    width: 100%;
    position: absolute;
    border: none !important;
    top: 1px;
    left: 15px;
    z-index: 4;
    padding: 0;
    -webkit-transition: top .2s ease 0s;
    -moz-transition: top .2s ease 0s;
    -ms-transition: top .2s ease 0s;
    -o-transition: top .2s ease 0s;
    transition: top .2s ease 0s;
    background-size: 100% 100%;
}




    .slider-nav &gt; ul &gt; li#activehaber.slider8 {
        top: 320px
    }

    .slider-nav &gt; ul &gt; li#activehaber.slider7 {
        top: 280px
    }

    .slider-nav &gt; ul &gt; li#activehaber.slider6 {
        top: 240px
    }

    .slider-nav &gt; ul &gt; li#activehaber.slider5 {
        top: 200px
    }

    .slider-nav &gt; ul &gt; li#activehaber.slider4 {
        top: 160px;
    }

    .slider-nav &gt; ul &gt; li#activehaber.slider3 {
        top: 120px
    }

    .slider-nav &gt; ul &gt; li#activehaber.slider2 {
        top: 80px
    }

    .slider-nav &gt; ul &gt; li#activehaber.slider1 {
        top: 40px
    }

    .slider-nav &gt; ul &gt; li#activehaber.slider0 {
        top: 0px
    }
/*bootsrap override*/

div#memberList a {
    text-align: left;
}
/*OWL Override*/
.owl-theme.slider a {
    color: white;
}

.owl-carousel {
    position: relative
}

    .owl-carousel .owl-item .item &gt; .slider-text {
        position: absolute;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 800;
        bottom: 15px;
        display: block;
        color: #fff;
        padding: 15px 0;
        z-index: 99;
        -webkit-font-smoothing: antialiased;
        background: none !important;
        left: 10px;
        line-height: 1.2;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .owl-carousel .owl-item .item &gt; .shadow {
        /*width: 100%;
    height: 169px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/images/news-shadow.png) 0 bottom no-repeat;
    display: block;*/
        height: 50px !important;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000000 160%);
        width: 100%;
        content: '';
        z-index: 2;
    }

.f-right {
    float: right;
}

.owl-carousel {
    position: relative;
    z-index: 1;
}

/*Magazine*/
.magazine {
    padding: 10px;
    background: #fff;
}

.magazine-title {
    font-size: 18px;
    font-weight: 400;
}


.ContentWrapperTi .ContentTi .Content p {
    font: normal 18px 'Fira Sans', sans-serif;
    color: #000000;
}

/*weather*/
.weather-slider {
    height: 43px;
}

    .weather-slider .owl-dots {
        display: none;
    }


.weather-holder {
    color: #fff;
    background: #2a2b2d;
}

    .weather-holder .status {
        border-right: 1px solid rgba(255,255,255,0.1);
        padding: 7px;
        display: inline-block;
    }

    .weather-holder .temp {
        display: inline-block;
        float: right;
        padding: 7px;
        font-size: 16px;
    }

.weather-state {
    display: inline-block;
    font-size: 15px;
    padding: 8px;
}

/*
    btn
*/
.btn {
    border-radius: 0;
    text-transform: capitalize;
    padding: 4px 15px;
    font-size: 16px;
    border: 1px solid;
}

.dto-btn-group {
    height: 45px;
    position: relative
}

    .dto-btn-group .right {
        position: absolute;
        right: 8px;
        bottom: 2px;
    }

.btn-dto {
    color: #fff;
    background: #0074c7;
}

.btn.full-width {
    width: 100%;
}


.btn-dto:hover {
    background: #fff;
}
/*FontResize*/

.btn-font {
    padding: 6px 10px;
    font-weight: bold;
}

    .btn-font.no-border {
        border: none;
    }

/**/


/*Social Button*/
.social-nav .btn {
    padding: 6px 10px;
}

.social-nav.res .btn {
    padding: 5px 0px !important;
}

.btn.btn-rounded, .fc button.btn-rounded, .ajax-upload-dragdrop .btn-rounded.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-rounded.swal2-styled, .wizard &gt; .actions a.btn-rounded {
    border-radius: 40px;
}

.social-nav.res .btn.btn-social-icon {
    width: 38px;
    height: 38px;
}

.btn.btn-social-icon, .fc button.btn-social-icon, .ajax-upload-dragdrop .btn-social-icon.ajax-file-upload, .swal2-modal .swal2-buttonswrapper .btn-social-icon.swal2-styled, .wizard &gt; .actions a.btn-social-icon {
    width: 41px;
    height: 40px;
}

.btn-printer {
    background: #8d98a2;
    color: #ffffff !important;
}

    .btn-printer:hover, .btn-twitter:focus {
        background: #717f8b;
        color: #ffffff !important;
    }

    .btn-printer.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #717f8b;
    }

        .btn-printer.btn-social-icon-text i {
            background: #717f8b;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-whatsapp {
    background: #43d854;
    color: #ffffff !important;
}

    .btn-whatsapp:hover, .btn-twitter:focus {
        background: #28c039;
        color: #ffffff !important;
    }

    .btn-whatsapp.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #59bce7;
    }

        .btn-whatsapp.btn-social-icon-text i {
            background: #2caae1;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }



.btn-twitter {
    background: #2caae1;
    color: #ffffff !important;
}

    .btn-twitter:hover, .btn-twitter:focus {
        background: #1b8dbf;
        color: #ffffff !important;
    }

    .btn-twitter.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #59bce7;
    }

        .btn-twitter.btn-social-icon-text i {
            background: #2caae1;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-twitter {
    border: 1px solid #2caae1;
    color: #2caae1;
}

    .btn-outline-twitter:hover {
        background: #2caae1;
        color: #ffffff !important;
    }

.btn-instagram {
    background: #000;
    color: #ffffff !important;
}

    .btn-instagram:hover, .btn-instagram:focus {
        background: #333;
        color: #ffffff !important;
    }

    .btn-instagram.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        /*background: #4e6ebd;*/
    }

.btn-facebook {
    background: #3b579d;
    color: #ffffff !important;
}

    .btn-facebook:hover, .btn-facebook:focus {
        background: #2d4278;
        color: #ffffff !important;
    }

    .btn-facebook.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #4e6ebd;
    }

        .btn-facebook.btn-social-icon-text i {
            background: #3b579d;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-facebook {
    border: 1px solid #3b579d;
    color: #3b579d !important;
}

    .btn-outline-facebook:hover {
        background: #3b579d;
        color: #ffffff !important;
    }

.btn-google {
    background: #dc4a38;
    color: #ffffff !important;
}

    .btn-google:hover, .btn-google:focus {
        background: #bf3322;
        color: #ffffff !important;
    }

    .btn-google.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #e47163;
    }

        .btn-google.btn-social-icon-text i {
            background: #dc4a38;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-google {
    border: 1px solid #dc4a38;
    color: #dc4a38 !important;
}

    .btn-outline-google:hover {
        background: #dc4a38;
        color: #ffffff !important;
    }

.btn-linkedin {
    background: #0177b5;
    color: #ffffff !important;
}

    .btn-linkedin:hover, .btn-linkedin:focus {
        background: #015682;
        color: #ffffff !important;
    }

    .btn-linkedin.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #0198e8;
    }

        .btn-linkedin.btn-social-icon-text i {
            background: #0177b5;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-linkedin {
    border: 1px solid #0177b5;
    color: #0177b5 !important;
}

    .btn-outline-linkedin:hover {
        background: #0177b5;
        color: #ffffff !important;
    }

.btn-pinterest {
    background: #cc2127;
    color: #ffffff !important;
}

    .btn-pinterest:hover, .btn-pinterest:focus {
        background: #a01a1f;
        color: #ffffff !important;
    }

    .btn-pinterest.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #e04046;
    }

        .btn-pinterest.btn-social-icon-text i {
            background: #cc2127;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-pinterest {
    border: 1px solid #cc2127;
    color: #cc2127 !important;
}

    .btn-outline-pinterest:hover {
        background: #cc2127;
        color: #ffffff !important;
    }

.btn-youtube {
    background: #e52d27;
    color: #ffffff !important;
}

    .btn-youtube:hover, .btn-youtube:focus {
        background: #c21d17;
        color: #ffffff !important;
    }

    .btn-youtube.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #ea5955;
    }

        .btn-youtube.btn-social-icon-text i {
            background: #e52d27;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-youtube {
    border: 1px solid #e52d27;
    color: #e52d27 !important;
}

    .btn-outline-youtube:hover {
        background: #e52d27;
        color: #ffffff !important;
    }

.btn-email {
    background: #333333;
    color: #ffffff !important;
}

    .btn-email:hover, .btn-github:focus {
        background: #1a1a1a;
        color: #ffffff !important;
    }

    .btn-email.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #4d4d4d;
    }

        .btn-email.btn-social-icon-text i {
            background: #333333;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-github {
    border: 1px solid #333333;
    color: #333333 !important;
}

    .btn-outline-github:hover {
        background: #333333;
        color: #ffffff !important;
    }

.btn-behance {
    background: #1769ff;
    color: #ffffff !important;
}

    .btn-behance:hover, .btn-behance:focus {
        background: #0050e3;
        color: #ffffff !important;
    }

    .btn-behance.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #4a8aff;
    }

        .btn-behance.btn-social-icon-text i {
            background: #1769ff;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-behance {
    border: 1px solid #1769ff;
    color: #1769ff !important;
}

    .btn-outline-behance:hover {
        background: #1769ff;
        color: #ffffff !important;
    }

.btn-dribbble {
    background: #ea4c89;
    color: #ffffff !important;
}

    .btn-dribbble:hover, .btn-dribbble:focus {
        background: #e51e6b;
        color: #ffffff !important;
    }

    .btn-dribbble.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #ef7aa7;
    }

        .btn-dribbble.btn-social-icon-text i {
            background: #ea4c89;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-dribbble {
    border: 1px solid #ea4c89;
    color: #ea4c89 !important;
}

    .btn-outline-dribbble:hover {
        background: #ea4c89;
        color: #ffffff !important;
    }

.btn-reddit {
    background: #ff4500;
    color: #ffffff !important;
}

    .btn-reddit:hover, .btn-reddit:focus {
        background: #cc3700;
        color: #ffffff;
    }

    .btn-reddit.btn-social-icon-text {
        padding: 0 1.5rem 0 0;
        background: #ff6a33;
    }

        .btn-reddit.btn-social-icon-text i {
            background: #ff4500;
            padding: .75rem;
            display: inline-block;
            margin-right: 1.5rem;
        }

.btn-outline-reddit {
    border: 1px solid #ff4500;
    color: #ff4500 !important;
}

    .btn-outline-reddit:hover {
        background: #ff4500;
        color: #ffffff !important;
    }

.dto-post-details a[class="sizeable"], .dto-post-details a:not([class]) {
    display: inline;
    color: #007bff;
}

/*Device settings*/
/* Small devices (landscape phones, 544px and up) */

@media (min-width: 375px) {

    .dto-modal {
        top: 50%;
    }

    .mini-banner h3 {
        font-size: 18px;
    }
}

@media (max-width:480px) {

    .owl-carousel .owl-item .item &gt; .slider-text {
        position: absolute;
        font-size: 1.5em;
    }

    .mini-banner h3 {
        font-size: 18px;
    }
}

@media (max-width: 772px) {
    .top-left {
        display: none;
    }

    .r-full-width {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    img.logo {
        width: 300px;
    }

    .slider &gt; .owl-nav {
        display: none;
    }

    .mini-banner h3 {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    .cr-nav {
        display: none;
    }
}

@media (min-width: 544px) {

    .dto-modal {
        top: 50%;
    }


    .loader-logo {
        position: absolute;
        left: 40.3%;
        top: 8px;
    }

        .loader-logo img {
            width: 61%;
        }

    .owl-carousel .owl-item .item &gt; .slider-text {
        position: absolute;
        font-size: 1.5em;
    }
}





/*color*/

a:hover,
.news span,
.video-tabs-widget .vertical-tab-navs li i,
.contact-list ul li i,
.quick-links ul li a::before,
.post-features li:before,
.post-features li:hover,
.datepicker .prev,
.datepicker .next,
.res-menu-holder p .fa-heart,
#comming-countdown li span,
.product-detail .reviews li,
.product-detail span,
.product-info-holder p .price,
.text-red,
.btn.red:hover,
.error-2 h2,
.auther-info .auther-name a,
.c-color,
.cr-nav &gt; ul &gt; li &gt; a:hover,
.cr-nav &gt; ul &gt; li.active &gt; a,
.cate-tab-navs ul li.active a,
.side-bar .populer-tags li a,
#duyuru-menu-list li:before {
    color: #00adef;
}

    /* Theme Backgroung Color */
    .owl-nav .owl-next:hover:after,
    .owl-nav .owl-prev:hover:after,
    .btn.red,
    .populer-tags ul li a:hover,
    .calendar .datepicker table tr td.day:hover,
    .calendar .datepicker table tr td.day.focused,
    #comming-countdown li span::before,
    .switcher h2 a,
    .scrollup,
    #preloader,
    .quantity span,
    #popup-btn,
    .header-2,
    .primary-heading h2::before,
    .secondry-heading:before,
    .aside .widget &gt; h3,
    .tag,
    .caption &gt; span,
    .headline-wrap .badge,
    .archieve-tabs .theme-tab-navs li.active a,
    .news-ticker .badge,
    .news-item-holder .thumb-over span,
    .pagination &gt; li.active a,
    .current-post-type {
        background: #00adef;
    }

/* Theme Border Color */
.populer-tags ul li a,
.btn.red,
.cr-nav &gt; ul &gt; li &gt; ul li a,
.cr-nav &gt; ul &gt; li &gt; ul li a:hover,
#thumbnail-slider div.inner &gt; ul &gt; li.active,
.footer,
.gallery-thumbnail ul &gt; li.flex-active-slide,
.cr-nav &gt; ul &gt; li &gt; ul li.active a,
.owl-dots .owl-dot.active,
.secondry-heading,
.categories-widget li a:hover,
.cate-tab-navs .nav-tabs .nav-link.active,
.gallery-slider-thumb a.active,
.pagination &gt; li.active a {
    border-color: #00adef !important;
}
/* Theme transition Effect */
*:after,
*:before,
a,
p,
h1, h2, h3, h4, h5, h6,
button,
.blog-social ul li,
.product-holder,
.product-hover,
.product-holder img,
.post-thumb img,
.post-badge,
.flicker-imgs-list ul li img,
.cr-nav li &gt; ul,
.post-detail img,
.post-thumb .thumb-hover,
.gallery-thumbnail li img,
.owl-dot,
.categories-widget li em,
.auther-slider-thumb a img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 2px solid #00adef !important;
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
}

    .owl-dots .owl-dot.active {
        width: 20px;
        background: #00adef;
    }

.res-nav li a:hover {
    background: #008ff5;
}

.slider &gt; .owl-nav {
    margin: 0px;
}

.banner-slider:hover .customNavigation {
    display: block;
}

.customNavigation {
    display: none;
    position: absolute;
    top: 45%;
    color: #00adef !important;
    border: none;
    z-index: 9999;
    width: 100%;
}

.nav-next, .nav-prev {
    position: absolute;
    color: inherit;
    background: none;
    border: none;
    z-index: 9999;
    cursor: pointer;
}

    .nav-next i, .nav-prev i {
        font-size: 75px;
    }

.nav-prev {
    left: 0;
}

.nav-next {
    right: 0;
}
/*
.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}*/
/*.owl-carousel .prev-slide {
    background: url(/Content/themes/dto2018/css/nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(/Content/themes/dto2018/css/nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}*/
.slider &gt; .owl-nav &gt; button {
    position: absolute;
    top: 45%;
    color: #00adef !important;
    border: none;
    /*height: 45px;
        margin: 0;
        padding: 0;
        width: 30px;
        background-color: #00adef !important;
        font-size: 24px;
        line-height: 30px;
        position: absolute;
        top: 45%;
        margin-top: -32px;
        transition: all 0.3s;
        color: #fff !important;*/
}

    .slider &gt; .owl-nav &gt; button:hover {
        color: #00adef !important;
    }

    .slider &gt; .owl-nav &gt; button.owl-next &gt; span {
        font-size: 75px;
        margin: 0px !important;
        padding: 0px !important;
        position: absolute;
        left: 5px;
        top: 5px;
        text-decoration: none;
    }

    .slider &gt; .owl-nav &gt; button.owl-prev &gt; span {
        font-size: 75px;
        position: absolute;
        top: 5px;
        right: 5px;
        margin: 0px !important;
        padding: 0px !important;
        text-decoration: none;
    }

*/

slider &gt; .owl-nav &gt; button.owl-prev {
    left: -5px;
}

.slider &gt; .owl-nav &gt; button.owl-next {
    right: -5px;
}

/* 

        .slider &gt; .owl-nav &gt; button.owl-prev:hover {
            left: -5px;
        }

        .slider &gt; .owl-nav &gt; button.owl-next:hover {
            right: -5px;
        }

       */

.slider &gt; .owl-dots {
    position: absolute;
    bottom: 3px !important;
    left: 0px !important;
    top: auto;
}

    .slider &gt; .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border: 2px solid #00adef !important;
        display: inline-block;
        margin: 0 5px 0 0;
        cursor: pointer;
    }

        .slider &gt; .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: none;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

@media all and (max-width: 658px) {
    .slider &gt; .owl-dots {
        left: 5px !important;
        right: initial !important;
    }

        .slider &gt; .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            border: 1px solid #00adef !important;
        }
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 35%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.bottom-center {
    margin: 0;
    position: absolute;
    bottom: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25%;
}


/* Search
================================================== */
.searchbox {
    float: left;
    width: 80%;
}

    .searchbox ul {
        float: left;
        width: 100%;
        border: #DADADA solid 2px;
        height: 34px;
        background: #ffffff;
        border-radius: 20px;
        position: relative;
        padding-left: 38px;
    }

header.style2 .searchbox ul {
    border: #4C4F57 solid 2px;
    background: transparent;
}

.searchbox ul:before {
    content: "\F349";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: 7px;
    top: 4px;
    color: #6d6f75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 24px/1 "Material Design Icons" !important;
}

.searchbox ul li {
    float: left;
}

    .searchbox ul li:first-child {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 1;
    }

.searchbox input[type="text"] {
    float: left;
    border: none;
    height: 30px;
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 53px 0 38px;
}

.searchbox input[type="submit"] {
    float: left;
    border: none;
    width: 41px;
    height: 22px;
    border-left: #eaeaea solid 2px;
    background: none;
    margin-top: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #6d6f75;
    position: absolute;
    right: 0;
    z-index: 2;
}

header.style2 .searchbox input[type="submit"] {
    border-left: #4C4F57 solid 2px;
}

header.style2 .searchbox input[type="text"]::-webkit-input-placeholder {
    color: #CED1D9;
}

header.style2 .searchbox input[type="text"]:-moz-placeholder {
    color: #CED1D9;
}

header.style2 .searchbox input[type="text"]::-moz-placeholder {
    color: #CED1D9;
}

header.style2 .searchbox input[type="text"]:-ms-input-placeholder {
    color: #CED1D9;
}

.president-widget {
    background: #ffffff url(/media/images/webelement/zemin.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

img.img-flag {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 89%;
}

img.img-flag-sube {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 80%;
}

.kurulus-heading {
    padding: 5px 0 5px 0 !important;
    overflow: hidden;
}

    .kurulus-heading &gt; h3 {
        margin: 0;
        font-size: 16px;
        z-index: 2;
        position: relative;
        text-align: left;
        float: left;
        padding-left: 30px;
        text-transform: capitalize;
    }

        .kurulus-heading &gt; h3:before {
            content: "";
            height: 17px;
            width: 20px;
            background: #00adef;
            left: 0;
            position: absolute;
            top: 0;
        }

img.img-president {
    position: absolute;
    right: 0;
    /* top: -41px; */
    bottom: -10px;
}

img.img-president-sube {
    position: absolute;
    right: 0;
    /* top: -41px; */
    bottom: -10px;
}

.post-president {
    position: relative;
    height: 100px;
    color: #000;
    font-size: 1.33em;
    font-weight: bold;
}

.post-president-sube {
    position: relative;
    height: 100px;
    color: #000;
    font-size: 1.33em;
    font-weight: bold;
}

.post-president a {
    font-size: 18px;
    /* position: relative; */
}

.post-sube-president {
    position: relative;
    min-height: 112px;
}

    .post-sube-president p {
        top: 33px;
        left: 9px;
        width: 65.3%;
        color: #000;
        position: absolute;
        font-weight: 600;
        font-size: 17px;
    }

    .post-sube-president img {
        position: absolute;
        right: 9px;
        width: 26.3%;
        bottom: 0;
    }




.sube-video-gallery .item img {
    width: 50%;
    text-align: center;
    display: inline;
}

.sube-video-gallery .item {
    text-align: center;
}

.dto-post-header h4 {
    -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.hero-promo-icon {
    width: 100%;
    float: left;
    text-align: center;
    background: white;
    padding: 0px 0px 15px 0px;
}

    .hero-promo-icon li {
        /*display: inline-block;
        position: relative;
        margin: 30px 20px;
        width: 115px;
        height: 115px;
 
        text-align: center;
        z-index: 3;
        cursor: pointer;*/
        display: inline-block;
        position: relative;
        margin: 30px 20px;
        width: 115px;
        height: 85px;
        text-align: center;
        z-index: 3;
        cursor: pointer;
    }

        .hero-promo-icon li:after {
            content: '';
            width: 130px;
            height: 100px;
            /*height: 130px;*/
            /* -webkit-border-radius: 50%; */
            /* border-radius: 50%; */
            position: absolute;
            left: -7px;
            top: -7px;
            background-color: #00adef;
            opacity: 0.2;
            z-index: -3;
            /* color: #000; */
        }

    .hero-promo-icon .icon_inside {
        /*width: 90px;
        height: 90px;
     
        position: absolute;
        top: 12px;
        left: 12px;
        padding-top: 30px;
        color: #000;*/
        width: 90px;
        height: 60px;
        position: absolute;
        top: 12px;
        left: 12px;
        padding-top: 16px;
        color: #000;
    }

    .hero-promo-icon li:hover {
        background-color: rgba(0, 173, 239, 0.42);
    }

    .hero-promo-icon li span {
        color: #00adef;
    }

    .hero-promo-icon li:hover span {
        color: #fff;
    }

    .hero-promo-icon li:hover:after {
        background-color: #00adef;
    }

    .hero-promo-icon li a {
        /*display: block;
        width: 120px;
        height: 167px;*/
        display: block;
        width: 120px;
        height: 137px;
    }

    .hero-promo-icon li:hover .icon_inside {
        background-color: #00adef;
    }

    .hero-promo-icon .icon_inside img {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hero-promo-icon .icon_inside .hide {
        display: none;
    }

    .hero-promo-icon li:hover .icon_inside .show {
        display: none;
    }

    .hero-promo-icon li:hover .icon_inside .hide {
        display: block;
        -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
        -webkit-mask-size: 200%;
        animation: shine 2s infinite;
    }

    .hero-promo-icon li:hover .icon_inside span {
        -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
        -webkit-mask-size: 200%;
        animation: shine 2s infinite;
    }

    .hero-promo-icon p {
        /*position: absolute;
        TOP: 123px;
        color: #000 !important;
        TEXT-ALIGN: center;
        vertical-align: middle;
        display: block;
        width: 100%;
        font-weight: bold;*/
        position: absolute;
        TOP: 100px;
        color: #000 !important;
        TEXT-ALIGN: center;
        vertical-align: middle;
        display: block;
        width: 100%;
        font-weight: bold;
        font-size: 11px;
        margin: 0px;
        line-height: 13px
    }

.search-result-content {
}

    .search-result-content ul li {
        border: none;
    }

    .search-result-content li.list-group-item {
        border: 1px solid #ddd !important;
        border-radius: 8px;
        margin-bottom: 5px;
    }

        .search-result-content li.list-group-item:after {
            content: '';
            background-color: #94dcf7;
            opacity: 0.1;
            position: absolute;
            width: 100%;
            height: 50px;
            z-index: -1;
            top: 0;
            left: 0;
            height: 100%;
            border-radius: 8px;
        }

p.search-result-url {
    padding: 0px;
    margin: 0px;
    font-weight: 100;
    font-size: 0.8em;
    color: #00adef;
}

span.quiklybg {
    position: absolute;
    background-color: #94dcf7;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.searchTop {
    position: absolute;
    top: -44px;
    left: 0;
    height: 50px;
    background: #ffffff;
    color: #007bff;
    padding: 10px 17px;
    border-radius: .25rem;
    font-size: 15px;
    font-weight: bolder;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
}

span.category-News:before {
    /* position: absolute; */
    content: "\F4CE";
    /* width: 15px; */
    /* height: 15px; */
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 16px;
}

span.category-Pages:before {
    /* position: absolute; */
    content: "\F21A";
    /* width: 15px; */
    /* height: 15px; */
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 16px;
}

span.category-Circulars:before {
    /* position: absolute; */
    content: "\F39E";
    /* width: 15px; */
    /* height: 15px; */
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 16px;
}

span.quick-News:before {
    content: "\f395";
    width: 25px;
    height: 25px;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fff;
    padding: 5px 6px;
    margin-right: 10px;
}

span.quick-Circulars:before {
    content: "\f39e";
    width: 25px;
    height: 25px;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fff;
    padding: 5px 6px;
    margin-right: 10px;
}

span.quick-Magazine:before {
    content: "\f5da";
    width: 25px;
    height: 25px;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fff;
    padding: 5px 6px;
    margin-right: 10px;
}

span.quick-Educations:before {
    content: "\f474";
    width: 25px;
    height: 25px;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fff;
    padding: 5px 6px;
    margin-right: 10px;
}

span.quick-Account:before {
    content: "\f017";
    width: 25px;
    height: 25px;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fff;
    padding: 5px 6px;
    margin-right: 10px;
}

span.quick-Ship:before {
    content: "\f6c3";
    width: 25px;
    height: 25px;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fff;
    padding: 5px 6px;
    margin-right: 10px;
}

span.quick-Tender:before {
    content: "\f0f5";
    width: 25px;
    height: 25px;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fff;
    padding: 5px 6px;
    margin-right: 10px;
}

span.quick-Comitte:before {
    content: "\f00e";
    width: 25px;
    height: 25px;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fff;
    padding: 5px 6px;
    margin-right: 10px;
}

.md-modal.details-modal {
    width: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

span.quick-Job:before {
    content: "\f2dd";
    width: 25px;
    height: 25px;
    font: normal normal normal 24px/1 "Material Design Icons";
    display: inline-block;
    font-size: 15px;
    border-radius: 25px;
    background-color: #fff;
    padding: 5px 6px;
    margin-right: 10px;
}

.user-box-list {
    margin-left: -30px;
    text-align: center
}

.user-box {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 430px;
    margin: 0px 0 24px 20px;
    box-shadow: 0 0 22px rgba(0,0,0,.2);
    background: #fff;
}


    .image-list-box .image-list-content.image-content, .user-box .user-box-image {
        line-height: 0
    }

    .user-box .user-box-detail {
        padding: 20px;
        text-align: center
    }

        .user-box .user-box-detail .box-detail-line.name {
            margin-bottom: 0px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 12px;
        }

        .user-box .user-box-detail .box-detail-line.task {
            height: 50px;
            overflow: hidden;
            font-size: 12px;
        }

        .user-box .user-box-detail .box-detail-line a {
            position: relative;
            font-family: HelveticaNeueLTProBd,sans-serif;
            font-size: 12px;
            font-weight: bold;
            color: #0074c7;
            text-transform: uppercase;
            -webkit-transition: color .3s linear;
            -moz-transition: color .3s linear;
            -ms-transition: color .3s linear;
            -o-transition: color .3s linear;
            transition: color .3s linear;
            cursor: pointer;
        }

.user-detail-text {
    /* margin: 35px; */
    min-height: 300px;
    width: 100%;
    /* height: 331px; */
    overflow-y: auto;
    max-height: 75%;
    max-height: 75vh;
    max-width: 950px;
}


.modal-open-trigger {
    cursor: pointer !important;
}

.dto-modal-content .modal-close {
    position: absolute;
    right: 0px;
    font-size: 24px;
    top: -48px;
    padding: 12px 9px;
    opacity: 1;
    width: 48px;
    height: 48px;
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
    outline: 0;
    cursor: pointer;
}

.user-detail-text .details {
    text-align: left;
    color: black;
    padding: 10px 20px;
    overflow-y: auto;
}

.user-detail-text &gt; .user-images {
    text-align: center;
    overflow: hidden;
}

    .user-detail-text &gt; .user-images img {
    }

.user-detail-text &gt; .user-details {
    margin-top: 20px;
    /* height: 240px; */
    overflow-y: auto;
    color: #000;
    text-align: left;
    width: 250px;
    padding: 10px;
}

.box-detail-line.name h4 {
    /* background-color: white; */
    font-size: 16px;
    text-align: center;
}

.user-detail-text .details ul {
    padding: 0px 10px !important;
}


.action-menu {
    display: table;
    width: 100%;
}

    .action-menu &gt; div {
        background: #f8f9fa;
        border: 1px solid #ccc;
        border-radius: 2px;
        width: 98%;
        margin: 5px 5px;
    }

        .action-menu &gt; div &gt; a {
            display: table;
            padding: 5px 5px;
            min-width: 128px;
            cursor: pointer;
        }

        .action-menu &gt; div a &gt; span {
            display: table-cell;
        }

            .action-menu &gt; div a &gt; span.icon-text {
                font-size: 15px;
                padding-left: 10px;
                line-height: 32px;
                font-weight: 800;
            }

.dto-icon {
    width: 32px;
    /*height: 32px;*/
    display: inline-block;
    border-radius: 32px;
    padding: 2px;
}

    .dto-icon.dto-icon-yearly {
        background: #fff url(/media/images/webelement/yearly.png) no-repeat;
        background-size: 90%;
    }

    .dto-icon.dto-icon-week {
        background: #fff url(/media/images/webelement/weekend.png) no-repeat;
        background-size: 90%;
    }

    .dto-icon.dto-icon-month {
        background: #fff url(/media/images/webelement/monthly.png) no-repeat;
        background-size: 90%;
    }

    .dto-icon.dto-icon-news {
        background: #fff url(/media/images/webelement/annoucement.png) no-repeat;
        background-size: 90%;
    }

    .dto-icon.dto-icon-event {
        background: #fff url(/media/images/webelement/event-calendar.png) no-repeat;
        background-size: 90%;
    }

    .dto-icon.dto-icon-ab {
        background: #fff url(/media/images/webelement/ab.png) no-repeat;
        background-size: 90%;
    }

    .dto-icon.dto-icon-imo {
        background: #fff url(/media/images/webelement/imo.png) no-repeat;
        background-size: 90%;
    }

    .dto-icon.dto-icon-edu {
        background: #fff url(/media/images/webelement/edu.png) no-repeat;
        background-size: 90%;
    }

    .dto-icon.dto-icon-group {
        background: #fff url(/media/images/webelement/group.png) no-repeat;
        background-size: 90%;
    }

@media (max-width: 576px) {
    .dto-modal .divsearch-modal {
        top: 60%;
    }



    span.quick-News:before,
    span.quick-Circulars:before,
    span.quick-Magazine:before,
    span.quick-Educations:before,
    span.quick-Account:before,
    span.quick-Ship:before,
    span.quick-Tender:before,
    span.quick-Comitte:before,
    span.quick-Job:before {
        width: 30px;
        height: 30px;
        border-radius: 20px;
        padding: 7px 8px;
    }

    .md-content &gt; div {
        padding: 15px 16px 30px;
        margin: 0;
        font-weight: 300;
        font-size: 1.15em;
    }
}



.meclis-member div.row:last-child {
    /*border-bottom: none;*/
}

.meclis-member div.row {
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #ddd;*/
}

.temsilcilikler .row {
    margin: 0px;
    padding: 0px;
}

.marinalar .table-responsive table tbody tr td:first-child {
    width: 120px;
}

/*404*/
.page-notfound-inner a.submit-button {
    padding: 0 150px;
}

    .page-notfound-inner a.submit-button:hover {
        background: #d63b25 none repeat scroll 0 0;
        color: #fff;
    }

.page-notfound-inner h1 {
    font-size: 200px;
    color: #333333;
}

    .page-notfound-inner h1 span {
        color: #f0442c;
    }

@keyframes color {
    0% {
        color: #f0442c;
    }

    10% {
        color: #ff6666;
    }

    20% {
        color: #ff9999;
    }

    30% {
        color: #ff33cc;
    }

    40% {
        color: #ff99cc;
    }

    50% {
        color: #9933ff;
    }

    60% {
        color: #cc99ff;
    }

    70% {
        color: #33ccff;
    }

    80% {
        color: #33ff33;
    }

    90% {
        color: #ffff33;
    }

    100% {
        color: #ff9933;
    }
}

.page-notfound-inner h1 span {
    animation-delay: 3s;
    animation-duration: 33s;
    animation-iteration-count: 10;
    animation-name: color;
}

.page-notfound-inner h4 {
    color: #336666;
    font-family: roboto;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
}

.page-notfound-inner p {
    color: #336666;
    font-size: 25px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.page-notfound-wrap {
    padding: 220px 0 250px;
}

.zm-section.bg-color.page-notfound-wrap {
    background-color: #d2dfef;
}



.progress-container {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.19);
    box-shadow: 0 1px 4px rgba(0,0,0,.19);
    left: 0;
    min-height: 47px;
    position: fixed;
    right: 0;
    top: -160px;
    -webkit-transition: top .2s ease-in;
    -o-transition: top .2s ease-in;
    transition: top .2s ease-in;
    z-index: 9999;
}

    .progress-container .progress-bar {
        height: 8px;
        background: #00adef;
        width: 0%;
        position: absolute;
        bottom: 0px;
    }

.progress-container-elemnt {
    font-weight: bold;
    font-size: 1.2em;
    color: #000;
}

    .progress-container-elemnt ul {
        display: table;
    }

        .progress-container-elemnt ul li {
            display: table-cell;
            padding: 10px;
        }

@media (min-width: 1024px) {
    .sticky {
        top: 0px;
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
        -webkit-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, .5, 1);
        transition-timing-function: cubic-bezier(0, 1, .5, 1);
    }

    .sticky-r {
        position: -webkit-sticky;
        position: sticky;
        top: 55px;
    }
}

.box-e {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    cursor: pointer;
}


    .box-e a {
        line-height: 30px;
    }

.normal-underline,
.custom-underline {
    position: relative;
    display: inline-block;
    font-weight: 400;
}

    .normal-underline,
    .normal-underline:hover {
        color: #444;
        text-decoration: underline;
    }

    .custom-underline,
    .custom-underline:hover,
    .custom-underline:focus,
    .custom-underline:active {
        color: #000;
        text-decoration: none;
    }

        .custom-underline::after {
            content: "";
            position: absolute;
        }

/*--- Red Box (box-e) ---*/
.box-e .custom-underline::after {
    top: 70%;
    height: 2px;
    width: 0%;
    left: 0px;
    background-color: #00adef;
    transition: 0.5s ease all .3s;
}

.box-e:hover .custom-underline::after {
    width: 100%;
    transition: 0.3s ease all;
}

/*org*/
ul.org-sema {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

    ul.org-sema a {
        color: #fff !important;
    }

    ul.org-sema li {
        position: relative;
        color: white;
        margin-bottom: 50px;
    }

        ul.org-sema ul:before,
        ul.org-sema ul:after,
        ul.org-sema li:before,
        ul.org-sema li:after,
        ul.org-sema &gt; li &gt; div:before,
        ul.org-sema &gt; li &gt; div:after {
            background-color: #b7a6aa;
            content: '';
            position: absolute;
        }

    ul.org-sema &gt; li &gt; div,
    ul.org-sema &gt; li ul li &gt; div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
        width: 237px;
    }


    ul.org-sema li.yonetimkurulu ul li {
        position: absolute;
        left: 56.6%;
        top: 68%;
    }

        ul.org-sema li.yonetimkurulu ul li:after {
            height: 3px !important;
            left: 0px !important;
            width: 7% !important;
            top: 37%;
            position: absolute;
        }

    ul.org-sema li.meclis:before {
        height: 4.4em !important;
        left: 50% !important;
        top: 3em !important;
        width: 3px !important;
    }

    ul.org-sema li.yonetimkurulu:before {
        height: 4.4em !important;
        left: 50% !important;
        top: 3em !important;
        width: 3px !important;
    }

    ul.org-sema li.genelsekreterlik:before {
        height: 32.2em !important;
        left: 50% !important;
        top: 3em !important;
        width: 3px !important;
    }

    ul.org-sema li h1,
    ul.org-sema li h2 {
        border-radius: 10px;
        color: white;
    }

        ul.org-sema li h1 a,
        ul.org-sema li h2 a {
            border-radius: 10px;
            color: white;
        }

            ul.org-sema li h1 a:hover,
            ul.org-sema li h2 a:hover {
                color: white;
                -webkit-mask-image: linear-gradient(-75deg, rgba(244,55,55,0.6) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
                -webkit-mask-size: 200%;
                animation: shine 2s infinite;
            }

    ul.org-sema li.meclis h1 {
        font-size: 12px;
        padding: 10px;
        background: #00adef;
    }

    ul.org-sema li.yonetimkurulu h1 {
        font-size: 12px;
        padding: 10px;
        background: #00adef;
    }

    ul.org-sema li.genelsekreterlik h1 {
        font-size: 12px;
        padding: 10px;
        background: #00adef;
    }

    ul.org-sema li.genelsekreterlik ul li h1 {
        font-size: 12px;
        padding: 10px;
        background: #00adef;
        margin-top: 22px;
    }

    ul.org-sema li.yonetimkurulu ul li div h1 {
        font-size: 12px;
        padding: 10px;
        background: #00adef;
    }

    ul.org-sema li.yonetimkurulu ul.yk-dep-r {
        position: absolute;
        left: 50%;
        top: 10px;
        height: 55px;
    }

        ul.org-sema li.yonetimkurulu ul.yk-dep-r li div {
            width: 130px;
        }

    ul.org-sema li.genelsekreterlik ul {
        display: flex;
        flex-wrap: nowrap;
        margin-top: 400px !important;
    }

        ul.org-sema li.genelsekreterlik ul li {
            flex: 20%;
            margin-top: 30px;
        }

        ul.org-sema li.genelsekreterlik ul.gs-dep {
            position: absolute;
            left: 50%;
            top: -190px;
            height: 55px;
            MARGIN-TOP: 247px !important;
        }

        ul.org-sema li.genelsekreterlik ul.gs-dep {
            display: list-item;
        }

            ul.org-sema li.genelsekreterlik ul.gs-dep li {
                margin-top: 0Px;
                margin-bottom: 0px;
            }

                ul.org-sema li.genelsekreterlik ul.gs-dep li h1 {
                    font-size: 12px;
                    padding: 10px;
                    background: #00adef;
                    margin-top: 0px;
                }

ul.gs-dep li &gt; div {
    display: inline-block;
    float: none;
    margin: 0 1em 1em 1em;
    vertical-align: bottom;
    width: 160px !important;
}


ul.org-sema &gt; li.genelsekreterlik &gt; ul.gs-dep &gt; li:first-of-type:not(:only-of-type):after,
ul.org-sema &gt; li.genelsekreterlik &gt; ul.gs-dep &gt; li:last-of-type:not(:only-of-type):after {
    height: 3px;
    top: -15px;
    width: 50%;
    left: 0;
}

ul.org-sema &gt; li.genelsekreterlik &gt; ul.gs-dep &gt; li + li:not(:last-of-type):after {
    height: 3px;
    left: 0;
    top: -15px;
    width: 50%;
}

ul.org-sema &gt; li.genelsekreterlik &gt; ul.gs-dep &gt; li:before {
    height: 10px !important;
    left: 50% !important;
    top: -15px !important;
    width: 3px !important;
}

ul.org-sema &gt; li.genelsekreterlik &gt; ul &gt; li:first-of-type:not(:only-of-type):after,
ul.org-sema &gt; li.genelsekreterlik &gt; ul &gt; li:last-of-type:not(:only-of-type):after {
    height: 3px;
    top: 0;
    width: 50%;
}

ul.org-sema &gt; li.genelsekreterlik ul &gt; li:last-of-type:after {
    height: 3px;
    top: 0;
    width: 50%;
    left: 0;
}


ul.org-sema &gt; li.genelsekreterlik &gt; ul &gt; li + li:not(:last-of-type):after {
    height: 3px;
    left: 0;
    top: 0;
    width: 100%;
}



ul.org-sema li.genelsekreterlik ul.gs-child {
    display: inline !important;
    position: relative;
    margin-top: 30px !important;
}

    ul.org-sema li.genelsekreterlik ul.gs-child li {
        margin-top: 30px;
        /* padding-left: 1em;
                    padding-right: 1em;
                    padding-top: 1em; */
        margin-bottom: 30px;
    }

ul.org-sema &gt; li.genelsekreterlik ul li ul.gs-child &gt; li:after {
    height: 3em;
    top: -50px;
    width: 3px;
    left: 50%;
}

ul.org-sema li.genelsekreterlik ul.gs-child li h1 {
    margin-top: 1px;
}


ul.org-sema &gt; li.genelsekreterlik &gt; ul &gt; li:before {
    height: 1em !important;
    left: 50% !important;
    top: 0 !important;
    width: 3px !important;
}

a.fancybox-thumb {
    display: inline;
}

@media only screen and (max-width: 1024px) {
    ul .org-sema li.meclis:before {
        height: 6em !important;
        left: 50% !important;
        top: 3em !important;
        width: 3px !important;
    }

    ul.org-sema li.yonetimkurulu:before {
        height: 6em !important;
        left: 50% !important;
        top: 3em !important;
        width: 3px !important;
    }
}

@media only screen and (max-width: 1278px) {
    ul.org-sema li.meclis:before {
        height: 4.4em !important;
        left: 50% !important;
        top: 3em !important;
        width: 3px !important;
    }

    ul.org-sema li.yonetimkurulu:before {
        height: 4.4em !important;
        left: 50% !important;
        top: 3em !important;
        width: 3px !important;
    }

    ul.org-sema li.yonetimkurulu ul li:after {
        height: 3px !important;
        left: 0px !important;
        width: 8% !important;
        top: 37%;
        position: absolute;
    }

    ul li.genelsekreterlik ul {
        display: list-item !important;
    }

    ul.org-sema &gt; li ul.genelsekreterlik &gt; li:not(:last-of-type):after {
        height: 100%;
        left: 0;
        top: 0;
        width: 3px;
    }

    ul.org-sema &gt; li.genelsekreterlik &gt; ul &gt; li:first-of-type:not(:only-of-type):after,
    ul.org-sema &gt; li.genelsekreterlik &gt; ul &gt; li:last-of-type:not(:only-of-type):after {
        height: 100%;
        top: 0;
        width: 3px;
        left: 0;
    }


    ul.org-sema &gt; li.genelsekreterlik &gt; ul &gt; li:last-of-type:not(:only-of-type):after {
        height: 10%;
        top: -75px;
        width: 3px;
        left: 0;
    }

    ul.org-sema li.genelsekreterlik:before {
        height: 32.2em !important;
        left: 50% !important;
        top: 3em !important;
        width: 3px !important;
    }

    ul.org-sema &gt; li ul.genelsekreterlik:after {
        height: 3px;
        left: 3px;
        top: 1em;
        width: 50%;
    }


    ul.org-sema &gt; li.genelsekreterlik &gt; ul &gt; li:before {
        height: 3px !important;
        left: 0 !important;
        top: 0 !important;
        width: 50% !important;
    }

    ul.org-sema &gt; li.genelsekreterlik &gt; ul &gt; li + li:not(:last-of-type):after {
        height: 118%;
        left: 0;
        top: -51px;
        width: 3px;
    }

    ul.org-sema &gt; li.genelsekreterlik ul li:first-of-type:not(:only-of-type):before {
        height: 15px;
        width: 3px;
        top: -166%;
        left: 50%;
    }
}




/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */




@media (min-width: 576px) {

    .post-president {
        height: 150px;
    }

    .dto-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .dto-sm-col-50 {
        position: relative;
        width: 400px;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .dto-sm-col-100 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    img.img-president {
        bottom: -10px;
        height: 184px;
    }

    .post-president a {
        font-size: 1.2em;
        /* position: relative; */
    }

    .primary-heading h2 {
        font-size: 16px;
    }

        .primary-heading h2::before, .secondry-heading:before {
            height: 14px;
        }
}


@media (min-width: 768px) {


    .live-mini-preview {
        display: table;
        width: 100%;
    }

    .live-stream-note {
        display: table-cell;
        vertical-align: middle;
    }

    .live-stream-button {
        display: table-cell;
        vertical-align: middle;
        padding: 0px;
    }

    .live-big-preview {
        display: table;
        min-width: 100%;
    }

    .live-video {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .dto-modal {
        top: 50%;
    }

    .search-modal .dto-modal-content {
        background: none;
        width: 740px;
    }

    img.logo {
        width: 50%;
    }

    .dto-widget .post {
        min-height: 112px;
    }

    .loader-logo {
        position: absolute;
        left: 40.3%;
        top: 8px;
    }

        .loader-logo img {
            width: 100%;
        }

    .owl-carousel .owl-item .item &gt; .slider-text {
        position: absolute;
        font-size: 1.8em;
    }

    .user-detail-text {
        min-width: 600px;
    }

        .user-detail-text &gt; .user-details {
            margin-top: 20px;
            overflow-y: auto;
            color: #000;
            text-align: left;
            /* width: 250px; */
            padding: 10px;
            width: 540px;
        }

    .box-detail-line.name h4 {
        /* background-color: white; */
        font-size: 16px;
        text-align: left;
    }

    .cr-nav &gt; ul &gt; li &gt; a {
        font-size: 11px;
    }

    .mini-banner h3 {
        font-size: 20px;
    }

    .akademi {
        min-height: 80px;
        max-height: 80px;
        height: 80px;
    }

        .akademi a {
            font-size: 2em;
            top: 15%;
            width: 60%;
            text-decoration: underline;
            text-align: center;
            line-height: 1em;
        }
}

.dto-widget.sube {
    position: relative;
    background-color: #c3dceb;
}

    .dto-widget.sube a {
        text-align: center;
    }

.sube .widget-sub {
    position: absolute;
    right: 0px;
    bottom: 6px;
    width: 95px;
    color: #fff;
}

    .sube .widget-sub a.allbutton {
        color: #003543;
        font-weight: bold;
        background-color: #fff;
        padding-left: 3px;
        padding-right: 3px;
        border: 1px solid #cdcdcd;
    }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .search-modal .dto-modal-content {
        background: none;
        width: 800px;
    }

    .dto-widget .post {
        min-height: 115px;
    }

    .slider {
        /*padding-left: 5px;
        padding-right: 5px;*/
    }

    .dto-r-box {
        -ms-background-repeat: no-repeat;
        background-repeat: no-repeat;
        -ms-background-size: auto;
        background-size: auto;
        -ms-background-position: 93% 26%;
        background-position: 93% 26%;
    }

    .loader-logo {
        position: absolute;
        left: 43%;
        top: 7px;
    }

        .loader-logo img {
            width: 100%;
        }

    .owl-carousel .owl-item .item &gt; .slider-text {
        position: absolute;
        font-size: 1.8em;
    }

    .user-detail-text {
        min-width: 800px;
    }

        .user-detail-text &gt; .user-images {
            text-align: left;
            overflow: hidden;
            float: left;
            width: 30%;
            height: 310px;
            text-align: left;
            overflow: hidden;
        }

            .user-detail-text &gt; .user-images img {
                width: 100%;
            }

        .user-detail-text &gt; .user-details {
            margin-top: 20px;
            float: left;
            width: 61%;
            height: 240px;
            overflow-y: auto;
            color: #000000;
            text-align: left;
        }

    .action-menu &gt; div {
        width: 47%;
        float: left;
    }

    .mini-banner h3 {
        font-size: 20px;
    }

    .akademi {
        min-height: 92px;
        max-height: 92px;
        height: 92px;
    }

        .akademi a {
            font-size: 1.8em;
            top: 32%;
            width: 75%;
            text-decoration: underline;
            text-align: center;
            line-height: 1em;
        }
}

@media (min-width: 960px) {
    .dto-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
    }

    .dto-sm-col-50 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dto-md-col-50 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dto-md-col-100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .post-president {
        height: 79px;
        /* position: relative; */
    }

    img.img-president {
        bottom: -10px;
        height: auto;
    }

    .bulten-slider.owl-carousel .owl-item img {
        height: 163px;
    }

    .post-president {
        height: 59px;
        /* position: relative; */
    }

        .post-president a {
            font-size: 0.9em;
            /* position: relative; */
        }

    img.img-president {
        width: 43%;
    }

    .primary-heading h2 {
        font-size: 16px;
    }

        .primary-heading h2:before, .secondry-heading:before {
            height: 16px;
        }
}

@media (min-width: 1140px) {

    .post-president {
        height: 60px;
        /* position: relative; */
    }

        .post-president a {
            font-size: 1em;
            /* position: relative; */
        }

    img.img-president {
        width: 53%;
    }

    img.img-president-sube {
        width: 41%;
    }

    .user-detail-text {
        min-width: 900px;
    }

    .primary-heading h2 {
        font-size: 20px;
    }

        .primary-heading h2:before, .secondry-heading:before {
            height: 18px;
        }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .action-menu &gt; div {
        width: 48%;
        float: left;
    }

    .post-president {
        height: 99px;
        /* position: relative; */
    }

    .post-president-sube {
        height: 70px;
        /* position: relative; */
    }

    .post-sube-president img {
        position: absolute;
        right: 9px;
        width: 41%;
        bottom: 0px;
        top: unset;
    }


    .post-sube-president {
        position: relative;
        min-height: 134px;
    }

        .post-sube-president p {
            top: 43px;
            left: 9px;
            width: 65.3%;
            color: #000;
            position: absolute;
            font-weight: 600;
        }

    .cr-nav &gt; ul &gt; li &gt; a {
        font-size: 12px;
    }

    .dto-widget .post.sube-video-gallery {
        min-height: 97px;
    }

    .dto-widget .post {
        min-height: 120px;
    }

    .slider {
        max-width: 845px;
    }


    .owl-carousel .owl-item .item &gt; .slider-text {
        position: absolute;
        font-size: 2.5em;
    }

    .user-detail-text {
        min-height: 279px;
    }

    .dto-lg-col-100 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .user-detail-text &gt; .user-images {
        text-align: left;
        overflow: hidden;
        float: left;
        width: 24%;
        height: 279px;
        text-align: left;
        overflow: hidden;
    }

    .akademi a {
        font-size: 2em;
        top: 21%;
        width: 75%;
        text-decoration: underline;
        text-align: center;
        line-height: 1em;
        right: 0px;
    }
}

.btn-store {
    color: #fff;
    min-width: 254px;
    padding: 12px 20px !important;
    border-color: #00adef !important;
    background-color: #168eea;
}

    .btn-store:focus,
    .btn-store:hover {
        color: #ffffff !important;
        background-color: #168eea;
        border-color: #168eea !important;
    }

    .btn-store .btn-label,
    .btn-store .btn-caption {
        display: block;
        text-align: left;
        line-height: 1;
    }

    .btn-store .btn-caption {
        font-size: 24px;
    }

div#akredite img {
    width: 60%;
}

/*
    cookies dialog
*/

.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display: none;
}

    .cc-window.cc-invisible {
        opacity: 0
    }

.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease,-webkit-transform 1s ease
}

    .cc-animate.cc-revoke.cc-top {
        -webkit-transform: translateY(-2em);
        transform: translateY(-2em)
    }

    .cc-animate.cc-revoke.cc-bottom {
        -webkit-transform: translateY(2em);
        transform: translateY(2em)
    }

    .cc-animate.cc-revoke.cc-active.cc-top {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .cc-animate.cc-revoke.cc-active.cc-bottom {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

    .cc-window.cc-static {
        position: static
    }

    .cc-window.cc-floating {
        padding: 2em;
        max-width: 24em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner {
        padding: 1em 1.8em;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

.cc-revoke {
    padding: .5em
}

    .cc-revoke:hover {
        text-decoration: underline
    }

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
    color: #ffffff;
}

    .cc-link:hover {
        opacity: 1
    }

    .cc-link:active, .cc-link:visited {
        color: initial
    }

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

    .cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
        background-color: transparent;
        text-decoration: underline
    }

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

    .cc-close:focus, .cc-close:hover {
        opacity: 1
    }

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating &gt; .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance &gt; .cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .cc-window.cc-banner .cc-compliance {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

        .cc-window.cc-banner .cc-message {
            margin-right: 0
        }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

    .cc-theme-classic .cc-btn:last-child {
        min-width: 140px
    }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

.dto-post-details .img {
    width: 100%;
    height: auto;
}

.sea-logo &gt; .logo {
    width: 118px;
    height: auto;
}

.single_image.align_left {
    text-align: left;
}

.sea-logo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
    pointer-events: none;
    right: 71px;
}

    .sea-logo &gt; .logo {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 5px;
        background: #dddddd;
        box-shadow: 3px 3px 5px grey;
        width: 100%;
        max-width: 120px;
        height: auto;
    }

.ltx-overlay-divider {
    content: "";
    position: absolute !important;
    top: -7px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 30px;
    background: url(/Content/img/rope.png) repeat-x 0 50%;
}

#over_map {
    position: absolute;
    z-index: 5;
     
    width: 100%;
    font-weight: bold;
    bottom: -20px;
 
}

.buttonStyle {
    color: #342c10;
    background-color: #fbcf3b;
    border-color: #10272f;
    display: inline-block;
    margin-bottom: 9px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid black;
    padding: 19px 19px;
    font-size: 22px;
    line-height: 1.42857143;
    border-radius: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sea-logo &gt; .logo {
        /*margin-top: 340px;
        right: 14px;*/
        display: none
    }

    .ltx-sea-anchor {
        /*right: -82px;
        top: 134px;
        z-index: 14;
        pointer-events: none;*/
        display: none
    }
}

@media (min-width: 768px) {
    #over_map {
        position: absolute;
        z-index: 5;
        height: 190px;
        width: 16%;
        font-weight: bold;
        left: 10px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) and (orientation: landscape) {
    .sea-logo &gt; .logo {
        /*margin-top: 340px;
        right: 14px;*/
        display: none
    }

    .ltx-sea-anchor {
        /*right: -82px;
        top: 134px;
        z-index: 14;
        pointer-events: none;*/
        display: none
    }
}

@media (max-width: 766px) {
    .sea-logo {
        position: absolute;
        left: auto;
        bottom: 10px;
        z-index: 10;
        pointer-events: none;
        right: 10px;
    }

        .sea-logo &gt; .logo {
            width: 50px
        }

    .buttonStyle {
        font-size: 12px;
        padding: 3px 7px;
        left: 0px;
        right: auto;
        bottom: 0px;
        top: 0px;
    }
    #over_map {
        bottom: 0px;
        margin-left: 2px;
        width: 100%;
        height: auto;
    }    
}

</pre></body></html>