
/*
Template Name: Eventoz	
Author: MarkUps
Author URI: http://www.markups.io/
Version: 1.0
*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#ABOUT US
#VIDEO
#SCHEDULE
#SPEAKERS
#VENUE
#PRICING PLANS
#REGISTER FORM
#FAQ
#OUR
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

html{
	height: fill-available;
    height: -webkit-fill-available;
	}
body,
html {
	overflow-x:hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #1c1b1b;
	word-wrap: break-word; 
	min-height: 100vh;
    min-height: fill-available;
    min-height: -webkit-fill-available;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: disc;
	font-size: 18px;
	line-height: 25px;
}

a { 
	text-decoration: none;
	color: #333;  
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-top: 0;
}


h1 {
	font-size: 38px;
}

h2 {  
	font-size: 40px; 
	line-height: 1.13; 
	font-weight: 400;
}

h3 {  
	font-size: 30px;  
}

h4 {  
	font-size: 22px;  
}

h5 {  
	font-size: 20px;  
}

h6 {  
	font-size: 18px;  
}

img {
	border: none;
	max-width: 100%;
	border-radius: 3px;
}

code {
	background-color: #ee6e73;
	border-radius: 3px;
	color: #fff;
	padding: 2px 4px;
}

pre {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 10px;
}

pre code {
	background-color: transparent;
	color: #333;
}

del{
	text-decoration-color: #ee6e73;
}

kbd {
	background-color: #ddd;
	padding: 4px 6px;
	border-radius: 3px;
	color: ;
}

address {
	line-height: 1.5;
	padding-left: 10px;
}

dl dt {
	font-weight: 700;
}

dl dd {
	margin-left: 0;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 3px 3px 0;
	padding: 5px 15px;
	
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	border: none;
}

.clear{
	clear: both;
	}


.centered {
   text-align: center;
   font-size: 0;
}

.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 13px;
   min-height: 83px;
}

/* ========= BUTTON =========*/

.mu-primary-btn {
	background-color: transparent;
	border-radius: 3px;
	border: 2px solid #ffffff;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 12px 35px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
	background-color: #fff;
}

.mu-send-msg-btn {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 250px;
	color: #fff;
	border-radius: 3px;
}

.mu-send-msg-btn:hover, .mu-send-msg-btn:focus {
    background-color: #fff;
    border: 1px solid #2574A9;
}


/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-hero {
	background-image: url("assets/images/head-featured-bg.jpg");
	display: inline;
	float: left;
	width: 100%;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: 100%;
	/*background-size: 100%;*/
	background-size: cover;
		margin-top: 100px;
}

.mu-hero-overlay {
	display: inline;
	float: left;
	opacity: 1;
	width: 100%;
	background: transparent;
}

.mu-logo-area {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.mu-logo {
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	font-weight: 600;
	background: transparent;
	padding: 0px 0px;
	margin-bottom: 0px;
}
.mu-logo img {
	height: 20vh;
	}

.mu-menu-btn {
	position: fixed;
	right: 15%;
	top: 50px;
	color: #fff;
	font-size: 25px;
	border: 2px solid #fff;
	padding: 5px 14px;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-menu-btn:hover,
.mu-menu-btn:focus {
	border: 2px solid #fff;
}


#bs-example-navbar-collapse-1{
	left: 0px;
	top: 0px;
	width: 600px;
	margin-left: -40vw;
	position: fixed;
	height: 100vh!important;
	max-height: 100vh;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	}
#bs-example-navbar-collapse-1.active{
	margin-left: 0vw;
	visibility: visible;
	opacity: 1;
	z-index: 2;
	}
body.banner_app #bs-example-navbar-collapse-1{
	top: 57px;
	}
body.banner_app #mu-hero{
	margin-top: 157px;
	}

.navbar-right{
	float: left!important;
    margin-left: 90px;
    margin-top: 110px;	
	}
.navbar-nav>li {
    float: none;
	list-style: disc;
    font-size: 17px;
    line-height: 1.59;
    width: 400px;
    font-size: 35px;
    line-height: 35px;
    margin: 20px 0px 20px 0px;
	}
.ticket{
	float: right;
	min-width: 300px;
	padding: 0px 16px;
	height: 60px;
	right: 50px;
	margin-top: 15px;
	background: #1982C4;
	border-radius: 3px;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #fff;	
	cursor: pointer;
	}

/*=== Featured section ===*/

.mu-hero-featured-area {
	display: inline;
	float: left;
	padding: 60px 0 60px;
	width: 100%;
}

.mu-hero-featured-content {
	display: inline;
	float: right;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}

.mu-hero-featured-content h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 45px;
}


.mu-hero-featured-content h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.mu-event-date-line {
	background-color: #fff;
	color: #333;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 61px;
	font-weight: 400;
	border-radius: 3px;
}

.mu-event-counter-area {
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

#mu-event-counter{
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

.mu-event-counter-block {
	border: 2px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 180px;
	width: 180px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin: 0 20px;
	font-weight: 300;
}

.mu-event-counter-block span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	padding-top: 56px;
	line-height: 40px;
}



.menubtn {
	display: inline-block;
	cursor: pointer;
	margin-top: 13px;
	position: absolute;
    z-index: 1;
    transition: all 0.5s;
	}
.menubtn.change{
	left: 515px;
	}

.bar1, .bar2, .bar3 {
	width: 56px;
	height: 3px;
	background-color: #333;
	margin: 13px 0;
	transition: 0.4s;
	}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-19px, 8px) ;
  transform: rotate(-45deg) translate(-19px, 8px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-13px, -4px) ;
  transform: rotate(45deg) translate(-13px, -4px);
}


/*--------------------*/
/* MENU */
/*--------------------*/

#mu-hero .navbar-default {
	background-color: #fff;
	border-color: #e7e7e7;
	padding: 5px 0;
	height: 100px;
}

.mu-navbar {
	top: 0px;
	transition: all 0.5s;
}

.mu-nav-show {
	top: 0px;
}

#mu-hero .navbar-default .navbar-brand {
	padding: 15px 15px;
	font-size: 28px;
	line-height: 20px;
}

.mu-navbar .mu-menu li a {
	color: #333;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
}


.black{
	position: fixed;
	z-index: 2;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s linear;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	}
.black.active{
	opacity: 0.5;
	visibility: visible;
	}



/*--------------------*/
/* ABOUT US */
/*--------------------*/


#mu-about {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-about-area {
	display: inline;
	float: left;
	padding: 35px 0;
	width: 100%;
}

.mu-title-area {
	display: inline;
	float: left;
	text-align: center;
	padding: 0 0px;
	width: 100%;
	margin-bottom: 0px;
}

.mu-title {
	color: #1c1b1b;
	margin-bottom: 0px;
	padding: 0;
	z-index: 10;
	text-transform: none;
	font-weight: 400;
}

.mu-title-area p{
	margin-top: 35px;
	}

h3.mu-title{
	margin-top: 35px;
	margin-bottom: 0px;
	}
