/********************************************************************************
*                             BEM Methodology                                   *
*  [$] Block = block                                                            *
*  [$] Element = block__element                                                 *
*  [$] Modifier = block__element--modifier                                      *
*                                                                               *
*                                                                               *
*                                                                               *
*                                                                               *
*                                                                               *
********************************************************************************/



/* [$] Block *****************************************/

.event-breadcrumb{
    padding: 20px 0;
}

/*.event-breadcrumb{
    margin-left:14px;   
}*/
    .more-photos{
        padding-right: 15px;
        padding-left: 15px;
    }
        
/* [$] Element *****************************************/

.event__section {
    padding:10px 0;
    margin:30px 0;
}

.event__more-events {
    padding:10px 0;
    margin:30px 0;
    text-align:center;
}

.event__button .btn-jaspers {
    padding-left: 25px;
    padding-right: 25px;
    color:#F26522;
}

.event__button .btn-jaspers:hover {
    color:#ffffff;
}

.event__location, .event__date{
    color:#8c8c8c;
    
}

.event__title,.event__text {
    color: #333;
}

.event__section:hover .btn-jaspers{
    background-color:#f26522;
    color:#fff;

}


/* [$] Modifier *****************************************/

.event__more-events--link {
    color:#000000;
    text-transform: uppercase;
    cursor:pointer;
}

.event__more-events--link:hover {
    color: #f25622;
}

@media (min-width: 768px) {
    .container-event {
        width: 750px;
    }
}

@media (min-width:1200px){
    .gallery__container .gallery__column.col-lg-1:nth-child(12n+1){clear:left;}
    .gallery__container .gallery__column.col-lg-2:nth-child(6n+1){clear:left;}
    .gallery__container .gallery__column.col-lg-3:nth-child(4n+1){clear:left;}
    .gallery__container .gallery__column.col-lg-4:nth-child(3n+1){clear:left;}
    .gallery__container .gallery__column.col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px){
    .gallery__container .gallery__column.col-md-1:not(.hidden):nth-child(12n+1){clear:left;}
    .gallery__container .gallery__column.col-md-2:not(.hidden):nth-child(6n+1){clear:left;}
    .gallery__container .gallery__column.col-md-3:not(.hidden):nth-child(4n+1){clear:left;}
    .gallery__container .gallery__column.col-md-4:not(.hidden):nth-child(3n+1){clear:left;}
    .gallery__container .gallery__column.col-md-6:not(.hidden):nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .gallery__container .gallery__column.col-sm-1:nth-child(12n+1){clear:left;}
    .gallery__container .gallery__column.col-sm-2:nth-child(6n+1){clear:left;}
    .gallery__container .gallery__column.col-sm-3:nth-child(4n+1){clear:left;}
    .gallery__container .gallery__column.col-sm-4:nth-child(3n+1){clear:left;}
    .gallery__container .gallery__column.col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .gallery__container .gallery__column.col-xs-1:nth-child(12n+1){clear:left;}
    .gallery__container .gallery__column.col-xs-2:nth-child(6n+1){clear:left;}
    .gallery__container .gallery__column.col-xs-3:nth-child(4n+1){clear:left;}
    .gallery__container .gallery__column.col-xs-4:nth-child(3n+1){clear:left;}
    .gallery__container .gallery__column.col-xs-6:nth-child(odd){clear:left;}
     
     .more-photos{
        padding-right: 0;
        padding-left: 0;
    }
   
}  