.sidr-country a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #ffffff;
	line-height: 20px;
	color: rgba(51, 51, 51, 0.8);
}

.sidr-country a img {
	margin: 0 10px 0 0;
	height: 20px;
	width: 20px;
	position: relative;
	top: -1px;
}

@media only screen and ( max-width : 1200px ) {
	.header .header-nav ul li {
		margin-left: 20px;
	}
}

@media only screen and ( max-width : 992px ) {
	.styled-select-head {
		display: none;	
	}
}