a{color: #d600a9;}
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: 20px;
	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(241, 99, 52,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(241,99,52,0.1) 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;

}

.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;
}
.main-menu li a.user-link{
	padding: 6px 15px;
}

.main-menu li a:hover{
	color: #d600a9;
}

.sub-menu{
	display: none;
}
.sub-menu li{
	display: block;
}
.sub-menu li span.line{
	background: #cccccc;
	height: 1px;
	width: 100%;
	display: block;
}

#navbarSupportedContent li a:hover + .sub-menu,
.sub-menu:hover {
    display: block;
    position: absolute;
   	width: 250px;
   	left: 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: #d600a9;
	color: #ffffff;
}

.sub-menu li span.label{
	float: right;
	color: #ffffff;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #ffffff;
	background: #d600a9;
}

 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;
}
.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 #d600a9;
}
.user-tickets .user-tab-contain ul li a{
	display: block;
	text-align: center;
	color: #d600a9;
	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 #d600a9;
}
.user-events .event-sidebar ul li a:hover{
	color: #d600a9;
}

.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: #d600a9;
	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: #d600a9;
}
.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: #d600a9;	
	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: #d600a9;	
	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;
	padding: 20px
}
.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: #d600a9;
}
.modal-content .modal-footer{
	padding: 10px;
	border-top: 0;
}
.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 #d600a9 !important;
}
.contact-header {
	text-align: center;
	padding: 10px 0;
	margin: 50px 0;
}
.contact-header h2:after{
	content: '';
	border-bottom: 3px solid #d600a9;
	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 #d600a9;
	position: relative;
}
.contact-text-outer .contact-icon i {
	line-height: 90px;
	vertical-align: top;
	font-size: 30px;
	color: #d600a9;
}
.contact-text-outer .contact-text {
	background: #d600a9;
	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: #fff;	
	outline: none;
	border-bottom: 2px solid #d600a9;
}
/* 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: #d600a9;
	background: #efefef;
	border-radius: 0 25px 25px 0;
	letter-spacing: 1px;
}
.event_socialmedia a:hover{
	background: #d600a9;
	color: #ffffff;
	transition: all 0.8s;
}
.event_socialmedia a:hover i{
	background: #ffffff;
	color: #d600a9;
	transition: all 0.10s;
}

.event_socialmedia a i{
	display: inline-block;
	background: #d600a9;
	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: 0px 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: #d600a9;
}
.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: #d600a9;
	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: #d600a9;
}

.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: #d600a9;
	border-width: 0;
	box-shadow:none;
	border-color: #d600a9;
}
.btn-primary:focus,
.sweet-alert .btn-primary:focus{
	background: #d600a9;
	border-width: 0;
	box-shadow:none;
	border-color: #d600a9;	
}
.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: #d600a9;
	border: 1px solid #d600a9;
}

.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: #d600a9;
	background: #ffffff;
	border: 1px solid #d600a9;
	box-shadow: none !important;
}

/* EVENT BOOKING PAGE CSS */
.booking-event{
	/*border: 1px solid;*/
}
.booking-event h3.event-title{
	color: #d600a9;
	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-color: #001C96;
	color: #ffffff;
	padding: 8px 5px;
	font-size: 25px;
	font-weight: bolder;
	letter-spacing: 1px;	
	line-height: 20px;
}

.booking-box .box-descroptoin{
	background: #ffffff;
	padding: 30px 40px;
	font-size: 12px;
}
.booking-box .box-descroptoin label{
	color: #D600A9
}
.booking-box .box-descroptoin .row{
	margin-bottom: 10px;
} 
.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-box .box-descroptoin1{
	background: #ffffff;
	padding: 30px 40px;
	font-size: 12px;
}
.booking-box .box-descroptoin1 label{
	color: #D600A9
}
.booking-box .box-descroptoin1 .row{
	margin-bottom: 10px;
} 
.booking-box .box-descroptoin1 .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-descroptoin1 .form-group{
	font-size: 14px;
	padding: 10px 10px 10px 15px;
	margin: 0;
}
.box-descroptoin1 .form-group label{
	margin: 0;
	font-weight: bold;
	letter-spacing: 1px;
	width: 115px;
	position: relative;
}
.box-descroptoin1 .form-group label:after{
	content: ':';
	padding : 0 5px;
	position: absolute;
	right: 0;
}
.box-descroptoin1 ol{
	margin: 0;
	padding-left: 30px;
}
.box-descroptoin1 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: #d600a9;
	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: #d600a9;
}

