html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none !important;
    -webkit-font-smoothing: antialiased
}

body {
    background-color: #fff;
    color: #777;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin: 0
}
/* Loading Overlay */
.loading-overlay-showing {
    overflow: hidden;
}

    .loading-overlay-showing > .loading-overlay {
        opacity: 1;
        visibility: visible;
    }

.loading-overlay {
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    background: #FFF;
}

body > .loading-overlay {
    position: fixed;
    z-index: 999999;
}

/* Bounce Loading */
.bounce-loader {
    transition: all 0.2s;
    margin: -9px 0 0 -35px;
    text-align: center;
    width: 70px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 10000;
}

    .bounce-loader .bounce1,
    .bounce-loader .bounce2,
    .bounce-loader .bounce3 {
        -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
        animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
        background-color: #CCC;
        border-radius: 100%;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
        display: inline-block;
        height: 18px;
        width: 18px;
    }

    .bounce-loader .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .bounce-loader .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

html.safari.iphone .bounce-loader .bounce1,
html.safari.iphone .bounce-loader .bounce2,
html.safari.iphone .bounce-loader .bounce3 {
    -webkit-animation: 1.4s ease-in-out infinite bouncedelay;
    animation: 1.4s ease-in-out infinite bouncedelay;
}

h1, h2, h3, h4, h5, h6 {
    color: #212529;
    font-weight: 200;
    letter-spacing: -0.5px;
    margin: 0;
    -webkit-font-smoothing: antialiased
}



h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 33px;
}

h4 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px
}

h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 14px;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 14px
}
 
.page {
    background-color: #f7f7f7
}

body a {
    outline: none !important;
    text-decoration: none;
}

a:hover {text-decoration:none;}

.page h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
}
small, .small {
    font-size: 70%
}

p {
    color: #000;
    line-height: 26px;
    margin: 0 0 20px
}

    p.featured {
        font-size: 1.6em;
        line-height: 1.5em
    }

    p.lead {
        line-height: 28.8px;
        line-height: 1.8rem
    }

    p .alternative-font {
        display: inline-block;
        margin-top: -15px;
        position: relative;
        top: 3px;
        margin-bottom: -6px
    }

.lead {
    letter-spacing: -.05em;
    font-size: 19.2px;
    font-size: 1.2rem
}

.lead-2 {
    font-size: 17.92px;
    font-size: 1.12rem
}

a{
    color: #000;
}
    a:hover, a:focus {
        color: #D3B26E;
    }

    .page h2 {
        font-size: 21px;
        font-weight: 300;
        line-height: 30px;
        margin: 0;
        padding-left: 35px;
    }


.page .container, .page .container-fluid, .page .container-lg, .page .container-md, .page .container-sm, .page .container-xl {
    padding-right: 50px;
    padding-left: 50px;
}

html.safari:not(.no-safari-overflow-x-fix) .body {
    overflow-x: hidden
}

html[dir=rtl] .body {
    overflow-x: hidden
}

