/* Background */
.b-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; 
}
/* Planning */
.b-planning {
	background-repeat: repeat-y;
	background-size: 300% auto;
    background-position: left;
}
@media only screen and (min-width: 992px) {
	.b-planning {
		background-size: 100% auto;
		background-position: center;
	}
}
/* Hero */
.b-hero {
	padding: 40px 0 80px;
	text-align: center;
	color: white;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; 
}
.b-hero__desc, .b-hero__title {
    max-width: 770px;
    margin: 0 auto; 
}
.b-hero__title {
    font-size: 30px;
    font-family: 'dincondensedcregular',sans-serif;
    text-transform: uppercase; 
}
.b-hero__desc {
    margin-top: 20px;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 1.4; 
}
@media only screen and (min-width: 768px) {
	.b-hero__title {
	    font-size: 50px;
	}
	.b-hero__desc {
	    font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.b-hero {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		height: 319px; 
	} 
}
/* Feedback */
.b-feedback {
	position: relative;
}
.b-feedback > .container {
	position: relative;
	z-index: 1;
}
.b-feedback__inner {
	margin-top: -60px;
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(50,50,50,.75);
            box-shadow: 0 0 7px 0 rgba(50,50,50,.75);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.b-feedback__title {
	margin-bottom: 30px;
    font-family: 'dincondensedcregular',sans-serif;
	font-size: 24px;
    color: #313030;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.b-feedback__title a {
	color: #6194cf;
}
.b-feedback form input:not([type="submit"]) {
	font-size: 22px;
    height: 52px;
    margin-bottom: 25px;
    border-radius: 5px;
    max-width: 280px;
    width: 100%;
}
.b-feedback form input[type="submit"] {
	margin-left: 0;
	max-width: 280px;
	width: 100%;
}
.b-feedback__bg {
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: calc(100% + 30px);
}
@media only screen and (min-width: 768px) {
	.b-feedback__title {
		font-size: 30px;
	}
	.b-feedback__inner {
		padding: 60px 40px;
	}
	.b-feedback form p {
		display: inline-block;
		vertical-align: middle;
	}
	.b-feedback form input:not([type="submit"]) {
		margin-bottom: 0;
		margin-right: 25px;
	}
	.b-feedback form input[type="submit"] {
		max-width: none;
		width: 164px;
	} 
}
@media only screen and (min-width: 992px) {
	.b-feedback__bg {
		top: 50%;
		height: 193px;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%)
	} 
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
/* Spaces */
.b-space {
	height: 40px;
}
.b-space_xs {
	height: 10px;
}
.b-space_sm {
	height: 20px;
}
.b-space_md {
	height: 30px;
}
/* Features */
.b-features {
	position: relative;
}
.b-features > .container {
	position: relative;
	z-index: 1;
}
.b-features__bg {
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: calc(100% + 30px);
}
.b-features__inner {
	padding: 0 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(50,50,50,.75);
            box-shadow: 0 0 7px 0 rgba(50,50,50,.75);
}
.b-features__btn {
	max-width: 750px;
	width: 100%;
}
.b-features__desc {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 1.2;
}
.b-features__desc a {
	color: black;
	text-decoration: none;
}
.b-features__desc a.blue {
	color: #6194cf;
	text-decoration: underline;
}
@media only screen and (min-width: 768px) {
	.b-features__inner {
		padding: 0 40px;
	}
}
@media only screen and (min-width: 992px) {
	.b-features__bg {
		top: 50%;
		height: 193px;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%)
	}
}
/* Features Item */
.b-features-item {
	text-align: center;
}
.b-features-item__icon {
	margin-bottom: 15px;
}
.b-features-item__title {
	font-family: 'dincondensedcregular',sans-serif;
	font-size: 30px;
	color: #313030;
	text-transform: uppercase;
	letter-spacing: -1px;
}
@media only screen and (min-width: 768px) {
	.b-features-item {
		text-align: left;
	}
	.b-features-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.b-features-item__icon {
		max-width: 90px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 90px;
		        flex: 1 0 90px;
		margin: 0;
	}
}
/* Aligne Items */
.b-ai_center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
/* Title */
.b-title {
	display: block;
	color: #00365c;
	font-family: 'dincondensedcregular',sans-serif;
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.b-title {
		font-size: 36px;
	}
}
/* Crousel */
.b-carousel .item {
	text-align: center;
	padding: 0 14px;
}
.b-carousel img {
	max-width: 100%;
	max-height: 100%;
}
/* Button */
.b-btn {
	display: inline-block;
	vertical-align: middle;
	padding: 17px 10px;
	font-size: 18px;	
	text-align: center;
	text-transform: uppercase;
	font-family: "pragmaticalightcbold";	
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.b-btn_blue {
	background-color: #6194cf;
	color: #fff;
}
.b-btn_blue:hover {
	background-color: #00365c;
}
/* Teaxt align */
.b-ta_center {
	text-align: center;
}
/* Strong */
strong {
	font-weight: bold;
}
/* Description */
.b-desc {
	font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 1.2;
}
/* Visibvlity */
.b-visible_medium_up,
.b-visible_small_up {
	display: none;
}
.b-hide_medium_up,
.b-hide_small_up {
	display: block;
}
@media only screen and (min-width: 768px) {
	.b-visible_small_up {
		display: block;
	}
	.b-hide_small_up {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.b-visible_medium_up {
		display: block;
	}
	.b-hide_medium_up {
		display: none;
	}
}