.header_menu{
		display: none;
}
#header-mobile {
	display: block;
	background-color: transparent;
	  -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow: none;
    position: absolute;
}

#nav-toggle {
    top: 18px;
    right: 34px;
}
	.under_menu.open_navigation{
		z-index: 99999;
		opacity: 1;
		position: absolute;
		top: 0;
		right: 66px;
		background-color: #3693e5;
		width: 290px;
	}


	.under_menu ul {
	    padding-left: 0;
	}
	.under_menu ul li {
	    list-style: none;
	    padding: 15px 15px;
	}
	.under_menu ul li a {
	    color: #fff;
	    font-weight: 700;
	}

@media screen and (max-width: 991px) {
	
	
}
@media screen and (max-width: 1199px) {
	/*.header_logo{
		display: none;
	}*/
}
@media screen and (max-width: 575px) {
	section#intro h1.display-4{
		font-size: 2.5rem;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.header_logo{
		display: block;
	}
	/*.header_menu{
		position: relative;
		z-index: 999;
	}
	.open_btns{
		display: none;
	}
	#content{
		margin-top: 0;
	}
	header.header {
	    z-index: 999;
	    position: relative;
	}*/
	.header_logo img{
		margin-top: 25px;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.social ul li{
		margin: 0;
	}

}