/*HEADER*/
.left-top-header {
	width: 55%;
	padding: 0;
}
.top-header-menu {
	width: 45%;
	padding: 0;
}
.top-header .logo {
	margin-right: 3px;
}
.top-header-menu ul {
    padding-left: 0;
}

.top-header-menu li:nth-of-type(1) a:nth-of-type(1){
    margin-left: 1px;
}
.top-header-menu li:nth-of-type(1) a:nth-of-type(2) {
    margin-right: 30px;
}
.top-header-menu li:last-of-type a {
	margin-left: 17px;
}
/*END HEADER*/