/* -------- 8.6. Contact page ------------------ */

.form-input {
    overflow: hidden;
    margin: 0 0 20px 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

.form-input label {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0px 0 5px;
    width: 100%;
}

.form-buttons .btn {
    margin-right: 5px;
}

.contact-form span.red {
    display: inline-block;
    margin-left: 5px;
}

.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=email],
.contact-form textarea,
.contact-form input[type=file] {
    display: inline-block;
    float: left;
    padding: 12px 15px;
    width: 100%;
    border: 0;
    border: 1px #DFDFDF solid;
    background: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-form select {
    display: inline-block;
    float: left;
    padding: 10px 15px;
    width: 100%;
    border: 0;
    border: 1px #DFDFDF solid;
    background: #fff;
    line-height: 35px;
}

.contact-form input[type=radio],
.contact-form input[type=checkbox] {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
}

.form-box {
    display: inline-block;
    float: left;
    line-height: 34px;
}

.form-box span {
    display: inline-block;
    margin-right: 15px
}

.contact-form textarea {
    clear: both;
    width: 100%;
    height: 180px;
    resize: none;
}

.small-txt-box {
    padding: 0px !important;
}

.small-txt-box input[type=text] {
    width: 100px !important;
}

.btns-right {
    padding: 0 !important;
    text-align: right;
}

#error_msg {
    display: none;
}

#error_msg ul {
    margin: 10px 0 0 20px;
}

#error_msg ul li {
    margin-left: 10px;
    padding: 4px 0;
    color: #000;
    list-style-type: square !important;
}

.small-select {
    margin-right: 15px;
    padding: 10px !important;
    width: auto !important;
}

#message {
    display: block;
    margin: 15px 0;
    padding: 13px;
    background: transparent;
    text-align: center;
}

.cform {
    position: relative
}

img.loader {
    position: absolute;
    bottom: 15px;
    left: 32%;
}

#contact input.error,
#contact textarea.error,
#contact select.error {
    border: 1px solid #faabab;
    background: transparent;
}
.input-style{
    width: 100%; height: 40px; border-radius: 5px; border: 1px solid #AEAEAE; font-family: 'Open Sans', sans-serif; padding: 0px 10px;
}
.btn.main-bg{
    background-color: #800080!important; color: fff;
}
.btn.main-bg:hover, .team-box .team-socials li a {
	background-color: #f7b813!important;
	color: #fff;
}