body {
	margin: 0;
	padding: 0;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header_navigation ul.navigation li{
		margin-left: 0 !important;
	}
	.header_navigation ul.navigation li a{
		width: 31px !important;
	}
}
@media only screen and (max-width: 992px) {
    /* For Mobile: */
	.imgdate {
		display: block;
		position: absolute;
		bottom: 90px;
		z-index: 6;
		color: #b9b5b5;
		left: 0;
		right: 0;
		font-size: 15px;
		font-weight: bold;
		margin: auto;
		width: 160px;
		text-align: center;
	}
	.rightmenu{
		display: none;
	}
	.logoimg {
	    margin-top: 0;
	    width: 214px;
	    margin-left: 30px;
	}
	.home .logoimg {
	    margin-top: 15px;
	    width: 214px;
	    margin-left: 30px;
	}
	.MobMenu img{
		width: 20px;
		margin: 16px auto;
    	display: block;
	}
	.MobMenu{
		float: right;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #c8413d;
		margin-top: 20px;
		margin-right: 20px;
		pointer-events: all;
	    display: block;
	    position: relative;
	}
}

@media only screen and (min-width: 992px) {
	.MobMenu{
		display: none
	}

	.logo{
		position: absolute;
	    display: block;
	    z-index: 3;
	}
	.logoimg{
		width: 250px;
	}
}

@media only screen and (min-width: 768px) {
    /* For Mobile: */

	/* .MobMenu{
		display: none
	}

	.logo{
		position: absolute;
	    display: block;
	    z-index: 3;
	}
	.logoimg{
		width: 250px;
	} */
}

@media only screen and (min-width: 1440px) {
	.logoimg{
    	/*margin-top: 10px;*/
	}
	.bigpopin .logoimg{
    	margin-top: 0px;
	}
}

	#menu {
		position: absolute;
		top: 0px;
		right: 0px;
		height: 100%;
	}

	header{
		width: 100%;
		position: relative;
		z-index: 5;
	}
	header::after{
		content: '';
		display: block;
		height: 1px;
		background: #96969642;
		position: absolute;
		z-index: 66666;
		left: 50px;
		right: 50px;
		bottom: -10px;
	}
	.rightmenu{
		float: right;
		color: white;
		position: relative;
	}

	.verticalevider{
	  display: inline-block;
	  background: #323232;
	  width: 1px;
	  margin: 0 13px;
	  position: relative;
	  opacity: 0.22;
	  height: 36px;
	  top: 11px;
	  position: relative;
	}
	.MenuLang{
	display: block;
	    float: right;
	    border: solid 2px white;
	    padding: 4px;
	    margin: 0 11px;
	    border-radius: 50%;
	    position: relative;
	    top: -8px;
	    width: 20px;
	    text-align: center;
	}
	.MenuLang:hover{
		background: white;
		color: #00a15a;
		transition: all 0.3s;
		cursor: pointer;
	}
	.righttopmenutitle{
		cursor: pointer;
	}
	.baseexpand{
		cursor: pointer;
	}