
a{color: #2d2d2d; outline: 0;}
a:hover{color: #555555;}
/*.container-fluid{
        padding: 0 5px;	
}*/

.wordwap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Page Main contain CSS */
.page-main-contain{
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
/* Page Main contain CSS */
/* HEADER CSS */
.header{
    background: #ffffff;
    border-bottom:2px solid #e7e7e7; 
    height:auto; 
    margin:0px; 
}
/* img zoom in-out*/
.img-hover-zoom{
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(100%);
}
.img-hover-zoom:hover {
    opacity: 1;
    transition: transform 5s ease;
    filter: brightness(100%);
    transform: scale(1.5,1.5);
}
/*header logo*/
.logo-brand{
    display: none;
}
.logo{
    padding: 10px;
}
.logo img{
    display: inline-block;
    height: 50px;
}

/*Header User Icon box*/
.header .user-profile{
    width: 50px;
    height: auto;
}
/*Header User Icon box*/


/*headr search box*/
.search{
    /*display: inline-block;*/
    position: relative;

}

.search .search-box{
    background: none;
    border-radius: 0px;
    border: none;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    position: relative;
    font-family:'bentonsansregular';
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    line-height: 30px;
    height: auto;
}
.search-box:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search span.search-button {
    display: inline-block;
    border: none;
    background: transparent;
    border-radius: 0;
    height: 70px;
    top: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    right: 0;

}
.search span.search-button i{
    color:#aaaaaa;	
    font-size:18px;
    line-height: 20px;

}
/*.search input.search-box::-webkit-input-placeholder {color: #ddd !important;} 
.search input.search-box::-moz-placeholder { color: #ddd !important;  }
.search input.search-box::-o-placeholder { color: #ddd !important;  }*/

/*headr menu*/
.header-menu{
    text-align: right;
}
.main-menu{
    padding:0px;
    margin:0px;
    list-style-type: none;
    display: inline-block;
}
.main-menu li:last-child {
    border-right: none;
}
.main-menu li{
    display: inline-block;
    border-right: 2px solid #e7e7e7;
    position: relative;
}
.main-menu li a{
    color: #666666;	
    text-decoration: none;
    padding: 23px 15px;
    display: block;
}
.main-menu li a.user-link{
    padding: 6px 15px;
}

.main-menu li a:hover{
    color: #F16334;
}

.sub-menu{
    display: none;
}
.sub-menu li{
    display: block;
}
.sub-menu li span.line{
    background: #cccccc;
    height: 1px;
    width: 100%;
    display: block;
}

.main-menu li a:hover + .sub-menu,
.sub-menu:hover {
    display: block;
    position: absolute;
    width: 250px;
    right: 0;
    background: #e7e7e7;
    margin-top: 0px;
    z-index: 99;
}
.sub-menu li{
    clear: both;
}
.sub-menu li a{
    padding: 12px 12px;
    text-align: left;
    clear: both;
}
.sub-menu li a:hover{
    background: #F16334;
    color: #ffffff;
}

.sub-menu li span.label{
    float: right;
    color: #ffffff;
    padding: 0 10px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    background: #F16334;
}

li a:hover {
    display: block;
    visibility: visible; 
    opacity: 1;
    z-index: 2;
    /*transform: translateY(0%);*/
    transition-delay: 0s, 0s, 0.5s; 
} 

.show-menu {
    color: #333;
    text-align: right;
    padding: 10px 0;
    font-size: 20px;
    display: none;
}
/*Hide checkbox*/
.header-menu input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
.header-menu input[type=checkbox]:checked ~ #menu{
    display: block; 
    right: 0;   
}

/* ========================================================= */
/* slider */
/* ========================================================= */
.homepage-slider{
    margin-bottom: 25px;
    display: table;
    height: 500px;
    position: relative;
    width: 100%;
}
.slider_img
{
    height: 100%;
    position: absolute;
    background: 50%/cover;
    width: 100%;
}
.slider_content {
    display: table-cell;
    padding: 0 20px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
}
.slider_title {
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    padding-bottom: 15px;
    max-width: 650px;
    margin: 12px auto 0 auto;
}
.slider_copy {
    color: #fff;
    font-size: 18px;
    margin: 12px auto 0;
    max-width: 550px;
}
/* ========================================================= */
/* ========================================================= */

.content-title{
    margin:25px 0px;
    font-family: 'bentonsansregular';
}


/*FOOTER */
/*.footer-wrapper{
        margin-top:50px; 	
        padding: 20px 0 0 0;
        background: #505050;
}
.footer-innter-wrapper{
        padding-bottom:20px; 
}*/

.footer-title{
    font-size:18px; 
    color: #ff5400;
    padding-bottom:20px; 
    margin: 0px;

}
.footer-title span{
    width: auto;
    position: relative;
}
.footer-title span::after{
    content: "";
    border-bottom: 1px solid #ffffff;
    display: block;
    padding-top: 10px;
    width: 75px;
}

.links-footer{
    margin:0px;
    padding:0px;
    list-style: none;
}
.links-footer li a{
    text-decoration: none;
    color:#fff;
    outline: 0;
    font-size:12px;
    display: block;
    padding:5px 0px;
}
.footer-about{
    font-size:12px;
    line-height: 26px;
    color:#fff;
    margin: 0px;
    letter-spacing: 1px;
}
.copy-right-wrapper{
    background:#303030; 
    border-top:1px solid #fff;
}
.copy-right{
    font-size:11px; 
    margin:15px 0px;
    color:#fff;
    letter-spacing: 1px;
}
/*FOOTER */

/* USER TICKETS */
.user-tickets{

}
.user-tickets .user-tab-contain{
    padding-top: 50px;
}
.user-tickets .user-tab-contain{

}
.user-tickets .user-tab-contain .tab-header{
    border-bottom: 1px solid #666666;

}
.user-tickets .user-tab-contain ul{
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.user-tickets .user-tab-contain ul li{
    /*background: #efefef;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.user-tickets .user-tab-contain ul li a.active  {
    background: #f4f4f4;
    border-bottom: 5px solid #F16334;
}
.user-tickets .user-tab-contain ul li a{
    display: block;
    text-align: center;
    color: #F16334;
    padding: 10px 10px;
}
.user-tickets .user-tab-contain ul li span.label {
    display: block;
    text-align: center;
    color: #666666;
    padding: 10px 0;
}
.tab-content > .active{
    opacity: 1;
}
.user-tickets .user-tab-contain .tab-content{
    padding: 10px 0;
    margin: 10px auto;
}
.user-tickets .user-tab-contain .tab-content .tab-pane{
    padding: 0 10px;
    width: 100%;
}
.rev-box-border{
    border: 2px solid #efefef;
}
.user-tickets .user-tab-contain .no-event-found{
    text-align: center;
    padding: 50px 0;
}
.user-tickets .user-tab-contain .no-event-found img{
    height: 150px;
    width: auto;
    padding: 5px;
    border: 1px solid #dddddd;
}
.user-tickets .user-tab-contain .no-event-found h2{
    color: #999999;
    font-size: 18px;
    margin-top: 25px;
}

.user-tickets .text-heading{
    text-align: center;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
    color: #282C35;
}
.tickets-box {
    border:1px solid #eeeeee;
    background: #fefefe;
    border-radius: 3px;
    padding-top:15px;
    margin-bottom: 5px;
}
/* USER TICKETS */


/* USER EVENTS */
.user-events .text-heading{
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
    color: #282C35;	
}
.margin-top{
    margin-top: 50px;
}
.user-events .event-sidebar{

}
.user-events .event-sidebar ul{
    padding: 10px;
    background: #ffffff;
    border: none;
}
.user-events .event-sidebar ul li{
    list-style: none;
    display: block;
    padding: 1px 0px;
    width: 100%;
}
.user-events .event-sidebar ul li hr{
    margin: 2px 0;
    border-color: #666666;
}
.user-events .event-sidebar ul li a{
    padding: 6px;
    border-bottom: 1px solid #efefef;
    font-size: 13px;
    line-height: 20px;
    display: block;	
    color: #666666;
    letter-spacing: 1px;
    clear: both;
}
.user-events .event-sidebar ul li:last-child a{
    border: none;
}
.user-events .event-sidebar ul li a span.label{
    background: #dedede;
    float: right;
    font-size: 10px;
    padding: 0 5px;
    width: 30px;
    text-align: center;
    border-radius: 3px;
    border: 0px solid #F16334;
    display: block;
}
.user-events .event-sidebar ul li a:hover{
    color: #F16334;
}
.user-events .event-sidebar ul li a.active{
    background: #F16334;
    color: #ffffff;
    border-radius: 5px;
}
.user-events .event-sidebar ul li a.active span.label{
    color: #333333;
}

.user-events .eventbox-main{

}
.user-events .eventbox-main .eventbox-header{
    padding: 0 0 20px 0;
}
.eventbox-main .eventbox-header h2{
    font-size: 22px;

}
.eventbox-main .eventbox-events{
    padding: 5px;
    background: #ffffff;
}
.eventbox-main .eventbox-events .eventbox{
    background: #f8f8fa;
    border: 1px solid #efefef;
    padding: 8px;
    margin-bottom: 5px;
    position: relative;
}
.eventbox .wordwap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.eventbox h3.event-title{
    color: #F16334;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 0 0;
    width: calc(100% - 75px);
}
.eventbox .event-location{
    font-size: 14px;
    padding: 5px 0 0 0 ;
    letter-spacing: 1px;
    color: #666666;
}
.eventbox .event-time{
    font-size: 12px;
    padding: 5px 0;
    letter-spacing: 1px;
    color: #999999
}
.eventbox .event-link{
    padding: 0 0 0 0;
    line-height:1;
}
.eventbox .event-link a{
    display: inline-block;
    padding: 4px 8px;
    color: #ffffff;
    background: #666666;
    border-radius: 3px;
    font-size: 10px;
    line-height: 12px;
}
.eventbox .event-link a:hover{
    background: #F16334;
}
.eventbox .event-label{
    position: absolute;
    top: 0;
    right: 0;
}
.eventbox .event-label .event-label{
    font-size: 9px;
    letter-spacing: 1px;
    background: #efefef;
    padding: 2px 4px;
    margin: 4px;
    border-radius: 4px;
    width: 60px;
    text-align: center;
}
.eventbox .event-label .label-status{
    background: #ffcc00;
    color: #333333;
}
.eventbox .event-label .label-publish{
    top: 22px;
    background: #059900;
    color: #ffffff;
}
.eventbox .event-label .label-draft{
    top: 22px;
    background: #ce242c;
    color: #ffffff;
}

.eventbox .event-label .label-ban{
    top: 44px;
    background: #dd4b39;
    color: #ffffff;
}

/* USER EVENTS 
/* EVENTS DASHBOARD */
.tickets-type .progress{
    border-radius: 0;
    height: 30px;
    background-color: #333;
}
.tickets-type .progress.working{
    height: 15px;
    background-color: #333;
}
.tickets-type .t-types{
    background: #efefef;
    padding: 10px;
    margin-bottom: 10px;
}
.t-types .progess-text h3{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #F16334;	
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.t-types .progess-text{
    font-size: 13px;
    padding-bottom: 10px;
}
.tickets-type .header {
    background: transparent;
    padding: 10px 10px;
    margin-bottom: 15px;
}
.tickets-type .header h3{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
.tickets-type table.table{
    /*display: table;*/
    font-size: 12px;
    background: #efefef;
}
.tickets-type table.table .table-head{
    background-color: #444;
    color: #ffffff;
}
.tickets-type table.table .table-footer{
    background-color: #666;
    color: #ffffff;	
}
.tickets-type table.table tbody tr:hover{
    background: #dedede;
}
.tickets-type table.table tbody tr.cancle-tickets:hover,
.tickets-type table.table tbody tr.cancle-tickets{
    background: #ff6d6d;
    color: #ffffff;
}
.tickets-type table.table tbody tr.cancle-tickets a,
.tickets-type table.table tbody tr.cancle-tickets button{
    color: #333;
}
.tickets-type table.table a,
.tickets-type table.table button{
    background: transparent;
    color: #F16334;	
    border: none;
    cursor: pointer;
}
.tickets-type table.table a.table-link{
    background: transparent !important;
    color: #F16334 !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 12px !important;
}

.tickets-type table.table a:hover,
.tickets-type table.table button:hover{
    color: #333333;
}
.tickets-type table.table a.table-link:hover{
    color: #333333 !important;	
}
/* EVENTS DASHBOARD */

/* POPUP MODEL */
.modal-content{
    border-radius: 0;
}
.modal-content .modal-header{
    padding: 10px;
}
.modal-content .modal-header h4{
    font-size: 16px;
}
.modal-content .modal-body{
    padding: 10px;
}
.modal-body .text-body{
    font-size: 13px;
    letter-spacing: 1px;
}
.modal-body .text-body p{
    padding: 0 0 10px 0;
    color: #666666;
}
.modal-body .text-body span{
    color: #F16334;
}
.modal-content .modal-footer{
    padding: 10px;
}
.modal-content .modal-footer .btn-flat{
    border-radius: 0;
}



/* POPUP MODEL */
/* GERNAL LABEL */
.gernal-label .label{
    font-size: 10px;
    letter-spacing: 1px;
    background: #efefef;
    padding: 4px 6px;	
    border-radius: 4px;
    width: 75px;
    text-align: center;
    margin: 0;
}
.label.label-status{
    background: #ffcc00;
    color: #333333;
}
.label.label-publish{
    top: 22px;
    background: #059900;
    color: #ffffff;
}
.label.label-draft{
    top: 22px;
    background: #ce242c;
    color: #ffffff;
}
.label.label-default{
    top: 22px;
    background: #464646;
    color: #ffffff;
}
/* GERNAL LABEL */


/* CONTACT US PAGE */
.contact-map {
    padding: 0;
    border: 0;
}
.contact-map iframe {    
    border-bottom: 2px solid #F16334 !important;
}
.contact-header {
    text-align: center;
    padding: 10px 0;
    margin: 50px 0;
}
.contact-header h2:after{
    content: '';
    border-bottom: 3px solid #F16334;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.contact-header h2 {
    font-family: 'bentonsansmedium';
    text-align: center;
    display: inline-block;
}
.contact-text-outer{
    margin-bottom: 40px;
}
.contact-text-outer .contact-icon {
    border-radius: 50%;
    margin:0 auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #ffffff;
    border: 5px solid #F16334;
    position: relative;
}
.contact-text-outer .contact-icon i {
    line-height: 90px;
    vertical-align: top;
    font-size: 30px;
    color: #F16334;
}
.contact-text-outer .contact-text {
    background: #F16334;
    padding: 60px 15px 15px 15px;
    margin-top: -50px;
    min-height: 150px;
    text-align: center;	
}
.contact-text-outer .contact-text {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}
.contact-form{
    padding: 50px 0;
}
.contact-form textarea.form-textbox{
    resize: none;
    background-color: transparent;
    color: #666	;
}
.contact-form textarea,
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="password"],
.contact-form input[type="text"] {
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    margin: 10px 0;
    border: none;
    color: #666	;
    background: none;	
    outline: none;
    border-bottom: 2px solid #F16334;
}
/* CONTACT US PAGE */

/* TOGGAL CSS */
.btn-togal-success{
    background: #ffffff;
    border: 1px solid #009900;
    color: #009900;
    border-radius: 3px;
}
.btn-togal-danger{
    background: #ffffff;
    border: 1px solid #C35D5D;
    color: #C35D5D;
    border-radius: 3px;	
}
/* TOGGAL CSS */

.display-qrcode{
    padding: 15px;
}
.display-qrcode img{
    border: 1px solid #333333;
    width: 250px;
    height: auto;
}
.event_socialmedia{

}
.event_socialmedia a{
    display: block;
    padding: 5px 5px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #F16334;
    background: #efefef;
    border-radius: 0 25px 25px 0;
    letter-spacing: 1px;
}
.event_socialmedia a:hover{
    background: #F16334;
    color: #ffffff;
    transition: all 0.8s;
}
.event_socialmedia a:hover i{
    background: #ffffff;
    color: #F16334;
    transition: all 0.10s;
}

.event_socialmedia a i{
    display: inline-block;
    background: #F16334;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

/* alert pupup  */
.signup-alert{
    border: none;
    padding: 0px;
    position: relative;
    border-radius: 5px;
}
.signup-alert .close{
    right: 15px;
    top: 10px;
    position: absolute;
    z-index: 1;
}
.signup-alert .modal-title{
    text-align: center;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 600;
}
.signup-alert .modal-text{
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    padding: 10px 15%;
    line-height: 22px;
    font-weight: 400;
}
.signup-alert .modal-text-small{
    font-size: 12px;
    padding: 5px;
    line-height: 18px;    
    letter-spacing: 1px;
}
.signup-alert .model-btn{
    text-align: center;
    padding-bottom: 20px;
}
.signup-alert .btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: auto;
    padding: 10px 70px;
    margin-bottom: 10px;
}
.signup-alert .modal-text-small a{
    font-weight: bold;
    font-size: 14px;
}
/* alert pupup  */

/* TICKET RETISTION PUPUP  */
.ticket-registion{

}
.ticket-registion .modal-body{
    background: #f1f1f1;
}
.ticket-registion .modal-body form{
    margin: 0;
    padding: 0;
}
.ticket-registion .tickets-info{
    background: #ffffff;
    border-width: 0px;
    margin: 0 0 15px 0;
}
.ticket-registion .tickets-info:last-child{
    margin: 0;
}
.tickets-info .ticket-title{
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0 0;
    font-weight: 600;
    color: #F16334;
}
.tickets-info .ticket-price{
    font-size: 12px;
    line-height: 20px;
    color: #000;
}
.tickets-info .ticket-desc{
    padding: 5px 0;
}
.tickets-info .ticket-desc a{
    font-size: 13px;
    background: #999999;
    padding: 1px 4px;	
    border-radius: 0;
}
.tickets-info .ticket-desc p{
    display: none;
    font-size: 13px;
    color: #666666;
    line-height: 20px;
    padding: 5px;
}

.tickets-info .ticket{
    border: 1px solid #999999;
    border-radius: 0;
    text-align: center;
    padding: 5px;

}
.ticket:focus{
    box-shadow: none;
}

.modal-footer .total-qty,
.modal-footer .total-amount{
    display: inline-block;
    width: 150px;
}
/* TICKET RETISTION PUPUP  */

/* BD-CALLOUT  */
.bd-callout::before{
    content: '';
    background: #F16334;
    padding: 2px;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
}
.bd-callout {
    position: relative;
    padding: 10PX;
    margin: 10PX 0;
    border-width: 1px 1px 1px 0 ;    
    border-style: solid;
    border-color: #cccccc;
    border-radius: 0;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #F16334;
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}
/* BD-CALLOUT  */


/* sweet-alert CSS */
.sweet-alert h2{
    color: #555555;
}
.sweet-alert p,
.sweet-alert p.lead{
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}
.btn-primary,
.sweet-alert .btn-primary{
    background: #F16334;
    border-width: 0;
    box-shadow:none;
    border-color: #F16334;
}
.btn-primary:focus,
.sweet-alert .btn-primary:focus{
    background: #F16334;
    border-width: 0;
    box-shadow:none;
    border-color: #F16334;	
}
.btn-primary:active,
.btn-primary:hover,
.sweet-alert .btn-primary:active,
.sweet-alert .btn-primary:hover{
    background: #666666;
    color: #ffffff;
}
.btn-primary.disabled, .btn-primary:disabled{
    background: #dddddd;
    color: #333333;
}

.btn-primary:not([disabled]):not(.disabled).active:focus, .btn-primary:not([disabled]):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus{
    background: #666666;
    color: #ffffff;
    box-shadow: none;
}
/* sweet-alert CSS */

.btn-info{
    background: #fb4a2d;
    border: 1px solid #fb4a2d; 
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show > .btn-info.dropdown-toggle
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background: #fb4a2d;
    border: 1px solid #fb4a2d;
    box-shadow: none !important;
}

/* EVENT BOOKING PAGE CSS */
.booking-event{
    /*border: 1px solid;*/
}
.booking-event h3.event-title{
    color: #F16334;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}
.booking-event p.organiser-name{
    color: #999999;	
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 0px;
}
.booking-event p.event-datetime{
    color: #333333;	
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 0px;
}
.booking-event p.event-location{
    color: #999999;	
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 23px;
    padding-bottom: 5px;
}
.booking-event .booking-box{
    border: 1px solid #cccccc;
    /*border-radius: 5px;*/
    margin: 15px 0;
}
.booking-box .box-title{
    background: #cccccc;
    color: #F16334;
    padding: 8px 5px;
    font-size: 18px;
    letter-spacing: 1px;	
    line-height: 30px;
}
.booking-box .box-descroptoin{
    background: #ffffff;
    padding: 10px 5px;
    font-size: 14px;
}
.booking-box .box-descroptoin .inner-heading{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 0px 5px 0px;
    margin: 10px 0px 10px 10px;
    display: inline-block;
    border-bottom: 1px solid #333333;
}
.booking-box .box-descroptoin .form-group{
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    margin: 0;
}
.box-descroptoin .form-group label{
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    width: 115px;
    position: relative;
}
.box-descroptoin .form-group label:after{
    content: ':';
    padding : 0 5px;
    position: absolute;
    right: 0;
}
.box-descroptoin ol{
    margin: 0;
    padding-left: 30px;
}
.box-descroptoin ol li{
    padding: 5px 0;
    line-height: 24px;
    font-size: 14px;
}

.booking-event .event-image{
    background: #ffffff;
    display: block;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 5px;
}
.booking-event .event-image img.image{
    width: 100%;
    border: 1px solid #cccccc;
}
.booking-event .event-address .address{
    padding: 0 0 10px 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
}
.booking-event .event-address .address span{
    font-size: 13px;
    padding: 5px;
}
.booking-event .event-address .address label{
    color: #F16334;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.booking-event .event-address .date-time {
    text-align: center;
    padding: 10px 0 ;
}
.booking-event .event-address .date-time p{
    font-size: 13px;
    padding: 0 5px;	
}
.booking-event .event-address .date-time label{
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #F16334;
}

.booking-event .event-organiser{}
.booking-event .event-organiser hr{
    margin: 5px 0 10px 0;
}
.booking-event .event-organiser .org-title{
    text-align: center;
    padding: 5px 0;
}
.booking-event .event-organiser .org-title a{
    font-size: 14px;
    display: block;
    background: #ddd;
    padding: 5px;
    border: 1px solid #ddd;
}
.booking-event .event-organiser .org-title a:hover{
    border: 1px solid #F16334;
}
.booking-event .event-organiser .org-social{
    padding: 0px 0;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
}
.booking-event .event-organiser .org-social a{	
    background: #dddddd;
    padding: 5px 5px;
    width: 100%;
    display: flex;
    line-height: 26px;
    color: #333333;
}
.booking-event .event-organiser .org-social a:hover{
    color: #F16334;
}
.booking-event .event-organiser .org-social a i{
    width: 40px;
    font-size: 24px;	
    text-align: center;
    padding-right: 10px;
}
.form-ticket:last-child{
    border-bottom: none;
    margin-bottom: 10px;
}
.form-ticket{
    padding: 10px 5px;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
}
.form-ticket h4.ticket-title{
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.form-ticket p.ticket-id{
    font-size: 12px;
    color: #F16334;
    margin-bottom: 10px;
    text-align: center;
}
.form-ticket p.policy{
    text-align: center;
    padding: 0 15px 15px 15px;
    display: block;	

}
.form-ticket .payment-btn{
    text-align: center;
}
.form-ticket .payment-btn .btn-p{
    display: inline-block;	
    margin-top: 10px;	
    padding: 10px 40px;	
    font-family: 'bentonsansmedium';
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}
.payment-btn a.btn-cancel,
.form-ticket .payment-btn a.btn-cancel{
    color: #666666;
    background-color: transparent;
    border: 2px solid #666666;
}
.payment-btn .btn-payment,
.form-ticket .payment-btn .btn-payment{
    color: #F16334;
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid #F16334;	
}
.payment-btn .btn-payment:hover,
.form-ticket .payment-btn .btn-payment:hover{
    transition: all 0.5s;
    background: #F16334;
    color: #fff;
}
.payment-btn a.btn-cancel:hover,
.form-ticket .payment-btn a.btn-cancel:hover{
    transition: all 0.5s;
    background: #666666;
    color: #fff;	
}
/* EVENT BOOKING PAGE CSS */


/* SHARE EVENT POPUP CSS */
#shareEvent{}
#shareEvent .share{
    border-top: 1px #ddd dashed;
    margin: 15px 0;
    padding: 30px 15px 15px 15px;
    text-align: center;
}
#shareEvent .share a.social-button{
    margin: 0 8px;
}
/* SHARE EVENT POPUP CSS */


.add_tickets{
    display: inline-block;
    text-align: center;
}


/* RESPONSIVE CSS */
/* HEADER MENU CSS */
@media screen and (max-width : 1000px){

    /*Make dropdown links appear inline*/
    .main-menu {
        background: #fff;
        display: block;
        height: 100%;
        position: fixed;
        right: -100%;
        top: 0px;
        z-index: 9;
        padding-top: 40px;
        max-width: 320px;


        transition-property: right, left;
        transition-duration: 1s;
        -webkit-transition-property: right, left; /* Safari */
        -webkit-transition-duration: 1s; /* Safari */

    }
    /*Create vertical spacing*/
    .main-menu li:last-child {    	
        border-bottom: 1px solid #e7e7e7;
    }
    .main-menu li {
        padding: 0;
        margin-bottom: 1px;
        border:none;
        border-top: 1px solid #e7e7e7;

    }
    /*Make all menu links full width*/
    .main-menu li, li a {
        width: 100%;
    }
    .main-menu li a {
        padding: 10px;
        display: block;
    }
    .main-menu li a:hover {
        color: #ffffff;
        background: #F16334;
    }

    /*Display 'show menu' link*/
    .header-menu .show-menu {

        display:block;
        position: fixed;
        top: 0px;
        right: 0px;
        margin: 0;
        padding: 5px 25px;	
        z-index: 99;
    }
    .main-menu li a:hover + .sub-menu, .sub-menu:hover,
    .sub-menu{
        width: 100%;
    }
    .sub-menu li a{
        text-align: center;
    }
    .header-menu {
        text-align: center;
    }   
}

@media screen and (max-width: 991px){
    .header{
        margin-top: 50px;
    }
    .logo {
        padding: 20px;
        text-align: center;
    }

    .header-menu .show-menu {
        background: #ffffff;
        width: 100%;
    }
    div.header-search{
        padding-right: 0px;
        padding-left: 0px;
    }
    .search .search-box{
        background: #f9f9f9;
        border: none;
        border-top: 1px solid #eeeeee;
    }
    /*.tickets-type table.table{
                display: block;
        }*/
}


.user-tickets .user-tab-contain{
    padding-top: 50px;
}
.user-tickets .user-tab-contain{

}
.user-tickets .user-tab-contain .tab-header{
    border-bottom: 1px solid #666666;

}
.user-tickets .user-tab-contain ul{
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
.user-tickets .user-tab-contain ul li{
    /*background: #efefef;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.user-tickets .user-tab-contain ul li a.active  {
    background: #f4f4f4;
    border-bottom: 5px solid #F16334;
}
.user-tickets .user-tab-contain ul li a{
    display: block;
    text-align: center;
    color: #F16334;
    padding: 10px 10px;
}
.user-tickets .user-tab-contain ul li span.label {
    display: block;
    text-align: center;
    color: #666666;
    padding: 10px 0;
}
.tab-content > .active{
    opacity: 1;
}
.user-tickets .user-tab-contain .tab-content{
    padding: 10px 0;
    margin: 10px auto;
}
.user-tickets .user-tab-contain .tab-content .tab-pane{
    padding: 0 10px;
    width: 100%;
}
#timer{
    font-size: 26px;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
    display: inline-block;
    color: #F16334;
    border-bottom: 2px solid #F16334;
}

.stripe-button-el{	
    display: inline-block;
    text-align: center;
    white-space: nowrap;	
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 0 0;
    border-radius: 2px !important;
    vertical-align: middle;
}
.stripe-button-el span{
    color: #F16334 !important;
    background: transparent !important;
    border: 2px solid #F16334;
    text-shadow: none !important;
    padding: 7px 15px !important;
    height: auto !important;
    line-height: 10px;
    width: auto !important;
    font-weight: normal !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-family: 'bentonsansmedium' !important;
    letter-spacing: 1px;
}
.stripe-button-el:focus span,
.stripe-button-el:active span,
.stripe-button-el:hover span{	
    background: #F16334 !important;
    color: #ffffff !important;
    transition: all 0.5s !important;	
}
.event-snippet-btn{
    background:#F16334;
    border:2px solid #F16334;
    padding: 5px 15px;
    color:#fff;
    border-radius:2px; 
    outline: none !important;
}
.event-snippet-btn:hover{
    /*background:#fff;*/
    /*color:#000;*/
    /*border:2px solid #F16334;*/
    cursor: pointer;
}
.event-snippet-btn img{
    margin-top:-5px;
    margin-right: 5px; 
    height: 20px;
    width: 20px;
}
#proceed{
    word-wrap: break-word;
    width: 100%;
    padding: 10px;
    background : #fff;
}