.bg, .bg-spain {
    background-size: 100% auto, 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: -15px;
    padding-top: 5%;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

#sliderFrame {
    margin-top: -33.4%;
    z-index: 10;
    position: relative;
    box-shadow: 0px 25px 25px 0px rgb(172, 172, 172);
}

#sliderFrame.noshadow {
    box-shadow: none;
}

#textFrame {
    margin-top: -7%;
    z-index: 50;
    position: relative;
}

#textFrameMob1 {
    z-index: 11;
    position: relative;
}

#textFrameMob2 {
    background-color: white;
    box-shadow: 0px 25px 25px 0px rgb(172, 172, 172);
    z-index: 10;
    position: relative;
}

#textFrameMob2 .sliderText {
    padding: 0vw 5vw 10vw 5vw;
}

.titleText {
    font-family: reeyregular !important;
    font-size: 5.5rem;
    -ms-transform: rotate(353deg); /* IE 9 */
    transform: rotate(353deg);
    padding-right: 3rem;
}

.sliderMargin {
    margin-top: -8%;
    padding-right: 10%;
}

.sliderText p {
    font-size: 115%;
    font-weight: lighter;
    text-align: justify;
}

#readMore:hover, #readLess:hover, 
#readMoreMob:hover, #readLessMob:hover {
    color: white;
    cursor: pointer;
}

#readMore, #readMoreMob {
    margin-top: -2%;
}

h1.titleMob {
    font-family: reeyregular !important;
    -ms-transform: rotate(353deg); /* IE 9 */
    transform: rotate(353deg);
    font-size: 9vw;
    margin: -4% 2.5vw 5% 2.5vw;
    z-index: 15;
    position: relative;
}

.backgroundLine{
    position: relative;
    text-align: center;
    margin: -5% 8% -12% 8%;
}

.backgroundLine:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 0;
}

.backgroundLine span {
    background: white;
    color: white !important;
    font-size: 8vw;
    font-family: reeyregular !important;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

#descriptionLong {
    background-color: white;
    box-shadow: 0px 30px 20px 0px rgba(159, 159, 159, 0.71);
    z-index: 15;
    position: relative;
    padding-bottom: 50px;
    padding-left: 15%;
    padding-right: 15%;
}

#descriptionLongMob {
    background-color: white;
    /* box-shadow: 0px 25px 25px 0px rgb(172, 172, 172); */
    padding-bottom: 5%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -5%;
}

.rowResult {
    margin-left: 12%;
    margin-right: 10%;
}

.eventTitle, .eventTitle:hover {
    font-family: reeyregular;
    font-size: 175%;
}

.eventPhoto {
    width: 100%;
    box-shadow: 4px 4px 7px #919191;
    margin-left: auto;
}

.card-body {
    padding: 2.5%;
}

.eventPhoto .card-img {
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}

.card-img.overlay {
    position: absolute;
    margin-left: -95%;
    width: 95%;
}

.resultOdd {
    -ms-transform: rotate(353deg); /* IE 9 */
    transform: rotate(353deg);
    margin-left: auto;
    margin-top: 30px;
}

.resultEven {
    -ms-transform: rotate(7deg); /* IE 9 */
    transform: rotate(7deg);
    margin-right: auto;
    margin-top: 30px;
}

#infoColLarge {
    margin-left: 2%;
}

.colorButton:hover {
    background-image: url("../images/whiteButton2.bf46673e905b.png");
    background-size: 100% 100%;
    padding: 6% 15% 2% 5%;
}

.linkStyling:hover {
    text-decoration: none;
}

.colorButton h6 {
    text-transform: uppercase;
    font-weight: 600;
}

#detailCol {
    padding-left: 5%;
}

#detailCol p {
    font-weight: 600;
}

.emptySpace {
    height: 30vw;
}

#imgColSmall, #infoColSmall, 
#short_descriptionAll, .textMobile {
    display: none;
}

/*** Responsive styles ***/
@media screen and (max-width: 1500px) {
    .titleText {
        font-size: 5.5vw;
        padding-right: 3vw;
    }
    .eventTitle, .eventTitle:hover {
        font-size: 150%;
    }
}

@media screen and (max-width: 1350px) {
    .rowResult {
        margin-left: 6%;
        margin-right: 5%;
    }
}

@media screen and (max-width: 1150px) {
    .sliderMargin {
        padding-right: 7%;
    }
    .rowResult {
        margin-left: 7%;
        margin-right: 7%;
    }
    #infoColLarge {
        display: none;
    }
    .eventTitle, .eventTitle:hover {
        font-size: 140%;
    }
    .linkStyling {
        float: right;
        width: 50%;
        margin-top: -60px;
    }
    #infoColSmall {
        display: unset;
    }
    #detailCol {
        padding-left: 0;
    }
    #mainCol {
        margin-left: 15%;
    }
    #imgColLarge {
        padding-top: 2%;
    }
    .eventPhoto {
        width: 135%;
    }
    #priceMargin {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 800px) {
    #sliderFrame {
        box-shadow: none;
    }
    .rowResult {
        margin-left: 15%;
        margin-right: 15%;
    }
    #mainCol {
        margin-left: 0%;
    }
    #imgColLarge, #textFrame, #descriptionLong {
        display: none;
    }
    #imgColSmall, .textMobile {
        display: contents;
    }
    .eventPhoto {
        width: 80%;
        margin-right: auto;
        margin-bottom: 10%;
    }
}

@media screen and (max-width: 600px) {
    .rowResult {
        margin-left: 7%;
        margin-right: 7%;
    }
    .eventPhoto {
        width: 90%;
    }
}
