.questionMark {
    cursor:pointer;
}

.showThumbnailInfo {
    width:100%;
    height:100%;
    margin: 1px;
    position: absolute;
    background: rgba(7,1,27,0.75);
    color:#FFF;
    padding: 20px;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.showThumbnaiContainer:hover .showThumbnailInfo, .showThumbnaiContainer:focus .showThumbnailInfo {
    opacity: 1;
}

.showThumbnaiContainer:hover  .opTitle, .showThumbnaiContainer:focus  .opTitle {
    opacity: 0;
}

.showThumbnaiContainer{
    margin: 5px;
    position: relative;
}

.showThumbnaiContainer .opTitle {
    position: absolute;
    bottom: 0;
    background-color: #e10141;
    width: 100%;
    padding: 10px;
    font-size: 1em;
    text-transform: uppercase;
    color: #FFF;
    opacity: 1;
    transition: all 0.5s ease 0s;
}



.showThumbnailInfo > .showTitle {
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    display: none;
}

.showThumbnailInfo > .showSubTitle {
    display: none;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    display: none;
}

.showThumbnailInfo > .showCast, .showThumbnailInfo > .showDateList, .showThumbnailInfo > .showDescription,.showThumbnailInfo > .showAdditionalDescription  {
    display: none;
}

.showThumbnailInfo > .showCategory {
    display: none;
    font-weight: bold;
    margin-top: 20px;
}

.showThumbnailInfo > .showPlace, .showThumbnailInfo > .showDates {
    display: none;
}

.showThumbnailInfo > .moreInfo{
    display: block;
    margin-top: 20px;
}

.showThumbnailInfo > .addToSelection{
    position: absolute;
    bottom: 80px;
    right: 20px;
    display: none;
}


.addToSelection .text{
    opacity: 1;
    transition: all 0.3s ease 0s;
    letter-spacing: 1px;
}
.addToSelection .glyphicon {
    font-size: 1.4em;
    color: #FFF;
    position: relative;
    top: 5px;
}

.addToSelection:hover .text, .addToSelection:focus .text {
    opacity: 1;
}

.addToSelection A {
    text-decoration: none;
}

.addToSelection:hover .glyphicon, .addToSelection:focus .glyphicon {
    color: #FFF;
}

.showDetails {
    background-color: #e10141;
    display: block;
    margin: 0;
    padding: 0;
    color: white;
}
.showDetails .col-sm-6 {
    margin: 0;
    padding: 0;
}
.showDetails > .showImage{
    float: right;
    margin-left: 40px;
}

.showInfo {
    display: block;
    padding: 40px 40px 0 40px !important;
    height: 100%;
}



.showInfo > .showTitle {
    display: block;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 10px;
}

.showInfo > .showSubTitle {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.showInfo > .showCast {
    font-size: 0.8em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.showInfo > .showCategory {
    display: block;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

.showInfo > .showDescription {
    /*font-style: italic;*/
    font-size: 0.9em;
}

.showInfo > .showPlace, .showInfo > .showDates {
    display: none;
}

.showInfo > .showDateList {
    padding: 0;
}

.showInfo > .showDateList LI {
    list-style-position: inside;
    padding: 5px 0 5px 0;

}

.showInfo > .moreInfo{
    display: none;
}

.showInfo > .addToSelection{
    float: right;
    margin-bottom: 30px;
}

.showInfo > .addToSelection .text{
    opacity: 1;
}
.showInfo > .addToSelection .glyphicon {
    color: #FFF;
}


.changeSelector {
    background-color: #FFF;
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
}



.changeSelector.row {
    margin:0;
    margin-bottom: 20px;
}

.changeSelector .rankNumber {
    font-size: 6em;
    font-family: Impact, "Arial Black", sans-serif;
    display: block;
    text-align: center;
    margin-top: 0.5em;
    color: #ACACAC;
    opacity: 0.5;

}

.changeSelector .col-xs-1, .col-xs-2 {
    padding: 0;
    margin: 0;
}


.changeSelector .showInfo{

    margin: 0px;
    padding: 10px!important;
}
.changeSelector .showCast, .changeSelector .showDates, .changeSelector .showDescription, .changeSelector .showAdditionalDescription, .changeSelector .showDateList {
    display: block;
}
.changeSelector .showTitle{
    display: block;
    font-size: 1em;
    padding: 0;
    margin: 0 0 5px 0;
}

.changeSelector .showCategory{
    display: block;
    font-size: 1em;
    padding: 0;
    margin: 0 0 10px 0;
}


.dateSelector {
    background-color: #FFF;
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.10);
    height: 100%;
}

.dateSelector.row {
    margin:0;
    margin-bottom: 20px;

}


.dateSelector .col-xs-4, .dateSelector .col-xs-8 {
    padding: 0;
    margin: 0;
}
.dateSelector .showPrice {
    font-size: 3em;
    color: #ff0064;
    margin-bottom: 5px;
}

.dateSelector .showPrice .text {
    font-size: 0.3em;
    color: #000;


}

.dateSelector .remove {
    position: absolute;
    top: 10px;
    right: 10px;
}

.dateSelector .remove A{
    color: #000;
    text-decoration: none;
}

.remove .text{
    opacity: 0;
    transition: all 0.3s ease 0s;
    letter-spacing: 1px;
}

.remove:hover .text, .remove:focus .text {
    opacity: 1;
}


.dateSelector .showInfo{

    margin: 0px;
    padding: 10px!important;
}
.dateSelector .showCast, .dateSelector .showDates, .dateSelector .showDescription, .dateSelector .showAdditionalDescription, .dateSelector .showDateList {
    display: none;
}
.dateSelector .showTitle{
    display: block;
    font-size: 1em;
    padding: 0;
    margin: 0 0 5px 0;
}

.dateSelector .showCategory{
    display: block;
    font-size: 1em;
    padding: 0;
    margin: 0 0 10px 0;
}


.prestigeInfo {
    color: #f8eb1e;
    float: right;
    max-width: 350px;
}

.prestigeInfo .prestigeIcon img {
    width: 80px;
    float: left;
    margin-right: 10px;
}

.showThumbnailInfo .prestigeInfo .prestigeDescription {
    display: none;
}

.showThumbnailInfo .prestigeInfo img {
    width: 60px;
}


@media (min-width: 480px) {
   .showThumbnailInfo > .showPlace, .showThumbnailInfo > .showDates, .showThumbnailInfo > .showTitle  {
        display: block;
    }

    .showDetails > .showImage{
        margin-bottom: 40px;
    }

}


@media (min-width: 768px) {
   .showThumbnailInfo > .showSubTitle, .showThumbnailInfo > .showCategory {
        display: block;
    }
    .showThumbnailInfo > .addToSelection{
        display: block;
    }
    .showDetails > .showImage{
        max-width: 400px;
        margin-bottom: 0px;
    }
    .showThumbnaiContainer .opTitle{
        font-size: 1em;
    }


}

@media (min-width: 992px) {

    .showDetails > .showImage{
        max-width: 600px;
    }



}
@media (min-width: 1200px) {
    .showDetails > .showImage{
        max-width: none;
    }


}

