﻿body {
    color: #676767;
    font-family: 'GalanoGrotesque';
    overflow-x: hidden;
    font-size: 14px;
}

    body a {
        -moz-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        -ms-transition-duration: .5s;
        transition-duration: .5s;
    }

        body a:hover {
            text-decoration: none;
        }
        
        .button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.h1-link {
    font-size: 2em; /* Adjust as per your h1 style */
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    text-decoration: none; /* Optional: Remove underline if not needed */
    color: inherit; /* Optional: Make it inherit h1 text color */
}
        
.btnstyle1{ background-image: url("../images/login3.png"); height: imageheight; width: imagewidth; }

.facebook {
    background-color: #3b5998;
    border: 2px solid #3b5998;
}

.twitter {
    background-color: #00aced;
    border: 2px solid #00aced;
}

.instagram {
    background-color: #bc2a8d;
    border: 2px solid #bc2a8d;
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.youtube {
    background-color: #bb0000;
    border: 2px solid #bb0000;
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    margin-left: 2.5px;
    margin-right: 2.5px;
}


.socialMediaButon a {
    text-decoration: none;
    color: #FFF;
    width: 33px;
    height: 33px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 20px;
    font-size: 2px;
    overflow: hidden;
    position: relative;
    line-height: 30px;
    text-align: center;
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
}

    .socialMediaButon a:hover {
        transform: rotate(360deg);
        border-radius: 50%;
        color: #FFF;
    }

body .btn, body .form-control, body a {
    font-size: 14px;
}

body .form-control {
    border-radius: 0;
    border: 1px solid #aaa;
    background: #f5f5f5;
}

    body .form-control:focus {
        border-color: #41a2b3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(65, 162, 179, .5);
    }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 162, 179, .5);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: none;
}

.force-responsive {
    width: 100% !important;
}

