.form-control	{	
					outline:0px !important;
					-webkit-appearance:none;
					box-shadow: none !important;
					-moz-box-shadow: none !important;
					-webkit-box-shadow: none !important;
					border-radius: 3px;
					background-color: #ffffff;
					font-size: 14px;
					border-color: transparent;
					color: #605d5c;
					-webkit-transition: background-color 300ms, color 300ms, border-color 300ms;
					-o-transition: background-color 300ms, color 300ms, border-color 300ms;
					transition: background-color 300ms, color 300ms, border-color 300ms;
				}
.form-control:hover {  }
.form-control:active,
.form-control:focus { border-color: #43bcbb; }
.has-success .form-control {  }
.has-success .form-control:focus  {  }

label { font-size: 16px; font-weight: 400; font-family: "Rubik"; color: #64676d; cursor: pointer; display: block; }

textarea { resize: none; }




/* Internet explorer fix */
select::-ms-expand {
    display: none;
}

select	{ 
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';


	background-image: url('../images/tri.png') !important; background-size: 32px 12px;

	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 38px !important;
}

