.one-rem {
    font-size: 1.6em !important;
}

.title-medium.color-light .evt-tkt-buy-btn {
    color: #444444;
}

.evt-tkt-buy-btn {
    margin-bottom: 5px;
    font-size: 11px;
    padding: 1px 14px;
!important;
    min-height: 28px;
!important;
}

.clsBottomContactFrm input {
    height: 35px !important;
}

.clsBottomContactFrm .form-group {
    margin-bottom: 10px !important;
}

.clsBottomContactFrm .btnSaveCntDetails {
    text-align: center !important;
    display: block !important;
}

.required {
    color: red;
    font-size: 18px;
}

.price-table-layout2 .tpt-header .tpt-header-bottom {
    line-height: 1.3;
}


.clsSoldOut:before{
    opacity: 1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background: #bebebe;
    /*background: -webkit-linear-gradient(left top, #009552, #13c273);*/
    /*background: -o-linear-gradient(top right, #009552, #13c273);*/
    /*background: -moz-linear-gradient(top right, #009552, #13c273);*/
    /*background: linear-gradient(to top right, #009552, #13c273);*/
    /*background-repeat: no-repeat;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.price-table-layout2-sold-out:before {
    opacity: 1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background: #009552;
    background: -webkit-linear-gradient(left top, #009552, #13c273);
    background: -o-linear-gradient(top right, #009552, #13c273);
    background: -moz-linear-gradient(top right, #009552, #13c273);
    background: linear-gradient(to top right, #009552, #13c273);
    background-repeat: no-repeat;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.tktType {
    position: relative;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.soldOut{
    font-weight: 700;
    color: red;
    text-align: center;
}

.notAvailable{
    font-weight: 700;
    color: white;
    text-align: center;
}

.clsHomeSlider {
    width: 900px !important;
    /*margin: 15rem 0 0 12rem;*/
    margin: 10rem auto 2rem auto;
}

.nivoSlider img {
    height: 340px !important;
}

.nivo-main-image {
    height: 340px !important;
}

.clsBtnSliderBuyNow {
    /*margin: 3rem auto;*/
    margin: 12rem 0 0 0;
    float: right;
}

.nivoSlider a.nivo-imageLink {
    /*background:white;*/
    /*filter: alpha(opacity=0);*/
    /*opacity: 0;*/
    z-index: 8;
    /*width: 100%;*/
    /*height: 100%;*/
    /*position: absolute;*/
}

.contact-form .form-group select {
    height: 45px !important;
    color: #111111;
    padding: 5px 15px;
    font-size: 15px;
}

.speaker-layout3 {
    width: 265px;
    margin: 0 auto 30px auto;
}

.speaker-layout3 img {
    width: 265px;
    height: 265px;
    float: left;
}

.speaker-layout3 h3 {
    font-size: 18px;
}

.speaker-layout3 .item-title {
    left: 25px;
    width: 90%;
}

.speaker-layout3 .item-social ul li a {
    padding: 10px;
}

.clsSliderWrapper {
    width: 850px;
    height: 314px;
    margin: 0 auto;
}

@media only screen and (max-width: 400px) {
    .clsSliderWrapper {
        width: 100%;
        height: 60px;
        margin: 0 auto;
        padding-top: 1px !important;
    }

    .clsImgResponsive {
        width: 10% !important;
        height: 50px;
        display: block;
        margin: 0 auto;

    }

    .nivoSlider img {
        height: 180px !important;
    }

}

@media only screen and (max-width: 600px) {
    .clsSliderWrapper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 1px !important;
    }

    .clsImgResponsive {
        width: 10% !important;
        height: auto;
        display: block;
        margin: 0 auto;

    }

    .nivoSlider img {
        height: 180px !important;
    }

    .clsHomeSliderWrapper {
        padding: 2rem 0 2rem !important;
    }
}

@media only screen and (max-width: 800px) {
    .clsSliderWrapper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 1px !important;

    }

    .clsImgResponsive {
        width: 10% !important;
        height: auto;
        display: block;
        margin: 0 auto;

    }

}

@media only screen and (max-width: 900px) {
    .clsSliderWrapper {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 1px !important;

    }

    .clsImgResponsive {
        width: 10% !important;
        height: auto;
        display: block;
        margin: 0 auto;

    }
}

.clsSliderWrapper {
    padding: 50px 20px 5px;
}

