
.icon-arrow {
	background-image: url('png/arrow.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 10px;
}

.icon-close {
	background-image: url('png/close.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.icon-compass {
	background-image: url('png/compass.png');
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
}

.icon-hamburger {
	background-image: url('png/hamburger.png');
	background-repeat: no-repeat;
	width: 28px;
	height: 18px;
}

.icon-login {
	background-image: url('png/login.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 16px;
}

.icon-plus {
	background-image: url('png/plus.png');
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}

.icon-quote {
	background-image: url('png/quote.png');
	background-repeat: no-repeat;
	width: 67px;
	height: 55px;
}

.icon-search {
	background-image: url('png/search.png');
	background-repeat: no-repeat;
	width: 21px;
	height: 24px;
}

.icon-video-play {
	background-image: url('png/video-play.png');
	background-repeat: no-repeat;
	width: 131px;
	height: 131px;
}