.required {
	
	color:#f1543f;
	font-weight: 700;
	font-size: 18px;
	vertical-align: middle;
	padding-left: 5px;

}

.submit {
	
	color:#292929;
	border:2px #292929 solid;
	padding: 12px;
	font-size: 14px;
	border-radius: 4px;
	background-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;

}
 
.submit-button {
	
	color:#292929;
	border:2px #292929 solid;
	padding: 12px;
	font-size: 14px;
	border-radius: 4px;
	background-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;

}

.submit-red {
	
	color:#fff;
	border:2px #f1543f solid;
	padding: 12px;
	font-size: 14px;
	border-radius: 4px;
	background-color: #f1543f;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;

}

.submit-red:hover {
	
	border:2px #ff7058 solid;
	background-color: #ff7058;

}

.submit-green {
	
	color:#fff;
	border:2px #63cf38 solid;
	padding: 12px;
	font-size: 14px;
	border-radius: 4px;
	background-color: #63cf38;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;

}

.submit-green:hover {
	
	border:2px #8ee96a solid;
	background-color: #8ee96a;

}

#ScrollToTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 50px;
	z-index: 9999;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #54c0eb;
	color: white;
	cursor: pointer;
	padding: 12px;
	border-radius: 40px;
	font-weight: 700;
	width:50px;
	height:50px;
}

#ScrollToTop:hover {
	background-color: #555;
}

/* icon */
.icon { 
	float:right; 
	background-color:#292929; 
	border-radius:500px; 
	width:20px; 
	height:20px; 
	color:#fff;
	font-size: 15px; 
	line-height: 20px;
	vertical-align:middle; 
	text-align:center; 
	padding:13px;
	font-weight: 700;
	text-transform: uppercase;
}

/* icon */
.icon-red { 
	float:right; 
	background-color:#f1543f; 
	border-radius:500px; 
	width:20px; 
	height:20px; 
	color:#fff;
	font-size: 15px; 
	line-height: 20px;
	vertical-align:middle; 
	text-align:center; 
	padding:13px;
	font-weight: 700;
	text-transform: uppercase;
}


/* SLIDER */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input.check {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.check:checked + .slider {
  background-color: #8fc239;
}

input.check:focus + .slider {
  box-shadow: 0 0 1px #a3d552;
}

input.check:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.flatCheckbox {
	margin-top: 2px;
	display: inline-block;
}

.flatCheckbox input {
	display:none;
}

.flatCheckbox label {
	cursor: pointer;							
	color:#292929;
	border:2px #292929 solid;
	padding: 15px;
	font-size: 14px;
	border-radius: 4px;
	background-color: transparent;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
}

.flatCheckbox input[type=checkbox]:checked ~ label {
	background-color: #63cf38;
	color: #fff;					
	border:2px #63cf38 solid;
}

.flatCheckbox input[type=radio]:checked ~ label {
	background-color: #63cf38;
	color: #fff;					
	border:2px #63cf38 solid;
}

.submenu-buttons {
	
	width:100%; 
	display: block; 
	padding:7px 10px; 
	font-size: 15px; 
	font-weight: 700;
	color:#595959; 
	border-radius: 10px;
	background-color:#f0f0f0;
	letter-spacing: -0.5px;
	text-decoration: none;
	border:1px #E3E3E3 solid;
	margin-bottom: 4px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}
.submenu-buttons:hover {
	color:#292929;
}
.submenu-buttons-active {
	
	width:100%; 
	display: block; 
	padding:7px 10px; 
	font-size: 15px; 
	font-weight: 700;
	background-color:#fff;
	border-radius: 10px;
	color:#292929; 
	letter-spacing: -0.5px;
	border:1px #f0f0f0 solid;
	text-decoration: none;
	margin-bottom: 4px;
		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}