﻿body {
    font-family: 'PT Sans', sans-serif;
}

.main {
    background-color: #f7f8fa;
}

a:focus {
    outline: none;
}

.nopadding {
    padding: 0;
}

.btn {
    text-shadow: none;
}

/* loader */
.loader-background {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.loader-animation {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    position: fixed;
}

/* Navigation style */

.navbar-default {
    background-color: #007cc5;
    border: 0 none;
    margin-bottom: 0;
    border-radius: 0px;
}

.navbar-default .navbar-brand {
    color: #ffffff;
    font-weight: bold;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}

.nav > li {
    padding: 15px 10px;
    float: left;
}

.nav > li > a {
    padding: 7px 0;
}

.navbar-default .navbar-nav > li > .hollow-cta-button {
    padding: 6px 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}

.navbar-default .navbar-nav > li > .hollow-cta-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3); 
}

.navbar-default .navbar-nav > li > .orange-cta-button {
    padding: 7px 10px;
    color: rgba(255, 255, 255, 1);
}

.navbar-default .navbar-nav > li > .orange-cta-button:hover {
    background-color: #ffb641;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: 0;
}

.navbar-brand {
    height: auto;
    line-height: 20px;
    padding: 20px 15px;
}

.navbar-toggle {
    margin-top: 14px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    text-decoration: underline;
    background-color: transparent
}

.language-link .lang-img, .language-link .lang-name {
    float: left;
}

.language-link .lang-img {
    margin-right: 5px;
    border-radius: 50%;
}

.login-btn {
    padding-right: 0px !important;
}

.jcrop-holder {
    margin: 0 auto;
}

/* End navigation style */

