/* Define color */
/* Quick Contact */
.courses_list:empty {
    display: none;
}

.form-quick-contact {
    margin-bottom: 40px;
	margin-top:20px;
    position: relative;
    z-index: 999;
}

.form-quick-contact .form-bar {
    height: 55px;
    background-color: #878787;
    display: block;
    line-height: 55px;
    padding-left: 24px;
    font-size: 20px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.form-quick-contact .form-bar .hamburger {
    display: block;
    width: 62px;
    height: 52px;
    float: right;
    border-left: solid 2px #fff;
    margin-top: 2px;
    padding-top: 4px;
}

.form-quick-contact .form-bar .hamburger .line {
    width: 34px;
    height: 4px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
}

.form-quick-contact .main-form.expand .form-bar .hamburger .line:nth-child(2) {
    opacity: 0;
}

.form-quick-contact .main-form.expand .form-bar .hamburger .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

.form-quick-contact .main-form.expand .form-bar .hamburger .line:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}

.form-quick-contact .main-form.form-active,
.form-quick-contact .main-form.form-active .gform_wrapper {
    display: block;
}

.form-quick-contact .main-form.show-up form {
    display: block;
    background: #fff;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.form-quick-contact .main-form form {
    background-color: #f6f6f6;
    padding: 20px;
}

.form-quick-contact .main-form form .gfield_label {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.form-quick-contact .main-form .gform_wrapper {
    display: none;
}
.form-quick-contact .main-form .gform_wrapper, .form-quick-contact .main-form .gform_footer {
    margin: 0;
}

.form-quick-contact .main-form form input[type="text"],
.form-quick-contact .main-form form input[type="number"],
.form-quick-contact .main-form form input[type="email"],
.form-quick-contact .main-form form textarea {
    border: 0;
    border-bottom: solid 2px #000000;
    font-size: 18px;
    background-color: transparent;
}

.form-quick-contact .main-form form textarea {
    border: solid 2px #000000;
    height: 105px;
    padding: 18px 15px;
}

.form-quick-contact .main-form form input {
    height: 24px;
}

.form-quick-contact .main-form form input[type="submit"] {
    width: 184px;
    height: 55px;
    background-color: #5197d5;
    font-size: 20px;
    border: 0;
    color: #fff;
}

.form-quick-contact .main-form form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
}

.form-quick-contact .main-form form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
}

.form-quick-contact .main-form form :-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
}

.form-quick-contact .main-form form :-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}

.form-quick-contact .main-form .form-control {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.form-quick-contact .main-form .form-control input,
.form-quick-contact .main-form .form-control textarea {
    width: 100%;
}

.form-quick-contact .main-form .form-control .form-response {
    font-family: "opensans-bold", sans-serif;
    font-style: normal;
    font-stretch: normal;
}

.form-quick-contact .main-form .form-control:nth-of-type(odd) {
    float: left;
    padding-right: 41px;
}

.form-quick-contact .main-form .form-control:nth-of-type(even) {
    float: right;
    padding-left: 41px;
}

.form-quick-contact .main-form .form-control.contain-submit {
    height: 45px;
    position: relative;
}

.form-quick-contact .main-form .form-control.contain-submit input[type="submit"] {
    position: absolute;
    bottom: 0;
}

.recaptcha-error-message {
    color: red;
}

.recaptcha-error-message.hidden {
    display: none;
}

.form-quick-contact .main-form .form-control.low {
    height: 1px;
    margin-bottom: 0;
}

@media all and (max-width: 767px) {
    .form-quick-contact .main-form .form-control {
        width: 100%;
        padding: 0 !important;
    }
}

.gform_button[type="submit"],
.btn-blue {
    width: auto;
    height: 55px;
    padding: 0 25px;
    background-color: #5197d5;
    font-size: 20px;
    border: 0;
    color: #fff;
}

/*# sourceMappingURL=custom.css.map */
