﻿.contact-top {
    height: 150px;
}



.bgk-contacts {
    background-image: url('/f4f/images/contacts/wide-shot-water.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding-bottom: 50px;
}

.h2-contact {
    text-align: center;
    font-size: 25px;
    color:rgb(15,41,69);
}

.contact-address {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.phone-contact {
    text-align: center;
    font-size: 16px;
}

.phone-contact-itm {
    font-size: 20px;
    color: rgb(25,40,83);
}

.phone-contact a {
    color: black;
}


.lbl-mandatory {
    color: red;
}



.contact-textarea {
    width: 100%;
    height: 200px;
    background-color: rgb(250,250,250);
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.contact-send {
    border-radius: 5px;
    color: white;
    background-color: rgb(25,40,83);
    height: 50px;
    width: 150px;
    font-weight:700;
}

.whitefading {
    background-image: linear-gradient(white, transparent);
    margin-top: -10px;
}

.contact-message-confirm{
    position:absolute;
    width:100%;
    padding-top:150px;
    font-size:36px;
    font-weight:300;
    color:green;
    text-align:center;
    background-color:white;
    opacity:0.65;
    top:0;
    left:0;
    height:485px;
}

.svg-bgk {
    background-color: rgb(25,40,83);
}

/*RESPONSIVE*/
@media (max-width: 640px) {
    .h1-contacts {
        color: white;
        font-size: 35px;
        padding-top: 25px;
    }
    .field-contact {
        width:100%
    }

    .space-contacts {
       visibility:hidden;
    }
    .input-contact {
        height: 50px;
        width: 98%;
        background-color: rgb(250,250,250);
        border: none;
        border-radius: 5px;
    }
    .div-contact {
        border-radius: 10px;
        background-color: white;
        padding: 30px;
        margin-top: 30px;
        position: relative;
    }

}

@media (min-width: 641px) {
    .h1-contacts {
        color: white;
        font-size: 35px;
        padding-top: 25px;
    }
    .field-contact {
        float: left;
        width: 46.5%;
    }

    .space-contacts {
        float: left;
        width: 6%;
        visibility: visible;
    }
    .input-contact {
        height: 50px;
        width: 100%;
        background-color: rgb(250,250,250);
        border: none;
        border-radius: 5px;
        padding-left: 10px;
    }
    .div-contact {
        border-radius: 10px;
        background-color: white;
        padding: 50px;
        margin-top: 30px;
        position: relative;
    }

}

@media (min-width: 960px) {
}

@media (min-width: 1100px) {
    .h1-contacts {
        color: white;
        font-size: 50px;
        padding-top: 35px;
    }

    .field-contact {
        float: left;
        width: 46.5%;
    }

    .space-contacts {
        float: left;
        width: 6%;
    }
    .input-contact {
        height: 50px;
        width: 100%;
        background-color: rgb(250,250,250);
        border: none;
        border-radius: 5px;
        padding-left: 10px;
    }
    .div-contact {
        border-radius: 10px;
        background-color: white;
        padding: 50px;
        margin-top: 30px;
        position: relative;
    }

}