li {
    line-height: 24px
}
.pr-15 {
    padding-right: 15px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.lt-s-8 {
    letter-spacing: 8px;
}

.bg-color-gold {
    background-color: #D7B56D;
}

.bg-color-red {
    background-color: #E31E24;
}

.bg-gold-gradient {
    background: rgb(179,135,40);
    background: linear-gradient(90deg, rgba(179,135,40,1) 0%, rgba(179,135,40,1) 35%, rgba(252,246,186,1) 100%);
}

.color-light-black {
    color: #525252
}

pre {
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding: 15px
}


.logo {
    top: 33px;
    left: 50px;
}

.page .logo {
    top: 33px;
}

.header-bg {
    position: absolute;
    display: block;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    background-color: #D3B26E;
    height: 130px;
}

.body.home .header-bg {
    display: none;
}

.menu-bar {
    height: 82px;
    top:40px;
    right: 50px;
}

.page .body .menu-bar {
    top: 40px;
}

.page .body .main {
    margin-top: 145px;
    padding-left: 15px;
    padding-right: 15px;
}

.top-social {
    position: fixed;
    left: 6%;
    top: 29px;
    margin-right: 5px;
    z-index: 999999;
}

.lang-links {
    position: fixed;
    right: 6%;
    top: 37px;
    margin-right: 8px;
    z-index: 999999;
}

.lang-link {
    color: #000;
    text-decoration: none;
}

    .lang-link:hover {
        text-decoration: none;
    }

.blog-top-link a:hover {
    background: none !important;
}

.arama-alani {
    padding: 130px;
    overflow: hidden;
    visibility: hidden;
    top:0;
}

    .arama-alani.show {
        visibility: visible;
    }

    .arama-alani input {
        border: 0;
        outline: 0;
        border-bottom: 1px solid #525252;
        color: #525252;
        width: 100%;
        text-align: center;
        background-color: transparent;
    }

.aramabtn {
    border: 0 !important;
    padding: 25px; 
    margin-top: 25px;
    width: 15% !important;
}

.arama-kapat {
    top: 60px;
    right: 60px;
}
/*TOP MENU*/
.topMenu {
    margin: auto;
    padding: 0;
    list-style: none;
}

    .topMenu li {
        display: inline-flex;
        list-style-type: none;
        margin: 0 7px;
        padding: 10px 0;
        transition: all 0.3s;
    }

        .topMenu li a {
            font-size: 17px;
            font-weight: 500;
            color: var(--white);
            transition: all .2s;
            position: relative;
        }

            .topMenu li a:hover {
                text-decoration: none;
                color: var(--white);
            }


            .topMenu li a::after, .topMenu li a.active::after {
                content: '';
                width: 0;
                height: 2px;
                position: absolute;
                bottom: -5px;
                left: 50%;
                transform: translateX(-50%);
                background: #fff;
                transition: width 0.3s;
            }

            .topMenu li a.active::after {
                width: 70%;
            }

            .topMenu li a:hover::after {
                width: 70%;
            }

        .topMenu li .sub-menu {
            position: absolute;
            top: -100000000px;
            opacity: 0;
            background-color: #000;
            padding: 15px;
            float: left;
            display: block;
            background-clip: padding-box;
            list-style: none;
            right: -35px;
            width: calc(100vw - 45px);
            transition: all .3s;
            transition: transform .2s ease-out;
            transform: translate3d(0, -5px, 0);
        }

.megaMenu:hover .sub-menu {
    top:105px;
    opacity:1;
}

.topMenu .sub-menu .container-fluid {
    padding: 0 !important
}
    .mega-sub-menu {
        margin:0;
        padding:0;
    }

    /*TOP MENU END*/
    /*SOCIAL*/
    .topSocial {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .topSocial li {
        display: inline-flex;
        list-style-type: none;
        margin: 0 7px;
    }

        .topSocial li a {
            font-size: 17px;
            font-weight: 500;
            color: var(--white);
            transition: all .2s;
        }

            .topSocial li a:hover {
                text-decoration: none;
                color: var(--gray);
            }


.page-header {
    background-color: #212529;
    margin: 0 0 35px;
    padding: 30px 0;
    position: relative;
    text-align: left
}

    .page-header h1 {
        color: #fff;
        display: inline-block;
        font-size: 30px;
        line-height: 1;
        margin: 0;
        padding: 0;
        font-weight: 400;
        position: relative;
        top: 1px
    }

    .page-header .sub-title {
        display: block;
        font-size: 1.2em;
        font-weight: 300;
        margin: 0;
        opacity: .8;
        color: #fff
    }

    .page-header .page-header-extra-button {
        position: absolute;
        width: 100%;
        bottom: 50px;
        left: 0;
        right: 0;
        z-index: 5
    }

    .page-header.page-header-sm {
        padding: 30px 0
    }

        .page-header.page-header-sm h1 {
            font-size: 22px
        }

    .page-header.page-header-lg {
        padding: 50px 0
    }

        .page-header.page-header-lg h1 {
            font-size: 40px
        }

    .page-header.page-header-classic:after {
        content: '';
        width: 100%;
        height: 5px;
        background: rgba(255,255,255,.8);
        position: absolute;
        bottom: 0;
        left: 0
    }

    .page-header.page-header-classic .page-header-title-border {
        width: 0;
        height: 5px;
        position: absolute;
        bottom: 0;
        background: 0 0;
        z-index: 1
    }

    .page-header.page-header-modern h1 {
        font-size: 28px
    }

    .page-header.page-header-modern.page-header-sm h1 {
        font-size: 22px
    }

    .page-header.page-header-modern.page-header-md {
        padding: 50px 0
    }

    .page-header.page-header-modern.page-header-lg {
        padding: 65px 0
    }

        .page-header.page-header-modern.page-header-lg h1 {
            font-size: 32px
        }

    .page-header.page-header-modern.page-header-background {
        padding: 130px 0;
        background-size: cover
    }

        .page-header.page-header-modern.page-header-background.page-header-background-pattern {
            background-size: auto;
            background-repeat: repeat;
            background-attachment: fixed
        }

        .page-header.page-header-modern.page-header-background.page-header-background-sm {
            padding: 50px 0
        }

        .page-header.page-header-modern.page-header-background.page-header-background-md {
            padding: 150px 0
        }

        .page-header.page-header-modern.page-header-background.page-header-background-lg {
            padding: 250px 0
        }

.p-relative {
    position: relative !important
}

.p-absolute {
    position: absolute !important
}

.p-fixed {
    position: fixed !important
}

.p-static {
    position: static !important
}

.box-shadow-none {
    box-shadow: none !important
}

.ls-0 {
    letter-spacing: 0 !important
}

.cur-pointer {
    cursor: pointer
}

.p-events-none {
    pointer-events: none
}

.text-0 {
    font-size: .7em !important
}

.text-1 {
    font-size: .8em !important
}

.text-2 {
    font-size: .9em !important
}

.text-2-3, .text-2-5 {
    font-size: .95em !important
}

.text-3 {
    font-size: 1em !important
}

.text-3-4, .text-3-5 {
    font-size: 1.1em !important
}

.text-4 {
    font-size: 1.2em !important
}

.text-4-5 {
    font-size: 1.35em !important
}

.text-5 {
    font-size: 1.5em !important
}

.text-5-6, .text-5-5 {
    font-size: 1.65em !important
}

.text-6 {
    font-size: 1.8em !important
}

.text-6-7, .text-6-5 {
    font-size: 1.9em !important
}

.text-7 {
    font-size: 2em !important
}

.text-8 {
    font-size: 2.3em !important
}

.text-9 {
    font-size: 2.5em !important
}

.text-10 {
    font-size: 2.75em !important
}

.text-11 {
    font-size: 3em !important
}

.text-12 {
    font-size: 3.5em !important
}

.text-12-13, .text-12-5 {
    font-size: 3.75em !important
}

.text-13 {
    font-size: 4em !important
}

.text-14 {
    font-size: 4.5em !important
}

.text-15 {
    font-size: 5em !important
}

@media(min-width:576px) {
    .text-sm-0 {
        font-size: .7em !important
    }

    .text-sm-1 {
        font-size: .8em !important
    }

    .text-sm-2 {
        font-size: .9em !important
    }

    .text-sm-2-3, .text-sm-2-5 {
        font-size: .95em !important
    }

    .text-sm-3 {
        font-size: 1em !important
    }

    .text-sm-3-4, .text-sm-3-5 {
        font-size: 1.1em !important
    }

    .text-sm-4 {
        font-size: 1.2em !important
    }

    .text-sm-4-5 {
        font-size: 1.35em !important
    }

    .text-sm-5 {
        font-size: 1.5em !important
    }

    .text-sm-5-6, .text-sm-5-5 {
        font-size: 1.65em !important
    }

    .text-sm-6 {
        font-size: 1.8em !important
    }

    .text-sm-6-7, .text-sm-6-5 {
        font-size: 1.9em !important
    }

    .text-sm-7 {
        font-size: 2em !important
    }

    .text-sm-8 {
        font-size: 2.3em !important
    }

    .text-sm-9 {
        font-size: 2.5em !important
    }

    .text-sm-10 {
        font-size: 2.75em !important
    }

    .text-sm-11 {
        font-size: 3em !important
    }

    .text-sm-12 {
        font-size: 3.5em !important
    }

    .text-sm-12-13, .text-sm-12-5 {
        font-size: 3.75em !important
    }

    .text-sm-13 {
        font-size: 4em !important
    }

    .text-sm-14 {
        font-size: 4.5em !important
    }

    .text-sm-15 {
        font-size: 5em !important
    }
}

@media(min-width:768px) {
    .text-md-0 {
        font-size: .7em !important
    }

    .text-md-1 {
        font-size: .8em !important
    }

    .text-md-2 {
        font-size: .9em !important
    }

    .text-md-2-3, .text-md-2-5 {
        font-size: .95em !important
    }

    .text-md-3 {
        font-size: 1em !important
    }

    .text-md-3-4, .text-md-3-5 {
        font-size: 1.1em !important
    }

    .text-md-4 {
        font-size: 1.2em !important
    }

    .text-md-4-5 {
        font-size: 1.35em !important
    }

    .text-md-5 {
        font-size: 1.5em !important
    }

    .text-md-5-6, .text-md-5-5 {
        font-size: 1.65em !important
    }

    .text-md-6 {
        font-size: 1.8em !important
    }

    .text-md-6-7, .text-md-6-5 {
        font-size: 1.9em !important
    }

    .text-md-7 {
        font-size: 2em !important
    }

    .text-md-8 {
        font-size: 2.3em !important
    }

    .text-md-9 {
        font-size: 2.5em !important
    }

    .text-md-10 {
        font-size: 2.75em !important
    }

    .text-md-11 {
        font-size: 3em !important
    }

    .text-md-12 {
        font-size: 3.5em !important
    }

    .text-md-12-13, .text-md-12-5 {
        font-size: 3.75em !important
    }

    .text-md-13 {
        font-size: 4em !important
    }

    .text-md-14 {
        font-size: 4.5em !important
    }

    .text-md-15 {
        font-size: 5em !important
    }
}

@media(min-width:992px) {
    .text-lg-0 {
        font-size: .7em !important
    }

    .text-lg-1 {
        font-size: .8em !important
    }

    .text-lg-2 {
        font-size: .9em !important
    }

    .text-lg-2-3, .text-lg-2-5 {
        font-size: .95em !important
    }

    .text-lg-3 {
        font-size: 1em !important
    }

    .text-lg-3-4, .text-lg-3-5 {
        font-size: 1.1em !important
    }

    .text-lg-4 {
        font-size: 1.2em !important
    }

    .text-lg-4-5 {
        font-size: 1.35em !important
    }

    .text-lg-5 {
        font-size: 1.5em !important
    }

    .text-lg-5-6, .text-lg-5-5 {
        font-size: 1.65em !important
    }

    .text-lg-6 {
        font-size: 1.8em !important
    }

    .text-lg-6-7, .text-lg-6-5 {
        font-size: 1.9em !important
    }

    .text-lg-7 {
        font-size: 2em !important
    }

    .text-lg-8 {
        font-size: 2.3em !important
    }

    .text-lg-9 {
        font-size: 2.5em !important
    }

    .text-lg-10 {
        font-size: 2.75em !important
    }

    .text-lg-11 {
        font-size: 3em !important
    }

    .text-lg-12 {
        font-size: 3.5em !important
    }

    .text-lg-12-13, .text-lg-12-5 {
        font-size: 3.75em !important
    }

    .text-lg-13 {
        font-size: 4em !important
    }

    .text-lg-14 {
        font-size: 4.5em !important
    }

    .text-lg-15 {
        font-size: 5em !important
    }
}

@media(min-width:1200px) {
    .text-xl-0 {
        font-size: .7em !important
    }

    .text-xl-1 {
        font-size: .8em !important
    }

    .text-xl-2 {
        font-size: .9em !important
    }

    .text-xl-2-3, .text-xl-2-5 {
        font-size: .95em !important
    }

    .text-xl-3 {
        font-size: 1em !important
    }

    .text-xl-3-4, .text-xl-3-5 {
        font-size: 1.1em !important
    }

    .text-xl-4 {
        font-size: 1.2em !important
    }

    .text-xl-4-5 {
        font-size: 1.35em !important
    }

    .text-xl-5 {
        font-size: 1.5em !important
    }

    .text-xl-5-6, .text-xl-5-5 {
        font-size: 1.65em !important
    }

    .text-xl-6 {
        font-size: 1.8em !important
    }

    .text-xl-6-7, .text-xl-6-5 {
        font-size: 1.9em !important
    }

    .text-xl-7 {
        font-size: 2em !important
    }

    .text-xl-8 {
        font-size: 2.3em !important
    }

    .text-xl-9 {
        font-size: 2.5em !important
    }

    .text-xl-10 {
        font-size: 2.75em !important
    }

    .text-xl-11 {
        font-size: 3em !important
    }

    .text-xl-12 {
        font-size: 3.5em !important
    }

    .text-xl-12-13, .text-xl-12-5 {
        font-size: 3.75em !important
    }

    .text-xl-13 {
        font-size: 4em !important
    }

    .text-xl-14 {
        font-size: 4.5em !important
    }

    .text-xl-15 {
        font-size: 5em !important
    }
}

.text-1rem {
    font-size: 16px !important;
    font-size: 1rem !important
}

.line-height-initial {
    line-height: initial !important
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-1-1 {
    line-height: 1.1 !important
}

.line-height-2 {
    line-height: 1.2 !important
}

.line-height-3 {
    line-height: 1.3 !important
}

.line-height-4 {
    line-height: 1.4 !important
}

.line-height-5 {
    line-height: 1.5 !important
}

.line-height-6 {
    line-height: 1.6 !important
}

.line-height-7 {
    line-height: 1.7 !important
}

.line-height-8 {
    line-height: 1.8 !important
}

.line-height-9 {
    line-height: 1.9 !important
}

@media(min-width:576px) {
    .line-height-sm-initial {
        line-height: initial !important
    }

    .line-height-sm-1 {
        line-height: 1 !important
    }

    .line-height-sm-1-1 {
        line-height: 1.1 !important
    }

    .line-height-sm-2 {
        line-height: 1.2 !important
    }

    .line-height-sm-3 {
        line-height: 1.3 !important
    }

    .line-height-sm-4 {
        line-height: 1.4 !important
    }

    .line-height-sm-5 {
        line-height: 1.5 !important
    }

    .line-height-sm-6 {
        line-height: 1.6 !important
    }

    .line-height-sm-7 {
        line-height: 1.7 !important
    }

    .line-height-sm-8 {
        line-height: 1.8 !important
    }

    .line-height-sm-9 {
        line-height: 1.9 !important
    }
}

@media(min-width:768px) {
    .line-height-md-initial {
        line-height: initial !important
    }

    .line-height-md-1 {
        line-height: 1 !important
    }

    .line-height-md-1-1 {
        line-height: 1.1 !important
    }

    .line-height-md-2 {
        line-height: 1.2 !important
    }

    .line-height-md-3 {
        line-height: 1.3 !important
    }

    .line-height-md-4 {
        line-height: 1.4 !important
    }

    .line-height-md-5 {
        line-height: 1.5 !important
    }

    .line-height-md-6 {
        line-height: 1.6 !important
    }

    .line-height-md-7 {
        line-height: 1.7 !important
    }

    .line-height-md-8 {
        line-height: 1.8 !important
    }

    .line-height-md-9 {
        line-height: 1.9 !important
    }
}

@media(min-width:992px) {
    .line-height-lg-initial {
        line-height: initial !important
    }

    .line-height-lg-1 {
        line-height: 1 !important
    }

    .line-height-lg-1-1 {
        line-height: 1.1 !important
    }

    .line-height-lg-2 {
        line-height: 1.2 !important
    }

    .line-height-lg-3 {
        line-height: 1.3 !important
    }

    .line-height-lg-4 {
        line-height: 1.4 !important
    }

    .line-height-lg-5 {
        line-height: 1.5 !important
    }

    .line-height-lg-6 {
        line-height: 1.6 !important
    }

    .line-height-lg-7 {
        line-height: 1.7 !important
    }

    .line-height-lg-8 {
        line-height: 1.8 !important
    }

    .line-height-lg-9 {
        line-height: 1.9 !important
    }
}

@media(min-width:1200px) {
    .line-height-xl-initial {
        line-height: initial !important
    }

    .line-height-xl-1 {
        line-height: 1 !important
    }

    .line-height-xl-1-1 {
        line-height: 1.1 !important
    }

    .line-height-xl-2 {
        line-height: 1.2 !important
    }

    .line-height-xl-3 {
        line-height: 1.3 !important
    }

    .line-height-xl-4 {
        line-height: 1.4 !important
    }

    .line-height-xl-5 {
        line-height: 1.5 !important
    }

    .line-height-xl-6 {
        line-height: 1.6 !important
    }

    .line-height-xl-7 {
        line-height: 1.7 !important
    }

    .line-height-xl-8 {
        line-height: 1.8 !important
    }

    .line-height-xl-9 {
        line-height: 1.9 !important
    }
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-1 {
    opacity: .1 !important
}

.opacity-2 {
    opacity: .2 !important
}

.opacity-3 {
    opacity: .3 !important
}

.opacity-4 {
    opacity: .4 !important
}

.opacity-5 {
    opacity: .5 !important
}

.opacity-6 {
    opacity: .6 !important
}

.opacity-7 {
    opacity: .7 !important
}

.opacity-8 {
    opacity: .8 !important
}

.opacity-9 {
    opacity: .9 !important
}

.opacity-10 {
    opacity: 1 !important
}

.scale-1 {
    transform: scale(1.1) !important
}

.scale-2 {
    transform: scale(1.2) !important
}

.scale-3 {
    transform: scale(1.3) !important
}

.scale-4 {
    transform: scale(1.4) !important
}

.scale-5 {
    transform: scale(1.5) !important
}

.scale-6 {
    transform: scale(1.6) !important
}

.top-auto {
    top: auto !important
}

.top-50pct {
    top: 50%
}

.bottom-auto {
    top: auto !important
}

.left-50pct {
    left: 50%
}

.left-100pct {
    left: 100%
}

.right-100pct {
    right: 100%
}

.top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.right-0 {
    right: 0 !important
}

.top-1 {
    top: 1px !important
}

.bottom-1 {
    bottom: 1px !important
}

.left-1 {
    left: 1px !important
}

.right-1 {
    right: 1px !important
}

.top-2 {
    top: 2px !important
}

.bottom-2 {
    bottom: 2px !important
}

.left-2 {
    left: 2px !important
}

.right-2 {
    right: 2px !important
}

.top-3 {
    top: 3px !important
}

.bottom-3 {
    bottom: 3px !important
}

.left-3 {
    left: 3px !important
}

.right-3 {
    right: 3px !important
}

.top-4 {
    top: 4px !important
}

.bottom-4 {
    bottom: 4px !important
}

.left-4 {
    left: 4px !important
}

.right-4 {
    right: 4px !important
}

.top-5 {
    top: 5px !important
}

.bottom-5 {
    bottom: 5px !important
}

.left-5 {
    left: 5px !important
}

.right-5 {
    right: 5px !important
}

.top-6 {
    top: 6px !important
}

.bottom-6 {
    bottom: 6px !important
}

.left-6 {
    left: 6px !important
}

.right-6 {
    right: 6px !important
}

.top-7 {
    top: 7px !important
}

.bottom-7 {
    bottom: 7px !important
}

.left-7 {
    left: 7px !important
}

.right-7 {
    right: 7px !important
}

.top-8 {
    top: 8px !important
}

.bottom-8 {
    bottom: 8px !important
}

.left-8 {
    left: 8px !important
}

.right-8 {
    right: 8px !important
}

.top-9 {
    top: 9px !important
}

.bottom-9 {
    bottom: 9px !important
}

.left-9 {
    left: 9px !important
}

.right-9 {
    right: 9px !important
}

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

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

.left-10 {
    left: 10px !important
}

.right-10 {
    right: 10px !important
}

.top-11 {
    top: 11px !important
}

.bottom-11 {
    bottom: 11px !important
}

.left-11 {
    left: 11px !important
}

.right-11 {
    right: 11px !important
}

.top-12 {
    top: 12px !important
}

.bottom-12 {
    bottom: 12px !important
}

.left-12 {
    left: 12px !important
}

.right-12 {
    right: 12px !important
}

.top-13 {
    top: 13px !important
}

.bottom-13 {
    bottom: 13px !important
}

.left-13 {
    left: 13px !important
}

.right-13 {
    right: 13px !important
}

.top-14 {
    top: 14px !important
}

.bottom-14 {
    bottom: 14px !important
}

.left-14 {
    left: 14px !important
}

.right-14 {
    right: 14px !important
}

.top-15 {
    top: 15px !important
}

.bottom-15 {
    bottom: 15px !important
}

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

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

.transform3dx-n50 {
    transform: translate3d(-50%,0,0)
}

.transform3dy-n50 {
    transform: translate3d(0,-50%,0)
}

.transform3dxy-n50 {
    transform: translate3d(-50%,-50%,0)
}

.outline-none {
    outline: 0 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-transform-none {
    text-transform: none !important
}

.text-muted {
    color: #999 !important
}

html.dark .text-muted {
    color: #505461 !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-hidden {
    overflow: hidden !important
}

.z-index-0 {
    z-index: 0 !important
}

.z-index-1 {
    z-index: 1 !important
}

.z-index-2 {
    z-index: 2 !important
}

.z-index-3 {
    z-index: 3 !important
}

@media(max-width:991px) {
    .z-index-mobile-0 {
        z-index: 0 !important
    }
}

.text-dark {
    color: #212529 !important
}

.text-light {
    color: #fff !important
}

.font-weight-thin {
    font-weight: 100 !important
}

.font-weight-extralight, .font-weight-extra-light {
    font-weight: 200 !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-regular, .font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-semibold, .font-weight-semi-bold {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-extrabold, .font-weight-extra-bold {
    font-weight: 800 !important
}

.font-weight-black {
    font-weight: 900 !important
}

.letter-spacing-minus-1 {
    letter-spacing: -1px
}

.no-borders {
    border: none !important
}

.rounded {
    border-radius: 5px !important
}

.b-thin {
    border-width: 3px !important
}

.b-normal {
    border-width: 5px !important
}

.b-thick {
    border-width: 7px !important
}

.ws-nowrap {
    white-space: nowrap !important
}

.ws-normal {
    white-space: normal !important
}

.wb-all {
    word-break: break-all !important
}

.w-auto {
    width: auto !important
}

.w-25pct {
    width: 25% !important
}

.w-50pct {
    width: 50% !important
}

.w-75pct {
    width: 75% !important
}

.w-100pct {
    width: 100% !important
}

@media(min-width:576px) {
    .w-sm-auto {
        width: auto !important
    }

    .w-sm-25pct {
        width: 25% !important
    }

    .w-sm-50pct {
        width: 50% !important
    }

    .w-sm-75pct {
        width: 75% !important
    }

    .w-sm-100pct {
        width: 100% !important
    }
}

@media(min-width:768px) {
    .w-md-auto {
        width: auto !important
    }

    .w-md-25pct {
        width: 25% !important
    }

    .w-md-50pct {
        width: 50% !important
    }

    .w-md-75pct {
        width: 75% !important
    }

    .w-md-100pct {
        width: 100% !important
    }
}

@media(min-width:992px) {
    .w-lg-auto {
        width: auto !important
    }

    .w-lg-25pct {
        width: 25% !important
    }

    .w-lg-50pct {
        width: 50% !important
    }

    .w-lg-75pct {
        width: 75% !important
    }

    .w-lg-100pct {
        width: 100% !important
    }
}

@media(min-width:1200px) {
    .w-xl-auto {
        width: auto !important
    }

    .w-xl-25pct {
        width: 25% !important
    }

    .w-xl-50pct {
        width: 50% !important
    }

    .w-xl-75pct {
        width: 75% !important
    }

    .w-xl-100pct {
        width: 100% !important
    }
}

@media(max-width:991px) {
    .w-auto-mobile {
        width: auto !important
    }

    .w-100-mobile {
        width: 100% !important
    }
}

.min-width-0 {
    min-width: 0 !important
}

.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-1-5 {
    flex: 0 0 20%;
    max-width: 20%
}

.col-2-5 {
    flex: 0 0 40%;
    max-width: 40%
}

.col-3-5 {
    flex: 0 0 60%;
    max-width: 60%
}

.col-4-5 {
    flex: 0 0 80%;
    max-width: 80%
}

@media(min-width:576px) {
    .col-sm-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-sm-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-sm-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media(min-width:768px) {
    .col-md-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-md-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-md-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media(min-width:992px) {
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-lg-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

@media(min-width:1200px) {
    .col-xl-1-5 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-xl-4-5 {
        flex: 0 0 80%;
        max-width: 80%
    }
}

#footer {
    background: #f7f7f7;
    border-top: 4px solid #212529;
    padding: 0;
    position: relative;
    clear: both
}

    #footer .footer-ribbon {
        background: #f7f7f7;
        position: absolute;
        margin: -44px 0 0;
        padding: 10px 20px 6px
    }

        #footer .footer-ribbon:before {
            border-right: 10px solid #646464;
            border-top: 16px solid transparent;
            content: "";
            display: block;
            height: 0;
            right: 100%;
            position: absolute;
            top: 0;
            width: 7px
        }

        #footer .footer-ribbon span {
            color: #fff;
            font-size: 1.6em;
            font-family: shadows into light,cursive
        }

    #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
        color: #222
    }

    #footer a:not(.btn):not(.no-footer-css) {
        color: #777;
        transition: all .1s ease-in-out
    }

        #footer a:not(.btn):not(.no-footer-css):hover {
            text-decoration: none;
            color: #fff
        }

        #footer a:not(.btn):not(.no-footer-css):focus, #footer a:not(.btn):not(.no-footer-css):active {
            color: #ccc
        }

        #footer a:not(.btn):not(.no-footer-css).text-color-light {
            color: #fff !important
        }

            #footer a:not(.btn):not(.no-footer-css).text-color-light:hover {
                color: #e6e5e5 !important
            }

            #footer a:not(.btn):not(.no-footer-css).text-color-light:focus, #footer a:not(.btn):not(.no-footer-css).text-color-light:active {
                color: #ccc !important
            }

        #footer a:not(.btn):not(.no-footer-css).text-color-default {
            color: #777 !important
        }

            #footer a:not(.btn):not(.no-footer-css).text-color-default:hover {
                color: #919090 !important
            }

            #footer a:not(.btn):not(.no-footer-css).text-color-default:focus, #footer a:not(.btn):not(.no-footer-css).text-color-default:active {
                color: #5e5d5d !important
            }

        #footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
            position: relative;
            left: 0;
            transition: all .1s ease-in-out
        }

            #footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
                left: 3px
            }

    #footer ul.nav-list > li a {
        border-bottom: 1px solid rgba(255,255,255,.1);
        line-height: 20px;
        padding-bottom: 11px
    }

    #footer ul.nav-list > li:last-child a {
        border-bottom: 0
    }

    #footer ul.nav-list > li a:hover {
        background-color: rgba(255,255,255,.05)
    }

    #footer ul.list.icons li {
        margin-bottom: 5px
    }

    #footer.footer-texts-more-lighten p, #footer.footer-texts-more-lighten span, #footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css), #footer.footer-texts-more-lighten li {
        color: #a8a8a8
    }

        #footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css):hover {
            text-decoration: none;
            color: #fff
        }

    #footer .footer-nav nav {
        display: flex
    }

        #footer .footer-nav nav > ul {
            display: flex;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none
        }

            #footer .footer-nav nav > ul > li {
                position: relative;
                height: 100%;
                align-self: stretch
            }

                #footer .footer-nav nav > ul > li > a {
                    position: relative;
                    background: 0 0;
                    padding: 0 14.4px;
                    padding: 0 .9rem;
                    margin: 0;
                    height: 100%;
                    display: inline-flex;
                    align-items: center;
                    white-space: normal;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 700;
                    letter-spacing: -.5px;
                    text-transform: uppercase;
                    color: #fff;
                    text-decoration: none
                }

    #footer .footer-nav.footer-nav-links nav > ul > li:first-child > a {
        padding-left: 0
    }

        #footer .footer-nav.footer-nav-links nav > ul > li:first-child > a:before {
            left: 0
        }

