@charset "UTF-8";

.text-default {
	text-size: 16px;
}


/* Header */
.main-menu > ul > li > a {
    font-size: 16px;
    font-weight: 700;
}
header#plain ul#top_tools a {
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 992px) {
	.menu_container {
		text-align: right;
		padding-right: 100px;
	}
	.menu_container .submenu {
		text-align: left;
	}
}

.main-menu ul ul li a {
    font-size: 15px;
	font-weight: 600;
}

header#plain ul#top_tools a:hover {
    color: #e14d67;
}

@media only screen and (max-width: 991px) {
	.main-menu ul li.submenu ul {
		border-left: 0; 
	}
}
@media (max-width: 480px) {
	.sticky ul#top_tools, ul#top_tools {
	    margin: 3px 40px 0 0;
	}
}
.intro_title h1 {
    font-size: 45px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.main-menu .active a {
	color: #e14d67 !important;
}




/* HOME */
.logos-partners img {
	max-height: 50px;
	padding: 0 20px;
}




/* STEPS */
#price_single_main span {
    color: #ffffff;
}
.feature_step {
    padding: 30px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.feature_step i {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #f0f0f0;
    font-size: 45px;
    color: #6dcff6;
}

/* BANNER */
#banner-mid {
    position: relative;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ddd;
    background-size: cover;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: table;
    z-index: 99;
    text-align: center;
    text-transform: uppercase;
}
.intro_title h3 {
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
#banner-mid .intro_title h1 {
    margin: 0;
}


/*Background colors*/
.dark_bg {
	background-color: #222;
}
.fs-7 {
	font-size: 0.8rem!important;
}

.btn_dark {
	background: #333 !important;
}
.btn_dark:hover {
	background: #e04f67 !important;
}

/* LOGO */
header.sticky #logo_home.logo_fr h1 a{
	background-image:url(../img/logo_sticky_fr.png);
}
header#plain #logo_home.logo_fr h1 a{
	background-image:url(../img/logo_sticky_fr.png);
}
header.sticky #logo_home.logo_fr h1 a, header#plain #logo_home h1 a{
    background-image: url(../img/logo_sticky_fr_2x.png);
}
@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 991px) {

	
	header.sticky #logo_home.logo_fr h1 a,
	header#plain #logo_home.logo_fr h1 a {
		background-image: url(../img/logo_sticky_fr_2x.png);
	}
}

header.sticky #logo_home.logo_nl h1 a{
	background-image:url(../img/logo_sticky_nl.png);
}
header#plain #logo_home.logo_nl h1 a{
	background-image:url(../img/logo_sticky_nl.png);
}
header.sticky #logo_home.logo_nl h1 a, header#plain #logo_home h1 a{
    background-image: url(../img/logo_sticky_nl_2x.png);
}
@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 991px) {

	
	header.sticky #logo_home.logo_nl h1 a,
	header#plain #logo_home.logo_nl h1 a {
		background-image: url(../img/logo_sticky_nl_2x.png);
	}
}