﻿.tout .tout-wrapper,
.tout .tout-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* ==================== Side Cart Tout ==================== */
div.tout-sidecart {
    font-size: .875em;
    background-color: #ddd;
}

    div.tout-sidecart .sidecart-title {
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px;
        border-bottom: 2px solid #fff;
        background-color: #52585B;
    }

        div.tout-sidecart .sidecart-title .sprite {
            margin-bottom: -2px;
            margin-left: 15px;
        }

    div.tout-sidecart .sidecart-content {
        padding: 0 10px;
    }

    div.tout-sidecart .sidecart-product {
        float: left;
        clear: both;
        padding: 10px 0;
        border-bottom: 1px solid #4d4d4d;
    }

        div.tout-sidecart .sidecart-product.empty {
            color: #951316;
            font-weight: bold;
        }

    div.tout-sidecart .sidecart-description {
        padding-bottom: 10px;
    }

    div.tout-sidecart .sidecart-qty {
        float: left;
        text-transform: uppercase;
    }

    div.tout-sidecart .sidecart-price {
        float: right;
        font-weight: bold;
    }

        div.tout-sidecart .sidecart-price span {
            font-weight: normal;
        }

    div.tout-sidecart .sidecart-subtotal {
        float: right;
        padding: 10px;
    }

    div.tout-sidecart .sidecart-actions {
        float: left;
        width: 100%;
        padding: 0 10px 10px;
        border-bottom: 2px solid #fff;
        margin: auto;
    }

    div.tout-sidecart .sidecart-actions {
        text-align: center;
    }

        div.tout-sidecart .sidecart-actions div {
            margin: 0 auto;
            width: 194px;
        }

            div.tout-sidecart .sidecart-actions div .button {
                float: left;
                width: 92px;
                background-color: #52585B;
            }

                div.tout-sidecart .sidecart-actions div .button:first-child {
                    margin-right: 8px;
                }

                div.tout-sidecart .sidecart-actions div .button .text {
                    padding-right: 0;
                }

/* ==================== Information Hover Tout ==================== */
/* slider */
div .tout-info-hover div.slide-container {
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    position: absolute;
    transition: left 0.5s, transform 0.5s, width 0.5s;
    -moz-transition: left 0.5s, -moz-transform 0.5s, width 0.5s;
    -ms-transition: left 0.5s, -ms-transform 0.5s, width 0.5s;
    -o-transition: left 0.5s, -o-transform 0.5s, width 0.5s;
    -webkit-transition: left 0.5s, -webkit-transform 0.5s, width 0.5s;
}
    /* slide */
    div.tout-info-hover div.slide-container div.slide {
        width: 50%;
        height: 100%;
        float: left;
        border-spacing: 5px;
        display: table;
        text-transform: uppercase;
        color: #FFF9FA;
        font-family: open_sanssemibold;
    }

div.slide span {
    display: table-cell;
    vertical-align: middle;
}

div.slide.hoverText span {
    line-height: 1.2em;
    padding: 0 5px;
}

    div.slide.hoverText span a {
        color: #675d45;
    }

div.tout-info-hover span.sprite-container {
    width: 85px;
    height: 100%;
}

/* ==================== Ticket Infomration Tout ==================== */
.tout-wrapper .tickets-title {
    text-align: center;
    font-family: lorabold;
    font-size: 1.25em;
    margin: 0 auto 15px;
}

.tout-wrapper .tickets-content {
    width: 160px;
    margin: 0 auto 0;
}

    .tout-wrapper .tickets-content .tout-img img {
        float: left;
    }

    .tout-wrapper .tickets-content a.button {
        clear: left;
        margin: 0;
        padding: 0;
        height: 36px;
        text-align: center;
    }


/* ==================== Fun Facts ==================== */
.tout-wrapper.tout-funfact {
    position: relative;
}

.tout-wrapper .funfact-title {
    width: 100%;
    height: 50px;
    border-bottom: 2px white solid;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    float: left;
    background: #000;
}

    .tout-wrapper .funfact-title span {
        margin: 13px 0 0 12px;
        float: left;
    }

        .tout-wrapper .funfact-title span + span {
            margin: 5px 8px 0 0;
            float: right;
            font-size: 1.63em;
        }

            .tout-wrapper .funfact-title span + span sup {
                font-size: 0.5em;
                top: -0.6em;
            }

.tout-wrapper .funfact-content {
    height: 100%;
    float: left;
    color: #fff;
    padding: 15px;
    font-size: 1em;
    line-height: 1.3em;
}