.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 #d600a9;
}
.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: #d600a9;
}
.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;
	text-align: center;
}
.form-ticket{
	padding: 10px 5px;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
	text-align: center;
}
.form-ticket h4.ticket-title{
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.form-ticket p.ticket-id{
	font-size: 12px;
	color: #d600a9;
	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: #d600a9;
	padding: 10px 30px;
	background-color: transparent;
	border: 2px solid #d600a9;	
}
.payment-btn .btn-payment:hover,
.form-ticket .payment-btn .btn-payment:hover{
	transition: all 0.5s;
	background: #d600a9;
	color: #fff;
}
.payment-btn a.btn-cancel:hover,
.form-ticket .payment-btn a.btn-cancel:hover{
	transition: all 0.5s;
	background: #666666;
	color: #fff;	
}
.toggler-wrapper {
    width: 270px;
    height: 25px;
    cursor: pointer;
    position: relative;
    line-height: 2;
    color: #000;
    padding: 0 20px;
}
.create-invoice.Custom.validated {
    align-items: center;
    display: flex;
    justify-content: center;
}
label.checkbox.toggler-wrapper{
	height: 41px;
}
.toggler-wrapper input[type=checkbox]{
	display: none;
}
.toggler-wrapper span.toggler-slider{
	background-color: #000000;
    position: absolute;
    border-radius: 10px;
    top: 0;
	right: -8px;
    width: 290px;
    height: 46px;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: flex;
    font-size: 12.5px;
}
.toggler-wrapper span.toggler-slider .wording2
{	display: none;
}
/*
.toggler-wrapper span.toggler-slider:before {
    content: 'Facture normalisée ?';
    color: #fff;
    position: absolute;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
*/
.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider .wording1{display: none;}
.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider .wording2{display: block;position: absolute;left: 10%;}
.toggler-wrapper .toggler-knob {
    width: calc(30px + 15px);
    height: calc(25px + 10px);
    border-radius: 5px;
    left: 3px;
    background-color: #af0000;
    border: 2px solid #ffff;
	align-items: center;
}
.toggler-wrapper .toggler-knob {
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider {
    background-color: #004712;
}
/*
.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider:before {
    left: 5%;
    content: 'Oui, facture normalisée';
}
*/
.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider .toggler-knob {
    left: calc(100% - 50px);
    background-color: green;
}
.form-ticket invoice{
	margin-top: -15px;
    position: relative;
    z-index: 1;
}
.toggler-wrapper span.toggler-slider,.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider .wording2,.toggler-wrapper input[type="checkbox"]:checked+.toggler-slider .wording1,.wording1,.wording2,.toggler-wrapper span.toggler-slider .wording2{
	transition: all 300ms ease;-webkit-transition: all 300ms ease;
}

/* 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 : 1199px){
	
	/*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: #d600a9;
	}

    /*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;
    }
    #navbarSupportedContent 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 #d600a9;
}
.user-tickets .user-tab-contain ul li a{
	display: block;
	text-align: center;
	color: #d600a9;
	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: #d600a9;
	border-bottom: 2px solid #d600a9;
}

.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: #d600a9 !important;
	background: transparent !important;
	border: 2px solid #d600a9;
	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: #d600a9 !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 #d600a9;
	border-radius:50%;
	text-align: center;
	font-size: 20px; 
	padding: 5px;
	margin:2px;
	display: inline-block;
}
.socail-login ul li a:hover{
	background: #d600a9;
	color: #ffffff;
	/*border-color: #505050;*/
}
/* ---- KISHAN ---- */
/*--- Common ---*/
.mt-minus-380{
	margin-top:-380px;
}
/*--- Common ---*/
.ticket-price .x-ticket{
	background-color: rgb(240, 240, 240);
    padding: 5px 20px;
    border-radius: 25px;
    margin-left: 5px;
}
.box{
	margin-bottom: 0px;
}
.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: #d600a9;
	background: #fec7b4;
    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 #d600a9;
	color: #d600a9;
	font-weight: bold;
	background: transparent;
}
.drop-search button:hover{
	background: #d600a9;
	color: #fff;
}
.pac-logo{
	margin-top: 2px;
	z-index: 9999;
}
/* --- Drop Search Box close --- */
.signin-btn{
	background: #d600a9;
	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, #ec72472b 60%, #f8f8fa 80px);
	background-attachment: fixed;
}
/* --- section background desing close --- */


/* --- 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: 768px){
	.cat-menu-map{
		position: relative;
	}
}
@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;
	}
}

.bottomPanel{
	display: none;
}

@media screen and (max-width: 600px) and (min-width: 385px){
    .social-logo-detail i {
        height: 43px !important;
        width: 43px !important;
        font-size: 23px !important;
        padding: 10px 7px !important;
        border:3px solid red;
    }
}

@media  screen and (max-width: 360px){
    .home-section-bg .right_innerbox .datexp > div.both:first-child, .right_innerbox .datexp > div.both:last-child {
        width: 36% !important;
    }
    
    .ephotos .row h1, .row h1.large, .row .h1 {
        font-size: 18px !important;
    }
}    

@media screen and (min-width: 601px){
    	.right_innerbox .datexp > div.both:first-child, .right_innerbox .datexp > div.both:last-child {
       		 transform: scale(0.9); width:41% !important
    	}
	.right_innerbox .datexp .sepa {
        	/*transform: scale(0.8);*/
	}
   .contact.profile{	
      margin-top: -260px !important;
    }

}

