body, html{
    padding: 0;
    margin:0;
}
a, a:hover{
    text-decoration: none;
}
.navbar{
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.08);
}
.navbar h2{
    font-size: 1.4rem;
}
@media (max-width: 580px){
    .navbar h2{
        font-size: 1.2rem;
    }
}
.navbar-brand img{
    max-width: 150px;
}
main{
    background: #f1f1f1;
}
.logo-organiser img{
    max-width: 100%;
    width: 200px;
    display: block;
}
.list-events{
    padding: 15px 0px;
}
.promoted-status{
    width: 100%;
    background: #2b2b31;
    opacity: 1;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: relative;
    top: 0;
    z-index: 9;
}
.promoted-status p{
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    padding: 8px 16px;
}
.item {
    background: white;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
            box-shadow: 0 1px 4px 0 rgba(0,0,0,0.14);
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    width: 100%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.item:hover .container-item .bottom-info .adress-event, .item:hover .container-item .top-info .status{
    top: -15px;
    opacity: 0;
}
.item:hover .promoted-status{
    opacity: 0;
    top: -20px;
}
.item:hover{
    transform: translateY(-4px);
    -webkit-box-shadow: 0px 4px 14px 0 rgba(0,0,0,0.18);
            box-shadow: 0px 4px 14px 0 rgba(0,0,0,0.18);
}
.item.promoted .container-item{
    min-height: 300px;
}
.item .container-item{
    min-height: 200px;
    position: relative;
    display: block;
    z-index: 12;
    overflow: hidden;
}
.item .container-item .top-info{
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
}
.item .container-item .top-info .status{
    position: absolute;
    top: 0;
    left: 15px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 13px;
}
.status.online{
    color: white;
    border: 1px solid #36b44d;
    background: #36b44d;
}
.status.closed{
    color: #f1f1f1;
    border:1px solid #f1f1f1;
}
.status.offline{
    color: white;
    border: 1px solid #e83737;
    background: #e83737;
}
.status.soldout{
    color: white;
    border: 1px solid #f48c20;
    background: #f48c20;
}
.item .container-item .top-info .guests{
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    text-shadow: 0 0 16px #000000;
}
.item .container-item .bottom-info{
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    text-shadow: 0 0 16px #000000;
}
.item .container-item .bottom-info .adress-event{
    position: relative;
    bottom: 0;
    left: 15px;
    width: 50%;
    display: inline-block;
    word-break: normal;
    -webkit-transition: all .4s ease-out .1s;
    transition: all .4s ease-out .1s;
    font-size: 14px;
    line-height: 17px;
}
.item .container-item .bottom-info .date-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 14px;
    width: 50%;
    text-align: right;
    word-break: break-all;
    -webkit-transition: all .4s ease-out .1s;
    transition: all .4s ease-out .1s;
}
.item .parent-box .address,
.item .parent-box .end-date,
.item .parent-box .start-date{
    line-height: 16px;
    padding:0 8px;
}
.item .parent-box .start-date + span.spacer{
    padding: 0 2px;
    line-height: 16px;
}
.item .parent-box i{
    float: left;
    padding-top: 1px;
}
.item .parent-box > div{
    display: flex;
    align-items: center;
    overflow: hidden;
    align-content: center;
    flex-wrap: wrap;
}
.item .container-item .content-info-events{
    color: white;
}
.item .event-name{
    background: white;
    padding: 20px;
    position: relative;
    z-index: 12;
    display: flex;
    flex-direction: column;
    height: inherit;
    flex: auto;
}
.container-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.container-flex a:nth-child(odd){
    margin-right: 15px;
}
.container-flex a{
    display: flex;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
}
.item .event-name h4{
    color: #333;
    font-size: 16px;
    margin: 0;
    word-break: normal;
    margin-bottom: 8px;
    font-weight: 600;
}
.item.promoted .event-name h4{
    font-size: 24px;
}
.section-title h2 {
    padding: 10px 15px;
    font-size: 24px;
    color: white;
}
.section-title{
    background:#2b2b31;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.3);
            box-shadow: 0 1px 8px rgba(0,0,0,.3);
}
.hidden-xs{
    display: block!important;
}
.visible-xs{
    display: none!important;
}
.description{
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid #dedede;
    color: rgba(90, 90, 90, 0.54);
    font-size: 14px;
}
.promoted .main-header{
    height: 384px;
}
.main-header{
    position: absolute;
    background-size: cover;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background-position: center;
}
.main-header img{
    /*display: none;*/
    max-width: 100%;
}
.event-name > .row-content,
.event-name > .row-content-flex {
    flex: auto;
}
@media (max-width:991px){
    .container-flex a:nth-child(odd) {
        margin-right: 10px;
    }
    .container {
        max-width: 100%;
    }
    .item.promoted .container-item{
        min-height: 200px;
    }
    .promoted .main-header {
        height: 234px;
    }
}
@media (max-width: 768px){

    .container{
        max-width: 100%;
    }
    main > .container{
        padding: 0;
    }
    .list-events{
        padding: 12px;
    }
    .container-flex a{
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .container-flex a:nth-child(odd){
        margin-right: 0;
    }
    .item.promoted .event-name h4{
        font-size: 16px;
    }
    .hidden-xs{
        display: none!important;
    }
    .visible-xs{
        display: block!important;
    }
    .item .container-item .bottom-info .date-box{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        left: 0;
        margin: auto;
        padding: 0 15px;
        font-size: 12px;
    }
    .item .container-item .bottom-info .date-box .start-date{
        text-align: left;
    }
    .event-name .adress-event{
        font-size: 14px;
        margin-top: 5px;
    }
    .item .date-box .start-date + span.spacer{
        display: none;
    }
}

/** footer **/

.main-footer {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #2b2b31;
    color: rgba(255, 255, 255, 0.25);
}
@media (min-width: 768px){
    .btn-group-lg>.btn, .btn-lg {
        padding: 11px 40px;
        font-size: 20px;
        line-height: 1.333333;
        border-radius: 3px;
    }
}
.btn-group-lg>.btn, .btn-lg {
    min-width: 200px;
}
@media (min-width: 768px){
    .btn {
        padding: 6px 15px;
        font-size: 16px;
        line-height: 28px;
        border-radius: 3px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    white-space: nowrap;
    min-width: 140px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}
.lead {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}
.btn-default-inverse {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-default-inverse.active, .btn-default-inverse.focus, .btn-default-inverse:active, .btn-default-inverse:focus, .btn-default-inverse:hover {
    background-color: #fff;
    color: #37bedd;
    border-color: #fff;
}
.filters{
    margin-bottom:15px;
    float: right;
    max-width: 100%;
}
.filters .filter-box{
    width: 350px;
    max-width: 100%;
    font-size: 14px;
    border-radius: 3px;
}
.filters .filter-box .filter-title{
    margin-bottom: 5px;
    padding-left: 3px;
}
.sub-content{
    color:#454545;
    font-size: 14px;
}
.sub-content{
    color:#454545;
    font-size: 14px;
    margin-bottom: 2px;
}
.language-selector > a {
    color: #737881;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 2px;
    display: inline-block;
    transition: all .2s ease-out;
}
.language-selector > a:hover, .language-selector > a:focus {
    color: #414b5d;
    background: #ececec;
}
.language-selector .dropdown-menu {
    background: #fff;
    font-size: 14px;
    padding: 0;
    border-color: #ebebeb;
}
.language-selector .dropdown-menu>li>a {
    display: block;
    padding: .5rem 4rem .5rem 1.5rem;
    border-radius: 3px;
    clear: both;
    font-weight: normal;
    line-height: 1.625;
    color: #8d929a;
    white-space: nowrap;
    border-bottom: 1px solid #f1f1f4;
}
.language-selector .dropdown-menu>li>a:hover, .language-selector .dropdown-menu>li>a:focus {
    color: #737881;
    background: rgba(235,235,235,0.9);
}
.hidden{
    display: none;
}
