body{
    margin-top: 120px !important;
}
#map {
    height: 500px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

#contact {}

.form-group > input {
    margin-bottom: 10px;
}

.brief {
    font-family: geekexpresslight;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 10px;
    background-color: blanchedalmond;
    padding: 10px;
    opacity: 0.8;

}

hr.line {
    border: 0;
    height: 1px;
    background-color: gray;
    margin-top: 7;
    width: 150;

}


/*h4 {
    font-family: 'Scheherazade', serif !important;
    font-size: 20px;
}*/

.brief{
    font-family: geekexpresslight;
    font-size: 12px;
    margin-bottom: 10px;
    background-color: blanchedalmond;

}

/*input[type=submit] {
    font-size: 20px;
}

input[type=text] {
    font-family: 'Scheherazade', serif !important;
}

textarea {
    font-family: 'Scheherazade', serif !important;
}*/


input[type=text] {
      border: 1px solid #B7B7B7;
      border-radius: 10px;
      opacity: 1;
    }

    input[type=date] {
      border: 1px solid #B7B7B7;
      border-radius: 10px;
      opacity: 1;
    }

    select{
      border: 1px solid #B7B7B7 !important;
      border-radius: 10px !important;
      border: 1px solid #B7B7B7 !important;
      box-shadow: 0px 0px 3px #00000033;
      background:  url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png)  no-repeat #eee !important;
      background-color: white !important;
      background-position: 99% !important; 
      -webkit-appearance: none;
      -moz-appearance: none;
      }

      label{
        color:black; 
        font-family: geekexpresssemibold;
      }

      .c-us{
        margin-top: 20px;
      }

      

      iframe{
        width: 100%;
        min-height: 450px;
        margin-top: 20px;
      }