﻿@media (min-width: 1400px) {
}

@media (min-width: 1366px) {
}

@media (min-width: 1280px) {
}

@media (min-width: 1200px) {
    #header {
        min-height: 226px;
    }

    .ml-negative-4 {
        background: #d11100;
        margin-left: -160px;
        padding: 3rem;
    }

    .slider-style-1 .item {
        padding: 10.5rem 0;
    }

    .slider-style-1 .slide-image {
        flex: 60%;
        max-width: 60%;
        background: none !important;
    }

    .slider-style-1 .slide-description {
        flex: 40%;
        max-width: 40%;
        /* padding-right: 60px; */
    }

    .slider-style-1 {
        margin: 0px auto;
        background: url("/uploads/images/theme23/slider-bg.png") no-repeat top left transparent;
        background-size: cover;
    }

    .slider-style-2 .slide-image {
        flex: 100%;
        max-width: 100%;
        background-size: cover !important;
        height: 100%;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
    }

    .slider-style-2 .slide-description {
        flex: 50%;
        max-width: 50%;
        position: relative;
        z-index: 1;
        padding-top: 10rem;
    }

    .slider-style-2 .item {
        margin: 0px auto;
        height: 100%;
        min-height: 634px;
        position: relative;
    }
}

@media (min-width: 1025px) {

    .main-nav .navbar-nav > li > a {
        line-height: 71px;
        font-size: 15px;
        padding: 0 12px !important;
        color: #ffffff;
        font-weight: 500;
        padding-right: 36px !important;
    }

        .main-nav .navbar-nav > li > a:hover {
            color: #d11100;
        }

    .main-nav .navbar-nav > li:first-child a:before {
        position: absolute;
        background-color: #d11100;
        padding: 40px 35px;
        top: -3px;
        left: 0;
        content: "";
        z-index: 2;
        transform: skew(0,-8deg);
    }

    .main-nav .navbar-nav > li:first-child a i {
        z-index: 3;
        position: relative;
        font-size: 22px;
    }

    .main-nav .navbar-nav > li:first-child a {
        width: 68px;
        text-align: center;
        margin-right: 40px;
        padding-right: 12px !important;
    }

        .main-nav .navbar-nav > li:first-child a:hover {
            color: white;
        }

    .main-nav .dropdown-toggle::after {
        border: none !important;
        font-family: "Font Awesome 5 Free";
        content: "\f078" !important;
        font-weight: 900;
        margin: 0;
        padding: 0;
        font-size: 11px;
        right: 0;
        vertical-align: 0;
    }

    .main-nav .navbar-nav > li > a:after {
        position: unset;
        right: unset !important;
        margin-left: 5px;
    }


    .main-nav .navbar-nav > li .dropdown-menu {
        display: block;
        opacity: 0;
        border-radius: 0;
        position: absolute;
        padding: 30px 34px;
        overflow: hidden;
        z-index: 99;
        top: 100%;
        background: #ffffff;
        width: 600px;
        text-align: left;
        left: -55px;
        transform-origin: top;
        -webkit-transform: perspective(5em) rotateX(-90deg);
        -moz-transform: perspective(5em) rotateX(-90deg);
        -ms-transform: perspective(5em) rotateX(-90deg);
        -o-transform: perspective(5em) rotateX(-90deg);
        transform: perspective(5em) rotateX(-90deg);
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        /* -webkit-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3); */
        -ms-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
        -o-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
        -moz-box-shadow: 0 0 30px rgba(33, 38, 49, 0.3);
        /* box-shadow: 0 0 30px rgb(235, 213, 215); */
        margin: 0;
        border: 0 !important;
    }
	
	.main-nav .navbar-nav > li .dropdown-menu li {
    width: 50%;
    float: left;
}

        .main-nav .navbar-nav > li .dropdown-menu li > a {
            line-height: 42px;
            padding: 0px;
            font-size: 14px;
            font-weight: 400;
            color: #131313;
            border-bottom: 1px solid #efefef;
        }

            .main-nav .navbar-nav > li .dropdown-menu li > a:hover {
                color: #d52027;
            }

    .main-nav .navbar-nav > li:hover .dropdown-menu {
        display: block;
        transition-timing-function: ease;
        transition-duration: .4s;
        transition-property: opacity, transform;
        visibility: visible;
        opacity: 1;
        -webkit-transform: perspective(0em) rotateX(0deg);
        -moz-transform: perspective(0em) rotateX(0deg);
        -ms-transform: perspective(0em) rotateX(0deg);
        -o-transform: perspective(0em) rotateX(0deg);
        transform: perspective(0em) rotateX(0deg);
    }
}

