/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body, html{
	background-color: #202020;
}

#header{
	border-bottom:none;
}
.dark #header-wrap{
	background-color:#1a1a1a;
}
.dark #footer, #footer.dark{
	background-color: #202020;
	border-top: none;
}
section.darker{
	background-color: #1a1a1a;
}
.darker .fbox-bg.fbox-center .fbox-icon{
	background-color: #1a1a1a;
}


/** Home */
#homeChiffres{
	background-image:url(../images/icons/bg-chiffre-dark.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#homeChiffres .widget .col{
	transition: all ease 0.4s;
	cursor: default;
	opacity: 0.56;
	background-image:url(../images/icons/bg-chiffre.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#homeChiffres .widget .col:hover{
	color:#cf2014;
	opacity: 1;
	margin-top: -5px;
}

.dark .button:hover, .button.button-dark:hover{
	background-color: #8f1b13;
}

.feature-box.fbox-chevron .fbox-content{
	padding-left:30px !important;
	position: relative;
}
.feature-box.fbox-chevron .fbox-content::before{
	font-family: 'font-icons';
	content:"\e7a5";
	display: block;
	width: 25px;
	position: absolute;
	top:0;
	left:0;
	font-size: 25px;
	margin-top:-7px;
}

#widget-subscribe-form .btn-success{
	background-color:#cf2014; 
	border-color: #cf2014;
}