@media(min-width:768px) {
    #footer .footer-nav.footer-nav-bottom-line nav > ul > li > a:before {
        content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: .85rem;
        right: .85rem;
        margin-top: 15px;
        transform: translate3d(0,-50%,0)
    }
}

@media(max-width:991px) {
    #footer .footer-nav {
        width: 100%
    }

        #footer .footer-nav nav {
            text-align: center
        }

            #footer .footer-nav nav > ul {
                width: 100%
            }

                #footer .footer-nav nav > ul > li > a {
                    text-align: center;
                    padding: 5px 12px
                }
}

@media(max-width:767px) {
    #footer .footer-nav {
        width: 100%
    }

        #footer .footer-nav nav {
            text-align: center
        }

            #footer .footer-nav nav > ul {
                width: 100%
            }

                #footer .footer-nav nav > ul > li {
                    height: auto;
                    width: 100%
                }

                    #footer .footer-nav nav > ul > li > a {
                        text-align: center;
                        padding: 1em 0
                    }
}

#footer form {
    opacity: .85
}

    #footer form label.error {
        line-height: 16px;
        margin: 5px 0 -5px;
        display: block;
        clear: both
    }

    #footer form .alert {
        padding: 6px;
        text-align: center
    }

#footer .logo img {
    position: relative;
    top: 2px;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0)
}

