<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cbp-hrmenu {

	width:100%;

	float:left; text-align:right;

	margin:0px 0px 0 0;	

}



/* general ul style */

.cbp-hrmenu ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

}



/* first level ul style */

.cbp-hrmenu &gt; ul,

.cbp-hrmenu .cbp-hrsub-inner {

	width: 100%;

	/*max-width: 70em;*/

	margin: 0 auto;

	/*padding: 0 1.875em;*/

}



.cbp-hrmenu &gt; ul &gt; li {

	display: inline-block;  margin:0px 0px; position:relative; float: none; display: inline-block;

}

.cbp-hrmenu &gt; ul &gt; li:first-child{ margin-left:0px;}

.cbp-hrmenu &gt; ul &gt; li:last-child{ margin-left:0px;}



.cbp-hrmenu &gt; ul &gt; li &gt; a { padding: 12px 25px; display:block;	color:#455560; font-family: 'Graphik-Medium'; font-size:12px; line-height: 24px; text-transform:uppercase;  /*margin-bottom:23px;*/ position:relative; letter-spacing:0.6px; border-right:1px solid #e5e5e5;}  



.cbp-hrmenu &gt; ul &gt; li &gt; a.menu-active{ border-bottom: solid 0px #fff;}

.cbp-hrmenu &gt; ul &gt; li &gt; a span { background:url(../images/menu-ico.png) no-repeat 0 0; width:13px; height:8px; display:inline-block; margin-left:6px; }

.cbp-hrmenu &gt; ul &gt; li:last-child a { border:none; padding-right: 0;}



/*.cbp-hrmenu &gt; ul &gt; li &gt; a.arrow {

    background: rgba(0, 0, 0, 0) url("../img/menu-arrow.png") no-repeat scroll center 30px;

}*/







.cbp-hrmenu &gt; ul &gt; li &gt; a:hover, {

	 color: #6cb5b6;

    display: block;   

    text-decoration: none;

}



.cbp-hrmenu &gt; ul &gt; li.cbp-hropen a,

.cbp-hrmenu &gt; ul &gt; li.cbp-hropen &gt; a:hover {

	/*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 &gt; ul &gt; li &gt; a.selected, .cbp-hrmenu &gt; ul &gt; li &gt; a.selected:hover{

	/*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:#f7f7f7;

	width:550px;

	padding:0px;

	left:50%;

	margin-left:-120px;

	z-index:9999999999; 

	border:1px solid #f5f5f5; 

	

/*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 &gt; 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 &gt; div:last-child { margin:0;}





.menu-title { color: #4d3437; font-family: 'Graphik-Regular'; 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 &gt; 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 &gt; ul,

	.cbp-hrmenu .cbp-hrsub-inner {

		width: 100%;

		padding: 0;

	}



	.cbp-hrmenu .cbp-hrsub-inner {

		padding: 0 2em;

		font-size: 75%;

	}



	.cbp-hrmenu &gt; ul &gt; li {

		display: block;

		border-bottom: 4px solid #ededed;

	}



	.cbp-hrmenu &gt; ul &gt; li &gt; 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 &gt; div {

		width: 100%;

		float: none;

		padding: 0 2em;

	}

}





.mega-list { float: left; width: 100%; margin:0px 0; }

.mega-list.last { margin-bottom:0;}

.cbp-hropen .cbp-hrsub-inner-lft { float:left; width:100%; padding:15px;}

.cbp-hropen .cbp-hrsub-inner-lft ul li { float: left; width:45%; padding:0 0 8px 0; margin:0px 5% 8px 0; text-align:left; border-bottom: 1px dashed #ccc;}

.cbp-hrmenu .cbp-hropen .cbp-hrsub-inner-lft ul li a { background:url(../images/gey-arrow.png) no-repeat left 8px; color:#5f5f62;  font-family: 'Graphik-Light'; text-shadow:none; padding-left:15px; font-size: 17px;  line-height: 22px; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; float:left;}




.cbp-hropen .cbp-hrsub-inner-lft ul li:nth-child(2n) { margin-right:0;}

.cbp-hrmenu .cbp-hropen .cbp-hrsub-inner-lft ul li a:hover { color:#ad650d;background:url(../images/gey-arrow-h.png) no-repeat left 8px; padding-left:10px; }





.cbp-hropen .cbp-hrsub-inner-lft ul li .mega-list h2 { font-size:17px; color:#000;  font-family: 'Graphik-Light'; 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:5px;}

.cbp-hropen .cbp-hrsub-inner-lft ul li .mega-list ul li a { background:url(../images/red-arrw.png) no-repeat left; color:#5f5f62; font-family: 'Graphik-Light'; text-shadow:none; padding-left:15px; font-size: 17px;  line-height: 25px;}

.cbp-hropen .cbp-hrsub-inner-lft ul li .mega-list ul li a:hover { color:#a22531;}

.cbp-hropen .cbp-hrsub-inner-lft ul li:last-child { margin-right:0;}

.cbp-hrmenu &gt; ul &gt; li.cbp-hropen a:after { position:absolute; background:#ad650d; left:0%; bottom:0; display:block; content:""; width:100%; height:3px; 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 &gt; ul &gt; li.cbp-hropen a { color:#ad650d;}

.cbp-hrmenu &gt; ul &gt; li &gt; a:after { position:absolute; background:#ad650d; color:#f6d840; left:50%; top:-1px; display:block; content:""; width:0%; height:3px; 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 &gt; ul &gt; li &gt; a:hover:after, .cbp-hrmenu &gt; ul &gt; li &gt; a.selected:after, .cbp-hrmenu &gt; ul &gt; li &gt; a.current_page_item:after { width:100%; left:0;}

.cbp-hrmenu &gt; ul &gt; li &gt; a.selected, .cbp-hrmenu &gt; ul &gt; li &gt; a.current_page_item { color:#ad650d;}

.cbp-hrmenu &gt; ul &gt; li.cbp-hropen .cbp-hrsub ul li a:after { display:none;}

.cbp-hrmenu &gt; ul &gt; li.drop-menu { position:relative;}

.cbp-hrsub.wid-auto { width: 240px; margin-left:-120px; }

.cbp-hrsub.wid-auto ul li { text-align:left; border-bottom:1px solid #cdcecd;}

.cbp-hrsub.wid-auto ul li a { font-size:16px; color:#000000; padding:10px 20px; display:block;}

.cbp-hrsub.wid-auto ul li a:hover { color:#ad650d;}

/*.cbp-hrsub.wid-auto ul li a.selected { color:#c31a1f;}*/

.cbp-hrsub.wid-auto ul li:last-child { border-bottom:none;}

.cbp-hrmenu &gt; ul &gt; li.cbp-hropen h2 a { font-size:20px; color:#a22531;}





.cbp-hrsub.fullwidth { width: 800px; left: 50%; margin-left: -730px; padding:15px 18px 0; box-shadow:0 3px 2px rgba(0,0,0,0.2);}

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft { padding:0;}

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li a { background:none; padding:0; float:left; }

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li { width:calc(25% - 1.5%); border-bottom:0; margin:0 2% 15px 0; padding:0; text-align:center;}

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li a h4 { font-size:17px;  font-family: 'Graphik-Light'; color:#5f5f62; border-bottom:none; padding:2px 10px; line-height:21px; text-transform:none; }

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li a:hover { padding:0; background:none;}

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li .menu-div img { width:100%; transition:all 0.4s ease; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; float:left; backface-visibility:hidden; -webkit-backface-visibility:hidden;}

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li:nth-child(4n) { margin-right:0;}

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li:nth-child(4n+1) { clear:both; }

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li:hover h4 { color:#ad650d;}



.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li .menu-div { overflow:hidden; float:left; border:4px solid #fff; position:relative; } 

.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li:hover .menu-div img { transform:scale(1.08); -webkit-transform:scale(1.08); -moz-transform:scale(1.08); -o-transform:scale(1.08);}



#cbp-hrmenu .drop-menu .cbp-hrsub.fullwidth { transform:traslateX(-50%); transition: transform 250ms ease-in-out; -webkit-transform 250ms ease-in-out; }

#cbp-hrmenu .drop-menu.cbp-hropen .cbp-hrsub.fullwidth { transform: translateX(0%);}



.cbp-hrsub.cbp-last	{ right:0; left:auto; width:330px;}

.cbp-hropen .cbp-hrsub.cbp-last .cbp-hrsub-inner-lft ul li { width:100%;}



.menu-div .img-show { position:absolute; top:0; left:0;}

.menu-div .hidden-img { display:block; opacity:0;}


.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li { width: 31%; float: left; padding-right: 20px; margin-right: 20px; border-right: 1px solid #ccc; min-height: 210px; margin-bottom: 0;}
.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li a{width: 100%; float: left;}
.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li a h4{width: 100%; float: left; text-align: left; color: #31363b; font-family: 'Graphik-Bold'; font-size: 16px; padding: 0; border-bottom: 1px solid #ccc; margin-bottom: 10px; padding-bottom: 10px;} 
.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li ul li{width: 100%; float: left; margin-bottom: 10px; border-right: none; padding-right: 0; margin-right: 0; min-height: inherit;}
.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li:last-child{border-right: none; margin-right: 0; padding-right: 0;}
.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li ul li a{background: url(../images/gey-arrow.png) no-repeat left 8px; text-align: left;color: #5f5f62;
font-family: 'Graphik-Light';text-shadow: none;padding-left: 15px;font-size: 16px;line-height: 22px;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;float: left; padding-left: 20px;}
.cbp-hrsub.fullwidth .cbp-hrsub-inner-lft ul li ul li a:hover {color: #ad650d; background: url(../images/gey-arrow-h.png) no-repeat left 8px; padding-left: 20px; transition: all .5s ease;}

.cbp-hropen .cbp-hrsub.prds .cbp-hrsub-inner-lft ul li { float: left; width:100%; padding:0 0 8px 0; margin:0px 0 8px 0; text-align:left; border-bottom: 1px dashed #ccc;}
.cbp-hrmenu .cbp-hrsub.prds {width: 320px;}</pre></body></html>