h3.mu-title.partner{
	margin-top: 35px;
	margin-bottom: 35px;
	}
.mu-about-left {
	display: inline;
	float: left;
	width: 100%;
}

.mu-about-right {
	display: inline;
	float: left;
	margin-top: 35px;
	width: 100%;
}


/*--------------------*/
/* VIDEO */
/*--------------------*/


#mu-video {
	background-image: url("assets/images/about-video-bg.jpg");
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	display: inline;
	float: left;
	width: 100%;
}

.mu-video-overlay {
	display: inline;
	float: left;
	opacity: 0.85;
	width: 100%;
}

.mu-video-area {
	display: inline;
	float: left;
	padding: 35px 0;
	text-align: center;
	width: 100%;
}

.mu-video-area h2 {
	color: #fff;
}

.mu-video-content {
	display: inline;
	float: left;
	width: 100%;
}

.mu-video-play-btn,
.mu-video-close-btn {
	color: #fff;
	font-size: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 60px;
	display: inline-block;
	height: 60px;
	line-height: 55px;
	text-align: center;
	margin-top: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-video-play-btn:hover,
.mu-video-play-btn:focus {
	color: #fff;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.mu-video-close-btn {
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	right: 15%;
	display: inline-block;
	height: 50px;
	line-height: 45px;
	text-align: center;
	margin-top: 100px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 50px;
}

.mu-video-close-btn:hover,
.mu-video-close-btn:focus {
	color: #fff;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

.mu-video-iframe-area {
	background-color: rgba(0,0,0,0.84);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 12% 0;
	text-align: center;
	z-index: 9999;
	display: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-video-iframe-display {
	display: block;
}

.mu-video-iframe-area iframe {

}


/*--------------------*/
/* EVENT SCHEDULE */
/*--------------------*/

#mu-schedule {
	display: inline;
	float: left;
	width: 100%;
}

.mu-schedule-area {
	display: inline;
	float: left;
	padding: 35px 0;
	width: 100%;
}

.mu-schedule-content-area  {
	display: inline;
	float: left;
	margin-top: 35px;
	width: 100%;
}

.mu-schedule-menu {
	text-align: center;
	border: none;
}


.mu-schedule-menu li {
	float: none;
	display: inline-block;
	background-color: transparent;
}

.mu-schedule-menu li a {
	border-radius: 3px;
	margin: 0 10px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-schedule-menu li a{
	background-color: #fff;
	}
.mu-schedule-menu li a:hover,
.mu-schedule-menu li a:focus,
.mu-schedule-menu li.active a,
.mu-schedule-menu li.active a:hover,
.mu-schedule-menu li.active a:focus {
	color: #fff;
}

.mu-schedule-content{
	margin-top: 35px;
}

.mu-event-timeline ul li {
	list-style-type: none;
	position: relative;
	width: 2px;
	margin: 0 auto;
	padding-top: 50px;
	background-color: #ddd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-event-timeline ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	height: 24px;
	width: 24px;
	border-radius: 50%;
	background: inherit;
}


.mu-event-timeline ul li .mu-single-event {
	background-color: #fff;
	-webkit-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	-moz-box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	box-shadow: 0 0 16px 0 rgba(32,32,47,0.16);
	position: relative;
	top: 0;
	width: 534px;
	padding: 15px;
	text-align: left;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
	left: 50px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
	left: -583px;
	text-align: right;
	    border-radius: 3px;
}

.mu-event-timeline ul li .mu-single-event img {
	height: 80px;
	width: 80px;
	float: left;
	border-radius: 50%;
	margin-right: 0px;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
	float: right;
	margin-right: 0;
	margin-left: 0px;
}

.mu-event-timeline ul li .mu-single-event::before {
	content: '';
	position: absolute;
	top: 23px;
	width: 0;
	height: 0;
	border-style: solid;
}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #fff;
}

.mu-event-timeline ul li:nth-child(2n) .mu-single-event::before {
	left: -16px;
	border-width: 8px 16px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.mu-event-timeline ul li .mu-single-event h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 25px;
	clear: both;
}
.mu-event-time b{
	font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
	}
.mu-event-timeline ul li .mu-single-event p {
	margin-bottom: 5px;
}

.mu-event-timeline ul li .mu-single-event p span {
	float: right;
}

.mu-event-timeline ul li .mu-single-event span {
	font-size: 18px;
	display: inline-block;
	}


/*--------------------*/
/* SPEAKERS */
/*--------------------*/


#mu-speakers {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-speakers-area {
	display: inline;
	float: left;
	padding: 35px 0;
	width: 100%;
}

.mu-speakers-content{
	display: inline;
	float: left;
	margin-top: 35px;
	width: 100%;
}

.mu-single-speakers {
	float: left;
	width: 25%;
    height: 380px;
    padding: 0 10px;
    outline: none;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.mu-single-speakers img{
    max-width: 100%;
    max-height: 190px;	
    border-radius: 50%;
	}

.mu-speakers-slider .slick-next {
	right: -60px;
}

.mu-speakers-slider .slick-prev {
	left: -60px;
}

.mu-single-speakers-info {
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}

.mu-single-speakers-info h3 {
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: 600;
}

.mu-single-speakers-info p {
	margin-bottom: 5px;
	color: #333333;
    text-align: center!important;
}

.mu-single-speakers-social {

}

.mu-single-speakers-social li {
	display: inline-block;
}

.mu-single-speakers-social li a {
	display: inline-block;
	margin-right: 5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------*/
/* VENUE */
/*--------------------*/

#mu-venue {
	display: inline;
	float: left;
	width: 100%;
	background-color: #fff;
}

.mu-venue-area {
	display: inline;
	float: left;
	width: 100%;
	background-color: #2574A9;
}

.mu-venue-map {
	display: inline;
	float: left;
	width: 100%;
}

.mu-venue-map iframe {
	margin-bottom: -8px;
}

.mu-venue-address {
	display: inline;
	float: left;
	width: 100%;
	padding: 10% 5%;
	color: #fff;
}

.mu-venue-address h1,.mu-venue-address h2,.mu-venue-address h3{
	font-size: 33px;
	}

.mu-venue-address h2 i {
	margin-top: -4px;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}

.mu-venue-address h3 {
	margin-top: 15px;
	margin-bottom: 0px;
}

.mu-venue-address h4 {
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 25px;
}


/*--------------------*/
/* PRICING */
/*--------------------*/


#mu-pricing {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-pricing-area {
	display: inline;
	float: left;
	padding: 100px 0;
	width: 100%;
}

.mu-pricing-conten {
	display: inline;
	float: left;
	margin-top: 35px;
	width: 100%;
}

.mu-single-price {
	background-color: #f8f8f8;
	display: inline;
	float: left;
	text-align: center;
	position: relative;
	width: 100%;
	padding: 15px;
	overflow: hidden;
}

.mu-single-price-head {
	color: #333;
	display: inline;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mu-single-price-head .mu-currency {
	font-weight: bold;
	font-size: 30px;
}

.mu-single-price-head .mu-rate {
	font-size: 60px;
	font-weight: bold;
	line-height: 0.9;
	letter-spacing: 3px;
}

.mu-single-price-head .mu-time {
	font-size: 16px;
	font-weight: 300;
	line-height: 0;
	font-style: italic;
}

.mu-single-price .mu-price-title {
	color: #333;
	font-size: 22px;
	padding: 10px 0;
}

.mu-single-price ul {
	list-style: none;
}

.mu-single-price ul li{
	list-style: none;
	color: #333;
}

.mu-register-btn {
	background-color: #fff;
	border: 1px solid #555;
	color: #333;
	margin-top: 20px;
	padding: 10px 40px;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-register-btn:hover,
.mu-register-btn:focus,
.mu-popular-price .mu-register-btn {
	color: #fff;
}

.mu-popular-price .mu-price-tag {
	color: #fff;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: -62px;
	padding: 10px 60px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	transform: rotate(-45deg);
	text-align: center;
}

/*--------------------*/
/* REGISTER */
/*--------------------*/

#mu-register {
	background-image: url("assets/images/register-bg.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

#mu-register::before {
	background: rgba(0,0,0,0.9);
	bottom: 0;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	position: absolute;
	opacity: 0.9;
}

.mu-register-area {
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}

.mu-register-area .mu-title,
.mu-register-area p {
	color: #fff;
}

.mu-register-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 200px;
	margin-top: 35px;
}

.mu-register-form .form-group {
	margin-bottom: 25px;
}

.mu-register-form .form-control {
	height: 50px;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
}

.mu-register-form select.form-control option{
	color: #333;
}

.mu-register-form .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 15px;
}

.mu-register-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #fff;
	font-size: 15px; 
}

