body {
	font-family: 'Arial';
	color:#2d2d2d;
	text-align:left;
	font-size:18px;
	background: #f0f0f0;
}
* {
	margin: 0;
	padding: 0;
}

ul, li, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}
.cls {
    clear: both;
}
a {
	outline: none;
	color: #3344ee;
	text-decoration: none;
}
a:hover{
	color:#3344ee;
	text-decoration:none;
}

.mobilemenuheader{
	padding: 10px 10px;
	overflow: hidden;
	border-bottom: 5px solid #f6f6f6;
}
.mobile-menu-logo{
	float: left;
}
.mobile-menu-logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 80px;
}
.menu-close-button{
	float: right;
	cursor: pointer;
	margin: 10px 0 0 0;
}
.overlay-menu{
	position: fixed;
	top: 0;
	left: -200%;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background-color: #2A8FEE;
	-webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.overlay-menu--is-open{
	left: 0;
}
.menubox{
	padding: 20px 30px;
	overflow: hidden;
}
.menubox ul li{
	padding: 10px 0 10px 0;
}
.menubox ul li a{
	font-size: 24px;
	font-family: 'Arial';
	display: block;
	text-decoration: none;
	color: #ffffff;
}
.menubox ul li a:hover{
	color: #4f4f4f;
	text-decoration: none;
}
.smallmenubox ul li{
	padding: 5px 0 5px 0;
}
.smallmenubox ul li a{
	font-family: 'Arial';
	font-size: 15px;
}


.container{
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding: 0 10px;
}
.header-area{
	padding: 10px 0 10px 0;
	background: #2A8FEE;
	color: #b0b0b0;
}
.header-container{
	max-width:770px;
	margin:0 auto;
	padding: 0 10px;
}
.header{
	overflow: hidden;
}
.headerleft{
	float: left;
}
.logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 150px;
}
.header-right{
	float: left;
	padding: 30px 0 0 0;
}
.navigation ul li{
	display: inline-block;
	padding: 0 10px 0 10px;
}
.navigation ul li a{
	font-size: 25px;
	font-family: 'Arial';
	display: block;
	text-decoration: none;
	color: #ffffff;
}
.navigation ul li a:hover{
	color: #fcfcfc;
}
.menuicon{
	display: none;
	cursor: pointer;
	margin: 12px 0 0 0;
}
.home-area{
	padding: 30px 10px;
	overflow: hidden;
}
.home-container{
	max-width: 520px;
	margin: 0 auto;
}
.event-banner-area{
	position: relative;
	margin: 0 0 30px 0;
}
.event-banner-holder img{
	width: 100%;
	height: auto;
	display: block;
}
.event-ocerlay-area{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}
.event-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.event-button{
	padding: 0 10px;
	min-width:262px;
	text-align:center;
}
.event-button a{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	background: #f0f0f0;
	padding: 18px 50px 15px 50px;
	color: #3344ee;
	display: block;
}
.event-button a:hover{
	background: #3344ee;
	color: #f0f0f0;
}
.thumbnail-holder{
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumbnail-holder img{
	width: 100%;
	height: auto;
	display: block;
}
.home-content{
	font-size: 18px;
	line-height:24px;
	background: #f9f9f9;
	padding: 20px;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.home-content p{
	padding: 10px 0 10px 0;
	line-height: 28px;
}
.footer-area{
	padding: 60px 0 60px 0;
	overflow: hidden;
	background: #e2e2e2;
	color: #3c3c3c;
}
.footer-info{
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 50px 0;
}
.footer-menu-col{
	width: 33.33%;
	margin: 0 0 20px 0;
}
.footer-menu ul li{
	padding: 0 0 15px 0;
}
.footer-menu ul li a{
	font-size: 18px;
	font-family: 'Arial';
	color: #fbffff;
}
.footer-menu ul li a:hover{
	color:#3344ee;
}
.footer-link ul li{
	padding: 0 0 10px 0;
}
.footer-link ul li a{
	color: #ffe7ff;
	text-decoration: none;
}
.footer-link ul li a:hover{
	color:#3344ee;
}
.footer-contact-info{
	display: flex;
	flex-wrap: wrap;
}
.contact-icon img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 62px;
}
.contact-info{
	padding: 5px 0 0 25px;
}
.contact-info p{
	padding: 5px 0 5px 0;
}
.social-link h4{
	text-transform: uppercase;
	font-size: 24px;
	line-height: 20px;
	font-family: 'Arial';
	padding: 0 0 10px 0;
}
.social-link img{
	margin: 0 10px 0 0;
}

/* for product page */
.product-area{
	padding: 30px 0;
	overflow: hidden;
}
.product-content{
	overflow: hidden;
}
.product-left{
	width: 66%;
	float: left;
}
.product-thumbnail-holder{
	margin: 0 0 0 0;
	overflow: hidden;
}
.product-thumbnail-holder img{
	width: 100%;
	height: auto;
	display: block;
}
.product-right{
	width: 32%;
	float: right;
}
.sidebar{
	background: #C6E1FA;
	overflow: hidden;
	min-height: 797px;
	position: relative;
}
.product-price-box{

	padding: 25px 15px 25px 0px;
	color: #a0a0a0;
}
.ticket-price-list{
	overflow: hidden;
	padding: 5px 5px 5px 5%;
	background-color:#3344EE;
	margin: 5px 5px 5px 5px;
	width:95%;
}
.ticket-price-list:hover{
	background-color: #221188;
}
.ticket-price{
	height:50px;
	width: 40%;
	float: left;
}
.ticket-price span{
	font-family: 'Arial';
	font-size: 20px;
	line-height: 20px;
	display: block;
}
.ticket-name{
	font-size:22px;
	width: 59%;
	float: right;
}
.ticket-name p{
	padding: 0 0 0 0;
}
.ticket-button input{
	font-family: 'Arial';
	text-transform: uppercase;
	font-size: 20px;
	width: 100%;
	height: 55px;
	border: none;
	cursor: pointer;
	background-color: #ffffff;
	color: #202020;
	margin-left:7px;
}
.ticket-button input:hover{
	background-color: #a2a5ff;
	color: #f4f4f4;
}
.additional-link{
	position: absolute;
	bottom: 25px;
	left: 25px;
}
.additional-link ul li{
	padding: 15px 0 0 0;
}
.additional-link a{
	font-size: 18px;
	color: #E7ECEB;
	text-decoration: none;
	font-weight: 300;
	padding: 0 0 0 35px;
}
.additional-link a:hover{
	color: #3344ee;
	text-decoration: none;
}
.additional-link ul li.evenement a{
	background: url(../images/event-fb-icon.png) no-repeat 0 center;
}
.additional-link ul li.salsa a{
	background: url(../images/icon01.png) no-repeat 0 center;
}

.ee-button {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	color: #f0f0f0;
	padding: 15px 50px 15px 50px;
	border: none;
	background: #3344ee;
	cursor: pointer;
}
.ee-button:hover {
	color: #f0f0f0;
	background: #6677ff;
}
.error {
	color:red;
}
.ee-input{
	width:243px;
	height:17px;
	font-size:14px;
	color:#808080;
	border:1px solid #cccccc;
	padding:10px;
	margin-bottom:12px;
	margin-top:0px;
	margin-bottom:0px;
}
.home-content li {
	list-style-image: url('/images/dot.gif');
}
.white-btn {
	background: #f9fbfe;
	color: black;
	padding: 20px 0 20px 0;
	border-radius: 40px;
	border-width:0px;
	font-size: 24px;
	font-weight: 700;
	cursor: pointer;
}
.white-btn:hover{
	background: black;
	color: #f9fbfe;
}
.btn-style {
	margin : auto;
	width: 200px;
	margin: 0 20px;
}
