@charset "utf-8";

/* navigation */

.navigation_ul{
	margin-top:60px;
}

.navigation_ul_offcanvas{
	margin-top:40px;
	padding:0;
}

.off_canvas_onow{
	padding:10px 5px 10px 5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

.navigation_ul_offcanvas li{
	text-align: center;
	border-left:5px solid transparent;
	height:20px;
	line-height: 20px;
	margin-bottom:25px;
}

.navigation_ul li{
	padding-left:78px;
	border-left:5px solid transparent;
	height:20px;
	line-height: 22px;
	margin-bottom:30px;
}

.navigation_tab_active{
	border-left:5px solid #fff !important;
}

.offcanvas_navi{
	background-color:#192940;
	position: fixed;
	width:30%;
	left:-30%;
	z-index: 15;
	overflow-y:auto !important;
	height:100%;
	-webkit-transition: all 0.5s;
	transition:all 0.5s;
}

.ofcnvchng{
	left:0%;
}

.off_navigation_order_now{
	margin-top: 50px;
}

@media screen and (max-width: 640px){
	.offcanvas_navi{
		width:60%;
		left:-60%;
	}
}

.body_equivalent.offcanvas_navi_change{
	left:30%;
}

@media screen and (max-width: 640px){
	.body_equivalent.offcanvas_navi_change{
		left:60%;
	}
}

.mnunavlnka{
	padding-top:10px;
	padding-bottom: 10px;
}

/* navigation ends */
