/********************************************************************/
/*                                                                  */
/*                             Contact                              */
/*                                                                  */
/********************************************************************/


#contactFormWrapper {
    background: #fefefe;
    box-shadow: 0 38px 20px -31px rgba(0,0,0,0.2);
    padding: 1em;
}

/********************************************************************/
/*                                                                  */
/*                            Google maps                           */
/*                                                                  */
/********************************************************************/

#googleMaps {
    width: 99.6%;
    height: 400px;
    border: 2px solid #3b3b3b;
    margin-bottom: 1em;
}

/********************************************************************/
/*                                                                  */
/*                            Contant form                          */
/*                                                                  */
/********************************************************************/


#addressLines {
    display: table-cell;
  width: 10%;
    /*float: left;*/
}

.contactFormInputLine {
    width: 100%;
    margin-bottom: 0.5em;
}

.contactFormLabel {
    width: 10%;
    display: inline-block;
    font-size: 1.2em;
}

.contactFormTextBox {
    width: 95%;
    padding: 0.5em;
    border: solid 2px #3b3b3b;
    border-radius: 0.2em;
    font-family: Calibri;
    background: #fefefe;
    -moz-box-shadow: inset 0 2px 10px #d7d7d7;
    -webkit-box-shadow: inset 0 2px 10px #d7d7d7;
    box-shadow: inset 0 2px 10px #d7d7d7;
}

#labRequest {
    display: block;
}

.contactFormMultipleTextBox {
    border: solid 2px #3b3b3b;
    border-radius: 0.2em;
    font-family: Calibri;
    width: 98.3%;
    padding: 0.5em;
    resize: vertical;
    background: #fefefe;
    -moz-box-shadow: inset 0 2px 10px #d7d7d7;
    -webkit-box-shadow: inset 0 2px 10px #d7d7d7;
    box-shadow: inset 0 2px 10p;
}

.contactFormButtonHolder {
    text-align: right;
}

.contactFormButton {
    background: #3b3b3b;
    border: solid 1px #3b3b3b;
    color: #FFF;
    font-family: Calibri;
    font-size: 1.2em;
    padding: 0.2em 3em 0.2em 3em;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .contactFormButton:hover {
        background: #111;
    }

/********************************************************************/
/*                                                                  */
/*                               Errors                             */
/*                                                                  */
/********************************************************************/

#rfvRequestMessage {
    display: block;
    margin-bottom: 0.5em;
}

.createUserFieldValidator {
    color: red;
    font-size: 1.2em;
}

/********************************************************************/
/*                                                                  */
/*                          Business card                           */
/*                                                                  */
/********************************************************************/


#businessCard {
    height: 118px;
    /*text-align: center;*/
    background: #fefefe;
    -moz-box-shadow: inset 0 2px 10px #d7d7d7;
    -webkit-box-shadow: inset 0 2px 10px #d7d7d7;
    box-shadow: inset 0 2px 10px #d7d7d7;
    float: right;
}

    #businessCard a {
        color: #000;
    }

#ContactBoxPic {
    /*margin: 0 0 1em 1em;*/
    margin-left: 1em;
}



#businessCard {
    display: table-cell;
    border: solid 2px #3b3b3b;
    border-radius: 0.2em;
    padding: 1em;
    width: 25em;
    background: #FFF;
    height: 11.2em;
}

#ContactBoxInfo {
    margin-left: 1em;
}


.businessCardLabel {
    display: block;
    font-size: 1.2em;
    line-height: 1em;
}

/********************************************************************/
/*                                                                  */
/*                            Responsive                            */
/*                                                                  */
/********************************************************************/

@media all and (max-width : 1000px) {

        #googleMaps {
        width: 99%;
        height: 250px;
    }


    #businessCard {
        display: block;
        /*text-align: center;*/
        width: 97%;
        padding: 1%;
        height: auto;
        float: none;
        margin-bottom: 1em;
    }

    .businessCardLabel {
        margin-bottom: .2em;
    }

    .contactFormLabel {
        width: auto;
        display: block;
    }

    #addressLines {
        float: none;
        display: block;
        width: auto;
        /*display: none;*/
    }

    .contactFormTextBox {
           width: 98%;
        display: inline-block;
        padding: .5em .5%;
    }

    #txtRequestMessage {
        display: block;
        width: 97%;
        padding: 1%;
        height: 150px;
        /*display: none;*/
    }

    #rfvRequestMessage {
        /*display: none;*/
    }

    #labRequest {
        /*display: none;*/
    }

    .contactFormButton {
        /*display: none;*/
    }
}

@media all and (max-width : 400px) {
    #googleMaps {
        width: 99%;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
