.h-top-menu {

}

.h-top-menu ul {
    padding: 0;
    margin: 0;
    font-size: 0;
}

/*.h-top-menu ul:after {
	clear: both;
}*/

.h-top-menu ul li {
    display: inline-block;
    /*width: 25%;*/
	border-left: 1px solid rgba(201,197,197,0.9);
	border-right: 1px solid rgba(201,197,197,0.9);
}

.h-top-menu ul li a {
    display: table;
    height: 71px;
    width: 100%;
    text-align: center;
}

.h-top-menu ul li a span{
    font-family: 'arialnarrow';
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: table-cell;
    line-height: 22px;
    vertical-align: middle;
}

.h-top-menu ul li a:hover,
.h-top-menu ul li a.selected {
	background-color: rgba(239,118,20,0.84);
}

@media (min-width: 1200px) {
	.h-top-menu ul li {
		width: 25%;
	}
	.h-top-menu ul li:first-child {
		border-left: none;
	}
	.h-top-menu ul li:last-child {
		border-right: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.h-top-menu ul li {
		width: 25%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.h-top-menu ul li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.h-top-menu ul li {
		width: 100%;
	}
}