/*-------------------------------------    
CSS INDEX
===================================
#. update css
---------------------------------------*/
.speaker-layout2 .item-title h3 {
   margin-bottom: 0;
}
.speaker-layout2:hover .item-title {  
  top: 62%; 
}
.sponsonrs-layout1 .sponsonrs-box.grey-scale-off a img {	
	 -webkit-filter: grayscale(0);	
}
.sponsonrs-layout1 .sponsonrs-box.grey-scale-off a:hover img{
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%); 
}
.sponsonrs-layout1 .sponsonrs-box.grey-scale-on a img {	
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);  
}
.sponsonrs-layout1 .sponsonrs-box.grey-scale-on a:hover img {	
	 -webkit-filter: grayscale(0);	  
}
.schedule-layout3.schedule-layout6-new .schedule-nav li a .day-number {
	font-size: 24px;	
}
.schedule-layout3.schedule-layout5-new .schedule-nav li a .day-number {
	font-size: 24px;	
}

@media only screen and (max-width: 1100px) {
	.mobile-stick {
		padding-top:50px
	}
 	.mobile-stick .mean-container{
		position: fixed;
		top:0;
		width: 100%;
		z-index: 999;
	}
}


.nav-control-layout2.owl-theme {
  overflow: hidden;
}
.nav-control-layout2.owl-theme .owl-nav {
  margin-top: 0;
}
.nav-control-layout2.owl-theme .owl-nav > div {
  opacity: 0;
  visibility: hidden;
  font-size: 24px;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .nav-control-layout2.owl-theme .owl-nav > div {
    height: 48px;
    width: 48px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-control-layout2.owl-theme .owl-nav > div {
    height: 42px;
    width: 42px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .nav-control-layout2.owl-theme .owl-nav > div {
    height: 38px;
    width: 38px;
    font-size: 18px;
  }
}
.nav-control-layout2.owl-theme .owl-prev:hover {
  background: #111 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2.owl-theme .owl-prev:hover i {
  color: #ffffff;
}
.nav-control-layout2.owl-theme .owl-next:hover {
  background: #111 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-control-layout2.owl-theme .owl-next:hover i {
  color: #ffffff;
}
.nav-control-layout2.owl-theme .owl-prev {
  
  left: 0;
}
.nav-control-layout2.owl-theme .owl-next { 
  right: 0;
}
.nav-control-layout2.owl-theme:hover .owl-prev {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.nav-control-layout2.owl-theme:hover .owl-next {
  opacity: 1;
  visibility: visible;
  right: 0;
}
