body {
    padding-top: 70px;
    background: url('../img/horse.jpg') no-repeat;
}

.navbar-inverse {
    background-color: #eee;
}

.navbar-inverse .navbar-nav>li>a {
    color: #aaa;
}

a, a:hover {
    color: #333;
    text-decoration: none;
}

.navbar-nav>li {
    float: left;
}

.scrollable {
    /*overflow: auto;
    -webkit-overflow-scrolling: touch;*/
    max-height: 80vh;
}

.navbar {
    border: 0;
    font-size: 13pt;
    font-weight: 600;
}

.icon {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.thumb {
    padding: 0;
}

video {
    display: block;
    margin: 0 auto;
}

.logo {
    margin-left: -20px;
    margin-bottom: 0;
    z-index: 100;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.date {
    font-weight: 600;
}

.title {
    font-size: 13pt;
    font-weight: 600;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    height: 100%;
    max-width: 270px;
    max-height: 480px;
}

 iframe {
    margin: 0 auto;
    background: #000;

    overflow: hidden;
}

iframe::-webkit-scrollbar {
    display: none
}

.thumbnail {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background-color: rgba(255,255,255,0);
}

footer {
    margin: 50px 0;
}

.contact {
    font-size: 16pt;
    white-space: nowrap
}
