/* Add here all your CSS customizations */
section.start {
	background: #fff;
	margin: 10px 0;
	padding: 30px 0px 0px 0px;
}

section.grey {
	background: #f7f7f7;
	border-top: 5px solid #f1f1f1;
	margin: 0px 0px 40px 0px;
	padding: 20px 0;
}

p {	
letter-spacing: 0em;
}
.icon-featured-grey {
	background-color: #e7e7e7;
	background-image: url("img/bubbles-bg.jpg");
	display: inline-block;
    font-size: 0;
    margin: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 1.5em;
    line-height: 60px;
}
#footer .footer-copyright.footer-copyright-style-mmad {
	background: #1c1c1c;
}
html .call-to-action.call-to-action-quaternary {
	background: #282828;
}
color-dark, html .bg-dark {
    background-color: #1c1c1c !important;
}
.page-header {
    background-color: #282828;
    margin: 0 0 35px 0;
    padding: 30px 0;
    position: relative;
    text-align: left;
}
.page-header h1 {
	font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px 0;
	font-weight: 200;
    color: #fff;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 1px;
}
body {
    color: #151515;
}
p {
    color: #151515;
}
.breadcrumb > li + li:before {
    color: #EDEDED;
}
.thumb-info .thumb-info-inner {
    padding-bottom: 15px;
}