/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#down .fbox-icon i, .fbox-icon img {
    background-color: #fff;
	color: #00aff0;
}

.fbox-icon i, .fbox-icon img {
    background-color: transparent;
}
.fbox-icon {
    width: 7.5rem;
    height: 6rem;
}

#content p {
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}


#logo img {
    height: 60px!important;
}