body {
    line-height: 1.7;
    color: #555;
    font-weight: 400;
    font-size: 1.2rem;
    background: #fff;
}

::-moz-selection {
    color: #000;
}

::selection {
    color: #000;
}

a, label, .checkmark {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

.bg-black {
    background: #fff;
}

.offcanvas-menu .site-wrap {
    position: absolute;
    overflow: hidden;
}

.site-wrap:before {
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    position: absolute;
    z-index: 2;
    overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.btn {
    border-radius: 30px;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-black {
    color: #fff;
    background-color: #000;
}

.btn.btn-black:hover {
    color: #000;
    background-color: #fff;
}

.btn.btn-outline-white {
    border: 2px solid #fff;
}

.btn.btn-outline-white:hover {
    background: #fff;
    color: #e44985 !important;
}

.btn.btn-md {
    padding: 15px 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.border-top {
    border-top: 1px solid #edf0f5 !important;
}

.bg-image > .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .display-1, .display-3 {
        font-size: 3rem;
    }
}

.main-content {
    width: 100%;
    position: relative;
    float: none;
}

.main-content .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.main-content .photos .photo-item {
    position: relative;
}

.main-content .photos .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
}

.main-content .photos .photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.main-content .photos .photo-item .photo-text-more .icon {
    color: #fff;
    font-size: 20px;
}

.main-content .photos .photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.main-content .photos .photo-item .photo-text-more .meta {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px;
}

.main-content .photos .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .main-content .photos .photo-item img {
        height: 200px;
    }
}

.main-content .photos .photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}

.main-content .photos .photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    height: calc(100vh - 100px);
    width: 100%;
    position: relative;
}

.swiper-slide.cover {
    background-size: cover;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 80px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0.4;
    cursor: pointer;
    position: relative;
}

.gallery-thumbs .swiper-slide:before {
    content: "";
    border: 4px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gallery-thumbs .swiper-slide-thumb-active,
.gallery-thumbs .swiper-slide:hover {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active:before,
.gallery-thumbs .swiper-slide:hover:before {
    opacity: 1;
    border: 4px solid #e44985;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev, .swiper-container:focus .swiper-button-next,
.swiper-container:focus .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}

.zoom {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    color: #b3b3b3;
    bottom: 0;
    right: 0;
}

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

.zoom:hover {
    color: #b3b3b3;
}

.style-scrollbar-sm {
    height: 100px;
}

.h70 {
    height: 70px;
}

.t70 {
    top: 70px;
}

#mfc {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 1000px;
    max-width: calc(100% - 80px);
    transition: 0.2s;
}

#bt_menu {
    position: absolute;
    top: 20px;
    right: 20px;
}

#i_header {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -5;
}

a:link {
    color: #E8414B;
}

a:visited {
    color: #DB3F49;
}

a:hover {
    color: #FF4C28;
}

a:active {
    color: #FF6C23;
}

.site-menu-toggle {
    color: #555 !important;
}

#overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    right: 0;
    z-index: 1;
}

#content {
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    opacity: 1 !important;
}

.sidenav a {
    padding: 5px 5px 5px 32px;
    display: block;
    transition: 0.5s;
    color: #555;
}
.sidenav h3 {
    padding-left: 22px;
}
.sidenav div {
    padding-left: 32px;
}

.sidenav a:hover, .sidenav label:hover {
    color: #E8414B;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* Radio-Button */
.radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 12px 0 12px 0;
    cursor: pointer;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
    background-color: #E8414B;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



body.dark {
    color: #ddd;
    background-color: #222;
}
body.dark .site-menu-toggle {
    color: #ddd !important;
}
body.dark .sidenav {
    background-color: #444;
}
body.dark .sidenav a {
    color: #eee;
}
body.dark .sidenav a:hover {
    color: #E8414B;
}
body.dark .bg-black {
    background: #222;
}
body.dark ::-moz-selection {
    color: #fff;
}
body.dark ::selection {
    color: #fff;
}

/*
@media (prefers-color-scheme: dark) {
    body {
        color: #ddd;
        background-color: #222;
    }
    .site-menu-toggle {
        color: #ddd !important;
    }
    .sidenav {
        background-color: #444;
    }
    .sidenav a {
        color: #eee;
    }
    .bg-black {
        background: #222;
    }
    ::-moz-selection {
        color: #fff;
    }
    ::selection {
        color: #fff;
    }
}
*/