.mu-register-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #fff;
	font-size: 15px;
}

.mu-register-form .form-control:-ms-input-placeholder {  
	color: #fff;
	font-size: 15px;
}

.mu-reg-submit-btn {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 75px;
	margin-top: 20px;
	letter-spacing: 1px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/*--------------------*/
/* SPONSORS */
/*--------------------*/

#mu-exponent {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

#mu-sponsors {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-sponsors-area {
	display: inline;
	float: left;
	padding: 35px 0;
	width: 100%;
}

.mu-sponsors-content {
	display: inline;
	float: left;
	margin-top: 0px;
	width: 100%;
}

.mu-sponsors-single {
	background: #fff;
	display: inline;
	float: left;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
}


/*--------------------*/
/* FAQ */
/*--------------------*/

#mu-faq {
	background-color: #fff;
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}

.mu-faq-area {
	display: inline;
	float: left;
	padding: 35px 0;
	width: 100%;
}

.mu-faq-content {
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0px;
	margin-top: 0px;
}

.mu-faq-content .panel-default {
	border-radius: 0;
	border-color: #fff;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
}

.mu-faq-content a{
	font-weight: 400;
	}

.mu-faq-content .panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #ddd;
	padding: 0;

}

.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
	text-align: left;
    font-size: 18px;
    padding-left: 29px;
}


.mu-faq-content .panel-title {
	text-align: left;
	font-weight: 300;
}

.mu-faq-content .panel-title a {
	display: block;
	padding: 12px 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 18px;
}

.mu-faq-content .panel-title a>span {
	margin-right: 5px;
}


/*--------------------*/
/* CONTACT US */
/*--------------------*/

#mu-contact {
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-area {
	display: inline;
	float: left;
	padding: 35px 0 50px;
	width: 100%;
}

.mu-contact-header {
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
	padding: 0 120px;
}

.mu-contact-content{
	display: inline;
	float: left;
	margin-top: 35px;
	padding: 0 20%;
	width: 100%;
}


.mu-contact-form-area {
	display: inline;
	float: left;
	width: 100%;
}

.mu-contact-form {
	text-align: center;
}

.mu-contact-form .form-group input {
	background: transparent;
	border-radius: 3px;
	color: #333;
	font-size: 15px;
	border: 1px solid #888;
	height: 45px;
	margin-bottom: 24px;
}

.mu-contact-form .form-group textarea {
	background: transparent;
	border: 1px solid #888;
	border-radius: 3px;
	color: #333;
	font-size: 18px;
	padding: 10px;
	height: 190px;
	margin-bottom: 24px;
}



.mu-contact-form .form-group.captcha img{
	float: left;
    width: 140px;
    margin-right: 40px;
	}
.mu-contact-form .form-group.captcha input{
	width: calc(100% - 181px);
	}


.mu-contact-form .form-control:focus {
	background-color: #fff;
    outline: 0;
    box-shadow: none;    
} 

.mu-contact-form .form-control::-webkit-input-placeholder {
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #888;
	font-size: 15px; 
}

.mu-contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
	font-size: 15px;
}

.mu-contact-form .form-control:-ms-input-placeholder {  
	color: #888;
	font-size: 15px;
}

.mu-contact-form .button-default::after,
.mu-contact-form .button-default > span {
	padding: 12px 40px;  
}

#form-messages {
	margin-bottom: 10px;
    background-color: #fff;
}

.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	      border-radius: 3px;
}

.error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	      border-radius: 3px;
}



/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-footer-area{
	display: inline;
	float: left;
	padding: 30px 0;
	text-align: center;
	width: 100%;
}

.mu-footer-top {
	display: inline;
	float: left;
	width: 100%;
}

.mu-social-media {
	display: inline;
	float: left;
	padding: 10px 0;
	width: 100%;
}

.mu-social-media a {
	border: 1px solid #19191a;
	border-radius: 50px;
	color: #333;
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
}

.mu-footer-bottom {
	display: inline;
	float: left;
	width: 100%;
}

.mu-copy-right {
	margin-bottom: 0;
	float: left;
	font-size: 14px;
}