#footer .twitter [class*=fa-], #footer .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px;
    margin-right: -22px;
    left: -30px;
    color: #fff
}

#footer .twitter .meta {
    color: #999;
    display: block;
    font-size: .9em;
    padding-top: 3px;
    opacity: .5
}

#footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    #footer .twitter ul li {
        padding-bottom: 20px;
        padding-left: 30px
    }

        #footer .twitter ul li:last-child {
            padding-bottom: 0
        }

#footer .twitter.twitter-dark [class*=fa-], #footer .twitter.twitter-dark .icons {
    color: #333
}

#footer .twitter.twitter-dark .meta a {
    color: #333
}

#footer .twitter.twitter-light {
    color: #fff
}

    #footer .twitter.twitter-light [class*=fa-], #footer .twitter.twitter-light .icons {
        color: #fff
    }

    #footer .twitter.twitter-light .meta a {
        color: #fff;
        opacity: .7
    }

#footer .twitter-account {
    color: #fff;
    display: block;
    font-size: .9em;
    margin: -15px 0 5px;
    opacity: .55
}

    #footer .twitter-account:hover {
        opacity: 1
    }

#footer .footer-bg-color-2 {
    background: #1c2023
}

#footer .footer-copyright {
    background: #f7f7f7
}

    #footer .footer-copyright nav {
        font-size: .9em
    }

        #footer .footer-copyright nav ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            #footer .footer-copyright nav ul li {
                display: inline-block;
                line-height: 12px;
                margin: 0;
                padding: 0 8px
            }

                #footer .footer-copyright nav ul li:first-child {
                    border: medium;
                    padding-left: 0
                }

                #footer .footer-copyright nav ul li:last-child {
                    padding-right: 0
                }

    #footer .footer-copyright p {
        color: #555;
        margin: 0;
        padding: 0;
        font-size: .9em
    }

    #footer .footer-copyright.footer-copyright-style-2 {
        background: #212529;
        border-top: 1px solid rgba(255,255,255,.05)
    }

    #footer .footer-copyright.footer-copyright-border-grey {
        border-top: 1px solid #e5e5e5
    }

    #footer .footer-copyright.footer-copyright-full-width-border-top {
        position: relative;
        border-top: 0
    }

        #footer .footer-copyright.footer-copyright-full-width-border-top:before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            width: 100vw;
            border-top: 1px solid rgba(255,255,255,.05);
            transform: translate3d(-50%,0,0)
        }

