
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nlicons';
	src:url('../fonts/nlicons/nlicons.eot');
	src:url('../fonts/nlicons/nlicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/nlicons/nlicons.woff') format('woff'),
		url('../fonts/nlicons/nlicons.ttf') format('truetype'),
		url('../fonts/nlicons/nlicons.svg#nlicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Main Content */
.main {
	max-width: 50em;
	margin: auto;
}

/* general style for the form */
.nl-form {
	width: 100%;
	margin: 20px auto 0 auto;
	font-size: 2.5em;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
	position: relative;
}

.nl-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* normalize the input elements, make them look like everything else */
.nl-form input,
.nl-form select,
.nl-form .uploadrun {
	border: none;
	/*background: transparent;*/
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: inline-block;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.nl-form input:focus {
	outline: none;
}

/* custom field (drop-down, text element) styling  */
.nl-field {
	display: inline-block;
	position: relative;
}

.nl-field.nl-field-open {
	z-index: 10000;
}

/* the toggle is the visible part in the form */
.nl-field-toggle,
.nl-form input,
.nl-form select  {
	line-height: inherit;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	border-bottom: 1px dashed #fff;
	font-weight: 400;
}

/* drop-down list / text element */
.nl-field ul {
	position: absolute;
	visibility: hidden;
	background: #fff;
	left: -0.5em;
	top: 50%;
	font-size: 80%;
	opacity: 0;
	-webkit-transform: translateY(-40%) scale(0.9);
	-moz-transform: translateY(-40%) scale(0.9);
	transform: translateY(-40%) scale(0.9);
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s, transform 0.3s;
}

.nl-field.nl-field-open ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: visibility 0s 0s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: visibility 0s 0s, opacity 0.3s, -moz-transform 0.3s;
	transition: visibility 0s 0s, opacity 0.3s, transform 0.3s;
}

.nl-field ul li {
	color: #77c4e1;
	position: relative;
}

.nl-dd ul li {
	padding: 0 1.5em 0 0.5em;
	cursor: pointer;
	white-space: nowrap;
}

.nl-dd ul li.nl-dd-checked {
	color: #77c4e1;
}

.no-touch .nl-dd ul li:hover {
	background: rgba(0,0,0,0.05);
}

.no-touch .nl-dd ul li:hover:active {
	color: #478982;
}

/* icons for some elements */
.nl-dd ul li.nl-dd-checked:before,
.uploadrun:before,
.nl-field-go:before {
	font-family: 'nlicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.nl-dd ul li.nl-dd-checked:before {
	content: "\e000";
	position: absolute;
	right: 1em;
	font-size: 50%;
	line-height: 3;
}

.nl-ti-text ul {
	min-width: 8em;
}

.nl-ti-text ul li.nl-ti-input input {
	width: 100%;
	padding: 0.2em 2em 0.2em 0.5em;
	border-bottom: none;
	color: #77c4e1;
	font-weight: 300;
}

.nl-form .nl-field-go {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	background: rgba(119,196,225,0.75);
	width: 1.8em;
	text-align: center;
	color: transparent;
	border: none;
}

.nl-field-go:before {
	content: "\e001";
	font-size: 75%;
	color: #fff;
	width: 100%;
	line-height: 2.5;
	display: block;
}

/* custom placeholder color */
input::-webkit-input-placeholder {
	color: rgba(119,196,225,0.8);
}

input:active::-webkit-input-placeholder ,
input:focus::-webkit-input-placeholder {
	color: rgba(119,196,225,0.2);
}

input::-moz-placeholder {
	color: rgba(119,196,225,0.8);
}

input:active::-moz-placeholder,
input:focus::-moz-placeholder {
	color: rgba(119,196,225,0.2);
}

input:-ms-input-placeholder {  
	color: rgba(119,196,225,0.8);
}

input:active::-ms-input-placeholder ,
input:focus::-ms-input-placeholder {
	color: rgba(119,196,225,0.2);
}

/* example field below text input */
/*.nl-ti-text ul li.nl-ti-example {
	font-size: 40%;
	font-style: italic;
	font-weight: 400;
	padding: 0.4em 1em;
	color: rgba(0,0,0,0.2);
	border-top: 1px dashed rgba(255,255,255,0.7);
}

.nl-ti-text ul li.nl-ti-example em {
	color: #fff
}*/

/* submit button */
.nl-submit-wrap {
	margin-top: 0;
}

.nl-form .uploadrun {
	line-height: 3;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	background: #fff;
	color: #77c4e1;
	padding: 0 1em 0 0;
	font-size: 40%;
	font-weight: bold;
	letter-spacing: 3px;
	margin-top: 30px;
}

.uploadrun:before {
	content: "\e001";
	color: #fff;
	float: left;
	padding: 0 0.7em;
	margin: 0 0.8em 0 0;
	background: rgba(119,196,225,0.75);
}

.no-touch .nl-form .uploadrun:hover,
.no-touch .nl-form .uploadrun:active {
	background: #69B1A9;
}

.no-touch .nl-form .uploadrun:hover:before {
	background: #58a199;
}

/* overlay becomes visible when a field is opened */
.nl-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.3s, opacity 0.3s;
	-moz-transition: visibility 0s 0.3s, opacity 0.3s;
	transition: visibility 0s 0.3s, opacity 0.3s;
}

.nl-field.nl-field-open ~ .nl-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

textarea{
	padding: 20px;
	width: 80%;
	height: 100%;
	background-color: transparent;
	color: #1c9ccd;
	font-weight: 300;
	font-size: 20px;
	resize: none;
	float: left;
	border: none;
}
.confirm-button{
	width: 20%;
	height: 100%;
	float: left;
	background: rgba(119,196,225,0.75);
	color: #fff;
	position: relative;
	cursor: pointer;
}

.fa-check{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	font-size: 30px;
}

@media screen and (max-width: 960px) {
	.nl-form {
	    margin: 1em auto 0 auto;
	    font-size: 2em;
	}
	.additional-uploads {
	    margin: auto;
	    margin-bottom: -50px !important;
	}
	.nl-submit-wrap {
	    text-align: center;
	}
	.upload-image {
	    width: 32px !important;
	    height: 32px !important;
	}
	.anti-spam{
		text-align: center;
		margin-top: 0 !important;
	}
	.anti-spam .nl-field ul{
		font-size: 80% !important;
	}
}

@media screen and (max-width: 768px) {
	.main {
	    max-width: 80%;
	}
}

@media screen and (max-width: 480px) {
	.nl-form {
		font-size: 1.6em;
		margin: 0;
	}
	.main {
	    max-width: 100%;
	}
	.additional-uploads {
	    padding-top: 20px;
	    margin-bottom: -30px !important;
	}
	.nl-form .uploadrun {
	    font-size: 45%;
	    width: 100%;
	}
}


.uploadsuccess {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    left: 4.5%;
    z-index: 1000;
    height: 50%;
    visibility: hidden;
}