.clsImgResponsive {
    width: 100%;
    height: auto;

}

/*.clsSliderWrapper{*/
/*width:860px;*/
/*height:314px;*/
/*!*margin: 0 auto;*!*/
/*margin: 10rem auto 2rem auto;*/
/*}*/
/*@media  only screen and (max-width: 768px) {*/
/*.clsSliderWrapper{*/
/*width:100%;*/
/*height:auto;*/
/*margin: 0 auto;*/
/*}*/
/*}*/
/*@media  only screen and (max-width: 600px) {*/
/*.clsSliderWrapper{*/
/*width:100%;*/
/*height:auto;*/
/*margin: 0 auto;*/
/*}*/
/*}*/
/*@media  only screen and (max-width: 800px) {*/
/*.clsSliderWrapper{*/
/*width:100%;*/
/*height:auto;*/
/*margin: 0 auto;*/
/*}*/
/*}*/

/*.clsImgResponsive {*/
/*width: 100%;*/
/*height: auto;*/
/*}*/

/*
-------------- custom accordion style ----------------
*/
/*.accordion {
    background: none;
    color: #00aeef;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-left: none;
    text-align: left;
    font-size: 18px;
}
.accordion .active, .accordion:hover {
    background: none;
    text-decoration: none;
    border: 1px solid #ccc;
}
.panel {
    padding: 0 18px;
    background: #f4f9fb;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel p{
    padding: 10px 0;
    width: 100%;
    text-align: justify;
}*/

/*
-------------- custom tabs style ----------------
*/
.clsTabAccordionCnt {
    text-align: left;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background: #12c0f9;
    border-right: none;
    border-left: none;
    border-color: #b3d4fc;
}

.nav-tabs .nav-link {
    color: #ffffff;
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: 1px solid #b3d4fc;
}

.nav-tabs i {
    float: right;
    margin-top: 5px;
}

.nav-item:hover {
    text-decoration: none;
    border: none;
    background: #12c0f9;
}

.nav.nav-tabs {
    display: block;
    margin: 20px 0;
}

.tab-content > .active {
    /*    display: block;
        min-height: 165px;
        background: none;*/
}

.tab-content > .active :hover {
    /*text-decoration: none;*/
    /*border: none;*/
}

.clsFaqTabs .clsTabsList ul {
    width: 100%;
    text-align: left;
}

.faq_categories h2 {
    background: url(../images/faq_bg.png) no-repeat top center;
    /*background-size: auto auto;*/
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 25px 0 45px 45px;
    text-align: left;
}

.faq_categories {
    float: left;
    background: #00aeef none repeat scroll 0 0;
    width: 100%;
}

/* --------------------------------------------------------- */

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 15px 15px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-title a {
    color: #000000;
}

.panel-title {
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-left: none;
    border-top: none;
    margin-bottom: 0;
}

.panel-body {
    padding: 10px 10px;
    background: #f4f9fb;
}

.header-area {
    background-color: rgba(17, 17, 17, 0.6);
    border-bottom: 1px solid #4c1864;
}

.indexSliderLoader {
    height: 30px !important;
    width: 30px !important;
    display: block;
    margin: 150px auto;
}

.indexSectionPad {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.event-details-slider-img {
    height: 512px;
    width: 1100px;
}

@media only screen and (max-width: 600px) {
    .event-details-slider-img {
        height: 200px;
        width: 1100px;
    }
}

.buttonPadding{
    padding: 5px 20px;
}

.containerTopPadding {
    padding-top: 5rem;
}

@media only screen and (max-width: 1024px) {
    .section-space-default {
        padding: 12rem 0 10rem;
    }
}

@media only screen and (max-width: 768px) {
    .section-space-default {
        padding: 1rem 0 10rem;
    }
}

.sch-date{
color:#ffffff;
font-size: 20px;
font-weight: 900;
}

.owl-theme .owl-nav [class*="owl-"]{
    background: #25B0E4 !important;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background: #D6D6D6 !important;
}

.clsSerPrice{
    color:black;
    width:80%;
    text-align:right;
    font-size: 15px;
    margin-top: 13px;
}

.clsCurrency{
    margin: 23% 0 0 95%;
}


.divMntsAlert
{
    background-color: white;
    color: red;
    text-align: center;
    font-size: larger;
    position: absolute;
    z-index: 5000;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}