@charset "utf-8";
/* Competitive Advantages CSS YellowFishTransfers */


/*--- DIVS ---*/
/* Header */
#bg-main {
	background-position: top;
	background-size: cover;
	position: relative;
	height: 520px;
}
#bg-main.ca-1 {background-image: url(../img/bg-advantages-1.jpg)}
#bg-main.ca-2 {
	background-position: center;
	background-image: url(../img/bg-advantages-2.jpg);
}
#bg-main.ca-3 {
	background-position: center;
	background-image: url(../img/bg-advantages-3.jpg);
}
#bg-main.ca-2::before {
	background: rgba(0,0,0,.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,.8),rgba(0,0,0,.5));
	background: -webkit-linear-gradient(top, rgba(0,0,0,.8),rgba(0,0,0,.5));
	background: linear-gradient(to bottom, rgba(0,0,0,.8),rgba(0,0,0,.5));
}

@media (min-width: 992px) {
	#bg-main.ca-1 {background-image: url(../img/bg-advantages-1@2x.jpg)}
	#bg-main.ca-2 {background-image: url(../img/bg-advantages-2@2x.jpg)}
	#bg-main.ca-3 {background-image: url(../img/bg-advantages-3@2x.jpg)}
}

/* Section Page-Title */
#page-title {position: absolute}
#page-title h1 {font-size: 160%}
#page-title h2 {font-size: 110%}

/* Section child-seats */
#child-seats, #value-for-money, #wedding {
	transform: translateY(-220px);
	z-index: 100;
}
@media (min-width: 768px) {
	#child-seats, #value-for-money, #wedding {
		transform: translateY(-180px);
	}
}
@media (min-width: 992px) {
	#child-seats, #value-for-money, #wedding {
		transform: translateY(-120px);
	}
}
.card {
	border-bottom: 8px solid #FEE00D;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#yf-btn-group {
	background: #00406E;
	margin: -240px 0 0;
	padding: 100px 0 60px;
	z-index: 10;
}
@media (min-width: 992px) {
	#yf-btn-group {
		padding-top: 160px;
	}
}

/* FORM */

#wedding-form label {
	color: #C2C2C2;
	font-size: 80%;
	padding-left: 15px;
}
#wedding-form input, #wedding-form select, #wedding-form textarea {
	font-size: 80%;
	min-height: 42px;
}
#wedding-form .input-group-append img {
	height: 28px;
	width: auto;
	min-width: 30px;
}

::placeholder {
	color: #707070;
	font-size: 85%;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #707070;
	font-size: 14px;
}
::-ms-input-placeholder {
	color: #707070;
	font-size: 14px;
}

.yf-shadow {
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	border-radius: 4px;
}