.mu-copy-right a {
	font-weight: 600;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



.popup_ticket{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
    top: 0px;
    left: 0px;	
    overflow-y: scroll;
    visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
	}
.popup_ticket.active{
	visibility: visible;
	opacity: 1;
	}
.popup_ticket .pop_close{
	background-image: url(../img/close.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 78px;
    top: 72px;
    cursor: pointer;
	}

.popup_ticket .content{
	max-width: 1300px;
    margin: auto;
    min-height: calc(100vh - 167px);
	}
.popup_ticket .title{
	font-weight: 600;
	font-size: 40px;
	line-height: 54px;
	text-align: center;
	margin-top: 62px;
	margin-bottom: 20px;
	}
.popup_ticket .title2{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 30px;
	}
.popup_ticket .ticket_inner{
	width: 64%; 
	float: left;
    padding-right: 20px;
	}
.popup_ticket .ticket_inner .row_title{
	background: rgba(25, 130, 196, 0.2);
	border-radius: 3px;
	line-height: 45px;
	padding-left: 18px;
	margin-top: 18px;
	}
.popup_ticket .ticket_inner .row_title .price{
	float: right;
	line-height: 45px;
	padding-right: 8px;
	}
.popup_ticket .ticket_inner .row_input{
	width: 100%;
	height: 45px;
	background: #FFFFFF;
	border: 1px solid #C2C7CD;
	box-sizing: border-box;
	border-radius: 3px;	
	padding-left: 18px;
	margin-top: 8px;
	}

.popup_ticket .ticket_block{
	border-bottom: 1px solid #C2C7CD;
	padding-bottom: 30px;
	margin-bottom: 30px;
	}
.popup_ticket .summary{
	width: 33%; 
	float: left;
	margin-left: 20px;
	position: sticky;
    top: 14px;
	}

.popup_ticket .name{
	font-weight: bold;
	float: left;
	}
.popup_ticket .ticket_buy{
	float: right;
	}
.popup_ticket .ticket_buy select{
	min-width: 91px;
	}
.popup_ticket .ticket_buy select option{
	text-align: center;
	}
.popup_ticket .ticket_buy.soldout{
	color: #FF0000;
	font-weight: bold;
	}


.popup_ticket .price{
	font-size: 20px;
	line-height: 27px;
	}
.popup_ticket .price span{
	font-size: 14px;
	line-height: 19px;	
	opacity: 0.5;
	}
.popup_ticket .description{
	margin-top: 14px;
	margin-bottom: 30px;
	}
.popup_ticket .ticket_remain{
	color: #00A010;
	float: left;
	}
.popup_ticket .ticket_dates{
	float: right;
	width: 50%;
	text-align: right;
	}


.popup_ticket .summary .buttons{
	text-align: center;
	}
.popup_ticket .summary .buttons span{
	padding: 5px;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
	}
.popup_ticket .summary .buttons span.active{
	background: rgba(25, 130, 196, 0.2);
	border-radius: 3px;
	font-weight: 600;
	}
.popup_ticket .summary .cart{
	background: #F8F8F8;
	border-radius: 3px;
	padding: 25px;
	margin-top: 10px;
	}

.popup_ticket .summary .cart .timer{
	float: right;
    background-image: url(../img/ico_timer.png);
    height: 30px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 27px 30px;
    padding-left: 32px;
    font-weight: 600;
    margin-top: -3px;
    line-height: 30px;
	}
.popup_ticket .summary .cart .timer.expired{
    background-image: url(../img/ico_timer_expired.png);
    color: #FF5E5E;
	}
.popup_ticket .summary .cart .rows_ticket{
	display: block;
    padding-top: 24px;
    padding-bottom: 24px;
	min-height: 120px;
	margin:auto;
	}
.popup_ticket .summary .cart .rows_ticket.empty{
	background-image: url(../img/ticket.png);
    background-repeat: no-repeat;
    background-position: center;
	}
.popup_ticket .summary .cart .col1{
	float: left;
	width: 80%;
	text-align: right;
	line-height: 28px;
	}
.popup_ticket .summary .cart .col2{
	float: right;
	width: 20%;
	text-align: right;
	line-height: 28px;
	}
.popup_ticket .summary .cart .col1.discount, .popup_ticket .summary .cart .col2.discount{
	color: #00A010;
	}

.popup_ticket .summary .cart hr{
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	}

.popup_ticket .summary .link_promocode{
	line-height: 25px;
	color: #1982C4;
	text-align: center;
	margin-top: 70px;
	cursor: pointer;
	text-decoration: underline;
	}
.popup_ticket .summary .button_buy{
	width: 230px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin:auto;
	color: #fff;
	background: #1982C4;
	border-radius: 3px;	
	margin-top: 26px;
	cursor: pointer;
	}

.popup_ticket .summary .link_terms{
	text-decoration: underline;
	cursor: pointer;
	margin-top: 19px;
	text-align: center;
	}

.popup_ticket .summary .form_promocode{
	display: none;
	margin-top: 70px;
	}
.popup_ticket .summary .form_promocode input{
	width: 282px;
	height: 45px;
	border: 1px solid #eee;
	padding: 15px;
	}
.popup_ticket .summary .form_promocode input.error{
	border: 1px solid #FF5E5E;
	}
.popup_ticket .summary .form_promocode .err{
	color: #FF5E5E;
	display: none;
	}
.popup_ticket .summary .form_promocode .apply_promocode{
	color: #1982C4;
	text-decoration: underline;
	margin-left: 25px;
	}

.popup_ticket .summary .applyed_promocode{
	color: #00A010;
	margin-top: 70px;
	}
.popup_ticket .summary .applyed_promocode .delete_promocode{
	color: #FF5E5E;
	text-decoration: underline;
	margin-left: 25px;
	}


.popup_ticket .summary .rows_ticket .col1{
	float: left;
	width: 10%;
	text-align: left;
	line-height: 25px;
	}
.popup_ticket .summary .rows_ticket .col2{
	float: left;
	width: 75%;
	text-align: left;
	line-height: 25px;
	}
.popup_ticket .summary .rows_ticket .col3{
	float: left;
	width: 15%;
	text-align: right;
	line-height: 25px;
	}



/* width */
.popup_ticket ::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.popup_ticket ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.popup_ticket ::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.popup_ticket ::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.s_location{
	border-radius: 3px;
	color: #fff;
	margin-top: -5px;
	}

.container p{
	text-align: left;
	}



.mu-copy-right a.link_privacy{
    font-weight: 400;
    text-decoration: underline;
	}

.dark_row{
	background-color: #f8f8f8!important;
	}

.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event p{
	text-align: right;
	}
.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event p span{
	float: left;
	}
.mu-event-timeline ul li .mu-single-event p{
	color: #333;
	font-weight: 600;
	}



/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/


@media (min-width: 768px) {

	.menubtn.change{
		left: 515px;
		}
	#bs-example-navbar-collapse-1{
		width: 600px;
		}
	.navbar-right{
	    margin-left: 90px;
		}
			
	.mu-event-timeline ul li .mu-single-event {
		width: 490px;
		}
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
		left: -481px;
		}			


	}

@media (min-width: 992px) {

	#bs-example-navbar-collapse-1{
		width: 600px;
		}
	.navbar-right{
	    margin-left: 90px;
		}
	
	.mu-event-timeline ul li .mu-single-event {
		width: 434px;
		}
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
		left: -483px;
		}			


	}



@media (min-width: 1200px) {
	
	.mu-event-timeline ul li .mu-single-event {
		width: 534px;
		}
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
		left: -582px;
		}

	}

@media (min-width: 1300px) {
	
	#bs-example-navbar-collapse-1{
		width: 600px;
		}
	.navbar-right{
	    margin-left: 90px;
		}


			

	}






@media (max-width: 1199px) {

	.mu-register-content {
		padding: 0 150px;
	}

	.mu-video-iframe-area {
		padding: 16% 0;
	}

	.mu-video-close-btn {
		top: 5%;
		right: 5%;
		margin-top: 0;
	}

	.mu-apps-screenshot-slider .slick-prev {
		left: -25px;
	}

	.mu-apps-screenshot-slider .slick-next {
		right: -25px;
	}

		
}

