#contact-content .info-contact {
	margin-bottom: 20px
}

#contact-content .info-top {
	margin-bottom: 10px;
	text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.form-group {
	margin-bottom: 20px;
}

.form-group .input-group {
	position: relative;
}

.form-group .input-group i {
	position: absolute;
	right: 0;
	top: 3px;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    color: #808080;
    padding: 0 10px;
    border-left: 1px solid #b3b3b3;
}

.form-group .input-group .form-control {
	padding-right: 40px;
}

.form-group label {
	display: inline-block;
    font-size: 14px;
    padding-bottom: 8px;
    color: #5f5f5f;
    line-height: 1;
    font-weight: normal;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: 'Open Sans', sans-serif;
}

.form-group label span.note {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #dc2020;
}

.form-group .error {
	font-size: 13px;
	margin-top: 7px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    outline: none;
}

.form-control:focus {
	border:1px solid #4ea206;
}

.form-group.has-error .form-control{
	border: 1px solid #b90a0a;
}

#contact-content .col-2 {
	padding: 0 10px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

#contact-content .rows {
    margin-left: -10px;
    margin-right: -10px;
}

#contact-content .rows:after{
	content: '';
	display: block;
	clear: both;
}

#contact-content button.button{
    height: 35px;
    width: 120px;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
}



