/*!
 * Chrysalis default skin css
 * Copyright 2017 
 */
/*
body {
	background: #efefef;
}
*/
/* logo */

/* menu */
/*
#left-panel {
	background: #252525;
}


#left-panel a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

nav ul b {
    font-size: 13px;
}

nav > ul > li > a b {
    right: 5px;
    top: 14px;
}
*/

/* sub-menu */
/*
nav ul ul {
    background: #2d2d2d;
}
*/

/* header */
/*
.header-top {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e1e1e1;
}

div#hide-menu a {
    color: #a78949 !important;
}
.hidden-menu #hide-menu > :first-child > a {
    background-color: #a78949 !important;
	background-image: none !important;
    color: #fff !important;
}
*/
/* content */

