/*==========================================================*/
/* Light icons
/*==========================================================*/

#sidebar-button {
	background: url("../img/svg/light/menu-icon.svg") no-repeat;
}

#nav-arrows a.nav-left {
	background-image: url("../img/svg/light/nav-left.svg");
}

#nav-arrows a.nav-right {
	background-image: url("../img/svg/light/nav-right.svg");
}

#portfolio-close {
	background: url("../img/svg/light/close-icon.svg") no-repeat;
}