#footer.footer-reveal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -10
}

.footer-top-border {
    border-top: 1px solid rgba(0,0,0,.05) !important
}

.footer-bottom-border {
    border-bottom: 1px solid rgba(0,0,0,.05) !important
}

.footer-left-border {
    border-left: 1px solid rgba(0,0,0,.05) !important
}

.footer-right-border {
    border-right: 1px solid rgba(0,0,0,.05) !important
}

.footer-top-light-border {
    border-top: 1px solid rgba(255,255,255,.05) !important
}

.footer-bottom-light-border {
    border-bottom: 1px solid rgba(255,255,255,.05) !important
}

.footer-left-light-border {
    border-left: 1px solid rgba(255,255,255,.05) !important
}

.footer-right-light-border {
    border-right: 1px solid rgba(255,255,255,.05) !important
}

.map-above {
    min-height: 630px;
    position: relative
}

    .map-above .map-above-map {
        position: absolute;
        top: 0;
        min-height: 630px;
        height: 100%;
        width: 100%
    }

@media(max-width:767px) {
    .map-above .map-above-map {
        position: relative
    }
}

.map-above .map-above-content {
    background: 0 0
}

html.dark body, html.dark .body {
    background-color: #212529
}

html.dark.boxed .body {
    background-color: #212529
}

html.dark #header .header-top {
    background: #2c3237;
    border-bottom-color: #333940
}

html.dark #header .header-search .form-control {
    background: #262a2f
}

html.dark #header .header-body {
    background: #212529;
    border-top-color: #333940
}

html.dark #header .header-nav-bar {
    background-color: #262a2f
}

html.dark #header .header-nav-top .nav > li > a:hover, html.dark #header .header-nav-top .nav > li > a a:focus {
    background-color: #262a2f
}

html.dark #header .header-nav-top .dropdown-menu {
    background: #262a2f;
    border-color: #262a2f
}

    html.dark #header .header-nav-top .dropdown-menu a:hover, html.dark #header .header-nav-top .dropdown-menu a:focus {
        background: #2c3237 !important
    }

html.dark #header .header-nav-features .header-nav-top-icon, html.dark #header .header-nav-features .header-nav-top-icon-img {
    color: #fff
}

html.dark #header .header-nav-features .header-nav-features-dropdown {
    background: #262a2f
}

    html.dark #header .header-nav-features .header-nav-features-dropdown:before {
        border-bottom-color: #262a2f
    }

html.dark.sticky-header-active #header .header-body {
    border-bottom-color: #333940;
    box-shadow: none
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
    color: #fff
}

    html.dark h1.card-title, html.dark h2.card-title, html.dark h3.card-title, html.dark h4.card-title, html.dark h5.card-title, html.dark h6.card-title {
        color: #fff
    }

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
    color: #111
}

html.dark blockquote {
    border-color: #2c3237
}

html.dark section.featured {
    background-color: #1c2023;
    border-top-color: #333940
}

html.dark section.section {
    background-color: #262a2f;
    border-top-color: #2c3237
}

html.dark .dropdown-menu > li a {
    color: #fff
}

    html.dark .dropdown-menu > li a:hover, html.dark .dropdown-menu > li a:focus {
        background-color: #333940
    }

html.dark .simple-search .input-group-append {
    border-color: #2c3237
}

html.dark .home-intro {
    background-color: #262a2f
}

html.dark .tabs .nav-tabs li a, html.dark .tabs .nav-tabs li a:focus {
    border-top-color: #2c3237;
    border-left-color: #2c3237;
    border-right-color: #2c3237;
    background: #2c3237
}

    html.dark .tabs .nav-tabs li a:hover {
        border-top-color: #808697
    }

html.dark .tabs .nav-tabs li.active a, html.dark .tabs .nav-tabs li.active a:hover, html.dark .tabs .nav-tabs li.active a:focus {
    border-top-color: #808697
}

html.dark .tabs .nav-tabs.nav-justified {
    border-left-width: 0;
    border-right-width: 0;
    border-left-color: transparent;
    border-right-color: transparent
}

    html.dark .tabs .nav-tabs.nav-justified li a, html.dark .tabs .nav-tabs.nav-justified li a:hover, html.dark .tabs .nav-tabs.nav-justified li a:focus {
        border-bottom-color: #2c3237
    }

html.dark .tabs.tabs-left .nav-tabs > li a, html.dark .tabs.tabs-right .nav-tabs > li a {
    background: #2c3237;
    border-left-color: #2c3237;
    border-right-color: #2c3237
}

html.dark .tabs.tabs-left .nav-tabs > li:last-child a, html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
    border-bottom-color: #2c3237
}

html.dark .tabs .nav-tabs {
    border-color: #2c3237
}

    html.dark .tabs .nav-tabs li.active a, html.dark .tabs .nav-tabs li.active a:hover, html.dark .tabs .nav-tabs li.active a:focus, html.dark .tabs .nav-tabs.nav-justified li.active a, html.dark .tabs .nav-tabs.nav-justified li.active a:hover, html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
        background: #333940;
        border-left-color: #333940;
        border-right-color: #333940
    }

    html.dark .tabs .nav-tabs.nav-justified li.active a {
        border-bottom-color: #333940
    }

html.dark .tabs.tabs-vertical {
    border-top-color: #333940
}

html.dark .tabs.tabs-bottom .nav-tabs li a, html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
    border-bottom-color: #2c3237;
    border-top-color: #333940
}

    html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
        border-bottom-color: #808697;
        border-top-color: #333940
    }

html.dark .tabs.tabs-bottom .nav-tabs li.active a, html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover, html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #808697;
    border-top-color: #333940
}

html.dark .tabs .tab-content {
    background: #333940;
    border-color: #333940
}

html.dark .tabs-primary.tabs-bottom .nav-tabs li a, html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover, html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover, html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
    border-top-color: #333940 !important
}

html.dark .nav-tabs li.active a, html.dark .nav-tabs li.active a:hover, html.dark .nav-tabs li.active a:focus, html.dark .nav-tabs li a {
    color: #808697
}

html.dark .tab-content {
    background: #333940;
    border-color: #212529
}

html.dark .tabs-simple .tab-content, html.dark .tabs-simple .nav-tabs li a, html.dark .tabs-simple .nav-tabs li.active a {
    background: 0 0 !important
}

html.dark .nav > li > a:hover, html.dark .nav > li > a:focus {
    background-color: #333940
}

html.dark .call-to-action.call-to-action-default {
    background: #2c3237
}

html.dark .call-to-action.call-to-action-dark {
    background: #333940
}

html.dark .call-to-action.with-borders {
    border-top-color: #333940;
    border-bottom-color: #333940;
    border-left-color: #2c3237;
    border-right-color: #2c3237
}

html.dark .call-to-action.with-full-borders {
    border-color: #333940
}