.col-narrow-padding {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.col-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

nav.navbar.navbar-default {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

.img-cover {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .mobile-text-center {
        text-align: center !important;
    }
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.galano {
    font-family: 'GalanoGrotesque';
    font-weight: normal;
    font-style: normal;
}

.topbar {
    padding-top: 20px;
    padding-bottom: 20px;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

    .topbar .search {
    }

        .topbar .search .fa-search {
            color: #a9a9a9;
            font-size: 16px;
            margin-right: -25px;
            z-index: 1;
            margin-top: 10px;
        }

        .topbar .search input::placeholder {
            color: #a9a9a9;
            opacity: 1;
            padding-left: 20px;
            font-weight: 300;
        }

        .topbar .search input:-ms-input-placeholder {
            padding-left: 20px;
            font-weight: 300;
            color: #a9a9a9;
        }

        .topbar .search input::-ms-input-placeholder {
            padding-left: 20px;
            font-weight: 300;
            color: #a9a9a9;
        }

        .topbar .search .btn {
            border-radius: 0;
            background: #f5f5f5;
            border: 1px solid #aaa;
        }

            .topbar .search .btn.dropdown-toggle {
                border-right: 0;
            }

                .topbar .search .btn.dropdown-toggle::after {
                    margin-left: 25px;
                    position: relative;
                    top: 2.5px;
                }

                .topbar .search .btn.dropdown-toggle:hover, .topbar .search .btn.dropdown-toggle:focus {
                    color: #000;
                    background: #f5f5f5;
                }

        .topbar .search .btn-wrapper {
            border: 1px solid #aaa;
            background: #f5f5f5;
            border-left: none;
        }

        .topbar .search .last {
            border: 0;
            background: #41a2b3;
            color: #fff;
            font-weight: 300;
        }

    .topbar .menu-group {
        padding-top: 3px;
        cursor: pointer;
        display: inline-block;
        float: right;
    }

        .topbar .menu-group .menu-bar {
            display: block;
            width: 26px;
            height: 3px;
            background: #010101;
            margin: 3px 0px;
            border-radius: 0;
            float: right;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

            .topbar .menu-group .menu-bar.half {
                width: 13px;
                margin-left: 13px;
            }

        .topbar .menu-group:hover .menu-bar.half, .topbar .menu-group:focus .menu-bar.half {
            width: 26px;
            margin-left: 13px;
        }

@media (min-width: 1599px) {
    body .slider .img .slider-content {
        padding-top: 20%;
    }

    body .slider .owl-dots {
        position: absolute;
        top: 68%;
        left: 21%;
    }
}

button.owl-dot:focus {
    outline: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1593d0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    border-radius: 30px;
}

.slider {
    background: #fff;
}

    .slider .img {
        height: calc(100vh - 164px);
        color: #fff;
    }

        .slider .img .slider-content {
            padding-top: 50px;
        }

            .slider .img .slider-content .btn-success {
                background-color: #41a2b3;
                border-color: #1c9eb5;
                padding: 10px 20px;
            }

            .slider .img .slider-content .btn-success {
                background-color: #41a2b3;
                border-color: #1c9eb5;
                padding: 10px 20px;
            }

                .slider .img .slider-content .btn-success:hover, .slider .img .slider-content .btn-success:focus {
                    background-color: #1ab1cc;
                }

    .slider .owl-dots {
        position: absolute !important;
        top: 79%;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

.temp {
    height: 50px;
    width: 100%;
    background: #a9a9a9;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes action {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-5px);
    }
}

.discover {
    color: #494949;
    padding-top: 10px;
}

    .discover a {
        color: #494949;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 4px;
    }

        .discover a i {
            font-size: 30px;
            -webkit-animation: action 1s infinite alternate;
            animation: action 1s infinite alternate;
        }

        .discover a[aria-expanded="false"] {
            top: 45px;
            position: relative;
            margin-bottom: 30px;
            display: block;
        }

.dropdown:hover > .dropdown-menu {
    display: block;
    border: solid 1px #9e0020;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
}

.main-nav {
    position: absolute;
    width: 100%;
    z-index: 2;
}

    .main-nav .navbar {
        background: #9e0020;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-top: 0;
        padding-bottom: 0;
    }

        .main-nav .navbar a {
            color: #fff;
        }

        .main-nav .navbar .dropdown-toggle::after {
            display: none;
        }

        .main-nav .navbar a .seperator {
            display: inline-block;
            width: 2px;
            height: 15px;
            background: #fff;
            padding-left: 1.6rem;
            padding-right: 1.6rem;
            position: relative;
            top: 2.5px;
        }

        .main-nav .navbar .nav-link {
            padding-left: 1.6rem;
            padding-right: 1.6rem;
            line-height: 32px;
            cursor: pointer;
        }

            .main-nav .navbar .nav-link:after {
                content: '';
                display: inline-block;
                width: 1px;
                height: 20px;
                background: #fff;
                position: absolute;
                margin-left: 1.6rem;
                margin-top: 8px;
                border: none;
            }

            .main-nav .navbar .nav-link:hover {
                background: #8a001c;
            }

        .main-nav .navbar li:last-child a:after {
            display: none;
        }

    /*.main-nav .navbar-nav li:first-child a {
        padding-left: 0.9rem !important;
    }*/

    .main-nav .dropdown {
        position: static;
    }

    .main-nav .dropdown-menu {
        margin-top: 0px;
        border: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .main-nav .dropdown-menu a {
            color: #6b6b6b;
        }

            .main-nav .dropdown-menu a:hover {
                color: #9e0020;
            }

        .main-nav .dropdown-menu ul {
            padding-left: 30px;
        }

            .main-nav .dropdown-menu ul li {
                list-style: none;
                border-bottom: 1px solid #eaeaea;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .main-nav .dropdown-menu ul li:last-child {
                    border-bottom: none;
                }

                .main-nav .dropdown-menu ul li.active {
                    background: #faf2f4;
                }

                .main-nav .dropdown-menu ul li:before {
                    content: "\f105";
                    font-family: 'FontAwesome';
                    display: inline-block;
                    width: 1.2em;
                    color: #9e0020;
                }

                .main-nav .dropdown-menu ul li a {
                }

                    .main-nav .dropdown-menu ul li a:hover, .main-nav .dropdown-menu ul li a.active {
                        color: #9e0020;
                    }

    .main-nav .navbar-nav .dropdown-menu li:first-child a {
        padding-left: 0 !important;
    }

    .main-nav .dropdown-toggle[aria-expanded="true"]::before, .main-nav .dropdown-toggle:hover::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ffffff transparent;
        position: absolute;
        margin-left: 25px;
        margin-top: 30px;
        z-index: 2;
    }

.welcome {
    padding-top: 15px;
    padding-bottom: 45px;
    border-bottom: 1px solid #9e9e9e;
}

    .welcome h1 {
        color: #2e2e2e;
    }

        .welcome h1:after {
            content: '';
            display: block;
            height: 4px;
            background-image: url(../images/h-seperator.png);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            margin-top: 25px;
            margin-bottom: 25px;
        }

    .welcome p {
        margin-bottom: 25px;
        font-size: 17px;
    }

    .welcome .img {
        height: 286.66px;
        border-radius: 4px;
    }

    .welcome .owl-prev {
        position: absolute;
        left: -60px;
        background: transparent !important;
        top: 144px;
        color: #545454 !important;
        border: 2px solid #545454 !important;
        width: 28px;
        height: 28px;
        border-radius: 50% !important;
        text-align: center;
    }

        .welcome .owl-prev i {
            font-size: 16px;
            line-height: 20px;
            position: relative;
            top: -1px;
            left: -1px;
        }

        .welcome .owl-prev:hover {
            background: #9e0020 !important;
            color: #fff !important;
            border: 2px solid #9e0020 !important;
        }

    .welcome .owl-next {
        position: absolute;
        right: -60px;
        background: transparent !important;
        top: 144px;
        color: #545454 !important;
        border: 2px solid #545454 !important;
        width: 28px;
        height: 28px;
        border-radius: 50% !important;
        text-align: center;
    }

        .welcome .owl-next i {
            font-size: 16px;
            line-height: 20px;
            position: relative;
            top: -1px;
            right: -1px;
        }

        .welcome .owl-next:hover {
            background: #9e0020 !important;
            color: #fff !important;
            border: 2px solid #9e0020 !important;
        }

        .welcome .owl-next:focus, .welcome .owl-prev:focus {
            outline: 0;
        }

    .welcome h3 {
        color: #2e2e2e;
        margin-top: 15px;
    }

        .welcome h3:after {
            content: '';
            display: block;
            height: 4px;
            background-image: url(../images/h-seperator-sm.png);
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            margin-top: 15px;
            margin-bottom: 15px;
        }

    .welcome .item p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .welcome .rm {
        color: #336780;
        text-decoration: underline;
        font-weight: bold;
    }

    .welcome.global {
        padding-top: 45px;
        padding-bottom: 0;
        border: none;
    }

        .welcome.global h1 {
            margin-top: 0;
        }

.collection {
    padding-bottom: 45px;
    border-bottom: 1px solid #9e9e9e;
}

    .collection .img {
        height: 255px;
        border-radius: 4px;
    }

    .collection .owl-theme .owl-dots .owl-dot.active span, .collection .owl-theme .owl-dots .owl-dot:hover span {
        background: #1593d0;
    }

    .collection a {
        color: #25252f;
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
        display: block;
    }

        .collection a i {
            float: right;
            background: #898989;
            color: #fff;
            width: 18px;
            text-align: center;
            border-radius: 50%;
            padding-left: 3px;
            margin-top: 5.5px;
        }

        .collection a:hover i {
            background: #9e0020;
        }

    .collection .item {
        border-bottom: 2px solid #d3d3d5;
    }

    .collection .owl-theme .owl-dots {
        margin-top: 25px !important;
        margin-bottom: 20px;
    }

    .collection a.btn-success {
        display: inline-block;
        color: #fff;
        font-weight: 600;
        background-color: #41a2b3;
        border-color: #1a8396;
        padding-left: 30px;
        padding-right: 30px;
    }

        .collection a.btn-success:hover, .collection a.btn-success:focus, .btn-success:focus {
            border-color: #1893a9;
            background-color: #1ab1cc;
        }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #41a2b3;
    border-color: #1a8396;
}

.data {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #9e9e9e;
}

    .data hr {
        margin-top: 0;
        margin-bottom: 0;
        border-top: 2px solid #a4112f;
    }

    .data h3 {
        font-size: 25px;
        font-weight: normal;
        color: #25252f;
        padding-bottom: 2rem;
        margin-bottom: 0;
        font-weight: bold;
    }

    .data .content {
        display: block;
        width: 100%;
        padding: 15px;
    }

    .data .light .content {
        background: #f4f4f4;
    }

    .data .news a {
        color: #616161;
        display: block;
        border-bottom: 1px solid #ddddde;
        margin-bottom: 1rem;
    }

        .data .news a:hover {
            color: #9e0020;
            text-decoration: underline;
        }

        .data .news a .date {
            margin-bottom: 5px;
            color: #9e0020;
        }

        .data .news a:hover .date {
            text-decoration: none;
        }

        .data .news a:last-of-type {
            margin-bottom: 0;
            border: none;
        }

    .data .img {
        height: 86.66px;
        border-radius: 4px;
    }

    .data .exhib .date {
        margin-bottom: 5px;
        color: #9e0020;
    }

    .data .exhib .row {
        border-bottom: 1px solid #ddddde;
        margin-bottom: 1rem;
    }

        .data .exhib .row:last-of-type {
            border-bottom: none;
            margin-bottom: 0;
        }

    .data .exhib a {
        color: #616161;
    }

        .data .exhib a:hover {
            color: #9e0020;
            text-decoration: underline;
        }

    .data .events .date {
        margin-bottom: 5px;
        color: #9e0020;
    }

    .data .events .row {
        border-bottom: 1px solid #ddddde;
        margin-bottom: 1rem;
    }

        .data .events .row:last-of-type {
            border-bottom: none;
            margin-bottom: 0;
        }

    .data .events a {
        color: #616161;
    }

        .data .events a:hover {
            color: #9e0020;
            text-decoration: underline;
        }

    .data .large-date {
        text-align: center;
    }

        .data .large-date span {
            display: block;
        }

        .data .large-date .day {
            background: #9e0020;
            color: #fff;
            font-weight: bold;
            font-size: 27px;
            line-height: 27px;
            padding-bottom: 10px;
            padding-top: 2px;
            width: 100%;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .data .large-date .month {
            color: #171717;
            width: 100%;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            padding-bottom: 3px;
        }

    .data .large-date-wrapper {
        width: 60px;
        margin: 0 auto;
        display: block;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
        border-radius: 4px;
    }

    .data .events .hours {
        color: #9e0020;
    }

    .data .rms a {
        color: #9e0020;
    }

        .data .rms a:hover {
            text-decoration: underline;
        }

.data-ii .content {
    min-height: 319px;
}

.data-ii .news .rm-big {
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 176px;
    background-color: #41a2b3;
}

    .data-ii .news .rm-big:hover {
        text-decoration: none;
        color: #fff;
        background: #1ab1cc;
    }

.data-ii .news a:first-of-type,
#bannerSalonData a:first-of-type {
    margin-bottom: 45px;
}

.data-ii .events .progress,
#bannerSalonData .progress {
    height: 39px;
    border-radius: 0;
    background-color: #656565;
}

    .data-ii .events .progress .bg-first-quarter,
    #bannerSalonData .progress .bg-first-quarter {
        background-color: #008dce !important;
    }

    .data-ii .events .progress .bg-second-quarter,
    #bannerSalonData .progress .bg-second-quarter {
        background-color: #05a02c !important;
    }

    .data-ii .events .progress .bg-third-quarter,
    #bannerSalonData .progress .bg-third-quarter {
        background-color: #dc7700 !important;
    }

    .data-ii .events .progress .bg-forth-quarter,
    #bannerSalonData .progress .bg-forth-quarter {
        background-color: #a51717 !important;
    }

