@font-face {
   font-family: FC-Basic;
   font-style: normal;
   src: url('../fonts/fbasic.otf');
}
@font-face {
   font-family: FC-Light;
   font-style: normal;
   src: url('../fonts/flight.otf');
}
@font-face {
   font-family: FC-Bold;
   font-style: normal;
   src: url('../fonts/fbold.otf');
}
@font-face {
   font-family: FC-Book;
   font-style: normal;
   src: url('../fonts/fbook.otf');
}
@font-face {
   font-family: FC-Medium;
   font-style: normal;
   src: url('../fonts/fmedium.otf');
}
   

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: FC-Light, 'Open Sans', sans-serif; 
	font-size: 20px;
}

html {
	background: #fdc518;
	background: #235230 ;
	margin: 0;
	padding: 0;
}
	html.single {
		background: #fff;
	}
	html.public {
		/*background: #004411;*/
	}

body {
	margin: 0;
	padding: 0;
}

form {
	overflow: hidden;
	clear: both;
}

#overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 10;
}
#loader {
	position: fixed;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 21;
}
	#loader img {
		width: 100%;
		width: 150px;
		height: 150px;
		padding: 30px;
		left: calc(50% - 75px);
		top: calc(50% - 75px);
		position: fixed;
	}

.clear {
	display: block;
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	height: 1px;
}

.page {
	padding: 20px;
	text-align: center;
}
	.page.home {
		text-align: center;
		padding: 0;
	}

	.page .logo {
		max-width: 140px;

	}
	.page .logo-caption {
		color: #014708;
		margin-top: 5px;
		font-weight: lighter;
		text-transform: uppercase;
	}
	.nourl{color: #fff; text-decoration: none;}
	
	.page .main-title {
		font-size: 40px;
		margin-bottom: 15px;
		color: #fff;
	}
	.page .caption {
		font-size: 22px;
		color: rgb(182, 182, 182);
	}

	.page .fixed {
		position: fixed;
		background: #fff;
		padding: 10px;
		border-top: 1px solid #ddd;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.page .button {
		border-radius: 100px;
		padding: 15px;
		background: #F9BD13 ;
		color: #fff;
		max-width: 200px;
		margin: 0 auto;
		overflow: hidden;
		text-transform: uppercase;
		cursor: pointer;
		text-align: center;
		border: none;
	}
	.page .button2 {
		border-radius: 100px;
		padding: 15px;
		background: #F9BD13 ;
		color: #fff;
		max-width: 200px !important;
		margin: 0 auto;
		overflow: hidden;
		text-transform: uppercase;
		cursor: pointer;
		text-align: center;
		border: none;
	}
		.page .buttons-box {
			text-align: center;
			background: #ffffff;
		}
		.page .button.half {
			width: 48%;
			display: inline-block;
			margin: 0 0.5%;
		}
		.page .button.p-prev {
			background: #bbb;
			color: #666;
		}

	.page .title {
		font-weight: lighter;
		color: #666;
		font-size: 24px;
		margin-bottom: 10px;
	}

	.page .error-msg {
		background: #d42525;
		color: #fff;
		width: 100%;
		padding: 10px 20px;
		margin-bottom: 25px;
		overflow: hidden;
		text-align: center;
		border-radius: 5px;

		color: #a94442;
	    background-color: #f2dede;
	    border: 1px solid #ebccd1;
	}

	.page .wizard-box {
		margin-bottom: 35px;
		overflow: hidden;
	}
		.page .wizard-box .bar {
			background: #ddd;
			width: 100%;
			height: 8px;
			overflow: hidden;
		}
			.page .wizard-box .bar .progress {
				background: #71bb78;
				height: 8px;
			}

	.page .form {
		text-align: left;
		margin: 0 auto;
		width: 100%;
		max-width: 400px;
	}
		.page .form .item {
			margin-bottom: 10px;
			color: #444;
			font-size: 24px;
		}
		.page .form .item label {
			margin-left: 5px;
			display: inline-block;
		}

	.page .form input[type="text"], .page .form input[type="tel"], .page .form input[type="email"], .page .form input[type="number"], .page .form select, .page .form input[type="date"], .page .form textarea {
		border-radius: 3px;
		border: none;
		outline: none;
		background: #ddd;
		border: 1px solid #ddd;
		width: 100%;
		padding: 10px;
		margin: 3px 0;
		max-width: 100%;
		min-width: 100%;
	}
		.page .form input[type="text"]:focus, .page .form input[type="tel"]:focus, .page .form input[type="email"]:focus, .page .form input[type="number"]:focus, .page .form input[type="date"]:focus, .page .form textarea:focus {
			border: 1px solid #004411;
			background: #fff;
		}

	.page .form .section {
		color: #888;
		text-transform: uppercase;
		font-size: 20px;
		margin-bottom: 5px;
	}

	.page .form label {
		color: #888;
		font-size: 18px;
		margin-top: 5px;
		display: block;
	}

	.page .form #photo-preview {
		width: 100%;
		margin: 20px 0;
	}
	.page .form input[type="file"] {
		font-size: 16px;
		margin: 10px 0;
	}

	.page .form #photo-upload {
		padding: 10px 15px;
		text-transform: uppercase;
		background: #71bb78;
		border: none;
		position:relative;
		color:#fff;
		border-radius: 100px;
		text-align:center;
		float:left;
		cursor :pointer;
		width: 100%;
	}
		.page .form #photo-upload #photo {
			position: absolute;
		    z-index: 1000;
		    opacity: 0;
		    cursor: pointer;
		    right: 0;
		    top: 0;
		    height: 100%;
		    font-size: 24px;
		    width: 100%;
		    cursor: pointer;
		}

	.page .form #pdf-upload {
		padding: 10px 15px;
		text-transform: uppercase;
		background: #235230;
		border: none;
		position:relative;
		color:#fff;
		border-radius: 100px;
		text-align:center;
		float:left;
		cursor :pointer;
		width: 100%;
	}
		.page .form #pdf-upload #pdf {
			position: absolute;
		    z-index: 1000;
		    opacity: 0;
		    cursor: pointer;
		    right: 0;
		    top: 0;
		    height: 100%;
		    font-size: 24px;
		    width: 100%;
		    cursor: pointer;
		}
		
	.page .conditions {
		font-size: 14px;
		color: #888;
	}

