html,
body {
    height: 100%;
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}



/*link*/

a {
    color: #fff;
    text-decoration: underline;
}


/*list*/

.modal--body .carousel-inner ul {
    margin-bottom: 2rem;

}

.modal--body .carousel-inner li {
    margin-bottom: 10px;
    margin-left: -20px;
}

/**/

img {
    width: 100% \9;
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}


@media only screen and (min-width: 1600px) {
    .video-responsive {
    margin-top: 20px;
}
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .video-responsive iframe {
        padding: 20px 15px;
    }
}

button,
.btn {
    cursor: pointer;
    border-radius: 0;
}

.readmore.btn {
    border: 2px solid #fff;
    width: 285px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .readmore.btn {
        width: auto;
    }
}

.readmore.btn:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #CF121F;
}

img.arrow-right {
    transform: rotate(270deg);
    width: 17px;
    height: 13px;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-control-prev,
.carousel-control-next {
    top: auto;
    bottom: -70px;
}


#videos-modal .carousel-control-prev,
#videos-modal .carousel-control-next {
    bottom: -20px;
}



.carousel-control-prev-icon {
    background-image: none;
    transform: rotate(90deg);
}

.carousel-control-next-icon {
    background-image: none;
    transform: rotate(-90deg);
}

.readmore.btn:hover {
    stroke: #CF121F;
    fill: #CF121F;
}

.row.nomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media only screen and (min-width: 992px) {

    .nogutter > [class*='col-'],
    .no-gutter > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }
}


@media only screen and (max-width: 1920px) {
    .container.wide {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1921px) {
    .container.wide {
        max-width: 1920px !important;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    background: #fff;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background: #fff;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;

    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    padding: 0;
    line-height: 1.1;
}


h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #fff;
}



.modal--body h2,
.modal--body h3 {
    text-align: center;
    margin-bottom: 20px;
}

/* The emerging W3C standard
   that is currently Firefox-only */

.modal--body  {
    scrollbar-width: thin;
    scrollbar-color: #fff;
}

/* Works on Chrome/Edge/Safari */

.modal--body::-webkit-scrollbar {
    width: 14px;
}

.modal--body::-webkit-scrollbar-track {
    background: #710b15;
    border-radius: 14px;
}

.modal--body::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 14px;
    border: 2px solid #710b15;
    box-shadow: inset 1px 1px 1px hsla(0, 0%, 100%, .25), inset -1px -1px 1px rgba(0, 0, 0, .25);
}


/*site items*/

.screen-one {
    position: relative;
}

@media only screen and (max-width: 1299px) {
    .screen-one {
        height: auto;
        background: none;
    }
}

.intro {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1279px;
    height: 379px;
    max-width: 70%;
    text-align: center;
    background: url(/img/bg-intro.png) no-repeat;
    background-size: contain;
    color: #fff;
    padding: 6% 0 0 0;
}

@media only screen and (max-width: 991px) {
    .intro {
        max-width: 90%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .intro {
        max-width: 70%;
    }
}

.intro h1 {
    font-family: 'Permanent Marker', cursive;
    font-size: 50px;
    font-size: 3.4vw;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .intro h1 {
        font-size: 30px;
        font-size: 5vw;
        margin: 5px 0;
    }
}



@media only screen and (min-width: 2200px) {
    .intro h1 {
        font-size: 60px;
    }
}

.intro h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 32px;
    font-size: 1.7vw;
}

@media only screen and (min-width: 2200px) {
    .intro h2 {
        font-size: 32px;
    }
}


@media only screen and (max-width: 767px) {
    .intro h2 {
        font-size: 14px;
        font-size: 3.5vw;
    }
}

@media only screen and (min-width: 1440px) {
    .videos {
      /*  padding-top: 80px;*/
    }
}

@media only screen and (max-width: 767px) {
    .videos {
        background: #be1e2d;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        max-width: 100%;
    }
}


.videos img:hover {
    opacity: 0.8;
}

#videos-carousel {
    margin-top: 30px;
}

.videos .item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 120px;
    color: #fff;
}

@media only screen and (max-width: 992px) {
    .videos .item {
        font-size: 40px;

    }
}

.videos .item img:hover {
    cursor: pointer;
}

.cut-bottom {
    height: 82px;
    background: url(/img/bg-cut-btm.png) no-repeat;
    background-size: contain;
}

.scroll-down {
    position: absolute;
    bottom: 17px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.scroll-down img:hover {
    opacity: 0.8;
}


.items {
    background: url(/img/bg-items.jpg) repeat-y;
    padding-top: 5%;
}

.videos-mobile {
    margin-bottom: 60px;
}

.item {
    text-align: center;
    margin-bottom: 80px;
}

.icon {
    stroke: #fff;
    fill: transparent;
    margin-bottom: 35px;
}


.fade {
    -webkit-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
}

.modal--body .icon {
    text-align: center;
}

.modal--body .icon img {
    height: 70px;
    width: auto;
}


/*bootstrap modal override*/

.modal-backdrop {
    background: #710b15;
}

.modal-open .modal {
    overflow-y: hidden;
}

.modal-dialog {
    max-width: 1126px;
    max-height: 879px;
    background: url(/img/bg-modal.png);
    background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .modal-dialog {
        background: #CF121F;
        height: 100%;
        width: 97%;
        top: 0;
    }
}

.modal-dialog-centered {
    display: block;

}


@media only screen and (min-width: 768px) {
    .modal-dialog-centered {
        min-height: calc(100% - 60px);
    }
}


.modal-content {
    background-color: transparent;
    border: none;
    margin-top: 0;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .modal-content {
        padding-bottom: 30px;
    }
}

.modal--header {}

.close {
    position: absolute;
    top: 30px;
    right: 120px;
    font-size: inherit;
    opacity: 1;
    cursor: pointer;
    z-index: 2;

}

@media only screen and (max-width: 767px) {
    .close {
        height: 40px;
        width: 40px;
        top: 15px;
        right: 30px;

    }
}


@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .close {
        top: 80px;
        right: 80px;

    }
}

@media only screen and (max-width: 1199px) {
    .modal--body {
        top: 0;

    }
}

.modal--body {
    margin: 100px 130px 0 0;
    padding: 20px 30px 50px 110px;
    overflow-y: auto;
    text-align: left;
    height: 580px;

}

@media only screen and (max-width: 767px) {
    .modal--body {
        margin: 0 0 0 0;
        padding: 80px 20px 20px 20px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .modal--body {
        margin-right: 40px;

    }
}


.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 60px;
    width: 60px;
}

@media only screen and (min-width: 768px) {
    .carousel-control-prev {
        left: -30px;
    }
}

@media only screen and (min-width: 768px) {
    .carousel-control-next {
        right: 50px;
    }
}

.modal--footer {
    padding: 20px;
    text-align: center;

}

.btn-secondary {
    background-color: #fff;
    border-color: #fff;
    color: #CF121F;
}
