
input:-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: #ccc;
    font-weight: 400;
}

input:-moz-placeholder {  /* Firefox */
    color: #ccc;
    font-weight: 400;
}

input:-ms-input-placeholder { /* IE10–11 */
    color: #ccc !important;
    font-weight: 400 !important;
}

input:-ms-input-placeholder { /* Edge */
    color: #ccc;
    font-weight: 400;
}

input:placeholder { /* CSS Working Draft */
    color: #ccc;
    font-weight: 400;
}
.g_map iframe{
    width: 100%;
    max-height: 400px;
    height: 400px;
}

.modal-form {
    background: url(../de_img/contact-map-bg.jpg) no-repeat;
    padding: 130px 165px;
    border-radius: 50%;
    width: 800px;
    height: 800px;
    visibility: hidden;
    display:none;
    margin-left: auto;
    margin-right: auto;
}
.md-overlay.show, .modal-form.show, .modal-project.show, .overlay-project.show {
    opacity: 1;
    visibility: visible;
}
.title {
    font-family: Muli,sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #444;
    border-top: 5px solid #f9333f;
    padding-top: 57px;
    margin-top: 5px;
    line-height: 47px;
    display: inline-block;
}

.modal-form span {
    display: block;
    color: #3b9f99;
}
.title.medium, .title.mini {
    font-family: Montserrat;
    border-top: 0;
    text-transform: uppercase;
}
.title.mini {
    padding: 0;
    font-size: 15px;
}
.modal-form .subtitle {
    color: #fff;
}
.modal-form span.subtitle.strong {
    color: #fff;
    margin-top: 10px;
    font-weight: 700;
    font-family: Muli,sans-serif;
    font-size: 35px;
    font-style: normal;
}
.modal-form .contact-form {
    margin-top: 50px;
}
.contact-form .col {
    width: 45%;
    float: left;
}
.contact-form .text {
    width: 100%;
    max-width: 470px;
    margin-bottom: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    background: 0 0;
    padding: 0 15px 0 0;
    text-indent: 64px;
}
.modal-form .contact-form .text {
    width: 100%;
    font-weight: 300;
}
.modal-form .contact-form .text.name {
    background: url(../de_img/contact-name-gray.png) 20px center no-repeat;
}
.modal-form .contact-form .text.email {
    background: url(../de_img/contact-email-gray.png) 20px center no-repeat;
}
.contact-form .text.area {
    height: 140px;
    line-height: 23px;
    text-indent: 0;
    padding: 17px 20px;
}
.contact-form .text.area {
    max-width: 100%;
    margin-top: 10px;
}

.clearfix, .jt_row {
    display: block;
}
.contact-form .submit {
    background: 0 0;
    color: #fff;
    border-color: #f9333f;
    float: right;
    margin-bottom: 55px;
    padding-left: 35px;
    height: 57px;
    line-height: 57px;
    padding-top: 0;
    margin-right: 10px;
    font-size: 22px;
}
.section .title, .team-wrapper .team-member .hover .hover-border {
    border-color: #8bc53f;
}

.contact-form .submit, .folio-filter li a.selected, .folio-filter li a:hover, .section .button.inverse, .section .button.playstop, .section .button:hover, .section .title, .team-wrapper .team-member .hover .hover-border {
    border-color: #C73509;
}
.modal-form .contact-form .submit {
    border-width: 1px;
    border-style: solid;
    color: #fff;
    font-family: Muli,sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding: 0 38px 20px;
    border-radius: 5px;
    display: block;
    float: none;
    margin: 0 auto;
}
#contact-project p.col.col2 {
    margin-right: 0;
}
.contact-form .col.col2 {
    float: right;
    margin-right: 2%;
    margin-bottom: 0;
}

.formSent {
    margin: 10px;
    text-align: center;
    padding: 0;
    color: #fff;
    display: none;
}
@media (min-width:992px){
    .modal-form{
        display:block;
    }
    
    .contact_form{
    margin-top: 50px;
    margin-bottom: 50px;
}
}

.contact_info{
    background-color: rgb(27, 43, 58);
    color: #FFF;
}

.contact_address{
    padding-top: 50px;
}

.contact_address h4{
    text-align:center;
}

.contact_address .address{
    max-width: 200px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
}

.column_container{
    margin-bottom: 50px;
}
