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

.m-menu {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.icon-search > img {
    width: 100%;
	max-width: 70px;
}

.cbp-vimenu > li {
    padding: 5px 0;
}

.cbp-vimenu {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid #ccc;
    height: auto;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0 8px;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    z-index: 99;
}

.cbp-vimenu li a {
	display: block;
	height: 4.375em;
	width: 4.375em;
	line-height: 4.375em;
	text-align: center;
	color: #999;
	position: relative;
	-webkit-transition: background 0.1s ease-in-out;
	-moz-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.cbp-vimenu li a:hover,
.cbp-vimenu li:first-child a{
	background: #cb1518;
	color: #cb1518;
}

/* class for current item */
.cbp-vimenu li.cbp-vicurrent a {
	background: #fff;
	color: #47a3da;
}

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

.cbp-vimenu li a.icon-logo:before {
	content: "C";
	font-weight: 700;
	font-size: 300%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}

.icon-search:before {
	content: "\e004";
}

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

.icon-download:before {
	content: "\e006";
}

.icon-location:before {
	content: "\e007";
}

.icon-images:before {
	content: "\e009";
}

.icon-pencil:before {
	content: "\e008";
}

/* Example for media query (depends on total height of menu) */
@media screen and (max-width: 559px) { 
	.cbp-vimenu {
	font-size: 70%;
    padding: 0 4px;}

	.cbp-vimenu li a {
	height: 3.375em;
	width: 3.375em;
	line-height: 3.375em;}
	
	.m-menu {font-size: 10px;}

}


