.menupart {
    position: relative;
    right: 0px;
     padding: 0px;
}

.menupart .menuclsicon
{
    display:none;
    font-size: 2em;
    color: #fff;
    right: 0px;
    position: absolute;
    padding: 15px;
    cursor: pointer;
}

.cbp-hrmenu {
	width: 100%;
	border-bottom: 4px solid #f7b023;
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {
    font-weight: 700;
    padding: 1em 1em;
    color: #fff;
    display: inline-block;
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
    /* word-spacing: 100px; */
    letter-spacing: 2px;
	font-size: 1em;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #fff;
	background: #f7b023;
}

.cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    color: #fff;
    background: #025C86;
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
    letter-spacing: .05em;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
    background: #025C86;
    width: 120%;
    right: 0px;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
	z-index: 1000;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
    color: #afdefa;
    padding: 2em 0 0.6em;
    margin: 0;
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
}

/* Examples for media queries */



@media screen and (max-width: 1600px) {
    .menupart {
        position: absolute;
        right: -4%;
        padding: 0px;
        margin: 0px;
    }
}

@media screen and (max-width: 1366px) {
    .menupart {
        right: 0px;
    }
}

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) {

	.cd-slider h2 {
    font-weight: 900;
    font-family: 'Cairo', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: .9em !important;
    text-align: justify;
    line-height: 1em;
    background-image: url(../img/icons/main-news-arrow.png);
    background-repeat: no-repeat;
    background-position: 2px 9px;
    padding-left: 40px;
}


	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}





@media screen and (max-width: 992px) {

    .menupart .menuclsicon {
        display: block;
    }

    .cbp-hrmenu {
        display: none;
    }

    .cbp-hrmenu > ul > li {
            display: block;
            border-left: 0px solid #f7b023;
            background-color:#f7b023;
            text-align:right;
        }

    .cbp-hrmenu > ul {
        background-color: #3175ba;
        border-right: 0px;
        width: 40%;
        position: absolute;
        right: 0px;
        top: 70px;
    }

    .cbp-hrmenu > ul > li > a {
        position: relative;
        display: block;
        font-family: 'Cairo', Helvetica, Arial, sans-serif;
        background-repeat: no-repeat;
        background-position: 5px center;
    }

    .cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul > li.cbp-hropen > a:hover
    {
        font-family: 'Cairo', Helvetica, Arial, sans-serif;
    }

    .cbp-hrmenu .cbp-hrsub {
       
        position: absolute;
        background: #025C86;
        width: 120%;
        right: 100%;
        top: 0px;
    }


        .cbp-hrmenu .cbp-hrsub-inner > div {
            width: 100%;
            float: right;
            padding: 1em 2em 1em 1em;
            border-bottom: 1px solid #3175ba;
            min-height: auto;
        }

        .cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
            float: none;
            border-right: solid 0px #f7b023;
        }
}

@media screen and (max-width: 768px) {
    .cbp-hrmenu > ul {
        width: 80%;
    }

    /*
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        background-color: #025c86 !important;
    }

    .cbp-hrmenu .cbp-hrsub-inner > div 
    {
        width: 33%;
        float: right;
        padding: 1em 2em 1em 1em;
        border-right: 1px solid #3175ba;
        margin: .5em 0px 0px 0px;
        min-height: auto;
        background-color: #025c86;
    }*/

}


@media screen and (max-width: 480px) {
    .cbp-hrmenu .cbp-hrsub {
        position: relative;
        background: #025C86;
        width: 120%;
        right: 0;
        top: 0px;
    }
}

.inlineMenufixed {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    border-top: 1px solid #00549b;
    position: fixed;
    z-index: 1000000000000;
    background-color: #3175ba;
    top: 0px;
}





