/* CSS customizations */

/* body .logo-normal {
	display: inline-block !important;
}

body .logo-sticky {
	display: none !important;
}

body.sticky-menu-active .logo-normal {
	display: none !important;
}

body.sticky-menu-active .logo-sticky {
	display: inline-block; !important;
} */



.page-top {
background-color: #778979;
border-bottom: 5px solid #ccdcc1;
border-top: 5px solid #ccdcc1;
}

/* a {
color: #FFFFFF;
} */

.breadcrumb > .active {
color: #FFFFFF;
}

/* Set background colors of the feature box (before the footer) */
section.featured {
background: #f2dab2;
border-top: 5px solid #f0e5d1;
}

/* Set background colors of the footer box */ 
#footer {
	background-color: #f0e5d1 !important;
	border-top-color: #f2dab2 !important;
}

/* Set colors of the footer box text */ 
#footer h4 {
color: #000000 !important;
}

/* Set background colors of the copyright box */ 
#footer .footer-copyright {
background: #f2dab2;
border-top: 4px solid #f2dab2;
}

/* Set font colors of the copyright box text */ 
#footer .footer-copyright p {
color: #000000;
}

#footer a {
color: #000000 !important;
} 

/* Display square social icons instead of round */ 

ul.social-icons li {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}


/* Display colored icons instead of grayscale */

ul.social-icons li.facebook {
	background-position: 0 -150px;
}

ul.social-icons li.twitter {
	background-position: 0 -1170px;
}

ul.social-icons li.houzz {
	background-position: 0 -1980px;
}

ul.social-icons li.youtube {
	background-position: 0 -1410px;
}

/* Display grayscale icons during hover operations */

ul.social-icons li.facebook:hover {
	background-position: 0 -120px;
}

ul.social-icons li.twitter:hover {
	background-position: 0 -1140px;
}

ul.social-icons li.houzz:hover {
	background-position: 0 -1950px;
}

ul.social-icons li.youtube:hover {
	background-position: 0 -1380px;
}