@media screen and (max-width: 600px){
	

.bunique {
    padding-top: 285px !important;	
}
.hover .box {
    height: 470px !important;
}
.box .box-content {
	margin-top: -63px !important;
}
	
.addtocart.btn{
 font-size:11px !important;
}

  .org-link-box.text-center button{
    margin-right: 0px !important
  }

.org-link-box {
    margin-top: 10px !important

}
.lead.mb0 h2 {
    font-size: 1.4rem !important;
margin-top: 30px;
}

.prestataire-section .hover .box {
    margin-bottom: 20px !important;
}
   .contact.profile{	
      margin-top: -180px !important;
    }
    .getLogin_ .col-md-12, .getRegister_ .col-md-12, .getResetPswd_ .col-md-12{
		width: 100% !important;
    }
    .topbarShop .catMenu li {
        padding: 13px !important;
    }
    
    .container .row.page-main-contain .col-md-12 {
        width: 100% !important;
    }
    .htx {
        height:auto !important;
    }
    .bd-callout.bd-callout-info.tickets-info .row .col-md-12 {
        width: 100% !important;
    }
    .buyticket .modal-header .modal-title {
        width: 100% !important;
    }
    .geoclass {
        margin: 5px 0 15px !important;
    }
    .geoclass > div{
        white-space: normal !important;
    }
    .discount-coupon-area .row{
        margin: 0px !important;
    }
    .modal-footer .total-amount {
        width: 100% !important;
        display: inline-block !important;
    }
    .discount-coupon-area .row .col-lg-9{
        padding: 0px !important;
        margin-bottom: 15px;
    }
    .container.countdown{
        display:none !important;
    }
    
    .cover-img > .about-title{
        padding: 95px 0 0 !important;
        font-size: 30px;
    }
    
    .ticket-registion .modal-footer .total-amount {
        width: 100% !important;
    }

    .buyticket.show .modal-body .dumping .bd-callout{
      max-width: 100% !important;
    }
    
.buyticket.show .modal-body .dumping .bd-callout p{
font-size: 15px !important;
}

    .buyticket.show .modal-body .dumping .bd-callout:last-child {
        margin-right: 10px !important;
    }
    
    .buyticket.show .modal-body .dumping .bd-callout p:last-child {
        padding: 21px 20px !important;
    }
    .tickets-info .ticket-price {
        line-height: 30px !important;
    }
    
    .buyticket.show .modal-body .dumping {
        display: inline-block !important;
    }
    
    .sidebar-bottom .dropdown-menu.menuLangMob.show{
        display: flex !important;
    }
    .sidebar-bottom ul.dropdown-menu.menuLangMob{
        display: none;
    }    
    .nav-link span.label{
        font-size: 10px;
        display: inline-block;
        color: #fff;
        border-radius: 50%;
        background-color: red;
        padding: 2px 7px;
        margin-left: 5px;        
    }
    .alleventcontainer > div{
        margin-bottom: 15px;
    }
    
    .pre-top-sellers .product .pro-thumb > a {
        height: 220px !important;
    }
    
    .social-link .col-sm-2{
        padding: 0px;
        width: 20% !important;
    }
    .social-link .defaultButton > div.col-sm-6{
            margin: 0px 0 !important;
    }
    
    .pre-top-sellers .content-title {
        margin: 0 0 25px 0px !important;
    }
    .inboxx.col-lg-4 {
        position: relative;
        max-width: 100% !important;
        width: 100%;
        display: block;
        flex: none !important;
    }
    
    .prestBox .card__padding {
        padding: 1rem 13px !important;
    }
    
    .o-desc {
        padding: 0px 12% !important;
    }
    .contact-header {
        margin: 0px 0 !important;
    }
    
    .product .pro-thumb > a{
        height:260px;
        overflow:hidden;
        display: block;
    }
    
    .social-logo-detail i {
        height: 35px !important;
        width: 35px !important;
        font-size: 18px !important;
        padding: 8px 7px !important;
    }
    
    .sidebar .sidebar-bottom ul.leftPanelsn{
        padding: 0px !important;
    }
    .sidebar .sidebar-bottom ul.leftPanelsn li {
        width: auto !important;
    }
	
    
    .getLogin, .getRegister, .getResetPswd, .getAccount{
    	width: 100% !important;
    }
    .bottomPanel{
    	max-height: 90% !important;
    	bottom:0px !important;
    }
     
    #single-artistes .profile {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
    .prestBut{
        display: table;
        margin: 0px auto;
        margin-bottom: 25px;
    }
    .ephotos {
        margin-top: -10px !important;
    }
    .home-section-bg .topcat-slide .hover .box {
        height: 460px !important;
       /* margin: 0 16px 0 16px;*/
    }
    .home-section-bg .topcat-slide .hover .bunique {
        padding-top: 314px;
        padding-bottom: 20px;
    }
        
    .bottomPanel .leftPanelContent .getRegister .form-row{
        margin-bottom:10px;
    }
    .sidebar .sidebar-bottom ul li.lang {
        width: 100% !important;
    }
    .sidebar .sidebar-bottom .dropdown-toggle::after {
        top: 8px;
        position: relative;
    }
    .searchButt a img{
        height: 26px !important;
    }
    .right-content a .cart-badge{
       margin-top: -7px !important;
       right: -11px!important;
    }
    .bottomPanel .leftPanelContent input[type="text"], .bottomPanel .leftPanelContent input[type="email"], .bottomPanel .leftPanelContent input[type="password"]{
        background-color:#e8f0fe !important
    }
    .bottomPanel .leftPanelContent .getLogin input[type="email"]{
        margin-bottom:10px;
    }
    .leftPanelContent .col-md-12 {
        width: 100% !important;
          /*  margin: 0px auto;*/
    }
    footer {
        z-index: 1;
    }
    .resetLink.openResetLink{
        text-align:center;
    }
    .partenaires-slide{padding: 15px 0px; background-color:#fff;}
    .col-lg-4.slick-slide {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .catMenu {
        height: auto !important;   
    }
    .hesperiden.tparrows {
        transform: scale(0.7) !important;
    }
    #rev_slider_1077_2_wrapper .tp-leftarrow.tparrows.hesperiden {
        left: 60% !important;
    }
	.menuByEvent{
	    display:none;
	}
	.right_innerbox .datexp .sepa {
        transform: scale(0.8);
	}
	.home-section-bg .box .right_innerbox .datexp .sepa{
        /*left: 10px;*/
        position: relative;
    }   
    .right_innerbox .datexp > div.both:first-child, .right_innerbox .datexp > div.both:last-child {
        transform: scale(0.8);
	width:40% !important
    }
    .allEventButton {
            margin: 0px auto;
        display: table;
    }
    
	/*.topcat-slide{
		margin: 0px 20px
	}*/
	
	.box{
    	margin-bottom: 0px !important;
    }
	
	#nos-services .row h1{
		font-size:16px !important;
	}
	.row h1, .row h1.large, .row .h1 {
		font-size:18px !important;
		line-height: 40px !important;
	}
	.LeftMenuPanel {
		display: none;
	}
	.content-title .section-title:before {
		font-size: 20px !important;
	}
	
	.bottomPanel{
		display: none;
		position: fixed;
		bottom: 31px;
		z-index: 9999;
		background: #fff;
		min-height: 10px;
		width: 92%;
		margin: 15px;
		margin-bottom: -23px;
		border-radius: 15px;
		box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
	}
	.bottomPanel .quick-cart {
 		width: 100%;
		padding-bottom: 16px;
	}
	.row .content-title .section-title {
		margin-top: 20px !important;
		    font-size: 22px;
	}
	.tab-pane{
	    padding:10px;
	}
	.mainMenu.row{
		display: none;
	}
	footer ul.list-inline.social-list li {
		margin-right: 10px !important;
	}
	
	.searchButt{
		bottom: 90px !important;
	    	right: 33px !important;
    		left: unset !important;
		z-index: 9991 !important;
	}
	
	.right_innerbox .datexp > div.date-times{
		width: 100% !important;
	}	
	/*.right_innerbox .datexp > div.both:first-child, .right_innerbox .datexp > div.both:last-child{
		width: 40% !important;
	}*/

	.bottomPanel .leftPanelContent{
		position: relative;
		padding-bottom: 30px;
		min-width: 100% !important;
	}
	
	.bottomPanel .btn-wrapper{
		margin: 0px auto;
		text-align: center;
		padding: 0px 10px;
	}
	.bottomPanel .btn-wrapper .default-btn {
		width: 100% !important;
		display: table !important;
		margin-bottom: 15px;
	}
	
	.bottomPanel #top_cart_item_box {
		min-height: 100px !important;
	}
	
