.form {
	margin: 0 auto;
	outline: none;
	color: #666;
	border:1px solid rgba(0,0,0,.1);
	padding:0px;
	font-size:1em;
	background:#C0AA86;
}
.form header {
	display: block;
	padding: 15px;	
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow:2px 2px 0px rgba(0,0,0,0.2);
}
.form fieldset {
	display: block;	
	padding: 25px 15px 5px;
	border: none;
}
.form fieldset + fieldset {
	border-top: 1px solid rgba(0,0,0,.1);
}
.form section {
	margin-bottom: 17px;
}
.form footer {
	display: block;
	padding: 0px 10px 10px 10px;
}
.form footer:after {
	content: '';
	display: table;
	clear: both;
}
.form a {
	color: #089378;
}
.form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-size:1em;
	color:#fff;
}
.form .label1 {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-size:14px;
}
.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 .input,
.form .select,
.form .textarea,
.form .radio,
.form .checkbox,
.form .toggle,
.form .button {
	position: relative;
	display: block;
}

.form .input 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: 1px 1px 2px 1px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	color: #404040;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}


/**/
/* file inputs */
/**/
.form .input-file .button {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 31px;
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
	line-height: 31px;
}
.form .input-file .button:hover {
	box-shadow: none;
}
.form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 30px;
	cursor: pointer;
	opacity: 0;
}


/**/
/* selects */
/**/
.form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.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: 21px;
	font-size: 13px;
	line-height: 21px;
	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: 15px;
	height: 15px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}

.form .radio-correct {

	color:#090;
	font-weight:bold;
}

.form .radio-wrong {

	color:#F00;
	font-weight:bold;
}
.form .radio i {
	border-radius: 50%;
}
.form .radio input + i:after,
.form .checkbox input + i:after {
	position: absolute;
	opacity: 0;0
}
.form .radio input + i:after {
	content: '';
	top: 2px;
	left: 2px;
	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/15px 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;
}


/**/
/* toggles */
/**/
.form .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
	cursor: pointer;
}
.form .toggle:last-child {
	margin-bottom: 0;
}
.form .toggle input {
	position: absolute;
	left: -9999px;
}
.form .toggle i {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 49px;
	height: 17px;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
	background: #fff;
}
.form .toggle i:after {
	content: 'FALSE';
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	font-style: normal;
	font-size: 9px;
	line-height: 13px;
	font-weight: 700;
	text-align: left;
	color: #F00;
}
.form .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	transition: right 0.2s;
	-o-transition: right 0.2s;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}
.form .toggle input:checked + i:after {
	content: 'TRUE';
	text-align: right;
	color:#090;
}
.form .toggle input:checked + i:before {
	right: 36px;
}


/**/
/* ratings */
/**/
.form .rating {
	margin-bottom: 4px;
	font-size: 15px;
	line-height: 27px;
	color: #404040;
}
.form .rating:last-child {
	margin-bottom: 0;
}
.form .rating input {
	position: absolute;
	left: -9999px;
}
.form .rating label {
	display: block;
	float: right;
	height: 17px;
	margin-top: 5px;
	padding: 0 2px;
	font-size: 17px;
	line-height: 17px;
	cursor: pointer;
}


/**/
/* buttons */
/**/
.form .button {
	float: left;
	height: 38px;
	overflow: hidden;
	margin: 0px 20px 0 5px;
	padding: 0px 25px;
	outline: none;
	border: 0;
	text-decoration: none;
	color: #fff;
	border-width:1px 1px 2px 1px;
	border-color:rgba(0,0,0,0.1);
	border-style:solid;
	cursor: pointer;
}

