﻿@font-face {
    font-family: 'FontAwesome';
    font-display: swap;
    src: url("/Fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("/Fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("/Fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("/Fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("/Fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("/Fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    height: 100%;
    min-height: 100%;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    margin: 0;
    padding-top: 65px
}

    body:before {
        content: "xsmall";
        display: none;
        visibility: hidden
    }

@media(min-width:576px) {
    body:before {
        content: "small"
    }
}

@media(min-width:768px) {
    body:before {
        content: "medium"
    }
}

@media(min-width:992px) {
    body:before {
        content: "large"
    }
}

@media(min-width:1200px) {
    body:before {
        content: "xlarge"
    }
}

@media(min-width:1200px) {
    body {
        padding-top: 90px
    }
}

body.top-nav-collapse {
    padding-top: 65px;
    transition: .4s
}

    body.top-nav-collapse header {
        box-shadow: 0 0 3px 0 rgba(0,0,0,.75);
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.75);
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.75)
    }

@media(min-width:1200px) {
    body.top-nav-collapse header a.navbar-brand img, body.top-nav-collapse header a.navbar-brand svg {
        height: 55px !important;
        transition: .4s
    }

    body.top-nav-collapse header .right-links a {
        padding: 10px;
        transition: .4s;
        font-size: 15px;
        line-height: 24px;
        color: #fff;
        font-weight: 400;
        text-align: center
    }

        body.top-nav-collapse header .right-links a:first-of-type {
            border-top-left-radius: 22.5px 50%;
            border-bottom-left-radius: 22.5px 50%
        }

        body.top-nav-collapse header .right-links a:nth-of-type(2) {
            border-top-right-radius: 22.5px 50%;
            border-bottom-right-radius: 22.5px 50%
        }

    body.top-nav-collapse header .container-fluid .row, body.top-nav-collapse header .container .row {
        height: 65px;
        transition: .4s
    }
}

header, main {
    display: block
}

nav {
    display: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    border-style: none
}

picture {
    display: inherit
}

.container-fluid, .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

[class*="col-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

@media(min-width:992px) {
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
}

@media(min-width:1200px) {
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

header {
    box-shadow: 0 0 1px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,.75);
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.75);
    color: #10455c;
    font-size: 17px;
    font-weight: 400;
    left: 0;
    line-height: 24px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10
}

@media(min-width:576px) {
    header {
        box-shadow: 0 0 3px 0 rgba(0,0,0,.75);
        -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.75);
        -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.75)
    }
}

@media(min-width:1200px) {
    header {
        box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
        -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
        -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75)
    }
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0
}


header a {
    color: #10455c;
    font-size: 16px;
    font-weight: 400;
    margin-right: 23px;
    text-decoration: none
}

@media(max-width:767.8px) {
    header a {
        display: none
    }
}

header a.navbar-brand {
    display: inline-block
}

@media(min-width:576px) {
    header a.navbar-brand {
        margin: 0 10px
    }
}

header a.navbar-brand picture {
    display: flex
}

    header a.navbar-brand picture img, header a.navbar-brand picture svg {
        height: 55px;
        transition: .4s
    }

@media(min-width:1200px) {
    header a.navbar-brand picture img, header a.navbar-brand picture svg {
        height: 80px
    }
}

header a.mburger {
    display: block;
    width: 34px;
    height: 25px;
    margin: 7px 40px 3px 20px
}

    header a.mburger:before, header a.mburger:after {
        background: #0a2c3b;
        border-bottom: 1px solid #0a2c3b;
        content: "";
        display: block;
        height: 3px
    }

    header a.mburger span {
        background: #0a2c3b;
        border-bottom: 1px solid #0a2c3b;
        display: block;
        height: 3px;
        margin: 7px 0
    }

header span.menu {
    font-size: 16px;
    font-weight: 600;
    color: #0a2c3b
}

header nav:not(.mm) {
    display: none
}

header #searchWrap {
    height: 28px;
    width: 28px
}

header label[for="search"] {
    display: none
}

header input, header input[type="text"] {
    font: 400 13.3333px Poppins !important
}

    header input::-webkit-input-placeholder, header input[type="text"]::-webkit-input-placeholder, header input:-ms-input-placeholder, header input::placeholder, header input[type="text"]::placeholder, header input:-moz-placeholder {
        font-family: "Poppins",sans-serif !important
    }

    header input[type="text"] {
        height: 28px;
        display: inline-block;
        border: none;
        outline: none;
        color: #000;
        padding: 13px;
        padding-right: 15px;
        width: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        background: none;
        z-index: 3;
        transition: width .4s cubic-bezier(0,.795,0,1);
        cursor: pointer
    }

    header input[type="submit"] {
        background-color: #fff;
        background-image: url("/Images/search.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: none;
        display: inline-block;
        float: right;
        height: 22px;
        width: 22px;
        margin-top: 1px;
        text-indent: -10000px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        z-index: 2;
        cursor: pointer;
        transition: opacity .4s ease
    }

header .right-links a {
    background-color: #b1191d;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 15px 30px;
    transition: .4s
}

header .right-links a {
    font-size: 16px
}

@media screen and (min-width:576px) {
    header .right-links a {
        font-size: calc(16px + -1*((100vw - 576px)/624))
    }
}

@media screen and (min-width:1200px) {
    header .right-links a {
        font-size: 15px
    }
}

header .right-links a:first-of-type {
    border-top-left-radius: 31.5px 50%;
    border-bottom-left-radius: 31.5px 50%;
    margin-right: 15px
}

header .right-links a:nth-of-type(2) {
    background-color: #276381;
    border-top-right-radius: 31.5px 50%;
    border-bottom-right-radius: 31.5px 50%
}

main {
    height: 100%;
    width: 100%
}

    main .container-fluid > .row, main .container > .row {
        margin: auto
    }


.d-none {
    display: none !important
}

@media(min-width:576px) {
    .d-sm-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .d-xl-block {
        display: block !important
    }
}

@media(max-width:1199.8px) {
    .d-lg-hidden-down {
        display: none !important
    }
}

.d-flex {
    display: flex
}

.d-flex-center {
    align-items: center
}

.d-flex-right {
    justify-content: flex-end
}

@media(min-width:1200px) {
    .d-xl-flex-center-right {
        justify-content: flex-end
    }
}

.img-fluid {
    height: auto;
    max-width: 100%;
    width: 100%
}

.background__lightGrey {
    background-color: #e9e9e9
}

.background__blue {
    background-color: #e7eef2
}

.background__grey {
    position: relative;
    background-color: #dbdbdb;
    overflow: hidden
}

    .background__grey:before {
        content: "";
        position: absolute;
        bottom: -225px;
        z-index: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 225px 2300px 225px 0;
        border-color: transparent #e7eef2 transparent transparent;
        transform: scaleX(-1)
    }

.padding__80 {
    padding: 80px 0 !important
}

.smallRedLink {
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    font-size: 14px;
    color: #b1191d;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    text-decoration: none
}

    .smallRedLink:hover {
        color: #841316
    }

.videoHolder {
    background: #333;
    background-attachment: fixed;
    background-size: cover;
    height: calc(100vh - 90px)
}

    .videoHolder video {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto
    }

.header .navbar-brand svg {
    height: 60px
}

.header .buttonGroup__button {
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 12px 20px;
    margin-right: 0
}

    .header .buttonGroup__button.red {
        background-color: #b1191d;
        -webkit-border-top-left-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topleft: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px
    }

    .header .buttonGroup__button.blue {
        background-color: #276381;
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomright: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px
    }

    .header .buttonGroup__button:hover {
        text-decoration: none
    }

        .header .buttonGroup__button:hover.red {
            background-color: #841316
        }

        .header .buttonGroup__button:hover.blue {
            background-color: #1b455a
        }

.header #searchForm {
    display: flex;
    margin-left: 5px
}

    .header #searchForm form {
        display: flex
    }

        .header #searchForm form .searchField {
            -moz-transition: 200ms all ease-in-out;
            -o-transition: 200ms all ease-in-out;
            -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            position: relative;
            transform: none;
            top: auto;
            padding: 0;
            right: auto;
            margin-right: 15px
        }

            .header #searchForm form .searchField.active {
                width: 150px;
                margin-left: 15px
            }

            .header #searchForm form .searchField:focus {
                margin-right: 15px
            }

        .header #searchForm form #search_submit {
            background-color: none !important;
            background: none !important;
            border: none;
            box-shadow: none;
            outline: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            cursor: pointer
        }

            .header #searchForm form #search_submit img {
                height: 23px
            }

