.form-field {
    display: block;
    height: 36px;
    padding: 0 10px;
    background-color: #ffffff;
    margin: 0 0 8px 0;
    position: relative;
    border: 1px solid #e5e5e5;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-size: 13px;
}
.messagecont-obr .required {
    background-image: url(/images/req-b.png);
    background-position: right center;
    background-repeat: no-repeat !important;
}
.fancybox-inner .form-field {
    min-width: 280px;
}
 .form-button {
    text-decoration: none;
    height: 40px;
    width: 100%;
    background: #04518c;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 16px;
    text-align: center;
}

.mc500 {
     width: 500px; 
}

.messagecont-obr h2 {    text-align: center;}



/* Gallery -----------------------------------------------------------------------------*/
.galleries {
margin: 15px auto;
width: 770px;
}
.galleries li {
width: 250px;
height: 194px;
float: left;
padding: 0;
margin-right: 5px;
margin-bottom: 5px;
}
.galleries li img {
float: left;
width: 250px;
height: 194px;
margin: 0;
padding: 0;
}
 