.data-ii .events .row,
#bannerSalonData .row {
    border-bottom: 0;
    margin-bottom: 8px;
}

.data-ii .events .progress-label,
#bannerSalonData .progress-label {
    display: block;
    width: 100%;
    background: black;
    height: 39px;
    line-height: 39px;
    color: #fff;
    font-size: 12px;
    padding: 0px 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

footer {
    background: #1f1f1f;
    padding-top: 20px;
    padding-bottom: 30px;
    background-image: url(../images/watermark.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.footer-top {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
}

    .footer-top h4 {
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        margin-top: 30px;
    }

.footer-bot h4 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 30px;
}

.footer-top a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 0;
}

.footer-bot a {
    color: #fff;
    /*display: block;*/
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding: 0;
}

/*.footer-top a:hover {
            color: #9e0020;
        }*/

.footer-top .contact .row {
    margin-bottom: 10px;
}

.footer-top .socialmedia {
    text-align: right;
}

    .footer-top .socialmedia a {
        display: inline-block;
        font-size: 22px;
        margin: 0px 5px;
    }

    /*.footer-top .socialmedia a:hover {
                color: #9e0020;
            }*/

    .footer-top .socialmedia .sm-holder {
        display: block;
        width: 100%;
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

.footer-top .container {
    border-bottom: 1px solid #797979;
}

.footer-bot {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-top: 30px;
}

#mySideNav {
    width: 300px;
    height: 100vh;
    position: fixed;
    z-index: 65000;
    background: #9e0020;
    right: -300px;
    top: 0;
    color: #fff;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    font-weight: 300;
    padding: 15px;
}

    #mySideNav .menu {
        margin-top: 45px;
    }

        #mySideNav .menu a {
            color: #fff;
            display: block;
            width: 100%;
            font-size: 20px;
            font-weight: 600;
            margin-top: 7.5px;
            margin-bottom: 7.5px;
        }

            #mySideNav .menu a:hover {
                color: #000;
            }