@media (min-width: 1024px) {
}



@media (max-width: 1024px) {
    .header {
        padding: 16px 0px;
    }

    .order-mobile {
        order: 3;
    }

    .slider-style-1 .item {
        margin: 0px auto;
        padding: 5rem 0rem;
    }

    .slider-style-1 .slide-image {
        background: none !important;
    }

    .ml-negative-4 {
        background: #d11100;
        margin-left: -120px;
        padding: 3rem;
    }
    /* MAIN NAV */
    .main-nav .navbar-nav {
        overflow-y: scroll;
    }

    .main-nav ul > li > a {
        color: #e7eaef !important;
        line-height: 60px !important;
        border-bottom: 1px solid #313232;
        font-weight: 400 !important;
        font-size: 14px;
        padding-left: 24px !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    .main-nav .navbar-collapse.show {
        -webkit-animation: slideInLeft 0.5s;
        animation: slideInLeft 0.5s;
        width: 80%;
        max-width: 320px;
        overflow-y: scroll;
    }

    .main-nav .navbar-collapse {
        position: fixed !important;
        left: -100%;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        box-shadow: 20px 80px 100px 0 rgba(24, 37, 66, 0.63);
        background: #272727;
        z-index: 99;
    }

        .main-nav .navbar-collapse:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            /* background: #ef4647eb; */
            z-index: -1;
        }

    .main-nav .collapsing {
        transition: unset;
        height: 100%;
    }

    .main-nav .dropdown-menu {
        background: transparent;
        border: 0;
        padding-left: 14px;
    }

    .main-nav .dropdown.show .dropdown-toggle::after {
        content: "\f077" !important;
    }

    .main-nav .dropdown .dropdown-toggle::after {
        position: absolute;
        right: 28px;
        padding: 0px 8px;
        top: 16px;
        height: 26px;
        line-height: 26px;
        color: #ffffff;
        border-radius: 3px;
        border: 1px solid #df545e !important;
        background: #de535e;
        font-family: "Font Awesome 5 Free";
        content: "\f078" !important;
        font-weight: 900;
    }
    /* MAIN NAV */
}

@media (max-width: 812px) {
    .slider-style-1 .slide-description {
        margin-bottom: 40px;
    }

    .ml-negative-4 {
        background: #d11100;
        margin-left: 0px;
        padding: 3rem;
    }
}

@media (max-width: 768px) {
    .logo {
    }

    .topbar {
        background: #d11100 !important;
        color: white !important;
    }

        .topbar p {
            color: white !important;
        }

    .dmenu-style-1 {
        float: none !important;
        text-align: center;
    }

        .dmenu-style-1 .navbar-nav {
            margin: 0px auto;
            padding-top: 14px;
        }
}

@media (max-width: 680px) {
    .blog-slider-style-1 .blog-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-slider-style-1 .blog-item .avatar {
            max-width: 100%;
            flex: 100%;
            margin-bottom: 20px;
        }

        .blog-slider-style-1 .blog-item .blog-item-descriptions {
            flex: 100%;
            max-width: 100%;
            padding: 0;
        }
}

@media (max-width: 440px) {
}

@media (max-width: 410px) {
}




