/*-------------------------------------------------------------------------------------

	FORM / INPUT / BUTTON
	
-------------------------------------------------------------------------------------*/

form {
width:100%;
margin: 0 0 2em 0;
}

form .actions {
margin-top: 4em;
}

@media screen and (max-width: 736px) {

	form .actions {
	margin-top: 2em;
	}

}

label {
display: block;
font-size: 0.9em;
font-weight: 700;
margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
border-radius: 0;
border-style: solid;
border-width: 1px;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 100%;
}
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
box-shadow: none;
}

.select-wrapper {
text-decoration: none;
display: block;
position: relative;
}

.select-wrapper:before {
content: "";
/*-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;*/
color:rgba(39,95,148,1);
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}

.select-wrapper:before {
display: block;
height: 3.5em;
line-height: 3.5em;
pointer-events: none;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 3.5em;
}

.select-wrapper select::-ms-expand {
display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
.icofloat {
height: 3.5em;
}
.icofloat {
position:absolute;
line-height:3.5em;
right:1em;
bottom:0;
text-align:center;
color:#ccc;
}
textarea {
padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
display: block;
float: left;
margin-right: -2em;
opacity: 0;
width: 1em;
z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
text-decoration: none;
cursor: pointer;
display: inline-block;
font-size: 1em;
font-weight: 400;
padding-left: 2.85em;
padding-right: 0.75em;
position: relative;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
border-radius: 0;
border-style: solid;
border-width: 1px;
content: '';
display: inline-block;
height: 2.1em;
left: 0;
line-height: 2.0125em;
position: absolute;
text-align: center;
top: 0;
width: 2.1em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
content: '\f00c';
}
input[type="checkbox"].delete:checked + label:before,
input[type="radio"].delete:checked + label:before {
content: '\f00d';
}
input[type="checkbox"].bull:checked + label:before,
input[type="radio"].bull:checked + label:before {
content: '\f111';
}
input[type="checkbox"] + label:before {
border-radius: 0;
}

input[type="radio"] + label:before,
input[type="checkbox"].round + label:before {
border-radius: 100%;
}

::-webkit-input-placeholder {
opacity: 1.0;
}

:-moz-placeholder {
opacity: 1.0;
}

::-moz-placeholder {
opacity: 1.0;
}

:-ms-input-placeholder {
opacity: 1.0;
}

.formerize-placeholder {
opacity: 1.0;
}

label {
color: #275f94;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
background-color: rgba(255,255,255, .80);
border-color: rgba(152,152,152, 0.70);
color: inherit;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
select.error,
textarea.error {
border-color: rgba(247,70,67,1) !important;
box-shadow: 0 0 0 1px rgba(247,70,67,1) !important;
}
input[type="text"].onSelect,
input[type="password"].onSelect,
input[type="email"].onSelect,
select.onSelect,
textarea.onSelect {
border-color: rgba(39,95,148,1) !important;
box-shadow: 0 0 0 1px rgba(39,95,148,1) !important;
}
select {
position:relative;
}
select option {
padding-top:1em;
padding-bottom:1em;
padding-left:1em;
cursor:pointer;
white-space: nowrap;
overflow: hidden;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
border-color: #727478;
box-shadow: 0 0 0 1px #727478;
}

.select-wrapper:before {
color: rgba(0,0,0,1);
}
/*select option:first-of-type {
color: #919396 !important;
border-bottom:1px solid #ddd;
background-color:rgba(255,255,255,.80);
display:none;
}*/
select option,
select option:hover,
select option:checked,
select:focus > option:hover,
select:focus > option:checked {
/*color:#919393 !important;
box-shadow: 0 0 10px 100px #eee inset !important;
-moz-box-shadow: 0 0 10px 100px #eee inset !important;
-webkit-box-shadow: 0 0 10px 100px #eee inset !important;
-ms-box-shadow: 0 0 10px 100px #eee inset !important;
-o-box-shadow: 0 0 10px 100px #eee inset !important;*/
border-bottom:1px solid #ddd;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
color: rgba(56,65,69,.8);
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
background-color: rgba(255,255,255,.7);
border-color: rgba(152,152,152, 0.55);
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
background-color: rgba(76,175,80,.7);
border-color: rgba(76,175,80,9);
color: #f2f2f2;
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
/*border-color: #85c696;*/
/*box-shadow: 0 0 0 1px #5481ad;*/
}

input[type="checkbox"].red:checked + label:before,
input[type="radio"].red:checked + label:before {
background-color: rgba(233,97,94,.3);
border-color: rgba(233,97,94,.8);
color: rgba(233,97,94,1);
}
input[type="checkbox"].blue:checked + label:before,
input[type="radio"].blue:checked + label:before {
background-color: rgba(33,150,243,.3);
border-color: rgba(33,150,243,.8);
color: rgba(33,150,243,1);
}
input[type="checkbox"].dark:checked + label:before,
input[type="radio"].dark:checked + label:before {
background-color: rgba(56,65,69,.3);
border-color: rgba(56,65,69,.8);
color: rgba(56,65,69,1);
}

input[type="checkbox"].red:focus + label:before,
input[type="radio"].red:focus + label:before {
/*border-color: #ef908e;*/
/*box-shadow: 0 0 0 1px #5481ad;*/
}

input[type="checkbox"].off:checked + label:before,
input[type="radio"].off:checked + label:before {
color: rgba(152,152,152, 0.85);
border-color:rgba(152,152,152, .85);
background-color:rgba(255,255,255,.7);
}

input[type="checkbox"].off:focus + label:before,
input[type="radio"].off:focus + label:before {
/*border-color: rgba(152,152,152, .85);*/
/*box-shadow: 0 0 0 1px #5481ad;*/
}

::-webkit-input-placeholder {
color: #999 !important;
}

:-moz-placeholder {
color: #999 !important;
}

::-moz-placeholder {
color: #999 !important;
}

:-ms-input-placeholder {
color: #999 !important;
}

.formerize-placeholder {
color: #999 !important;
}

form.alt input[type="text"],
form.alt input[type="password"],
form.alt input[type="email"],
form.alt select,
form.alt textarea {
background-color: transparent;
}


/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 2.5em;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-family:'Roboto';
		font-size:.9em;
		font-weight: 500;
		height: 2.85em;
		line-height: 2.85em;
		min-width: 10em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}
	input[type="submit"].rd0,
	input[type="reset"].rd0,
	input[type="button"].rd0,
	button.rd0,
	.button.rd0 {
	border-radius:0;
	}
	input[type="submit"].rds,
	input[type="reset"].rds,
	input[type="button"].rds,
	button.rds,
	.button.rds,
	input[type="submit"].square,
	input[type="reset"].square,
	input[type="button"].square,
	button.square,
	.button.square {
	border-radius:0.1em;
	}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}
		

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}
		input[type="submit"].full,
		input[type="reset"].full,
		input[type="button"].full,
		button.full,
		.button.full {
			margin:0;
			width:auto;
			min-width:inherit;
			height:auto;
		}
		input[type="submit"].times,
		input[type="reset"].times,
		input[type="button"].times,
		button.times,
		.button.times {
			margin:0;
			width:auto;
			min-width:0;
			padding:0 1em;
		}
		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
			padding: 0 1.5em;
			height:1.75em !important;
			line-height:1.75em !important;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.2em;
			height: 3.25em;
			line-height: 3.25em;
			padding: 0 2.5em;
		}

		input[type="submit"].medium,
		input[type="reset"].medium,
		input[type="button"].medium,
		button.medium,
		.button.medium {
			min-width: 8em;
			padding-left: 1em;
			padding-right:1em;
		}
		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			cursor: default;
			opacity: 0.35;
		}
		input[type="submit"].alt.disabled, input[type="submit"]:disabled,
		input[type="reset"].alt.disabled,
		input[type="reset"].alt:disabled,
		input[type="button"].alt.disabled,
		input[type="button"].alt:disabled,
		button.alt.disabled,
		button.alt:disabled,
		.button.alt.disabled,
		.button.alt:disabled {
			opacity: 0.55;
		}
		.loadform input[type="submit"],
		.loadform a {
		opacity:0;
		visibility:hidden;
		cursor:default;
		}
		.loadform {
		background:url(../img/hourglass.gif) center center no-repeat;
		background-size:contain;
		}
		.loadform.smini {
		background-image:url(../img/loader-mini.gif);
		}
		.validationformmessage b {
		text-transform:uppercase !important;
		}
		@media screen and (max-width: 1280px) {
			.icofloat {
			height:3.3em;
			line-height:3em;
			}

		}

		@media screen and (max-width: 980px) {

			input[type="submit"].big,
			input[type="reset"].big,
			input[type="button"].big,
			button.big,
			.button.big {
				font-size: 1em;
			}
			.icofloat {
			height:3.1em;
			line-height:2.8em;
			}

		}
		@media screen and (max-width: 640px) {

			.icofloat {
			height:3.3em;
			line-height:3em;
			}

		}

		@media screen and (max-width: 480px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				padding: 0;
			}
			.icofloat {
			height:3.3em;
			line-height:3em;
			}

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: #275f94;
		box-shadow: none;
		color: #fff !important;
		border:none;
	}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			color: #fff;
		}
		button.icon.alt:before,
		.button.icon.alt:before {
			color: #9ca1a7;
		}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #f74643;
			text-decoration:none;
		}
		button.reset:hover,
		.button.reset:hover {
			background-color: #f74643 !important;
			color:#fff !important;
		}
		button.disabled:hover,
		.button.disabled:hover {
			background-color: #275f94;
			text-decoration:none;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active {
			background-color: #1b292b;
		}
		button.disabled:active,
		.button.disabled:active {
			background-color: #275f94;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #5481ad;
			box-shadow: none;
			color: #fff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #f74643;
			}
			button.special.disabled:hover,
			.button.special.disabled:hover,
			button.special.disabled:active,
			.button.special.disabled:active {
				background-color: #5481ad;
				text-decoration:none;
			}
			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active {
				background-color: #1b292b;
			}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		button.alt,
		.button.alt {
			background-color: rgba(255,255,255,.7);
			border:1px solid #d7d9db;
			/*box-shadow: inset 0 0 0 2px #5481ad;*/
			color: #9ca1a7 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: rgba(152,152,152, 0.12);
				border-color:#d7d9db;
				color:#626263;
			}
			button.alt.disabled:hover,
			.button.alt.disabled:hover {
				background-color: rgba(255,255,255,.7);
				text-decoration:none;
			}
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active {
				background-color: rgba(152,152,152, 0.2);
				border-color:#d7d9db;
			}
		button:hover,
		button:focus,
		button:active,
		.button:hover,
		.button:focus,
		.button:active {
		text-decoration:none;
		border:none;
		}
		.button:active,
		button:active {
		background-color:#007130;
		}
		button.alt:hover,
		button.alt:focus,
		button.alt:active,
		.button.alt:hover,
		.button.alt:focus,
		.button.alt:active {
		text-decoration:none;
		border:1px solid #d7d9db;
		background-color:rgba(152,152,152, 0.2);
		}