html,
body {
      background-color: #F5F5DC;
      height: 100%;
	font-size: 17px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #F5F5DC;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.genre-names-list {
	width: 200px;
}

.genre-names-list div {
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-combo {
  color: #000;
  background-color: #FFF68F;
  border-color: #EEE685;
  border-radius: 8px;
}

.btn-combo:hover,
.btn-combo:focus,
.btn-combo.focus,
.btn-combo:active,
.btn-combo.active,
.open > .dropdown-toggle.btn-combo {
  color: #000;
  background-color: #F0E68C;
  border-color: #EEE685;
  border-radius: 8px;
}

.btn-plans {
  color: #000;
  background-color: #FFFF00;
  border-color: #EE7600;
  border-radius: 8px;
}

.btn-plans:hover,
.btn-plans:focus,
.btn-plans.focus,
.btn-plans:active,
.btn-plans.active,
.open > .dropdown-toggle.btn-plans {
  color: #000;
  background-color: #EEEE00;
  border-color: #EE7600;
  border-radius: 8px;
}

.btn-ticket {
  color: #fff;
  background-color: #8A2BE2;
  border-color: #8B008B;
  border-radius: 8px;
}

.btn-ticket:hover,
.btn-ticket:focus,
.btn-ticket.focus,
.btn-ticket:active,
.btn-ticket.active,
.open > .dropdown-toggle.btn-ticket {
  color: #000;
  background-color: #9370DB;
  border-color: #4B0082;
  border-radius: 8px;
}

.btn-booking {
  color: #FFFF00;
  background-color: #1E90FF;
  border-color: #87CEFA;
  border-radius: 8px;
}

.btn-booking:hover,
.btn-booking:focus,
.btn-booking.focus,
.btn-booking:active,
.btn-booking.active,
.open > .dropdown-toggle.btn-ticket {
  color: #000;
  background-color: #87CEFA;
  border-color: 	#6495ED;
  border-radius: 8px;
}
   .youtube-player {
        position: relative;
        padding-bottom: 0%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
        setAttribute: autoplay;
   }

    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("https://artistcelebrities.com/img/youtube-play-button-28281.png") no-repeat;
        cursor: pointer;
        background-size: 69px;
}

.video-block .youtube-player iframe{
    z-index: 1 !important;
}