body{
	    background-color: #fff !important;
    padding-top: 109px;
}
body.header-sticky{
    padding-top: 69px;
}

.Header-v1 {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
    transition: all 0.5s;
    z-index: 888;
}
.Header-v1.sticky{
    top: -40px;

}
.Header-v1 .Navbar {
    height: 70px;
    background: white;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.04);
}
 


/*  Logo */
.HeaderLogo {
    display: block;
    float: left;
    width: 120px;
    height: 60px;
    margin: 5px 50px 5px 0;
}
.HeaderLogo img {
    max-height: 60px;
	}




/*  Navbar  */
.NavigationBar {
    display: block;
    float: right;
    height: 60px;
 }



.NavigationBar > ul {
    position: relative;
    height: 70px;
    padding: 0;
    list-style: none;
    margin: 0;
	direction:rtl;
}
.NavigationBar > ul > li {
    position: relative;
    display: inline-block;
}
.NavigationBar > ul > li a{
    position: relative;
}






.NavigationBar > ul > li a {
    position: relative;
    display: block;
    font-size: 12px;
    padding: 22px 7px;
    color:#888;
}


.NavigationBar > ul > li a:hover {
    color: #72c02c;
    font-weight: 600;
}


.NavigationBar > ul > li a i {
    display: inline-block;
    font-size: 17px;
    margin: 0 0 0 10px;
    vertical-align: -2px;
}

.NavigationBar > ul > li.DropdownLvl1>a:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 21px;
    left: -6px;
    font-size: 14px;
}

.DropdownLvl2>a:after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 14px;
}








@keyframes slow-top {
    0%{
        top: 79px;

    }
    100%{
        top: 69px;

    }
}

@keyframes slow-down {
    0%{
        top: 69px;

    }
    100%{
        top: 79px;

    }
}
@keyframes sticky-slow-top {
    0%{
        top: 119px;

    }
    100%{
        top: 109px;

    }
}

@keyframes sticky-slow-down {
    0%{
        top: 109px;

    }
    100%{
        top: 119px;

    }
}


@keyframes slow-right {
    0%{
        right: 103%;

    }
    100%{
        right:100%;

    }
}

@keyframes slow-left {
    0%{
        right:100%;

    }
    100%{
        right: 103%;

    }
}