@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
}

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .slider-style-1 {
    }

        .slider-style-1 .slide-image {
            display: none;
        }

    .ap-style-1 {
        display: block;
    }

        .ap-style-1 .advanced-paragraph-content {
            padding-left: 0;
            margin-top: 10px;
        }

        .ap-style-1 .advanced-paragraph-icon a {
        }

    .ap-style-2 {
        zoom: 0.8;
    }

    .blog-slider-style-1 .blog-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-slider-style-1 .blog-item .avatar {
            max-width: 100%;
            flex: 100%;
            margin-bottom: 20px;
        }

        .blog-slider-style-1 .blog-item .blog-item-descriptions {
            flex: 100%;
            max-width: 100%;
            padding: 0;
        }

    #section-mobil-uygulamalar .col-md-6 {
        max-width: 100% !important;
        flex: 0 0 100%;
    }
}

.dmenu-style-1 .navbar-nav li a {
    color: #343434;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 14px !important;
    letter-spacing: 0.4px;
    line-height: 44px;
    font-family: 'Roboto Condensed';
}

    .dmenu-style-1 .navbar-nav li a i {
        margin-right: 12px;
        float: left;
        line-height: 40px;
        font-size: 20px;
        color: #ffffff;
        background: #d11100;
        width: 40px;
        text-align: center;
        border-radius: 4px;
    }

.dmenu-style-2 .navbar-nav li a {
    font-size: 14px;
    color: white;
    padding: 0 5px !important;
}

    .dmenu-style-2 .navbar-nav li a i {
        text-align: center;
        line-height: 44px;
        margin-right: 14px;
    }

.dmenu-style-2 .navbar-nav li:first-child a i {
}
/* EDIT MODULES */
.module {
    position: relative;
    min-height: 30px;
    min-width: 40px;
}

.tox-tinymce-aux {
    z-index: 9999999999;
}

.image-module.module {
    min-height: 120px;
}

.image-style-1 a img {
    width: 100%;
}

.image-style-1 a {
    display: block;
}

.logo {
    min-height: unset !important;
}

#header .image-module.module {
    min-height: 32px;
    z-index: 3;
}

header .module {
    min-height: 21px;
}

.topbar .module {
    /* z-index: 3 !important; */
    position: relative;
}


.edit-button {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 9;
    background: #f3f3f3;
    border-radius: 4px;
    font-size: 12px;
    padding: 0px 8px;
    border: 1px solid #f3f3f3;
    color: #424141;
    line-height: 26px;
}

.header .edit-button {
    top: 20px;
}

.top20 .edit-button {
    top: 20%;
}


.edit-module {
}

    .edit-module .modal-header {
        background: #1d1d1d;
        border-radius: 0;
        color: white;
        font-family: 'Quicksand', sans-serif;
    }

        .edit-module .modal-header .modal-title {
            font-size: 18px;
            font-family: 'Rajdhani', sans-serif;
        }

        .edit-module .modal-header .close {
            opacity: 1;
            text-shadow: none;
            color: white;
        }

    .edit-module .form-control {
        font-size: 13px;
    }

    .edit-module .btn-secondary {
        background: #403f3f;
        border-color: #403f3f;
    }

.edit-list-module .edit-module-image, .edit-list-module .edit-module-upload {
    display: none;
}

a.add-btn {
    background: #2b74bc;
    color: white;
    display: inline-block;
    width: 100%;
    line-height: 3;
    text-align: center;
    border-radius: 3px;
}

a.remove-btn {
    background: #dc3545;
    color: white;
    display: inline-block;
    width: 100%;
    line-height: 3;
    text-align: center;
    border-radius: 3px;
}

.form-preview {
    padding: 16px;
    border: 3px dashed #e7e5e5;
    margin-top: 30px;
}

a.help {
    position: absolute;
    left: 15px;
    /*top: 15px;
    */
    color: rgb(44, 41, 41);
    line-height: 22px;
    padding: 8px 0px;
}

.edit-module .modal-footer {
    position: relative;
}

a.remove-image {
    position: absolute;
    background: #232323;
    bottom: 15px;
    right: 15px;
    padding: 4px 16px;
    border-radius: 3px;
    color: white;
}

#moduleTabsContent {
    padding: 15px;
    border: 1px solid #e9e9e9;
}

