/* Large desktops and laptops */
@media (min-width: 1150px) {

    #event-attending {
        position: absolute;;
        top: 0px;
        right: 26%;
        height: 100%;
        width: 200px;
        overflow: hidden;
        padding-top: 40px;
    }
}



/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    .navbar-right {
        float: none!important;
        margin-right: 0px;
    }

    .navbar-nav>li {
        float: none;
    }

    .nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: bold;
    }

    .navbar-brand {
        height: 50px;
        background-size: auto 75%;
    }

    #navi .navbar-header {
        width: 100%;
    }

    #site {
        height: 100%;
    }

    #navi {
        position: fixed;
        top: inherit;
        height: 100%;
        width: 35%;
        left: -35%;
        overflow: auto;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
    }

    .dropdown-menu {
        display: block;
        position: relative;
        background-color: transparent;
    }

    #navi.open {
        left: 0%;
    }

    #home-news {
        left: -400px;
        display: none;
    }

    #mobile-open {
        display: block;
    }



}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    .navbar-header {
        float: none;
    }

    .navbar-right {
        float: none!important;
        margin-right: 0px;
    }

    #like-music-player {
        width: 120px;
        padding-left: 40px;
        background-position: left top;
    }

    .navbar-nav>li {
        float: none;
    }

    .activity {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    #like-button {
        display: none;
    }

    #site {
        height: 100%;
    }

    #navi {
        position: fixed;
        top: inherit;
        height: 100%;
        width: 50%;
        left: -50%;
        overflow: auto;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
    }

    #navi.open {
        left: 0%;
    }



    .full-height-list > div {
        height: auto;
    }

    .events-list .event {
        border-left: #000000 0px solid;
        border-right: #000000 0px solid;
        border-bottom: #000000 0px solid;
        border-top: #000000 0px solid;
    }

    .events-list .event .image {
        opacity: 1;
        height: 200px;
    }

    .events-list .event .bottom {
        position: relative;
        min-height: inherit;
    }

    .event-detail > .row > div {
        height: auto;
    }

    .event-text {
        border-top: #923933 2px solid;
        padding-top: 10px;
        padding-bottom: 0px;
    }


    #site .container-fluid > .row, .activity > .center .container > .row {
        height: auto;
    }

    .full-height-list .full {
        height: auto;
        border:none;
    }

    .event-detail .image, .event-detail .video, .event-detail .video > div {
        height: 400px;
    }

    .navbar-brand {
        background-repeat: no-repeat;
        background-position: 65px center;
        background-image: url(../img/nav-logo.png);
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        visibility: visible!important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: bold;
        color: #ffffff;
    }

    .dropdown-menu {
        display: block;
        position: relative;
        background-color: transparent;
    }

    #home-news {
        left: -400px;
        display: none;
    }

    #mobile-open {
        display: block;
    }

    .activity.bg {
        background-image: none;
    }


    .two-col-image {
        position: relative;
        height: 150px;
    }

    .activity > .center,
    .activity > .center.small{
        position: relative;
        top: inherit;
        bottom: inherit;
    }

    span.vip-date {
        display: block;
        font-size: 24px;
        position: relative;
    }

    #location-list a, #location-list .image {
        position: relative;
        display: block;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .area .image {
        height: 400px;
        border-bottom: #923933 1px solid;
    }

    .vip .container-fluid {
        height: auto;
    }

    .sub-page .icon {
        font-size: 48px;
    }

    .sub-page .description {
        margin-bottom: 5px;
    }

    #gallery-list > h2 {
        position: relative;
        text-align: left;
        display: none;
    }

    #gallery-list .gallery a {
        position: relative;
    }

    #gallery-list .gallery a .bottom {
        position: relative;
        font-family: 'Dosis', sans-serif;
        bottom: 0px;
        width: 100%;
        left: 0%;
        border: #0D0D0D 1px solid;
        -webkit-box-shadow: 0px -5px 21px -5px rgba(0,0,0,0.63);
        -moz-box-shadow: 0px -5px 21px -5px rgba(0,0,0,0.63);
        box-shadow: 0px -5px 21px -5px rgba(0,0,0,0.63);
    }

    #gallery-list .gallery {
        margin-bottom: 10px;
    }


    .sl-slide, .sl-slides-wrapper, .sl-slide-inner {
        height: 100%;
        background-position: center;
    }

    .home-event-infos {
        position: absolute;
        top: auto;
        bottom: 0px;
        height: auto;
        left: 0px;
        padding: 3px;
        width: 100%;
        /* display: none; */
        padding: 10px;
        background-color: rgba(0,0,0,.7);
        /* background-image: url(../images/black-bg.png); */
    }

    .home-event-infos span.white {
        color: #ffffff;
    }

    .home-event-infos span.black {
        color: #ffffff;
    }

    .nav-dots {
        bottom: inherit;
        top: 0px;
    }

    .demo-1 .sl-slider-wrapper {
        height: 40%;
        position: relative;
    }

    .demo-1 .sl-slide h2 {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 0px;
        letter-spacing: 0px;
        text-align: left;

    }

    .home-event-infos h1 {
        font-size: 34px;
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    #like-music-player {
        width: 120px;
        padding-left: 40px;
        background-position: left top;
    }

    .activity {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    #like-button {
        display: none;
    }

    #site {
        height: 100%;
    }

    #navi {
        position: fixed;
        top: inherit;
        height: 100%;
        width: 100%;
        left: -100%;
        overflow: auto;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        -ms-transition: all 0.25s;
        transition: all 0.25s;
    }

    #navi.open {
        left: 0%;
    }



    .full-height-list > div {
        height: auto;
    }

    .events-list .event {
        border-left: #000000 0px solid;
        border-right: #000000 0px solid;
        border-bottom: #000000 0px solid;
        border-top: #000000 0px solid;
    }

    .events-list .event .image {
        opacity: 1;
        height: 200px;
    }

    .events-list .event .bottom {
        position: relative;
        min-height: inherit;
    }

    .event-detail > .row > div {
        height: auto;
    }

    .event-text {
        border-top: #923933 2px solid;
        padding-top: 10px;
        padding-bottom: 0px;
    }


    #site .container-fluid > .row, .activity > .center .container > .row {
        height: auto;
    }

    .full-height-list .full {
        height: auto;
        border: none;
    }

    .event-detail .image, .event-detail .video, .event-detail .video > div {
        height: 250px;
    }

    .navbar-brand {
        background-repeat: no-repeat;
        background-position: 65px center;
        background-image: url(../img/nav-logo.png);
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        visibility: visible!important;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .navbar-default .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: bold;
        color: #ffffff;
    }

    .dropdown-menu {
        display: block;
        position: relative;
        background-color: transparent;
    }

    #home-news {
        left: -400px;
        display: none;
    }

    #mobile-open {
        display: block;
    }

    .activity.bg {
        background-image: none;
    }


    .two-col-image {
        position: relative;
        height: 150px;
    }

    .activity > .center,
    .activity > .center.small{
        position: relative;
        top: inherit;
        bottom: inherit;
    }

    span.vip-date {
        display: block;
        font-size: 24px;
        position: relative;
    }

    #location-list a, #location-list .image {
        position: relative;
        display: block;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .area .image {
        height: 200px;
        border-bottom: #923933 1px solid;
    }

    .vip .container-fluid {
        height: auto;
    }

    .sub-page .icon {
        font-size: 48px;
    }

    .sub-page .description {
        margin-bottom: 5px;
    }

    #gallery-list > h2 {
        position: relative;
        text-align: left;
        display: none;
    }

    #gallery-list .gallery a {
        position: relative;
    }

    #gallery-list .gallery a .bottom {
        position: relative;
        font-family: 'Dosis', sans-serif;
        bottom: 0px;
        width: 100%;
        left: 0%;
        border: #0D0D0D 1px solid;
        -webkit-box-shadow: 0px -5px 21px -5px rgba(0,0,0,0.63);
        -moz-box-shadow: 0px -5px 21px -5px rgba(0,0,0,0.63);
        box-shadow: 0px -5px 21px -5px rgba(0,0,0,0.63);
    }

    #gallery-list .gallery {
        margin-bottom: 10px;

    }


    #gallery-list .gallery a {
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }


    .sl-slide, .sl-slides-wrapper, .sl-slide-inner {
        height: 50%;
        background-position: center;
    }

    .home-event-infos {
        position: absolute;
        top: auto;
        bottom: -100%;
        height: 100%;
        left: 0px;
        padding: 3px;
        width: 100%;
        /* display: none; */
        padding: 10px;
        background-color: #000000;

    }


    .demo-1 .sl-slide h2 {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 0px;
        letter-spacing: 0px;
        text-align: left;

    }

    .home-event-infos h1 {
        font-size: 34px;
    }

    .demo-1 .sl-slide blockquote {
        margin-bottom: 0px;
    }

}

