/*body
{
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}*/

header,
footer,
nav,
section {
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend
{
    font-size:1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.map-canvas{
    width: 100%;
    height:350px;
    border:0;
    margin:0;
}

.map-canvas img { max-width: none; }

.text-center {
    text-align:center;
}

#frmContact input[type=email], #frmContact input[type=text],#frmContact input[type=file], #frmContact select{

}


#frmContact .field-validation-error {
    color: #ff0000;
    display:block;
    margin-bottom: 10px;
    margin-top: 2px;
}

#frmContact .input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    margin-bottom: 2px!important;
}

img.lazy{

}

.display-none {
    display: none;
}

#outdated {
    position: static!important;
    margin: 15px 0 0 0!important;
    height: auto !important;
    text-transform: none;
    font-weight: bold;
}