@charset "utf-8";
/* CSS Document */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#booking input[type="text"],
#booking input[type="email"], textarea {
	color:#333;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	border-radius:0px;
}

h1 {

}

#booking h3{
	font-size:17px;
	margin-bottom: 0px;
	margin-top: 25px;
}



#booking input[type="radio"],
#booking input[type="checkbox"] {
  margin: 5px 4px 8px 0px;
  background-color:#09F;
}


#booking select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

#booking button {
  padding: 9px 19px 8px 19px;
  color: #FFF;
  background-color: #dc1c1b;
  font-size: 15px;
  font-weight:300;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #781312;
  border-width: 1px 1px 4px;
  margin-bottom: 10px;
  margin-top:13px;
  -webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
}

#btnAdd {
  padding: 2px;
  color: #FFF;
  background-color: #007d8a;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border:0px;
  margin-bottom: 10px;
  margin-top:10px;
  -webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
}

#btnAdd:hover{
  padding: 2px;
  color: #FFF;
  background-color: #1f7419;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border:0px;
  margin-bottom: 10px;
  margin-top:10px;
  -webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
}

.remove {
	background-color:#d60d0d;
	border:0px;
	padding:2px 5px 2px 5px;
	color:#FFF;
	  -webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
}

.remove:hover {
	background-color:#000;
	border:0px;
	padding:2px 5px 2px 5px;
	color:#FFF;
	  -webkit-transition:background 0.4s ease-in-out;
	-moz-transition:background 0.4s ease-in-out;
	transition:background-color 0.4s ease-in-out;
}

#booking button:hover {
  	padding: 9px 19px 8px 19px;
	color: #000082;
	background-color: #f9ff00;
	-webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	cursor: pointer;
	border: 0px;
	border-color: #abae0a;
}

#booking fieldset {
  margin-bottom: 30px;
  border: none;
}

#booking legend {
  font-size: 1.4em;
  margin-bottom: 10px;
  margin-top:20px;
  margin-bottom:20px;
}

#booking label {
  display: block;
  color:#000;
  font-size:16px;
  margin-top:15px;
  font-family: 'Titillium Web', sans-serif;
  font-weight:600;
  letter-spacing:0.02em;
}

#booking label h3{
	color: #dc1c1b;
	font-weight: 700;
	font-size: 20px;
}

#booking label.light {
  font-weight: 300;
  display: inline;
}

#booking .number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}
.quote-contain{
	padding: 45px 40px 50px;
background: rgba(0,0,113,1);
background: -moz-linear-gradient(45deg, rgba(0,0,113,1) 0%, rgba(0,0,113,1) 14%, rgba(2,2,191,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,113,1)), color-stop(14%, rgba(0,0,113,1)), color-stop(100%, rgba(2,2,191,1)));
background: -webkit-linear-gradient(45deg, rgba(0,0,113,1) 0%, rgba(0,0,113,1) 14%, rgba(2,2,191,1) 100%);
background: -o-linear-gradient(45deg, rgba(0,0,113,1) 0%, rgba(0,0,113,1) 14%, rgba(2,2,191,1) 100%);
background: -ms-linear-gradient(45deg, rgba(0,0,113,1) 0%, rgba(0,0,113,1) 14%, rgba(2,2,191,1) 100%);
background: linear-gradient(45deg, rgba(0,0,113,1) 0%, rgba(0,0,113,1) 14%, rgba(2,2,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000071', endColorstr='#0202bf', GradientType=1 );
}

@media screen and (min-width: 480px) {

  #booking form {
    max-width: 480px;
  }

}

.namefield {
    width:100%;
	border-bottom:1px solid rgba(0,0,113,0.5);
	padding:6px 0px 6px;
}
.namefield:focus {
	border-color:rgba(0,0,113,1);
}
.emailfield {
    width:85%;
	border:1px solid #CCC;
	padding:3px 6px 2px 43px;
    margin-top: 30px;
	}
	
