@charset "UTF-8";
/* CSS Document */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* CONTACT WRAPPER --------------------*/


#survey_wrapper
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	border-top: solid 1px #E6E7E8;
	border-bottom: solid 1px #E6E7E8;
	margin: 30px auto;
	padding-top: 15px;
}

#survey_wrapper h2
{
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 130%;
	color: #4B5C66;
	margin: 0 0 10px 0;
}

#survey_wrapper h3
{
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 130%;
	color: #9D9D9C;
	margin: 0px 0;
}

#details_form
{
	width: 100%;
}

.top_inputs > div
{
	width: 47.72%;
}

.top_inputs_left
{
	float: left;
}
.top_inputs_right
{
	float: right;
}

#Contact_Number
{
	margin-top: 0;
}

.vehicle_details
{
	position: relative;
}

.vehicle_details div
{
	width: 48.57%;
	float: left;
}

#reg_wrapper
{
	float: right;
}

#registration
{
	text-transform: uppercase;
}

#registration::-webkit-input-placeholder {text-transform: capitalize;}
#registration:-moz-placeholder {text-transform: capitalize;}
#registration::-moz-placeholder {text-transform: capitalize;}
#registration:-ms-input-placeholder {text-transform: capitalize;}

#details_form p{
	margin:20px 0 30px 0;	
}

#survey_wrapper p.error
{
	margin: 0;
	font-size: 0.8125em;
}

#contact_details a
{
	text-decoration: none;
	color: #58585B;
}

#contact_details a:hover
{
	text-decoration: none;
	color: #CAD400;
}

#contact_details span
{
	color: #CAD400;
}


/* FORM -----*/

#contact_form
{
	float: right;
	width: 38.9%;
	padding: 15px 0 15px 1.36%;
	margin: 0 0 0 0;
}

.form_input,
#survey_other
{
	position: relative;
	width: 100%;
	background: #E6E7E8;
	border: none;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375em;
	font-weight: 500;
	color: #58585B;
	padding: 12px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0 0 0;
}

.form_input:focus,
#survey_other:focus,
.comments_row textarea:focus
{
	padding: 10px 13px;
	border: 2px solid #4B5C66;
	outline: none;
}

.form_textarea
{
	position: relative;
	width: 93%;
	height: 118px;
	background: #E6E7E8;
	border: none;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px;
	font-family: 'Raleway', sans-serif;
	font-size: 0.75em;
	font-weight: 400;
	line-height: 100%;
	color: #58585B;
	padding: 10px 3.5%;
	margin: 15px 0 0 0;
}

.form_submit_wrapper
{
	position: relative;
	width: 100%;
	clear: both;
	padding: 30px 0;
}

.form_submit
{
	float: right;
	width: 210px;
	display: block;
	background: url(../images/arrows/dark_arrow.png) #CAD400;
	background-repeat: no-repeat;
	background-position: 93% 50%;
	border: none;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 100%;
	text-align: left;
	color: #fff;
	padding: 10px 0 10px 15px;
	margin: 0 0 0 0;
	cursor: pointer;
	width:200px;
}

.form_submit:hover
{
	background: url(../images/arrows/light_arrow.png) #4B5C66;
	background-repeat: no-repeat;
	background-position: 93% 50%;
}

.error 
{
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375em;
	font-weight: 400;
	font-style: italic;
	line-height: 200%;
	color: #DD0000;
}

.detect
{
	display: none;
}


/*Survey form*/

#survey_feedback{
	margin-top: 40px;
	width: 100%;
}

.survey_left_col
{
	width: 47.72%;
	padding-right: 2.28%;
	float: left;
	border-right: 1px solid #E6E7E8;
}

.survey_left_col .survey_right
{
	margin-right: -20px;
}

.survey_left_col .survey_right label
{
	margin-top: 3px;
}