html.dark .call-to-action.featured {
    background: linear-gradient(to bottom,#2c3237 1%,#333940 98%) repeat scroll 0 0 transparent;
    border-bottom-color: #333940;
    border-left-color: #2c3237;
    border-right-color: #2c3237
}

html.dark .call-to-action.call-to-action-in-footer:before {
    border-top-color: #212529
}

html.dark .counters.with-borders .counter {
    border-top: 1px solid #333940;
    border-bottom: 1px solid #333940;
    border-left: 1px solid #2c3237;
    border-right: 1px solid #2c3237
}

html.dark .counters.counters-text-dark .counter {
    color: #fff !important
}

    html.dark .counters.counters-text-dark .counter [class*=fa-], html.dark .counters.counters-text-dark .counter .icons, html.dark .counters.counters-text-dark .counter strong, html.dark .counters.counters-text-dark .counter label {
        color: #fff !important
    }

html.dark section.timeline:after {
    background: #505050;
    background: linear-gradient(to bottom,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%)
}

html.dark section.timeline .timeline-date {
    background-color: #2c3237;
    border-color: #2c3237;
    text-shadow: none
}

html.dark section.timeline .timeline-title {
    background: #2c3237
}

html.dark section.timeline .timeline-box {
    border-color: #2c3237;
    background: #2c3237
}

    html.dark section.timeline .timeline-box.left:before {
        box-shadow: 0 0 0 3px #2c3237,0 0 0 6px #2c3237
    }

    html.dark section.timeline .timeline-box.left:after {
        background: #2c3237;
        border-right-color: #2c3237;
        border-top-color: #2c3237
    }

    html.dark section.timeline .timeline-box.right:before {
        box-shadow: 0 0 0 3px #2c3237,0 0 0 6px #2c3237
    }

    html.dark section.timeline .timeline-box.right:after {
        background: #2c3237;
        border-left-color: #2c3237;
        border-bottom-color: #2c3237
    }

html.dark form:not(.form-style-4) .form-control {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark form.form-style-4 .form-control {
    border-bottom-color: #3c3c3c
}

html.dark .btn-light {
    background-color: #2c3237;
    border-color: #2c3237;
    color: #fff
}

html.dark .btn.disabled, html.dark .btn.disabled:hover, html.dark .btn.disabled:active, html.dark .btn.disabled:focus, html.dark .btn[disabled], html.dark .btn[disabled]:hover, html.dark .btn[disabled]:active, html.dark .btn[disabled]:focus {
    border-color: #2c3237 !important
}

html.dark .pagination > li > a, html.dark .pagination > li > span {
    background-color: #2c3237;
    border-color: #282d31
}

html.dark section.section-custom-map {
    background-color: #212529
}

    html.dark section.section-custom-map section.section {
        background: rgba(38,42,47,.8)
    }

html.dark .home-concept {
    background-image: url(../img/home/home-concept-dark.png)
}

    html.dark .home-concept .process-image {
        background-image: url(../img/home/home-concept-item-dark.png)
    }

    html.dark .home-concept .project-image {
        background-image: url(../img/home/home-concept-item-dark.png)
    }

    html.dark .home-concept .sun {
        background-image: url(../img/home/home-concept-icons-dark.png)
    }

    html.dark .home-concept .cloud {
        background-image: url(../img/home/home-concept-icons-dark.png)
    }

html.dark .page-header {
    border-bottom-color: #1c2023
}

html.dark .page-header-light {
    background-color: #333940
}

html.dark .card {
    background-color: #1c2023
}

html.dark .accordion .card {
    background-color: #2c3237
}

html.dark .accordion .card-default {
    border-color: #2c3237
}

html.dark .accordion .card-header {
    background-color: #333940
}

html.dark .accordion .form-control {
    background-color: #262a2f;
    border-color: #262a2f
}

html.dark .accordion.accordion-modern .card .card-header {
    background-color: #262a2f
}

html.dark .accordion.accordion-modern .card:first-of-type, html.dark .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type), html.dark .accordion.accordion-modern .card:last-of-type {
    border-color: #262a2f
}

html.dark .toggle > label, html.dark .toggle > .toggle-title {
    background-color: #333940
}

html.dark .toggle.toggle-simple .toggle > label, html.dark .toggle.toggle-simple .toggle > .toggle-title {
    color: #fff
}

html.dark .featured-box {
    background: #333940;
    border-left-color: #333940;
    border-right-color: #333940;
    border-bottom-color: #333940
}

    html.dark .featured-box.secondary h4 {
        color: #fff
    }

html.dark .featured-boxes-flat .featured-box .box-content {
    background: #333940
}

html.dark .featured-boxes-style-5 .featured-box .box-content h4, html.dark .featured-boxes-style-6 .featured-box .box-content h4, html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
    color: #fff
}

html.dark .featured-boxes-style-2 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-3 .featured-box .icon-featured {
    background: #212529
}

html.dark .featured-boxes-style-4 .featured-box {
    background: 0 0
}

html.dark .featured-boxes-style-5 .featured-box {
    background: 0 0
}

    html.dark .featured-boxes-style-5 .featured-box .icon-featured {
        background: #2c3237;
        border-color: #333940
    }

html.dark .featured-boxes-style-6 .featured-box {
    background: 0 0
}

    html.dark .featured-boxes-style-6 .featured-box .icon-featured {
        background: #2c3237;
        border-color: #333940
    }

        html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
            border-color: #333940
        }

html.dark .featured-boxes-style-7 .featured-box {
    background: 0 0
}

    html.dark .featured-boxes-style-7 .featured-box .icon-featured {
        background: #2c3237;
        border-color: #333940
    }

        html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
            box-shadow: 3px 3px #1a1d21
        }

html.dark .featured-boxes-style-8 .featured-box .icon-featured {
    background: #333940
}

html.dark .featured-box-effect-1 .icon-featured:after {
    box-shadow: 0 0 0 3px #333940
}

html.dark .feature-box.feature-box-style-2 h4, html.dark .feature-box.feature-box-style-3 h4, html.dark .feature-box.feature-box-style-4 h4 {
    color: #fff
}

html.dark .feature-box.feature-box-style-6 .feature-box-icon {
    border-color: #333940
}

    html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
        border-color: #333940
    }

html.dark .owl-dots button.owl-dot span {
    background: #333940
}

html.dark .owl-carousel.top-border {
    border-top-color: #3f4247
}

html.dark .progress {
    background: #333940
}

html.dark .arrow {
    background-image: url(../img/arrows-dark.png)
}

html.dark .thumbnail, html.dark .img-thumbnail, html.dark .thumb-info {
    background-color: #2c3237;
    border-color: #2c3237
}

    html.dark .thumb-info .thumb-info-wrapper:after {
        background-color: rgba(33,37,41,.9)
    }

html.dark .thumb-info-social-icons {
    border-top-color: #3c444b
}

html.dark ul.nav-list > li a {
    border-bottom-color: #2c3237
}

    html.dark ul.nav-list > li a:hover {
        background-color: #2c3237
    }

html.dark .content-grid .content-grid-item:before {
    border-left-color: #333940
}

html.dark .content-grid .content-grid-item:after {
    border-bottom-color: #333940
}

html.dark .content-grid.content-grid-dashed .content-grid-item:before {
    border-left-color: #333940
}

html.dark .content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom-color: #333940
}

html.dark .testimonial .testimonial-author strong {
    color: #fff
}

html.dark .testimonial.testimonial-style-3 blockquote {
    background: #333940 !important
}

html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top-color: #333940 !important
}

html.dark .testimonial.testimonial-style-4 {
    border-color: #333940 !important
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: #333940 !important
}

html.dark .popover {
    background-color: #333940;
    border: 1px solid #2c3237
}

    html.dark .popover.top > .arrow {
        border-top-color: #2c3237
    }

        html.dark .popover.top > .arrow:after {
            border-top-color: #333940
        }

    html.dark .popover.right > .arrow {
        border-right-color: #2c3237
    }

        html.dark .popover.right > .arrow:after {
            border-right-color: #333940
        }

    html.dark .popover.bottom > .arrow {
        border-bottom-color: #2c3237
    }

        html.dark .popover.bottom > .arrow:after {
            border-bottom-color: #333940
        }

    html.dark .popover.left > .arrow {
        border-left-color: #2c3237
    }

        html.dark .popover.left > .arrow:after {
            border-left-color: #333940
        }

html.dark .popover-title {
    background-color: #2c3237;
    border-bottom: #333940
}

html.dark .page-header {
    border-bottom-color: #2c3237
}

html.dark .table > thead > tr > th, html.dark .table > tbody > tr > th, html.dark .table > tfoot > tr > th, html.dark .table > thead > tr > td, html.dark .table > tbody > tr > td, html.dark .table > tfoot > tr > td, html.dark .table-bordered {
    border-color: #2c3237
}

html.dark .table-striped > tbody > tr:nth-child(2n+1) > td, html.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #333940
}

html.dark pre {
    background-color: #2c3237;
    border-color: #2c3237;
    color: #777
}

