.colorlib-nav .cart_btn a span {
    background: #9870FC;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    background: linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DC2F2F', endColorstr='#9870FC',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    padding: 8px 15px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px; }
.colorlib-nav ul li.btn-cta a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
.colorlib-nav ul li.active > a {
    color: #DC2F2F !important;
    position: relative; }
.colorlib-nav ul li.active > a:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.colorlib-nav .cart_btn a {
    color: white
}

.colorlib-nav .cart_btn a:hover span {
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

#colorlib-hero.not_home {
    max-height: 350px;
    min-height: 350px;
}

#colorlib-hero.not_home .flexslider .slider-text {
    height: 350px;
}

#colorlib-hero.not_home .flexslider .slides li {
    min-height: 350px;
    max-height: 350px;
}

#colorlib-hero.not_home .flexslider .slider-text > .slider-text-inner {
    height: 350px;
}

.colorlib-event, .colorlib-trainers, .colorlib-classes, #colorlib-schedule, #colorlib-about, #colorlib-services, #colorlib-contact, #colorlib-testimony, .colorlib-blog, #colorlib-project, #colorlib-subscribe {
    padding: 4em 0 0.5em 0;
}

#colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
    opacity: 1;
}

.cta_btn {
    font-size: 16px;
    font-weight: bold;
}

#colorlib-logo img {
    width: 250px;
}

.add_to_cart_form input {
    background-color: #fff;
    border: 1px solid #DC3030;
    padding: 5px 3px 5px 3px;
    height: 41px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.add_to_cart_form input.form-control:focus, .add_to_cart_form input.form-control:active {
    background-color: #fff;
    border: 1px solid #DC3030;
}


.event-entry .desc-price .meta {
    font-size: 200%;
}

.price-tag {
    /*display: block;*/
    font-size: 150%;
    font-weight: 700;
    background: #9870FC;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    background: linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DC2F2F', endColorstr='#9870FC',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}

.flash_modal .alert button {
    display: none;
}

.flash_modal .alert {
    margin-bottom: 0;
}

ul.checkout-bar li {
    display: inline-block;
    margin-right: 16px;
}
ul.checkout-bar {
    text-align: center;
    list-style: none;
}

.btn-custom {
    background: #DC2F2F;
    color: #fff;
    border: 2px solid #DC2F2F;
    float: right;
}

input[type="email"] {
    height: 50px;
}

.step-3 label.form-control {
    height: auto;
    padding: 10px;
}

.step-3 label.form-control p {
    margin-top: 7px;
}

.step-4 .delivery.table>tbody>tr>td, .step-4 .delivery.table>tbody>tr>th, .step-4 .delivery.table>tfoot>tr>td, .step-4 .delivery.table>tfoot>tr>th, .step-4 .delivery.table>thead>tr>td, .step-4 .delivery.table>thead>tr>th {
    border: 0
}

.access_code {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    margin-bottom: 5px !important;
}

.access_code_holder .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.popover {
    min-width: 190px !important;
}

.success_dl dt {
    width: 190px;
}

.success_dl dd {
    margin-left: 200px;
}

/******/
ol.party_instructions {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 3em;
    padding: 0;

    counter-reset: li-counter;
}
ol.party_instructions > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
    border-left: 2px dashed #CCCCCC;
}
ol.party_instructions > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.8em;

    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #D0272C;

    content: counter(li-counter);
    counter-increment: li-counter;
}

.mosaicflow__column {
    float: left;
}
.mosaicflow__item img {
    display: block;
    width: 100%;
    height: auto;
}

.mosaicflow__item {
    position: relative;

}

.mosaicflow__item:after {
    content:'\A';
    position:absolute;
    width: 100%;
    height: 100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0.75;
}

#myMosaic {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 625px;
    overflow: hidden;
}

.home .event-entry {
    background: white;
}

.icon-colored {
    background: #9870FC;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    background: linear-gradient(45deg, #DC2F2F 0%, #9870FC 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DC2F2F', endColorstr='#9870FC',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background: #DC2F2F;
    color: #fff;
    border: 2px solid #DC2F2F;
}

.ev-img {
    position: relative;
}

.ev-img span {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    padding: 15px;
    background-color: #DC2F2F;;
}

.hp_hero {
    position: relative;
}

.hp_hero #colorlib-logo {
    position: absolute;
    z-index: 2000;
    top: 25%;
    left:50%;
    width: 500px;
    margin-left:-250px;
}

.hp_hero #colorlib-logo img {
    width: 350px;
}

.hp_hero .h2-like {
    color: white;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 1.5;
    margin-top: 15px;
    background-color: red;
}

@media only screen and (max-width: 500px) {
    .hp_hero #colorlib-logo {
        width: 300px;
        margin-left:-150px;
    }

    .hp_hero #colorlib-logo img {
        width: 280px;
    }

    #myMosaic {
        max-height: 540px;
    }
}

@media only screen and (max-width: 768px) {
    #myMosaic {
        max-height: 540px;
    }
}

.home .master_item .ev-img {
    border-left: 3px solid red;
    border-right: 3px solid red;
    border-top: 3px solid red;
}
.home .master_item .event-entry {
    border-left: 3px solid red;
    border-right: 3px solid red;
    border-bottom: 3px solid red;
}