.survey_left_col .bottom_row
{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.survey_right_col
{
	width: 47.72%;
	float: right;
}

.survey_left_col h3,
.recommend_row h2.survey_left
{
	width: 170px;
}

.star_row h2.survey_left,
.terms_row h2.survey_left
{
	width: 190px;
}

.recommend_row h2.survey_left {
	width: 100%;
	float: none;
}

.survey_row{
	width:100%;
	margin-bottom:15px;	
}

.survey_header
{
	margin-bottom: 5px;
}

.find_us_row,
.star_row
{
	margin-top:35px;	
	margin-bottom: 0;
}

.survey_left{
	float:left;
}

.survey_right{
	float:right;
	width:315px;
	position:relative;
}

.find_us_row .survey_right{
	width:370px;	
}

.recommend_row .survey_right{
	float: none;
	width: 100%;
	margin: 0;
}

.survey_item{
	float:left;
	width:33%;
	text-align:center;	
}

#survey_wrapper .find_us_row h2
{
	margin-bottom: 15px;
}

.found_us_options
{
	clear: both;
}

.found_us_options .survey_item{
	width: 200px;
}

.found_us_options .survey_item1,
.found_us_options .survey_item2
{
	margin-bottom: 15px;
}

.found_us_options .survey_item2,
.found_us_options .survey_item4
{
	float: right;
}

.found_us_options .survey_item h3
{
	float: left;
	text-align: left;
	padding-top: 6px;
}

.found_us_options .survey_item label
{
	float: right;
}

.survey_item h2 span{
	display:block;	
}

#survey_wrapper .survey_right h3{
	display:none;
	color:#4B5C66;
}

.survey_input{
	/*display: none;*/
	position: absolute;
	left: -3000px;
}

.survey_label{
	width:32px;
	height:32px;
	background:#E6E7E8;
	border-radius:5px;
	display:block;
	margin:0 auto;
	cursor: pointer;
}

.survey_label div{
	cursor: pointer;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background-image:url(../images/arrows/tick.png);
	background-position:0px 32px;
	background-repeat:no-repeat;
}

.survey_label div.ticked{
	background-position:center;
}

.survey_input:focus + label{
	box-shadow: inset 0 0 2px #4B5C66;
	-webkit-box-shadow: inset 0px 0px 0px 2px #4B5C66;
	-moz-box-shadow: inset 0px 0px 0px 2px #4B5C66;
	box-shadow: inset 0px 0px 0px 2px #4B5C66;
}

.recommend-option {
	text-align: center;
	position: relative;
	display: block;
	float: left;
	width: 40px;
	cursor: pointer;
	margin: 0 11px 5px 0;
}
@media screen and (max-width: 1180px) {
	.recommend-options {margin: 0 -5%;}
	.recommend-option {width: 20%; margin-right: 0;}
	.recommend-option-6 {clear: left;}
}
@media screen and (max-width: 400px) {
	.recommend-options {margin: 0;}
	.recommend-option {width: 40px; margin-right: 15px;}
}

.recommend-option input{
	position: absolute;
	left: -4000px;
}

.recommend-option .face {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/survey-faces.png);
	background-image: url(../images/survey-faces.svg), none;
}
.recommend-option-1 .face {background-position: 0px 0px;}
.recommend-input-1:checked + .face, .recommend-input-1:hover + .face {background-position: 0px -40px;}
.recommend-option-2 .face {background-position: -40px 0px;}
.recommend-input-2:checked + .face, .recommend-input-2:hover + .face {background-position: -40px -40px;}
.recommend-option-3 .face {background-position: -80px 0px;}
.recommend-input-3:checked + .face, .recommend-input-3:hover + .face {background-position: -80px -40px;}
.recommend-option-4 .face {background-position: -120px 0px;}
.recommend-input-4:checked + .face, .recommend-input-4:hover + .face {background-position: -120px -40px;}
.recommend-option-5 .face {background-position: -160px 0px;}
.recommend-input-5:checked + .face, .recommend-input-5:hover + .face {background-position: -160px -40px;}
.recommend-option-6 .face {background-position: -200px 0px;}
.recommend-input-6:checked + .face, .recommend-input-6:hover + .face {background-position: -200px -40px;}
.recommend-option-7 .face {background-position: -240px 0px;}
.recommend-input-7:checked + .face, .recommend-input-7:hover + .face {background-position: -240px -40px;}
.recommend-option-8 .face {background-position: -280px 0px;}
.recommend-input-8:checked + .face, .recommend-input-8:hover + .face {background-position: -280px -40px;}
.recommend-option-9 .face {background-position: -320px 0px;}
.recommend-input-9:checked + .face, .recommend-input-9:hover + .face {background-position: -320px -40px;}
.recommend-option-10 .face {background-position: -360px 0px;}
.recommend-input-10:checked + .face, .recommend-input-10:hover + .face {background-position: -360px -40px;}


.recommend-option .number {
	display: block;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 130%;
	color: #9D9D9C;
	margin: 0px 0;
}

#survey_other{
	display: none;
}

.recommend_row
{
	margin-bottom: 0;
	margin-top: 35px;
}

.comments_row
{
	margin-bottom: 0;
}