html.dark .show-grid [class*=col-lg-] .show-grid-block {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark .google-map-borders, html.dark .embed-responsive-borders {
    border-color: #333940
}

html.dark .alert.alert-default {
    border-color: #333940;
    background-color: #2c3237
}

html.dark hr {
    background-image: linear-gradient(to left,#212529,#3F4247,#212529)
}

    html.dark hr.light {
        background-image: linear-gradient(to left,#212529,#3F4247,#212529)
    }

    html.dark hr.solid {
        background: #3f4247
    }

html.dark .divider {
    background-image: linear-gradient(to left,transparent,#3F4247,transparent)
}

    html.dark .divider [class*=fa-], html.dark .divider .icons {
        background: #212529
    }

    html.dark .divider.divider-solid {
        background: #3f4247
    }

    html.dark .divider.divider-style-2 [class*=fa-], html.dark .divider.divider-style-2 .icons {
        background: #262a2f
    }

    html.dark .divider.divider-style-3 [class*=fa-], html.dark .divider.divider-style-3 .icons {
        border-color: #3f4247
    }

    html.dark .divider.divider-style-4 [class*=fa-], html.dark .divider.divider-style-4 .icons {
        border-color: #3f4247
    }

        html.dark .divider.divider-style-4 [class*=fa-]:after, html.dark .divider.divider-style-4 .icons:after {
            border-color: #262a2f
        }

    html.dark .divider.divider-small {
        background: 0 0
    }

        html.dark .divider.divider-small hr {
            background: #3f4247
        }

        html.dark .divider.divider-small.divider-light hr {
            background: #3f4247
        }

    html.dark hr.dashed:after, html.dark .divider.dashed:after {
        border-color: #3f4247
    }

html.dark .heading.heading-bottom-border h1 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h2, html.dark .heading.heading-bottom-border h3 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-border h4, html.dark .heading.heading-bottom-border h5, html.dark .heading.heading-bottom-border h6 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h1, html.dark .heading.heading-bottom-double-border h2, html.dark .heading.heading-bottom-double-border h3 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-bottom-double-border h4, html.dark .heading.heading-bottom-double-border h5, html.dark .heading.heading-bottom-double-border h6 {
    border-bottom-color: #3f4247
}

html.dark .heading.heading-middle-border:before {
    border-top-color: #3f4247
}

html.dark .heading.heading-middle-border h1, html.dark .heading.heading-middle-border h2, html.dark .heading.heading-middle-border h3, html.dark .heading.heading-middle-border h4, html.dark .heading.heading-middle-border h5, html.dark .heading.heading-middle-border h6 {
    background: #212529
}

html.dark .recent-posts .date .day, html.dark section.section .recent-posts .date .day {
    background-color: #333940
}

html.dark .blog-posts article {
    border-color: #2c3237
}

html.dark section.featured .recent-posts .date .day, html.dark article.post .post-date .day {
    background-color: #2c3237
}

html.dark article .post-video, html.dark article .post-video iframe, html.dark article .post-audio, html.dark article .post-audio iframe {
    background-color: #2c3237;
    border-color: #2c3237
}

html.dark ul.simple-post-list li {
    border-bottom-color: #262a2f
}

html.dark .post-block {
    border-top-color: #1c2023
}

html.dark ul.comments .comment-block {
    background-color: #2c3237
}

html.dark ul.comments .comment-arrow {
    border-right-color: #2c3237
}

html.dark .pricing-table li {
    border-top-color: #262a2f
}

html.dark .pricing-table h3 {
    background-color: #262a2f;
    text-shadow: none
}

    html.dark .pricing-table h3 span {
        background: #2c3237;
        border-color: #282d31;
        box-shadow: 0 5px 20px #282d31 inset,0 3px 0 #2c3237 inset;
        color: #777
    }

html.dark .pricing-table .most-popular {
    border-color: #2c3237
}

    html.dark .pricing-table .most-popular h3 {
        background-color: #2c3237;
        color: #fff;
        text-shadow: none
    }

html.dark .pricing-table .plan-ribbon {
    background-color: #2c3237
}

html.dark .pricing-table .plan {
    background: #2c3237;
    border: 1px solid #2c3237;
    color: #777;
    text-shadow: none
}

html.dark .product-thumb-info {
    background-color: #2c3237;
    border-color: transparent
}

html.dark .shop .quantity .qty {
    background-color: #2c3237;
    border-color: transparent
}

html.dark .shop .quantity .minus, html.dark .shop .quantity .plus {
    background-color: #262a2f;
    border-color: transparent
}

html.dark .shop table.cart td, html.dark .shop .cart-totals th, html.dark .shop .cart-totals td {
    border-color: #2c3237
}

html.dark .dialog {
    background-color: #212529
}

html.dark .modal-content {
    background-color: #212529
}

html.dark .modal-header {
    border-bottom-color: #2c3237
}

    html.dark .modal-header h1, html.dark .modal-header h2, html.dark .modal-header h3, html.dark .modal-header h4, html.dark .modal-header h5, html.dark .modal-header h6 {
        color: #777
    }

    html.dark .modal-header .close {
        text-shadow: none;
        color: #fff
    }

html.dark .modal-footer {
    border-top-color: #2c3237
}

html.dark .popup-inline-content, html.dark .mfp-content .ajax-container {
    background: #212529 !important
}

html.dark .loading-overlay {
    background: #212529
}

html.dark .sort-destination-loader:after {
    background-color: #212529
}

html.dark #footer .newsletter form .btn-light {
    background-color: #262a2f;
    border-color: #262a2f;
    color: #777
}

html.dark #footer .newsletter form .form-control {
    border: 0
}

@media(min-width:992px) {
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
        background: #262a2f
    }

        html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:hover > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:focus > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li.active > a, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li:active > a {
            background: #333940
        }

        html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
            border-bottom-color: #333940
        }

            html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:hover, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:focus, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a.active, html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a:active {
                background: #333940
            }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
        color: #999
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav > li:hover > a {
        background: #333940
    }

    html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper {
        background: #333940
    }

    html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
        color: #ccc
    }

    html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        color: #fff
    }

    html.dark #header .header-nav.header-nav-links nav > ul > li > a, html.dark #header .header-nav.header-nav-links nav > ul > li:hover > a, html.dark #header .header-nav.header-nav-line nav > ul > li > a, html.dark #header .header-nav.header-nav-line nav > ul > li:hover > a {
        color: #ccc
    }

    html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li > a, html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li:hover > a {
        color: #ccc
    }

    html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        background-color: #212529
    }
}

@media(max-width:991px) {
    html.dark #header .header-nav-main:before {
        background-color: #212529
    }

    html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-color: transparent;
        background: #39404c
    }

    html.dark #header .header-nav-main nav > ul li {
        border-bottom-color: #333940
    }

    html.dark #header .header-nav-main nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
        color: #fff
    }

    html.dark #header .header-nav-main nav ul li a:active {
        background-color: #1e1e1e;
        color: #fff
    }

    html.dark .home-concept {
        background-image: none
    }
}

html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat
}

html.boxed .body {
    position: relative;
    background-color: transparent;
    border-radius: 5px;
    border-top: 5px solid #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto
}

html.boxed #header .header-body {
    border-top-color: transparent;
    border-top: 0
}

html.boxed #header.header-effect-shrink .header-body {
    max-width: 1200px
}

html.boxed .main {
    background-color: #fff;
    overflow: hidden
}

html.boxed section.section.section-footer {
    padding-bottom: 100px
}

html.boxed #footer {
    margin-top: 0;
    border-bottom: 4px solid #1a1c1e;
    border-radius: 0 0 5px 5px
}

html.boxed .footer-reveal {
    max-width: 1200px;
    left: auto !important
}

@media(min-width:1200px) {
    html.boxed.sticky-header-active #header .header-body {
        width: 100%;
        max-width: 1200px
    }

    html.boxed .footer-reveal {
        bottom: 25px !important
    }
}

@media(max-width:1199px) {
    html.boxed .footer-reveal {
        border-bottom: none !important
    }
}

@media(min-width:992px) {
    html.boxed #header .header-top.header-top-colored {
        margin-top: -18px;
        border-radius: 4px 4px 0 0
    }

    html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-body {
        position: fixed !important;
        padding-left: 15px;
        padding-right: 15px
    }

    html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-nav-bar {
        margin: 0 -15px -9px
    }
}

@media(max-width:991px) {
    html.boxed .body {
        margin: 0 auto;
        border-radius: 0
    }
}

@media(max-width:767px) {
    html.boxed {
        background: 0 0 !important
    }
}

html.gap-outside .body {
    margin-top: 25px;
    margin-bottom: 25px
}

html.gap-outside .main, html.gap-outside #footer {
    margin-right: 25px;
    margin-left: 25px
}

html.gap-outside .slider-container {
    width: 100% !important;
    left: auto !important
}

html.gap-outside #header:not(.side-header) {
    margin-top: -25px
}

    html.gap-outside #header:not(.side-header) .header-body {
        left: 0;
        padding-right: 25px;
        padding-left: 25px
    }

    html.gap-outside #header:not(.side-header) .header-container:after {
        content: none
    }

@media(max-width:991px) {
    html.gap-outside #header:not(.side-header) .header-nav-main:before {
        width: calc(100vw - 50px)
    }
}

html.gap-outside .sticky-wrapper {
    left: 25px !important;
    width: calc(100vw - 67px) !important
}

html.gap-outside .pin-wrapper .sticky-wrapper {
    left: 25px !important;
    width: calc(100vw - 67px) !important
}

    html.gap-outside .pin-wrapper .sticky-wrapper .sticky-body {
        width: calc(100vw - 67px) !important
    }

    html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active {
        top: -25px !important;
        left: 0 !important;
        width: 100% !important
    }

        html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body {
            width: 100% !important
        }

            html.gap-outside .pin-wrapper .sticky-wrapper.sticky-effect-active .sticky-body .container-fluid {
                padding-left: 25px;
                padding-right: 25px
            }

.sld-h {
    height: calc(100vh - 136px);
}

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

.color-red {
    color: red !important
}

.color-green {
    color: green !important
}


.blog-yazi {
    color: rgb(0, 0, 0);
    font-size: 16px;
    /*font-family: 'comic sans ', cursive;*/
    text-align: justify;
    /*font-weight:bold;*/
}

#slider {
    height: 100vh !important;
}

.p-slide-container {
    max-width: 100%;
    padding: 0 90px !important;
    height: 100vh;
}

.istoc-btn a img {
    margin-left: 10px;
    transition: all .3s;
}

.istoc-btn a:hover {
    text-decoration: none;
}

    .istoc-btn a:hover img {
        margin-left: 20px;
    }

.senleniyor {
    min-height: 155px;
    background: url(../upload/anasayfa/penguen-ile-mutfaklar-senleniyor.webp) center center no-repeat;
    background-size: cover;
    padding-left: 45px;
}

    .senleniyor a:hover {
        text-decoration: none;
    }

    .senleniyor .sol {
        position: absolute;
        /*left:45px;*/
    }

        .senleniyor .sol .title {
            margin: 0;
            padding: 0;
            font-size: 25px;
            line-height: 31px;
            font-weight: 300;
            color: #fff;
            letter-spacing: 3px;
            transition: all .5s;
            /*color: transparent !important;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ccc;*/
        }


