﻿body {
    color: #4f4f4f;
    height: 100%;
    margin: 0;
    padding: 0;
    font: normal normal 300 16px / 32px "Lato", Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4 {
    color: #42A5F5;
    margin: 5px 0;
    padding: 0;
}

h5 {
    color: #FFF;
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: bold;
}

.btn,
.btn-large,
.btn-flat {
    min-height: 30px !important;
    margin-bottom: 30px;
    padding: 8px 15px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.05em;
    line-height: 15px !important;
    text-transform: uppercase !important;
    background-color: #fdad6e !important;
    background-image: linear-gradient(rgba(253, 172, 110, 0), #fd955e) !important;
    color: #4f4f4f;
}

.top-nav {
    background-color: #FFF;
    color: #4f4f4f;
    height: 40px;
    font-size: 0.833rem;
}

.top-nav a {
    color: #000;
}

#flagImg {
    width: 24px;
}

footer.page-footer p, footer.page-footer span {
    color: grey;
    margin: 0;
    font-size: 0.6em;
    line-height: 1.3;
}

footer.page-footer a {
    color: grey;
}

.footer-copyright {
    background-color: #FFF !important;
}

.mainBlock {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}

.separator {
    width: 100px;
    margin: 30px auto;
    border-bottom: 4px solid #e5f5fc;
}

.container_content {
    margin-top: 120px !important;
}

@media only screen and (max-width: 700px) {
    #body-top {
        width: 100% !important;
    }
    #body-low {
        width: 100% !important;
    }
}

#body-top {
    height: 50px;
    background: #036072;
    width: 700px;
    margin: auto;
    padding-left: 20px;
    padding-top: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#body-low {
    width: 700px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
    background: #fff;
}

.displayNone {
    display: none;
}

#loader {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 99999;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}

.top5 {
    position: relative;
    top: 5px;
}

.top10 {
    position: relative;
    top: 10px;
}

.top20 {
    position: relative;
    top: 20px;
}

.top30 {
    position: relative;
    top: 30px;
}

.width90 {
    width: 90%;
}

.width100 {
    width: 100%;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.margin-bottom15 {
    margin-bottom: 15px;
}

.margin-top30 {
    margin-top: 30px;
}

.margin-left15 {
    margin-left: 15px;
}

.margin-right10 {
    margin-right: 10px;
}

.margin-right15 {
    margin-right: 15px;
}

.margin-right20 {
    margin-right: 20px;
}

.margin-right30 {
    margin-right: 30px;
}