﻿/*ticket prices page*/

.ticketPricesPerex {
    text-align: left;
    width: 100%;
}

    .ticketPricesPerex a {
        font-weight: 700;
    }

.ticketPricesTab h2 {
    color:#820000;
}

.ticketPricesTab {
    width: 100%;
    min-width: 100%;
    color: white;
}

    .ticketPricesTab td:first-child, .ticketPricesTab td:nth-child(3) {
        width: 49%;
    }

    .ticketPricesTab td {
        padding-top: 10px;
        vertical-align: top;
    }

.individualTicket, .institutionalTicket, .robinTicket, .giftTicket {
    border-radius: 15px;
    text-align: center;
    position: relative;
    background-position: 15px 15px;
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 20px 20px 40px;
    font-size: 14px;
}

.individualTicket {
    background-color: #2C60C2;
    background-image: url(/Styles/_images/TicketICO_01.svg);
}

    .individualTicket:hover, .giftTicket:hover {
        filter: contrast(150%);
        cursor: pointer;
    }
.institutionalTicket:hover, .robinTicket:hover {
    filter: brightness(130%);
    cursor: pointer;
}

.institutionalTicket {
    background-color: #820000;
    background-image: url(/Styles/_images/TicketICO_02.svg);
}

.giftTicket {
    background-color: #F89500;
    background-image: url(/Styles/_images/TicketICO_04.svg);
}

.robinTicket {
    background-color: #0D823C;
    background-image: url(/Styles/_images/TicketICO_05.svg);
}

.giftTicket h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 600;
}

.tkpTit {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    line-height: 30px;
    padding: 10px 0 0!important;
    margin: 10px 0 0!important;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.payInfo {
    text-align: center;
    margin-bottom:10px;
}

.tkpDiv {
    min-height: 140px;
    position: relative;
    margin-bottom: 20px;
}

.tkpDesc {
    text-align: center;
    line-height: 1.2em;
}

.buyLink {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    padding-right: 20px;
    background-image: url(/Styles/_images/arrow.svg);
    background-repeat: no-repeat;
    background-position: right center;
}

    .buyLink:hover {
        text-decoration: underline;
        background-color: transparent;
    }

.ticketPriceTitle {
    color: black;
}

/*responzivita*/
@media (max-width: 800px) {
    .mainTitleMb {
        background-color: #ebebeb;
    }

    .ticketPricesPerex {
        font-size: 1em;
        line-height: 1.4em;
    }

        .ticketPricesPerex a {
            font-weight: 600;
        }

    .ticketPricesTab td {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .tkpDiv {
        min-height: unset;
        position: relative;
        margin-bottom: 20px;
    }

    .tkpTit {
        font-size: 24px;
        padding: 0 !important;
    }

    .payInfo {
        display: block;
        position: relative;
        left: 0;
    }
}

.invis {
    visibility: hidden;
    display: none;
}