@media (max-width: 991px) {	

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mu-navbar .mu-menu {
		margin-top: 110px;
	}

	.mu-navbar .mu-menu li a {
		font-size: 30px;
		padding: 10px 6px;
	}

	.mu-hero-featured-content h1 {
		font-size: 35px;
	}

	.mu-hero-featured-content h2 {
		font-size: 18px;
	}

	.mu-event-date-line {
		font-size: 14px;
	}

	.mu-event-counter-block {
		height: 130px;
		width: 130px;
		font-size: 16px;
		margin: 0 10px;
	}

	.mu-event-counter-block span {
		font-size: 30px;
		padding-top: 32px;
		line-height: 32px;
	}

	.mu-event-timeline ul li {
		margin-left: 15%;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
		left: 50px;
		text-align: left;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
		right: auto;
		left: -16px;
		border-width: 8px 16px 8px 0;
		border-color: transparent #fff transparent transparent;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img {
		float: left;
		margin-right: 0px;
		margin-left: 0;
	}

	.mu-video-iframe-area {
		padding: 16% 5%;
	}

	.mu-video-iframe-area iframe {
		width: 100%;
	}

	.mu-title-area {
		padding: 0 50px;
	}

	.mu-faq-content {
		padding: 0;
	}

	.mu-contact-right {
		margin-top: 35px;
	}

	.mu-menu-btn {
		right: 5%;
	}

	.mu-speakers-slider .slick-next {
		right: 0;
	}

	.mu-speakers-slider .slick-prev {
		left: 0;
	}

	.mu-speakers-slider .slick-next,
	.mu-speakers-slider .slick-prev {
		width: 40px;
		height: 40px;
	}

	.mu-speakers-slider .slick-prev::before, 
	.mu-speakers-slider .slick-next::before {
		font-size: 18px;
	}

	.mu-single-speakers-info h3 {
		font-size: 18px;
	}

	.mu-pricing-conten {
		padding: 0 5%;
	}

	.mu-single-price {
		margin-bottom: 30px;
	}


	
}

@media (max-width: 767px) {

	.mu-logo img {
		width: 150px;
		height: auto;
	}

	
	.mu-navbar .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.mu-navbar .mu-menu {
		padding: 0 15px;
	}

	.mu-video-close-btn {
		font-size: 16px;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}

		
		
}


@media (max-width: 640px){
	
	.mu-event-counter-block {
		height: 100px;
		width: 100px;
		font-size: 15px;
	}

	.mu-event-counter-block span {
		font-size: 22px;
		padding-top: 22px;
		line-height: 25px;
	}

	.mu-title-area {
		padding: 0;
		margin-bottom: 0px;
	}

	.mu-video-iframe-area {
		padding: 5% 5%;
	}

	.mu-video-iframe-area iframe {
		width: 100%;
		height: 100%;
	}

	.mu-register-content {
		padding: 0 100px;
	}

	.mu-contact-content {
		padding: 0 10%;
	}
				

}


@media (max-width: 480px) {

	body {
		font-size: 16px;
	}

	.mu-single-speakers-info h3 {
	font-size: 16px;
	}

	.mu-about-righ, .mu-about-right p, .mu-about-right span, .mu-about-right h1, .mu-about-right h2, .mu-about-right h3, .mu-about-right h4 {
	    font-family: 'Open Sans', sans-serif!important;
	    font-size: 16px!important;
	    line-height: 20px;
	    text-align: left!important;
		}

	.panel-collapse, .panel-collapse p, .panel-collapse span, .panel-collapse h1, .panel-collapse h2, .panel-collapse h3, .panel-collapse h4 {
	    font-family: 'Open Sans', sans-serif!important;
	    font-size: 16px!important;
	    line-height: 20px;
	    text-align: left!important;
		}


	.mu-logo {
		margin-bottom: 10px;
		font-size: 30px;
	}

	.mu-hero-featured-area {
		padding: 30px 0 30px;
	}

	.mu-hero-featured-content {
		margin-top: 20px;
	}

	.mu-hero-featured-content h1 {
		font-size: 25px;
	}

	.mu-hero-featured-content h2 {
		font-size: 16px;
		line-height: 20px;
	}

	.mu-event-date-line {
		font-size: 16px;
	}

	.mu-event-counter-area {
		margin-top: 20px;
	}
	
	.mu-event-counter-block span {
		font-size: 18px;
		padding-top: 16px;
		line-height: 20px;
	}

	.mu-event-counter-block {
		height: 70px;
		width: 70px;
		font-size: 10px;
		margin: 4px 4px;
	}
	
	.mu-video-close-btn {
		top: 2%;
		right: 5%;
		height: 40px;
		line-height: 35px;
		width: 40px;
	}

	.mu-menu-close-btn {
		right: 5%;
		top: 30px;
	}

	.mu-video-area {
		padding: 100px 0;
	}

	.mu-video-iframe-area {
		padding: 10% 5%;
	}

	.mu-video-iframe-area iframe {
		height: 250px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	.mu-schedule-content {
		margin-top: 30px;
	}
	
	.mu-schedule-menu li {
		margin-bottom: 15px;
	}

	.mu-schedule-menu li a {
		font-size: 16px;
	}

	.mu-event-timeline ul li {
		margin-left: 5%;
	}

	.mu-event-timeline ul li .mu-single-event,
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event,
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: calc(100vw - 64px);
		font-size: 16px;
	}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event p {
		text-align: left;
		}	
	.mu-event-timeline ul li .mu-single-event p {
		font-size: 16px;
		text-align: left;
		}
	.mu-event-timeline ul li .mu-single-event span{
		font-size: 16px;
		}

	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event p span {
	    float: right;
	    margin-top: -3px;
		}
	.mu-event-timeline ul li .mu-single-event p span {
	    float: right;
	    margin-top: 0px;
		}

	.mu-event-timeline ul li .mu-single-event h3 {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 22px;
	}

	.mu-venue-address h4 {
		font-size: 16px;
	}

	.mu-register-content,
	.mu-contact-content {
		padding: 0 5%;
	}

	.mu-faq-content .panel-title {
		font-size: 14px;
	}
	


.popup_data .mu-event-timeline ul li {
    margin-top: 0px!important;
	}

.popup_data .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event{
	left: 30px!important;
	}
.popup_data	.mu-single-event{
	width: calc(100vw - 89px)!important;
	}


}


@media (max-width: 360px) {

	.mu-logo img {
		width: 120px;
	}

	.mu-hero-featured-area {
		padding: 30px 0 30px;
	}

	.mu-event-counter-block {
		height: 56px;
		width: 56px;
		font-size: 9px;
	}

	.mu-event-counter-block span {
		font-size: 16px;
		padding-top: 10px;
		line-height: 16px;
	}

	.mu-video-area {
		padding: 50px 0;
	}

	.mu-video-iframe-area {
		padding: 15% 5%;
	}

	.mu-video-play-btn, .mu-video-close-btn {
		font-size: 18px;
		width: 50px;
		height: 50px;
		line-height: 46px;
		margin-top: 50px;
	}

	h2 {
		font-size: 25px;
	}

	.mu-event-timeline ul li .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 280px;
		font-size: 16px;
	}
}