.comments_row textarea
{
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: none;
	background: #E6E7E8;
	color: #4B5C66;
	border-radius: 4px;
	resize: vertical;
	height: 90px;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 140%;
	padding: 12px 15px;
}

#rating
{
	width: 200px;
	position: relative;
	float: right;
	margin-left: 20px;
}

#rating img
{	
	margin-right: 18px;
	display: block;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#rating img[alt="5"]
{
	margin-right: 0;
}

.terms_row
{
	margin-bottom: 0;
	margin-top: 20px;
}

.terms_options
{
	width: 200px;
	position: relative;
	float: right;
}

.terms_options .survey_item
{
	width: 32px;
}

.terms_options .survey_item2
{
	float: right;
}
/* COOKIE POLICY ----------*/


#cookies_wrapper
{
	position: relative;
	width: 90%;
	max-width: 1100px;
	border-top: solid 1px #E6E7E8;
	border-bottom: solid 1px #E6E7E8;
	margin: 30px auto;
}

#cookies_wrapper h2
{
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375em;
	font-weight: 500;
	line-height: 100%;
	color: #4B5C66;
	margin: 0 0 10px 0;
}

#cookies_wrapper a
{
	text-decoration: none;
	color: #CAD400;
}

#cookies_wrapper a:hover
{
	text-decoration: underline;
	color: #CAD400;
}

#cookies_leftcol
{
	float: left;
	width: 48.54%;
	padding: 15px 1.36% 15px 0;
	margin: 0 0 0 0;
}

#cookies_rightcol
{
	float: right;
	width: 48.54%;
	border-left: solid 1px #E6E7E8;
	padding: 15px 0 15px 1.36%;
	margin: 0 0 0 0;
}

/* left col checkboxes narrower ––––––––––––––– */
@media screen and (max-width: 1100px) {	
.survey_right{width: 275px;}
}

/* left col checkboxes full width ––––––––––––––– */
@media screen and (max-width: 1020px) {	
.survey_left_col .survey_row.survey_header{margin-bottom: 0; padding-top: 0;}
#survey_wrapper .survey_left_col h3, #survey_wrapper .recommend_row h2, .star_row h2.survey_left, .terms_row h2.survey_left, #survey_wrapper .find_us_row h2{width: 100%;margin-bottom: 10px;}
.survey_header .survey_right{display: none;}
.survey_left_col .survey_right{margin-right: 0; width: 100%;}
#survey_wrapper .survey_right h3{display: block;}
.survey_left_col .survey_item1{width: auto;}
.survey_left_col .survey_item2{width: 65px; position: absolute; left: 50%; margin-left: -42px; top: 0;}
.survey_left_col .survey_item3{width: auto; float: right;}
.survey_left_col .survey_row {/*background: #F9F9F9;*/border-bottom: 2px solid #F9F9F9; margin-bottom: 0; padding: 15px 0;}
.survey_left_col .recommend_row{margin-top: 0px; border-bottom: none;}
#survey_wrapper .recommend_row h2{float: none;}
.found_us_options .survey_item{width: 100%; margin-bottom: 15px;}
.found_us_options .survey_item4{margin-bottom: 0;}
.form_submit_wrapper{padding: 0; top: -35px;}
#rating{float: left; margin-left: 0;}
#rating img{margin-right: 10px;}
.survey_right_col{padding-bottom: 45px;}
.terms_row{margin-top: 35px;}
.comments_row textarea{height: 134px;}
.terms_options{float: none; width: 100%; clear: both;}
.terms_options .survey_item2{float: none; position: absolute; top: 0; left: 50%; margin-left: -16px;}
}

/* Single column ––––––––––––––– */
@media screen and (max-width: 640px) {
.survey_left_col .bottom_row{padding-bottom: 15px; border-bottom: 2px solid #F9F9F9;}
.survey_left_col{width: 100%; float: none; border-right: 0; padding-right: 0; margin-bottom: 20px;}
.top_inputs > div{width: 100%;}
#Contact_Number{margin-top: 20px;}
.survey_right_col{width: 100%; float: none;}
.comments_row{padding-bottom: 0;}
.comments_row textarea{height: 100px;}
.form_submit_wrapper{padding: 30px 0; top: 0;}
}

/* Vehicle info inputs full width ––––––––––––––– */
@media screen and (max-width: 460px) {	
.vehicle_details div{width: 100%; float: none;}
.survey_label{width: 25px; height: 25px;}
.survey_label div{background-image: url(../images/arrows/tick_small.png);}
}