html,
body {
    height: 100%;
    background-color: black;
    font-family: 'Mark For MC Narrow Light';
    color: white;
}
.navbar-inverse {
    background-color: black
}

.navbar-brand {
    padding:3px;
}
.navbar-brand img {
    max-height: 44px !important;
    display: inline-block;
}
.nav-pills {
    margin-top:10px;
    margin-bottom:10px;
}
.nav-pills li a{
    color: #FFF;
    font-size: 12px;
}
.nav-pills li a:hover{
    color: #f79e1b;
    background-color: transparent;
}
.nav-pills li.active a, .nav-pills > li.active > a:hover {
    color: #eb001b;
    background-color: transparent;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.ui-coverflow-wrapper{
    margin-top: 100px;
}
@media (max-width: 992px) {
    .wrap > .container-fluid {
        padding-top: 70px;
    }
   .swiper-container .swiper-slide{
        width:300px;
        height:300px;
        background-size: auto 300px;
    }
}
@media (min-width: 992px) {
    .wrap > .container-fluid {
        padding-top: 10px;
    }
   .swiper-container .swiper-slide {
        width:400px;
        height:400px;
    }
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.footer {
    background-color: black;
    border:none;
}

.swiper-slide {
    border: 10px solid #FFF !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}
.fancybox-caption {
    padding:5px !important;
    border:none !important;
}
a.dropdown-toggle {
    color: #eb001b;
}
.dropdown-menu {
    background-color: black;
    color: white;
    min-width: 100px;
}
.dropdown-menu > li > a {
    color: white;
}
.navbar-brand {
    width: 100%;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #262626;
}

.logout-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}
.logout-button button{
    background: #0f0f0f;
}