
@import "_reset.style.css?id=56";
@import "_menu.style.css?id=56";
@import "_booth.style.css?id=56";
@import "_chat.style.css?id=56";
@import "_session.style.css?id=56";
@import "_profile.style.css?id=56";
@import "_problemsandpraise.css?id=56";
@import "_countdown.style.css?id=56";
@import "_jquery.rating.css?id=56";
@import "_ratingstar.css?id=56";
@import "_meet.style.css?id=56";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	color: var(--text-color);
}
.color-gray{
	color: var(--gray);
}
.m-login__forget-password{
	display: none;
}
@media (max-width: 768px) {
	.hidemobile{
		display: none;
	}
}

#sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    margin-right: -35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#sidebar {
	min-width: 300px;
	max-width: 300px;
	background-color: var(--primary);
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 100;
	position: relative
}

.mobileAPP .mainpage .section1{
	width: 100vw;
	min-height: 100vh;
}
#sidebar > div{
	position: sticky;
	top: 0;
}

@media (max-width: 768px) {
	#sidebar .custom-menu{
		top: 55px;
	}
}


.mobileAPP .switchtextgrids , .mobileAPP .menutop, .mobileAPP #sidebar, .mobileAPP .navbar, .mobileAPP .h1table:not(.displayAPP), #cookieconsent {display: none !important; }
.mobileAPP #listschedule{ display: initial !important; }

.sponsorsslide{
	width: 250px;
	margin-left: 25px;
	margin-bottom: 25px;
}

#sidebar .h6 { color: #fff; }
#sidebar.active { margin-left: -300px; }
#sidebar h1 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
}
#sidebar h1 .logo {
	color: #fff;
	display: block;
	padding: 10px 30px;
	background: #2f89fc; 
}
#sidebar ul.components { padding: 0; }
#sidebar ul li { font-size: 14px;  }
#sidebar ul li > ul { margin-left: 10px; }
#sidebar ul li > ul li { font-size: 14px; }
#sidebar ul li a { 
	padding: 18px 20px 18px 40px;
	display: flex;
	color: var(--menu-hover);
	align-items: center;
	cursor: pointer;
}
#sidebar ul li a .iconconflr{ margin-right: 10px; }
#sidebar ul li a span.notif { position: relative; }
#sidebar ul li a span.notif small {
	position: absolute;
	top: -3px;
	bottom: 0;
	right: -3px;
	width: 12px;
	height: 12px;
	content: '';
	background: red;
	border-radius: 50%;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 8px;
}
#sidebar ul li a:hover {
	color: var(--menu);
	background-color: var(--menu-hover);
	border-bottom: 1px solid;
	border-color: var(--menu-hover);
	text-decoration: none;
}
#sidebar ul li.active > a {
	background-color: var(--menu-hover);
	color: var(--menu); 
}
#sidebar ul li.active > a:hover {
	color: var(--menu);
	background-color: var(--menu-hover);
	border-bottom: 1px solid;
	border-color: var(--menu-hover);
}

.fullmenu{
	overflow-y: scroll;
	height: 100vh;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */

}
.fullmenu::-webkit-scrollbar {
  display: none;
}



@media (prefers-reduced-motion: reduce) {
	#sidebar .custom-menu {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; 
	} 
}
#sidebar .custom-menu .btn.btn-primary {
	background-color: var(--primary);
	border-color: transparent;
	position: relative;
	color: #FFF;
	width: 35px;
	height: 35px;
	padding: 0px;
	border-radius: 0px;
	z-index: 100;
}

#sidebar a{
	color: var(--menu-hover);
	}
.sponsorsslide a.slick-slide {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 5px;
}



.section1{
    background-color: #F2F2F2;
   /* height: calc(100vh - 55px);
	overflow: scroll;*/
}
.section2 {
    width: 100%;
    min-height: calc(100vh - 55px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.bottom-footer .wrap {
    max-width: 100%;
}

.bg-wrap {
    width: 100%;
    position: relative;
    z-index: 0;
}
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.bgwhite{
	background: #FFFFFF;
}

.autoplay {
	height: 100px;
}
.slick-prev, .slick-next {
    opacity: 0;
}
.thankssponsors{
	padding: 10px;
	font-size: 1.2em;
	color: #CCC;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}

#toast-container{position:sticky;z-index:1055;top:0}#toast-wrapper{position:absolute;top:0;right:0;margin:5px}#toast-container>#toast-wrapper>.toast{min-width:150px}#toast-container>#toast-wrapper>.toast>.toast-header strong{padding-right:20px}


.bg-info {
    background-color: var(--primary) !important;
}
.maincontent{
	width:100%;
	min-height: 100vh;

}
.table thead th{
	font-weight: bold;
}
.welcomepage{	
	background-color: #8AA9C1;
	max-height: 200vh;
	text-align: center;
	padding: 0px;
	max-height: 100vh;
}


#myprofile{
	display: none;
	position: absolute;
	left: 260px;
	top: 0px;
	z-index: 9999;
	border: 1px solid;
	border-color: var(--primary);
	border-radius: 4px;
}
#myprofile::before {
    content: '';
	border-color: var(--primary);
    background-color: transparent;
    border-left: 8px solid transparent;
    position: absolute;
    border-bottom: 8px solid transparent;
    border-right: 8px solid;
    border-top: 8px solid transparent;

    top: 18px;
    left: -16px;
}
#sidebar ul li #myprofile a {
    padding: 10px 20px;
    display: flex;
    color:#414042;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
}
#sidebar ul li  #myprofile a:hover {
	color: #fff;
	background-color: var(--primary);
	border-bottom: 1px solid;
	border-color: var(--primary);

	text-decoration: none;
}
.bg-wrap .user-logo h3 {
    color: #414042;
    font-size: 18px;
}
.user-logo .img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
}
.login {
	margin: 0 auto;
	padding: 0px;
	max-width: 900px;
	border-radius: 5px !important;
}
.login-sec{
	padding: 50px;
	background-color: #FFF;
}
.form-login{
	padding: 1.5em 1em;
}
.login-block .container{
	padding: 0px;
}
.banner-sec{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.01))), url("/images/loginimage.png");
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url("/images/loginimage.png");
	background-position: 0px 0px, 50% 50%;
	background-size: auto, contain;
	background-attachment: scroll, scroll;
	background-color: #fff;
	background-repeat: no-repeat;
}
.recordedsession{ max-width:80rem; margin-left:auto; margin-right:auto; }
.recordedsession td{padding:0.5rem; border-bottom:1px solid var(--primary); }
.inputerror{
	border: 2px solid;
	border-color: var(--red);
}
.noflex{
	display: inherit;
}
.topbanner {
    text-align: center;
    color: #FFF;
    background-color: #414042;
    padding: 10px;
}

