body nav {
    background-color: #000000;
    position: fixed;
    z-index: 9999;
}

nav .container .btn-menu {
    color: #3ea2d8;
}

nav .container .logo {
    height: 30px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.logo figure {
    height: 45px;
    width: 45px;
    padding: 0;
    margin: 8px 5px;
}

.logo figure img {
    width: 100%;
    height: 100%;
    padding: 0;
}

.logo .pageTitle h1 {
    color: #FFF;
    font-size: .9em;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    font-weight: 700;
}

.logo .pageTitle h1 span {
    color: #3ea2d8;
}

.logo .pageTitle p {
    color: #FFF;
    line-height: 0;
    font-size: .4em;
    font-weight: 400;
    text-transform: uppercase;
}

.sidenav {
    background-color: #000000;
}

.sidenav .user-view {
    height: 210px;
    margin-bottom: 30px;
    border-bottom: 1px solid #3ea2d8;
}

.sidenav .user-view .btn-floating {
    background-color: #3ea2d8;
    color: #3ea2d8;
}

.logo-sidebar {
    margin: 5px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-sidebar figure {
    width: 75px;
    height: 75px;
}

.logo-sidebar figure img {
    width: 100%;
}

.logo-sidebar .pageTitle {
    text-align: center;
}

.logo-sidebar .pageTitle h1 {
    font-size: 2.3em;
}

.logo-sidebar .pageTitle p {
    font-size: 1em;
}

.menu-bar li a {
    color: #3ea2d8;
}

.menu-bar li a:hover {
    background-color: #3ea2d8;
    color: #FFF;
}

.menu-bar li a:focus {
    background-color: #3ea2d8;
    color: #FFF;
}

.parallax-header {
    height: 100vh;
}

.parallax img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.container-parallax {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-parallax .description {
    width: 50%;
    text-align: center;
}

.parallax-header .container-parallax .description h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    font-size: 10em;
    -webkit-text-stroke: 2px #FFF;
    text-stroke: 2px #FFF;
    color: transparent;
    text-shadow: 0px 0px 100px #000;
}

.container-parallax .description p {
    color: #FFF;
    margin: 50px 0;
}

.container-parallax .description a {
    background-color: #FFF;
    color: #3ea2d8;
    padding: 10px 35px;
    text-transform: uppercase;
    border-radius: 20px;
    transition: all ease .3s;
}

.container-parallax .description a:hover {
    background-color: #3ea2d8;
    color: #FFF;
}

.section-about {
    text-align: center;
    background-color: #000000;
}

.section-about .container>h2,
.section-about .container>p {
    color: #3ea2d8;
}

.section-about h2 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.5em;
}

.section-about>.row {
    padding: 125px 0;
}

.section-about-items {
    background-color: #1b1b1b;
}

.section-about-items .row {
    padding: 0px;
}

.section-about.section-about-items {
    color: #FFF;
    text-align: left;
}

.section-about>.row:last-child h2 {
    font-size: 1.1em;
}

.section-about>.row:last-child p {
    font-size: .95em;
}

.parallax-priorite {
    height: 140vh;
}

.parallax-priorite .container-parallax {
    justify-content: flex-start;
}

.parallax-priorite .container-parallax .description {
    color: #FFF;
    width: 70%;
}

.parallax-priorite .container-parallax .description>h2 {
    color: #3ea2d8;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2em;
}

.parallax-priorite .container-parallax .description>p {
    padding-bottom: 5px;
}

.parallax-priorite .description .row .col-content {
    background-color: rgba(0, 0, 0, .5);
    padding: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
}

.parallax-priorite .description .row .col-content h2,
h3 {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
}

.parallax-priorite .description .row .col-content p {
    margin: 0;
    height: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-family: 'Lora', serif;
}

.parallax-priorite .description .row .col-content h3 {
    margin: 0;
    font-size: 1em;
    font-family: 'Lora', serif;
}

.parallax-priorite .description .row .col-content span {
    font-size: .9em;
    font-family: 'Lora', serif;
}

.section-items-information {
    padding: 15px;
}

.section-items-information .row {
    padding: 15px;
    margin: 0 auto;
}

.section-items-information .row>h2 {
    font-weight: 500;
}

.section-items-information .row>a {
    margin: 0 10px;
    transition: all ease .3s;
}

.section-items-information .row>a:hover {
    color: #FFF;
}

.section-items-information .information-cards i {
    color: #00c0ff;
    font-size: 5em;
    margin: 0;
}

.section-items-information .information-cards {
    color: #FFF;
    padding: 0;
}

.section-items-information .information-cards .col {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-items-information .information-cards .col h2 {
    margin: 0;
}

.section-items-information .information-cards .col p {
    height: 60px;
    overflow: hidden;
    margin: 0;
}

.section-text-information {
    padding: 20px 0;
    background-color: #1b1b1b;
}

.section-text-information .row {
    margin: 0 auto;
    padding: 0;
}

.section-text-information .row figure {
    height: 125px;
    width: 125px;
    margin: 0 auto;
}

.section-text-information .row figure img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.section-text-information .row span {
    color: #00c0ff;
}

.section-figure {
    padding: 0;
}

.section-figure .row {
    padding: 0;
    margin: 0 auto;
}

.section-figure .row .col {
    margin: 0;
    padding: 0;
}

.section-figure .row figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px;
    margin-bottom: -5px;
}

.section-figure .row figure img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.section-figure .row .col:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 450px;
    padding: 0 100px;
    color: #3ea2d8;
}

