
a{color: #016a16;}
a:hover{color: #555555;}
.container-fluid{
	padding: 0 5px;	
}

.img-loeader{
	position: fixed;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
}
.img-loeader img{
	width: 80px;
	height: 80px;
	margin-top:20%;
}

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

/* Page Main contain CSS */
.page-main-contain{
	padding-top: 40px;
	position: relative;
}
/* Page Main contain CSS */
/* HEADER CSS */
.header{
	background: #ffffff;
	border-bottom: 1px solid #e4e4e5;
}
.header-mains-menu{
	/*height:auto; */
	height:63px; 
	margin:0px;
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}
/*header logo*/
.logo-brand{
	display: none;
}
.logo{
	padding: 10px;
}
.logo img{
	display: inline-block;
	/*height: 50px;*/
	height: 45px;
}

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

/* --- list page header image start --- */
.list-bg{
	background: linear-gradient(0deg,rgba(1, 106, 22,0.8),rgba(0, 0, 0,0.2)),url('../img/event-list-bg.jpg');
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 480px;
	position: absolute;
	top: 0;
	z-index: -1;
}
.list-bg:after{
	content: '';
	position: absolute;
	background: linear-gradient(175deg, rgba(1, 106, 22,0.8) 336px, #f8f8fa 0);
	bottom: -350px;
	width: 100%;
	height: 395px
}
.list-widget{
	margin-top: 245px;
	background: #fff;
	box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07) !important;
	margin-bottom: 50px;
}
/* --- list page header image close --- */

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

}

.search .search-box{
	background: none;
	border-radius: 0px;
	border: none;
	/*border-left: 1px solid #eeeeee;*/
	/*border-right: 1px solid #eeeeee;*/
	border: 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;
	border-radius: 25px;
	 margin-top: 10px;
}
.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;*/
	padding: 20px 17px 18px 15px;
	display: block;
}
.main-menu li a.user-link{
	padding: 6px 15px;
}

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

.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: 2px;
   	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: #016a16;
	color: #ffffff;
}

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

 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{
	padding: 30px 0 0 0;
	/*background: #505050;*/
	background: #e7e7e7;
	margin-top: 30px;
}
.footer-innter-wrapper{
	padding-bottom:20px; 
}

.footer-title{
	font-size:18px; 
	/*color: #ff5400;*/
	color: #777777;
	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;*/
	color:#555;
	outline: 0;
	font-size:12px;
	display: block;
	padding:5px 0px;
}
.footer-about{
	font-size:12px;
	line-height: 26px;
	/*color:#fff;*/
	color:#555;
	margin: 0px;
	letter-spacing: 1px;
}
.copy-right-wrapper{
	/*background:#303030; */
	background:#e1e1e1; 
	border-top:1px solid #fff;
}
.copy-right{
	font-size:11px; 
	margin:15px 0px;
	/*color:#fff;*/
	color:#555;
	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 #016a16;
}
.user-tickets .user-tab-contain ul li a{
	display: block;
	text-align: center;
	color: #016a16;
	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 #016a16;
}
.user-events .event-sidebar ul li a:hover{
	color: #016a16 !important;
}
.kactive{
	color: #ffffff !important;	
}
#sidebar-hover .kactive:hover{
	color: #ffffff !important;	
}
.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: #016a16;
	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: #016a16;
}
.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: #016a16;	
	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: #016a16;	
	border: none;
	cursor: pointer;
}
.tickets-type table.table a:hover,
.tickets-type table.table button:hover{
	color: #333333;
}
/* 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: #016a16;
}
.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;
}
/* GERNAL LABEL */


/* CONTACT US PAGE */
.contact-map {
	padding: 0;
    border: 0;
}
.contact-map iframe {    
	border-bottom: 2px solid #016a16 !important;
}
.contact-header {
	text-align: center;
	padding: 10px 0;
	margin: 50px 0;
}
.contact-header h2:after{
	content: '';
	border-bottom: 3px solid #016a16;
	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 #016a16;
	position: relative;
}
.contact-text-outer .contact-icon i {
	line-height: 90px;
	vertical-align: top;
	font-size: 30px;
	color: #016a16;
}
.contact-text-outer .contact-text {
	background: #016a16;
	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 #016a16;
}
/* 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: #016a16;
	background: #efefef;
	border-radius: 0 25px 25px 0;
	letter-spacing: 1px;
}
.event_socialmedia a:hover{
	background: #016a16;
	color: #ffffff;
	transition: all 0.8s;
}
.event_socialmedia a:hover i{
	background: #ffffff;
	color: #016a16;
	transition: all 0.10s;
}

.event_socialmedia a i{
	display: inline-block;
	background: #016a16;
	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: #016a16;
}
.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: #016a16;
	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: #016a16;
}

.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: #016a16;
	border-width: 0;
	box-shadow:none;
	border-color: #016a16;
}
.btn-primary:focus,
.sweet-alert .btn-primary:focus{
	background: #016a16;
	border-width: 0;
	box-shadow:none;
	border-color: #016a16;	
}
.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: #016a16;
	border: 1px solid #016a16;
}

.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: #016a16;
	background: #ffffff;
	border: 1px solid #016a16;
	box-shadow: none !important;
}

/* EVENT BOOKING PAGE CSS */
.booking-event{
	/*border: 1px solid;*/
}
.booking-event h3.event-title{
	color: #016a16;
	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: #016a16;
	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: #016a16;
	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: #016a16;
}

