/**/
/* defaults */
/**/
.form {
	margin: 0;
	outline: none;
	font: 13px/22px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #323232;
}
.form .header {
	display: block;
	padding: 20px 30px;	
	border-bottom: 1px solid rgba(0,0,0,.1);
	background:#EFEFEF;
	font-size: 25px;
	font-weight: 300;
	color: #232323;
}
.form fieldset {
	display: block;	
	padding: 0px 15px 10px;
	border: none;
}
.form fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.form section {
	margin-bottom: 20px;
}
.form footer {
	display: block;
	padding: 10px 30px 20px;
	border-top: 1px solid rgba(0,0,0,.1);
	background: rgba(248,248,248,.9);
}
.form footer:after {
	content: '';
	display: table;
	clear: both;
}
.form a {
	color: #2da5da;
}
.form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
	margin-top:5px;
}
.form .label.col {
	margin: 0;
	padding-top: 10px;
}
.form .note {
	margin-top: 6px;
	padding: 0 1px;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}
.form .input2,
.form .select,
.form .textarea,
.form .radio,
.form .checkbox,
.form .toggle,
.form .button {
	position: relative;
	display: block;
	margin-top:10px;
	margin-bottom:10px;
}
.form .input2 input,
.form .select select,
.form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 10px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	font: 13px/22px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #000000;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.form .w100 {
	width:100px;
		
}
.form .progress {
	float: right;
	margin-top: 10px;
	line-height: 39px;
	color: #232323;
}
/**/
/* captcha inputs */
/**/
.form .input-captcha{
/*	width:200px; */
}
.form .input-captcha img {
	position: absolute;
	top: 2px;
	right: 2px;
	border-left: 1px solid #d5d5d5;
	width:100px;
}

/**/
/* selects */
/**/
.form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 8px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
	pointer-events: none;
}
.form .select i:after,
.form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.form .select-multiple select {
	height: auto;
}


/**/
/* textareas */
/**/
.form .textarea textarea {
	height: auto;
	resize: none;
}
.form .textarea-resizable textarea {
	resize: vertical;	
}
.form .textarea-expandable textarea {
	height: 39px;
}
.form .textarea-expandable textarea:focus {
	height: auto;
}

/**/
/* radios and checkboxes */
/**/
.form .radio,
.form .checkbox {
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.form .radio:last-child,
.form .checkbox:last-child {
	margin-bottom: 0;
}
.form .radio input,
.form .checkbox input {
	position: absolute;
	left: -9999px;
}
.form .radio i,
.form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.form .radio i {
	border-radius: 50%;
}
.form .radio input + i:after,
.form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.form .checkbox input + i:after {
	content: '\f00c';
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}
.form .radio input:checked + i:after,
.form .checkbox input:checked + i:after {
	opacity: 1;
}
.form .inline-group {
	margin: 0 -30px -4px 0;
}
.form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.form .inline-group .radio,
.form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.form .inline-group .radio:last-child,
.form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}



/**/
/* buttons */
/**/
.form .button {
	height: 30px;
	overflow: hidden;
	margin: 30px 0 0 0px;
	padding: 0 10px;
	outline: none;
	border: 0;
	font: 13px/22px "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.form .button-uploading {
	position: relative;
	color: transparent;
	cursor: default;
}
.form .button-uploading:after {
	content: 'Uploading...';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	-o-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite; 
	-webkit-animation: blink 1s linear infinite;
}
@-o-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-ms-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-moz-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}
@-webkit-keyframes blink
{
  0% {opacity: 1}
  50% {opacity: 0.3}
  100% {opacity: 1}
}

/**/
/* grid */
/**/
.form .row {
	margin: 0 -15px;
}
.form .row:after {
	content: '';
	display: table;
	clear: both;
}
.form .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.form .col-1 {
	width: 8.33%;
}
.form .col-2 {
	width: 16.66%;
}
.form .col-3 {
	width: 25%;
}
.form .col-4 {
	width: 33.33%;
}
.form .col-5 {
	width: 41.66%;
}
.form .col-6 {
	width: 50%;
}
.form .col-7 {
	width: 58.33%;
}
.form .col-8 {
	width: 66.67%;
}
.form .col-9 {
	width: 75%;
}
.form .col-10 {
	width: 83.33%;
}
.form .col-11 {
	width: 91.66%;
}
/*
@media screen and (max-width: 758px) {
	.form .col {
		float: none;
		width: 100%;
	}
}
*/

