.cbp-hrmenu { float:right; text-align:center; margin:26px 0 0 0;}

/* 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: 100%;/*max-width: 70em;*/margin: 0 auto;	/*padding: 0 1.875em;*/}
.cbp-hrmenu > ul > li {display: inline-block;  margin:0px 24px; }
.cbp-hrmenu > ul > li:first-child{ margin-left:0px;}
.cbp-hrmenu > ul > li:last-child{ margin-right:0px;}

.cbp-hrmenu > ul > li > a { padding: 0 0 24px 0; color: #000 !important; display:block;	text-transform:uppercase; color:#fff;  font-size:15px; line-height: 22px; text-transform:uppercase;  position:relative; font-family: 'source_sans_probold'; cursor:default;}  
.cbp-hrmenu > ul > li > a.menu-active{ border-bottom: solid 0px #fff;}

.cbp-hrmenu > ul > li > a:hover {color: #056389 !important;}
.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover { color: #056389 !important; 
	/*color: #fff;	opacity:1; background:#ab0400; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; text-shadow: 1px 2px 1px rgba(0,0,0,0.4);  -webkit-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -moz-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -o-text-shadow: 1px 2px 1px rgba(0,0,0,0.4);*/
}

.cbp-hrmenu > ul > li > a:after{ position:absolute; background:#066288; left:0%; bottom:0; display:block; content:""; width:100%; height:0px; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease;}
.cbp-hrmenu > ul > li > a:hover:after { height:4px;}

.cbp-hrmenu > ul > li > a.selected:after{ position:absolute; background:#066288; left:0%; bottom:0; display:block; content:""; width:100%; height:0px; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease;}


 .cbp-hrmenu > ul > li > a.selected, .cbp-hrmenu > ul > li > a.selected:hover{color: #056389 !important;
	/*background:#ab0400; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -webkit-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -moz-text-shadow: 1px 2px 1px rgba(0,0,0,0.4); -o-text-shadow: 1px 2px 1px rgba(0,0,0,0.4);*/
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background:#fff;
	width:800px;
	padding:20px 0 0;
	left:151px;
	right:0%;
	margin:0 auto;
	z-index:9999999999; 
	border:0px solid #cdcecd; border-top:1px solid #056389; box-shadow: 0px 5px 5px rgba(0,0,0,0.4); -webkit-box-shadow: 00px 5px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.4); -o-box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
	
/*background: rgba(255,255,255,0.95);
background: -moz-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.95)), color-stop(75%, rgba(255,255,255,0.95)), color-stop(75%, rgba(244,244,244,1)), color-stop(100%, rgba(244,244,244,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.95) 75%, rgba(244,244,244,1) 75%, rgba(244,244,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=1 );
*/
}

.cbp-hropen .cbp-hrsub {
	display: block;	
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	background: #ffffff none repeat scroll 0 0;
    float: left;
    margin: 0 9px 0 0;
    padding: 6px 6px 10px 6px;
    width: 15.1%;
}

.cbp-hrmenu .cbp-hrsub-inner > div:last-child { margin:0;}


.menu-title { color: #4d3437; font-size: 18px;}

.cbp-
hrmenu .cbp-hrsub-inner img {
	width:100%;}

.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: 160%;
	font-weight: 300;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.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 #ededed;
	}

	.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;
	}
}


.mega-list { float: left; width: 100%; margin:5px 0; }
.mega-list.last { margin-bottom:0;}
.cbp-hropen .cbp-hrsub-inner-lft { float:left; width:100%; padding:16px 20px;}
.cbp-hropen .cbp-hrsub-inner-lft ul li { float: left; width:40%; padding:0; margin:0px; }
.cbp-hropen .cbp-hrsub-inner-lft ul li .mega-list h2 { font-size:17px; color:#000;  text-align:left; background:url(../images/menu-bg.png) no-repeat left bottom; padding:0px 5px 6px; line-height: 22px; margin-bottom:0px;}
.cbp-hropen .cbp-hrsub-inner-lft ul li .mega-list ul li { display:block; width: 100%; text-align: left; margin-bottom:8px;}







/*.cbp-hrmenu > ul > li > a:after { position:absolute; background:#f6d840; color:#f6d840; left:50%; top:-1px; display:block; content:""; width:0%; height:4px; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease;}*/

.cbp-hrmenu > ul > li > a:hover:after, .cbp-hrmenu > ul > li > a.selected:after { width:100%; left:0; height:4px;}
.cbp-hrmenu > ul > li.cbp-hropen .cbp-hrsub ul li a:after { display:none;}
/*.cbp-hrmenu > ul > li.drop-menu { position:relative;}
.cbp-hrmenu > ul > li.drop-menu a { background:url(../img/down-arr.png) no-repeat right 10px; padding-right:15px;}*/

.mega-list ul li ul { padding-left:15px; float: left; margin: 5px 0 0 0;}
.cbp-hropen .cbp-hrsub-inner-lft ul li .mega-list ul li ul li { margin-bottom:0;}
.cbp-hrsub.wid-auto ul li:last-child { border-bottom:none;}
.cbp-hrmenu > ul > li.cbp-hropen h2 a { font-size:20px; color:#a22531;}


.menu-lft { float:left; width:79.5%; text-align:left;	 padding:0 25px 0 30px;}
.menu-lft h1 { font-size:20px; color:#004f7e; font-family: 'source-sans-pro-semibold'; line-height:30px; margin-bottom:5px; display:inline-block; padding-right:33px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
.menu-lft p { color:#525252; font-size:14px; font-family: 'source_sans_proregular';}
.menu-lft h1:hover { text-decoration:underline;}

.linies { float:left; width:100%; margin:20px 0 0 0;}
.linies h2 { font-size:20px; color:#004f7e; font-family: 'source-sans-pro-semibold'; line-height:30px; margin-bottom:5px; background:url(../images/blue-a-dn.png) no-repeat right; display:inline-block; padding-right:24px;transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
.linies p { color:#525252; font-size:14px; font-family: 'source_sans_proregular'; margin-bottom:20px;}
.linies h2:hover { text-decoration:underline;}

.linies ul li { color:#525252; font-size:14px; font-family: 'source_sans_proregular'; float:left; width:31%; margin-right:2%;}
.linies ul li span { color:#000; display:block; font-size:16px; line-height:22px; margin-bottom:5px;}
.linies ul li:last-child { margin-right:0;}

.btm-list { float:left; width:100%; margin:20px 0 0 0;}
.btm-list ul li { float:left;  width:48%; margin-right:4%; padding:12px 20px 12px 10px; border-radius: 5px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
.btm-list ul li:nth-child(2n) { margin-right:0;}

.btm-list ul li h2 { font-size:20px; color:#004f7e; font-family: 'source-sans-pro-semibold'; line-height:25px; margin-bottom:5px;  display:inline-block; padding-right:0px;transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; float:left;}
.btm-list ul li h2 a span{background:url(../images/blue-a-rht.png) no-repeat; width:10px; height:13px; display:inline-block; margin:10px 0 0 8px;}
.btm-list h1 a span, h1.q-arr a span{background:url(../images/blue-a-rht.png) no-repeat; width:10px; height:13px; display:inline-block; margin:10px 0 0 8px; position:relative;}
.btm-list ul li p { color:#525252; font-size:14px; font-family: 'source_sans_proregular'; margin-bottom:0px; float:left;}
.btm-list ul li h2:hover a { text-decoration:underline;}
.btm-list ul li h2 a{float:left;}
.menu-rht { float:right; margin:45px 0 0 0; width:20.5%; padding-right:35px;}
.menu-rht img { width:100%;}


.menu-lft.mnu-fullwidth  { width:100%;}
.descobreix { float:left; width:100%; text-align:center; margin:40px 0 30px;  position:relative; padding-bottom:30px;}
.descobreix ul li { float:none; width:20%; display:inline-block; margin-right:3%;}
.descobreix ul li img { float:none;}
.descobreix ul li span { font-size:20px; /*color:#024879;*/ color:#000; font-family: 'source_sans_proregular'; margin:20px 0 0 0; display:block;}
.descobreix ul li:last-child { margin-right:0;}
.descobreix:after { position:absolute; bottom:0; left:0; right:0; height:1px; width:55%; content:""; background:#004f7e; margin:0 auto;}

.descobreix-btm { float:left; width:100%;}
.descobreix-btm ul li { float:left; width:48%; margin-right:4%;}
.descobreix-btm ul li h2 { font-size:20px; color:#004f7e; font-family: 'source-sans-pro-semibold'; line-height:30px; margin-bottom:5px; background:url(../images/blue-a-rht.png) no-repeat right 10px; display:inline-block; padding-right:20px;transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
.descobreix-btm ul li h2:hover { text-decoration:underline;}
.descobreix-btm ul li:last-child { margin-right:0;}
.descobreix-btm ul li:first-child h2 { color:#441656; background:url(../images/violet-arr.png) no-repeat right 10px;}
.descobreix-btm ul li:first-child h2 a.lila{ color:#441656 !important;}
.descobreix-btm ul li p { color:#525252; font-size:14px; font-family: 'source_sans_proregular'; margin-bottom:0px;}

.blue-box { float:left; width:100%; background:#b2ceda; padding:13px 0; margin:15px 0 0 0; color:#fff; font-size:18px; font-family: 'source_sans_proregular';}
.menu-lft.estem { width:82%;}
.menu-lft.estem p { margin-bottom:20px;}
.equipament-list { float:left; width:100%;}
.equipament-list ul li { float:left; width:23.5%; margin-right:2%; min-height:100px; margin-bottom:16px;}
.equipament-list ul li span { color:#000; display:block; font-size:16px; line-height:20px; margin-bottom:5px;}
.menu-lft.estem .equipament-list ul li p { color:#525252; font-size:14px; font-family: 'source_sans_proregular'; line-height:18px; margin-bottom:0;}
.equipament-list ul li:nth-child(4n) { margin-right:0;}

.menu-lft.mnu-fullwidth .descobreix-btm.margin-top { margin-top:20px;}
.menu-lft.mnu-fullwidth .descobreix-btm.margin-top h3 { font-size:18px; color:#000; font-family: 'source_sans_proregular'; margin-bottom:10px;}
.menu-lft.mnu-fullwidth .descobreix-btm.margin-top ul li { float:left; width:24%; margin-right:1%; }
.menu-lft.mnu-fullwidth .descobreix-btm.margin-top ul li:last-child { margin-right:0;}
.menu-lft.mnu-fullwidth .descobreix-btm.margin-top ul li h2 { font-size:14px; color:#004f7e; font-family: 'source-sans-pro-semibold'; line-height:20px; margin-bottom:10px; background:url(../images/activitat-arr.png) no-repeat top 5px right 5px ; display:inline-block; padding-right:20px; position:relative; padding-bottom:15px;}
.menu-lft.mnu-fullwidth .descobreix-btm.margin-top ul li h2:after{ position:absolute; display:block; bottom:0; left:0; width:80%; height:7px; content:""; }
.menu-lft.mnu-fullwidth .descobreix-btm.margin-top ul li.red-bdr h2:after { width:100%;background:#dd5405;}

.menu-lft.mnu-fullwidth .descobreix-btm.margin-top ul li.yelow-bdr h2:after {  background:#edab1b;}
.menu-lft.mnu-fullwidth .descobreix-btm.margin-top ul li.blu-bdr h2:after {  background:#005e85;}
.menu-lft.mnu-fullwidth .descobreix-btm.margin-top ul li.pink-bdr h2:after {  background:#d70082;}
.menu-lft.mnu-fullwidth .descobreix-btm.margin-top ul li p { line-height:18px;}

.descobreix-btm.actualitat-m  { margin:20px 0 0 0;}
.descobreix-btm.actualitat-m ul li { width:45%; margin-right:5%; margin-bottom:30px;}
.descobreix-btm.actualitat-m ul li:first-child h2 { color:#004f7e; background:url(../images/blue-a-rht.png) no-repeat right 10px;}





/* replace css */

.symp-lft ul li .symp-img.symp1 {
	

background: rgba(243,141,190,1);
background: -moz-linear-gradient(left, rgba(243,141,190,1) 0%, rgba(207,195,199,1) 69%, rgba(196,195,193,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,141,190,1)), color-stop(69%, rgba(207,195,199,1)), color-stop(100%, rgba(196,195,193,1)));
background: -webkit-linear-gradient(left, rgba(243,141,190,1) 0%, rgba(207,195,199,1) 69%, rgba(196,195,193,1) 100%);
background: -o-linear-gradient(left, rgba(243,141,190,1) 0%, rgba(207,195,199,1) 69%, rgba(196,195,193,1) 100%);
background: -ms-linear-gradient(left, rgba(243,141,190,1) 0%, rgba(207,195,199,1) 69%, rgba(196,195,193,1) 100%);
background: linear-gradient(to right, rgba(243,141,190,1) 0%, rgba(207,195,199,1) 69%, rgba(196,195,193,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38dbe', endColorstr='#c4c3c1', GradientType=1 );


	
/*background: rgba(245,137,189,1);
background: -moz-linear-gradient(left, rgba(245,137,189,1) 0%, rgba(217,168,190,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,137,189,1)), color-stop(100%, rgba(217,168,190,1)));
background: -webkit-linear-gradient(left, rgba(245,137,189,1) 0%, rgba(217,168,190,1) 100%);
background: -o-linear-gradient(left, rgba(245,137,189,1) 0%, rgba(217,168,190,1) 100%);
background: -ms-linear-gradient(left, rgba(245,137,189,1) 0%, rgba(217,168,190,1) 100%);
background: linear-gradient(to right, rgba(245,137,189,1) 0%, rgba(217,168,190,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f589bd', endColorstr='#d9a8be', GradientType=1 );*/
}

.symp-lft ul li .symp-img.symp2 { background:#e4e1ce; }
.symp-lft ul li .symp-img.symp3 { background:#fbfbf9; }




/* mobile banner css */

#mobile-banner { display:none; float:left; width:100%;}
#mobile-banner ul li { position:relative; float: left; width: 100%;}
#mobile-banner ul li .ban-cont { position:absolute; left:30px; bottom:20px; z-index:1;}
#mobile-banner ul li .ban-cont h1 { font-size:30px; font-family: 'source_sans_probold'; margin:0;}
#mobile-banner ul li .ban-cont h1 span { display:inline-block; position:relative;}

#mobile-banner ul li:after { position:absolute; left:0; bottom:0; display:block; content:""; width:100%; height:100%; 
background: rgba(0,0,0,0); background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(65%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1))); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.6) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.6) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );}

#mobile-banner ul li .ban-cont span:after { position:absolute; left:0; bottom:-2px; display:block; content:""; width:100%; height:8px; z-index: -1; /*animation-name: line_animation;animation-duration: 3s;animation-timing-function: linear; */}
#mobile-banner ul li .feina h1 span:after { background:#dd5405; }
#mobile-banner ul li .empren h1 span:after { background:#edab1b;}
#mobile-banner ul li .negoci h1 span:after { background:#0e718f;}
#mobile-banner ul li .formacio h1 span:after { background:#cc008a;}

@keyframes line_animation {
	from {
		width: 0%;
	}
	to {
		width:100%;
	}
}
#mobile-banner ul li .ban-cont span.in-view:after { width:100%; height:8px; z-index: -1; animation-name: line_animation;animation-duration: 2s;animation-timing-function: linear; }

#mobile-carousel.convert-car { float:left; width:100%; display:none; padding:0;}
.onsom-sec h1.onsom-tit-mob { display:none; font-size:28px; font-family: 'source-sans-pro-semibold'; line-height:30px; text-align:left;}

.troba-btn { float:left; width:100%; text-align:center; margin:20px 0 0; display:none;}
.troba-btn a { background:#005e85; border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -o-border-radius:25px; color:#fff; font-size:20px; font-family: 'source_sans_proregular'; padding:6px 25px; transition: all .5s ease; -moz-transition: all .5s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;}
.troba-btn a:hover { background:rgba(0,94,132,0.8);}

.bar-act #baract-carousel .item h2 {font-size:40px;line-height:40px;color: #005e84;font-family: 'source_sans_probold';margin-bottom:10px;position:relative;z-index:99;}
.bar-act #baract-carousel .item h2::after { position:absolute; display:block; content:""; left:0; top:15px; margin:0 auto; background:#f2f7fa; height:20px; width:100%; z-index: -1;}
.bar-act #baract-carousel .item h3 {font-size:20px;line-height:24px;color: #005e84;font-family: 'source_sans_probold';margin-bottom:0px; display:block; }
.bar-act #baract-carousel .item p{float:left; width:100%;  font-family: 'source_sans_proregular'; font-size:16px; color:#000; line-height:20px; margin-bottom:5px;}
.bar-act #baract-carousel .item span {float:left; width:100%;  font-family: 'source_sans_proregular'; font-size:16px; color:#000; line-height:20px; margin-bottom:20px; padding-bottom:20px; position:relative;}
.bar-act #baract-carousel .item span:after { position:absolute; display:block; content:""; left:0; right:0; margin:0 auto; background:#005e84; height:2px; width:24px; bottom:0;}



#noticies-carousel { float:left; width:100%; margin-top:35px;}
#noticies-carousel .item .notices-img{float:left; width:100%;overflow:hidden;}
#noticies-carousel .item .notices-img img{float:left; width:100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease; }
#noticies-carousel .item:hover .notices-img img{transform: scale(1.1);}

#noticies-carousel .item .icon-d { float:left; width:100%; text-align:center;}
#noticies-carousel .item .icon-d .plus-icon { display:inline-block; width:12px; height:12px;background: url(../images/plusicon_blakc.svg) no-repeat center; text-align:center;}
#noticies-carousel .item h4{float:left; width:100%; font-family: 'source_sans_proregular'; font-size:15px; color:#000; line-height:15px; margin:12px 0 0px; }
#noticies-carousel .item h1{float:left; width:100%;font-family: 'source_sans_probold'; font-size:15px; color:#05628b; line-height:18px; margin:22px 0 22px 0; text-align:left; }
#noticies-carousel .item:hover h1 { text-decoration:underline;}
#noticies-carousel .item p{float:left; width:100%;  font-family: 'source_sans_proregular'; font-size:15px; color:#000; line-height:20px; margin-bottom:10px;  }
#noticies-carousel .item a { display: block; float: left; width: 100%;}


.eb-que ul.mob-que { float:left; width:100%; display:none;}
.eb-que ul.mob-que li { font-size:20px; color:#005e85; display:block; width:100%; float:left; text-align:left; margin:0 0 15px 0;}
.eb-que ul.mob-que li span { background:url(../images/m-que-arr.png) no-repeat right; width:13px; height:16px; display:inline-block; margin-left:5px;}
.eb-que ul.mob-que li a { display:block; line-height:22px; padding-left:8px; color:#005e85;}
.eb-que ul.mob-que li a:hover { opacity:0.8;}
.eb-que ul.mob-que li.que-blu-bdr { border-left:4px solid #005e85; }
.eb-que ul.mob-que li.que-org-bdr { border-left:4px solid #dd5405; }
.eb-que ul.mob-que li.que-yel-bdr { border-left:4px solid #edab1b; }
.eb-que ul.mob-que li.que-pink-bdr { border-left:4px solid #d70082; }

.venure-video { float:left; width:100%; padding:5px 10px; background:#4086a3; border-bottom:1px solid #246680; text-align:center; display:none;}
.venure-video a { color:#fff; font-size:14px; background:url(../images/yte-arr-top.png) no-repeat right; padding-right:13px;}
.venure-video span { display:inline; float:right; margin:4px 0 0 3px; cursor:pointer;}
.venure-video a:hover { opacity:0.7;}

.mobile-lidera-txt { display:none;}
.som-box h1.mobile-title { font-family: 'source_sans_probold'; font-size:20px; color:#000; line-height:22px; margin-bottom:10px; display:none;}
.som-box h2.mobile-title { font-family: 'source_sans_probold'; font-size:17px; color:#000; line-height:22px; margin-bottom:10px; display:none;}

.notices-row h1.mobile-title { display:none;}
.img-pos-desktop { opacity:0;} 
.symp-lft ul li .symp-img.symp1.tac-img { overflow:hidden;}
.symp-lft ul li .symp-img.symp1.tac-img .img-pos { position:absolute; bottom:0;}
.btm-list ul li.g-bg{background:#fff; border-radius: 5px;}
.btm-list ul li:hover{background:#f5f5f5; }
.menu-lft.mnu-fullwidth .btm-list ul li{width:100%; margin-right:0; padding-top:0;}
.menu-lft.mnu-fullwidth .btm-list{padding:0 15%; margin-top:0;}
.menu-lft.c-menu{width:100%;}
.menu-lft.c-menu .btm-list{padding:10px 10%;}
.menu-lft.c-menu .btm-list.t-frst{margin-top:0;}
.btm-list ul li.tre{padding-right:0;}
.cbp-hrmenu > ul > li a::before{position:absolute; content:""; top:7px; right:-16px; left:inherit; background:url(../images/chevron-down.svg) no-repeat; width:10px!important; height:6px!important; background-size:cover;}
.cbp-hrmenu > ul > li.cbp-hropen a::before{transform:rotate(180deg); position:absolute; content:""; top:7px; right:-16px; left:inherit; background:url(../images/chevron-down-blue.svg) no-repeat; width:10px!important; height:6px!important; background-size:cover; }
.cbp-hrmenu > ul > li a{position:relative; cursor:pointer;}
.cbp-hrmenu > ul > li .cbp-hrsub a::before{display:none;}
.cbp-hrsub .close-me{position:absolute; right:30px; top:15px; font-size:20px; background:url(../images/close-filter-blue.svg) no-repeat; width:12px; height:12px; cursor:pointer; background-size:cover;}


/* 04Apr2019 */
/*#cbp-hrmenu .menu-lft h1:hover, #cbp-hrmenu .btm-list ul li h2:hover a	{ text-decoration:none;}*/
.top-bg		{ float:left; width:100%; padding:10px;12px 20px 12px 10px; border-radius: 5px; transition:all .5s ease; -moz-transition:all .5s ease; -webkit-transition:all .5s ease; -o-transition:all .5s ease;}
.top-bg:hover	{ background:#f5f5f5;}
/*.menu-bdr	{ background:url(../images/blue-a-rht.png) no-repeat; background-position:97% center; padding-right:0px; }*/
.menu-bdr:hover, #cbp-hrmenu .menu-lft .menu-bdr:hover	{ text-decoration:underline;}
.cbp-hrmenu > ul > li.cbp-hropen a.menu-clor	{ color:#525252 !important; font-size:14px;}

#cbp-hrmenu .menu-lft .top-bg:hover h1 a { text-decoration:underline;}
.top-bg:hover span::after {
    content: '';
    width: calc(100% + 10px);
    position: absolute;
    left: -10px;
    bottom: 1px;
    border-width: 0 0 1px;
    border-style: solid;
    bottom: -2px;
}