.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 #016a16;
}
.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: #016a16;
}
.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: #016a16;
	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: #016a16;
	padding: 10px 30px;
	background-color: transparent;
	border: 2px solid #016a16;	
}
.payment-btn .btn-payment:hover,
.form-ticket .payment-btn .btn-payment:hover{
	transition: all 0.5s;
	background: #016a16;
	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;
}

.k-hits {
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 3px;
    position: relative;
    top: 1px;
}

/* RESPONSIVE CSS */
/* HEADER MENU CSS */
@media screen and (max-width : 1199px){
	
	/*Make dropdown links appear inline*/
    .main-menu {
		background: #fff;
        display: block;
        height: 100%;
        position: fixed;
		right: -100%;
		top: 0px;
		z-index: 9;
		margin-top: 50px;
		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: #016a16;
	}

    /*Display 'show menu' link*/
    .header-menu .show-menu {
    	
        display:block;
        position: fixed;
        top: 0px;
        right: 0px;
        margin: 0;
		/*padding: 5px 25px;	*/
		padding: 18px 22px;	
        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 #016a16;
}
.user-tickets .user-tab-contain ul li a{
	display: block;
	text-align: center;
	color: #016a16;
	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: #016a16;
	border-bottom: 2px solid #016a16;
}

.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: #016a16 !important;
	background: transparent !important;
	border: 2px solid #016a16;
	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: #016a16 !important;
	color: #ffffff !important;
	transition: all 0.5s !important;	
}

