/* @import url(https://d2bhyz16ztvqk5.cloudfront.net/css/fonts.css); */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}a {
    cursor: pointer;
}
/*
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
    outline: 0;
    text-decoration: none;
}
*/
.agenda {  }
/* Dates */
.agenda .agenda-date {
    width: 170px;
}
.agenda .agenda-date .dayofmonth {
    width: 40px;
    font-size: 36px;
    line-height: 36px;
    float: left;
    text-align: right;
    margin-right: 10px;
}
.agenda .agenda-date .shortdate {
    font-size: 0.75em;
}
/* Times */
.agenda .agenda-time {
    width: 100px;
}
/* Events */
.agenda .agenda-events {
    text-align: right;
} 
.agenda .agenda-events .agenda-event {
    text-align: right;
    padding-right: 8px;
}
button {
    cursor: pointer;
}
.bg-info {
    background: rgba(54,88,128,1.0) !important;
}
.btn {
    white-space: normal
}
/*
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
*/
.card {
    border: 0;
    padding: 0;
}
.card-block {
    padding: 0;
}
.card-title {
    color: #fff;
    background: rgba(54,88,128,1.0);
    line-height: 1.8;
    margin-bottom: 0;
}
.card-img-top {
    width: 100%;
    height: 100%;
}

.container {
    width: 90%;
}
.container-fluid {
    border: 0px solid blue;
}
.events-list .col-sm-4 {
    padding: 10px;
    margin-bottom: 25px;
}
.events-list a {
    color: #2069bc;
    font-size: 24px;
    text-decoration: underline;
}
.event-title {
    font-size: 16px;
    text-align: center;
    text-wrap: none;
    margin: 0;
    padding: 10px 0;
    height: 60px;
    min-height: 60px;
    width: fit-available;
    display: flexbox;
    display: -ms-flexbox;
    display: flex-center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-center;
    padding: 16px;
    border-top: 1px solid #e9ecef;
    vertical-align: text-bottom;
    color: #fff;
    background: rgba(54,88,128,1.0);
    overflow: no-display;
}
.h2, .h3, h2, h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.li > a:visited {
    background-color: #fff;
    color: #2069bc;
    border-bottom: 1px solid #fff446;
}
.games-list .col-sm-4 {
    padding: 10px;
    margin-bottom: 25px;
}
.games-list .col-sm-4 {
    margin-bottom: 10px;
}
.game-post .post-title {
    font-size: 17px;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    height: 55px;
    width: fit-available;
    display: flexbox;
    display: -ms-flexbox;
    display: flex-center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-center;
    padding: 16px;
    border-top: 1px solid #e9ecef;
    vertical-align: text-bottom;
    color: #fff;
    background: rgba(54,88,128,1.0);
    overflow: auto;
}
.game-post {
    position: relative;
    text-align: center;
    height: 420px;
}
.game-post p {
    padding: 5px 15px;
    font-size: 17px;
    color: #435870;
    height: 75px;
    overflow: hidden;
}
.game-post p.read-more {
    height: 40px;
}
.game-post a {
    color: #2069bc;
    font-size: 24px;
    text-decoration: underline;
}
.game-post .collapse, .game-post .in, .game-post .collapsing {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 92%;
}
.modal-body {
    font-size: 12px;
    padding: 10px;
}
.modal-footer {
    /*
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-start;
    border-top: 1px solid #e9ecef;
    */
    padding: 10px;
}
.modal-header {
    background-color: rgba(54,88,128,1.0);
    color: #fff;
    padding: 10px;   
}
.readmore {
    text-align: center;
}
.registrationform {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    /*
    border-radius: 4px;
    margin-bottom: 10px; !important;
    margin-top: 10px;
    padding: 4px;
    */
}
.synopsis {
    font-size: 16px;
    line-height: 1em;
    height: 4.25em;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: justify;
    text-overflow: ellipsis;
}
table.emailtable {
    margin-left: -2px;
    width: 80%;
}
table.eventdetail {
    border: 0px solid blue;
    border-collapse: collapse;
    color: black;
    padding: 0px 0px 0px 0px;
}
td.pricegroup {
    border:             0px solid black;
    cursor:             default;
    font-size:          10pt;
    height:             15px;
    min-width:          80px;
    overflow:           hidden;
    width:              80px;
}
td.seatcolor {
    border:             1px solid black;
    font-size:          10pt;
    height:             12px;
    table-layout:       fixed;
    text-align:         center;
    overflow:           hidden;
    width:              20px;
}
td.seatprice {
    border:             0px solid black;
    font-size:          10pt;
    height:             12px;
    overflow:           hidden;
    text-align:         left;
    width:              20px;
}
td.noseat {
    font-weight: bold;
    overflow: hidden;
    height: 25px;
    padding: 0 0 0 0;
    text-align: center;
    visibility: hidden;
    width: auto;
}
td.seat {
    border: 1px solid black;
    cursor: pointer;
    font-size: 50%;
    font-weight: bold;
    height: 25px;
    overflow: hidden;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: middle;
    width: auto;
}
.thumbnail .post-title {
    font-size: 16px;
}
.thumbnail {
    position: relative;
}
.thumbnail img {
    width: 100%;
    height: 300px;
}/*
.thumbnail a
{
  display: block;
  width: 100%;
  position: relative;
  height: 300px;
  padding: 56.25% 0 0 0;
  overflow: hidden;
}
.thumbnail img
{
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.thumbnail img.wide {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.thumbnail img.tall {
    max-height: 100%;
    max-width: 100%;
    width: auto;
}​
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem;
    border-color: #fff;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000;
}
*/
.width400px td.width400px th.width400px{
    width: 400px;
}
.wrapper {
    background: #fff;
    overflow: hidden
}
@media screen and (max-width:1199px) {
    .row {
        margin-right: 20px;
        margin-left: 20px
    }
    .carousel-caption {
        bottom: 75px
    }
    .text-capt p {
        text-transform: uppercase;
        text-align: right;
        font-size: 30px;
        margin-bottom: 30px
    }
    .news-sharing a+a {
        margin-left: 60px
    }
}
@media(min-width: 768px) {
    .field-label-responsive {
        padding-top: .5rem;
        text-align: right;
    }
}
@media only screen and (max-width: 640px) {
    td.seat, td.noseat {
        font-size: 25%;
    }

    h5.plan_title {
        font-size: 12px;
    }
}