.sollink .sol img {
    transition: all .5s;
    margin-left: 15px
}

.sollink:hover .sol img {
    transform: translate3d(0,0,0) rotate( 360deg);
}

.sollink:hover .sol .title {
    letter-spacing: 2px;
}


.katalog {
    min-height: 310px;
    margin-top: 30px;
    background: url(../upload/anasayfa/katalog.webp) center center no-repeat;
    background-size: cover;
    padding-left: 45px;
}

    .katalog .sol {
        position: absolute;
        width: 75%;
    }

        .katalog .sol .title {
            margin: 0;
            padding: 0;
            font-size: 25px;
            line-height: 31px;
            font-weight: 300;
            color: #fff;
            letter-spacing: 3px;
            transition: all .5s;
            /*color: transparent !important;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ccc;*/
        }

        .katalog .sol p {
            margin: 0;
            padding: 0;
            font-size: 13px;
            line-height: 19px;
            font-weight: 300;
            color: #fff;
            letter-spacing: 1px;
            transition: all .5s;
            /*color: transparent !important;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ccc;*/
        }


        .katalog .sol img {
            transition: all .5s;
            margin-left: 15px
        }

    .katalog:hover .sol img {
        transform: translate3d(0,0,0) rotate( 360deg);
    }

    .katalog:hover .sol .title {
        letter-spacing: 2px;
    }




.anasayfa-aciklama {
    height: 380px;
    overflow: hidden;
}

    .anasayfa-aciklama.all {
        height: auto;
        overflow: hidden;
    }

.istoc-bg {
    background: url(../upload/anasayfa/istoc.webp) no-repeat center center;
    background-size: cover;
    min-height: 180px;
}

.istoc-sol {
    height: 180px;
}

.istoc-sol {
    height: 180px;
}

.bread-links {
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0;
    background-color: transparent;
    font-size: 12px;
}

    .bread-links li {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-flex;
    }

        .bread-links li a {
            font-size: 12px;
            font-weight: 500;
            margin: 0;
            padding: 0;
            transition: all .3s;
        }

            .bread-links li a:hover {
                text-decoration: none;
                color: #D3B26E;
            }

        .bread-links li img {
            margin: 0px 5px;
        }

.sol-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 2px;
}

    .sol-menu li {
        list-style-type: none;
        display: flex;
        margin: 0;
        padding: 0;
    }

        .sol-menu li a {
            width: 100%;
            background-color: #fff;
            margin-bottom: 2px;
            padding: 7px 10px 7px 35px;
            transition: all .3s;
            color: #000;
        }

            .sol-menu li a:hover, .sol-menu li a.active {
                background-color: #f7f7f7;
                text-decoration: none;
            }

            
            .sol-menu li a.active:before {
                content: "";
                float: left; 
                width: 20px;
                height: 1px;
                background-color: #000;
                margin-top: 12px;
                margin-right: 10px;
            }
/*Product*/
.product-col {
    padding: 0;
    width: 100%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain; 
}
     

    .product-col img {
        width: 100%;
        max-height: 240px;
        opacity: 0;
    }

.product-details {
    position: relative;
    padding: 15px 50px 15px 15px; 
    background-color: #fff;
    margin-bottom: 15px;
    transition:all .3s;
    min-height:106px;
}

    .product-details span {
        display: flex;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height:16px;       
        font-weight: 400;
        margin-bottom:5px;
    }
        .product-details span a {
            color: #D3B26E;
        }

    .product-details h3 {
        display: flex;
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 17px;        
        font-weight: 400;
        margin-bottom: 5px;
        letter-spacing:0;
    }
        .product-details h3 a {
            color: #000;
        }

    .product-details p {
        display: flex;
        padding: 0;
        margin: 0;
        font-size: 11px;
        line-height: 11px;        
        font-weight: 400;
        margin-bottom: 5px;
    }
        .product-details p a {
            color: #000;
        }
    .product-details a:hover {
        color: #D3B26E;
    }

.product-button {
    position: absolute;    
    bottom: 3px; 
    right: 5px;
    
}
    .product-button img {
        width:50px;
        transition: all .3s;
    }

.product-button:hover img {
   width:45px;
}
@media(max-width:767px)
{
    .product-col { 
        height: 180px; 
    }
    .product-details { 
        padding: 15px 15px 15px 15px; 
    }
}

/*ürün detay*/
.product-details-div {
    position:relative;
    width:100%;
    height:567px;
   
}
.product-details-right {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 567px;
    padding: 45px;
    background: #fff url(../images/urun-detay.webp) no-repeat center center;
    background-size: 120px;
}
    .product-details-right .code {
        display: flex;
        padding: 0;
        margin: 0;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #D3B26E;
    }
    .product-details-right h3 {
        display: flex;
        padding: 0;
        margin: 0;
        font-size: 21px;
        line-height: 27px;
        font-weight: 400;
        margin-bottom: 5px;
        color: #000;
    }
    .product-details-right p {
        display: flex;
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #000;
    }
    .product-details-right p+p {
        display: flex;
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #000;
    }

.prev-product-buttons {
    position:absolute;
    bottom:5px;
    left:5px;    
    height:50px; 
    display:flex;
    align-items:center;
    justify-content:center;
}
    .prev-product-buttons:hover .link, .next-product-buttons:hover .link {
        color: #D3B26E;
    }
.next-product-buttons {
    position: absolute;
    bottom: 5px;
    right: 5px;    
    height: 50px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

    .next-product-buttons .link {
        width: 55px;
        text-align: right;
        margin-right: 15px;
        line-height: 17px;
    }

    .prev-product-buttons .link {
        width: 55px;
        text-align: left;
        margin-left: 15px;
        line-height: 17px;
    }

    .next-product-buttons .link:hover, .prev-product-buttons .link:hover {
    color: #D3B26E;
}


.penguen-btn-white {
    text-align: left;
    width: 180px;
    height: 41px;
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.4s;
}

    .penguen-btn-white:hover {
        background-image: url(../images/more2.png) !important;
    }

.penguen-btn-white-en {
    text-align: left;
    width: 180px;
    height: 41px;
    background-image: url(../images/more-en.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 0.4s;
}

    .penguen-btn-white-en:hover {
        background-image: url(../images/more-en-hover.png) !important;
    }

.penguen-btn-black {
    background-color: var(--black);
    border: 1px solid var(--black);
    border-radius: 0px;
    padding: 10px 25px;
}

    .penguen-btn-black:hover {
        background-color: transparent !important;
        border: 1px solid var(--black);
        color: var(--black);
    }

.custom-btn-style-1.custom-btn-style-1-right {
    left: auto;
    right: 5px
}




.custom-slider-background {
    display: flex;
    align-items: stretch;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    transform: translate3d(0,0,0);
    opacity: 0;
    transition: ease box-shadow 300ms
}

@media (max-width:767px) {
    .custom-slider-background {
        top: 110px;
        left: 0px;
        right: 0px;
        bottom: 15px;
    }
}

.custom-slider-background .custom-slider-background-image-stage-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden
}

    .custom-slider-background .custom-slider-background-image-stage-outer .custom-slider-background-image-stage {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
        height: 100vh
    }

        .custom-slider-background .custom-slider-background-image-stage-outer .custom-slider-background-image-stage .custom-slider-background-image-item {
            width: 100%;
            height: 100%
        }

.custom-slider-background.show {
    opacity: 1
}

    .custom-slider-background.show .custom-slider-background-image-stage-outer .custom-slider-background-image-stage {
        transition: ease transform 1s
    }

@media(max-width:575px) {
    .custom-slider-background .custom-slider-background-image-stage-outer {
        width: 100%
    }

        .custom-slider-background .custom-slider-background-image-stage-outer:nth-child(2) {
            display: none
        }
}

#slider .owl-nav {
    transition: ease opacity 1s
}

    #slider .owl-nav.hide {
        opacity: 0;
        visibility: hidden
    }

    #slider .owl-nav.show {
        opacity: 1;
        visibility: visible
    }


#footer p, #footer li, #footer span, #footer a:not(.btn):not(.no-footer-css) {
    color: #999
}

#footer a:hover {
    color: #000 !important;
}

#footer .footer-copyright p {
    color: #999
}
.contact-list {list-style:none; margin:0; padding:0;}
.contact-list li {list-style-type:none; margin-bottom:10px;}
.ml-33 {margin-left:33px;}
.p-35 {
    padding: 35px;
}
.yol-tarifi {
    padding: 9px 11px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color:#fff;
    color:#000;
    transition:all .3s;
}
    .yol-tarifi:hover {
        padding: 9px 11px;
        border: 1px solid #D3B26E;
        border-radius: 5px;
        background-color: #D3B26E;
        color: #000;
    }
.min-h-274 {min-height:274px;}
.min-h-450 {
    min-height: 450px;
}
.notfound-ul {
    margin:auto;
    list-style:none;
    padding:0;
}
.notfound-ul li{
    text-align:center;
   list-style-type:none;
}
    .notfound-ul li h2 {
        margin:0;
        padding:0;
    }