.socail-login{
	border-top: 1px solid #505050;
	margin: 0 ;
	display: block;
}
.socail-login ul{
	margin-top:20px;
}
.socail-login ul li{
	display: inline-block;
}
.socail-login ul li a{
	background: #fff;
	height: 45px;
	width:45px;
	border:2px solid #016a16;
	border-radius:50%;
	text-align: center;
	font-size: 20px; 
	padding: 5px;
	margin:2px;
	display: inline-block;
}
.socail-login ul li a:hover{
	background: #016a16;
	color: #ffffff;
	/*border-color: #505050;*/
}
.not-found-events{
	border:1px solid #F8E9E6;
	padding:8px; 
	width: 180px;
}
#text-notfound{
	font-size: 20px;
}
/* ---- KISHAN ---- */
/*--- Common ---*/
.mt-minus-380{
	margin-top:-380px;
}
/*--- Common ---*/
.ticket-price .x-ticket{
	background-color: rgb(240, 240, 240);
    padding: 3px 10px;
    border-radius: 25px;
    margin-left: 5px;
    font-size: 11px;
}
.box{
	margin-bottom: 40px;
}
.hover:hover{
	transition: all .3s;
	transform: translateY(-20px);
}
.box-content p:nth-child(1){
	margin-top:20px;
}
.box-content p:nth-child(2){
	padding:10px 20px;
}
.box-content p:nth-child(3){
	padding-bottom: 15px;
}
.cat-menu-map{
	position: absolute;
	min-width: 315px;
	background: #fff;
	z-index: 1;
}
.sub-itemns li{
	padding-bottom: 10px;
}
.k-date{
	display: flex;
}
.k-date span ,.k-date p{
	color: #016a16;
	background: rgba(1,106,22,0.2);
    padding: 0px 4px;
    border-radius: 5px;
}
.k-date p{
	margin-left:5px;
}
.date-time-set{
	line-height: 35px; 
}
.blur{
	width: 100%;
	-webkit-transform: translate(00%, -30%);
	-moz-transform: translate(00%, -30%);
	-ms-transform: translate(00%, -30%);
	-o-transform: translate(00%, -30%);
	transform: translate(00%, -30%);
	-webkit-filter: blur(10px) brightness(0.9);
	-moz-filter: blur(10px) brightness(0.9);
	-o-filter: blur(10px) brightness(0.9);
	-ms-filter: blur(10px) brightness(0.9);
	filter: blur(50px) brightness(0.9);
}
.k-btn-orga{
	margin-top:20px;
	max-width:209px;
	/*padding: 10px;*/
}
.k-fixed-box h1{
	padding:0;
	font-size: 16px;
	margin-top:14px;
}
.k-fixed-box p{
	margin-top:5px;
	font-size: 15px;
}
#custome-stickey{
	z-index: 999;
	position:fixed;
	top:6%;
	box-shadow: 0 8px 20px -9px rgba(0,0,0,0.3);
	max-width: 60%;
	max-width: 1140px;
}
.snippet-btn{
	max-width:315px;
	cursor: pointer;

}
.snip-box{
	position: relative;
	box-shadow:none;
	margin-bottom: 0;
	min-width:315px;
}
.snip-box .label-text-title{
	height: auto;
	top: 10px;
	right: -8px;
	margin-right: 2px;
	bottom: auto;
	left: auto;
}
.iframe-snip iframe{
	border:1px solid rgba(32,33,36,0.28);
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}
#header-scroll{
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	transition: top 0.3s;
}
#resposive-scroll{
	transition: top 0.3s;
	cursor: pointer;
}
/*fb*/
.social-icon a:hover:nth-child(1){
	border:2px solid #3c5a99;
}
.social-icon a:hover .fa-facebook{
	background-color: #3c5a99;
}
/*inta*/
.social-icon a:hover:nth-child(2){
	border:2px solid #c13584;
}
.social-icon a:hover .fa-instagram{
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
/*twitter*/
.social-icon a:hover:nth-child(3){
	border:2px solid #55aded;
}
.social-icon a:hover .fa-twitter{
	background: #55aded;
}
/*linkedin*/
.social-icon a:hover:nth-child(4){
	border:2px solid  #0073b1;
}
.social-icon a:hover .fa-linkedin{
	background: #0073b1;
}
.ticket-label{
	font-size: 14px !important;
	font-weight: bold !important;
	letter-spacing: 1px !important;
}
/* --- Drop Search Box start --- */
.drop-search .drop-search-widget{
	height: 75px;
	background: #fff;
	padding-top: 19px;
	margin-top: 10px;
}
.drop-search button{
	border:2px solid #016a16;
	color: #016a16;
	font-weight: bold;
	background: transparent;
}
.drop-search button:hover{
	background: #016a16;
	color: #fff;
}
.pac-logo{
	margin-top: 2px;
	z-index: 9999;
}
/* --- Drop Search Box close --- */
.signin-btn{
	background: #016a16;
	padding: 7px 10px 8px 10px !important;
	border-radius: 5px;
	color: #fff !important;
}
.k-footer a{
	display: block;
}
/* --- section background desing start --- */
.section-bg{
	position: relative;
	padding-top: 25px;
	padding-bottom: 40px;
	/*background: linear-gradient(176deg, #F8F7FA 336px, white 0);*/
	background: radial-gradient(at top right, #016a162b 60%, #f8f8fa 80px);
	background-attachment: fixed;
}
/* --- section background desing close --- */
#multi_send, .multi_send{
	position: relative;
	top: 2px;
	right: 2px;
}
.chk-on, .chk-off{
	width: 100%;
	padding: 0px 33px;
}
.chked_togal_switch{
	width: 150px !important;
}
input:checked + .chked_active_togal::before{
	transform: translateX(115px) !important;
}

/* --- Report start --- */
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}
.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 20px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}
.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #444;
}
.tabset > label:hover,
.tabset > input:focus + label {
  color: #016a16;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
	background: #016a16;
	width: 80%;
	transition: 0.5s;
}
.tab-panel {
  padding: 15px 10px;
  border-top: 1px solid #e4e4e5;
}
.tab-panel .box{
	box-shadow: none;
	border: 1px solid #e4e4e5;
	padding: 15px;
	display: block;
	margin-bottom: 0px;
	min-height: 110px;
}
.tab-panel .box:hover{
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}
.tab-panel .hover:hover{
	transform: none;
}
.tab-panel .tab-tite{
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .5px;
	position: relative;
	color: #016a16;
}
/*.tab-panel .tab-tite:after{
	content: '\00BB';
	position: absolute;
	right: -10px;
	top: 0;
	font-weight: 500;
}*/
.tab-panel .sub-tite{
	font-size: 14px;
	color: #666;
	margin: 8px 0px;
}
.kactive{
		background-color: #016a16 !important;
	}
/* --- Report close --- */