/**/
/* normal state */
/**/
.form .input2 input,
.form .select select,
.form .textarea textarea,
.form .radio i,
.form .checkbox i,
.form .toggle i,
.form .icon-append,
.form .icon-prepend {
	border-color: #d5d5d5;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.form .toggle i:before {
	background-color: #2da5da;	
}
.form .rating label {
	color: #ccc;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.form .button {
	background-color: #D83C3C;
	opacity: 1;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
/*
*/
.form .icon-append,
.form .icon-prepend {
	color: #ccc;
}


/**/
/* hover state */
/**/
.form .input2:hover input,
.form .select:hover select,
.form .textarea:hover textarea,
.form .radio:hover i,
.form .checkbox:hover i,
.form .toggle:hover i,
.form .ui-slider-handle:hover {
	border-color: #8dc9e5;
}
.form .rating input + label:hover,
.form .rating input + label:hover ~ label {
	color: #2da5da;
}
.form .button:hover {
	opacity: 0.8;
}


/**/
/* focus state */
/**/
.form .input2 input:focus,
.form .select select:focus,
.form .textarea textarea:focus,
.form .radio input:focus + i,
.form .checkbox input:focus + i,
.form .toggle input:focus + i {
	border-color: #2da5da;
}


/**/
/* checked state */
/**/
.form .radio input + i:after {
	background-color: #2da5da;	
}
.form .checkbox input + i:after {
	color: #2da5da;
}
.form .radio input:checked + i,
.form .checkbox input:checked + i,
.form .toggle input:checked + i {
	border-color: #2da5da;	
}
.form .rating input:checked ~ label {
	color: #2da5da;	
}


/**/
/* error state */
/**/
.form .state-error input,
.form .state-error select,
.form .state-error textarea,
.form .radio.state-error i,
.form .checkbox.state-error i,
.form .toggle.state-error i {
	background: #fff0f0;
}
.form .state-error select + i {
	background: #fff0f0;
	box-shadow: 0 0 0 12px #fff0f0;
}
.form .toggle.state-error input:checked + i {
	background: #fff0f0;
}
.form .state-error + em {
	display: block;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 0 1px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #ED1B24;
	font-family:Tahoma, Geneva, sans-serif;
}
.form .rating.state-error + em {
	margin-top: -4px;
	margin-bottom: 4px;
}


/**/
/* success state */
/**/
.form .state-success input,
.form .state-success select,
.form .state-success textarea,
.form .radio.state-success i,
.form .checkbox.state-success i,
.form .toggle.state-success i {
	background: #f0fff0;
}
.form .state-success select + i {
	background: #f0fff0;
	box-shadow: 0 0 0 12px #f0fff0;
}
.form .toggle.state-success input:checked + i {
	background: #f0fff0;
}
.form .state-success + em {
	display: block;
	margin-top: 6px;
	padding: 0 1px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #ED1B24;
}
.form .note-success {
	color: #6fb679;
}


/**/
/* disabled state */
/**/
.form .input2.state-disabled input,
.form .select.state-disabled,
.form .textarea.state-disabled,
.form .radio.state-disabled,
.form .checkbox.state-disabled,
.form .toggle.state-disabled,
.form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.form .input2.state-disabled:hover input,
.form .select.state-disabled:hover select,
.form .textarea.state-disabled:hover textarea,
.form .radio.state-disabled:hover i,
.form .checkbox.state-disabled:hover i,
.form .toggle.state-disabled:hover i {
	border-color: #d5d5d5;
}


/**/
/* submited state */
/**/
.form .message {
	display: none;
	color: #6fb679;
}
.form .message i {
	display: block;
	margin: 0 auto 20px;
	width: 81px;
	height: 81px;
	border: 1px solid #6fb679;
	border-radius: 50%;
	font-size: 30px;
	line-height: 81px;
}
.form.submited fieldset,
.form.submited footer {
	display: none;
}
.form.submited .message {
	display: block;
	padding: 25px 30px;
	background: rgba(255,255,255,.9);
	font: 300 18px/27px 'UbuntuCondensedRegular', Helvetica, Arial, sans-serif;
	text-align: center;
}

