.cbp-spmenu {
	background: #555;
	position: fixed;
	border-left: 1px solid #727272;
}

.cbp-spmenu a.mainmenu-close {
	background-image: url(../../img/close.svg);
	background-repeat: no-repeat;
	background-position-y: -100px;
	display: block;
	padding-left: 35px;
	padding-top: 1px;
}

.cbp-spmenu a.mainmenu-close:hover {
	background-position-y: -50px;
}

.cbp-spmenu ul, .cbp-spmenu li {
	color: white;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

.cbp-spmenu > div > ul > li {
	font-size: 18px !important;
	padding-top: 30px;
}

.cbp-spmenu > div > ul > li > a {
	padding-bottom: 12px !important;
}



/* Mainmenu */

.mainmenu-top {
	font-size: 18px;
	padding: 50px 40px 50px 40px;
	margin: 0;
	background: #444;
	height: 120px;
}

.mainmenu {
	padding: 17px 40px 50px 40px;
}

.mainmenu li a {
	padding-left: 38px;
	line-height: 1.5em;
}

.mainmenu-gas > a,
.mainmenu-athome > a,
.mainmenu-industry > a,
.mainmenu-service > a,
.mainmenu-firma > a {
	background-image: url(../../img/close.svg);
	background-repeat: no-repeat;
	background-position-y: -100px;
	display: block;
}

.mainmenu-gas > a.active,
.mainmenu-athome > a.active,
.mainmenu-industry > a.active,
.mainmenu-service > a.active,
.mainmenu-firma > a.active {
	background-position-y: -50px;
	color: #fff;
}

.mainmenu-gas> a:hover,
.mainmenu-athome > a:hover,
.mainmenu-industry > a:hover,
.mainmenu-service > a:hover,
.mainmenu-firma > a:hover {
	background-position-y: -50px;
}


.mainmenu-gas > a {
	background-image: url(../../img/gas.svg);
}
.mainmenu-athome > a {
	background-image: url(../../img/athome.svg);
}

.mainmenu-industry > a {
	background-image: url(../../img/industry.svg);
}

.mainmenu-service > a {
	background-image: url(../../img/service.svg);
}

.mainmenu-firma > a {
	background-image: url(../../img/company.svg);
}

.mainmenu-hidemainlink > a {
	display: none !important;
}

.mainmenu .active {
	color: #e30800;
}


/* Submenu */

.cbp-spmenu a {
	display: block;
	color: #fff;
}
.cbp-spmenu a:hover,
.cbp-spmenu a.active {
	color: #e30800;
}

.cbp-spmenu-vertical {
	width: 360px;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow-y: scroll;
}

.cbp-spmenu-right {
	right: -360px;
}

.cbp-spmenu-right.menu-open {
	right: 0px;
}


/* Push classes applied to the body */

.push-body {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.push-body-toleft {
	left: -360px;
}


/* Transitions */

.cbp-spmenu, .push-body {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 1399px) {
	
	.mainmenu-top {
		height: 100px;
	}
	
	.mainmenu-top,  .cbp-spmenu > div > ul > li > a {
		font-size: 16px !important;
	}
	.cbp-spmenu li {
		font-size: 14px;
	}
	
	.mainmenu-top {
		padding-top: 44px;
	}
	
}

 @media (max-width: 400px) {
	 
	.cbp-spmenu-vertical {
		width: 310px;
	}
	
	.cbp-spmenu-right {
		right: -310px;
	}
	
	.push-body-toleft {
		left: -310px;
	}

}
