/* CUSTOM CSS HERE */

/** Layes slider typography **/
h3.slide_typo_white {
    font-family: "proxima_novalight", Arial, Helvetica, sans-serif;
    letter-spacing: -2px;
    font-size: 60px;
    white-space: nowrap;
    color: #ffffff !important;
    font-weight: normal;
    text-shadow: 1px 1px black;
}

h3.slide_typo_white strong {
    font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.slide_typo_2_white {
    color: #ffffff;
    font-size: 18px;
    white-space: nowrap;

}
a.button_intro.black, .button_intro.black{
    color: black !important;
}

a.button_intro.white, .button_intro.white{
    color: white !important;
}
a.button_intro.black:hover, .button_intro.black:hover, a.button_intro.white:hover, .button_intro.white:hover  {
    background: #fff;
    color: #00aeef !important;
}
header.sticky {
    background-color: #F3F5F8;
}
header{
    height: 100px;
}
.main-menu > ul > li > a {
    color: #253D69;
}
footer{
    background-color: #A8DDFB;
    color: #253D69;
}
footer h4{
    color: #253D69;
}
footer a{
    color: #253D69;
}
header#contacts, header#contacts.sticky{
    background-color: #F3F5F8;
}