.header .mburger {
    margin-right: 0
}

.no-padding {
    padding: 0
}

.carouselHolder {
    position: relative;
    overflow: hidden
}

    .carouselHolder .carousel:before {
        background: rgba(10,44,59,.31)
    }

    .carouselHolder .carouselItem:before {
        display: none !important
    }

    .carouselHolder .carouselItem .image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: calc(100vh - 90px)
    }

        .carouselHolder .carouselItem .image .overlay {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-bottom: 200px
        }

            .carouselHolder .carouselItem .image .overlay h4 {
                font-size: 41px;
                color: #fff;
                font-weight: 700;
                line-height: 48px;
                text-align: center;
                text-transform: uppercase;
                max-width: 100%;
                position: relative;
                top: auto;
                left: auto;
                transform: none
            }

    .carouselHolder:after {
        content: "";
        position: absolute;
        bottom: -175px;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 175px 2300px 175px 0;
        border-color: transparent #e9e9e9 transparent transparent
    }

.popUpFrontpage {
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    position: absolute !important;
    bottom: 300px;
    left: -75px;
    padding: 60px;
    background-color: rgba(177,25,29,.9);
    opacity: 0
}

    .popUpFrontpage h3 {
        font-size: 40px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 0
    }

    .popUpFrontpage .line {
        width: 100px;
        height: 3px;
        background-color: #fff;
        margin: 25px 0
    }

    .popUpFrontpage p {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0
    }

    .popUpFrontpage a {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        border: 1px solid #fff;
        border-radius: 50px;
        padding: 8px 30px;
        display: inline-flex;
        width: auto;
        text-decoration: none;
        margin-top: 20px
    }

        .popUpFrontpage a:hover {
            color: #b1191d;
            background-color: #fff
        }

    .popUpFrontpage.active {
        left: 0;
        opacity: 1
    }

.customBoxFrontpage {
    margin-top: -250px;
    -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 9px 1px rgba(0,0,0,.3);
    box-shadow: 0 0 23px 3px rgba(0,0,0,.5)
}

.infoBoksHolder {
    width: calc(50% - 3px)
}

    .infoBoksHolder:first-child {
        background-color: #b1191d;
        margin-right: 3px
    }

    .infoBoksHolder:last-child {
        background-color: #276381;
        margin-left: 3px
    }

        .infoBoksHolder:last-child .infoBox .header a:hover {
            color: #276381
        }

    .infoBoksHolder .infoBox .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        height: 205px;
        padding: 0 30px
    }

        .infoBoksHolder .infoBox .header h3 {
            font-size: 30px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 0;
            margin-bottom: 0
        }

        .infoBoksHolder .infoBox .header p {
            font-size: 16px;
            color: #fff;
            font-weight: 400
        }

        .infoBoksHolder .infoBox .header a {
            -moz-transition: 200ms all ease-in-out;
            -o-transition: 200ms all ease-in-out;
            -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            font-size: 14px;
            color: #fff;
            font-weight: 400;
            border: 1px solid #fff;
            border-radius: 50px;
            padding: 8px 30px;
            display: inline-flex;
            width: auto;
            text-decoration: none
        }

            .infoBoksHolder .infoBox .header a:hover {
                color: #b1191d;
                background-color: #fff
            }

    .infoBoksHolder .infoBox .boxes {
        display: flex;
        flex-wrap: wrap
    }

        .infoBoksHolder .infoBox .boxes a {
            width: 50%
        }

            .infoBoksHolder .infoBox .boxes a .box {
                -moz-transition: 200ms all ease-in-out;
                -o-transition: 200ms all ease-in-out;
                -webkit-transition: 200ms all ease-in-out;
                transition: 200ms all ease-in-out;
                -moz-transition-property: all;
                -o-transition-property: all;
                -webkit-transition-property: all;
                transition-property: all;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                position: relative;
                height: 150px
            }

                .infoBoksHolder .infoBox .boxes a .box .overlay {
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    background-color: rgba(0,0,0,.52);
                    display: flex;
                    justify-content: center;
                    align-items: center
                }

                    .infoBoksHolder .infoBox .boxes a .box .overlay h4 {
                        font-size: 20px;
                        color: #fff;
                        font-weight: 600
                    }

            .infoBoksHolder .infoBox .boxes a:hover .box .overlay {
                background-color: rgba(0,0,0,.1)
            }

.shadow {
    -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 9px 1px rgba(0,0,0,.3);
    box-shadow: 0 0 9px 1px rgba(0,0,0,.3)
}

