@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:#666;
	font-family: 'Karla', sans-serif;
	font-size:16px;
	border-radius:3px;
}

#booking h3{
	font-size:28px;
}



#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 textarea{
	height:100px;
}

#booking button {
  padding: 9px 19px 8px 19px;
  color: #FFF;
  background-color: #139888;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #075e54;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
  margin-top:25px;
  -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: 'Hind', 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: #FFF;
  background-color: #333;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  border: 1px solid #000;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 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;
}

#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-weight:400;
}

#booking label p{
	line-height:26px;
}

#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%;
}

#booking h4{
	font-size:18px;
}

@media screen and (min-width: 480px) {

  #booking form {
    max-width: 480px;
  }

}

.namefield {
    width:100%;
	border:1px solid #CCC;
	padding:12px;
	}

.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:1px solid #CCC;
	padding:1px 6px 15px 9px;
    margin-top: 10px;
	}
	
	.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;
	
	}
		
		
.name{
background:url(../images/icons/username2.png) no-repeat #FFFFFF 0px 0px;
}

.email{
background:url(../images/icons/email.png) no-repeat #FFFFFF 0px 0px;
}

.mobile{
background:url(../images/icons/mobile.png) no-repeat #FFFFFF 0px 0px;
}

.location{
background:url(../images/icons/location.png) no-repeat #FFFFFF 0px 0px;
}

.date{
background:url(../images/icons/date.png) no-repeat #FFFFFF 0px 0px;
}

.time{
background:url(../images/icons/time.png) no-repeat #FFFFFF 0px 0px;
}

.qualification{
background:url(../images/icons/qualification.png) no-repeat #FFFFFF 0px 0px;
}

.work{
background:url(../images/icons/work.png) no-repeat #FFFFFF 0px 0px;
}

.budget{
background:url(../images/icons/budget.png) no-repeat #FFFFFF 0px 0px;
}

@import "compass/css3";



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:after {
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 9px;
	left: 5px;
	border: 3px solid #fff;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
}

input[type="radio"] + label span {
     background-color:#f7be3d;
	 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: #139888; 
	 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: #f7be3d;
	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: #f3f3f3;
    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: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
    line-height: 15px;
	background: #139888;
}

.feed-label h7{
	font-size:22px;
	font-family: 'Hind', sans-serif;
	color:#407d33;
	font-weight:500;
}

.feed-label{
	padding-top:20px;
}

.feedback-style{
	border-bottom:1px #333 solid;
	padding-bottom:20px;
}

