/* fixes for new animated design */

.margin-normalized {
	margin-top: 30px;
}

.content-form .end-cont {
	height: 370px;
}

.form-disclaimer {
	margin-top: 5px;
	text-align: left;
	display: inline-block;
}

.content-form .end-row {
	width: 100%;
	margin: 0 auto;
}
.content-form {
	padding: 0px;
	height: 600px;
	margin-top: 0px;
	transition: background .8s linear;
		background: url("../img/background/bg-0.jpg"); /* high res images needed (>4mp), must be minimized */
	background-size: cover;
	background-position: center;
}

.content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.progress {
	border-radius: 0px;
	height: 15px;
	margin-bottom: 0px;
}
.progress-bar-mac {
	background-color: #c21f25;
}

.cta-form {
	padding-top: 5px;
}

.cta-form .item {
	min-height: 550px;
}

.cta-form .form-section {
	background-color: rgba(255,255,255,.7);
	/*border-radius: 20px;*/
	padding: 0px;
	padding-bottom: 30px;
	display: block;
	margin-top: 30px;
	padding: 30px;
}

.cta-form .form-section img {
	background-color: transparent;
	margin-bottom: 20px;
	box-shadow: 0px 0px 2px #888888;
}

.drinkcard-form, .end-cont {
	border: none;
	background-color: #fff;
	border: 8px solid transparent;
	box-shadow: -2px 3px 10px 0 rgba(0, 0, 0, .25);
}

.form-section label.title {
	margin-bottom: 25px;
	color: #fff;
	background-color: #2a334f;
	display: block;
	/*
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	padding: 10px 20px;
}

.form-section .select-me:after, .form-section .select-love:after {
	position: relative;
	left: 2px;
	bottom: -170px;
}

p.display {
	margin-top: 30px;
	font-size: 2em;
}
p.display a {
	color: #c21f25;

}

.end-cont input.form-control {
	height: 40px;
}

.end-cont img {
	margin-top: 15px;
}

.js-rating {
	margin: 0 auto;
	display: inline;
}
/*
.jq-ry-normal-group {
	display: none;
}*/

.text-center .row.ratings-section {
	margin: 35px auto;
}

.text-center .row.footer-comp-cont {
	margin-top: 30px;
}
.footer-comp {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.footer-comp img {
	display: table-cell;
	vertical-align: middle;
	max-height: 70px;
	width: auto;
	margin: 0 auto;

}

footer#footer {
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	margin-bottom: 0px;
	text-align: left;
	padding: 40px 0px;
	background-color: #2a334f;
	color: #fff;
}
footer#footer img {
	display: none;
}
footer#footer a {
	color: #fff;
}