.reviewText {
    height: 100%;
    display: flex;
    align-items: center
}

    .reviewText .text {
        position: relative
    }

        .reviewText .text h3 {
            font-size: 40px;
            color: #aeaeae;
            font-weight: 700;
            line-height: 50px;
            text-transform: uppercase;
            margin: 0;
            position: relative;
            z-index: 1
        }

        .reviewText .text p {
            font-size: 16px;
            color: #b8b8b8;
            font-weight: 300;
            font-style: italic;
            margin-top: 0
        }

        .reviewText .text:before {
            content: "";
            position: absolute;
            top: -20px;
            left: -20px;
            height: 100px;
            width: 100px;
            background-image: url(../../Images/icons/quote.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 0
        }

        .reviewText .text:after {
            content: "";
            position: absolute;
            bottom: 20px;
            right: 20px;
            height: 100px;
            width: 100px;
            background-image: url(../../Images/icons/quote.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 0
        }

.upcommingEvents {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 1
}

    .upcommingEvents h2 {
        font-size: 40px;
        color: #424547;
        font-weight: 800;
        margin-top: 0;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .upcommingEvents a {
        text-decoration: none
    }

        .upcommingEvents a .event {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 5px
        }

            .upcommingEvents a .event .image {
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                position: relative;
                min-height: 130px;
                width: 30%
            }

                .upcommingEvents a .event .image .date {
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 45px;
                    width: 45px;
                    background-color: #10455c;
                    text-align: center
                }

                    .upcommingEvents a .event .image .date .day {
                        -moz-transition: 200ms all ease-in-out;
                        -o-transition: 200ms all ease-in-out;
                        -webkit-transition: 200ms all ease-in-out;
                        transition: 200ms all ease-in-out;
                        -moz-transition-property: all;
                        -o-transition-property: all;
                        -webkit-transition-property: all;
                        transition-property: all;
                        font-size: 16px;
                        color: #fff;
                        font-weight: 700;
                        line-height: 16px
                    }

                    .upcommingEvents a .event .image .date .month {
                        -moz-transition: 200ms all ease-in-out;
                        -o-transition: 200ms all ease-in-out;
                        -webkit-transition: 200ms all ease-in-out;
                        transition: 200ms all ease-in-out;
                        -moz-transition-property: all;
                        -o-transition-property: all;
                        -webkit-transition-property: all;
                        transition-property: all;
                        font-size: 10px;
                        color: #fff;
                        font-weight: 400;
                        line-height: 10px
                    }

            .upcommingEvents a .event .text {
                -moz-transition: 200ms all ease-in-out;
                -o-transition: 200ms all ease-in-out;
                -webkit-transition: 200ms all ease-in-out;
                transition: 200ms all ease-in-out;
                -moz-transition-property: all;
                -o-transition-property: all;
                -webkit-transition-property: all;
                transition-property: all;
                width: 70%;
                background-color: #fff;
                padding: 15px 25px;
                display: flex;
                flex-direction: column;
                justify-content: center
            }

                .upcommingEvents a .event .text h3 {
                    font-size: 20px;
                    color: #424547;
                    font-weight: 700;
                    margin-top: 0;
                    margin-bottom: 5px;
                    text-transform: uppercase;
                    text-decoration: none
                }

                .upcommingEvents a .event .text p {
                    font-size: 14px;
                    color: #424547;
                    font-weight: 400;
                    line-height: 21px;
                    margin: 0
                }

                .upcommingEvents a .event .text .fakeLink {
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    font-size: 14px;
                    color: #b1191d;
                    font-weight: 400;
                    line-height: 21px;
                    text-align: left;
                    text-decoration: none;
                    display: flex;
                    align-items: center
                }

                    .upcommingEvents a .event .text .fakeLink .icon {
                        display: flex;
                        align-items: center;
                        -moz-transition: 200ms all ease-in-out;
                        -o-transition: 200ms all ease-in-out;
                        -webkit-transition: 200ms all ease-in-out;
                        transition: 200ms all ease-in-out;
                        -moz-transition-property: all;
                        -o-transition-property: all;
                        -webkit-transition-property: all;
                        transition-property: all;
                        width: 0;
                        height: 15px;
                        overflow: hidden
                    }

                        .upcommingEvents a .event .text .fakeLink .icon img {
                            height: 15px
                        }

                    .upcommingEvents a .event .text .fakeLink p {
                        font-size: 14px;
                        color: #b1191d;
                        font-weight: 400;
                        line-height: 21px;
                        margin: 0
                    }

                    .upcommingEvents a .event .text .fakeLink:hover p {
                        color: #841316
                    }

        .upcommingEvents a:hover .event .image .date {
            background-color: rgba(39,99,129,.8);
            height: 60px;
            width: 60px
        }

            .upcommingEvents a:hover .event .image .date .day {
                font-size: 22px;
                color: #fff;
                font-weight: 700;
                line-height: 22px
            }

            .upcommingEvents a:hover .event .image .date .month {
                font-size: 16px;
                color: #fff;
                font-weight: 400;
                line-height: 16px
            }

        .upcommingEvents a:hover .event .text .fakeLink .icon {
            width: 15px
        }

.curvedBg {
    position: relative
}

    .curvedBg:after {
        content: "";
        position: absolute;
        bottom: -225px;
        z-index: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 225px 2300px 225px 0;
        border-color: transparent #dbdbdb transparent transparent
    }

.header {
    display: flex;
    align-items: center
}

    .header h3 {
        font-size: 40px;
        color: #424547;
        font-weight: 700;
        margin: 0;
        margin-right: 10px;
        text-transform: uppercase
    }

.newsFrontpage .newsHolder a {
    text-decoration: none
}

    .newsFrontpage .newsHolder a .news {
        border-right: 5px solid #dbdbdb
    }

        .newsFrontpage .newsHolder a .news .image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            height: 240px
        }

            .newsFrontpage .newsHolder a .news .image .date {
                -moz-transition: 200ms all ease-in-out;
                -o-transition: 200ms all ease-in-out;
                -webkit-transition: 200ms all ease-in-out;
                transition: 200ms all ease-in-out;
                -moz-transition-property: all;
                -o-transition-property: all;
                -webkit-transition-property: all;
                transition-property: all;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 45px;
                width: 45px;
                background-color: #10455c;
                text-align: center
            }

                .newsFrontpage .newsHolder a .news .image .date .day {
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    font-size: 16px;
                    color: #fff;
                    font-weight: 700;
                    line-height: 16px
                }

                .newsFrontpage .newsHolder a .news .image .date .month {
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    font-size: 10px;
                    color: #fff;
                    font-weight: 400;
                    line-height: 10px;
                    text-transform: uppercase
                }

        .newsFrontpage .newsHolder a .news .text {
            position: relative;
            background-color: #fff;
            padding: 20px;
            height: 310px
        }

            .newsFrontpage .newsHolder a .news .text h3 {
                font-size: 20px;
                color: #424547;
                font-weight: 700;
                margin: 0
            }

            .newsFrontpage .newsHolder a .news .text p {
                font-size: 14px;
                color: #424547;
                font-weight: 400;
                line-height: 21px
            }

            .newsFrontpage .newsHolder a .news .text .fakeLink {
                -moz-transition: 200ms all ease-in-out;
                -o-transition: 200ms all ease-in-out;
                -webkit-transition: 200ms all ease-in-out;
                transition: 200ms all ease-in-out;
                -moz-transition-property: all;
                -o-transition-property: all;
                -webkit-transition-property: all;
                transition-property: all;
                font-size: 14px;
                color: #b1191d;
                font-weight: 400;
                line-height: 21px;
                position: absolute;
                bottom: 20px;
                left: 20px;
                text-align: left;
                text-decoration: none;
                display: flex;
                align-items: center
            }

                .newsFrontpage .newsHolder a .news .text .fakeLink .icon {
                    display: flex;
                    align-items: center;
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    width: 0;
                    height: 15px;
                    overflow: hidden
                }

                    .newsFrontpage .newsHolder a .news .text .fakeLink .icon img {
                        height: 15px
                    }

                .newsFrontpage .newsHolder a .news .text .fakeLink p {
                    font-size: 14px;
                    color: #b1191d;
                    font-weight: 400;
                    line-height: 21px;
                    margin: 0
                }

                .newsFrontpage .newsHolder a .news .text .fakeLink:hover p {
                    color: #841316
                }

    .newsFrontpage .newsHolder a:hover .news .image .date {
        background-color: rgba(39,99,129,.8);
        height: 60px;
        width: 60px
    }

        .newsFrontpage .newsHolder a:hover .news .image .date .day {
            font-size: 22px;
            color: #fff;
            font-weight: 700;
            line-height: 22px
        }

        .newsFrontpage .newsHolder a:hover .news .image .date .month {
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            line-height: 16px
        }

    .newsFrontpage .newsHolder a:hover .news .text .fakeLink .icon {
        width: 15px
    }

.linkBoxes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

    .linkBoxes a {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        width: 100%;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0 20px;
        text-decoration: none
    }

        .linkBoxes a h3 {
            font-size: 26px;
            color: #fff;
            font-weight: 700;
            margin: 0
        }

        .linkBoxes a p {
            font-size: 14px;
            color: #fff;
            font-weight: 400;
            margin-top: 0
        }

        .linkBoxes a .fakeLinkHolder {
            -moz-transition: 200ms all ease-in-out;
            -o-transition: 200ms all ease-in-out;
            -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            display: flex;
            justify-content: center;
            height: 0;
            overflow: hidden
        }

            .linkBoxes a .fakeLinkHolder .fakeLink {
                -moz-transition: 200ms all ease-in-out;
                -o-transition: 200ms all ease-in-out;
                -webkit-transition: 200ms all ease-in-out;
                transition: 200ms all ease-in-out;
                -moz-transition-property: all;
                -o-transition-property: all;
                -webkit-transition-property: all;
                transition-property: all;
                padding: 8px 20px;
                border: 2px solid #fff;
                border-radius: 50px;
                width: auto;
                height: 41px
            }

                .linkBoxes a .fakeLinkHolder .fakeLink p {
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    font-size: 14px;
                    color: #fff;
                    font-weight: 700;
                    margin: 0
                }

        .linkBoxes a:nth-child(1) {
            background-color: #10455c
        }

            .linkBoxes a:nth-child(1):hover .fakeLinkHolder .fakeLink p {
                color: #10455c
            }

        .linkBoxes a:nth-child(2) {
            background-color: #b1191d
        }

            .linkBoxes a:nth-child(2):hover .fakeLinkHolder .fakeLink p {
                color: #b1191d
            }

        .linkBoxes a:nth-child(3) {
            background-color: #276381
        }

            .linkBoxes a:nth-child(3):hover .fakeLinkHolder .fakeLink p {
                color: #276381
            }

        .linkBoxes a:nth-child(4) {
            background-color: #c8963e
        }

            .linkBoxes a:nth-child(4):hover .fakeLinkHolder .fakeLink p {
                color: #c8963e
            }

        .linkBoxes a:hover {
            flex-grow: 2
        }

            .linkBoxes a:hover .fakeLinkHolder {
                height: 49px
            }

                .linkBoxes a:hover .fakeLinkHolder .fakeLink {
                    background-color: #fff
                }

.instagramHeader {
    text-align: center;
    margin-bottom: 10px
}

    .instagramHeader p {
        font-size: 20px;
        color: #424547;
        font-weight: 400;
        margin: 0;
        margin-bottom: 0
    }

    .instagramHeader h3 {
        font-size: 30px;
        color: #424547;
        font-weight: 700;
        margin: 0;
        margin-bottom: 0;
        text-transform: uppercase
    }

.instagramHolder {
    display: flex;
    flex-wrap: wrap;
    height: 555px
}

    .instagramHolder .smallImages {
        display: flex;
        flex-wrap: wrap;
        height: 555px;
        height: 100%;
        width: 50%
    }

        .instagramHolder .smallImages .item {
            height: 50%;
            width: 50%;
            margin-bottom: 5px
        }

            .instagramHolder .smallImages .item:nth-child(3) {
                border-bottom: 5px solid #e7eef2
            }

            .instagramHolder .smallImages .item:nth-child(4) {
                border-bottom: 5px solid #e7eef2
            }

            .instagramHolder .smallImages .item a {
                position: relative;
                height: 100%;
                width: 100%;
                border-left: none;
                margin: 0
            }

                .instagramHolder .smallImages .item a .ig-image {
                    background-size: cover;
                    background-position: center;
                    background-repeat: no-repeat;
                    position: relative;
                    height: 100%;
                    width: 100%
                }

                    .instagramHolder .smallImages .item a .ig-image .overlay {
                        -moz-transition: 200ms all ease-in-out;
                        -o-transition: 200ms all ease-in-out;
                        -webkit-transition: 200ms all ease-in-out;
                        transition: 200ms all ease-in-out;
                        -moz-transition-property: all;
                        -o-transition-property: all;
                        -webkit-transition-property: all;
                        transition-property: all;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 100%;
                        width: 100%;
                        background-color: rgba(10,44,59,.9);
                        opacity: 0
                    }

                        .instagramHolder .smallImages .item a .ig-image .overlay i {
                            font-size: 20px;
                            color: #fff
                        }

                        .instagramHolder .smallImages .item a .ig-image .overlay p {
                            font-size: 18px;
                            color: #fff;
                            font-weight: 600;
                            margin-left: 10px
                        }

                    .instagramHolder .smallImages .item a .ig-image .buttons {
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        display: flex
                    }

                        .instagramHolder .smallImages .item a .ig-image .buttons .button {
                            -moz-transition: 200ms all ease-in-out;
                            -o-transition: 200ms all ease-in-out;
                            -webkit-transition: 200ms all ease-in-out;
                            transition: 200ms all ease-in-out;
                            -moz-transition-property: all;
                            -o-transition-property: all;
                            -webkit-transition-property: all;
                            transition-property: all;
                            height: 35px;
                            width: 55px;
                            display: flex;
                            justify-content: center;
                            align-items: center
                        }

                            .instagramHolder .smallImages .item a .ig-image .buttons .button i {
                                font-size: 14px;
                                color: #fff
                            }

                            .instagramHolder .smallImages .item a .ig-image .buttons .button p {
                                font-size: 14px;
                                color: #fff;
                                font-weight: 600;
                                line-height: 14px;
                                margin: 0;
                                margin-left: 5px
                            }

                            .instagramHolder .smallImages .item a .ig-image .buttons .button.red {
                                background-color: #b1191d
                            }

                            .instagramHolder .smallImages .item a .ig-image .buttons .button.blue {
                                background-color: #0a2c3b;
                                margin-left: 2px
                            }

                .instagramHolder .smallImages .item a:hover .ig-image .overlay {
                    opacity: 1
                }

                .instagramHolder .smallImages .item a:hover .ig-image .buttons .button {
                    background-color: transparent
                }

    .instagramHolder .item {
        height: 100%;
        width: 25%;
        margin-bottom: 5px;
        border-left: 5px solid #e7eef2
    }

        .instagramHolder .item a {
            position: relative;
            height: 100%;
            width: 100%;
            border-left: none;
            margin: 0
        }

            .instagramHolder .item a .ig-image {
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                position: relative;
                height: 100%;
                width: 100%
            }

                .instagramHolder .item a .ig-image .overlay {
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    background-color: rgba(10,44,59,.9);
                    opacity: 0
                }

                    .instagramHolder .item a .ig-image .overlay i {
                        font-size: 20px;
                        color: #fff
                    }

                    .instagramHolder .item a .ig-image .overlay p {
                        font-size: 18px;
                        color: #fff;
                        font-weight: 600;
                        margin-left: 10px
                    }

                .instagramHolder .item a .ig-image .buttons {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    display: flex
                }

                    .instagramHolder .item a .ig-image .buttons .button {
                        -moz-transition: 200ms all ease-in-out;
                        -o-transition: 200ms all ease-in-out;
                        -webkit-transition: 200ms all ease-in-out;
                        transition: 200ms all ease-in-out;
                        -moz-transition-property: all;
                        -o-transition-property: all;
                        -webkit-transition-property: all;
                        transition-property: all;
                        height: 35px;
                        width: 55px;
                        display: flex;
                        justify-content: center;
                        align-items: center
                    }

                        .instagramHolder .item a .ig-image .buttons .button i {
                            font-size: 14px;
                            color: #fff
                        }

                        .instagramHolder .item a .ig-image .buttons .button p {
                            font-size: 14px;
                            color: #fff;
                            font-weight: 600;
                            line-height: 14px;
                            margin: 0;
                            margin-left: 5px
                        }

                        .instagramHolder .item a .ig-image .buttons .button.red {
                            background-color: #b1191d
                        }

                        .instagramHolder .item a .ig-image .buttons .button.blue {
                            background-color: #0a2c3b;
                            margin-left: 2px
                        }

            .instagramHolder .item a:hover .ig-image .overlay {
                opacity: 1
            }

            .instagramHolder .item a:hover .ig-image .buttons .button {
                background-color: transparent
            }

.instagramButton {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px
}

    .instagramButton a {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        font-size: 14px;
        color: #0a2c3b;
        font-weight: 400;
        padding: 8px 15px;
        border: 1px solid #0a2c3b;
        border-radius: 50px;
        text-decoration: none
    }

        .instagramButton a i {
            margin-right: 5px
        }

        .instagramButton a:hover {
            background-color: #0a2c3b;
            color: #fff
        }

.background__info {
    position: relative;
    z-index: 0;
    overflow: hidden
}

    .background__info:after {
        content: "";
        position: absolute;
        top: -330px;
        z-index: 0;
        left: -7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 275px 2600px 225px 0;
        border-color: transparent #e7eef2 transparent transparent;
        transform: scaleX(-1)
    }

.full__width {
    max-width: 100% !important;
    padding: 0
}

.infoHolder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 650px;
    background-color: #276381;
    background-blend-mode: multiply
}

    .infoHolder .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

        .infoHolder .overlay .info {
            padding-top: 150px;
            height: 650px;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .infoHolder .overlay .info .infoBoks {
                display: flex;
                flex-direction: column;
                align-items: center
            }

                .infoHolder .overlay .info .infoBoks h3 {
                    font-size: 60px;
                    color: #fff;
                    font-weight: 700;
                    line-height: 60px;
                    margin: 0
                }

                .infoHolder .overlay .info .infoBoks .line {
                    width: 50px;
                    height: 2px;
                    background-color: #fff;
                    margin: 15px 0
                }

                .infoHolder .overlay .info .infoBoks h4 {
                    font-size: 20px;
                    color: #fff;
                    font-weight: 400;
                    line-height: 20px;
                    margin: 0
                }

            .infoHolder .overlay .info .infoText {
                background-color: rgba(10,44,59,.8);
                padding: 30px;
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center
            }

                .infoHolder .overlay .info .infoText h3 {
                    font-size: 40px;
                    color: #fff;
                    font-weight: 700;
                    line-height: 40px;
                    margin: 0
                }

                .infoHolder .overlay .info .infoText .line {
                    width: 100px;
                    height: 2px;
                    background-color: #fff;
                    margin: 15px 0
                }

                .infoHolder .overlay .info .infoText p {
                    font-size: 16px;
                    color: #fff;
                    font-weight: 400;
                    line-height: 24px;
                    font-style: italic;
                    margin: 0
                }

                .infoHolder .overlay .info .infoText a {
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    font-size: 14px;
                    color: #fff;
                    font-weight: 400;
                    padding: 8px 15px;
                    border: 1px solid #fff;
                    border-radius: 50px;
                    text-decoration: none;
                    margin-top: 20px
                }

                    .infoHolder .overlay .info .infoText a i {
                        margin-right: 5px
                    }

                    .infoHolder .overlay .info .infoText a:hover {
                        background-color: #fff;
                        color: #276381
                    }

footer p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-size: 16px !important;
    font-weight: 400 !important
}

footer .lead, footer .mail {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    font-size: 16px !important
}

    footer .lead a, footer .mail a {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        font-size: 26px !important;
        font-weight: 600 !important;
        text-decoration: none !important;
        margin-bottom: 20px
    }

        footer .lead a:hover, footer .mail a:hover {
            color: #b1191d !important
        }

footer a {
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: underline !important
}

    footer a:hover {
        color: #b1191d !important
    }

footer .social li a i {
    font-size: 26px !important
}

@media(max-width:767.98px) {
    .padding__80 {
        padding: 40px 0 !important
    }

    .header {
        padding: 0 15px
    }

        .header .navbar-brand {
            -moz-transition: 200ms all ease-in-out;
            -o-transition: 200ms all ease-in-out;
            -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all
        }

            .header .navbar-brand svg {
                height: 55px
            }

            .header .navbar-brand.active {
                opacity: 0
            }

        .header .buttonGroup__button {
            -moz-transition: 200ms all ease-in-out;
            -o-transition: 200ms all ease-in-out;
            -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            padding: 15px 20px;
            margin-right: 0
        }

            .header .buttonGroup__button.red {
                background-color: #b1191d;
                -webkit-border-top-left-radius: 50px;
                -webkit-border-bottom-left-radius: 50px;
                -moz-border-radius-topleft: 50px;
                -moz-border-radius-bottomleft: 50px;
                border-top-left-radius: 50px;
                border-bottom-left-radius: 50px
            }

            .header .buttonGroup__button.blue {
                background-color: #276381;
                -webkit-border-top-right-radius: 50px;
                -webkit-border-bottom-right-radius: 50px;
                -moz-border-radius-topright: 50px;
                -moz-border-radius-bottomright: 50px;
                border-top-right-radius: 50px;
                border-bottom-right-radius: 50px
            }

            .header .buttonGroup__button:hover {
                text-decoration: none
            }

                .header .buttonGroup__button:hover.red {
                    background-color: #841316
                }

                .header .buttonGroup__button:hover.blue {
                    background-color: #1b455a
                }

        .header #searchForm {
            display: flex;
            margin-left: 5px
        }

            .header #searchForm form {
                display: flex
            }

                .header #searchForm form .searchField {
                    -moz-transition: 200ms all ease-in-out;
                    -o-transition: 200ms all ease-in-out;
                    -webkit-transition: 200ms all ease-in-out;
                    transition: 200ms all ease-in-out;
                    -moz-transition-property: all;
                    -o-transition-property: all;
                    -webkit-transition-property: all;
                    transition-property: all;
                    position: absolute;
                    transform: none;
                    top: auto;
                    padding: 0;
                    right: 70px;
                    margin-right: 15px;
                    top: 0;
                    height: 100%
                }

                    .header #searchForm form .searchField.active {
                        width: 150px;
                        margin-left: 15px;
                        background-color: #fff
                    }

                    .header #searchForm form .searchField:focus {
                        margin-right: 15px
                    }

                .header #searchForm form #search_submit {
                    background-color: none !important;
                    background: none !important;
                    border: none;
                    box-shadow: none;
                    outline: none;
                    -moz-appearance: none;
                    -webkit-appearance: none;
                    cursor: pointer
                }

                    .header #searchForm form #search_submit img {
                        height: 23px
                    }

        .header .mburger {
            margin-right: 0
        }

    .videoHolder {
        background: #333;
        background-attachment: fixed;
        background-size: cover;
        height: auto
    }

        .videoHolder video {
            position: relative;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto
        }

    .no-padding {
        padding: 0
    }

    .carouselHolder {
        position: relative;
        overflow: hidden
    }

        .carouselHolder .carousel:before {
            background: rgba(10,44,59,.31)
        }

        .carouselHolder .carouselItem:before {
            display: none !important
        }

        .carouselHolder .carouselItem .image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: calc(80vh - 90px)
        }

            .carouselHolder .carouselItem .image .overlay {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding-bottom: 250px
            }

                .carouselHolder .carouselItem .image .overlay h4 {
                    font-size: 26px;
                    color: #fff;
                    font-weight: 700;
                    line-height: 35px;
                    text-align: center;
                    text-transform: uppercase;
                    max-width: 100%;
                    position: relative;
                    top: auto;
                    left: auto;
                    transform: none;
                    letter-spacing: 0 !important
                }

        .carouselHolder:after {
            display: none
        }

    .popUpFrontpage {
        position: relative !important;
        bottom: 0;
        left: -75px;
        padding: 20px;
        width: 100%
    }

        .popUpFrontpage h3 {
            font-size: 25px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 0;
            margin-top: 0
        }

        .popUpFrontpage .line {
            width: 100px;
            height: 3px;
            background-color: #fff;
            margin: 20px 0
        }

        .popUpFrontpage p {
            font-size: 16px
        }

        .popUpFrontpage.active {
            left: 0;
            opacity: 1
        }

    .customBoxFrontpage {
        margin-top: 30px;
        padding: 0 15px
    }

    .infoBoksHolder {
        width: 100%
    }

        .infoBoksHolder:first-child {
            background-color: #b1191d;
            margin-right: 0;
            margin-bottom: 15px
        }

        .infoBoksHolder:last-child {
            background-color: #276381;
            margin-left: 0
        }

        .infoBoksHolder .infoBox .header {
            flex-wrap: nowrap;
            height: auto;
            padding: 30px
        }

            .infoBoksHolder .infoBox .header p {
                font-size: 16px;
                color: #fff;
                font-weight: 400;
                text-align: center
            }

        .infoBoksHolder .infoBox .boxes a {
            width: 50%
        }

            .infoBoksHolder .infoBox .boxes a .box .overlay {
                text-align: center
            }

                .infoBoksHolder .infoBox .boxes a .box .overlay h4 {
                    font-size: 18px;
                    color: #fff;
                    font-weight: 600
                }

    .reviewText {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 30px
    }

        .reviewText .text {
            position: relative
        }

            .reviewText .text h3 {
                font-size: 28px;
                color: #aeaeae;
                font-weight: 700;
                line-height: 41px
            }

            .reviewText .text:after {
                display: none
            }

    .no-padding-mobile {
        padding: 0
    }

    .upcommingEvents h2 {
        font-size: 30px;
        color: #424547;
        font-weight: 800;
        line-height: 32px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 30px
    }

    .upcommingEvents a .event .image {
        width: 40%
    }

    .upcommingEvents a .event .text {
        width: 60%
    }

        .upcommingEvents a .event .text h3 {
            font-size: 15px;
            color: #424547;
            font-weight: 700
        }

        .upcommingEvents a .event .text p {
            font-size: 12px;
            color: #424547;
            font-weight: 400;
            line-height: 19px;
            margin: 0
        }

        .upcommingEvents a .event .text .fakeLink {
            margin-top: 5px
        }

    .smallRedLink {
        margin-top: 10px
    }

    .header {
        display: flex;
        align-items: center
    }

        .header h3 {
            font-size: 40px;
            color: #424547;
            font-weight: 700;
            margin: 0;
            margin-right: 10px;
            text-transform: uppercase
        }

            .header h3:nth-child(2) {
                display: none
            }

    .newsFrontpage .newsHolder a .news {
        border-right: none;
        margin-bottom: 15px
    }

        .newsFrontpage .newsHolder a .news .image {
            height: 180px
        }

        .newsFrontpage .newsHolder a .news .text {
            position: relative;
            background-color: #fff;
            padding: 20px;
            height: auto
        }

            .newsFrontpage .newsHolder a .news .text h3 {
                font-size: 18px;
                color: #424547;
                font-weight: 700
            }

            .newsFrontpage .newsHolder a .news .text .fakeLink {
                position: relative;
                bottom: auto;
                left: auto;
                margin-top: 10px
            }

    .linkBoxes {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%
    }

        .linkBoxes a {
            -moz-transition: 200ms all ease-in-out;
            -o-transition: 200ms all ease-in-out;
            -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            width: 100%;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            padding: 20px 20px;
            text-decoration: none
        }

            .linkBoxes a:hover {
                flex-grow: 2
            }

                .linkBoxes a:hover .fakeLinkHolder {
                    height: 49px
                }

    .instagramHeader {
        text-align: center;
        margin-bottom: 10px
    }

        .instagramHeader p {
            font-size: 16px;
            color: #424547;
            font-weight: 400
        }

        .instagramHeader h3 {
            font-size: 22px;
            color: #424547;
            font-weight: 700
        }

    .instagramHolder {
        height: auto
    }

        .instagramHolder .smallImages {
            display: flex;
            flex-wrap: wrap;
            height: auto;
            height: 100%;
            width: 100%
        }

            .instagramHolder .smallImages .item {
                height: 200px;
                width: 100%;
                border-left: none
            }

                .instagramHolder .smallImages .item a {
                    position: relative;
                    height: 100%;
                    width: 100%;
                    border-left: none;
                    margin: 0
                }

        .instagramHolder .item {
            height: 200px;
            width: 100%;
            margin-bottom: 5px;
            border-left: none
        }

    .instagramButton {
        margin-top: 20px
    }

    .background__info:after {
        content: "";
        position: absolute;
        top: -300px;
        z-index: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 100px 2300px 250px 0;
        border-color: transparent #e7eef2 transparent transparent;
        transform: scaleX(-1)
    }

    .full__width {
        max-width: 100% !important;
        padding: 0
    }

    .infoHolder {
        height: auto
    }

        .infoHolder .overlay {
            position: relative
        }

            .infoHolder .overlay .info {
                padding-top: 75px;
                padding-bottom: 75px;
                height: auto;
                flex-wrap: wrap
            }

                .infoHolder .overlay .info .infoBoks {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 15px
                }

                    .infoHolder .overlay .info .infoBoks h3 {
                        font-size: 30px;
                        color: #fff;
                        font-weight: 700;
                        line-height: 30px;
                        margin: 0
                    }

                    .infoHolder .overlay .info .infoBoks .line {
                        width: 50px;
                        height: 2px;
                        background-color: #fff;
                        margin: 15px 0
                    }

                    .infoHolder .overlay .info .infoBoks h4 {
                        font-size: 18px;
                        color: #fff;
                        font-weight: 400;
                        line-height: 20px;
                        margin: 0
                    }

                .infoHolder .overlay .info .infoText {
                    background-color: rgba(10,44,59,.8);
                    padding: 30px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    text-align: center
                }

                    .infoHolder .overlay .info .infoText h3 {
                        font-size: 30px;
                        color: #fff;
                        font-weight: 700;
                        line-height: 30px;
                        margin: 0
                    }

                    .infoHolder .overlay .info .infoText .line {
                        width: 100px;
                        height: 2px;
                        background-color: #fff;
                        margin: 15px 0
                    }

                    .infoHolder .overlay .info .infoText p {
                        font-size: 16px;
                        color: #fff;
                        font-weight: 400;
                        line-height: 24px;
                        font-style: italic;
                        margin: 0
                    }

                    .infoHolder .overlay .info .infoText a {
                        -moz-transition: 200ms all ease-in-out;
                        -o-transition: 200ms all ease-in-out;
                        -webkit-transition: 200ms all ease-in-out;
                        transition: 200ms all ease-in-out;
                        -moz-transition-property: all;
                        -o-transition-property: all;
                        -webkit-transition-property: all;
                        transition-property: all;
                        font-size: 14px;
                        color: #fff;
                        font-weight: 400;
                        padding: 8px 15px;
                        border: 1px solid #fff;
                        border-radius: 50px;
                        text-decoration: none;
                        margin-top: 20px
                    }

                        .infoHolder .overlay .info .infoText a i {
                            margin-right: 5px
                        }

                        .infoHolder .overlay .info .infoText a:hover {
                            background-color: #fff;
                            color: #276381
                        }

    footer p {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        font-size: 16px !important;
        font-weight: 400 !important
    }

    footer .lead, footer .mail {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        font-size: 16px !important
    }

        footer .lead a, footer .mail a {
            -moz-transition: 200ms all ease-in-out;
            -o-transition: 200ms all ease-in-out;
            -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            font-size: 21px !important;
            font-weight: 600 !important;
            text-decoration: none !important;
            margin-bottom: 20px
        }

            footer .lead a:hover, footer .mail a:hover {
                color: #b1191d !important
            }

    footer a {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        font-size: 16px !important;
        font-weight: 400 !important;
        text-decoration: underline !important
    }

        footer a:hover {
            color: #b1191d !important
        }

    footer .social li a i {
        font-size: 26px !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header .navbar-brand svg {
        height: 55px
    }

    .header a {
        font-size: 13px;
        font-weight: 400;
        margin-right: 10px
    }

    .header .buttonGroup {
        margin-right: 10px
    }

    .header .buttonGroup__button {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        padding: 15px 7px;
        margin-right: 0
    }

    .header #searchForm {
        display: flex;
        margin-left: 5px
    }

        .header #searchForm form {
            display: flex
        }

            .header #searchForm form .searchField {
                -moz-transition: 200ms all ease-in-out;
                -o-transition: 200ms all ease-in-out;
                -webkit-transition: 200ms all ease-in-out;
                transition: 200ms all ease-in-out;
                -moz-transition-property: all;
                -o-transition-property: all;
                -webkit-transition-property: all;
                transition-property: all;
                position: absolute;
                transform: none;
                top: auto;
                padding: 0;
                right: 65px;
                margin-right: 15px;
                top: 0;
                height: 100%
            }

                .header #searchForm form .searchField.active {
                    width: 300px;
                    margin-left: 15px;
                    background-color: #fff
                }

                .header #searchForm form .searchField:focus {
                    margin-right: 15px
                }

            .header #searchForm form #search_submit {
                background-color: none !important;
                background: none !important;
                border: none;
                box-shadow: none;
                outline: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                cursor: pointer
            }

                .header #searchForm form #search_submit img {
                    height: 23px
                }

    .header .mburger {
        margin-right: 0
    }

    .videoHolder {
        background: #333;
        background-attachment: fixed;
        background-size: cover;
        height: auto
    }

        .videoHolder video {
            position: relative;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto
        }

    .no-padding {
        padding: 0
    }

    .carouselHolder {
        position: relative;
        overflow: hidden
    }

        .carouselHolder .carousel:before {
            background: rgba(10,44,59,.31)
        }

        .carouselHolder .carouselItem:before {
            display: none !important
        }

        .carouselHolder .carouselItem .image {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height: calc(100vh - 90px)
        }

            .carouselHolder .carouselItem .image .overlay {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding-bottom: 250px
            }

                .carouselHolder .carouselItem .image .overlay h4 {
                    font-size: 30px;
                    color: #fff;
                    font-weight: 700;
                    line-height: 37px;
                    text-align: center;
                    text-transform: uppercase;
                    max-width: 100%;
                    position: relative;
                    top: auto;
                    left: auto;
                    transform: none
                }

        .carouselHolder:after {
            content: "";
            position: absolute;
            bottom: -230px;
            right: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 175px 2300px 175px 0;
            border-color: transparent #e9e9e9 transparent transparent
        }

    .popUpFrontpage {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        position: absolute !important;
        bottom: 150px;
        left: -75px;
        padding: 30px;
        background-color: rgba(177,25,29,.9);
        opacity: 0
    }

        .popUpFrontpage h3 {
            font-size: 25px
        }

        .popUpFrontpage .line {
            width: 100px;
            height: 3px;
            background-color: #fff;
            margin: 15px 0
        }

        .popUpFrontpage p {
            font-size: 16px
        }

        .popUpFrontpage.active {
            left: 15px
        }

    .customBoxFrontpage {
        margin-top: -120px;
        padding: 0 15px
    }

    .infoBoksHolder {
        width: calc(50% - 6px)
    }

        .infoBoksHolder:first-child {
            background-color: #b1191d;
            margin-right: 3px;
            margin-bottom: 0
        }

        .infoBoksHolder:last-child {
            background-color: #276381;
            margin-left: 3px
        }

        .infoBoksHolder .infoBox .header {
            flex-wrap: nowrap;
            height: auto;
            padding: 30px
        }

            .infoBoksHolder .infoBox .header p {
                font-size: 16px;
                color: #fff;
                font-weight: 400;
                text-align: center
            }

        .infoBoksHolder .infoBox .boxes a {
            width: 50%
        }

            .infoBoksHolder .infoBox .boxes a .box .overlay {
                text-align: center
            }

                .infoBoksHolder .infoBox .boxes a .box .overlay h4 {
                    font-size: 18px;
                    color: #fff;
                    font-weight: 600
                }

    .reviewText {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 30px
    }

        .reviewText .text {
            position: relative
        }

            .reviewText .text h3 {
                font-size: 28px;
                color: #aeaeae;
                font-weight: 700;
                line-height: 41px
            }

            .reviewText .text:after {
                display: none
            }

    .no-padding-mobile {
        padding: 0
    }

    .upcommingEvents h2 {
        font-size: 30px;
        color: #424547;
        font-weight: 800;
        line-height: 32px;
        text-align: left;
        margin-bottom: 20px;
        margin-top: 30px
    }

    .upcommingEvents a .event .image {
        width: 40%
    }

    .upcommingEvents a .event .text {
        width: 60%
    }

        .upcommingEvents a .event .text h3 {
            font-size: 15px;
            color: #424547;
            font-weight: 700
        }

        .upcommingEvents a .event .text p {
            font-size: 12px;
            color: #424547;
            font-weight: 400;
            line-height: 19px;
            margin: 0
        }

        .upcommingEvents a .event .text .fakeLink {
            margin-top: 5px
        }

    .smallRedLink {
        margin-top: 10px
    }

    .header {
        display: flex;
        align-items: center
    }

        .header h3 {
            font-size: 40px;
            color: #424547;
            font-weight: 700;
            margin: 0;
            margin-right: 10px;
            text-transform: uppercase
        }

            .header h3:nth-child(2) {
                display: none
            }

    .newsFrontpage .newsHolder a .news {
        border-right: none;
        margin-bottom: 15px
    }

        .newsFrontpage .newsHolder a .news .image {
            height: 180px
        }

        .newsFrontpage .newsHolder a .news .text {
            position: relative;
            background-color: #fff;
            padding: 20px;
            height: auto
        }

            .newsFrontpage .newsHolder a .news .text h3 {
                font-size: 18px;
                color: #424547;
                font-weight: 700
            }

            .newsFrontpage .newsHolder a .news .text .fakeLink {
                position: relative;
                bottom: auto;
                left: auto;
                margin-top: 10px
            }

    .linkBoxes {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%
    }

        .linkBoxes a {
            -moz-transition: 200ms all ease-in-out;
            -o-transition: 200ms all ease-in-out;
            -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            width: 100%;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            padding: 20px 20px;
            text-decoration: none
        }

            .linkBoxes a:hover {
                flex-grow: 2
            }

                .linkBoxes a:hover .fakeLinkHolder {
                    height: 49px
                }

    .instagramHeader {
        text-align: center;
        margin-bottom: 10px
    }

        .instagramHeader p {
            font-size: 16px;
            color: #424547;
            font-weight: 400
        }

        .instagramHeader h3 {
            font-size: 22px;
            color: #424547;
            font-weight: 700
        }

    .instagramHolder {
        height: auto
    }

        .instagramHolder .smallImages {
            display: flex;
            flex-wrap: wrap;
            height: auto;
            height: 100%;
            width: 100%
        }

            .instagramHolder .smallImages .item {
                height: 200px;
                width: 100%;
                border-left: none
            }

                .instagramHolder .smallImages .item a {
                    position: relative;
                    height: 100%;
                    width: 100%;
                    border-left: none;
                    margin: 0
                }

        .instagramHolder .item {
            height: 200px;
            width: 100%;
            margin-bottom: 5px;
            border-left: none
        }

    .instagramButton {
        margin-top: 20px
    }

    .background__info:after {
        content: "";
        position: absolute;
        top: -410px;
        z-index: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 250px 2300px 250px 0;
        border-color: transparent #e7eef2 transparent transparent;
        transform: scaleX(-1)
    }

    .full__width {
        max-width: 100% !important;
        padding: 0
    }

    .infoHolder {
        height: auto
    }

        .infoHolder .overlay {
            position: relative
        }

            .infoHolder .overlay .info {
                padding-top: 130px;
                padding-bottom: 75px;
                height: auto;
                flex-wrap: wrap
            }

                .infoHolder .overlay .info .infoBoks {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-bottom: 15px
                }

                    .infoHolder .overlay .info .infoBoks h3 {
                        font-size: 30px;
                        color: #fff;
                        font-weight: 700;
                        line-height: 30px;
                        margin: 0
                    }

                    .infoHolder .overlay .info .infoBoks .line {
                        width: 50px;
                        height: 2px;
                        background-color: #fff;
                        margin: 15px 0
                    }

                    .infoHolder .overlay .info .infoBoks h4 {
                        font-size: 18px;
                        color: #fff;
                        font-weight: 400;
                        line-height: 20px;
                        margin: 0
                    }

                .infoHolder .overlay .info .infoText {
                    background-color: rgba(10,44,59,.8);
                    padding: 30px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    text-align: center
                }

                    .infoHolder .overlay .info .infoText h3 {
                        font-size: 30px;
                        color: #fff;
                        font-weight: 700;
                        line-height: 30px;
                        margin: 0
                    }

                    .infoHolder .overlay .info .infoText .line {
                        width: 100px;
                        height: 2px;
                        background-color: #fff;
                        margin: 15px 0
                    }

                    .infoHolder .overlay .info .infoText p {
                        font-size: 16px;
                        color: #fff;
                        font-weight: 400;
                        line-height: 24px;
                        font-style: italic;
                        margin: 0
                    }

                    .infoHolder .overlay .info .infoText a {
                        -moz-transition: 200ms all ease-in-out;
                        -o-transition: 200ms all ease-in-out;
                        -webkit-transition: 200ms all ease-in-out;
                        transition: 200ms all ease-in-out;
                        -moz-transition-property: all;
                        -o-transition-property: all;
                        -webkit-transition-property: all;
                        transition-property: all;
                        font-size: 14px;
                        color: #fff;
                        font-weight: 400;
                        padding: 8px 15px;
                        border: 1px solid #fff;
                        border-radius: 50px;
                        text-decoration: none;
                        margin-top: 20px
                    }

                        .infoHolder .overlay .info .infoText a i {
                            margin-right: 5px
                        }

                        .infoHolder .overlay .info .infoText a:hover {
                            background-color: #fff;
                            color: #276381
                        }

    footer p {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        font-size: 16px !important;
        font-weight: 400 !important
    }

    footer .lead, footer .mail {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        font-size: 16px !important
    }

        footer .lead a, footer .mail a {
            -moz-transition: 200ms all ease-in-out;
            -o-transition: 200ms all ease-in-out;
            -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            font-size: 21px !important;
            font-weight: 600 !important;
            text-decoration: none !important;
            margin-bottom: 20px
        }

            footer .lead a:hover, footer .mail a:hover {
                color: #b1191d !important
            }

    footer a {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        font-size: 16px !important;
        font-weight: 400 !important;
        text-decoration: underline !important
    }

        footer a:hover {
            color: #b1191d !important
        }

    footer .social li a i {
        font-size: 26px !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .videoHolder {
        background: #333;
        background-attachment: fixed;
        background-size: cover;
        height: auto
    }

        .videoHolder video {
            position: relative;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto
        }

    .popUpFrontpage {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        position: absolute !important;
        bottom: 200px;
        left: -75px;
        padding: 60px;
        background-color: rgba(177,25,29,.9);
        opacity: 0
    }

        .popUpFrontpage h3 {
            font-size: 35px
        }

        .popUpFrontpage .line {
            width: 100px;
            height: 3px;
            background-color: #fff;
            margin: 15px 0
        }

        .popUpFrontpage p {
            font-size: 18px
        }

        .popUpFrontpage.active {
            left: 0
        }

    .customBoxFrontpage {
        margin-top: -180px
    }

    .infoBoksHolder .infoBox .header p {
        text-align: center
    }

    .reviewText .text h3 {
        font-size: 35px
    }

    .background__info:after {
        top: -350px
    }

    .infoHolder {
        height: 500px
    }

        .infoHolder .overlay .info {
            padding-top: 150px;
            height: 400px
        }

    .header .buttonGroup__button {
        font-size: 13px
    }
}