/* Landscape phones and smaller */
@media (max-width: 480px) {

    .demo-1 {
        height: auto;
        top: 130px;
        bottom: 0px;
    }

    .sl-slide, .sl-slides-wrapper, .sl-slide-inner {
        height: 50%;
        background-position: center;
    }

    .home-event-infos {
        position: relative;
        top: auto;
        bottom: -100%;
        height: auto;
        left: 0px;
        padding: 3px;
        width: 100%;
        /* display: none; */
        padding: 10px;
        background-color: transparent;
        /* background-image: url(../images/black-bg.png); */
    }


    .demo-1 .sl-slide h2 {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 0px;
        letter-spacing: 0px;
        text-align: left;

    }

    .home-event-infos h1 {
        font-size: 34px;
    }

    #like-music-player {
        width: 120px;
        padding-left: 40px;
        background-position: left top;
    }

    #like-button {
        display: none;
    }

    #site {
        height: 100%;
    }

    #home-news {
        left: -400px;
        display: none;
    }


    .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }

    .home-event-infos span.white {
        color: #ffffff;
    }

    .home-event-infos span.black {
        color: #ffffff;
    }

    .sl-slide, .sl-slides-wrapper, .sl-slide-inner {
        position: relative;
    }

    .demo-1 .sl-slide blockquote p {
        display: none;
    }

}