@media (max-width: 320px) {

	.mu-video-iframe-area {
		padding: 30% 5%;
	}

	.mu-event-timeline ul li .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n+1) .mu-single-event, 
	.mu-event-timeline ul li:nth-child(2n) .mu-single-event {
		left: 30px;
		width: 250px;
	}

	h2 {
		font-size: 22px;
	}
	
	
	
}


#framemap{
	height: 520px;
	}

.mu-event-timeline ul li{
	margin-top: -70px;
	}
.tab-pane{
	margin-top: 130px;
	}

@media (max-width: 972px) {
	.tab-pane{
		margin-top: 0px;
		}
	.mu-event-timeline ul li {
	    margin-top: -25px!important;
		}	
	}
@media (max-width: 800px) {

	.mu-speakers-area {
	    padding: 35px 0;
		}


	.mu-single-speakers {
		width: 50%;
    	height: 94vw;		
		}

	.mu-single-speakers img {
	    max-width: 100%;
	    max-height: 39vw;
		}

	#framemap{
		height: 250px;
		}

	.mu-event-timeline ul li{
		margin-top: 0px;
		}
	.tab-pane{
		margin-top: 0px;
		}
	}



.mu-single-speakers{
	height: auto; /*300px*/
	}
.mu-single-speakers img{
    max-width: 100%;
    max-height: 229px;	
    border-radius: 50%;
	}
.mu-event-timeline ul li {
    margin-top: -77px;
}





@media (max-width: 800px){
	.mu-single-speakers {
	    width: 50%;
	    height: auto;
	    margin-top: 5vw;
	}
	.mu-single-speakers img {
	    max-width: 100%;
	    max-height: 39vw;
	}

	.mu-event-timeline ul li {
	    margin-top: 0px;
	}

	#mu-hero {
		-webkit-background-size: cover;
		background-size: cover;
    	background-repeat: no-repeat;
    	background-position: top center;	
    	    background-attachment: scroll;	
		}

}


.mob{display: none;}




.cookie_banner{
  font-size: 1.1vw;
  position: fixed;
  padding: 15px;
  line-height: 29px;
  background-color: #1982c4;
  color: #fff;
  bottom: 0px;
  box-sizing: border-box;
  width: 100%;
  z-index: 999;  
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
  }
.cookie_banner.active{
  visibility: visible;
  opacity: 1;
  }
.cookie_banner a{
  color: #fff;
  }
.cookie_banner button{
  float: right;
  background-color: #e2c044;
  border: none;
  border-radius: 3px;
  padding: 7px 24px;
  color: #fff;
  cursor: pointer;
  }


.system_langs{
	height: 60px;
	float: right;
	display: flex;
	align-items: center;
	margin-top: 15px;
	margin-right: 10px;
	}
.system_langs span{
	display: inline-block;
	text-transform: capitalize;
	cursor: pointer;
	padding: 10px;
	}
.system_langs span.active{
	font-weight: bold;
	}




@media (max-width: 768px){

.mob{display: block;}
.pc{
	display: none!important;
	}


.mu-sponsors-content{
	margin-top: 0px;
	}

.mu-venue-address h1, .mu-venue-address h2, .mu-venue-address h3 {
    font-size: 23px;
}


#mu-hero {
	margin-top: 15vw;
	}
#mu-hero .navbar-default {
	height: 15vw;
	}


body.banner_app #mu-hero{
	margin-top: 15vw;
	}


.menubtn {
	display: inline-block;
	cursor: pointer;
	top: 1vw;
	position: absolute;
	z-index: 1;
	transition: all 0.5s;
	margin-top: 0px;
	}
.bar1, .bar2, .bar3 {
	width: 11vw;
	height: 0.5vw;
	background-color: #333;
	margin: 3vw 0;
	transition: 0.4s;
	}
.menubtn.change {
	top: 1vw;
	left: 86vw;
	}
.change .bar1 {
	-webkit-transform: rotate(
	-45deg) translate(-4vw, 1.5vw);
	transform: rotate(
	-45deg) translate(-4vw, 1.5vw);
	}
.change .bar3 {
	-webkit-transform: rotate( 
45deg) translate(-3.5vw, -1vw);
	transform: rotate( 
45deg) translate(-3.5vw, -1vw);
	}
#bs-example-navbar-collapse-1.active {
    display: block;
	}
.mu-navbar .mu-menu {
	padding: 0 0vw;
	margin-top: 11vw;
	}
.navbar-nav>li {
	float: none;
	list-style: disc;
	font-size: 17px;
	line-height: 1.59;
	width: 88vw;
	font-size: 6vw;
	line-height: 35px;
	margin: 20px 0px 20px 0px;
	}
.ticket {
	float: right;
	min-width: 40vw;
	padding: 0px 2vw;
	height: 10vw;
	right: 17px;
	margin-top: 5px;
	background: #1982C4;
	border-radius: 3px;
	text-align: center;
	line-height: 10vw;
	font-size: 5vw;
	color: #fff;
	cursor: pointer;
	}
.navbar-toggle{
	display: none;
	}

#bs-example-navbar-collapse-1 {
	width: 100vw;
	}
.navbar-right {
	margin-left: 0vw;
	}
.mu-navbar .mu-menu li a {
	font-size: 20px;
	}



.popup_ticket_action {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 9999;
	top: 0vw;
	left: 0vw;
	margin-left: 0vw;
	margin-top: 0vw;
	overflow-y: scroll;
	visibility: hidden;
	transition: all 0.5s linear;
	opacity: 0;
	}

.popup_ticket .content {
    max-width: 100vw;
    margin: auto;
    min-height: 100vh;
	}

.popup_ticket_action .content{
	min-height: unset;
	}

.popup_ticket .pop_close {
	background-image: url(../img/close.svg);
	background-size: cover;
	width: 6vw;
	height: 6vw;
	position: absolute;
	right: 5vw;
	top: 5vw;
	cursor: pointer;
	}
.popup_ticket .title {
	font-weight: 600;
	font-size: 8vw;
	line-height: 10vw;
	text-align: center;
	margin-top: 15vw;
	margin-bottom: 3vw;
	}
.popup_ticket .title2 {
	font-weight: 400;
	font-size: 4vw;
	line-height: 5vw;
	text-align: center;
	margin-bottom: 5vw;
	padding: 3vw;
	}


.popup_ticket .buttons{
	text-align: center;
	}
.popup_ticket .buttons span{
	padding: 1vw;
	font-size: 5vw;
	font-weight: 400;
	cursor: pointer;
	}
.popup_ticket .buttons span.active{
	background: rgba(25, 130, 196, 0.2);
	border-radius: 3px;
	font-weight: 600;
	}



.popup_ticket .link_promocode{
    line-height: 5vw;
    color: #1982C4;
    text-align: center;
    margin-top: 4vw;
    cursor: pointer;
    text-decoration: underline;
	}


