.tickets {
    clear: both;

    min-height: 50px;
    margin: 0px 0px;
}

.tickets-content {
    margin: 0px;
}

.tickets .tickets-pointer {
    background-image: url('/assets/website/images/handlook.jpg');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: 58px 33px;
}

.tickets .tickets-short-list {
    overflow: hidden;

    max-height: 50px;
}

.tickets .thumbnail {
    width: 84px;
    height: 42px;

    background-repeat: no-repeat;
    background-size: contain;
}

.tickets .thumbnail img {
    max-width: 100%;
    max-height: 100%;
}

.tickets .more-tick {
    display: none;
    float: right;

    width: 42px;
    height: 50px;

    background-image: url(../../svg/arrow_image_right_press.svg);
    background-repeat: no-repeat;
    background-position: 200% 50%;
    background-size: 30px 30px;
}

.tickets .more-tick a {
    text-decoration: none;
    text-transform: uppercase;

    color: #ef0040;

    font-size: 14px;
    font-weight: bold;
    line-height: 52px;
}

.tickets .tickets-list {
    padding-left: 65px;
}

.tickets .tickets-list li {
    display: inline-block;

    margin: 5px;
}

.tickets li a {
    position: relative;

    display: inline-block;

    vertical-align: middle;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .tickets {
        min-height: 100px;
        margin: 20px 0px;
    }

    .tickets .tickets-list {
        padding-left: 120px;
    }

    .tickets .tickets-list li {
        margin: 10px;
    }

    .tickets .tickets-short-list {
        max-height: 100px;
    }

    .tickets .tickets-pointer {
        background-size: 100px 65px;
    }

    .tickets .thumbnail {
        width: 160px;
        height: 80px;
    }

    .tickets .more-tick {
        width: 55px;
        height: 110px;

        background-position: 120% 50%;
    }

    .tickets .more-tick a {
        font-size: 20px;
        line-height: 114px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .tickets {
        min-height: 70px;
        margin: 20px 0px;
    }

    .tickets .tickets-list {
        padding-left: 100px;
    }

    .tickets .tickets-list li {
        margin: 5px;
    }

    .tickets .tickets-short-list {
        max-height: 70px;
    }

    .tickets .tickets-pointer {
        background-size: 87px 50px;
    }

    .tickets .thumbnail {
        width: 120px;
        height: 60px;
    }

    .tickets .more-tick {
        width: 40px;
        height: 70px;

        background-position: 200% 50%;
    }

    .tickets .more-tick a {
        font-size: 14px;
        line-height: 72px;
    }
}
