
html, body {
	margin:0px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	width:100%;
	height:100%;	
	font-weight: 700;
	letter-spacing:0.8px;
	font-family: 'Poppins', sans-serif;
	background-color: #8fb359;
	display: table;
	color:#063307;
	
	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
	    -ms-transition: all .25s;
	     -o-transition: all .25s;
	        transition: all .25s;

}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 0.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}



.submit {
	
	color:#063307;
	border:2px #063307 solid;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 10px;
	background-color: transparent;
	font-weight: 700;
	width:100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;

		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.submit-inv {
	
	color:#fff;
	border:2px #063307 solid;
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 4px;
	background-color: #063307;
	font-weight: 700;
	width:100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;

		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

select {
	padding:11px; 
	border:2px #063307 solid;
	border-radius: 10px;
	background-color: transparent;
	font-size:18px;
	width:100%;
	font-weight: 700;
	color: #063307;
		
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
label.select {
	position: relative
}

label.select:after {
	content: "\f078";
	font-family: "FontAwesome";
	font-size: 20px;
	font-weight: 700;
	color: #292929;
	right: 10px;
	top: 0px;
	position: absolute;
	pointer-events: none;
}

input[type="text"] {
	padding:11px; 
	font-size:18px;
	width:100%;
	font-weight: 700;
	border:2px #063307 solid;
	border-radius: 10px;
	background-color: transparent;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}


input[type="number"] {
	padding:11px; 
	font-size:18px;
	width:100%;
	font-weight: 700;
	border:2px #063307 solid;
	border-radius: 10px;
	background-color: transparent;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #799357;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #799357;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #799357;
}

.red {
	width:100%; background-color: #A22D2F; border-radius: 8px; padding: 20px;
	color: #fff;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.table .row-head {
	font-weight:700; 
	color:#333333;
	letter-spacing:1.5px;
	text-transform:uppercase;
	width:100%; 
	margin:auto;
	font-size:10px;
	display:table;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.table .row:first-child {
	width:100%; 
	margin:auto;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
	border-top: 0px #fff solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}
.table .row {
	width:100%; 
	margin:auto;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
	border-top: 2px #5e840c solid;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
}

.table .cell p {
	font-size:12px;
	margin:0;
	padding:0;
}

.table .cell:first-child {
	padding:10px 10px 10px 0px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
 	font-size:16px;
	font-weight: 700;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

.table .cell {
	padding:10px 10px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
 	font-size:16px;
	font-weight: 700;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}
.table .cell:last-child {
	padding:10px 0px 10px 10px; 
	display:table-cell; 
	width:auto;
 	vertical-align:middle;
 	font-size:16px;
	font-weight: 700;

	-webkit-transition: all .25s;
	   -moz-transition: all .25s;
		-ms-transition: all .25s;
		 -o-transition: all .25s;
			transition: all .25s;
}

@media screen and (min-width: 0px) and (max-width: 1030px){


	h1 {
		text-transform:uppercase;	
		font-weight: 700;
		text-align: center;
	}
	
	.box {
	width:100%;
	padding: 50px 20px;
	display: table;
	text-align: center;
	vertical-align: top;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	
	}


}

@media screen and (min-width: 1031px) and (max-width: 6000px){

	h1 {
		text-transform:uppercase;	
		font-weight: 700;
	}
	
	.box {
	width:50%;
	padding: 50px 20px;
	display: table-cell;
		vertical-align: top;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-appearance: none;
	
	}


}



.loaderImage {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}

.text{
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	font-size: 50px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}


.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #063307; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	margin:100px auto;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
} 