/********************************
***** Header ********************
**********************************/	
	.mobileheader, .sidebar, .menubar-area { 
		display: block !important
	}	
.mobileheader {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  background-color: #fff;
  backdrop-filter: blur(10px);
  transition: all 0.5s;
  width: 100%; }

.sticky-header {
  position: fixed;
  top: 0;
  z-index: 99999999 !important;
  left: 0;
  background-color: #ffffff;
  transition: all 0.5s;
  width: 100%; }

.mobileheader {
  min-height: 60px;
  z-index: 2;
  border-bottom: 1px solid #f0f0f0; }
  .mobileheader.transparent {
    position: absolute;
    width: 100%;
    top: 0;
    background-color: transparent !important;
    border-bottom: 1px solid #f0f0f0 !important;
    border: 0;
    left: 0;
    z-index: 999; }
    .mobileheader.transparent .left-content .back-btn {
      color: #2f2f2f; }
    .mobileheader.transparent .left-content .menu-toggler {
      color: #000; }
      .mobileheader.transparent .left-content .menu-toggler svg path {
        fill: #bfc9da; }
    .mobileheader.transparent .main-bar .back-btn svg path {
      fill: #fff; }
    .mobileheader.transparent .main-bar .menu-toggler {
      color: #fff; }
    .mobileheader.transparent .main-bar.sticky-header .left-content h5, .mobileheader.transparent .main-bar.sticky-header .left-content .h5 {
      color: #2F2F2F; }
    .mobileheader.transparent .main-bar.sticky-header .left-content .menu-toggler {
      color: #d600a9; }
    .mobileheader.transparent .main-bar.sticky-header .header-content .back-btn {
      color: #000; }
      .mobileheader.transparent .main-bar.sticky-header .header-content .back-btn svg path {
        fill: #bfc9da; }
    .mobileheader.transparent .main-bar.sticky-header .header-content .menu-toggler {
      color: #000; }
      .mobileheader.transparent .main-bar.sticky-header .header-content .menu-toggler svg path {
        fill: #bfc9da; }
    .mobileheader.transparent .main-bar.sticky-header .header-content .mid-content h5, .mobileheader.transparent .main-bar.sticky-header .header-content .mid-content .h5 {
      color: #000; }
    .mobileheader.transparent .main-bar.sticky-header .right-content .theme-btn,
    .mobileheader.transparent .main-bar.sticky-header .right-content .theme-color {
      color: #bfc9da; }
      .mobileheader.transparent .main-bar.sticky-header .right-content .theme-btn svg.color-plate path,
      .mobileheader.transparent .main-bar.sticky-header .right-content .theme-color svg.color-plate path {
        fill: #bfc9da; }
    .mobileheader.transparent .main-bar.sticky-header .right-content .item-bookmark svg path {
      fill: #d9d9dc; }
    .mobileheader.transparent .main-bar.sticky-header .right-content .item-bookmark.active svg path {
      fill: #ff586e; }
    .mobileheader.transparent .main-bar:not(.sticky-header) .form-check.checkmark {
      padding: 0; }
      .mobileheader.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        border-radius: 0;
        text-align: center;
        border: 0;
        line-height: 0; }
        .mobileheader.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-label svg path {
          stroke: #fff; }
      .mobileheader.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-input {
        display: none; }
      .mobileheader.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-input:checked + .form-check-label {
        background-color: transparent; }
        .mobileheader.transparent .main-bar:not(.sticky-header) .form-check.checkmark .form-check-input:checked + .form-check-label svg path {
          fill: #fff; }
    .mobileheader.transparent .main-bar h5, .mobileheader.transparent .main-bar .h5 {
      color: #fff; }
    .mobileheader.transparent .main-bar .dropdown .dropdown-toggle:after {
      content: none; }
    .mobileheader.transparent .right-content .theme-btn,
    .mobileheader.transparent .right-content .theme-color {
      width: 35px;
      display: inline-block;
      height: 35px;
      text-align: center;
      line-height: 35px;
      padding: 0; }
      .mobileheader.transparent .right-content .theme-btn svg,
      .mobileheader.transparent .right-content .theme-color svg {
        fill: #bfc9da; }
        .mobileheader.transparent .right-content .theme-btn svg path,
        .mobileheader.transparent .right-content .theme-color svg path {
          fill: #bfc9da; }
        .mobileheader.transparent .right-content .theme-btn svg.color-plate path,
        .mobileheader.transparent .right-content .theme-color svg.color-plate path {
          fill: #bfc9da; }
      .mobileheader.transparent .right-content .theme-btn .light,
      .mobileheader.transparent .right-content .theme-color .light {
        display: none; }
      .mobileheader.transparent .right-content .theme-btn.active .light,
      .mobileheader.transparent .right-content .theme-color.active .light {
        display: inline-block; }
      .mobileheader.transparent .right-content .theme-btn.active .dark,
      .mobileheader.transparent .right-content .theme-color.active .dark {
        display: none; }
  .mobileheader .back-btn {
    display: flex;
    line-height: 1;
    font-size: 20px;
    width: 35px;
    height: 35px;
    min-width: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #2f2f2f; }
  .mobileheader .menu-toggler {
    font-size: 20px;
    color: #2F2F2F;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mobileheader .menu-toggler i {
      line-height: 1; }
  .mobileheader .container {
    padding-top: 0;
    padding-bottom: 0; }
  .mobileheader .main-bar {
    display: flex;
    height: 100%;
    min-height: 60px;
    align-items: center; }
    .mobileheader .main-bar .left-content {
      min-width: 30px;
      height: 100%;
      display: flex;
      align-items: center; }
    .mobileheader .main-bar .mid-content {
      flex: 1;
      text-align: center; }
    .mobileheader .main-bar .right-content .form-check.checkmark {
      padding: 0; }
      .mobileheader .main-bar .right-content .form-check.checkmark .form-check-label {
        width: 20px;
        height: 20px;
        cursor: pointer;
        border-radius: 0;
        text-align: center;
        border: 0;
        line-height: 0; }
      .mobileheader .main-bar .right-content .form-check.checkmark .form-check-input {
        display: none; }
      .mobileheader .main-bar .right-content .form-check.checkmark .form-check-input:checked + .form-check-label {
        background-color: transparent; }
        .mobileheader .main-bar .right-content .form-check.checkmark .form-check-input:checked + .form-check-label svg path {
          fill: #d600a9; }
  .mobileheader.user-head .header-content .mid-content {
    display: flex;
    align-items: center; }
    .mobileheader.user-head .header-content .mid-content .media {
      margin-right: 10px; }
  .mobileheader.user-head .header-content .right-content .dropdown .dropdown-toggle:after {
    content: none; }

.mobileheader.transparent ~ .banner-wrapper,
.mobileheader.transparent ~ .content-inner {
  padding-top: 60px !important; }

.mobileheader.transparent ~ .banner-wrapper + .content-inner {
  padding-top: 0 !important; }	
	
	
 .dz-icon {

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    fill: #bfc9da;
    font-size: 12px;
    margin-right: 12px;
}
	
	.leftPanelsn, .leftPanelsn li {
		list-style: none;
		display: inline-block !important;
	}
	
.sidebar {
  height: 100vh;
  width: 260px;
  background-color: #fff;
  position: fixed;
  left: -260px;
  top: 0;
  z-index: 99999999;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  scrollbar-width: none; }
  .sidebar.show {
    left: 0; }
  .sidebar.right {
    left: auto;
    right: -260px; }
    .sidebar.right.show {
      left: auto;
      right: 0; }
  .sidebar .nav-label {
    margin: 20px 0 0;
    padding: 20px 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.05rem;
    border-top: 1px solid #fb0;
    color: #000;
    font-weight: 600; }
  .sidebar .sidebar-bottom {
    margin-top: auto;
    padding: 20px; }
    .sidebar .sidebar-bottom .ver-info {
      margin: 0;
      font-size: 13px;
      display: block; }
    .sidebar .sidebar-bottom .name {
      margin-bottom: 5px; }
    .sidebar .sidebar-bottom ul {
      display: flex; }
      .sidebar .sidebar-bottom ul li {
        width: 25%; }
        .sidebar .sidebar-bottom ul li a {
          display: block;
          text-align: center;
          padding: 7px;
          font-size: 18px;  }
  .sidebar .author-box {
    background-color: #fb0;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    margin-bottom: 30px; }
    .sidebar .author-box .dz-media {
      border-radius: 15px;
      -webkit-border-radius: 15px;
      border: 2px solid #fff;
      width: 45px;
      height: 45px;
      overflow: hidden;
      margin-right: 12px;
	background-color: #d5d6e3;}
      .sidebar .author-box .dz-media img {
        border-radius: 15px; }
    .sidebar .author-box span {
      color: #fff; }
    .sidebar .author-box .name {
      color: #fff;
      margin-bottom: 0; }
  .sidebar .navbar-nav {
    padding: 0 18px;
    margin-bottom: 30px; }
    .sidebar .navbar-nav > .nav-label:first-child {
      border-top: 0;
      margin: 0;
      padding-top: 0; }
    .sidebar .navbar-nav li > a {
      position: relative;
      padding: 8px 15px 8px 0;
      color: inherit;
      display: flex;
      align-items: center;
      font-weight: 400;
      color: #000;
	    font-size: 15px;
    letter-spacing: normal;
	}
      .sidebar .navbar-nav li > a:after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        right: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.5;
        font-weight: 700;
        color: #000;
        font-size: 10px; }
      .sidebar .navbar-nav li > a .custom-switch {
        margin-left: auto;
        align-items: center;
        display: flex; }
      .sidebar .navbar-nav li > a .badge {
        margin-left: auto;
        font-size: 10px;
        min-width: 20px;
        min-height: 20px;
        padding: 0;
        height: 20px;
        line-height: 18px; }

.dark-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999; }
  .dark-overlay.active {
    display: block; }
	
	
	
	
	
	
	
	
/*****************	Fin header **************************/
	
	
	#main-container{
		margin-top: 50px;
	}
	
	.allEventButton{
		float: unset !important;
		margin: 0px auto
	}
	
	
	
.menubar-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/menubt.png);	
  background-color: #FFFFFF;
  padding: 15px 0;
  z-index: 999;
  box-shadow: 0px -11px 19px 0px rgba(0, 0, 0, 0.08);
  border-radius: 18px 18px 0px 0; }
  .menubar-area .toolbar-inner {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    align-items: center; }
    .menubar-area .toolbar-inner .nav-link,
    .menubar-area .toolbar-inner .menu-toggler {
      color: #FFFFFF !important;
      text-align: center;
      width: 25%;
      padding: 0 0;
      font-size: 22px; }
      .menubar-area .toolbar-inner .nav-link.active,
      .menubar-area .toolbar-inner .menu-toggler.active {
        position: relative; }
        .menubar-area .toolbar-inner .nav-link.active svg path,
        .menubar-area .toolbar-inner .menu-toggler.active svg path {
          fill: #fff !important; }
      .menubar-area .toolbar-inner .nav-link svg path,
      .menubar-area .toolbar-inner .menu-toggler svg path {
        stroke: #fff !important;
        fill: #fff !important; }
      .menubar-area .toolbar-inner .nav-link .title,
      .menubar-area .toolbar-inner .menu-toggler .title {
        display: block;
        margin-top: 5px;
        font-weight: 500;
        font-size: 12px; }
      .menubar-area .toolbar-inner .nav-link.add-post,
      .menubar-area .toolbar-inner .menu-toggler.add-post {
        width: 45px;
        min-width: 45px;
        height: 45px;
        font-size: 24px;
        color: #fff;
        font-weight: 900;
        background: #fcbd0d;
        line-height: 45px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        margin: -45px 20px 0;
        box-shadow: 0px 10px 30px -5px #d600a9; }	
	
	#single-event{
		margin: 0px 20px;
	}
	section.page-title .cover-img{
		width: 100% !important
	}
	section.page-title {
		margin: 0px;
	}
	.myeventimagebox{
		margin-bottom: 20px;
	}
	
	.defaultButton {
     display: block !important; 
	}
	#custome-stickey{
		display: none !important
	}
	

/* --- Resposive close --- */
/* ---- /KISHAN ---- */

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; 
	  } 
	}
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(254, 144, 99, 0.25); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #FE9063; }
  .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap); }
  .nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent; }
    .nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
      border-bottom-color: currentcolor; }
  .nav-underline .nav-link.active,
  .nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.325rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.09375rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.09375rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #a906ab;
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color); 
  }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #a906ab; }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: #a906ab;
  background-color: transparent;
  border: 1px solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); 
}

  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } 
  }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }




	a .cart-badge{
		margin-top: -10px !important;
		right: unset !important
	}
	.scart i{
		vertical-align: top;
    	font-size: 24px
	}

	.menuLangMob{
		max-width: 60px !important;
		width: 60px !important;
		min-width: 50px !important;
		right: 5px !important;
		z-index: 999999 !important;
	}

	.searchButt a {
		width: 45px !important;
		height: 45px !important;
	}

	.searchButt a i {
		font-size: 25px !important;
		top: 0px !important;
	}
	
	.langMenu{
		min-width: 70px !important;
	}
	
	.col-md-12{
	  width: 93% !important;
	}
	.tab-content{
		padding: 0px !important;
	}	
	.tab-content .row > div{
		padding: 0px !important;
	}
	.like-listing, .share-listing {
		z-index: 9 !important;
	}
	
	#tabs .topmenuRow {
    	background: none !important;
	}
	
	#tabs .nav-tabs .nav-link {
		display: inline-block;
		float: left !important;
		background: #fff;
	}
	
	#tabs .nav-tabs {
		border: unset !important;
	}
	.topmenuRow .slick-list.draggable {
		height: 145px;
		border-top: 3px solid #fcbd0d;
		margin: 0px !important;
	}
	.topmenuRow .container{
		padding: 0px !important
	}

	.nav-tabs .nav-link.active {
		background: #feaf0a !important;
		color: #000D8C;
		font-weight: 500;
	}
	 .inner .floatFelt, .inner .floatRight {
		width: 100% !important;
	}
	
	.defaultButton.row > div{
		    margin: 20px 0 !important;
	}
	.modal.show .modal-dialog {
		top: 5% !important;
	}
	.row.detail-box-wrapper .c-992-p-0 div .defaultButton.row .moreInfoSection{
		margin-left: 20px !important;
		padding: 10px !important;
	}
	.detail-box-wrapper hr::first-child{
		clear: both;
    	margin-top: 100px !important;
	}
	.downBoadPresta{
		height: auto !important;
		margin: 0px 10px;
	}
	.register-btn.presta{
		width: 90% !important;
	}
	.footer-1 .container .col-lg-4{
		margin-right: 0px !important
	}
	section.page-title{
		 margin-top: 10px !important;
		position: relative !important;
	}
	
	
	.breadcrumb.breadcrumb-2{
		padding: 0px 30px;
	}
 
	.main-container{
		margin-top: 10px;
	}
	.Info2b {
		margin-top: 10px;
		position: absolute;
		top: 330px;
	}
	.ephotos{
		margin: -92px 20px 20px 20px;
	}
	#single-artistes .container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#main-container{
		overflow: hidden
	}
	.product4-carousel-js{
		margin: 0px
	}
	.howHover {
		display: block !important;
	}
	
	.carousel-content #rev_slider_1077_2_wrapper {
		height: auto !important;
		margin-bottom: 20px
	}
	.topbarShop {
		width: 100%;
		height: auto !important;
	}
	#top_cart_item_box {
    	padding: 0px 10px 3px 12px !important;
	}
	#main-container .cover-img{
		width: 100% !important;
		background-size: cover !important;
		    height: 280px !important;
	}
	.row.detail-box-wrapper .c-992-p-0, .row.detail-box-wrapper .c-992-p-0 div{
		padding: 0px !important;
	}
}

@media screen and (max-width: 600px) {
	
	.payment-btn{
		display: flex;
    	flex-direction: column;
	}	
	 
	.payment-btn button{
		    margin: 20px 0 0 0 !important;
	}
	.box-descroptoin .row > div.col-lg-4:last-child{
		border-left: none !important;
		border-top: 1px solid #ccc !important;
		padding-top: 18px;
		width: 85%;
		margin: 15px auto;
	}
	.box-descroptoin1 .row > div.col-lg-4:last-child{
		border-left: none !important;
		border-top: 1px solid #ccc !important;
		padding-top: 18px;
		width: 85%;
		margin: 15px auto;
	}
	
.topbclose {
    position: absolute;
    right: 17px;
    top: 6px;
	z-index: 99;
}
	
	.box-descroptoin > .form-ticket:last-child{
		border: none !important;		
	}
	
	.box-descroptoin > p{
		text-align: center !important
	}
    
  .booking-event .event-address.booking-box .box-descroptoin{
      padding: 10px 10px !important;
  }

  .box-descroptoin1 > .form-ticket:last-child{
		border: none !important;		
	}
	
	.box-descroptoin1 > p{
		text-align: center !important
	}
    
  .booking-event .event-address.booking-box .box-descroptoin1{
      padding: 10px 10px !important;
  }
  
  .booking-box .box-descroptoin {
        padding: 25px 30px !important;
    }

	.booking-box .box-descroptoin1 {
        padding: 0px 30px !important;
    }

	

  .table-responsive table {
    border: 0;
  }
  
  .wordwap {
    white-space: unset !important;
    text-align:center;
  }
  
  .user-tab-contain .tab-pane{
      background:unset !important;
  }
  .user-tickets .user-tab-contain .no-event-found img {
   border: none !important;   
  }
  .user-tickets .user-tab-contain ul li a {
    letter-spacing: normal;
    }
    .col-md-12.user-tickets{
        margin-top: 30px;
        border: none !important;   
    }

  .container .col-md-12, .cancel .col-md-12 {
        width: 100% !important;
    }
 
 .table-responsive table caption {
    font-size: 1.3em;
  }
  
 .table-responsive table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .table-responsive table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .table-responsive table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    width: 100% !important;
  }
  
  .table-responsive table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .table-responsive table td:last-child {
    border-bottom: 0;
  }
}


/************************************************************
*************** Fin Mobile responsive < 600px ***************
*************************************************************/

.downBoadPresta{
	height: 350px; width: 100%; border-radius: 18px;
	background:url("../img/prestbg.png"); background-size:cover;
}
.register-btn.presta{
	padding: 15px 30px;margin-top: 10px !important;border-radius: 50px;margin: 0px auto;
	font-size: 15px;position: relative;display: block;width: 60%; letter-spacing: normal
}


.mobileheader, .sidebar, .menubar-area {
	display: none;
}


.nav.nav-tabs .nav-item {
	margin-right: 0px !important
}

.topmenuRow .nav.nav-tabs .nav-item a{
	color: #B3B5C9;
	font-weight: 400;
    font-size: 13px;
}
.topmenuRow .nav.nav-tabs .nav-item.active a{
   color: #FFF !important;
   font-weight: bold
}

.hometaab{
	padding-top: 40px;
}

#nav-home-tab{
  display: block;
}
.slick-list.draggable{
	width: 100%
}

/******************
** New

.mainMenu{
    position: absolute;
    top: 30px;
}
*******************/






.sidebar-bottom .nav-item a{
        padding: 3px !important;
}

p.booking_closed {
    flex: 1;
    padding: 0px 16px;
    color: #d600a9;
}

