.cbp-spmenu {
	background: #0e525b;
	position: fixed;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom:23px;
}

.cbp-spmenu a:hover {
	/*background: blue;*/
}

.cbp-spmenu .current a {
	color: #1d8891;
}

.cbp-spmenu-vertical {
	width: 270px;
	height: 100%;
	top: 0;
	z-index: 1000;
	padding:34px;
}

.cbp-spmenu-left {
	left: -270px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

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

.cbp-spmenu-push-toright {
	left: 270px;
}

.cbp-spmenu-push-toleft {
	left: -270px;
}

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

.hr_menu {

  margin-top: 75px;
  margin-bottom: 20px;
  border-bottom: solid #0c434a 1px;
}

.menu_contacts,
.menu_contacts a {
	color:#92c2c9;
}

.menu_contacts a {
	padding-top:15px;
	font-size: 16px!important;
}

.social_icons a {
	padding-top:15px;
	margin-right: 20px;
}