.form [class^="icon-"],
.ui-datepicker [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.form .icon-append,
.form .icon-prepend {
	position: absolute;
	top: 5px;
	width: 29px;
	height: 29px;
	font-size: 15px;
	line-height: 29px;
	text-align: center;
}
.form .icon-append {
	right: 5px;
	padding-left: 3px;
	border-left-width: 1px;
	border-left-style: solid;
}
.form .icon-prepend {
	left: 5px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-style: solid;
}
.form .input .icon-prepend + input,
.form .textarea .icon-prepend + textarea {
	padding-left: 46px;
}
.form .input .icon-append + input,
.form .textarea .icon-append + textarea {
	padding-right: 46px;
}
.form .input .icon-prepend + .icon-append + input,
.form .textarea .icon-prepend + .icon-append + textarea {
	padding-left: 46px;
}


/**/
/* 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-8 {
	width: 66.67%;
}
.form .col-9 {
	width: 75%;
}
.form .col-10 {
	width: 80%;
}
.form .col-11 {
	width: 83.33%;
}
@media screen and (max-width: 600px) {
	.form .col {
		float: none;
		width: 100%;
	}
}


/**/
/* tooltips */
/**/
.form .tooltip {
	position: absolute;
	z-index: 9999;
	left: -9999px;
	padding: 2px 8px 3px;
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	background: rgba(0,0,0,0.9);
	color: #fff;
	opacity: 0;
	transition: margin 0.3s, opacity 0.3s;
	-o-transition: margin 0.3s, opacity 0.3s;
	-ms-transition: margin 0.3s, opacity 0.3s;
	-moz-transition: margin 0.3s, opacity 0.3s;
	-webkit-transition: margin 0.3s, opacity 0.3s;
}
.form .tooltip:after {
	content: '';
	position: absolute;
}
.form .input input:focus + .tooltip,
.form .textarea textarea:focus + .tooltip {
	opacity: 1;	
}

.form .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px;
}
.form .tooltip-top-right:after {
	top: 100%;
	right: 16px;	
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.form .input input:focus + .tooltip-top-right,
.form .textarea textarea:focus + .tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px;
}

.form .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px;
}
.form .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.form .input input:focus + .tooltip-top-left,
.form .textarea textarea:focus + .tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px;
}

.form .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px;
}
.form .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid rgba(0,0,0,0.9);
	border-bottom: 4px solid transparent;
}
.form .input input:focus + .tooltip-right,
.form .textarea textarea:focus + .tooltip-right {
	left: 100%;
	margin-left: 5px;
}

.form .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px;
}
.form .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(0,0,0,0.9);
}
.form .input input:focus + .tooltip-left,
.form .textarea textarea:focus + .tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px;
}

.form .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px;
}
.form .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;	
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.form .input input:focus + .tooltip-bottom-right,
.form .textarea textarea:focus + .tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px;
}

.form .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px;
}
.form .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}
.form .input input:focus + .tooltip-bottom-left,
.form .textarea textarea:focus + .tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px;
}


/**/
/* normal state */
/**/
.form .input input,
.form .select select,
.form .textarea textarea,
.form .radio i,
.form .checkbox i,
.form .toggle i,
.form .icon-append,
.form .icon-prepend {
	border-color:#b2976c;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.form .toggle i:before {
	background-color: #089378;	
}
.form .rating label {
	color: #ccc;
	transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.form .button {
	background-color: #B19261;
	opacity: 0.8;
	transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
}
.form .button.button-secondary {
	background-color: #b3b3b3;
}
.form .icon-append,
.form .icon-prepend {
	color: #ccc;
}


/**/
/* hover state */
/**/
.form .input:hover input,
.form .select:hover select,
.form .textarea:hover textarea,
.form .radio:hover i,
.form .checkbox:hover i,
.form .toggle:hover i {
	border-color: #514533;
}
.form .rating input + label:hover,
.form .rating input + label:hover ~ label {
	color: #089378;
}
.form .button:hover {
	opacity: 1;
}


/**/
/* focus state */
/**/
.form .input 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: #000;
}


/**/
/* checked state */
/**/
.form .radio input + i:after {
	background-color: #089378;	
}
.form .checkbox input + i:after {
	color: #089378;
}
.form .radio input:checked + i,
.form .checkbox input:checked + i,
.form .toggle input:checked + i {
	border-color: #089378;	
}
.form .rating input:checked ~ label {
	color: #089378;	
}


/**/
/* 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: 6px;
	padding: 0 1px;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	color: #4F3F25;
}
.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 .note-success {
	color: #6fb679;
}


/**/
/* disabled state */
/**/
.form .input.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 .input.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: #e5e5e5;
}