.service-message {
    border: 1px solid #ddd;
    box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    width: 100%;
    background-color: #fff;
    padding: 15px;
    margin-top: 30px;
    border-left: 5px solid #ffa412;
    background-image: url("../Images/info-bg.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-message strong {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    float: left;
    width: 100%;
}

.news-box {
    border: 1px solid #ddd;
     box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    padding: 15px;
    background-color: #fff;
    margin: 30px 0;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.news-title {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.news-list {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.article-link {
    color: #333;
}

.article-link:hover {
    color: #333;
    text-decoration: none;
}

.article-date {
    font-size: 13px;
    color: #75818a;
    text-transform: uppercase;
}

.article-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    float: left;
    width: 100%;
}

.article-desc {
    margin-bottom: 20px;
    float: left;
    Width: 100%;
}

.header-cover img{
    max-width: 300px;
    min-width: 100px;
}

.event-block img {
    width: 100%;
}

.event-block .special-tag {
    width: 80px;
}

.event-inner-block {
    border: 1px solid #ddd;
    float: left;
    box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.highlight-event-inner-block {
    border: 1px solid #ddd;
    float: left;
    box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    background: #ffffff;
}

.event-inner-block:hover {
    text-decoration: none;
}

.hightlight-evt-image {
    padding: 0;
}

.event-inner-block .details, .highlight-event-inner-block .details {
    background: #ffffff;
    padding: 20px;
}

.details .title {
    font-size: 15px;
    color: #4a4a48;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20px;
}

.details .location, .details .date {
    font-size: 13px;
    color: #75818a; 
    text-transform: uppercase;   
}

.cta-button, .mobile-cta-button {
    padding: 10px 20px;
    color: #fff;
    background-color: #ffa412;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.cta-button {
    position: absolute;
    bottom: -40px;
}

.highlight-title {
    margin-bottom: 0px !important;
}

.highlight-paragraph {
    margin-bottom: 30px;
}

.hightlight-evt-details {
    padding: 0;
    position: relative;
}

.highlight-event-inner-block .title {
    margin-bottom: 20px;
}

.highlight-event-inner-block .date, .highlight-event-inner-block .location {
    text-transform: uppercase;
}

.highlight-event-inner-block .date {
    margin-top: 3px;
}

.highlight-event-inner-block .description {
    margin-top: 20px;
}

.special-tag {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.special-tag.highlight {
    display: block;
}

.blue-cta-btn {
    background-color: #007cc5;
    color: #ffffff !important;
    padding: 10px !important;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0 none;
}

.blue-cta-btn:hover, .blue-cta-btn:focus {
   text-decoration: none; 
   color: #ffffff;
   background-color: #ffa412;
   border: 0 none;
   outline: 0;
}

.button-container {
    margin-bottom: 30px;
}

.orange-cta-button {
    background-color: #ffa412;
    color: #ffffff !important;
    padding: 10px 30px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;   
}

.orange-cta-button:hover, .orange-cta-button:focus {
    text-decoration: none;   
    background-color: #ffb641;
    color: #ffffff; 
    border: 0 none;   
    outline: 0;
}

.hollow-button {
    background-color: #ffffff;
    color: #007cc5;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    border: 1px solid #007cc5;
    width: 100%
}

.hollow-button:hover {
    background-color: #007cc5;
    color: #ffffff;
    text-decoration: none;
}

.highlight-event-inner-block .orange-cta-button {
    margin-top: 50px;
}

.section_title {
    color: #4a4a48;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}

.ccm-info {
    background-color: #007cc5;
}

.benefits-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.benefit-item {
    color: #ffffff;
    padding: 0;
    margin: 10px 0;
}

.benefit-item i {
    font-size: 20px;
    background-color: rgba(0,0,0,0.2);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;  
    margin-right: 10px;
}

.benefit-item .info-desc {
    font-size: 18px;
    line-height: 50px;
}

.benefit-item p {
    margin-top: 10px;
}

.benefit-item a {
    color: #ffffff;
    text-decoration: none;
}

.benefit-item a:hover, .benefit-item a:focus {
    color: #ffffff;
    text-decoration: underline;
}

/* Footer */
footer {
    background-color: #fff; 
    text-align: center;
    color: #75818a;
}

footer a {
    color: #75818a;
}

footer a:hover {
    color: #007cc5;
}

/* Cookies overlay */
#cookies_overlay { 
    background:rgba(0,124,197,0.9); 
    position:fixed; 
    bottom: -200px; 
    color:#FFF; 
    padding:5px; 
    font-size:12px;
    width: 100%; 
    text-align:center
}

#cookies_overlay h4 { 
    font-size:20px; 
    color:#FFF; 
    margin-bottom:10px; 
}

#cookies_overlay p { 
    margin-bottom:3px; 
    color:#FFF;
}

#cookies_info_link { 
    text-decoration:underline; 
    color:#FFF; 
    font-weight:bold
}

.cookie_close {
    color: #008cd2;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 10px;
    background-color: #f2f2f2;
    padding: 2px 4px 1px 3px;
    border-radius: 3px;
    cursor: pointer;
}

/* Contact form */
.contact-form {
    margin-bottom: 30px;
    float: left;
}

.contact-container {
    background-color: #fff;
    padding-top: 10px;
    float: left;
    width: 100%;
}

.contact-form input, .contact-form textarea{
    width: 100%;
    padding: 5px 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.contact-form input[type="text"], .contact-form textarea, .contact-form input[type="password"] {
    background-color: #f7f8fa;
}

.contact-form label {
    margin-top: 5px;
}

.contact-form input[type="text"] {  
    margin-bottom: 0px;
}

.contact-form textarea {
    height: 200px;
}

.contact-form .blue-cta-btn {
    width: 100%;
    font-weight: normal;
}

.error-text {
    color: red;
}
.event-container .error-text {
    background-color: #D73030; 
    border: solid 1px #666666; 
    padding: 8px; 
    color: White; 
    line-height: 150%;
}

.success-text {
    color: green;
}

/* Evets page */

.list-container {
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
}

.table.events-list > tbody > tr > th {
    border-bottom: 1px solid #ddd;
}

.table.events-list > tbody > tr > td, .table.events-list > tbody > tr > th {
    border-top: 0 none;
    padding: 8px 8px 8px 0
}

.pagination ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.pagination ul li {
    background-color: #ffffff;
    border: 1px solid #ddd;
    float: left;
    border-collapse: collapse;
}

.pagination ul li a {
    padding: 0 14px;
    line-height: 34px;
    color: #333333;
}

.pagination ul li a:hover {
    text-decoration: none;
}

.filter-row {
    margin: 0 0 30px 0;
    float: left;
    width: 100%
}

.filter-col {
    float: left;
    margin-right: 20px;
}

.filter-title {
    font-weight: bold;
    line-height: 33px;
}

.filter-col .label {
    color: #333;
    font-weight: normal;
    font-size: 14px;
}

.filter-col select {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.event-buy-btn {
    background-color: #007cc5;
    color: #ffffff !important;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 13px;
    text-decoration: none;
    border: 0 none;
}

.event-buy-btn:hover {
    background-color:  #ffa412;
    color: #fff;
    text-decoration: none;
}

.event-buy-btn-inactive {
    background-color: #75818a;
    color: #ffffff !important;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 13px;
    text-decoration: none;
    border: 0 none;
}

.event-buy-btn-inactive:hover {
    background-color:  #75818a;
    color: #fff;
    text-decoration: none;
}

.event-closed-btn,
.event-closed-btn:hover {
    background-color: #75818a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight: normal;
    border: 0 none;
}

.date-title {
    font-size: 14px;
    color: #75818a;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    line-height: 17px;
    width: 100%;
}

.event-img-bock {
    position: relative;
}

.event-details {
    padding: 10px 20px 20px 20px;
    color: #ffffff;
    background-color: rgba(0,0,0, 0.8);
    width: 100%;
}

.sg-event-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.sg-event-time, .sg-event-address {
    text-transform: uppercase;
}

.event-tabs {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.event-tabs .nav li{
    padding: 0;
}
.event-tabs .nav li a{
    padding: 10px 30px;
    text-transform: uppercase;
    background-color: white;
    margin: 0 5px 5px 0;
    border-radius: 0px;
    color: #808080;
    border: 1px solid #ddd;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    border-top: 2px solid #ffa412;
    border-bottom: 0 none;
    padding-bottom: 15px;
    margin-bottom: 0;
    outline: 0;
}

.tab-content {
    padding: 15px;
    background-color: #ffffff;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    float: left;
    width: 100%;
}

.ticket-name {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.ticket-price {
    font-weight: bold;
    color: #808080;
    font-size: 16px;
}

.ticketcontainer {
    float: left;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.action-panel {
    margin-top:20px;
}

.action-panel .blue-cta-btn {
   width: 100%;     
}

#description strong {
    font-weight: normal;
}

.social-media-icon img{
    width: 100%
}

.event-sidebar-title h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.sidebar-ticket-info .blue-cta-btn{
    border: 0 none;
    margin-bottom: 10px;
    width: 100%;
}

.sidebar-panel {
    border: 1px solid #ddd;
    box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    background-color: #ffffff;
    margin-bottom: 30px;
}

.sidebar-panel .event-buy-btn {
    margin-bottom: 10px;
}

.sidebar-ticket-info, .event-sidebar-share-btns{
    margin-bottom: 20px;
}

.login-panel {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    margin-top: 30px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.login-panel label {
    font-weight: normal;
}

.login-panel input[type="text"], .login-panel input[type="password"], .login-panel input[type="submit"], .login-panel select {
    width: 100%;
    padding: 5px 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.remember_me input, .link-section input {
    float: left;
    margin-right: 5px;
}

.login-panel input[type="text"], .login-panel input[type="password"], .login-panel select {
    background-color: #f7f8fa;
}

.password-form {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    margin-top: 30px;
    margin-bottom: 50px;
    float: left;
}

.password-form label {
    font-weight: normal;
}

.password-form input[type="text"], .password-form input[type="password"], .password-form input[type="submit"], .password-form select {
    width: 100%;
    padding: 5px 10px;
    margin-top: 3px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.link-section {
    margin: 15px 0;
}

.link-section label {
    display: inline;
}

.popup_message_background { 
    background-color:#333; 
    filter:alpha(opacity=60); 
    opacity:0.6;
}
.popup_message_form { 
    background-color:#FFFFFF; 
    padding:12px; 
    width:500px; 
    background-color: #aaa; 
} 
.popup_message_border { 
    border: solid 1px #888; 
    padding: 12px; 
    background-color: White; 
}
.popup_message_header { 
    font-weight: bold; 
    border-bottom: solid 1px #dbdbdb; 
    padding-bottom: 8px; 
    color: Black; 
    font-size: 14px;
}
.popup_message_body {
    padding-top: 12px; 
    padding-bottom: 12px; 
    border-bottom: solid 1px #dbdbdb; 
}
.popup_message_footer { 
    text-align: right; 
    padding-top: 12px; 
}

.login-panel h3 {
   margin-top: 0; 
}

.success-panel {
    margin-top: 100px;
    margin-bottom: 100px;
}

.form-disclaimer {
    color: #75818a; 
}

/* Forgot password */

.or-container {
    position: relative;
}

.or {
    left: 50%;
    padding: 10px;
    position: absolute;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}

.msg-box {
    margin-bottom: 10px;
}

.msg-box.msg-ok {
    color: green;    
}

.msg-box.msg-error {
    color: red;    
}

/* Hold page */

.team-list-container {
    margin: 30px 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -webkit-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
    -moz-box-shadow: 1px 3px 4px -2px rgba(233, 235, 236, 1);
}

.events-list .table > thead > tr > th,
.events-list .table > tbody > tr > th,
.events-list .table > tfoot > tr > th,
.events-list .table > thead > tr > td,
.events-list .table > tbody > tr > td,
.events-list .table > tfoot > tr > td {
    border-top: 0 none;
}

.border-row {
    border-bottom: 1px solid #ddd;    
}

.name-col {
    text-align: left;
    padding-top: 15px;
    padding-right: 20px;
}

.btn-col {
    text-align: right;
    padding-top: 15px;
    padding-left: 30px;
}

.mobile-table {
    font-family: 'PT Sans', sans-serif;
    color: #4a4a48;
    font-size: 15px;
    width: 100%;
}

.mobile-table {
    line-height: 24px;
}

.event-container {

}

.event-container .event-buy-btn {
    margin:  0 0 30px 0;
    width: 100%;
    text-align: center;
}

.mobile-heading {
    color: #75818a;    
}

.hold-info {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.cancel-tag {
    width: 100%;
    background-color: #b71c1c;
    padding: 10px;
    color: white;
}

/* Popup design*/

#main-embed {
    background-color: #f7f8fa;
}

.progress-row i{
   width: 40px;
   height: 40px;
   border: 2px solid;
   border-radius: 50%;
   padding: 10px;
   margin-bottom: 10px;
   background-color: #fff;
}

.progress-item {
    padding: 0;
    position: relative;
    color: #75818a;
}

.progress-item.active {
    color: #007cc5;
}

.link-buttons {
    position: absolute;
    width: 100%;
    top: 0;
}

.link-connect hr {
    border-top: 2px solid #75818a !important;
}

.active-bar hr {
    border-color: #007cc5 !important;
}

.order-table-head {
    background-color: rgba(233, 235, 236, 1);
}

.contact-info {
    margin-top: 10px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td {
    border-top: 0 none;
}

.table > tbody > tr.ticket-row > td, .ticket-row {
    border-bottom: 1px solid #ddd;
}

.ticket-row {
    padding: 15px 0;
}

.order-confirmation-panel {
    margin-top:10px;
    margin-bottom: 30px;
}

.order-contact-details .highlight-title {
    margin-top: 0;
}

.order-confirmation-panel table {
    margin-bottom: 0px;
}

.order-contact-details .blue-cta-btn {
    width: 100%;
    margin-bottom:20px;
    float: left;
}

.order-contact-details {
    padding-bottom: 50px;
}

.order-contact-details img {
    width: 250px;
}

.mobile-vat-info {
    padding: 15px 0;
    color: #75818a;
}

.mobile-total-info {
    padding: 15px 0;
    font-size: 20px;
}

.receipt-box h3 {
    font-weight: bold;
    font-size: 17px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.receipt-box table th {
    font-weight: normal;
}

.image-container {
    width: 100%;
    float: left;
}

.image-box img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tickets {
    margin-top: 10px;
}

.club-desc-title {
    margin-top: 0px;
}

.club-description-panel {
    margin-bottom: 30px;
}

.mobile-tiket-link {
    margin-top:20px;
    width:100%;
}

/* Mobile ticket */

.eventheader h2 {
    font-weight: bold;
    color: #75818a;
}

.eventdate {
    font-size: 12px;
    margin-bottom: 20px;
}

.tickettypeheader {
    font-weight: bold;
    color: #75818a;
    margin-bottom: 10px;
    font-size: 17px;
}

.warningheader {
    color: #ff0000;
    font-size: 12px;
}

.ticket-table {
    display: inline-block;
    margin-bottom: 20px;
}

.ticket-table td {
    padding: 0px 10px;
}

#ticketPager .blue-cta-btn {
    float: none;
    display: inline-block;
    padding: 5px 20px !important;
    font-weight: normal;
    margin: 0 10px 10px 10px;
    font-size: 13px;
}

.print-ticket {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 13px;
    float: left;
    width: 100%;
}

#seatMap {
    display: block;
}

#mobileMap {
    display: none;
}

@media (min-width: 1200px ) {
    .ccm-info, .highlight-event-inner-block .details {
        height: 376px;
    }
    .event-inner-block {
        overflow: hidden;
        height:282px;
    }
    .visible_info {
        position: absolute;
        top: 0;
    }

    .highlight-event-inner-block .orange-cta-button {
        position: absolute;
        bottom: 15px;
        width: auto;
    }
    header .row {
        padding: 0;
        margin: 0;
    }

    .events-page .details {
        height: 298px;
    }

    .events-page .blue-cta-btn {
        width: auto;
        padding: 10px 30px;
    }
}

@media (max-width: 1199px ) {
    .event-inner-block {
        height: auto;
        overflow: visible;
    }
    .visible_info {
        position: relative;
    }

    .highlight-event-inner-block .orange-cta-button {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
        float: left;
    }
    .ccm-info {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {

}

@media (max-width: 992px) {
    .navbar-brand {
        width: 70%;
    }
    .container {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .list-container {
        padding: 30px;
    }
    
    .mobile-events-list {
        display: none;
    }

    .event-details {
        position: absolute;
        bottom: 0;
    }

    .success-panel {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .main {
        min-height: 450px;
    }
    .tickets {
        text-align: right;
    }

    #main-embed {
        min-height: 400px;
    }

    .progress-row {
        margin: 30px 0 50px 0;
    }

    .link-buttons {
        height: 70px;
    }
}

@media (max-width: 768px) {
    .list-container {
        padding: 30px 15px;
    }

    .filter-title {
        width: 100%;
    }
    .filter-col {
        width: 100%;
    }
    .filter-col .label {
        width: 100%;
        padding-left: 0;
        margin-bottom: 5px;
    }

    .filter-col select {
        width: 100%;
        margin-bottom: 10px;
    }
    .events-list {
        display: none;
    }
    .event-buy-btn {
        float: left;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .mobile-event {
        width: 100%;
        float: left;
    }
    .event-tabs .nav > li > a {
        padding-left: 7px;
        padding-right: 7px;
    }

    .event-sidebar-share-btns img{
        width: 80px;
        margin: 0;
    }

    .event-tabs .nav > li > a {
        font-size: 13px;
    }
    .event-details {
        position: relative;
    }

    .pagination {
        width: 100%;
    }

    .prev, .next {
        width: 50%;
    }

    .next {
        text-align: right;
    }

    .success-panel {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .contact-info {
        margin-bottom: 30px;
    }
    .tickets {
        text-align: left;
    }

    .progress-row {
        margin: 30px 0 20px 0;
    }

    .link-buttons {
        height: 40px;
    }
}

@media (min-width: 501px) {
    #seatMap {
        display: block;
    }

    #mobileMap {
        display: none;
    }
}

@media (max-width: 500px) {
    #seatMap {
        display: none;
    }

    #mobileMap {
        display: block;
    }

    .seat-section-container {
        overflow-x: scroll;
    }

    .popup_message_form {
       width: 100%; 
    }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