.topbanner a {
	color: #FFF;
	text-decoration: underline;
}

.topbanner a.button{
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #FFFFFF;
	margin:0 0.3em 0.3em 0;
	border-radius:0.12em;
	box-sizing: border-box;
	text-decoration:none;
	font-weight:300;
	color:#FFFFFF;
	text-align:center;
	transition: all 0.2s;
	cursor: pointer;
}

a {
	cursor:pointer;
}

.card {
	border: 0px;
}
.card-footer {
	background-color: transparent;
}
.coffee p, .coffee h5, .coffee{
	text-align: center;
}

.alert-info{
	background-color: var(--text-color);
	border: 0px;
	color: var(--alt-color);
}
.alert-info a { color: var(--alt-color); }
.btn {
	padding: .25rem .75rem;
	border-radius: 0.5rem;
}
.list-group-item{
	border: 0px;
	border-radius: 0px !important;
}
hr.hr{
	width: 50%;
	border: 0.5px solid;
	border-color: var(--text-h2);
	margin: 50px auto;
}
.light {
	font-weight: 400;
}

.displayblock {
	display: block;
}








.alert-success {
	background-color: #567F42;
	border-color: #567F42;
	color: #FFFFFF;
}
.list-group-item.active {
	color: var(--alt-color);
	background-color: var(--text-color);
	border-color: var(--text-color);
}
.badge-primary {
	color: var(--alt-color);
	background-color: var(--text-color);
}
.btn-outline-primary,
.btn-outline-success {
	color: var(--text-color);
	border-color: var(--text-color);
}
.btn-outline-success:hover {
	color: #fff;
	background-color: var(--text-color);
}
.btn-primary, .btn-primary a, .btn-outline-primary:hover, .btn-primary a:not([href]), .btn-outline-primary:hover a:not([href]) {
	color: var(--alt-color) !important;
	background-color: var(--text-color);
	border-color: var(--text-color);
}
.btn-outline-secondary {
	color: var(--secondary);
	border-color: var(--secondary);
	padding: .25rem .75rem;
	border-radius: 0.5rem;
}
.btn-secondary, .btn-secondary a, .btn-outline-secondary:hover, .btn-secondary a:not([href]), .btn-outline-secondary:hover a:not([href]) {
	color: var(--alt-color) !important;
	background-color: var(--secondary);
	border-color: var(--secondary);
	padding: .25rem .75rem;
	border-radius: 0.5rem;
}

.fullscreen {
	width:100%;
	height: 100%;
	background-color: black;
}

.fullscreen h1 {
	color: white;
}
.fullscreen .message-box{
	max-height: 100%;
	height: 100%;
}
.fullscreen-button {
	position: absolute;
	top: 0;
	right: 0;
    background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    color: white;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.counter {
	overflow: hidden;
	min-height: 90px;
}

.counter-icon {
    width: 30%;
    text-align: center;
    margin-right: 5%;
    float: left;
    font-size: 50px;
}

.counter-content {
    float: left;
    width: 85%;
    text-align: left;
}

.counter-content > h5 {
    font-size: 34px;
    margin: 0px 0;
    text-align: center;
}
.counter-content > span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.counter-content > span.url {
    text-transform: none;
    font-weight: 300;
    font-size:0.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.counter-content {
  text-align:center;
  border: 1px solid #414042;
  border-radius: 10px;
  margin: 0 auto;
  float: none;
  background: white;
}

.counter-content > span {
  border-top: 1px solid #414042;
}
.counter-main {
  margin: 0 auto;

}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}





.wrap {
	width: 80%;
	margin: 0px auto;
	z-index: 300;
	position: relative;
}
.logo{
	display:none;
}

.end {
	margin: 0;
}


.downloadSmint {
	width:90%;
	max-width: 450px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.downloadSmint img, .codeImg {
	width:100%;
	max-width: 445px;
	height: auto;
}
margin: -1.2em 0 0 0em;
}
/*-- start-smartphone_nav --*/
.nav {
    display:none;
}
.nav-item {
    float:left;
    display:inline;
}
.nav-item a {
    display:block;
}
.nav-item a:hover {
	background:var(--primary);
	color: #FFFFFF;
}
.nav-mobile {
   display: none;
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	background: rgba(255, 255, 255, 0.9);
	height:40px;
	padding: 5px 42px;
	width:100%;
	text-align:right;
	color: #444;
}
.nav-mobile {
    display:block;
}
.nav {
	width:100%;
}
.nav-list {
    display:none;
    background: #FFF;
    margin-top: 40px;
}
.nav-item {
    width:100%;
    text-align: center;
}
.nav-item a {
	font-weight: 400;
	padding: 10px;
	text-transform: uppercase;
	border-top: 1px ridge #CCCCCC;
	color: var(--primary);
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
	font-size: 1.2em;
}

.nav-item2 li {
    float:left;
    text-align: center;
    width: 32%;
    padding:5px;
    height:60px;
}
.nav-item2 li a {
	font-weight: normal;
	padding: 0px 10px;
	text-transform: uppercase;
	border: none;
	color: #68a4d9;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
	font-size: 1em;
}
.nav-inner {
   display: none;
}
.nav-active, .nav-active-inner .nav-inner {
     display:block;
     z-index: 2000;
}
a.button.scroll {
	padding: 16px;
	border: 2px solid #fff;
	position: absolute;
	display:block;
	top: 485px;
	left: 50%;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.button.scroll:hover {
	opacity: 0.6;
}
/* services */
.services {
	padding: 12% 0 7%;
	background: #DB5941;
}
.services h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
}
.services p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}

