/* 
    Colors

    #B42626
    #901e1e – Darken 20%

*/

.feature-box-15 .feature-box-image .alt-font {
    width: 100%;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);

    text-align: center;
}

/* Navigation */

.left-nav {
    background-color: #B42626;
}

@media (min-width: 991px) {
    .home .sidebar-part1 {
        opacity: 0;
    }
}

.sidebar-part1 img {
    transition: opacity 0.15s ease-in-out 0s;
    -ms-transition: opacity 0.15s ease-in-out 0s;
    -moz-transition: opacity 0.15s ease-in-out 0s;
    -webkit-transition: opacity 0.15s ease-in-out 0s;
    -o-transition: opacity 0.15s ease-in-out 0s;
}
.sidebar-part1:hover img {
    opacity: 0.5;
}

.sidebar-part2 {
    width: 70%;
    left: calc(-70% + 90px);
    background-color: #B42626;
    border-right: none;
    transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 991px) {
    .sidebar-part2 {
        padding: 0 0 0 140px;
    }
}

@media (min-width: 991px) {
    .sidebar-part2 .sidebar-middle {
        padding: 180px 0 100px 0;
    }
}

.sidebar-part2:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: auto;
    right: 90px;
    left: auto;
    background-color: #901e1e;
}

.sidebar-part2 .bottom-menu-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); 
}

.sidebar-part3 {
    display: none;
}

@media (max-width: 991px) {
    .sidebar-part2 {
        width: 300px;
        left: -300px;
    }
    .sidebar-part2:before {
        display: none;
    }
    .sidebar-part2 .bottom-menu-icon {
        display: none;
    }
    .sidebar-part2 .contacts {
        display: none;
    }
    .sidebar-part3 {
        display: block;
    }
}

.sidebar-part2 ul > li {
    word-break: normal;
}

.sidebar-part2 .sidebar-middle .sidebar-middle-menu .nav {
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.3s;
    -ms-transition: opacity 0.3s ease-in-out 0.3s;
    -moz-transition: opacity 0.3s ease-in-out 0.3s;
    -webkit-transition: opacity 0.3s ease-in-out 0.3s;
    -o-transition: opacity 0.3s ease-in-out 0.3s;
}

.left-nav-on .sidebar-part2 .sidebar-middle .sidebar-middle-menu .nav {
    opacity: 1;
}

header .sidebar-part2 nav.navbar.bootsnav ul > li > a {
    font-size: 26px;
    line-height: 30px;
}

.sidebar-part2 .sidebar-middle .contacts {
    color: #ffffff;
}

.sidebar-part2 .sidebar-middle .contacts a {
    color: #ffffff;
}

.sidebar-part2 .sidebar-middle .contacts a:hover {
    color: #ffffff;
    opacity: 0.5;
}

.sidebar-part2 .sidebar-bottom {
    opacity: 0;
    transition: opacity 0.3s ease-in-out 0.6s;
    -ms-transition: opacity 0.3s ease-in-out 0.6s;
    -moz-transition: opacity 0.3s ease-in-out 0.6s;
    -webkit-transition: opacity 0.3s ease-in-out 0.6s;
    -o-transition: opacity 0.3s ease-in-out 0.6s;
    text-align: left;
}

.left-nav-on .sidebar-part2 .sidebar-bottom {
    opacity: 1;
}

header.header-appear nav.header-dark  {
    background-color: #B42626;
}

.nav-icon span {
    background-color: #ffffff;
}

.nav-icon:hover span, .nav-icon.active span {
    background-color: #ffffff;
}

/* Text color */

.text-deep-pink, .btn.text-deep-pink {
    color: #B42626;
}

a.text-deep-pink-hover:hover,
a.text-deep-pink-hover:focus {
    color: #901e1e !important;
}

.bg-deep-pink {
    background-color: #901e1e;
}

a:hover, a:active {
    color: #B42626;
}

.border-color-deep-pink {
    border-color: #901e1e !important;
}

/* Hero */

.hero {
    background-color: #160000;
}

.hero .hero-overlay {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}

.hero .hero-overlay.active {
    visibility: visible;
    opacity: 1;
}

.hero .logo {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 999999;
}

.hero .logo img {
    width: 90px;
    transition: opacity 0.15s ease-in-out 0s;
    -ms-transition: opacity 0.15s ease-in-out 0s;
    -moz-transition: opacity 0.15s ease-in-out 0s;
    -webkit-transition: opacity 0.15s ease-in-out 0s;
    -o-transition: opacity 0.15s ease-in-out 0s;
}

.hero .logo:hover img {
    opacity: 0.5;
}

.hero #hand {
    position: absolute;
    top: 0;
    left: -5%;
    width: auto;
    height: 100%;
    max-width: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

@media (max-width: 991px) {
    .hero {
        padding-top: 50px !important;
    }
    .page-title-small {
        padding-top: 85px;
    }
    .hero #hand {
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, -0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); 
    }
}

.hero .bg-white {
    position: relative;
    height: 100%;
}

.hero .slider-typography {
    width: calc(30% + 28px);
    height: calc(100% + 1px);
    left: auto;
    right: -1px;
}

.hero .text-rotate {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 10% 20% 10% 10%;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.hero .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: rotate(-25deg);
    font-family: 'Pacifico', cursive;
    font-size: 300px;
    line-height: 1;
    color: #fbfbfb;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.uk .hero .title-large {
    font-size: 90px;
    line-height: 85px;
}

.hero .title-large {
    font-family: 'Oswald', sans-serif;
}

@media (max-width: 1440px) {
    .hero .title-large {
        font-size: 80px;
        line-height: 75px;
    }
}

.hero blockquote {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 50px;
}

@media (max-width: 991px) {
    .hero blockquote {
        position: relative;
        margin: 30px;
    }
}

.hero .icon-social-medium {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 3;
}

@media (max-width: 991px) {
    .hero .icon-social-medium {
        position: fixed;
        top: 25px;
        right: 75px;
        -moz-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        z-index: 999999;
    }
    .hero .icon-social-medium a {
        color: #ffffff;
    }
    .hero .icon-social-medium a:hover {
        color: #ffffff;
        opacity: 0.5;
    }
}

.social-icon-style-8 a:hover {
    color: #B42626;
}

.feature-box-12:hover .hover-content-box {
    z-index: 1;
}

/* */

.footer-logo {
    max-height: 70px;
}

/* */

.swiper-button-prev.swiper-prev-style4, .swiper-button-next.swiper-next-style4 {
    background-color: #B42626;
}