@media (max-width: 996px) {
	.hd_ul.header li {
		font-size: .8em;
	}
	
	.hd_ul.header li:first-child {
		display: none;
	}
	
	.folg {
		position: inherit !important;
		top: inherit !important;
		right: inherit !important;
		display: inherit !important;
		margin-top: 10px;
	}
	.menu_mobile, #navigation {
		display: block;
	}
	
	.menu_mobile {
 	   position: absolute;
 	   right: 0;
	}
	.hd_ul.header {
		display: none;
	}
	.hamburger-label {
		color: #000;
		font-size: 19px;
		position: relative;
		top: -4px;
		margin-right: 5px;
	}
	
	#menu_hd {
		list-style: none;
		margin: 0;
		padding: 0;
		color: #000;
	}
	
	#menu_hd li, #menu_hd li a {
		padding: 10px 30px;
		border-bottom: 1px solid #D9D9D9;
		color: #000;
		font-family: 'axiformabold';
	}

	#menu_hd li a {
		padding: 10px 30px;
		color: #000;
		font-family: 'axiformabold';
		border-bottom: 0 !important;
	}

	#menu_hd li a:hover {
		text-decoration: underline;
	}
	
	.search_site {
		border: 1px solid #C5C5C5;
		height: 40px !important;
		font-family: 'axiformalight';
	}
	#navigation {
		top: 105px;
		left: -16px;
		width: 100vw;
	}

}

@media (max-width: 767px) {
	.folg {
		text-align: center;
	}
	
	.hd_ul.header, .menu_homepage_row, .slider_clubs_main, .menu_homepage {
		display: none;
	}
	
	.search_site {
		width: 100% !important;
		border: 1px solid #000;
		opacity: 1 !important;
		top: inherit !important;
		right: inherit !important;
		position: inherit !important;
		height: 50px !important;
		padding-left: 40px !important;
		background-position: 10px center !important;
	}
	
	.mobile_line {
		background: #10263C;
		height: 20px;
		width: 100vw;
		margin-bottom: -20px;
		display: block;
	}
	
	.menu_mobile {
		display: block;
	}
	
	/*
	 * Menu - Hamburguer
	*/
	
	.hamburger {
		background: #fff !important;
		padding: 8px 8px 3px 8px !important;
	}
	
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .hamburger-box {
	    width: 25px !important;
	}
	
	.hamburger-label {
		color: #000;
		font-size: 19px;
		position: relative;
		top: -3px;
		margin-right: 2px;
	}
	
	.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
		background-color: #F06634 !important;
	}
	
	.is-active .hamburger-box {
		top: 2px;
	}
	
	.hamburger:hover {
		opacity: 1 !important;
	}
	
	#menu_hd {
		list-style: none;
		margin: 0;
		padding: 0;
		color: #000;
	}
	
	#menu_hd li, #menu_hd li a {
		padding: 10px 30px;
		border-bottom: 1px solid #D9D9D9;
		color: #000;
		font-family: 'axiformabold';
	}

	#menu_hd li a {
		padding: 10px 30px;
		color: #000;
		font-family: 'axiformabold';
		border-bottom: 0 !important;
	}

	#menu_hd li a:hover {
		text-decoration: underline;
	}
	
	.search_site {
		border: 1px solid #C5C5C5;
		height: 40px !important;
		font-family: 'axiformalight';
	}
	
	#navigation {
		top: 48px;
		left: -16px;
		width: 100vw;
	}
	
	/*
	 * Menu - Hamburguer
	*/
}