.externalClose {
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    z-index: 99;
    color: #fff;
    font-weight: bold;
}

    .externalClose:hover {
        color: #000;
    }

@media (max-width: 767px) {
    .welcome .owl-prev, .welcome .owl-next {
        display: none !important;
    }

    .data .img {
        height: 140px;
        border-radius: 4px;
    }

    .data-ii .events .progress-label {
        text-align: center;
    }

    .footer-top img {
        /*display: block;*/
        margin: 0px auto;
    }

    .footer-top .socialmedia .sm-holder {
        position: relative;
    }

    .footer-top .contact .row {
        margin-bottom: 2px;
    }

    .collection .owl-theme .owl-dots {
        display: none;
    }

    .collection a.btn-success {
        margin-top: 45px;
    }

    .menu-group {
        position: absolute;
        top: 0;
        right: 15px;
    }

        .menu-group a {
            width: 26px;
        }

    body .gallery-2 .gallery .container-fluid > .row, body .gallery-1 .gallery .container-fluid > .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    body .gallery-2 .gallery .img-holder, body .gallery-1 .gallery .img-holder {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    body .gallery-2 .gallery .col-sm-3:nth-child(1) {
        margin-top: 0;
    }

    body .gallery-2 .gallery .col-sm-3:nth-child(2) {
    }

    body .gallery-2 .gallery .col-sm-3:nth-child(3) {
        margin-top: 0;
    }

    body .gallery-2 .gallery .col-sm-3:nth-child(4) {
        margin-top: 0;
    }

    body .overlay {
        opacity: 1;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(158,0,32,0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(158,0,32,0.65) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(158,0,32,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a69e0020',GradientType=0 );
    }

    body .blog-1 .blog-list .img {
        height: 200px;
        margin-bottom: 5px;
    }

    body .page-content .img {
        height: 400px;
        margin-top: 15px;
    }

    body .blog-1 .blog-list .blog-header .user {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    body .contact-info .card .col-sm-4 {
        margin-bottom: 30px;
    }

        body .contact-info .card .col-sm-4:last-of-type {
            margin-bottom: 0;
        }

    body .search-1 .pagination .item:first-child::before {
        display: none;
    }

    body .search-1 .pagination .item:last-child::before {
        display: none;
    }

    .search-1 .img.img-cover.img-h-auto {
        height: 235px;
    }
}

.circle-wrap {
    margin: 0px auto;
    width: 150px;
    height: 150px;
    background: #42a2b3;
    border-radius: 50%;
    zoom: 0.45;
    -moz-transform: scale(0.45);
}

    .circle-wrap .circle .mask,
    .circle-wrap .circle .fill {
        width: 150px;
        height: 150px;
        position: absolute;
        border-radius: 50%;
    }

    .circle-wrap .circle .mask {
        clip: rect(0px, 150px, 150px, 75px);
    }

        .circle-wrap .circle .mask .fill {
            clip: rect(0px, 75px, 150px, 0px);
            background-color: #cc3d2e;
        }

        /*70% = 126deg*/

        .circle-wrap .circle .mask.full,
        .circle-wrap .circle .fill {
            animation: fill ease-in-out 3s;
            transform: rotate(0deg);
        }

@keyframes fill {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.circle-wrap .inside-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #fff;
    line-height: 110px;
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    position: absolute;
    z-index: 100;
    font-weight: 700;
    font-size: 2em;
}

.slider {
    position: relative;
}

.rooms {
    text-align: center;
    position: fixed;
    bottom: 5%;
    z-index: 1;
    right: 20px;
}

    .rooms a {
        color: #545454;
        font-weight: 500;
        font-size: 13px;
        display: block;
    }

    .rooms .sayispan {
        white-space: nowrap;
        background-color: #42a2b3;
        border-color: #3a8a98;
        margin: 5px auto;
        display: block;
        font-size: 12px;
    }

        .rooms .sayispan .btn .badge {
            top: 0;
            padding: .25em .4em 0.5em;
        }

.yedi24 {
    text-align: center;
    width: 100px;
    position: absolute;
    top: 15px;
    z-index: 2;
    right: 15px;
}

    .yedi24 img {
        width: 100%;
        max-width: 100%;
        display: block;
        border-radius: 100%;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
        -webkit-animation: fadeInFromNone 2s ease-out infinite;
        -moz-animation: fadeInFromNone 2s ease-out infinite;
        -o-animation: fadeInFromNone 2s ease-out infinite;
        animation: fadeInFromNone 2s ease-out infinite;
    }

@media (max-height: 500px) {
    .yedi24 {
        display: none !important;
    }
}

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}
















/*TurkishLibrary v0.2, Powered by Sourcetree (Atlasian) & GitLab - ilhamiylimaz@yahoo.com*/
.menu-group a {
    display: inline-block;
    margin-right: 17px;
    margin-left: -17px;
}

@media (max-width: 991px) {
    .my-auto.search {
        /*margin-right: 17px;
        margin-left: -17px;*/
    }

    .menu-group a {
        margin-right: -34px;
        margin-left: 17px;
    }
}

@media (max-width: 576px) {
    .menu-group a {
        margin: 0;
    }

    .yedi24 {
        /*display: none;*/
    }
}

.topbar img {
    max-height: 60px;
    max-width: 100%;
}

.topbar.fixed {
    position: fixed;
    background: #fff;
    z-index: 6;
    width: 100%;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    top: 0;
    border-bottom: 1px solid #c7c7c7;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    -webkit-box-shadow: 0 0px 10px 0px #9e9e9e;
    -moz-box-shadow: 0 0px 10px 0px #9e9e9e;
    box-shadow: 0 0px 10px 0px #9e9e9e;
}

/*.topbar.fixed img {
        max-height: 50px;
    }*/

.scrolled {
    margin-top: 100px;
}

.page-header {
    height: 65vh;
}

    .page-header h1 {
        margin: 0;
        color: #fff;
        font-weight: 500;
    }

    .page-header .row {
        height: 65vh;
    }

.page-content {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 17px;
    font-weight: 300;
    color: #2e2e2e;
}

    .page-content h5 {
        color: #9e0020;
        font-size: 18px;
        font-weight: normal;
    }

    .page-content h3 {
        color: #2e2e2e;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .page-content h5 + h3 {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .page-content li {
        list-style-type: none;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .page-content li:last-of-type {
            margin-bottom: 0;
        }

        .page-content li:before {
            content: "\f058";
            font-family: 'FontAwesome';
            display: inline-block;
            width: 1.2em;
            color: #9e0020;
        }

    .page-content .img {
        height: 100%;
        border-radius: 4px;
    }

.gallery-1 {
    background: #f7f7f7;
}

    .gallery-1 .gallery {
        padding-top: 30px;
        padding-bottom: 60px;
        margin-bottom: 30px;
    }

        .gallery-1 .gallery .container-fluid > .row {
            margin-left: -30px;
            margin-right: -30px;
        }

        .gallery-1 .gallery .row .col-sm-3:nth-child(odd) {
            margin-top: 30px;
        }

        .gallery-1 .gallery a {
            display: block;
        }

        .gallery-1 .gallery .overlay .row {
            position: absolute;
            bottom: 15px;
            width: 100%;
        }

.img-holder {
    position: relative;
    z-index: 1;
}

.overlay {
    position: absolute;
    top: 0px;
    z-index: 3;
    background: rgba(158, 0, 32, 0.75);
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
}

    .overlay .row {
        margin-left: 0;
        margin-right: 0px;
    }

    .overlay h5 {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .overlay p {
        margin-bottom: 0;
    }

    .overlay i {
        color: #af1131;
        background: #fff;
        width: 32px;
        text-align: center;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        padding-left: 2px;
        margin-top: 10px;
        margin-left: -10px;
    }

        .overlay i.fa-plus {
            padding-left: 0;
        }

.img-holder a {
    color: #fff;
}

    .img-holder a:hover .overlay {
        opacity: 1;
    }

.page-content .image-area {
    background-image: url(../images/gallery-2-bg.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

    .page-content .image-area .img-up {
        width: 75%;
        height: 75%;
        border-radius: 4px;
    }

    .page-content .image-area .img-down {
        width: 70%;
        height: 50%;
        border-radius: 4px;
        position: relative;
        z-index: 2;
        margin-top: -17%;
        border: 5px solid #fff;
    }


.gallery-2 {
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 30px;
}

    .gallery-2 .gallery {
        padding-top: 30px;
        padding-bottom: 60px;
        margin-bottom: 30px;
    }

        .gallery-2 .gallery .container-fluid > .row {
            margin-left: -30px;
            margin-right: -30px;
        }

        .gallery-2 .gallery a {
            display: block;
        }

        .gallery-2 .gallery .overlay .row {
            position: absolute;
            bottom: 15px;
            width: 100%;
        }

        .gallery-2 .gallery .img-holder {
            margin-bottom: 30px;
        }

        .gallery-2 .gallery .col-sm-3:nth-child(1) {
            margin-top: -30px;
        }

        .gallery-2 .gallery .col-sm-3:nth-child(2) {
        }

        .gallery-2 .gallery .col-sm-3:nth-child(3) {
            margin-top: 30px;
        }

        .gallery-2 .gallery .col-sm-3:nth-child(4) {
            margin-top: -45px;
        }

.blog-1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

    .blog-1 .blog-list p {
        color: #a7a7a7;
        font-size: 16px;
    }

    .blog-1 .blog-list .blog-header {
        color: #262626;
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 5px;
    }

        .blog-1 .blog-list .blog-header .user {
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 2px;
            padding-bottom: 5px;
            margin-right: 15px;
            color: #fff;
            background: #9e0020;
        }

        .blog-1 .blog-list .blog-header .date {
            padding-right: 15px;
        }

        .blog-1 .blog-list .blog-header .comment {
        }

        .blog-1 .blog-list .blog-header a {
        }

        .blog-1 .blog-list .blog-header i {
            color: #9e0020;
        }

    .blog-1 .blog-list .rm {
        background: #686868;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 7px;
        padding-bottom: 12px;
        display: inline-block;
        margin-top: 15px;
        border-radius: 4px;
    }

        .blog-1 .blog-list .rm:hover {
            background: #9e0020;
        }

    .blog-1 .blog-list .img {
        height: 100%;
        border-radius: 4px;
    }

    .blog-1 .blog-list .blog-row {
        margin-top: 45px;
        padding-bottom: 45px;
        border-bottom: 1px solid #eaeaea;
    }

    .blog-1 .pagination {
        margin-top: 45px;
    }

        .blog-1 .pagination .item {
        }

            .blog-1 .pagination .item .link {
                font-size: 18px;
                color: #9d9d9d;
                height: 28px;
                width: 28px;
                display: inline-block;
                text-align: center;
                border: 1px solid #9d9d9d;
                line-height: 21.5px;
                border-radius: 50%;
                margin: 0px 5px;
            }

                .blog-1 .pagination .item .link:hover, .blog-1 .pagination .item.active .link {
                    background: #9e0020;
                    border: 1px solid #9e0020;
                    color: #fff;
                }

            .blog-1 .pagination .item:last-child .link {
                padding-left: 3px;
            }

.contact-info {
    padding-top: 45px;
    padding-bottom: 45px;
    color: #3a3a3a;
    font-size: 15px;
}

    .contact-info:last-of-type {
        padding-top: 0;
    }

    .contact-info .card {
        -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
        border: none;
        padding-bottom: 45px;
        padding-top: 45px;
    }

        .contact-info .card .welcome.global {
            padding-top: 0;
            padding-bottom: 0px;
        }

        .contact-info .card img {
            display: block;
            margin: 0px auto 15px auto;
        }

        .contact-info .card p {
            margin-bottom: 0;
        }

        .contact-info .card .facebook {
            background: #3b5796;
            color: #fff;
            width: 28px;
            height: 28px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            line-height: 26px;
            margin-left: 2.5px;
            margin-right: 2.5px;
        }

        .contact-info .card .twitter {
            background: #55abeb;
            color: #fff;
            width: 28px;
            height: 28px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            line-height: 26px;
            margin-left: 2.5px;
            margin-right: 2.5px;
        }

        .contact-info .card .gplus {
            background: #ec3e3e;
            color: #fff;
            width: 28px;
            height: 28px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            line-height: 26px;
            margin-left: 2.5px;
            margin-right: 2.5px;
            padding-left: 1.5px;
        }

        .contact-info .card .linkedin {
            background: #0f78a8;
            color: #fff;
            width: 28px;
            height: 28px;
            display: inline-block;
            text-align: center;
            border-radius: 50%;
            line-height: 25px;
            margin-left: 2.5px;
            margin-right: 2.5px;
            position: relative;
            top: -1px;
        }

            .contact-info .card .facebook:hover, .contact-info .card .twitter:hover, .contact-info .card .gplus:hover, .contact-info .card .linkedin:hover {
                background: #9e0020;
            }

        .contact-info .card .smed {
            padding-top: 5px;
        }

        .contact-info .card h5 {
            color: #424242;
            font-size: 20px;
            font-weight: bold;
        }

        .contact-info .card .col-sm-4 {
            border-right: 1px solid #e6e6e6;
        }

            .contact-info .card .col-sm-4:last-of-type, .contact-info.form .card .col-sm-4 {
                border-right: none;
            }

    .contact-info input, .contact-info textarea {
        background: #fafafa;
        border: 1px solid #b4b4b4;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px 20px;
        border-radius: 30px;
    }

        .contact-info input:focus, .contact-info textarea:focus {
            outline: none;
        }

    .contact-info textarea {
        border-radius: 20px;
        resize: none;
    }

    .contact-info button {
        background: #9e0020;
        color: #fff;
        border: none;
        font-size: 18px;
        font-weight: bold;
        padding: 7px 25px 10px 25px;
        border-radius: 8px;
    }

.hexagon {
    position: relative;
    width: 68px;
    height: 39.26px;
    background-color: #5e8033;
    margin: 19.63px 0;
}

    .hexagon:before,
    .hexagon:after {
        content: "";
        position: absolute;
        width: 0;
        border-left: 34px solid transparent;
        border-right: 34px solid transparent;
    }

    .hexagon:before {
        bottom: 100%;
        border-bottom: 19.63px solid #5e8033;
    }

    .hexagon:after {
        top: 100%;
        width: 0;
        border-top: 19.63px solid #5e8033;
    }

.content-1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

    .content-1 .img {
        height: 200px;
    }

    .content-1 .hexagon {
        position: absolute;
        right: 30px;
        top: 10px;
        color: #fff;
    }

        .content-1 .hexagon .day {
            display: block;
            font-size: 28px;
            font-weight: 600;
            line-height: 25px;
            padding-left: 18px;
        }

        .content-1 .hexagon .month {
            display: block;
            font-size: 11px;
            font-weight: 300;
            letter-spacing: 3px;
            padding-left: 18px;
        }

    .content-1 .context-wrapper {
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 94%;
        margin: 0 auto;
        position: relative;
        margin-top: -25px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 30px;
    }

        .content-1 .context-wrapper .title {
            color: #0f0f0f;
            font-weight: bold;
            margin-top: 0;
        }

            .content-1 .context-wrapper .title:hover {
                color: #9e0020;
            }

            .content-1 .context-wrapper .title h5 {
                font-size: 20px;
                font-weight: bold;
                line-height: 28px;
                margin-top: 0;
            }

        .content-1 .context-wrapper p {
            color: #949494;
            font-size: 15px;
            margin-bottom: 10px;
        }

        .content-1 .context-wrapper .rm {
            color: #9e0020;
            font-size: 16px;
            font-weight: bold;
        }

            .content-1 .context-wrapper .rm:hover {
                color: #0f0f0f;
            }

    .content-1 .pagination {
        margin-top: 45px;
    }

        .content-1 .pagination .item {
        }

            .content-1 .pagination .item .link {
                font-size: 16px;
                color: #9d9d9d;
                height: 28px;
                display: inline-block;
                text-align: center;
                border: 1px solid #9d9d9d;
                line-height: 21.5px;
                border-radius: 4px;
                margin: 0px 5px;
                padding-left: 13px;
                padding-right: 13px;
            }

                .content-1 .pagination .item .link:hover, .content-1 .pagination .item.active .link {
                    background: #b12b00;
                    border: 1px solid #b12b00;
                    color: #fff;
                }

            .content-1 .pagination .item:last-child .link {
                min-width: 104.66px;
            }

    .content-1.list-type-2 .img {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .content-1.list-type-2 .context-wrapper {
        width: 100%;
        box-shadow: none;
        border-left: 1px solid #b7b7b7;
        border-right: 1px solid #b7b7b7;
        border-bottom: 1px solid #b7b7b7;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        margin-top: 0;
    }

    .content-1.list-type-2 .date-time {
        font-size: 14px;
        color: #000000;
        display: block;
        margin-bottom: 5px;
    }

.img-h-auto {
    height: 100%;
}

.search-1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

    .search-1 .search-bar input {
        display: block;
        width: 100%;
        display: block;
        width: 100%;
        border: 1px solid #b5b5b5;
        border-radius: 4px;
        padding: 15px 20px;
    }

        .search-1 .search-bar input::placeholder {
            color: #b5b5b5;
            font-style: italic;
            opacity: 1;
            font-weight: 500;
            font-size: 14px;
        }

        .search-1 .search-bar input:-ms-input-placeholder {
            font-weight: 500;
            font-style: italic;
            font-size: 16px;
            color: #b5b5b5;
        }

        .search-1 .search-bar input::-ms-input-placeholder {
            font-weight: 500;
            font-style: italic;
            font-size: 16px;
            color: #b5b5b5;
        }

        .search-1 .search-bar input:focus {
            outline: 0;
        }

    .search-1 .search-bar button {
        background: #5e8033;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        border: none;
        border-radius: 6px;
        position: absolute;
        right: 15px;
        top: 0;
        margin-top: 5px;
        margin-right: 5px;
        padding: 9px 20px;
        -moz-transition-duration: .5s;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        -ms-transition-duration: .5s;
        transition-duration: .5s;
    }

        .search-1 .search-bar button:focus, .search-1 .search-bar button:hover {
            outline: 0;
            background: #75a03f;
        }

    .search-1 .search-bar p {
        color: #747474;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .search-1 .result-row {
        color: #747474;
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        border: 1px solid #b5b5b5;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 4px;
    }

        .search-1 .result-row .img {
            border-radius: 2px;
        }

        .search-1 .result-row .rm {
            color: #9e0020;
            font-size: 16px;
            font-weight: bold;
            display: block;
            margin-bottom: 10px;
        }

            .search-1 .result-row .rm:hover {
                color: #0f0f0f;
            }

        .search-1 .result-row span {
            display: block;
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .search-1 .result-row span i {
                margin-right: 5px;
            }

        .search-1 .result-row a {
            color: #000;
        }

            .search-1 .result-row a:hover {
                color: #9e0020;
            }

            .search-1 .result-row a h3 {
                font-size: 22px;
                font-weight: 700;
            }

        .search-1 .result-row p {
            margin-top: 10px;
            margin-bottom: 10px;
            line-height: 24px;
        }

    .search-1 .pagination {
        margin-top: 45px;
    }

        .search-1 .pagination .item {
        }

            .search-1 .pagination .item .link {
                font-size: 16px;
                color: #9d9d9d;
                height: 28px;
                display: inline-block;
                text-align: center;
                border: 1px solid #9d9d9d;
                line-height: 21.5px;
                border-radius: 4px;
                margin: 0px 5px;
                padding-left: 10px;
                padding-right: 10px;
            }

                .search-1 .pagination .item .link:hover, .search-1 .pagination .item.active .link {
                    border: 1px solid #9e0020;
                    color: #9e0020;
                }

            .search-1 .pagination .item:first-child::before {
                content: '';
                width: 226px;
                height: 1px;
                background-image: url(../images/pager-left.png);
                display: block;
                position: absolute;
                margin-left: -240px;
                margin-top: 15px;
            }

            .search-1 .pagination .item:last-child::before {
                content: '';
                width: 226px;
                height: 1px;
                background-image: url(../images/pager-right.png);
                display: block;
                position: absolute;
                margin-left: 50px;
                margin-top: 15px;
            }

    .search-1.search-2 .result-row {
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
        margin-bottom: 0;
        margin-top: 0;
    }

    .search-1.search-2 .search-bar {
        margin-bottom: 30px;
    }

    .search-1.search-2 .pagination-row {
        border-top: 1px solid #b5b5b5;
        margin-left: 0;
        margin-right: 0;
    }

.pt30 {
    padding-top: 30px;
}




/* mixin for multiline */
.uc-nokta-sigdir {
    overflow: hidden;
    position: relative;
    text-align: justify;
    margin-right: 0;
    padding-right: 0.7em;
    line-height: 1.2em !important;
}

    .uc-nokta-sigdir:before {
        content: '...';
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .uc-nokta-sigdir:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
    }

    .uc-nokta-sigdir.uc-satir {
        max-height: 3.6em;
    }

    .uc-nokta-sigdir.iki-satir {
        max-height: 2.4em;
    }

.baslik-yukseklik-2-satir {
    height: calc(2*28px);
}

.baslik-yukseklik-3-satir {
    height: calc(3*28px);
}

.baslik-yukseklik-4-satir {
    height: calc(4*28px);
}

@media (max-width: 767px) {
    .baslik-yukseklik-3-satir,
    .baslik-yukseklik-4-satir,
    .baslik-yukseklik-2-satir {
        height: unset !important;
    }
}


.contactpage-linklist {
    list-style-type: circle;
}

    .contactpage-linklist li {
        text-align: left;
    }

@media (min-width: 576px) {
    #bannerSalonModal .modal-dialog {
        max-width: 600px;
    }
}


.slider .owl-theme .owl-nav.disabled + .owl-dots {
    top: unset;
    bottom: 15px;
}

.slider .home-yazma-logo {
    width: 200px;
    position: absolute;
    bottom: 220px;
    z-index: 1;
    right: 0;
}

.popUp a {
    color: #fff;
    display: block;
    font-size: 16px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: normal;
    font-style: normal;
    width: 100%;
    padding: 0;
}


.home-yayim-logox {
    position: absolute !important;
    top: 40px !important;
    z-index: 3;
}

.home-yayim-logo {
    background-color: #f5a225;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 20px;
}


.mdk {
    position: relative !important;
    top: 10px !important;
    z-index: 3;
}

.mdk-logo {
    background-color: #ff8c00;
    border-radius: 2px;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 20px;
}



.slider .home-yazma-logo img, .slider .home-yayim-logo img {
    width: 100%;
}

.topbar .logodiv img {
    max-height: fit-content;
    max-height: -moz-max-content;
}

/**/
.modal-open .home-yazma-logo,
.modal-open .home-yayim-logo {
    right: 17px;
}

.modal-open .navbar-collapse {
    margin-right: -17px;
}


.hizmetlermenu ul {
    list-style-type: none;
    padding: 0;
}

.hizmetlermenu a {
    font-size: 14px;
}

.page-content p {
    width: 100%;
}

.w-49-100 {
    width: 49%;
}

    .w-49-100 img {
        width: 100%;
    }



.Master-Footer-Alan-Avrupa-Gazeteleri-Btn {
    display: inline-block;
    float: right;
    height: 147px;
    width: 147px;
    background-image: url(../images/MK-Avrupa-Gazeteleri-Btn-Tween.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

    .Master-Footer-Alan-Avrupa-Gazeteleri-Btn:hover {
        background-position: 0 0;
    }

.Master-Footer-Alan-Europeana-Btn {
    display: inline-block;
    height: 147px;
    width: 147px;
    background-image: url(../images/MK-Europeana-Btn-Tween.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

    .Master-Footer-Alan-Europeana-Btn:hover {
        background-position: 0 0;
    }


@media (max-width: 1500px) {
    .slider .home-yayim-logo {
        top: 55px;
    }
}

@media (max-width: 1370px) {
    .yedi24 {
        top: unset;
        bottom: 95px;
        left: 30px;
    }

    .fixedmenu .yedi24 {
        top: unset;
        bottom: 120px;
        left: 30px;
    }
}

@media (max-width: 1199px) {
    .main-nav .firstitem {
        display: none;
    }
}

@media (max-width: 991px) {
    .slider .home-yayim-logo {
        top: 0;
    }
}

@media (max-width: 767px) {
    .custom-control-inline {
        margin-right: 0;
    }

    .my-auto.search {
        margin-top: 10px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu-group a {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 576px) {
    .slider .home-yazma-logo {
        width: 150px;
        bottom: 260px;
    }

    .slider .home-yayim-logo {
        width: 150px;
        bottom: 220px;
    }

    .footer-logos img {
        max-height: 100px;
        width: auto;
    }

    .yedi24 {
        top: unset;
        bottom: 30px;
        left: 20px;
        transform: scale(.8);
    }

    .my-auto.search .menu-group {
        display: none;
    }
}

@media (max-width: 420px) {
    .topbar .logodiv {
        padding-right: 45px;
    }

    .yedi24 {
        bottom: 55px;
        left: 5px;
        transform: scale(.7);
    }


    .owl-theme .owl-nav.disabled + .owl-dots {
        white-space: nowrap;
    }
}

@media (max-height: 666px) {
    .slider .home-yazma-logo,
    .slider .home-yayim-logo {
        display: none;
    }

    .slider .owl-dots {
        left: 50%;
        transform: translateX(-50%);
    }

    .slider .h1, .slider h1 {
        font-size: 2rem;
    }

    .slider .img .slider-content {
        /*padding-top: 3%;*/
    }

        .slider .img .slider-content .btn-success {
            padding: 5px 15px;
            font-size: 80%;
        }
}

@media (max-height: 420px) {
    .slider .h1, .slider h1 {
        font-size: 1.4rem;
    }

    .slider .img .slider-content {
        /*padding-top: 2%;*/
    }

        .slider .img .slider-content p {
            line-height: 100%;
            max-height: 40px;
            overflow: hidden;
        }
}
