@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.eot');
	src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon/icomoon.woff') format('woff'),
		url('fonts/icomoon/icomoon.ttf') format('truetype'),
		url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sup-vimenu {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #1b232e url(../images/bg_blue_drk.jpg) repeat top left;
	z-index: 99999;
}

.sup-vimenu li a {
	display: block;
	text-indent: -500em;
	height: 5em;
	width: 5em;
	line-height: 5em;
	text-align: center;
	color: #999;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.sup-vimenu li a:hover {
	background: #26303c url(../images/bg_blue.jpg) repeat top left;
	color: #999;
	/* color: #ff420a;
	color: #bd8828; */
}

.sup-vimenu li:first-child a{
	background: #ff420a;
	/* background: #bd8828; */
	color: #fff;
}

/* class for current item */
.sup-vimenu li.sup-vicurrent a {
	background: #26303c url(../images/bg_blue.jpg) repeat top left;
	color: #ff420a;
	/* color: #bd8828; */
}

.sup-vimenu li a:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	text-indent: 0em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 2em;
	-webkit-font-smoothing: antialiased;
}

.sup-vimenu li a.icon-supernaut:before {
	content: "\e006";
	/* font-weight: 700;
	font-size: 300%;
	font-family: 'Lato', Calibri, Arial, sans-serif; */
}

.icon-typeone:before {
	content: "T-1";
	font-weight: 700;
	font-size: 300%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.icon-typetwo:before {
	content: "T-2";
	font-weight: 700;
	font-size: 300%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.icon-typethree:before {
	content: "T-3";
	font-weight: 700;
	font-size: 300%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.icon-typefour:before {
	content: "T-4";
	font-weight: 700;
	font-size: 300%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.icon-typefive:before {
	content: "T-5";
	font-weight: 700;
	font-size: 300%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.icon-mluxa:before {
	content: "\e005";
}

.icon-firehalo:before {
	content: "\e001";
}

.icon-headphones:before {
	content: "\e003";
}
.icon-music:before {
	content: "\e007";
}
.icon-radio:before {
	content: "\e008";
}
.icon-mobile:before {
	content: "\e00a";
}
.icon-address-book:before {
	content: "\e002";
}
.icon-wallet:before {
	content: "\e004";
}
.icon-address-book-2:before {
	content: "\e000";
}
.icon-pencil:before {
	content: "\e00b";
}
.icon-cassette:before {
	content: "\e009";
}
.icon-time:before {
	content: "\e00c";
}
.icon-alarm-clock:before {
	content: "\e00d";
}
.icon-busy:before {
	content: "\e00e";
}
.icon-chronometer:before {
	content: "\e00f";
}
.icon-lab:before {
	content: "\e010";
}
.icon-coffee:before {
	content: "\e011";
}
.icon-twitter:before {
	content: "\e012";
}
.icon-instagram:before {
	content: "\e013";
}
.icon-tumblr:before {
	content: "\e014";
}

/* Example for media query (depends on total height of menu) */
@media screen and (max-height: 34.9375em) { 

	.sup-vimenu {
		font-size: 70%;
	}

}