.btn-icon-arrow, .btn-icon-play, .btn-icon-menu, .btn-icon-close {
    padding: 15px 45px 15px 15px;
}

.btn-icon-arrow::after {
	content: '';
	position: absolute;
    top: 14px;
    right: 15px;
	background: url('img/icons.svg') no-repeat scroll 0 0 transparent;
	width: 15px;
	height: 15px;
	background-position: 0px 0px;
	background-size: 100px;
}
.btn-icon-play::after {
	content: '';
	position: absolute;
    top: 14px;
    right: 15px;
	background: url('img/icons.svg') no-repeat scroll 0 0 transparent;
	width: 15px;
	height: 15px;
	background-position: -15px 0px;
	background-size: 100px;
}
.btn-icon-menu::after {
	content: '';
	position: absolute;
    top: 14px;
    right: 15px;
	background: url('img/icons.svg') no-repeat scroll 0 0 transparent;
	width: 15px;
	height: 15px;
	background-position: -30px 0px;
	background-size: 100px;
}
.btn-icon-close::after {
	content: '';
	position: absolute;
    top: 14px;
    right: 15px;
	background: url('img/icons.svg') no-repeat scroll 0 0 transparent;
	width: 15px;
	height: 15px;
	background-position: -45px 0px;
	background-size: 100px;
}

.btn:hover.btn-icon-menu::after {
    background-position: 0px -15px;
}
.btn:hover.btn-icon-close::after {
    background-position: -45px -15px;
}

.icon-rating {
    display: inline-block;
    background: url('img/icons.svg') no-repeat scroll 0 0 transparent;
	width: 20px;
	height: 20px;
	background-position: 0px -30px;
	background-size: 100px;
}

.hamburger-black-icon {
    background: url('img/icons.svg') no-repeat scroll 0 0 transparent;
	width: 15px;
	height: 15px;
	background-position: -30px -15px;
	background-size: 100px;
    transform: scale(1.5);
}
.hamburger-white-icon {
    background: url('img/icons.svg') no-repeat scroll 0 0 transparent;
	width: 15px;
	height: 15px;
	background-position: -30px 0;
	background-size: 100px;
    transform: scale(1.5);
}
.hamburger-close-icon {
    background: url('img/icons.svg') no-repeat scroll 0 0 transparent;
	width: 15px;
	height: 15px;
	background-position: -45px -15px;
	background-size: 100px;
    transform: scale(1.5);
}