.RadMenu a.rmLink {
	cursor: pointer;
}


.colleft {
	width:250px;
	float:left;
	background-color: rgba(112, 168, 218, 0.3);
}

.colright {
	display: inline-block;
	padding: 0 10px;
}

.breadcrumb {display: none; }
.fa {
    text-indent: 0;
}

.hidden {
	display: none;
}

#sitemap_sitemap {
	border-top: 1px solid #CCC;
	padding-left:250px;
}

.RadSiteMap_Default .rsmTwoLevels .rsmLink {
	font-weight: 700;
}

.RadSiteMap .rsmTwoLevels .rsmLevel1 .rsmItem .rsmLink {
    font-weight: normal;
}


#menu{
	border-top: 1px solid rgb(51,51,51);
    border-bottom: 1px solid rgb(51,51,51);
    margin-top: 0.75em;
    list-style: none;
	margin: 0 auto;
}

#menu li{
	float: left;
	padding: 0 0 10px 1.1em;
	margin: 5px 0 0 0;
    list-style-image: none;
}
.tab_wrapper>ul>li{ list-style: none; }
#menu li:hover > ul{
	display: block;
}

/* Sous-menu */

#menu ul{
    margin:0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width:1200px;
    z-index: 99999;
}

#menu ul li{
    float: left;
    margin: 0;
    padding: 0;
    height: 120px;
    display: block;
    background: white;
    border: 1px solid rgb(51,51,51);
    
}

#menu ul a{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    text-transform: none;
}

#finalise {
	background-color: #68A4D9;
	padding: 10px;
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
}

.tab-content {
	margin-bottom: 20px;
}



ul.listul {
	padding:0 1em 0 3em;
}

ul.listul li {
	padding-left: 1em;
	text-indent: -3em;
	margin-bottom: 10px;
}
ul.listul li:before {
    content: "# ";
    padding: 4px 5px 6px 10px;
	margin-right: 10px;
	vertical-align: top;
	border-radius: 60px;
	font-weight: bold;
	font-size: 0.8em;
}

ol.listol {
	padding:0 1em 0 3em;
	counter-reset: repas;
}

ol.listol li:before {
    content: "#";
}

ol.listol li {
    list-style-type: none;
    counter-increment: repas;
    margin-bottom: 10px;
    padding-left: 1em;
	text-indent: -3em;
}
ol.listol li:before {
    content: counter(repas);
    padding: 4px 8px;
    margin-right: 8px;
    vertical-align: top;
    -moz-border-radius: 60px;
    border-radius: 60px;
    font-weight: bold;
    font-size: 0.8em;
    border: #414042 solid 1px;
}
ol.alpha li:before {
	content: counter(repas, lower-alpha);
}
.content ol.listol li:before, .content ul.listul li:before {
	background: #FFF;
    color: #68A4D9;
}
.content2 ol.listol li:before, .content2 ul.listul li:before {
	background: #FFF;
    color: #68A4D9;
}
.first {padding-top: 140px;}

.classname {
	border-radius: 3px;
	border: 1px solid #e0e9f6;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}
p.pos_fixed {
    position: fixed;
    top: 130px;
    right: 20px;
    margin:10px;
    font-size: 2em;
    background-color: transparent;
}
p.pos_fixed a, p.pos_fixed a:visited  {
	color: #E0E9F6;
	background-color: #266195;
}
.content2 .classname {
	border: 1px solid #266195;
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}

.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 3% 0% 0%;
}
#services > div > div:nth-child(5) {
	margin-right: 0;
}
.col_1_of_3:first-child { margin-left: 0; }
#services > div > div> img {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#services > div > div> img:hover {
	opacity: 0.6;
}
.span_1_of_3 {
	width: 30.6%;
	text-align: center;
	margin-top: 1%;
	padding-bottom: 1%;
}
.span_1_of_3 h4 a {
	font-family: 'Noto Sans', sans-serif;
	color: #E4E4E4;
	font-size: 1.6em;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span_1_of_3 h4 a:hover{
	color:#F8BC3A;
}
.span_1_of_3  p  {
	font-family: 'Noto Sans', sans-serif;
	font-size:1em;
	padding:0.5em 0;
	color: #E4E4E4;
	line-height: 1.9em;
	font-weight: 100;
	font-style: normal;
}
.span_1_of_3 p a {
	padding: 13px 20px;
	color: #E4E4E4;
	font-size: 0.8755em;
	border: 2px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span_1_of_3 p a:hover {
	color: #F8BC3A;
	border: 2px solid #F8BC3A;
}
/*--- PORTFOLIO --*/
.portfoliO{
	text-align:center;
	background: #EBEBEA;
	padding: 7% 0;
}
.portfoliO h3{
	font-family: 'Noto Sans', sans-serif;
	color: #000;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.portfoliO p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #777;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
/*---start container --*/
#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info .info-wrapper {
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#info a {
	color:#c09853;
	text-decoration:none;
}
	
#info p {
	margin:5px 0 0 0;
}
.container { 
	position: relative; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
#filters {
	margin:4%;
	padding:0;
	list-style:none;
}
#filters li {
	display:inline-block;
	margin-right: 20px;
}
#filters li span {
	font-family: 'Noto Sans', sans-serif;
	font-size:1em;
	display: block;
	padding: 18px 30px;
	font-weight:600;
	text-decoration: none;
	color: #191919;
	background: #fff;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