.popup_ticket .form_promocode{
	display: none;
	margin-top: 7vw;
	padding: 5vw
	}
.popup_ticket .form_promocode input{
    width: 70vw;
    height: 11vw;
    border: 1px solid #eee;
    padding: 3vw;
	}
.popup_ticket .form_promocode input.error{
	border: 1px solid #FF5E5E;
	}
.popup_ticket .form_promocode .err{
	color: #FF5E5E;
	display: none;
	}
.popup_ticket .form_promocode .apply_promocode{
	color: #1982C4;
	text-decoration: underline;
	margin-left: 5vw;
	}

.popup_ticket .applyed_promocode{
	color: #00A010;
	margin-top: 7vw;
	}
.popup_ticket .applyed_promocode .delete_promocode{
	color: #FF5E5E;
	text-decoration: underline;
	margin-left: 5vw;
	}



.popup_ticket .ticket_inner {
    width: 96vw;
    float: none;
    margin-top: 8vw;
    padding-right: 3vw;
    padding-left: 3vw;
	}
.popup_ticket .ticket_block {
	border-bottom: 1px solid #C2C7CD;
	padding-bottom: 6vw;
	margin-bottom: 6vw;
	}
.popup_ticket .price {
	font-size: 18px;
	line-height: 27px;
	}
.popup_ticket .description {
	margin-top: 1vw;
	margin-bottom: 5vw;
	}




.popup_ticket .summary {
    width: 100vw;
    float: none;
    margin-left: 0vw;
    position: absolute;
    top: 0vw;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
	}
.popup_ticket .summary.active {
    visibility: visible;
    opacity: 1;
	}
.popup_ticket .summary .cart {
	background: #F8F8F8;
    border-radius: 3px;
    padding: 25px;
    margin-top: 0vw;
    min-height: 100vh;
	}


.popup_ticket .summary .cart .col1 {
	float: left;
	width: 69%;
	text-align: right;
	line-height: 28px;
	}
.popup_ticket .summary .rows_ticket .col1 {
	float: left;
	width: 10%;
	text-align: left;
	line-height: 25px;
	}



.mu-footer-area {
	display: inline;
	float: left;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	}

.mu-copy-right a.link_privacy {
	float: none;
	font-weight: 400;
	text-decoration: underline;
    margin-left: 15px;
    margin-right: 15px;
	}

.container p {
	text-align: center;
	}
.link_terms{
	text-decoration: underline;
	margin-top: -2vw;
	}

.order_row{
    height: 14vw;
    margin-top: 2vw;
    margin-bottom: -2vw;
	}
.incart{
    height: 12vw;
    float: left;
    background-image: url(../img/ticket.png);
    background-repeat: no-repeat;
    background-position: left 1vw center;
    background-size: 12vw;
    text-align: center;
    font-weight: bold;
    margin-left: 3vw;
    padding-right: 14vw;
	}
.incart b{
	color: red;
    font-size: 6vw;
    display: block;
    line-height: 8vw;
    margin-bottom: -3vw;
	}
.button_buy{
	opacity: 1;
    float: right;
    width: 40vw;
    height: 12vw;
    line-height: 12vw;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(25, 130, 196);
    border-radius: 3px;
    margin-right: 5vw;
    margin-left: 3vw;
    cursor: pointer;	
	}
.label_total_sum_pay{
	float: right;
    line-height: 12vw;
    font-weight: bold;	
	}


.incart:after {
	content: ' ';
	width: 5vw;
	height: 5vw;
	margin-left: 2vw;
	position: absolute;
	background-image: url(../img/arrow_up.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 5vw;
	margin-top: -2vw;
	transition: all 0.2s ease-in;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	}
.incart.active:after{
	-webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
	}



.ready{
	padding: 5vw;
	}

.ready .dates {
	background-image: url(../img/ticket_calendar.png);
	background-repeat: no-repeat;
	background-size: 7vw;
	padding-left: 16vw;
	line-height: 6vw;
	height: 16vw;
	}
.ready .adress {
	background-image: url(../img/ticket_geo.png);
	background-repeat: no-repeat;
	background-size: 7vw;
	padding-left: 16vw;
	line-height: 40px;
	height: 14vw;
	}



.cookie_banner{
  font-size: 3.5vw;
  line-height: 6vw;
  }
.cookie_banner button{
  float: none;
  margin: auto;
  display: block;
  margin-top: 3vw;
  }


.system_langs {
    height: 10vw;
    float: right;
    display: flex;
    align-items: center;
    margin-top: 1vw;
    margin-right: 3vw;
	}


}


