#menu
{
    top: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    z-index: 1000;
    display: none;
    position: fixed;
}

#menu button
{
    color: #fff !important;
    border-color: #0098DA;
    background-color: #0098DA !important;
}

#menu button i
{
    margin-right: 8px;
}

#menu ul
{
    border-color: #0098DA;
    background-color: #0098DA;
}

#menu ul a
{
    padding: 10px 20px;
    color: #fff !important;
    background-color: transparent !important;
}

#menu ul a i
{
    width: 20px;
}

.admin
{
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 1010;
    position: fixed;
}

.admin a
{
    color: #FFF;
    width: 40px;
    height: 40px;
    padding: 12px;
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #0098DA;
}

.home
{
    height: 800px;
    overflow: hidden;
    margin: 0 0 120px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg1.jpg');
}

.home .overlay
{
    background-color: rgba(23,28,68,.5);
}

.home .menu
{
    margin: 0 0 100px;
}

.home .menu a
{
    color: #fff;
    padding: 10px;
    font-size: 18px;
    display: inline-block;
    transition: color 0.4s ease 0s;
}

.home .menu a:hover
{
    color: #FF9C00;
    text-decoration: none;
}

.home .text
{
    color: #fff;
    font-size: 50px;
    margin: 240px 0 0;
}

.home .text span
{
    color: #FF9C00;
}

.history, ._2018
{
    margin: 0 0 100px;
}

.history h4, ._2018 h4, .location h4, .gallery h4
{
    padding-top: 48px;
}

.providers
{
    color: #fff;
    height: 2060px;
    margin: 0 0 100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg2.jpg');
}

.providers .overlay
{
    background-color: rgba(23,28,68,.5);
}

.providers p span
{
    color: #FF9C00;
    font-weight: bold;
}

.providers h4, .kit h4, .date h4
{
    color: #fff;
}

.providers hr, .kit hr, .date hr
{
    border-color: #fff;
}

.providers .container-60
{
    margin-bottom: 100px;
}

.providers .provider
{
    margin-top: 40px;
}

.providers .provider .image
{
    width: 232px;
    height: 220px;
    border-radius: 14%;
    margin: 0 auto 10px;
    background-size: cover;
    background-position: center center;
}

.providers .provider:last-child .image
{
    background-size: 102% 102%;
}

.providers .provider p
{
    display: none;
    margin-left: 10px;
    margin-right: 10px;
}

.ekko-lightbox
{
    background-color: rgba(0,0,0,.5);
}

.modal-dialog
{
    text-align: left;
}

.modal-dialog .modal-content
{
    border: none;
    background-color: transparent;
}

.modal-dialog .modal-content .modal-header
{
    left: 0;
    right: 0;
    top: -82px;
    padding: 15px;
    z-index: 1000;
    position: absolute;
    border-bottom: none;
}

.modal-dialog .modal-content .modal-header h4
{
    color: #fff;
    font-size: 20px;
}

.modal-dialog .modal-content .modal-header label
{
    font-size: 14px;
}

.modal-dialog .modal-content .modal-header span
{
    color: #fff;
    font-size: 42px;
}

.modal-dialog .modal-content .modal-header button
{
    opacity: 1;
}

.modal-dialog .modal-content .modal-body
{
    padding: 0;
}

.modal-dialog .modal-content .modal-body .ekko-lightbox-item
{
    overflow: hidden;
}

.gallery
{
    margin: 0 0 100px;
}

.gallery .images
{
    width: 100%;
    display: table;
    margin: 40px 0 0;
}

.gallery .images > div
{
    padding: 0;
}


