/* Header */

#fir header {
    top: 25px !important;
    background: none;
    border-top: none;
    transition: .2s;
}

#fir header.sticky {
    top: 0 !important;
    transition: .2s;
    background: #fff;
}

#fir header .container {
    background: #fff;
    transition: .2s;
    border-radius: 10px;
}

#fir header.sticky .container {
    background: transparent;
    transition: .2s;
    border-radius: 0;
}

#fir header .container .row {
    padding-left: 10px;
    padding-right: 10px;
    transition: .3s;
}

#fir header.sticky .container .row {
    padding-left: initial;
    padding-right: initial;
    transition: .3s;
}

#fir header nav.nav-desktop > ul > li {
    margin-left: 15px;
}

#fir header nav.nav-desktop ul > li > ul > li > ul {
    left: calc(100% + 15px);
}

#fir header nav.nav-desktop ul > li:nth-child(n+5) > ul li ul {
    right: calc(100% + 30px) !important;
    left: inherit;
}

#fir .search input[type="text"] {
    height: 40px;
    border-radius: 20px 0 0 20px;
    position: relative;
    right: -1px;
    max-width: 150px;
    background: #eee;
}

#fir .search button {
    height: 40px;
    width: 43px;
    line-height: 40px;
    border-radius: 0 20px 20px 0;
    font-size: 20px;
}

#fir .btn-color {
    border-radius: 10px;
    overflow: hidden;
}

#fir .btn-color:hover {
    background: #bc0f17 !important;
}

#fir header .social a i {
    background: #d70912;
    color: #fff;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
}

#fir header .social a i:hover {
    background: #bc0f17 !important;
}


/* Heading */

#fir .heading-content {
    height: 65vh;
    border-bottom: 20px solid #d70912;
}

#fir .heading-content .container {
    position: relative;
    z-index: 99;
    padding-top: 115px;
}

#fir .heading-content .inner {
    background: none;
    max-width: 850px;
}

#fir .heading-content .inner h1 {
	padding-left: 30px;
	color: #fff;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

#fir .heading-content .inner h1::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

#fir .heading-content .inner p {
	color: #fff;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

#fir .heading-content .mw-full {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100% !important;
}

.component-fullwidth {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.component > ul {
    position: absolute;
    top: 0;
}

.component-fullwidth li .filter {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,0,0,.1);
}

.component-fullwidth nav {
    display: none;
}

.component-fullwidth li img {
    top: 0;
}

.component-fullwidth li .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
}

#fir .heading-sub-page {
    height: 45vh !important;
}

#fir .heading-sub-page h2 {
    position: relative;
    margin-top: 0;
    font-size: 46px;
    background: none;
    padding: 0;
    padding-left: 30px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
}

#fir .heading-sub-page .inner h2::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}

#fir .heading-sub-page .banner-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: .3;
}


/* Content */

#fir .title h1:after {
    left: 0;
}

#fir h1.sepa::after, h2.sepa::after {
    content: none;
}

#fir .about-content h2::before {
    content: none;
}

#fir .title h2 {
    position: relative;
}

#fir .title h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    top: inherit;
    left: 0;
    bottom: -5px;
    background: #d70912;
    z-index: -1;
}

#fir .info-content .columns {
    overflow: hidden;
}

#fir .info-content .columns .icon {
    width: 60px;
    margin: auto;
}

#fir .info-content .columns .inner {
    border-bottom: 6px solid #d70912;
    position: relative;
    z-index: 0;
    box-shadow: 0 15px 25px -7px rgb(0 0 0 / 20%), 0 -12px 10px -10px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden;
    background: #f8f8f8;
}

#fir .info-content .columns .inner:hover {
    top: 0;
}

#fir .info-content .columns .inner .blur-fx {
    filter: blur(0);
    transition: .2s;
}

#fir .info-content .columns .inner:hover .blur-fx {
    filter: blur(2px);
    transition: .2s;
}

#fir .info-content .columns .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(215, 9, 18, .9);
    transition: .3s;
    color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    border-bottom: 6px solid #fff;
}

#fir .info-content .columns .inner:hover .mask {
    top: 0;
    transition: .3s;
}

#fir section.news-content {
    background: #f8f8f8 !important;
}

#fir .newsletter-content .banner { opacity: 1; }


/* Partners */

.partners-content {
    background: #fff;
}

.brands_slider {
    height: 100%;
}

.brands_item {
    height: 100%;
    transform: scale(1.1);
    line-height: 0;
}

.brands_item a {
    padding: 20px;
}

.brands_item img {
    max-width: 100%;
    max-height: 100px;
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

.brands_nav {
    display: none;
}

.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.owl-carousel .owl-stage-outer {
    padding-left: 10px;
}


/* Footer */

#fir .prefooter-content {
    background: #242121;
}

#fir .prefooter-content .logo-content img {
    max-height: 130px;
}

#fir .newsletter-content {
    background: none;
}

#fir .prefooter-content::before {
    width: 100%;
    height: 5px;
    top: -10px;
}

#fir .prefooter-content nav ul {
    padding-left: 20px;
}

.content-page.content .brands_item a {
    padding: 5px;
}


@media only screen and (max-width: 1360px) {
    #fir nav.nav-desktop ul li {
        margin-left: 10px !important;
        font-size: 15px;
    }
    #fir .search input[type="text"] {
        max-width: 120px;
    }
    #fir header a.logo-content {
        min-width: inherit !important;
    }
}

@media only screen and (max-width: 1200px) {
    #fir header a.logo-content {
        padding: 2px 0;
    }
}


@media only screen and (max-width: 1024px) {
    #fir .heading-sub-page h2 {
        font-size: 32px;
    }
    #fir .heading-content .inner {
        max-width: 590px;
    }
    #fir .heading-sub-page {
        height: 50vh !important;
    }
    #fir h1 {
        font-size: 32px;
        margin-bottom: 35px;
    }
    #fir h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    #fir h3 {
        font-size: 24px;
    }
    #fir h4 {
        font-size: 22px;
    }
    #fir .title h1:after {
        width: 70px;
        height: 6px;
        bottom: -10px;
    }
    #fir .heading-sub-page .inner h2::before {
        width: 6px;
    }
}

@media only screen and (max-width: 600px) {
    #fir header .col-auto {
        padding: 0 !important;
    }
    #fir .search input[type="text"] {
        max-width: 100px;
    }
    #fir .heading-sub-page h2 {
        font-size: 28px;
    }
    #fir body { font-size:15px; }
    #fir h1 {
        font-size: 28px;
        margin-bottom: 35px;
    }
    #fir h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #fir h3 {
        font-size: 22px;
    }
    #fir h4 {
        font-size: 20px;
    }
    #fir .title h1:after {
        width: 50px;
    }
    #fir header .container {
        border-radius: 0;
    }
    #fir header {
        top: 0px !important;
    }
    #fir header .container .row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