/**/
/* 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 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
}


/**/
/* datepicker */
/**/
.ui-datepicker {
	display: none;
	padding: 10px 12px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #666;
}
.ui-datepicker a {
	color: #404040;
	text-align: center;
}
.ui-datepicker-month,
.ui-datepicker-year{
	border:1px solid rgba(0,0,0,0.1);
	margin:0 3px;
}
.ui-datepicker-header {
	position: relative;
	margin: -10px -12px 10px;
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 15px;
	line-height: 27px;
}
.ui-datepicker-prev, 
.ui-datepicker-next {
	position: absolute;
	top: 0;
	display: block;
	width: 47px;
	height: 47px;
	font-size: 15px;
	line-height: 47px;
	text-decoration: none;
	cursor: pointer;
}
.ui-datepicker-prev {
	left: 0;
}
.ui-datepicker-next {
	right: 0;
}
.ui-datepicker-calendar {
	border-collapse: collapse;
	font-size: 13px;
	line-height: 27px;
}
.ui-datepicker-calendar th {
	color: #999;
	text-align:center;
}
.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
	display: block;
	width: 31px;
	margin: auto;
	text-decoration: none;
	color: #404040;
}
.ui-datepicker-calendar a:hover {
	background: rgba(0,0,0,.05);	
}
.ui-datepicker-calendar span {
	color: #bfbfbf;
}
.ui-datepicker-today a {
	font-weight: 700;
}
.ui-datepicker-calendar .ui-state-active {
	background: rgba(0,0,0,.05);
	cursor: default;	
}
.ui-datepicker-inline {
	border: 2px solid #e5e5e5;
	background: #fff;
	box-shadow: none;
}
.ui-datepicker-inline .ui-datepicker-calendar {
	width: 100%;
}


/**/
/* modal */
/**/
.form-modal {
	position: fixed;
	display: none;
	width: auto;
	z-index:9999;
}
.form-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index:9998;
}








.button-sm {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top:10px;
  height: 26px;
  line-height: 25px;
  padding: 0 5px;
  font-size: 13px;
  color: white;
  font-weight:normal;
  border-radius:3px;
  text-align: center;
  text-decoration: none;
  background-clip: padding-box;
  border: 1px solid;
  cursor: pointer;
}
.button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.button:hover:before {
  background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}
.button:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button:active:before {
  content: none;
}

