#backtoevent2 {
    position:absolute;
    top:1rem;
    right:1rem;
    color:white;
    font-size:200%;
}
#backtoevent {
    color:white;
    position:absolute;
    bottom:1rem;
    right:1rem;
    text-transform:uppercase;
    padding:0 0.5rem;
    border-bottom:1px solid white;
    font-size:80%;
}
.owl-theme .owl-nav [class*='owl-']
{
        margin-top: calc(0.04 *( 100vh - (3.7vw + 90px)));
        
}
.owl-theme .owl-nav [class*='owl-']:hover
{
    background:#4fc9e8;
}
@media screen and (max-width: 39.9375em){
div#top_content {
    height: auto !important;
}
    .owl-prev, .owl-next {
        display:none !important;
    }
}
#eventText>div{
    margin-top: auto;
    margin-bottom: auto;
    /*display: table-cell;*/
    vertical-align: middle;
    padding: 3rem;
}
#eventText{
    /*background-image:url(../img/events-trans.png);*/
    background:#063f60;
    display:table;
    background-repeat:repeat;
       height: calc( 100vh - (3.7vw + 90px));
    position:relative;

}
#eventText h5{color:white; border-bottom:1px solid white; text-transform:uppercase; text-align:center;}
#eventText .p{position:relative;color:white; text-align:justify; max-height:calc( 0.7*(100vh - (3.7vw + 90px))); }
    #eventText p {
        padding: 0.5rem;
    }

.item {
        background: white;
}
.current .citem {
    opacity:1;
}
.citem {
    height: 100%;
    width: 88%;
    background-size: cover;
    background-position: center;
    margin-left: 12%;
    border-radius:5%;
    opacity:0.7;
}
#sync1parent
{
    height: calc(0.8 *( 100vh - (3.7vw + 90px)));
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
#sync2parent
{
    margin-top: calc(0.02 *( 100vh - (3.7vw + 90px)));
    height: calc(0.18 *( 100vh - (3.7vw + 90px)));
    display: block;
    position: relative;
}
.slider{
    margin-top:0;
}
.owl-next {
    color: #4fc9e8;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    right: 0.1rem;
    margin-top: 3vw;
}

.owl-prev {
    color: #4fc9e8;
    font-size: 1.5rem;
    font-weight: bold;
    position: absolute;
    left: 0.1rem;
    margin-top: 3vw;
}