//$( document ).ready(function() {
//$(".w-dropdown").hover(function(){
//$(".w-dropdown").parent().parent().parent().toggleClass("header_white");
//});
//});
$('.dropdown-sub .dropdown-list-sub a').on('touchstart', function(e) {
e.preventDefault();
window.location.href = $(this).attr('href');
});
$('.round').click(function(e) {
e.preventDefault();
e.stopPropagation();
$('.arrow').toggleClass('bounceAlpha');
});