/* NAV */

#video-scrolling{
}
#video-scrolling ul li {
	float:left;
	list-style: none;
}

#video-scrolling ul li a{
	display:block;
	color:#eee;
	text-decoration:none;
	padding:20px 16px;
	font-size:24px;
	transition:all 0.5s ease-out 0s;
}

#video-scrolling ul li a:hover {
	color:#FFFFFF;
	background-color: #01aded;
	transition:all 0.5s ease-out 0s;
}

/* CLEARING */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  float: none;
}

.clearfix { 
  display: block;  
}

/* FIXED BAR */

.fixed {  
    position: fixed;   
    bottom: 0; right:0;  
    z-index: 999;    
}

.fixed2 {  
    position: fixed;   
    bottom: 0; right:0;  
    z-index: 999999;
    width:350px !important;
    height:240px !important;    
}

.fixed3 {  
    position: fixed;   
    bottom: 0; right:0;  
    z-index: 999999;
    width:350px !important;    
}    


@media (max-width: 989px) {

.fixed2 {  
    position: relative;   
    bottom: 0; right:0;  
    z-index: 999999;
    width:350px !important;
    height:240px !important;    
}

.fixed3 {  
    position: relative;   
    bottom: 0; right:0;  
    z-index: 999999;
    width:350px !important;    
} 


}