.chosen-container-active .chosen-results {
    color: #777777 !important;
}

.back-to-top-mobile-container{
   	 display: inline;
   	display: inline;
    position: relative;
    float: right;
}

.main-footer {
	height: 35px !important;
}

@media(min-width:768px){
   .back-to-top-mobile-container{
   	 display: none;
   }
   .main-footer {
   	height: 200px !important;
   }
}
