body {
    font-family: 'Lato', sans-serif;
    position: relative;
    /*padding-top: 125px;*/
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #271746;
}



@media (max-width: 991.98px) {
    body {
        font-size: 13px !important;
        line-height: 20px !important;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}


.font-weight-bold-x {
    font-weight: 900;
}

.lead {
    font-size: 18px;
    line-height: 24px;
}



@media (max-width: 991.98px) {
    .lead {
        font-size: 15px;
        line-height: 20px;
    }
}



/*
 * Extra utilities
 */

.flex-equal > * {
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden { overflow: hidden; }



.start-area {
    display: block;
}


.fc-1 {
    color: #cffb6f;
}

.bg-1 {
    background-color: #2b415a;
    color: #FFF;
}


.f-small-1 {
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 991.98px) {
    .f-small-1 {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .f-small-1 {
        font-size: 12px !important;
        line-height: 14px !important;
    }
}


.container {
    max-width: 960px;
}

.container-fluid {
    max-width: 1600px;
}

.btn-primary {
    border: 1px solid #fff;
    background: none;
    text-transform: uppercase;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
    outline: none;
    font-size: 1em;
    border-radius: 0;
}


.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    background: #fff;
    color: #271746;
    text-decoration: none;
    border-color: #fff;
    outline: none;
}

.btn-secondary {
    border: 1px solid #271746;
    background: none;
    text-transform: uppercase;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
    outline: none;
    font-size: 1em;
    border-radius: 0;
    color: #271746;
}


.btn-secondary :active, .btn-secondary :hover, .btn-secondary :focus {
    background: #271746;
    color: #fff;
    text-decoration: none;
    border-color: #271746;
    outline: none;
}





h1 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}


h3 {
    font-weight: 700;
}

h4 {
    font-weight: 900;
    margin: 20px 0;
}


@media (max-width: 991.98px) {
    h1 {
        font-size: 35px;
    }
}



a {
    color: inherit;
}
a:active, a:hover, a:focus, a:visited {
    color: inherit;
    text-decoration: none;
}



.icon-play {
    outline: none;
    color: #FFF;
    font-size: 100px;
}

.icon-play:hover {
    color: #00d876;
}

.icon-play:active, .icon-play:hover, .icon-play:focus, .icon-play:visited {
    outline: none;
}



@media (max-width: 767.98px) {
    .icon-play {
        color: #FFF;
        font-size: 60px;
    }
}


.formular {

}

.formular .form-control {
    border-radius: 0;
    color: #FFF;
    background: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #FFF;
    transition: none;
}

.formular .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #FFF;
    text-transform: uppercase;
    opacity: 1; /* Firefox */
}

.formular .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
    text-transform: uppercase;
}

.formular .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #FFF;
    text-transform: uppercase;
}

.formular .form-control:active, .formular .form-control:hover, .formular .form-control:focus {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none;
    border: 1px solid #FFF;
    outline: none;
}

.formular textarea.form-control {
    resize: none;
}

.formular .form-control.is-invalid,
.formular.was-validated .form-control:invalid {
    border-color: #f73f56;
}

.formular .invalid-feedback {
    color: #f73f56;
}








.socials {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 800;
}

.socials .social-btn {
    width: 100px;
    display: block;
    padding: 15px 0;
    color: #FFF;
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 20px;
}

.socials .social-btn.social-btn-fb {
    background: #1d1148;
}

.socials .social-btn.social-btn-ig {
    background: #00d876;
    text-transform: uppercase;
    font-size: 20px;
}


@media (max-width: 1199px) {
    .socials .social-btn {
        width: 50px;
    }

}

@media (max-width: 575.98px) {
    .socials {
        top: 100px;
    }
}





#header {
    background-image: url("../img/header.jpg");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    height: 553px;
}

@media (min-width: 1919.99px) {
    #header {
    }
}

#header .logo {
    display: inline-block;
    padding: 32px 27px;
    text-align: center;
    background: rgba(18, 8, 54, 0.85);
}

#header .nav-pills .nav-link.active,
#header .nav-pills .show>.nav-link {
    font-weight: 900;
    color: inherit;
    background: none;
}

#header .nav-pills .nav-link {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
}

#header nav {
    padding-bottom: 30px;
}


#header .navbar-collapse .nav-link {
    font-weight: 900;
    color: inherit;
    background: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
}

#header .navbar-toggler {
    border-radius: 0;
    font-size: 35px;
    font-weight: 900;
}

#header .navbar-toggler:not(.collapsed) {
    background: transparent;
    color: #1c1148;
}

#header .navbar-collapse.show {
    position: absolute;
    right: 0px;
    top: 30px;
    padding: 50px;
    background: #1c1148;
    color: #FFF;
    z-index: 1000;
}



@media (max-width: 767.98px) {
    #header {
        background-size: cover;
    }
    #header nav {

    }
}

.list-header {
    margin-top: 152px;
    border-top: 1px solid #271746;
}

.list-header li {
    padding: 5px 15px;
    border-bottom: 1px solid #271746;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.3em;
}

@media (max-width: 991.98px) {
    .list-header li {
        font-size: 22px;
        line-height: 28px;
    }
}






#footer {
    background: #150D34;
}

#footer .embed-responsive,
#footer .embed-responsive-item {
    max-height: 500px;
}

#footer #map {
    height: 100%;
}

#footer .footer-left {
    color: #FFF;
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer .footer-left p {
    margin-top: 20px;
}

#footer .footer-socials {
    margin-top: 10px;
}

#footer .footer-socials a {
    font-size: 18px;
    margin-right: 10px;
}

@media (max-width: 1199px) {
    #footer {
        background: none;
    }
    #footer .footer-left {
        background: #150D34;
        margin-left: 0;
        padding-left: 35px;
        padding-bottom: 50px;
    }
}


@media (max-width: 991.98px) {
    #footer {
        margin-top: 15px;
    }
}


.text-page {
    padding: 4rem 0;
    font-size: 13px;
}