.section-figure .row .col:first-child h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}

.section-figure .row .col:first-child p {
    margin: 10px 0;
    text-align: left;
}

.parallax-buy {
    height: 100vh;
}

.parallax-buy .container-parallax {
    align-items: flex-end;
}

.parallax-buy .description {
    width: 25%;
    text-align: right;
    margin-right: 50px;
}

.parallax-buy {
    height: 90vh;
}

.parallax-buy .description h2 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 3em;
    margin: 0;
    line-height: 0.9;
}

.parallax-buy .description p {
    margin: 25px 0;
}

.parallax-buy .description a {
    display: inline-block;
    margin-top: 25px;
    padding: 8px 0;
    width: 125px;
    text-align: center;
}

.section-items-about {
    padding: 0;
    color: #3ea2d8;
}

.section-items-about .row {
    margin: 0 auto;
    padding: 0;
}

.section-items-about .row .col {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.section-items-about .row .col span {
    font-size: .9em;
}

.section-items-about .row .col h2 {
    margin: 10px 0 15px 0;
    font-weight: 500;
}

.section-items-about .row .col i {
    font-size: 9em;
}

.section-hors {
    padding: 0;
}

.section-hors .row {
    margin: 0 auto;
    padding: 0;
    color: #FFF;
}

.section-hors .row .col {
    padding: 50px 0;
}

.section-hors .row .col p {
    margin: 0;
}

.section-hors .row .col span {
    margin: 0;
    color: #FFF;
    font-size: .8em;
}

.map {
    width: 100%;
    height: 350px;
}

.modal {
    width: 60%;
    border-radius: 5px;
}

.modal .modal-content {
    padding-bottom: 0;
    text-align: center;
}

.modal .modal-content .row {
    margin-bottom: 0;
}

.modal .modal-content h4 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.modal .modal-content p {
    font-family: 'Raleway', sans-serif;
}

footer {
    border-bottom: 10px solid #00c0ff;
    text-align: left;
    color: #FFF;
}

footer>.row>.col:first-child {
    text-align: left;
}

footer h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
}

footer li {
    list-style: none;
    text-align: left;
}

footer>.row>.col:first-child li {
    display: inline-block;
    margin: 10px 10px 0 0;
    color: #000000;
}

footer>.row>.col:first-child li a {
    background-color: #FFF;
    display: inline-block;
    color: #1b1b1b;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

footer>.row>.col:first-child li a:hover {
    background-color: #3ea2d8;
}

footer>.row>.col:last-child {
    text-align: left;
}

footer>.row>.col:last-child li a {
    color: #FFF;
}

footer>.row>.col:last-child li a:hover {
    color: #00c0ff;
}

.classEvent {
    background-color: #00c0ff;
    color: #FFF;
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

@media (max-width: 600px) {
    .parallax-header .container-parallax .description h2 {
        font-size: 6em;
    }
    .parallax {
        position: relative;
    }
    .parallax img {
        width: 250%;
        position: absolute;
        left: 500px;
    }
    .container-parallax .description {
        width: 90%;
    }
    .container-parallax .description h2 {
        font-size: 6em;
    }
    .section-about>.row:first-child {
        padding: 50px 0;
    }
    .parallax-priorite {
        height: auto;
    }
    .parallax-priorite .container-parallax .description {
        width: 95%;
    }
    .parallax-priorite .container-parallax .description>h2 {
        margin: 5px;
    }
    .parallax-priorite .container-parallax .description>p {
        margin: 0;
        color: #FFF;
    }
    .parallax-priorite .description .row {
        margin-bottom: 0;
    }
    .parallax-priorite .description .row .col-content {
        height: 200px;
    }
    .parallax-priorite .description .row .col-content h2,
    h3 {
        font-size: 1.1em;
    }
    .parallax-priorite .description .row .col-content p {
        margin: 0;
        height: 100px;
        font-size: .8em;
    }
    .parallax-priorite .description .row .col-content span {
        font-size: .8em;
    }
    .parallax-buy .description {
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
    .parallax-buy .description h2 {
        font-size: 3em;
    }
    .section-items-about .row {
        display: flex;
        flex-direction: column;
    }
    .section-items-about .row .col:nth-child(2) {
        order: -1;
    }
    .section-items-about .row .col:nth-child(5) {
        order: 6;
    }
    .section-hors .row {
        padding: 0;
        margin: 0 auto;
    }
    .section-hors .row .col {
        padding: 0;
        padding: 15px 0;
    }
    .modal {
        width: 95%;
        height: 90vh;
        border-radius: 1px;
    }
}

@media (max-width: 992px) {
    .parallax-priorite {
        height: 240vh;
    }
    .parallax-priorite .description .row .col-content {
        margin: 0 0 10px 0;
        padding: 10px;
    }
    .section-items-information .row {
        width: 95%;
    }
    .section-items-information .row .col {
        margin-bottom: 15px;
    }
    .section-hors .row {
        padding: 0;
        margin: 0 auto;
    }
}