/*tag*/
.tag_input{
   display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.tag_control{
	border-radius: 0;
	padding: 12px;
	width: 80%;
}
.tag_control:focus{
	border: 1px solid #000;
	box-shadow: none;
}
.add_tag{
	width: 144px;
	height: 54px;
	color: #000;
	border: 1px solid #000;
	background: transparent;
}
.tag_text{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 80%;
	margin-top: 10px;
}
.tag_text h3{
	margin: 0;
	font-size: 14px;
}
.tag_name{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.tag_name .tag{
	padding: 6px 10px;
    color: #016a16;
    border: 2px solid #016a16;
    margin: 10px 5px 1px 0px;
    font-weight: normal;
    font-size: 14px;
}
.tag{
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	border-radius: 3px;
	transition: all .5s;
}
.tag i{
	margin-left: 10px;
}
.tag:hover{
	background: #016a16;
	color: #fff;

}
.tag:hover a{
	color: #fff;

}
.tags_title{
	margin: 10px 15px;
	letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}
.tag_has_name{
	justify-content: center;
}

/* --- Resposive start --- */
@media screen and (min-width:1200px){
	.date-time-set{
		min-height:165px !important;
	}
	.ticket-select-btn{
		margin-top: 33px;
	}
}
@media screen and (max-width: 1200px){
	#custome-stickey{
		max-width: 100%;
		left:0;
	}
	.header .user-profile{
		margin-top: 0px;
	}
	.search{
		margin:0px 5px;
	}
	.header-menu input[type="checkbox"]:checked ~ #menu{
		top: 10px;
	}
}
@media screen and (max-width: 1024px){}
@media screen and (max-width: 992px){
	.cat-menu-map{
		min-width: 230px;
	}
}
@media screen and (max-width: 767px){
	.cat-menu-map{
		position: relative;
	}
	.k-event-detial-modal .modal-header{
		position: -webkit-sticky;
		position: relative;
		width: 100%;
		top: 0;
		min-height: 55px;
		z-index: 1;
		background: #fff;
	}
	.k-event-detial-modal .modal-body{
		height: 75vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.k-event-detial-modal .modal-footer{
		position: -webkit-sticky;
		position: sticky;
		width: 100%;
		bottom: 0;
		background: #fff;
	}
}
@media screen and (max-width: 575px){
}
@media screen and (max-width: 420px){
	.pro-choose-file{
		max-width: 100% !important;
	}
	.k-btn-orga{
		display: block;
	}
	.social-icon-box a{
		padding: 18px 0px 15px 10px;
	}
}
@media screen and (max-width: 315px){}
/* --- Resposive close --- */
/* ---- /KISHAN ---- */
.evsidebar.evsidebar-separate .evsidebar-category {
    margin-bottom: 1.25rem;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background-color: #fff;
}

.evsidebar .evsidebar-content {
    position: relative;
    border-radius: 0.25rem;
    margin-bottom: 1.25rem;
}
.evsidebar.evsidebar-default .category-title {
    border-bottom-color: #dee2e6;
}
.evsidebar .category-title {
    position: relative;
    margin: 0;
    padding: 12px 20px;
    padding-right: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.evsidebar.evsidebar-default .category-title > span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.75rem;
}
.evsidebar .category-content {
    position: relative;
}
.evsidebar .category-content .nav li > a[data-toggle="collapse"]:after {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.5rem;
    font-weight: normal;
    transform: rotate(0deg);
    transition: -webkit-transform 0.2s ease-in-out;
}
.evsidebar .category-content .nav li > a[data-toggle="collapse"][aria-expanded="true"]:after {
    transform: rotate(90deg);
}
.evsidebar.evsidebar-default .category-content .nav li > a.active, .evsidebar.evsidebar-default .category-content .nav li > a[aria-expanded="true"], .evsidebar.evsidebar-default .category-content .nav li > a:hover, .evsidebar.evsidebar-default .category-content .nav li > a:focus {
    background-color: #f4f4f4;
}
.evsidebar .category-content .nav li > a[data-toggle="collapse"] {
    padding-right: 2rem;
}
#dates li{
	list-style-type: none;
}
.evsidebar .category-content .nav li ul > li a {
    padding-left: 2.75rem;
}
.evsidebar .category-content .nav li {
    position: relative;
    list-style: none;
}
.evsidebar .category-content .nav li > a > i {
    float: left;
    top: 0;
    margin-top: 2px;
    margin-right: 15px;
    transition: opacity 0.2s ease-in-out;
}


.tags-name li a:hover{
	display: unset !important;
}

.lang:focus{
	box-shadow: unset !important;
}