.Topbar {
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.Topbar .time {
    display: inline-block;
    font-size: 10px;
    margin: 7px 0 0 0;
    padding: 0 25px 0 0;
    color: #888
}
.HeaderSearch {
    position: relative;
    margin: 2px 0 0 0;
}

.HeaderSearch input {
    min-width: 280px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    height: 30px;
    font-size: 11px;
    margin: 2px 0 0 0;
    padding: 0px 10px 0 36px;
    border-radius: 4px;
	text-align: right;
}
.HeaderSearch input:focus {
    outline: 0;
    border-color: #1aba9b;
}
.HeaderSearch a {
    position: absolute;
    top: 3px;
    left: 0;
    height: 28px;
    width: 30px;
    text-align: center;
    padding: 2px 0 0 0;
    color: #A7D87C;
    border-right: 1px solid #e0e0e0;
}
.HeaderSearch a:hover {
    color: #fff;
    background: #A7D87C;
    border-radius: 5px 0 0 5px;
}
.ResMenu{
    display: none;
}


.MenuBtn {
    position: fixed;
    top: 20px;
    right: 25px;
    font-size: 20px;
    color: #888;
    z-index: 888;
}
.MenuBtn:hover {
    color: #A7D87C !important;
}

@media (min-width: 992px) {
    .DropdownLvl1>.DropdownMenu {
        display: none;
        position: absolute;
        top: 69px;
        right: -20px;
        min-width: 200px;
        padding: 5px 0;
        background: white;
        border: 1px solid #eee;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        animation: 0.5s slow-down forwards;
    }

    .DropdownLvl1>.DropdownMenu>li>a {
        padding: 9px 20px;
    }
    .DropdownLvl1>.DropdownMenu li a:hover{
        background: #f6f6f6;
    }

    .DropdownLvl1:hover >a {
        color: #888;
    }
    .DropdownLvl1:hover > .DropdownMenu{
        display: block !important;
        animation: 0.5s slow-top forwards;
    }

    .DropdownLvl2{
        position: relative;
    }
    .DropdownLvl2 .DropdownMenu {
        display: none;
        position: absolute;
        top: 0;
        right: 100%;
        min-width: 200px;
        padding: 5px 0;
        background: white;
        border: 1px solid #eee;
        box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, 0.08);
        animation: 0.5s slow-left forwards;
    }
    .DropdownLvl2 .DropdownMenu>li a {
        padding: 8px 20px;
    }

    .DropdownLvl2:hover .DropdownMenu{
        display: block !important;
        animation: 0.5s slow-right forwards;
    }


    .MegaMenu {
        display: none;
        position: fixed;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px 20px 10px 20px;
        background: white;
        border: 1px solid #eee;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        animation: 0.5s sticky-slow-down forwards;
    }
    .DropDownMega:hover .MegaMenu{
        display: block !important;
        animation: 0.5s sticky-slow-top forwards;
    }


    .Header-v1.sticky .DropDownMega .MegaMenu{
        animation: 0.5s  slow-down forwards;

    }
    .Header-v1.sticky .DropDownMega:hover .MegaMenu{
        display: block !important;
        animation: 0.5s  slow-top forwards;

    }
	span.language {
		display: inline-block;
		font-size: 10px;
		margin: 7px 0 0 0;
		padding: 0 25px 0 0;
		color: #888;
	}
	span.language span {
		display: inline-block;
		margin-left: 15px;
		font-size: 11px;
	}
	span.language img {
		width: 22px;
		vertical-align: -7px;
		margin-left: 5px;
	}
	span.language span a {
		font-size: 11px;
		color: #888;
	}
	span.language span a:hover {
		color: #1aba9b;
	}
}


@media (max-width: 992px) {
    body{
        padding-top: 79px !important;
    }
    .Topbar{
        display: none;
    }
    .ResMenu {
        position: fixed;
        width: 100%;
        display: block;
        background: #fff;
        padding: 5px 25px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
        z-index: 999;
    }
    .ResLogo {
        width: 100px;
		text-align: center;
    }
    .ResLogo img { 
	float:left;
        width: auto;
		
    }

    .Navbar {
        position: fixed;
        width: 100%;
        height: auto !important;
        top: -100%;
        box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
         transition: all 1s;
        z-index: 997;
    }
    .Navbar.Show{
        top: 59px;
    }
    .Navbar .container{
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
    }
    .MegaMenu.container {
        padding: 15px !important;
    }
    .NavigationBar {
        display: block;
        float: none;
        height: auto;
    }

    .Navbar .HeaderLogo {
        display: none;
    }

    .Navbar:after {
        content: "";
        display: table;
        clear: both;
    }

    .NavigationBar ul {
        height: auto;
        padding: 10px 0;
    }

    .NavigationBar ul li {
        display: block;
    }
    .NavigationBar > ul > li a {
        font-size: 12px;
        padding: 14px 20px;
        color: #888;
    }
    .NavigationBar > ul > li a:hover {
        background: #f5f5f5;
        color: #A7D87C;
    }
    .DropdownLvl1 .DropdownMenu {
        padding: 5px 25px;
        display: none;
    }
    .NavigationBar > ul > li.DropdownLvl1>a:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 14px;
        left: 28px;
        font-size: 14px;
    }
    .DropdownLvl2>a:after {
        content: "\f104";
        font-family: FontAwesome;
        position: absolute;
        top: 14px;
        left: 28px;
        font-size: 14px;
    }
    .MegaMenu {
        display: none;
    }
}

@media (max-width :992px){
	span.time{
		display : none !important
	}
}
.language span a img{margin-right:5px;}
.HeaderSearch a i{margin-top:5px;}