﻿.youyo-eventBusy {
    opacity: .2
}
.custom-youyo-gallery-title {
    font-size: 0.9em;
    position: relative;
    display: block;
    /*width: 100%; */
    bottom: 0;
    padding: .1rem;
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -moz-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    -webkit-transition: .1s background ease-in-out;
    transition: .1s background ease-in-out;
}
.custom-youyo-table-title {
    font-size: 0.9em;
    position: relative;
    display: table-row-group;
    /*width: 100%; */
    bottom: 0;
    padding: .1rem;
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -moz-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    -webkit-transition: .1s background ease-in-out;
    transition: .1s background ease-in-out;
}

.custom-youyo-button-title {
    font-size: 0.9em;
    position: relative;
    display: table-row-group;
    /*width: 100%; */
    bottom: 0;
    padding: .1rem;
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -moz-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    -webkit-transition: .1s background ease-in-out;
    transition: .1s background ease-in-out;
}

.custom-youyo-table-title .custom-youyo-button-title {
    background: transparent !important;
}

.price {
    /*background: #c30000 none repeat scroll 0 0;*/
    border-bottom: 3px solid #808080;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 1;
    padding: 8px 12px;
    position: absolute;
    top: 10px;
    left: -4px;
}
.priceX {
    /*background: #c30000 none repeat scroll 0 0;*/
    border-bottom: 3px solid #808080;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    line-height: 1;
    padding: 8px 12px;
    /*position: absolute;*/
    top: 10px;
    left: -4px;
}
img .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    position : relative;
}
.youyo-section-title-youyo {
    margin-top: 0;
    height: 48px;
}


.mdc-layout-grid.max-width {
    max-width: 1280px;
}

.container.max-width {
    max-width: 1280px;
}

.custom-text-left {
    margin:16px
}

.custom-text-right {
    margin: 16px
}
custom-grid--cell-alignment, .custom-inner {
    min-height: 200px;    
}