form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

.required {
	color: #F00;
	margin: 0 0 0 3px;
	display: inline-block;
	width: 5px;
}

label {
	line-height: 20px;
	margin-bottom: 2px;
}

select, input, textarea {
  	font-family: "proxima-nova",sans-serif;
	border: 1px solid #F2F2F3;
	background-color: #F2F2F3;
	line-height: normal;
	display: inline-block;
}
select {
	width: auto;
	height: auto;
	margin: 2px 5px 0 0;
	padding: 2px;
	font-size: 1.2em;
}

input {
	height: 2em;
	margin: 0 1% 10px 0;
	padding: 2px 2px 2px 5px;
	font-size: 1.5em;
	clear: none;
}

textarea {
	height: 15em;
	margin: 0;
	padding: 2px 2px 2px 5px;
	font-size: 1.2em;
	clear: none;
}


button, .button {
	clear: both;
	display: inline-block;
	position: relative;
	height:      30px;
	line-height: 30px;
	margin: 0 0 5%;
	padding: 0 2%;
	border: 1px solid #000;
	background: none;
	color: #000 !important;
  	font-family: "proxima-nova",sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none !important;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
	
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
            transform: scaleY(0);
	-webkit-transform-origin: 0 0;
            transform-origin: 0 0;
		  
	-webkit-transition: transform 0.3s ease-out;
	        transition: transform 0.3s ease-out;
}

.button:hover, .button:focus, .button:active {
	color: white !important;
}
.button:hover:before, .button:focus:before, .button:active:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

button a, .button a{
	text-decoration: inherit;
	color: inherit;
	display: inline-block;
	height: 100%;
	color: #FFF !important;
}
button:hover:before, .button:hover:before{
	top: 0;
}


.buttonPortfolioHome {
	clear: both;
	display: inline-block;
	position: relative;
	width: 100%;
	height:      40px;
	line-height: 40px;
	margin: 0 0 5%;
	padding: 0 2%;
	border: 1px solid #000;
	background: none;
	color: #000 !important;
  	font-family: "proxima-nova",sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none !important;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	
	-webkit-transition: all 0.3s;
	        transition: all 0.3s;
	
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.buttonPortfolioHome:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #F39030;
	background: #F39030;
	-webkit-transform: scaleY(0);
            transform: scaleY(0);
	-webkit-transform-origin: 0 0;
            transform-origin: 0 0;
		  
	-webkit-transition: transform 0.3s ease-out;
	        transition: transform 0.3s ease-out;
}

.buttonPortfolioHome:hover, .buttonPortfolioHome:focus, .buttonPortfolioHome:active, .buttonBelContact:active {
	color: white !important;
}
.buttonPortfolioHome:hover:before, .buttonPortfolioHome:focus:before, .buttonPortfolioHome:active:before, .buttonBelContact:active:before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}


.button.PortfolioContact{
	height:      30px;
	line-height: 30px;
	border: 1px solid #F39030;
	background:  #F39030;
}

.button.PortfolioContact:hover{
	border: 1px solid #6BB7C9;
}

.button.BelContact{
	height:      30px;
	line-height: 30px;
	border: 1px solid #666;
	background:  ;
	margin-right: 2%;
}

.button.BelContact:hover{
	border: 1px solid #666;
}

.AjaxFormSuccess{
	display: none;
}

/* @group INPUT-WEERGAVE colsysteem achtig iets. 
!!! ONDERSTAANDE REGELS NIET AANPASSEN !!!
 Er zijn er een paar welke mogen worden aangepast, deze zullen commentaar hebben
*/

.inputLineRG span input,
.inputLineRG span button,
.inputLineRG span .button,
.inputLineRG span .pretendInput,
.inputLineRG span textarea,
.inputLineRG span select{
	height: 35px; /* <---------- Height van input. Vanwege boxmodel ook padding en border meerekenen. Ook de label een stukje lager deze waarde geven */
	margin-bottom: 10px; /* <----- De ruimte tussen de regels */
	border: 0px none;
	width: 100%;
	padding: 10px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inputLineRG label{
	line-height: 35px; /* <!------- Maak deze hetzelfde als de 'Height van input' van hierboven*/
	font-size: 1.7em;
}

.inputLineRG >span >textarea{
	height: auto;
}
.inputLineRG .A12 >label,
.inputLineRG .B12 >label,
.inputLineRG .C12 >label,
.inputLineRG .D12 >label{
	line-height: 20px;
	margin-top: 5px;
}
