/* fixes for new animated design */

.container-fluid, .no-padding  {
	padding: 0px;
}

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

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

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

.content-form .end-row {
	width: 100%;
	margin: 0 auto;
}

.content-form {
	padding: 0px;
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
	
	background: url("/images/splash-bg.png"); /* 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 {
	margin-top: 25px;
}

.cta-form h1.main-title {
	color: #2a334f;
	font-weight: bold;
}

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

.cta-form .item:last-of-type .form-section {
	min-height: 500px;
}

.cta-form .form-section {
	background-color: rgba(255,255,255,.7);
	/*border-radius: 20px;*/
	padding: 0px;
	padding-bottom: 30px;
	display: block;
	    max-width: 800px;
    display: block;
    margin: 0 auto;
    float: none;
}
.cta-form .item:last-of-type {
	height: 550px;
}

.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 .title {
	margin-bottom: 25px;
	color: #fff;
	background-color: #2a334f;
	display: block;
	/*
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;*/
	padding: 15px 20px;
}

.item:last-of-type .form-section .title {
	font-size: 1.4em;
}

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

.logos-box {
	padding: 10px 0px;
	background: url(../../images/oldimages/bg-logos-box.gif) repeat-x;
}

.logos-box li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 65px;
}

.logos-box li:first-of-type {
	margin:0px;
}

.logos-box img {
	padding: 0px 10px 0px 10px;
	width: 100%;
}

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

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

.end-list {
	list-style: none;
}
.end-list li {
	position: relative;
	font-size: 1.1em;
	padding-left: 20px;
}
.end-list li:before {
	content: "";
	left: -20px;
	top: 5px;
	display: block;
	position: absolute;
	height: 25px;
	width: 25px;
	background: url('../../images/ticks/square-tick.png');
	background-size: cover;
}

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

.end-cont .display-2 {
	font-size: 1.6em;
	text-transform: uppercase;
}

.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;
}

.bbb-rating {
	margin-top: 40px;
}

.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;
}

@media (max-width: 768px) {
	.cta-form .item:last-of-type .form-section {
		height: 100%;
	}
	.text-center .row.ratings-section {
		margin: 15px auto;
		padding: 0;
	}
	.content .row {
		padding: 0;
	}
	.end-cont img {
		max-width: 150px;
    	margin: 0 auto;
	}
}

@media (max-width: 425px) {
	.cta-form .form-section {
		min-height: 500px;
	}
	.form-section .select-short {
		font-size: .8em;
		margin: 15px auto;
		float: left;
		height: 125px;
		margin-left: 15px;
	}
	.form-disclaimer { 
		display: none;
	}
	.btn.end-btn {
		font-size: 1.2em;
	}
}

@media (max-width: 320px) {
	.form-section .select-me, .form-section .select-love {
		margin: 10px;
		font-size: .8em;
	}
}