.button-green {
  background: #5ca934;
  border-color: #478228 #478228 #3c6f22;
  background-image: -webkit-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
  background-image: -moz-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
  background-image: -o-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
  background-image: linear-gradient(to bottom, #69c03b, #5ca934 66%, #54992f);
}
.button-green:active {
  background: #5ca934;
  border-color: #3c6f22 #478228 #478228;
}

.button-red {
  background: #d5452f;
  border-color: #ae3623 #ae3623 #992f1f;
  background-image: -webkit-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
  background-image: -moz-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
  background-image: -o-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
  background-image: linear-gradient(to bottom, #da5c48, #d5452f 66%, #c73d28);
}
.button-red:active {
  background: #d5452f;
  border-color: #992f1f #ae3623 #ae3623;
}

.button-blue {
  background: #1097e6;
  border-color: #0d78b6 #0d78b6 #0b689e;
  background-image: -webkit-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
  background-image: -moz-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
  background-image: -o-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
  background-image: linear-gradient(to bottom, #25a5f0, #1097e6 66%, #0f8ad3);
}
.button-blue:active {
  background: #1097e6;
  border-color: #0b689e #0d78b6 #0d78b6;
}
.button-pay{
	background: #fff;
	border:1px solid #df770c;
	float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	font: 300 15px/39px 'Open Sans', Helvetica, Arial, sans-serif;
	text-decoration: none;
	cursor: pointer;
	border-radius:3px;
	font-weight:bold;
}
.button-pay:active {
  background: #f4902a;
  border-color: #c76a0a #df770c #df770c;
}
.button-orange {
  background: #f4902a;
  border-color: #df770c #df770c #c76a0a;
  background-image: -webkit-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
  background-image: -moz-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
  background-image: -o-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
  background-image: linear-gradient(to bottom, #f69f47, #f4902a 66%, #f38617);
}
.button-orange:active {
  background: #f4902a;
  border-color: #c76a0a #df770c #df770c;
}

.button-pink {
  background: #e8367f;
  border-color: #d31865 #d31865 #bc165a;
  background-image: -webkit-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
  background-image: -moz-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
  background-image: -o-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
  background-image: linear-gradient(to bottom, #eb5190, #e8367f 66%, #e62473);
}
.button-pink:active {
  background: #e8367f;
  border-color: #bc165a #d31865 #d31865;
}

.button-gray {
  background: #47494f;
  border-color: #2f3034 #2f3034 #232427;
  background-image: -webkit-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: -moz-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: -o-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: linear-gradient(to bottom, #55585f, #47494f 66%, #3d3f44);
}
.button-gray:active {
  background: #47494f;
  border-color: #232427 #2f3034 #2f3034;
}

.button-darkblue {
  background: #3b5ca0;
  border-color: #2d477b #2d477b #263c68;
  background-image: -webkit-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: -moz-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: -o-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: linear-gradient(to bottom, #4369b6, #3b5ca0 66%, #365391);
}
.button-darkblue:active {
  background: #3b5ca0;
  border-color: #263c68 #2d477b #2d477b;
}

.button-purple {
  background: #9966cb;
  border-color: #8040be #8040be #733aab;
  background-image: -webkit-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
  background-image: -moz-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
  background-image: -o-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
  background-image: linear-gradient(to bottom, #a87dd3, #9966cb 66%, #8f57c6);
}
.button-purple:active {
  background: #9966cb;
  border-color: #733aab #8040be #8040be;
}


.form .input .img{
	display: block;
	position:relative;
	width: 50px;
	height: 39px;
	outline: none;
	border:1px solid rgba(0,0,0,0.1);
	background: #fff;
}
.form .input .img img{
	position:absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 50px;
	max-height: 39px;
	outline: none;
	margin:auto;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}



.form header .alert, .form footer .alert {
	float:right;
	padding: 2px 25px 2px 5px;
	margin-bottom: 0px;
	border: 1px solid transparent;
	border-radius: 4px;
	color:#fff;
	font-size:12px;
	font-weight:normal;
}

.form header .alert.alert-success, .form footer .alert.alert-success{
	background:#00A65A;
}
.form header .alert.alert-danger, .form footer .alert.alert-danger{
	background:#DD4B39;
}
.form header .alert .close, .form footer .alert .close {
  position: relative;
  top: -1px;
  right: -18px;
  font-size:11px;
  line-height:18px;
  color: inherit;
  font-weight:normal;
  color:rgba(0,0,0,0.9);
}






.button {
	float: left;;
	display: block;
	padding: 10px 25px;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

/* Antiman */
.button-antiman {
	background: none;
	border: none;
	color:#04BB98;
}
.button-antiman::before,
.button-antiman::after {
	content: '';
	z-index: -1;
	border-radius: inherit;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button-antiman::before {
	border: 2px solid #04BB98;
	opacity: 0;
	-webkit-transform: scale3d(1.2, 1.5, 1);
	transform: scale3d(1.2, 1.5, 1);
}
.button-antiman::after {
	background: #fff;
}
.button-antiman:hover::before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.button-antiman:hover::after {
	opacity: 0;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}


/* Sacnite */
.button.button-sacnite {
	width: 40px;
	height: 40px;
	min-width: 0;
	padding: 0;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button-sacnite::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
	box-shadow: inset 0 0 0 35px #37474f;
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
	-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
	transition: box-shadow 0.3s, transform 0.3s;
}
.button.facebook::before {
	box-shadow:inset 0 0 0 35px #3C5A98;
}
.button.facebook:hover {
	color:#3C5A98;
}
.button.facebook:hover::before {
	box-shadow: inset 0 0 0 2px #3C5A98;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}


.button.twitter::before {
	box-shadow:inset 0 0 0 35px #25AAE2;
}
.button.twitter:hover {
	color:#25AAE2;
}
.button.twitter:hover::before {
	box-shadow: inset 0 0 0 2px #25AAE2;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}


.button.googleplus::before {
	box-shadow:inset 0 0 0 35px #F75D07;
}
.button.googleplus:hover {
	color:#F75D07;
}
.button.googleplus:hover::before {
	box-shadow: inset 0 0 0 2px #F75D07;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

