/* barlow-300 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/barlow-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v12-latin-300.svg#Barlow') format('svg'); /* Legacy iOS */
}
/* barlow-700 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-v12-latin-700.svg#Barlow') format('svg'); /* Legacy iOS */
}

body #colorbox, body #cboxOverlay, body #cboxWrapper {
z-index: 100000000000;
}

form fieldset {
	padding: 0;
	border: none;
}

input, textarea {
	font-family: Barlow;
}

form span.mandatory {
	float: right;
}

form fieldset legend {
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
	color: #4a4a4a;
	margin-bottom: 10px;
}

form .starrating {
	width: 173px;
}

form .starrating input {
	display: none;
}

form .starrating label {
	color: #ddd;
	cursor: pointer;
	float: right;
}

form .starrating label:before {
	font-family: FontAwesome;
	content: "\f005";
	font-size: 30px;
	padding-right: 3px;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.starrating > input:checked ~ label,
.starrating:not(:checked) > label:hover,
.starrating:not(:checked) > label:hover ~ label {
	color: #FFD700;
	
}

.starrating > input:checked + label:hover,
.starrating > input:checked ~ label:hover,
.starrating > label:hover ~ input:checked ~ label, 
.starrating > input:checked ~ label:hover ~ label {
	color: #FFED85;
}




