/* pills */
.pills-check-list li {
    text-align: left;
    position: relative;
    padding: 5px;
    padding-right: 10px;
    padding-left: 25px;
    background-color: #eee;
    border-radius: 25px;
    margin-bottom: 10px;
    margin-right: 5px;
}

.pills-check-list {
    text-align: center;
    margin-top: 15px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.pills-check-list li:before {
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    content: "\F00C";
    margin: 0 5px;
    color: #DF081E;
}

.pills-check-list {
    text-align: center;
    margin-top: 15px;
}

.pills-check-list li {
    display: inline-block;
}

/* ticket */
.ticket-card {
    margin-top: 75px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    position: relative;
    padding-top: 60px;
}

.ticket-card.no-space {
    margin-top: 0;
    padding: 0;
    position: relative;
}

.ticket-card .cover {
    border-radius: 4px 4px 0 0;
    position: absolute;
    width: 80%;
    top: -15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

.ticket-card.no-space .cover {
    position: relative;
    margin-top: 0;
    width: 100%;
    top: 0;
}

.ticket-card .header {
    background-color: #f1f1f1;
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px;
}

.ticket-card.no-space .header {
    margin: 0;
}

.ticket-card .price .from {
    color: #BBBBBB;
font-size: 14px;
}

/*quotes */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #2F2F2F;
  border: 0;
}
.tns-nav > [aria-selected="true"] { background: #DF081E; }

/* promobox */
.promo-box {
    border: 2px dotted #DF081E;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.promo-box h2 {
    background-color: #DF081E;
    color: white;
    padding: 10px;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
@media (min-width: 768px)
.lead {
    font-size: 21px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

/* products page */
.underlined {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
body.products h1 {
    font-size: 30px;
}
body.products h1, body.products .h1, body.products h2, body.products .h2, body.products h3, body.products .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

body.products h1, body.products h2, body.products h3, body.products h4, body.products h5, body.products h6, body.products .h1, body.products .h2, body.products .h3, body.products .h4, body.products .h5, body.products .h6 {
    font-family: inherit;
    font-weight: 200;
    line-height: 1.1;
    color: #535353;
}

.ticket-card .cover .main-title {
    background: linear-gradient(to bottom, #4a4a4a 0%, #0e0e0e 100%);
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    box-shadow: 0 10px 16px -6px rgba(22,22,22,0.5);
    border-radius: 4px;
    overflow: hidden;
    transform: translate(0, 0);
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),box-shadow 300ms ease,opacity 300ms ease;
}


.ticket-card .cover .main-title {
    background: linear-gradient(to bottom, #4a4a4a 0%, #0e0e0e 100%);
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -30px;
    box-shadow: 0 10px 16px -6px rgba(22,22,22,0.5);
    border-radius: 4px;
    overflow: hidden;
    transform: translate(0, 0);
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),box-shadow 300ms ease,opacity 300ms ease;
}
.ticket-card .cover .main-title h3 {
    font-weight: bold;
    color: white;
}
.ticket-card .cover .main-title h4 {
    color: white;
}
.collapse.in {
    display: block;
}
.collapse {
    display: none;
}
.ticket-card .item-list {
    background: #EEEEEE;
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.ticket-card .item-list li {
    border-bottom: 1px dotted #CCCCCC;
    /*padding: 5px 30px;*/
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
}
.ticket-card .item-list li a {
    display: inline-block;
    padding: 5px 30px;
    width: 100%;
}

.ticket-card .ticket-wrapper {
    border-left: 2px solid #EEEEEE;
}
.ticket-card .ticket {
    float: left;
}
.ticket-card .ticket-wrapper .price .value, .ticket-card .ticket-wrapper h5 {
    transition: all 0.3s linear;
    font-size: 18px;
}
.ticket-card .item-list li .price {
    float: right;
    text-align: right;
    width: auto;
}
.ticket-card .item-list li:before, .ticket-card .item-list li:after {
    display: table;
    content: " ";
    clear: both;
}

.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.ticket-card .item-list li .price .value {
    color: #444444;
    font-size: 22px;
    margin-top: 10px;
}
.ticket-card .ticket small {
    font-size: 75%;
}
.ticket-card .body {
    padding: 5px 30px;
}

.ticket-card .ticket-wrapper:hover{cursor:pointer;background-color:#e0e0e0;border-left:2px solid #DF081E;transition:all 0.3s linear}.ticket-card .ticket-wrapper:hover .price .value,.ticket-card .ticket-wrapper:hover h5{color:black;transform:scale(1.2)}.promo-box{border:2px dotted #DF081E;padding:10px;border-radius:10px;margin-bottom:20px}

.ticket-card .cover .main-title .best-label {
    margin: -15px;
    margin-bottom: 0;
    left: 0;
    top: 0;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px;
    padding-top: 15px;
    background-color: #DF081E;
}
.ticket-card.best-option .cover {
    top: -50px;
}

.transparent {
    opacity: 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid 
}
body.products .row-tickets {
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-bottom: 10px !important;
}
.mt0 {
    margin-top: 0 !important;
}

/* speedo smaller */
.w70 {
  width: 70%;
  margin: 0 auto;
}
.w70 .icon {
  margin: 0;
  margin-bottom: 10px;
}
.transparant {
  opacity: 0;
}
.promo-box h2 a, .promo-box h2 a:visited {
  color: #ffffff;
  text-decoration: underline;
}

/* mxsnews.home */
@media (max-width: 991px)
.icon-box {
    margin-bottom: 15px;
}
.icon-box {
    border-radius: 3px;
    display: block;
    background-color: white;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 15px 15px 15px 90px;
    margin-bottom: 30px;
    transition: box-shadow 0.5s;
}
.icon-box .icon-box-icon {
    background: #DF081E;
    background-position: 58% 22%;
    transition: background-position 1s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 98px;
    border-radius: 0;
    text-align: center;
}
.icon-box .icon-box-icon .material-icons {
    font-size: 48px;
    color: white;
    line-height: 98px;
}

.text-primary {
    color: #DF081E;
}
a {
    /*color: #535353;*/
    color: #DF081E;
    text-decoration: none;
}
a:hover,a:focus{color:#000;text-decoration:none}
a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.icon-box .icon-box-text h4 {
    font-weight: bold;
}
.icon-box:hover img.color_flip {
    filter: none;
    -webkit-transform: scale(1.1);
}
img.color_flip {
    -webkit-transition: all .5s ease-in-out;
}

h1, .h1 {
    font-size: 30px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 200;
    line-height: 1.1;
    color: #535353;
}

.card-background {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
.login {
    margin: 0 auto !important;
    width: 300px !important;
    padding: 10px !important;
}
.btn.btn-secondary {
    background: #2F2F2F;
    text-transform: uppercase;
    color: white;
    border: none;
}
.btn.btn-secondary:hover {
    background-color: #222;
}

.layered {
    min-height: 400px
}
#js-login #js-login-btn, #js-login #js-login-btn:visited {
    color: #FFFFFF;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
}
.btn.btn-primary {
    background: #DF081E;
    text-transform: uppercase;
    color: white;
    border: none;
}
#js-page {
    padding-bottom: 20px;
}

.wizard-tabs .nav-tabs.nav-justified>.active>a {
    border: none;
    border-bottom: 4px solid #e5e5e5;
    background-color: #DF081E;
    color: white;
    border-radius: 0;
}
.wizard-tabs .tab-pane {
    background-color: #eee;
    padding: 15px;
    padding-bottom: 30px;
}

.wizard-tabs .nav-tabs.nav-justified>.active>a:after {
    color: white;
}

.wizard-tabs .nav-tabs-justified>li>a:after, .wizard-tabs .nav-tabs.nav-justified>li>a:after, .wizard-tabs .nav-tabs.nav-justified>li>a:after {
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    content: "\f054";
    margin: 0 5px;
    color: #DF081E;
}
.wizard-tabs .tab-pane input:read-only {
    background-color: white;
}
.pb20 {
    padding-bottom: 20px;
}
.underline {
    text-decoration: underline;
}
.btn-primary img {
    filter: invert(1);
}
.h70 {
    height: 70px;
}

.ticket-card.redwhite .header {
  background-color: #b70316;
}
.ticket-card.redwhite .header h3 {
  color: #FFFFFF;
}

.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
@media (min-width: 992px) {
.md-fr {
  float: right;
}
}
.p20 {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
}

.upgrade-info {
    background-color: #eee;
    position: relative;
    padding: 15px 25px 25px 90px;
    border-radius: 15px;
}
.upgrade-info .icon-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 2px solid #e5e5e5;
    border-radius: 100%;
    font-size: 32px;
    padding: 10px;
    margin-top: 10px;
    position: absolute;
    left: 15px;
    top: 15px;
    line-height: 40px;
}
.pulse {
    color: white;
    border-radius: 50%;
    background: #DF081E;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(223,8,30,0.4);
    animation: pulse 2s infinite;
}
.pulse{color:white;border-radius:50%;background:#DF081E;cursor:pointer;box-shadow:0 0 0 rgba(223,8,30,0.4);animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(223,8,30,0.4)}70%{box-shadow:0 0 0 10px rgba(223,8,30,0)}100%{box-shadow:0 0 0 0 rgba(223,8,30,0)}}

/* cancellation */
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.pl15 {
    padding-left: 15px;
}
ul.no-style {
    list-style-type: none;
    padding-left: 0;
}
ul.no-style label {
    padding-left: 10px;
    font-weight: normal;
}

.w100p {
    width: 100%;
}
.cb {
    clear: both;
}
#js-lazy {
    height: auto !important;
}
