.addeventatc_dropdown {width: 195px;}
.addeventatc_dropdown span,
.addeventatc_dropdown span:hover{font-size: 12px;}
.banner-swiper .addeventatc_dropdown.addeventatc-selected {transform:scale(1,1) translateY(-200px)}
.banner-swiper .addeventatc_dropdown.topdown.addeventatc-selected {
    transform: scale(1,1) translateY(-200px)!important;
}
.toast-container {

	width: 90%;

	max-width: 580px;

	margin: 0 auto;

}
 
.position-fixed {

	position: fixed;

	padding: 10px;

	z-index: 105;

}
 
.toast-pos-top {

	top: 0;

}
 
.toast-pos-right {

	right: 0;

}
 
.bottom-0 {

	top: 0;

	right: 0;

}
 
.toast-pos-left {

	left: 0;

}
 
.toast {

	display: none;

	background: #eeeeee;

	color: #333333;

	max-width: 350px;

}
 
.close-toast {

	float: right;

	text-decoration: none;

	vertical-align: middle;

	top: 10px;

	position: absolute;

	background: transparent;

	border: 0px;

	right: 10px;

	font-size: 20px;

	line-height: 20px;

	border: 2px solid #333;

	border-radius: 100%;

	width: 25px;

	height: 25px;

	text-align: center;

	padding: 1px 0px 0px 1px;

}
 
/* Aditional Styles */
 
.toast-trigger {

	color: #ffffff;

}
 
.toast {

	background: rgb(255, 255, 255);

	color: #333;

}
 
.toast .status-wrapper-section {

	margin: 0px;

}
 
.toast-trigger {

	display: inline-block;

	top: 50%;

	left: 50%;

	margin: 10px;

	padding: 20px 40px;

	background: transparent;

	color: #ffffff;

	border: 1px solid #ffffff;

	text-decoration: none;

	transition: ease .2s;

}
 
.toast-trigger:hover {

	background: #ffffff;

	color: #009688;

}