.tout-wrapper .funfact-logo {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

/* ==================== Logo Links Tout ==================== */
.tout-logo-links {
}

.tout-logo-links-header {
    font-size: 1.2em;
    margin-top: 10px;
    text-align: center;
}

.tout-logo-links ul {
    height: 275px;
    margin: 0 -10px !important;
    padding: 0;
}

    .tout-logo-links ul > li {
        display: table;
        height: 20%;
        list-style: none;
        margin: 0;
        padding: 0 10px;
        width: 100%;
        transition: background-color 0.5s;
        -webkit-transition: background-color 0.5s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
    }

        .tout-logo-links ul > li:hover {
            background-color: #bdb9af;
        }

            .tout-logo-links ul > li:hover > a > span,
            .tout-logo-links ul > li:hover + li > a > span {
                border-top-color: transparent;
            }

        .tout-logo-links ul > li > a {
            display: table-row;
            width: 100%;
        }

        .tout-logo-links ul > li + li > a > span {
            border-top: solid 1px #a9955d;
        }

        .tout-logo-links ul > li + li > a > span,
        .tout-logo-links ul > li + li > a {
            transition: border-color 0.3s;
            -webkit-transition: border-color 0.3s;
            -moz-transition: border-color 0.3s;
            -ms-transition: border-color 0.3s;
            -o-transition: border-color 0.3s;
        }

.tout-logo-links-logo {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}

.tout-logo-links-text {
    color: #4d4d4d;
    display: table-cell;
    font-size: 0.875em;
    line-height: 1.1em;
    vertical-align: middle;
}

@media (min-width: 480px) and (max-width: 959px) {
    .tout-logo-links-list {
        display: table;
        height: 101px;
        padding: 0 !important;
        width: 100%;
    }

    .tout-logo-links ul {
        display: table-row;
        height: 100px;
    }

        .tout-logo-links ul > li {
            display: table-cell;
            height: 100%;
            padding: 10px 0;
            width: 20%;
        }

            .tout-logo-links ul > li > a {
                display: block;
                height: 100%;
                position: relative;
            }

            .tout-logo-links ul > li + li > a {
                border-left: solid 1px #a9955d;
            }

            .tout-logo-links ul > li:hover > a,
            .tout-logo-links ul > li:hover + li > a {
                border-left-color: transparent;
            }

            .tout-logo-links ul > li + li > a > span {
                border-top: none;
            }

    .tout-logo-links-logo {
        display: block;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }

    .tout-logo-links-text {
        display: block;
        text-align: center;
        height: 50%;
        padding: 5px;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media (min-width: 960px) {
    .tout-logo-links ul {
        margin: 0 -15px !important;
    }
}

/***** TOP TWEETS & TOP NEWS *******/
.tout .tout-wrapper.tout-tweets,
.tout .tout-wrapper.tout-latestnews {
    padding: 0 20px;
}

.tout .tout-wrapper.tout-tweets {
    width: 210px;
    word-wrap: break-word;
}

.tout-latestnews .news-item {
    padding: 0 20px;
}

.tout-wrapper .tweets-title,
.tout-wrapper .news-title,
.tout-wrapper .media-title {
    text-align: center;
    font-family: lorabold;
    font-size: 1.25em;
    margin: 0 auto 10px;
}

.tout-wrapper .tweet,
.tout-wrapper .news-item {
    font-size: 0.8em;
    line-height: 1.3em;
}

.tout-wrapper .tweet-time,
.tout-wrapper .news-item-date {
    color: #999999;
    font-size: 0.8em;
    margin-top: 3px;
}


.tout-wrapper .tweet-seperator,
.tout-wrapper .news-seperator {
    background-color: #a1996a;
    height: 1px;
    margin: 8px 0;
    width: 100%;
}

.news-item-title {
    padding-top: 2px;
    text-transform: uppercase;
}

.tout-wrapper .mediaToutImage {
    height: 105px;
    position: relative;
    width: 210px;
}

    .tout-wrapper .mediaToutImage .mediaToutInfo {
        height: 32px;
        background: #000;
        bottom: 0;
        filter: alpha(opacity=85);
        opacity: 0.85;
        position: absolute;
        left: 0;
        right: 0;
    }

    .tout-wrapper .mediaToutImage .mediaToutIcon {
        height: 21px;
        width: 22px;
        margin: 5px 10px 0 5px;
        display: block;
        float: left;
    }


    .tout-wrapper .mediaToutImage .mediaToutTitle {
        font-size: 0.75em;
        line-height: 1.1em;
        color: #fff;
        filter: alpha(opacity=100);
        opacity: 100;
        font-weight: bold;
        margin-top: 2px;
        height: 30px;
        overflow: hidden;
    }

.tout-wrapper .media-seperator {
    background: #fff;
    height: 2px;
}
