.contact-clean {
    background: #f1f7fc;
    padding: 80px 0
}

@media (max-width:767px) {
    .contact-clean {
        padding: 20px 0
    }
}

.contact-clean form {
    max-width: 480px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 4px;
    color: #505e6c;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1)
}

@media (max-width:767px) {
    .contact-clean form {
        padding: 30px
    }
}

.contact-clean h2 {
    margin-top: 5px;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 36px;
    color: inherit
}

.contact-clean .form-group:last-child {
    margin-bottom: 5px
}

.contact-clean form .form-control {
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.05);
    outline: 0;
    color: inherit;
    padding-left: 12px;
    height: 42px
}

    .contact-clean form .form-control:focus {
        border: 1px solid #b2b2b2
    }

.contact-clean form textarea.form-control {
    min-height: 100px;
    max-height: 260px;
    padding-top: 10px;
    resize: vertical
}



html, body {
    background: #ffffff;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}


/*form div*/
.intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 0px;
}

/*Form inputs*/
.it .btn-orange {
    background-color: blue;
    border-color: #777 !important;
    color: #777;
    text-align: left;
    width: 100%;
}

.it input.form-control {
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.it .form-control:focus {
    border-color: #ff4d0d;
    box-shadow: none;
    outline: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }


/*Buttons*/
.btn {
    height: 25px;
    width: 90px;
    background: #97164d;
    /*
    rgba(0,0,0,.05);
    */
    margin: 6px;
    margin-top: 20px;
    margin-top: 20px;
    float: left;
    border: 0px;
    border-radius: 3px;
    color: white;
    box-shadow: 1px 1px 3px #888888;
    margin-top: -1px;
    font-size:11px;
    border-color:black;
}

 .btn:hover:not([disabled]) {
 		box-shadow: 1px 1px 3px #888888;
        border:solid 1px black;
 }

.btn:focus:not([disabled]) {
 		box-shadow: 1px 1px 3px #888888;
        border:solid 1px black;
 }
/*Button*/




/*Floating labels*/
/*Form-control*/
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
    background: transparent;
}

.form-control {
    width: 96%;
    color: #212121;
    border: none;
    border-radius: none;
    border-bottom: 1px solid #000000;
    background: transparent;
    border-color: #cbcbcb;
}

    .form-control:focus {
        color: #212121;
        border: none;
        border-radius: none;
        border-bottom: 1px solid #000000;
        box-shadow: none;
        background: transparent;
        border-color: #cbcbcb;
    }

.form-control-placeholder {
    color: #2b459c;
    position: absolute;
    top: 0;
    padding: 6px 0 0 8px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 80%;
    transform: translate3d(0, -70%, 0);
    opacity: 1;
}





.new {
    border: none;
}

.new:hover {
    box-shadow: 0 6.5px 14px 0 #cbcbcb;
    transition: box-shadow .3s ease-in-out;
}



.intro {
    font-size: 14px;
}

.form-control-placeholder {
    color: #212121;
    position: absolute;
    top: 0;
    padding: 6px 0 0 8px;
    transition: all 200ms;
    opacity: 0.5;
}


.form-control {
    font-size: 12px;
}

 #overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.overlayContent {
	
    position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
	font: Normal 14px Helvetica;
	color:white;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color:#e7e7e7; */
    background-color:transparent;
    text-align: center;
}
@-moz-document url-prefix() {
    .reload {
        margin-left: -100px ! important;
    }
}
