/*************************************************************
	MENU ICONS EXAMPLE
 *************************************************************/
/*
To add menu icon specify PAGE-ID and ICON CONTENT VALUE:

.fa-menu-{PAGE-ID}:before {
  content: "{ICON CONTENT VALUE}";
}

List of ICON CONTENT VALUES: http://astronautweb.co/snippet/font-awesome/

FOR EXAMPLE

i.fa-menu-33:before {
  content: "\f004";
}
  
*/

/*************************************************************
	ADD YOUR CUSTOM STYLES BELOW THIS LINE
 *************************************************************/


#header-wrap{
   background-image:url('portals/240/images/menu-bg.png');
   background-repeat:repeat-x;
}

.slide{
   background-position:80% 60% !important;
   background-size:auto !important;
   background-repeat:no-repeat !important;
}


.side-panel-trigger-standalone #side-panel-trigger .fa {
    color: #0b1c36
}

.DNNEmptyPane {height: 0px !important; min-height: 0px !important; padding: 0px !important; margin: 0px !important;}







