/* Special Top menu icons behaviour */

.menu_1_list_2.more_than_four a {
  text-indent: -9999px;
	overflow: hidden;
}

.menu_1_list_2.more_than_four a:hover,
.menu_1_list_2.more_than_four a:focus {
	text-indent: 0;
	padding-left: 25px;
}

/* Laptop layout */
@media all and (max-width: 1080px) {
	/*.menu_1_list_2.more_than_four {
		padding-right: 205px;
	}*/
	
	.menu_1_list_2.more_than_four li {
		margin-left: 15px;
	}
	.menu_1_list_2.more_than_four li:first-child {
		margin-left: 0;
	}
}

/* Tablet layout */
@media all and (max-width: 810px) {
	.line_0 {
		background: none #f59d00;
	}
  .line_1_content .menu_1_list_2.more_than_four {
    padding-right: 0px;
  }
  .line_1_content.mobile_icon_small .menu_1_list_2.more_than_four {
    padding-right: 50px;
  }
	.menu_1_list_2.more_than_four a:hover,
	.menu_1_list_2.more_than_four a:focus {
		text-indent: -9999px;
		padding-left: 20px;
	}
}

/* Mobile layout */
@media all and (max-width: 540px) {
	.menu_1_list_2.more_than_four {
		padding-right: 0px;
	}
  .not-front .content_cover {
    top: 0px;
  }
  .not-front .small_icons_spacer {
    margin-top: 0px;
  }
  .not-front .additional_items {
    display: none;
  }
}