#moduleTabs {
    border: 0;
}

    #moduleTabs > li > a {
        background: #efefef;
        border: 0;
        border-radius: 0;
        padding: 10px 34px !important;
        margin-right: 2px;
        font-size: 15px;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 500;
    }

        #moduleTabs > li > a.active {
            background: black;
            color: white;
        }

.edit-module h3 {
    font-size: 14px;
}

.edit-module .btn {
    border-radius: 3px !important;
    font-size: 16px;
}

.edit-module .form-control::placeholder {
    font-size: 13px;
}

.edit-module .sub-title {
    background: #fbfbfb;
    padding: 14px 15px;
    margin: 12px 0px;
    font-size: 16px;
    color: #3c3b3b;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
}

.edit-module label {
    color: #3c3b3b;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.edit-module .sub-header {
    background: #f1f1f1;
    margin-bottom: 20px;
    height: 52px;
    padding: 6px 15px;
}

    .edit-module .sub-header h2 {
        float: left;
        font-size: 16px;
        margin: 0;
        font-weight: 400;
        line-height: 36px;
    }

    .edit-module .sub-header .ordering-box {
        width: 50px;
        text-align: center;
    }

.add-slide {
    color: white !important;
    width: 100%;
}

.remove-slide, .remove-accordion-tab, .remove-tab, .remove-gallery-item, .remove-pricing-item {
    float: right;
    color: white !important;
    margin-top: 25px;
    padding: 8px 16px;
    border-radius: 3px;
}

.remove-gallery-item {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.gallery-section {
    position: relative;
}

.help-link {
    position: absolute;
    left: 20px;
    font-size: 14px;
}

.green-button a.btn {
    background: #30CE89;
    border-color: #30CE89;
}

    .green-button a.btn:hover {
        background: #1d1d1d;
        border-color: #1d1d1d;
    }
/* EDIT MODULES */

/* HTML EDITOR */
.module.html-editor-module {
    min-height: 40px;
}

.html-editor-module h2, .html-editor-module h2, .html-editor-module h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
}

.html-editor-module p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 36px;
}

.html-editor-module iframe {
    border: 16px solid #f7f7f7 !important;
}

.html-editor-module .progress {
    margin-bottom: 55px;
    position: relative;
    overflow: visible;
    height: 6px;
    border-radius: 36px;
}

.map p {
    margin-bottom: 0 !important;
}

.progress-bar p {
    position: absolute;
    right: 10px;
    top: -28px;
    color: #444343;
    font-size: 12px;
}

.html-editor-module .progress label {
    display: block;
    position: absolute;
    top: -30px;
    color: black;
    font-size: 15px;
    font-weight: 500;
}
/* HTML EDITOR */

.hideEditButtons {
    display: block;
    position: fixed;
    bottom: 20%;
    z-index: 999;
    background: #252525;
    border: 0;
    color: white;
    padding: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.section-key {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 97;
    opacity: 0.5;
    color: #979797;
    cursor: pointer;
    filter: invert(1);
}

.swal-button, .swal-button:active {
    background-color: #269ef6 !important;
}

.swal-footer {
    text-align: center;
}

.swal-button:not([disabled]):hover {
    background-color: #269ef6 !important;
}

.footer-signature {
    text-align: right;
}

.footer-bottom {
    line-height: 54px;
    display: none;
}

#up {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #d11100;
    color: white;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 98;
    cursor: pointer;
}

.fixed-bar.active {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    animation: fadeInDown 0.25s;
    border-bottom: 0;
    border: 0;
    /* background: #ff4f01 !important; */
    border: 0 !important;
}

    .fixed-bar.active .main-nav .navbar-nav > li:first-child a:before {
        position: absolute;
        background-color: #d11100;
        padding: 43px 35px;
        top: -10px;
        left: 0;
        content: "";
        z-index: 2;
        transform: skew(0,-8deg);
    }

    .fixed-bar.active:before {
        opacity: 0;
    }

    .fixed-bar.active:after {
        opacity: 0;
    }