#filters li span.active,#filters li span:hover {
	background: #DB5941;
	color:#fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31.3%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	border: 15px solid #fff;
	top: 0px !important;
	max-width:100%;
	position: relative;
	opacity: 5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.portfolio img:hover {
	border: 15px solid #DB5941;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #EA6060;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size: 20px;
	text-transform:uppercase;
}
a.popup-with-zoom-anim img {
	
}

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*---team-members--*/
.team-members{
	padding: 7% 0;
	background: #F8BC3A;
}
.tm-head{
	text-align:center;
}
.tm-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.tm-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
.tm-head-grid img{
	width: 90.6%;
	cursor: pointer;
}
.tm-head-grid:hover {
	background:  #DB5941;
}
.tm-head-grid {
	width: 30.9%;
	text-align: center;
	float: left;
	margin-right: 3.6%;
	padding-top: 14px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.tm-head-grids {
	width: 82%;
	margin: 0 8% 0;
}
.tm-head-grid:nth-child(3){
	margin-right:0;
}
.tm-head-grid h4{
	color: #333;
	font-size: 1.2em;
	font-weight: 400;
	margin: 0.8em 0 0.2em 0;
}
.tm-head-grid h5{
	color: #7C3939;
	margin: 0 auto;
	font-size: 1em;
}
/*---//team-members--*/
/*----team-info----*/
.team-info{
	font-family: 'Droid Serif', serif;
	color: #777777;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1.8em;
	text-align: center;
	width: 60%;
}
/*--//team-info--*/
.top-social-icons li{
	display: inline-block;
	margin: 1.2em 0.3em;
}
.top-social-icons li a{
	width:30px;
	height:30px;
	display:block;
}
.twitter{
	background:url(../images/top-social-icons.png) no-repeat 0px 0px;
}
.facebook{
	background: url(../images/top-social-icons.png) no-repeat -82px 0px;
}
.pin{
	background: url(../images/top-social-icons.png) no-repeat -207px 0px;
}
/*--------social simptip--------*/
[data-tooltip] {
	position: relative;
	display: inline-block;
}
[data-tooltip].simptip-position-bottom:before {
	border-bottom-color: #EEE;
}
[data-tooltip].simptip-position-bottom:after {
	background-color: #EEE;
	color: #777;
}
[data-tooltip]:before {
	content: '';
	position: absolute;
	border-width: 6px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
[data-tooltip]:after {
	height: 22px;
	padding: 11px 11px 0;
	font-size: 13px;
	line-height: 11px;
	content: attr(data-tooltip);
	white-space: nowrap;
}
[data-tooltip]:hover, [data-tooltip]:focus {
	background-color: rgba(0, 0, 0, 0);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
	visibility: visible;
	opacity: 1;
}
.simptip-position-bottom.simptip-movable:before {
	margin-top: -15px;
}
.simptip-position-bottom.simptip-movable:after {
	margin-top: -3px;
}
.simptip-position-bottom:before, .simptip-position-bottom:after, .simptip-position-top:before, .simptip-position-top:after {
	left: 32%;
}
.simptip-position-bottom:before, .simptip-position-bottom:after {
	top: 110%;
}
.simptip-position-bottom:after, .simptip-position-top:after {
	margin-left: -18px;
}
.simptip-position-right.simptip-movable:before, .simptip-position-right.simptip-movable:after, .simptip-position-left.simptip-movable:before, .simptip-position-left.simptip-movable:after, .simptip-position-top.simptip-movable:before, .simptip-position-top.simptip-movable:after, .simptip-position-bottom.simptip-movable:before, .simptip-position-bottom.simptip-movable:after {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.simptip-position-bottom.simptip-movable:hover:before, .simptip-position-bottom.simptip-movable:hover:after {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
/*--- experience --*/
.experience{
	padding: 7% 0;
	background: #2F2F2F;
}
.ex-head{
	text-align:center;
}
.ex-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	text-align: center;
}
.ex-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #B3AEAE;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
/* start progress */
.main_pb {
	padding:0 4%;
}
.progress1_of_2{
	width:100%;
}
.progress1_of_2:first-child{
	margin-left: 0;
}
.prog{
	position: relative;
}
.prog1{
	position: relative;
}
.prog2{
	position: relative;
}
.text{
	float: left;
}
.text span {
	font-size: 1em;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 400;
	position: absolute;
	top: 32px;
	left: 29%;
	z-index: 1;
}
.text_p{
	text-align: right;
	position: relative;
	top: 32px;
	right: 22%;
}
.text_p span{
	font-size: 1em;
	color: #fff;
}
.progress-bar-container {
	margin: 0% auto 0;
	width: 46%;
	height: 40px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.progress-bar {
 	 width: 0;
	 height: 100%;
	 background-color: #04B404;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.progress-bar1 {
 	 width: 0;
	 height: 100%;
	 background-color: #27AE61;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.progress-bar2 {
 	 width: 0;
	 height: 100%;
	 background-color: #DB5941;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
/*---//experience--*/
/*---fun--*/
.fun{
	padding: 7% 0;
	background: #2A80B9;
}
.fun-head{
	text-align:center;
}
.fun-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 500;
	text-align: center;
}
.fun-head-grids {
	text-align: center;
	margin:0 auto;
}
.fun-head-grid img {
	padding: 50px;
	background: #fff;
	cursor: pointer;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fun-head-grid img:hover {
	opacity: 0.6;
}
.fun-head-grid {
	text-align: center;
	display: inline-block;
	margin-right: 2%;
	padding-top: 14px;
}
.fun-head-grid:nth-child(4){
	margin-right:0;
}
.fun-head-grid h4{
	color: #FFF;
	font-size: 2.2em;
	font-weight: 400;
	margin: 3% 0;
}
.fun-head-grid h5{
	color: #E9E4E4;
	margin: 0 auto;
	font-size: 1.1em;
}
/*---//fun--*/
/*---blog--*/
.blog{
	padding: 7% 0;
	background: #EFEFEE;
}
.blog-head{
	text-align:center;
}
.blog-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #333;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.blog-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #777;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
.blog-grid {
	margin-bottom: 3.2%;
}
.blog-left{
	float: left;
	width: 46%;
	background:#fff;
	padding: 15px;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.blog-right{
	float: right;
	width: 46%;
	background:#fff;
	padding: 15px;
	 border-radius: 10px;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
.img-left{
	float: left;
	width: 43%;
}
.img-left img{
	width: 100%;
	cursor:pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.img-left img:hover{
	opacity: 0.6;
}
.text-right {
	float: right;
	width: 52%;
}
.text-right h6{
	font-size: 0.8755em;
	color:#777;
	padding-bottom: 3px;
}
.text-right h3 a{
	font-size: 1.5em;
	color: #303030;
	font-weight: 600;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.text-right h3 a:hover{
	color: #2A80B9;
}
.text-right p{
	font-size: 0.9755em;
	color:#222;
	line-height: 1.8em;
}
.text-right p a {
	font-size: 0.82355em;
	color: #fff;
	float: right;
	padding: 6px 10px;
	margin-top: 6px;
	background: #DB5941;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.text-right p a:hover {
	background: #2A80B9;
}
/*---//blog--*/
/*---studio--*/
.studio{
	padding: 7% 0;
	background: #DB5941;
	text-align: center;
}
.studio-head{
	text-align:center;
}
.studio-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.studio-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}

/*---//studio--*/
/*---clients--*/
.clients{
	padding: 7% 0;
	background: #fff;
}
.client-head{
	text-align:center;
}
.client-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #333;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
/*-----*/
.flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    margin: 2em 0 0em;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    cursor:pointer;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}
/*---//End-trust-----*/
/*---//clients--*/
/*--- pricing ---*/
.pricing{
	padding: 7% 0;
	background: #DB5941;
}
.pricing-head{
	text-align:center;
}
.pricing-head h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.pricing-head p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 11%;
}
#pricing > div > h3 {
	color: #fff;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 3%;
}

/* logos */
.logos{
	background: #2F2F2F;
	padding:3% 0;
}
.logos li{
	display: inline-block;
	margin-right: 12%;
}
.logos li:last-child {
	margin-right: 0%;
	float: right;
}

.Hyatt {
	background: url(../images/Bellevue-Skyline.jpg) no-repeat bottom #bac3c8;
	background-size: 100%;
	color: #e0e9f6;
}
.Hyatt p{
	color: #e0e9f6;
}

/* contact */
.contact{
	padding: 7% 0;
	background: #F4BA46;
	text-align:center;
}
.contact h3{
	font-family: 'Noto Sans', sans-serif;
	color: #fff;
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
}
.contact p{
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.2em;
	padding: 0em 0;
	color: #E4E4E4;
	line-height: 1.5em;
	text-align:center;
	margin-bottom: 6%;
}
/* contact_form */
.contact_form {
	width: 50%;
	margin: 0 auto;
}
.contact_form span{
	float: left;
	width: 100%;
}
.contact_form span label {
	float: right;
	position: relative;
	top: -45px;
}
.contact_form span label1 {
	float: right;
	position: relative;
	top: -200px;
}
.contact_form span.left{
}
.contact_form input[type="text"], .contact_form textarea, .contact_form select, .contact_form input[type="password"] {
	font-family: 'Noto Sans', sans-serif;
	background: #FFFFFF;
	border: none;
	color: #525252;
	padding: 16px 50px 16px 16px;
	font-size: 0.8755em;
	display: block;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact_form select.line {
	padding: 10px;
	min-width: 50px;
}
.contact_form select{
	width: 100%;
}
.contact_form input[type="text"]:hover,.contact_form textarea:hover {
	
}
.contact_form textarea{
	margin: 0 0 3%;
	resize:none;
	height:180px;	
}
.contact_form input[type="submit"], .contact_form .button a{
	font-family: 'Noto Sans', sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
	color: #68A4D9;
	background: #E0E9F6;
	border:none;
	outline:none;
	display: inline-block;
	padding: 15px 40px;
	font-size:1em;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact_form input[type="submit"]:hover{
	color: #fff;
	background: #2A80B9;
}

.custom-dropdown {
    margin: 0 0 45px 0;
}
.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select{
    font-size: inherit; /* inherit size from .custom-dropdown */
    padding: .5em; /* add some space*/
    margin: 0; /* remove default margins */
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;
}

.custom-dropdown__select--blue {
    color: #FFF;
}


.remove_slot:hover{
	cursor: pointer;
}
.highlight {
	font-size: 1.2em;
	border: 0.5px solid white;
	background: #E0E9F6;
	color: #266195;
	padding:1em;
	border-radius: 50px;
	text-align: center;
}
.highlight img{
	float:right;
	height: 256px;
}

#finalise {
	background-color: #567F42;
	padding: 10px;
	font-size: 14px;
	color: #FFF;
}
#error {
	text-align:center;
	padding:15px;font-size:14px;
	font-weight:bold; 
	background: #C12A1E; 
	margin:0 auto; 
	padding:14px; 
	color:#FFF;
}


@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .custom-dropdown__select {
        padding-right: 2.5em; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%; margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 2em;
        right: 0; top: 0; bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }

    /* White dropdown style */
    .custom-dropdown--white::before {
        background-color: #fff;
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: #aaaaaa;
    }
    
    .custom-dropdown--blue::before {
        border-left: 1px solid white;
    }

    .custom-dropdown--blue::after {
        color: white;
    }

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}

/* EXHIBITORS LIST*/

td.block { padding:0px; min-width: 47px; color:#FFF;}


/* topup */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 44px;
	height: 44px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat right top;
	z-index: 500;
}




._2cols {
    /*width: 100%;           /* change it to whatever you like */
    position: relative;
    /* these should be probably already set up by `reset.css` */ 
    list-style-type: none;
    margin: 0;
    padding: 0;
}

._2cols:before, ._2cols:after {
    text-align: center;
    display: block;
    border-bottom: 0;
    width: 48%;
}

._2cols > li {
    text-align: left;
    width: 48%;
    float: left;
    margin-right: 2%;
}
._2cols > li a {
	display: block;
}

._2cols li:nth-child(even) {
    margin-left: -2px;
}

._2cols ul {
	width:100%;
}

.fourcol {
    width: 100%;           /* change it to whatever you like */
    position: relative;
    /* these should be probably already set up by `reset.css` */ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

.fourcol:before, .fourcol:after {
    text-align: center;
    display: block;
    border-bottom: 0;
    width: 24%;
}

.fourcol > li {
    text-align: left;
    width: 23%;
    float: left;
    font-size: 1.1em;
    margin-right: 2%;
}
.fourcol > li a {
	display: block;
}

.fourcol li:nth-child(even) {
    margin-left: -2px;
}

.twocol {
    width: 100%;           /* change it to whatever you like */
    position: relative;
    /* these should be probably already set up by `reset.css` */ 
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

.twocol:before, .twocol:after {
    text-align: center;
    display: block;
    border-bottom: 0;
    width: 48%;
}

.twocol > li {
    text-align: left;
    width: 48%;
    float: left;
    font-size: 1em;
    margin-right: 2%;
}
.twocol > li a {
	display: block;
}

.twocol li:nth-child(even) {
    margin-left: -2px;
}

.content a.btn {
	color: #68A4D9;
	padding: 5px;
}
.content a.btn:hover {
	color: #FFF;
	padding: 5px;
}

.cadre img {
	border: 15px solid #fff;
	top: 0px !important;
	max-width:100%;
	position: relative;
	opacity: 5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.box {
    border: 1px solid #414042;
    border-radius: 10px;
    padding: 1em;
    width: 40%;
    margin: 0 auto;
}

.noborder, a.noborder {
	border: 0px ;
}


/***** Technical Program *****/
.schedule__day {
    padding: 0px 16px 0px 32px;
    opacity: 1 !important;
    visibility: visible !important;
    position: initial;
}

.schedule__day {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.day__timeslot.first, .day__timeslot:first-child {
    margin-top: 0px;
}
.day__timeslot {
    overflow: hidden;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    width: 100%;
    display: table;
}
.timeslot__label {
    font-size: 45px;
    line-height: 1;
    font-weight: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 137px;
    height: 137px;
    overflow: hidden;
    padding-top: 16px;
    transform: translate3d(0px, 0px, 0px);
    display: block;
    z-index: auto;
}
.timeslot__label span {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.timeslot__events a{
	border:none;
}
.timeslot__events:nth-child(2) {
    padding: 0px 0px 0px 137px;`
}
.timeslot__events, .timeslot__label {
	float: none;
    display: table-cell;
    vertical-align: top;
}

.event {
    display: block;
    font-weight: 300;
    margin-left: 32px;
    border-left: 0px solid #FFF;
    padding-left: 0px;
    cursor: pointer;
    position: relative;
    transition-property: border-left-width;
    transition-duration: 0.1s;
}
.last .event__content, .event:last-child .event__content {
    border-bottom-color: transparent;
    margin-bottom: 0px;
}
.event__content {
    border-bottom: 1px solid #E7E7E7;
    padding-top: 20px;
    padding-bottom: 30px;
    transition-property: padding-left;
    transition-duration: 0.1s;
}
.event__title {
    color: #FFF;
    font-size: 1.2em;
    line-height: 1.6;
    width: 85%;
}
.event__details:after {
    clear: both;
    content: " ";
    display: table;
}

.event__room {
    display: inline-block;
    vertical-align: baseline;
}
blockquote:after {
    content: "\201D";
    font-family: Georgia,serif;
    font-size: 30px;
    font-weight: bold;
    color: #999;
    position: relative;
	left: 10px;
	bottom: -10px;
	line-height: 16px;
}
blockquote:before {
    content: "“";
    font-family: Georgia,serif;
    font-size: 30px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 10px;
}
blockquote {
    display: block;
    background: none repeat scroll 0% 0% #FFF;
    padding: 15px 20px 15px 35px;
    margin: 0px 0px 10px;
    position: relative;
    line-height: 1.2;
    text-align: justify;

    vertical-align: text-top;

}
blockquote, q {
    quotes: none;
}


.contact_form .radio input[type=radio],
.contact_form .checkbox input[type=checkbox] {
	display: none;
}
.contact_form .radio label {
	float:none;
	position:static;
}
.contact_form .radio label:before, .contact_form .checkbox label:before {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-right: 10px;
	background-color: #aaa;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.contact_form .radio label:before {
	border-radius: 8px;
}
.contact_form .checkbox label {
	margin-bottom: 10px;
}
.contact_form .checkbox label:before {
    border-radius: 3px;
}

.contact_form .radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 10px;
}

.contact_form .checkbox input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
}

p.time {
	width:100%;
	color: gray;
}
span.room {
	text-align:right;
	font-style: italic;
	float:right;
}

p.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: none;
	margin-bottom: 0;
	width: auto;
	text-align: center;
}
.icon-more:after {
	content: ">";
  	padding-left: 0.3em;
}

.RadSiteMap {
	font-size: inherit;
}
.RadSiteMap_Default {
	font-family: inherit;
}
.sitemap {
	padding: 20px;
	border-top: 1px solid #414042;
}
.sitemap .RadSiteMap_Default > ul > li > a {
	border:0px;
	font-weight: 700;
}

.RadSiteMap .rsmTwoLevels .rsmItem{
	font-size:1em;
}

.RadSiteMap .rsmOneLevel .rsmItem {
    font-size: 1em;
    font-weight: 200;
}

.RadSiteMap_Default .rsmTwoLevels .rsmLink, .RadSiteMap_Default .rsmThreeLevels .rsmLink, .RadSiteMap_Default .rsmManyLevels .rsmLevel1 .rsmLink {
	border-bottom:0px;
}

.RadSiteMap .rsmColumn {
	width: 20%;
}

.RadSiteMap_Default .rsmOneLevel .rsmLink:hover, .RadSiteMap_Default .rsmTwoLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_Default .rsmManyLevels .rsmLevel2 .rsmLink:hover {
    border: none;
    color: #68A4D9;
    background: none;
}


.RadSiteMap > li {
	float:left;
	clear:none;
	width:20%;
}

.breadcrumb {
	padding: 20px 0px;
	font-size:1.3em;
}

.breadcrumb ul li:before {
	display: inline-block;
	content: " > ";
	font-size:1.5em;
	font-weight: 100;
}
.breadcrumb ul li:first-child:before {
	content:"";
}
.breadcrumb .sfBreadcrumbNodeSeparator {
	display:none;
}



/***
	CHAT
***/
.chats li .avatar,.timeline .timeline-badge-userpic img {
	-webkit-border-radius:50%!important;
	-moz-border-radius:50%!important
}
.chats {
	margin:-15px 0 0;
	padding:0;
	max-width: 800px;
}
.chats li {
	list-style:none;
	padding: 0;
	margin: 0px auto;
	font-size:12px
}
.chats li .body {
	display:block
}
.chats li .avatar {
	height:45px;
	width:45px;
	border-radius:50%!important
}
.chats li.in .avatar {
	float:left;
	margin-right:10px
}
.chats li.out .avatar {
	float:right;
	margin-left:10px
}
.chats li .name {
	color:#3590c1;
	font-size:13px;
	font-weight:400
}
.chats li .datetime {
	color:#333;
	font-size:13px;
	font-weight:400
}
.chats li .message {
	display:block;
	padding:5px;
	position:relative
}
.chats li.in .message .arrow,.chats li.out .message .arrow {
	display:block;
	position:absolute;
	top:5px;
	border-top:8px solid transparent;
	border-bottom:8px solid transparent
}
.chats li.in .message {
	text-align:left;
	border: 1px solid var(--text-color);
	border-left:2px solid var(--text-color);
	background:#FFF;
	margin-left: 5px;
}
.chats li.in .message .arrow {
	left:-8px;
	width:0;
	height:0;
	border-right:8px solid var(--text-color);
}
.chats li.out .message {
	border: 1px solid var(--text-color);
	border-right:2px solid var(--text-color);
	background:#D7DDDC;
	text-align:right;
	margin-right: 5px;
}
.chats li.out .message .arrow {
	right:-8px;
	border-left:8px solid var(--text-color); 
}
.chats li.out .datetime,.chats li.out .name {
	text-align:right
}


label {
    font-weight: 400;
}
.form-group.form-md-line-input .help-block {
    position: absolute;
    margin: 2px 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 13px;
}
.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
textarea.form-control {
    height: auto;
}
.popup {
	padding: 30px 15px 15px;
}

.error{
	padding:14px;
	color: #FFF;
	font-weight: bold;
	background: #C12A1E;
	font-size:12px;
	border:solid 1px #C12A1E;
}
.error a{
	color:#FFF;
	text-decoration: underline;
}
.messagevalid{
	padding:14px;
	color: #FFF;
	font-weight: bold;
	background: #d1ecf1;
	font-size:12px;
	border:solid 1px #bee5eb;
}
.messagevalid a{
	text-decoration: underline;
}
.btn.blue-hoki.active:not(.btn-outline), .btn.blue-hoki:active:not(.btn-outline), .btn.blue-hoki:hover:not(.btn-outline), .open > .btn.blue-hoki.dropdown-toggle:not(.btn-outline) {
    color: #FFF;
    background-color: var(--text-color);
    border-color: var(--text-color);
}

/* ----------- stylized ----------- */
#stylized{
}
#stylized h1 {
font-size:1.3em;
font-weight:bold;
margin-bottom:8px;
font-size: 21px;
line-height: 1.0865;
font-weight: 200;
text-align: center;
color:#414042;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:200px;
float:left;
}
#stylized label.mandatory:after{
	content:" *";
	color: #F00;
}
#stylized .small{
color:red;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:200px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized select{
float:left;
padding:4px 2px;
margin:2px 0 20px 10px;
}

#stylized button, #stylized .button {
clear: both;
margin-left: 150px;
width: 155px;
text-align: center;
font-size: 14px;
border-radius: 5px;
border: 1px solid #68A4D9;
background: none repeat scroll 0% 0% transparent;
color: #68A4D9;
font-weight: bold;
padding: 10px;
}

#stylized .button a { color: #68A4D9; }
#setupother input{
float:left;
font-size:12px;
padding:0px;
border:solid 1px #68A4D9;
width:200px;
margin:0 0 0 15px;
}

#setupother label{
display:block;
font-weight:bold;
text-align:right;
width:90px;
float:left;
}


textarea {
	width:100%;
}
#content td {
	text-align:center;
}
.spacer{clear:both; height:0px;}

#Contact_list, #Slot_meeting{
	width: 100%;
}

.form {
	border-top:1px solid #414042;
	padding-top: 5px;
}

.mandatory {
	/*color: red;*/
}
.mandatory:after{
	content:" *";
	color: #F00;
}
.nostar:after{
	content:" ";
}
.ulcolumn {
    /*-moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;*/
    text-align: left;
    font-weight: 500;
}

.ulcolumn .display {
	display: inline-block;
}

.ulcolumn input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
}

.btn.btn-outline.green.active, .btn.btn-outline.green:active, .btn.btn-outline.green:active:focus, .btn.btn-outline.green:active:hover, .btn.btn-outline.green:focus, .btn.btn-outline.green:hover {
    border-color: var(--text-color);
    color: #FFF;
    background-color: var(--text-color);
}
.btn.btn-outline.green {
    border-color: var(--text-color);
    color: var(--text-color);
    background: 0 0;
}
.btn.green:not(.btn-outline) {
    color: #FFF;
    background-color: var(--text-color);
    border-color: var(--text-color);
}
.btn.green:not(.btn-outline).active, .btn.green:not(.btn-outline):active, .btn.green:not(.btn-outline):hover, .open > .btn.green:not(.btn-outline).dropdown-toggle {
    color: #FFF;
	background-color: var(--text-color);
	border-color: var(--text-color);
}

.btn.green:not(.btn-outline) a {
    color: #FFF;
}

.m-checkbox{
	margin: 0 20px;
}


.form-control-static p {
	margin-bottom: 0px;
}
.form-control-static strong{
	font-weight: 700;
}
.form-control-static em {
	font-style: italic;
}

#faderloading {
  opacity: 0.5;
  background: black;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}



.steps a.step{
	cursor: default;
	}



.onequestion{
	padding: 20px 0;
	
}

.onair{
	background-color: #E80404;
	color: white;
	padding: 10px 20px;
	font-size: 2em;
}


.registersession{
    padding: 5px 0;
    margin-top: 5px;
    border-radius: 0px 0px 7px 7px;
}

.registersession.register{
    background-color: var(--red);
    color: white;
}

.registersession.registered{
    background-color: var(--green);
    color: white;
}

.registersession.registeredwaitinglist, .registersession.waitinglist{
    background-color: var(--cyan);
    color: white;
}


.popupvideo {
	position: fixed;
	z-index: 99999;
	top: 70px;
	right: 20px;
	width: 20vw;
	height: 11.25vw;
}

.popupvideo iframe{
	width: 100%;
	height: 100%;
}

.popupvideo .closepopup{
	display: inline-block;
	content: "\00d7";
	position: absolute;
	right: -12px;
	top: -12px;
	font-size: 1.5em;
	background-color: white;
	margin: 0;
	padding: 0 5px;
	line-height: 1;
	border-radius: 20px;
	border-color: #414042;
	border: 1px solid;
	opacity: 0.8;
	cursor: pointer;
	z-index: 100000;
}

.colquestions, .fullheightrow{
	height: calc(100% - 100px);
}
@media only screen and (max-width: 768px) {
	.user .welcomeName, .menutop .user li a.notifications{
		display: none;
	}
	.fullscreen-button{
		display: none;
	}
	.fullscreen .colquestions{
		height: calc(100vh - 340px);
		max-height: calc(100vh - 340px);
	}
}


@media (max-width: 999px){
	#sidebar .custom-menu {
	  display: inline-block;
	  position: fixed;
	  /*left: calc(50% - 15px);*/
	  left: 0;
	  bottom: 0;
	  top:initial;
	  right: initial;
	  margin-right: -35px;
	  -webkit-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
	  z-index: 200;
	  background: var(--primary);
	  width: 100%;
	  text-align: center;
	  padding: 0.5rem;
	}
	#sidebar{
		position: fixed;
		top: 100vh;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100vw;
		max-height: 100vh;
		margin-left: 0;
	}
	#sidebar.active{
		margin-left: 0;
		top: 0;
	}
		.copyrightmenu{
			margin-bottom: 50px;
		}
	#sidebar ul.components{
		display: flex;
		flex-wrap: wrap;
		align-content: start;
		align-items: start;
		justify-content: space-between;
		padding: 0rem;
	}
	#sidebar ul li{
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 120px;
		width: 120px;
	}
	#sidebar ul li a{
		flex-direction: column;
		padding: 18px 20px 18px 20px;
		font-size: 1.2em;
		text-align: center;
	}
	#sidebar .bg-wrap{
		max-height: 10rem;
		height: 10rem;
		margin-top: 55px;
	}
	#sidebar.active {
	  margin-left: 0;
	}
	#sidebar.active .custom-menu .iconconflr-bars {
	  background-color: var(--red) !important;
	}
	#sidebar.active .custom-menu .iconconflr-bars::before {
	  content: "\e026";
	  color: white;
	  top: 3px;
	  left: 1px;
	  position: absolute;
	}
	.sponsorsslide{
		width: calc(100% - 50px);
		text-align: center;
	}
	#content {
		padding-bottom: 55px !important;
	}


}