ul.social li a {
    width: 53px !important;
    height: 53px !important
}

.mm a {
    font-weight: 600 !important;
    width: auto !important;
    display: inline-block !important
}

    .mm a:after {
        display: none !important
    }

.factbox p a {
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    position: relative
}

    .factbox p a:before, .factbox p header a.mburger:after, header .factbox p a.mburger:after {
        -moz-transition: 200ms all ease-in-out;
        -o-transition: 200ms all ease-in-out;
        -webkit-transition: 200ms all ease-in-out;
        transition: 200ms all ease-in-out;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        content: "";
        font-family: 'Font Awesome 5 Pro';
        font-size: 16px;
        color: #b1191d;
        font-weight: 700;
        width: 0;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        left: 0
    }

    .factbox p a:hover {
        padding-left: 10px
    }

        .factbox p a:hover:before, .factbox p header a.mburger:hover:after, header .factbox p a.mburger:hover:after {
            width: 10px
        }

.fakeLink p {
    position: relative
}

.caretEnd {
    font-size: 16px;
    color: #b1191d;
    font-weight: 700;
    padding-left: 6px;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%)
}

.noChilds:before {
    display: none !important
}

@media(min-width:1200px) {
    .caretEnd {
        display: none !important
    }
}

.openIcon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 10px
}

    .openIcon svg {
        height: 10px
    }

.newsHolder > div > div:last-child a .news {
    border-right: none
}

.social li a img {
    height: 20px !important
}

.social li a:hover img {
    filter: invert(1)
}

.social li a:hover i {
    color: #000 !important
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