.input-symbol-euro {
    position: relative;
}
.input-symbol-euro input {
    padding-left:18px;
}
.input-symbol-euro:after {
    position: absolute;
    top: 0;
    content:"€";
    left: 5px;
}

.work-form-extra {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

	.work-form-extra .button.delete {
		background: #d42525;
		margin-top: 20px;
		padding: 8px;
	}


/*** CHECKBOXES ***/

input[type="checkbox"] {
  position:relative;
  width:40px;
  height:20px;
  visibility:hidden;
}
  
  input[type="checkbox"]:before {
    visibility:visible;
    position:absolute;
    display:block;
    width:100%;
    height: 20px;
    top:0;
    background:#ccc;
    content: '';
    border-radius:10px;
    border:solid 1px #ddd;
    transition:all .5s;
  }
  
  input[type="checkbox"]:after {
    visibility:visible;
    top:0;
    display:block;
    content:'';
    width:20px;
    height:20px;
    background:#fff;
    position:absolute;
    border-radius:50%;
    border:solid 1px #ddd;
    transition:all .5s;
    left:0;
  }
  
  input[type="checkbox"]:checked:after {
    left:100%;
    margin-left:-20px;
  }
  
  input[type="checkbox"]:checked:before {
    background:#2ecc71;
  }
  
  input[type="checkbox"].square {
    width:60px;
}
    input[type="checkbox"].square:before {
      border-radius:2px;
    }
    input[type="checkbox"].square:after {
      border-radius:2px;
      width:30px;
    }
    input[type="checkbox"].square:checked:after {
      left:100%;
      margin-left:-30px;
    }
    input[type="checkbox"].square:checked:before {
      background:#3498db;
    }
  }
}