.black_data{
	position: fixed;
    background-color: rgb(0 0 0 / 50%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    min-height: 100vh;
    min-width: 100vw;
    min-height: fill-available;
    min-height: -webkit-fill-available;
    top: 0px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in;
	}	
.black_data.active{
	opacity: 1;
	visibility: visible;
	}
.popup_data{
    position: fixed;
    background-color: #fff;
    z-index: 10;
    width: 1100px;
    max-width: 100%;
    height: auto;
    margin: auto;
    visibility: hidden;
    padding: 10px;
    overflow: auto;
    max-height: 100vh;
    max-height: fill-available;
    max-height: -webkit-fill-available;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.2s ease-in;
    margin-top: 20px;
	}
.popup_data.active{
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
	}
.popup_data .pop_close{
	background-image: url(../img/close.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 26px;
    top: 26px;
    cursor: pointer;
	}

.popup_data .content{
	max-width: 1300px;
    margin: auto;
    padding: 23px;
	}
.popup_data .title{
	font-weight: 600;
	font-size: 40px;
	line-height: 54px;
	text-align: center;
	margin-top: 62px;
	margin-bottom: 20px;
	}

.link_speaker, .link_shedule, .link_partner, .link_exponent{
	cursor: pointer;
	}


.popup_data .speaker_avatar{
	margin-bottom: 24px;
	}
.popup_data .speaker_name{
	margin-bottom: 5px;
	}
.popup_data .speaker_description{
	margin-top: 31px;
	}

.popup_data .shedule_name{
	margin-top: 15px;
	}
.popup_data .shedule_description{
	margin-top: 34px;
	}
.popup_data .speaker_list{
	margin-top: 35px;
	}

.popup_data .partner_name{
	margin-top: 28px;
	}
.popup_data .partner_website{
	margin-top: 12px;
	}
.popup_data .partner_description{
	margin-top: 20px;
	}
.popup_data .partner_youtube{
	margin-top: 15px;
	}
.popup_data .partner_youtube iframe{
    width: 834px!important;
    height: 469px!important;
	}

@media (max-width: 900px) {

	.popup_data .partner_youtube iframe{
		width: calc(100vw - 70px)!important;
		height: calc(56vw - 46px)!important;
		}
	
	}


.popup_data .tab-pane {
    margin-top: 35px;
	}
.popup_data .mu-event-timeline ul li{
	margin-top: -31px;
	}
.popup_data .mu-event-timeline ul li{
	margin: 0px 5px;
	padding-top: 0px;
    padding-bottom: 15px;	
	}
.popup_data .mu-event-timeline ul li::after {
	top: 20px;
	}


.popup_data .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event {
    left: 50px;
    text-align: left;
	}
.popup_data .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event::before {
	display: none;
	}
.popup_data .mu-event-timeline ul li:nth-child(2n) .mu-single-event::before {
	display: none;
	}
.popup_data .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event p {
	text-align: left;
	}
.popup_data .mu-event-timeline ul li .mu-single-event{
    -webkit-box-shadow: 0 0 5px 0 rgb(32 32 47 / 23%);
    -moz-box-shadow: 0 0 5px 0 rgba(32,32,47,0.23);
    box-shadow: 0 0 5px 0 rgb(32 32 47 / 23%);	
	}
.popup_data .mu-event-timeline ul li .mu-single-event p span{
	float: right;
	}

.popup_data .speaker_avatar img{
	max-width: 100%;
    max-height: 229px;
    border-radius: 50%;	
	}


.mu-event-timeline ul li .mu-single-event img.speaker_small{
	width: 46px;
	height: 46px;
	padding: 2.5px;
	float: right;	
	}

.popup_data .mu-event-timeline ul li:nth-child(2n+1) .mu-single-event img.speaker_small{
	float: left;
	}
.popup_data .mu-event-timeline ul li .mu-single-event img.speaker_small{
	float: left;
	}

.popup_data .speaker_list img{
	width: 100px;
    border-radius: 50px;
    float: left;
    margin-right: 20px;	
	}
.popup_data .speaker_list .data{
    float: left;
    line-height: 100px;
	}
.popup_data .speaker_list .data span{
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	}

.popup_data .speaker_list .link_speaker{
    margin-bottom: 20px;	
	}

.popup_data::-webkit-scrollbar {
  	width: 5px;
	}

.popup_data::-webkit-scrollbar-thumb {
  	background: #cbcbcb;
  	border-radius: 2px;
	}






div.banner_app{
	display: none;
	cursor: pointer;
	}


@media (min-width: 900px){

	body.banner_app .mu-navbar{
		top: 57px;
		}
	body.banner_app .mu-nav-show{
		top: 57px;
		}

	body.banner_app div.banner_app{
		display: block;
		position: fixed;
		width: 100%;
		z-index: 9999;
		margin-bottom: -57px;
		background-color: #;
		background: #585858;
		line-height: 57px;
		color: #fff;
		text-align: center;
		font-size: 18px;
		}
	.close_banner{
		float: right;
		margin-right: 50px;
		padding: 20px;
		padding-bottom: 0px;
		margin-top: -20px;
		cursor: pointer;
		}

	}



@media (max-width: 480px){

	.popup_data .partner_avatar{
		margin-top: 50px;
		}

	}


.intro_outer{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	}
.intro{
	font-size: 18px;
	width: 50%;
	margin-bottom: 60px;
	}
.intro span{
	display: block;
    float: left;
    width: 25px;
    height: 25px;
    background: #1982C4;
    border: 1px solid #1982C4;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 23px;
    margin-bottom: 50px;
    margin-right: 15px;
	}
.intro img{
	margin: auto;
    display: inherit;
    margin-top: 30px;
	}
.intro.i2{
	margin-top: 29%;
	}
.intro.i3{
	margin-top: -24%;
	}


.popup_data a{
	color: #0D76B8;
	text-decoration: underline;
	cursor: pointer;
	}
.popup_data .tabs{
	border-bottom: 1px solid #D6D6D6;
	margin-top: 39px;
	margin-bottom: 60px;
	line-height: 45px;
	}

.popup_data .tab_btn{
	font-size: 18px;
	color: #333;
	float: left;
	margin-right: 69px;
	cursor: pointer;
	}

.popup_data .tab_btn.active{
	border-bottom: 2px solid #333;
	}

.popup_data .tab:not(.active) {
	display: none!important;
	}
.popup_data .tab.active{
	display: block;
	}


.popup_data .soc_btns{
	margin-bottom: 20px;
	}
.popup_data .link_youtube{
	margin-top: 50px;
	text-align: center;
	}
.popup_data .location{
	margin-top: 15px;
	font-size: 24px;
	font-weight: 600;
	color: #9C9C9C;
	}


.popup_data .readmore_content{
	width: 100%;
	}
.popup_data .readmore_content .img_wrapper{
	margin-top: -50px;
	text-align: center;
	margin-bottom: 49px;
	}
.readmore_content .name{
	font-weight: bold;
	margin-bottom: 22px;
	}
.read_more_back{
	cursor: pointer;
	}

.offer_inputs{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 59px;
	}
.offer_inputs input{
	border: 1px solid #C2C7CD;
	height: 45px;
	margin-right: 49px;
	padding-left: 10px;
	}
.offer_inputs .offer_send{
	height: 45px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #1982C4;
	border-radius: 3px;
	}



.offer_inputs .offer_name{
	width: 40%;
	}
.offer_inputs .offer_email{
	width: 60%;
	}





.popup_data .tab.products{
	width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	}
.popup_data .product{
	width: 300px;
	margin-bottom: 30px;
	}
.popup_data .product img{
	margin-bottom: 20px;
	}
.popup_data .product .name{
	font-weight: bold;
	margin-bottom: 20px;
	}
.popup_data .product .short_description{
	margin-bottom: 20px;
	}



.popup_data .tab.news{
	width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	}
.popup_data .new{
	width: 300px;
	margin-bottom: 30px;
	}
.popup_data .new img{
	margin-bottom: 20px;
	}
.popup_data .new .name{
	font-weight: bold;
	margin-bottom: 20px;
	}
.popup_data .new .short_description{
	margin-bottom: 20px;
	}


.popup_data .tab.brochures{
	width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	}
.popup_data .brochure{
	width: 300px;
	margin-bottom: 30px;
	}
.popup_data .brochure .file_type{
	text-transform: uppercase;
	margin-bottom: 6px;
	}
.popup_data .brochure .name{
	font-weight: bold;
	margin-bottom: 20px;
	}
.popup_data .brochure .short_description{
	margin-bottom: 20px;
	}


.popup_data .go_next{
	position: absolute;
	right: 26px;
	top: 25%;	
	cursor: pointer;
	}

.popup_data .go_prev{
	position: absolute;
	left: 26px;
	top: 25%;
	cursor: pointer;	
	}


@media (max-width: 800px) {

	.popup_data .tabs {
	    display: flex;
	    overflow: auto;
		}
	.link_youtube iframe{
		width: 100%!important;
		}

	.popup_data .readmore_content .img_wrapper {
	    margin-top: 0px;
		}
	.read_more_back {
	    cursor: pointer;
	    margin-top: -50px;
		}

	.popup_data .go_next {
	    position: absolute;
	    right: 5px;
	    width: 5%;
	    top: 19%;
	    cursor: pointer;
		}
	.popup_data .go_prev {
		position: absolute;
		left: 5px;
		top: 19%;
		width: 5%;
		cursor: pointer;
		}

	}