.gallery .images .image
{
    width: 100%;
    height: 280px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.gallery .images .image a
{
    width: 100%;
    height: 100%;
    display: block;
}

.gallery .images .image a:hover label
{
    opacity: 1;
}

.gallery .images .image a label
{
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    opacity: 0;
    color: #FFF;
    cursor: pointer;
    font-size: 52px;
    padding: 100px 0;
    position: absolute;
    transition: .3s all ease;
    background-color: rgba(0,152,218,.5);
}

.gallery .images .image a label span
{
    display: block;
    font-size: 12px;
}

.gallery .images-2018
{
    margin: 0;
    display: block;
    position: relative;
}

.gallery .images-2018 .owl-nav button
{
    top: 48%;
    color: #fff;
    font-size: 28px;
    position: absolute;
}

.gallery .images-2018 .owl-nav button.owl-prev
{
    left: 20px;
}

.gallery .images-2018 .owl-nav button.owl-next
{
    right: 20px;
}

.gallery img
{
    margin: 10px;
    max-width: 100%;
}

.gallery .youtube a
{
    color: #0098DA;
    font-size: 48px;
    transition: 0.3s all ease;
}

.gallery .youtube a:hover
{
    color: #0098DA;
}

.gallery .embed iframe
{
    width: 100%;
    height: 315px;
}

.kit
{
    color: #fff;
    height: 1060px;
    margin: 0 0 100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg4.jpg');
}

.kit .overlay
{
    background-color: rgba(23,28,68,.5);
}

.kit .shirt
{
    width: 360px;
    margin: 60px 0 0;
}

.kit .bag
{
    height: 380px;
    margin: 100px 0 0;
}

.location
{
    width: 100%;
}

.location h4
{
    color: #48887B;
}

.location hr
{
    border-color: #48887B;
}

.location img
{
    width: 120px;
}

.location #map
{
    width: 100%;
    height: 380px;
    margin: 40px 0 0;
    border-top: 8px solid #48887B;
}

.location #map .gm-style-iw
{
    color: #333;
}

.date
{
    color: #fff;
    height: 680px;
    margin: 0 0 100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg3.jpg');
}

.date .overlay
{
    background-color: rgba(23,28,68,.5);
}

.date p span
{
    margin: 42px 0;
    display: block;
    font-size: 90px;
    font-weight: bold;
}

@media( max-width: 1199px )
{
    .providers
    {
        height: 2600px;
    }
    .gallery .images .image
    {
        height: 200px;
    }
    .gallery .images .image a label
    {
        padding: 60px 0;
    }
}

@media( max-width: 991px )
{
    .providers
    {
        height: 3400px;
    }
    .kit
    {
        height: 980px;
    }
    .kit .bag
    {
        height: 290px;
    }
    .kit .shirt
    {
        width: 280px;
    }
}

@media( max-width: 767px )
{
    #menu
    {
        display: block;
    }
    .header
    {
        margin: 90px 26px 0;
    }
    .header img
    {
        max-width: 220px;
    }
    .home
    {
        height: 508px;
        margin: 0 0 60px;
        padding: 0 0 400px;
    }
    .home .menu
    {
        display: none;
    }
    .home .text
    {
        font-size: 34px;
        margin: 0 0 300px;
    }
    .history
    {
        margin: 0 0 80px;
    }
    .providers
    {
        height: 2630px;
        margin: 0 0 56px;
        padding: 200px 0 300px;
    }
    .providers .container-60
    {
        margin-bottom: 40px;
    }
    .providers .provider
    {
        height: auto;
        margin-top: 20px;
    }
    .providers .provider p
    {
        font-size: 14px;
    }
    .providers .provider .image
    {
        width: 138px;
        height: 138px;
        margin: 0 auto 20px;
    }
    .ekko-lightbox-nav-overlay a
    {
        opacity: 1;
    }
    .modal-dialog .modal-content .modal-header
    {
        top: -60px;
        padding: 8px;
    }
    .modal-dialog .modal-content .modal-header h4
    {
        font-size: 16px;
    }
    .modal-dialog .modal-content .modal-header label
    {
        font-size: 12px;
    }
    .modal-dialog .modal-content .modal-header span
    {
        font-size: 36px;
    }
    .gallery .images .image a label
    {
        opacity: 1;
        font-size: 34px;
        padding: 130px 0 0;
        background-color: rgba(0,152,218,.25);
    }
    .gallery .embed
    {
        padding: 0;
    }
    .gallery .embed iframe
    {
        height: 260px;
    }
    .kit
    {
        height: 1480px;
    }
    .date p span
    {
        font-size: 44px;
        margin: 20px 0 60px;
    }
}