.cbp-hrmenu {
	width: 100%;
	border-top: 0px solid #0075AB;
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
/*.cbp-hrmenu > ul{
    width: 100%;
    float: right;
    direction: rtl;
    max-width: none;
    border-right: solid 1px #0080BB;
}

.cbp-hrmenu .cbp-hrsub-inner {
    width: 61%;
	margin:0 auto;
}*/


.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
    width: 100%;
    float: right;
    direction: rtl;
    max-width: none;
    border-right: solid 1px #0080BB;
}


.cbp-hrmenu > ul > li {
	display: inline-block;
    border-left: 1px solid #0080BB;
}

.cbp-hrmenu > ul > li > a {
    font-weight: 700;
    padding: 1em 1em 1em 2em;
    color: #fff;
    display: inline-block;
    font-family: master-ar-bold;
    /* word-spacing: 100px; */
	font-size: 1em;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #fff;
	background: #0075AB;
}

.cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    color: #fff;
    background: #025C86;
    font-family: master-reg;
    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: 999;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
    width: 33%;
    float: right;
    padding: 1em 2em 1em 1em;
    border-right: 1px solid #1E93C8;
    margin-top: .5em;
    min-height: 300px;
}
.cbp-hrmenu > ul > li.cbp-hropen a, .cbp-hrmenu > ul > li.cbp-hropen > a:hover {
    font-family: master-ar-reg;
    letter-spacing: 0 !imp;
}
.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: master-reg;
}


.menupart .menuclsicon {
    display: none;
    font-size: 2em;
    color: #fff;
    right: 0px;
    position: absolute;
    padding: 15px;
    cursor: pointer;
}


.cbp-hrmenu > ul > li > a {
    font-weight: 700;
    padding: 1.5em 1.4em 1.5em 2.4em;
    font-family: master-ar-bold;
    word-spacing: 0;
    letter-spacing: 0;
    font-size: 1.2em;
    height: 80px;
}

@media screen and (max-width: 992px) {

    .menupart .menuclsicon {
        display: block;
    }

    .cbp-hrmenu {
        display: none;
    }
	
	.cbp-hrmenu > ul {
		background-color: #1e93c8;
		border-right: 0px;
		width: 40%;
		position: absolute;
		right: 0px;
		top: 70px;
		z-index:1000;
	}
	
	.cbp-hrmenu > ul > li {
		display: block;
		border-left: 0px solid #0080BB;
		background-color: #0075AB;
		text-align: right;
	}
	
	.cbp-hrmenu > ul > li > a {
		padding: 1.8em 1em 1.8em 1.5em !important;
		/*font-size: 1em !important;*/
		display: block;
	}
	
	.cbp-hrmenu .cbp-hrsub {
		position: absolute;
		background: #025C86;
		width: 120%;
		right: 100%;
		top: 0px;
	}
	
	.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
		float: none;
		border-right: solid 0px #0080BB;
	}
	
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: right;
		padding: 1em 2em 1em 1em;
		border-bottom: 1px solid #1E93C8;
		    border-right: 0px;
		min-height: auto;
	}
}


/* Examples for media queries */

@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: master-bold;
    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 !important;*/
		  text-align:right;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}


@media screen and (max-width: 1199px) { 
.cbp-hrmenu .cbp-hrsub-inner {
    width: 100%;
}
}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}

@media screen and (max-width: 768px) {
    .cbp-hrmenu .cbp-hrsub-inner {
        width: 100%;
        background-color: #025c86 !important;
    }

    .cbp-hrmenu .cbp-hrsub-inner > div 
    {
        float: right;
        padding: 1em 2em 1em 1em;
        border-right: 0px solid #1E93C8;
        margin: .5em 0px 0px 0px;
        min-height: auto;
        background-color: #025c86;
    }
	
	.cbp-hrmenu > ul {
		width: 70%;
	}
	
	.cbp-hrmenu > ul > li > a {
       font-size: 1em !important;
	}

}



@media screen and (max-width: 550px) {
	
	.menupart .menuclsicon 
	{
			padding: 4px;
	}
	
	.cbp-hrmenu > ul 
	{
      top: 42px;
      width: 107%;
	}
	
	.cbp-hrmenu .cbp-hrsub 
	{
		position: relative;
		right: 0px;
		width: 100%;
	}
}

