/*=======================================
=            Frontend Styles            =
========================================*/
.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-slide-info {
    height: 100%;
    width: 100%;
}

.swiper-info, .swiper-image-wrapper {
	position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.swiper-info a {
    color: #fff !important;
}

.swiper-image-wrapper {
	width: 350px;
    height: 350px;
}

.swiper-image, .swiper-image-over, .swiper-image-under  {	
	position: absolute;
    width: 350px;
    height: 350px;
}

.swiper-image-over {
    margin-left: -20px;
    margin-top: -20px;
    border: 5px solid white;
}

.swiper-image-under {
	margin-top: 20px;
    margin-left: 20px;
    background-color: #000;
}

.swiper-image {	
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-left, .swiper-right {
    height: 100%;
    float: left;
}

.swiper-left {
    width: 40%;
}

.swiper-right {
    width: 60%;
}

.swiper-button {
    background-color: #50bceb;
    border-color: transparent;
    border-style: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    margin-top: 20px;
}

.ticket-swiper {
    /*float: left;*/
    width: auto;
    height: 250px;
}

.ticket-swiper .swiper-pagination {
    bottom: 0px;
}

.ticket-swiper .swiper-slide {
    width: 33%;
    padding: 0px  50px 10px 50px;
    text-align: center;
}

.ticket-swiper-info {
    left: 50%;
    top: 50%;
    position: relative;
    transform: translate(-50%,-50%);
}

.ticket-swiper-date {
    font-size: 22px;
    font-weight: 700;
}

.ticket-swiper-time {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0px 20px 0px;
}

.ticket-swiper-door-time {
    font-size: 12px;
    margin: 0px 0px 20px 0px;
}

.ticket-swiper-venue {
    font-size: 14px;
    margin-bottom: 10px;
}

.ticket-prices {
    margin-top: 20px;
    color: #afafaf;
    font-family: lora;
    font-size: 10px;
    font-style: italic;
}

@media (max-width: 768px)
{
    .swiper-image-wrapper, .swiper-image, .swiper-image-over, .swiper-image-under  {	
        width: 250px;
        height: 250px;
    }

    .swiper-image-over {
        margin-left: -10px;
        margin-top: -10px;
    }
    
    .swiper-image-under {
        margin-top: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 479px)
{
    .swiper-left, .swiper-right {
        float: none;
    }
    .swiper-left, .swiper-right {
        width: 100%;
        height: auto;
    }
    .swiper-left {
        margin-top: 30px;
    }
    .swiper-right {
        margin-top: 50px;
        margin-bottom: 30px;
    }
     .swiper-info, .swiper-image-wrapper {
        transform: translate(-50%, 0%);
    } 
    .swiper-container {
        height: 650px;
    }
    .swiper-info {
        margin-left: 20px;
        margin-right: 20px;
    }
    .swiper-info .event-name {
        font-size: 24px !important;
    }

    .ticket-swiper {
        /*float: left;*/
        width: 100%;
        height: 250px;
    }

    .ticket-swiper .swiper-slide {
        width: 100%;
    }
}