.mobilefield {
    width:85%;
	border:1px solid #CCC;
	padding:3px 6px 2px 43px;
    margin-top: 30px;
	}

.locationfield {
    width:85%;
	border:1px solid #CCC;
	padding:3px 6px 2px 43px;
    margin-top: 30px;
	}


.datefield {
    width: 40%;
border: 1px solid #CCC;
padding: 3px 6px 2px 43px;
margin-top: 10px;
	}
	
	
.timefield {
   width: 40%;
border: 1px solid #CCC;
padding: 3px 6px 2px 43px;
margin-top: 10px;
margin-left: 19px;
	}	
	
.qualificationfield {
    width:85%;
	border:1px solid #CCC;
	padding:3px 6px 2px 43px;
    margin-top: 30px;
	}
	
.workfield {
    width:85%;
	border:1px solid #CCC;
	padding:3px 6px 2px 43px;
    margin-top: 30px;
	}
	
.budgetfield {
    width:92.8%;
	border:1px solid #CCC;
	padding:3px 6px 2px 43px;
    margin-top: 50px;
	}
		
.blankfield {
    width:85%;
	border:1px solid #CCC;
	padding:1px 6px 15px 9px;

    margin-top: 10px;
	}
	
.blankfield2 {
    width:100%;
	border-bottom:1px solid #fff;
	padding:1px 6px 15px 0px;
    margin-top: 0px;
	}
	
	.blankfield-select {
    width:100%;
	border:1px solid #CCC;
	padding:1px 6px 15px 9px;
    margin-top: 10px;
	height:100px;
	}
	
	.blankfield-comment {
    width:100%;
	border:1px solid #CCC;
	padding:1px 6px 15px 9px;
    margin-top: 10px;
	height:80px;
	}
	
.blankfield3 {
    width:85%;
	border:1px solid #CCC;
	padding:1px 6px 15px 9px;
    margin-top: 10px;
	}
	
.blankfield4 {
    width:85%;
	border:1px solid #CCC;
	padding:1px 6px 15px 9px;
    margin-top: 10px;
	}

.blankfield5 {
    width:50%;
	border:1px solid #CCC;
	padding: 3px 6px 2px 7px;
	margin:1px 1px 1px 27px
	
	}
		
.checkbx {
	float:left;
    width:35%;
	border:1px solid #F00;
	padding:3px 6px 30px 43px;
	}


	
.submt {
    width:35%;
	border:1px solid #CCC;
	padding:3px 6px 30px 43px;
    margin-top: 30px;
	}
	
.labl {
	float:left;
	
	}

input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
    color:#666;
    font-family:Arial, sans-serif;
    font-size:14px;
	
}
input[type="radio"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  3px;
	
}



input[type="radio"] + label span {
     background-color:#c3c3c3;
	 box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
	 
}

input[type="radio"]:checked + label span{
     background-color: #dc1c1b; 
	 box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}

input[type="radio"]:checked + label span:after{
     opacity: 1;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}


.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
	line-height:18px;
}
.wrapper {
	width: 500px;
	margin: 50px auto;
}
.checkbox input[type=radio],
input[type=checkbox] {
	display: none;
}
.checkbox label:before {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #fff;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.checkbox  .radio label:before {
	border-radius: 8px;
}
.checkbox label {
	margin-bottom: 10px;
}
.checkbox label:before {
    border-radius: 3px;
}

.checkbox  input[type=radio]:checked + label:before {
    content: "\2022";
    color: #144f89;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.checkbox  input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
}


.checkbox label {
	margin-bottom: 10px;
}
.checkbox label:before {
    border-radius: 3px;
}

.checkbox  input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: none;
	font-size: 15px;
	color: #144f89;
	text-align: center;
    line-height: 15px;
}

.feed-label h7{
	font-size:22px;
	font-family: 'Titillium Web', sans-serif;
	color:#dc1c1b;
}

.feed-label{
	padding-top:20px;
}

.feedback-style{
	border-bottom:1px #fff solid;
	padding-bottom:20px;
}

