/*** layout ***/

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    background-color: #272727;
    position: relative;
}

#header {
    max-width: none !important;
}

#bigbar ~ #top {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

#bigbar .mz_banner .mz_overlay_bar {
    top: 94px;
}

#top {
    background-color: rgba(0, 0, 0, 0.01);
}

#top.sticky {
    transition: background-color 0.3s;
}

#title {
    margin: 14px 0px;
}

#title .mz_wysiwyg {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2.69rem;
    color: #ffffff;
    width: auto;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 1;
}

#wrap {
    background-color: #FFFFFF;
}

#bigbar ~ #belowfold {
    /*position: absolute;
    top: 100%;*/
    width: 100%;
}

#bigbar.inner ~ #belowfold {
    position: static;
}

#bottom .mz_wysiwyg {
    color: #cccccc;
    color: rgba(255,​ 255,​ 255,​ 0.9);
}

#bottom .mz_editable {

}

#bottom a {
    color: #FFFFFF;
}

#bottom .mz_social a {
    fill: #FFFFFF;
}

#bottom a:hover {
    color: #00AEEF;
}

#social {
    clear: both;
    float: none;
    margin-left: 0;
    text-align: center;
}

/* section colors */

.section-bg-1 {
    background-color: #f6f7f9;
}

.section-bg-2 {
    background-color: #03aeef;
}

.section-bg-3 {
    background-color: #272727;
}

/* language select */

#languages li > a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    min-width: 32px;
    line-height: 32px;
    display: inline-block;
}

#languages li.selected > a,
#languages li > a:hover {
    color: #FFFFFF;
    background-color: #00AEEF;
}

/* menu */

#menu > ul > li {
    margin: 2px 12px;
}

#menu > ul > li > a {
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 8px 5px;
}

#menu ul li > a:hover,
#menu ul li.selected > a {
    color: #FFFFFF;
}

#menu > ul > li.selected > a {
    border-color: #00AEEF;
}

#menu > ul > li > a:hover {
    border-color: #00AEEF;
}

#menu ul li a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

@media screen and (max-width: 1024px) {
    #menu > ul > li > a {
        font-size: 14px;
        padding: 8px 10px;
    }
}

#menu ul ul {
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#menu ul ul li {
    border-bottom: 1px solid #F2F2F2;
    border-radius: 0px;
}

#menu ul ul li:last-child {
    border-bottom: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#menu ul ul li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#menu ul ul li:hover {
    background-color: #F5F5F5;
}

#menu ul ul li a {
    color: #666666;
}

#menu ul ul li a:hover, #menu ul ul li.selected > a {
    color: #444444;
}

#menu {
    margin: 11px 0px;
    margin-left: -17px;
    margin-right: -17px;
}

/* submenu */

#submenubox {
    background-color: #F2F2F2;
}

#submenu {
    text-align: center;
}

#submenu a {
    font-weight: 300;
    color: #999999;
    border-radius: 3px;
}

#submenu li.selected > a,
#submenu li:hover > a {
    background-color: #00AEEF;
    color: #FFFFFF
}

/* special boxes - bigbar */

#bigbar {
    margin: 0px;
    max-width: 100%;
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    position: relative;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bigbar.inner,  #bigbar.inner #bigbar-container {
    /*position: relative;*/
    min-height: 310px;
}



#bigbar div.mz_banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bigbar div.moze-banner {
    background-position: center center;
    background-size: cover;
}

#bigbar-container {
    max-width: 1100px;
    /*top: 0;
    left: 0;
    right: 0;
    bottom: 0px;*/
    width: 100%;
    clear: both;
    /*display: table;
    height: 100%;*/
    padding: 0;
    position: relative;
}

/*#bigbar-overlay-block {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    position: absolute;
}*/

#bigbar-overlay {
    text-align: center;
    /*display: table-cell;
    height: 100%;
    vertical-align: middle;*/
    padding: 90px 30px 0px 30px;
}

#bigbar-colorizer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: hsla(0, 0, 0, 0.0);
}

.bigbar-h1 .mz_wysiwyg {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 5.6rem;
    margin: 0px 0px 20px 0px;
    color: #FFFFFF;
    letter-spacing: -1px;
    font-weight: 300;
}

.bigbar-h2 .mz_wysiwyg {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 1.38rem;
    font-weight: 300;
}

#bigbar-down {
    background: url(down.svg) no-repeat center 0px;
    background-size: 55px 55px;
    height: 68px;
    width: 64px;
    display: block;
    margin: 27px auto 0 auto;
    opacity: 0.5;
}

#bigbar .mz_editable h1 {
    margin: 0px;
    color: #FFFFFF;
}

#bigbar .mz_editable p {
    color: #FFFFFF;
}

/* special boxes - sidebar */

#sidebar h2 {
    font-size: 1.7rem;
    border-bottom: 1px solid #E7EAEC;
    padding-bottom: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 1024px) {

    html {
        font-size: 14px;
    }

}

@media screen and (max-width: 750px) {

    html {
        font-size: 12px;
    }

    #menu {
        margin: 0px 0px 5px 0px;
    }

    #title .mz_wysiwyg {
        line-height: 1.4;
    }

    #languages ul,
    .mz_rtl #languages ul {
        margin: 0px;
    }

    .bigbar-h1 .mz_wysiwyg  {
        margin-bottom: 15px;
    }

    #bigbar-down {
        background-size: 35px 35px;
        height: 48px;
        width: 44px;
        margin-top: 15px;
    }

    #bigbar-overlay {
        padding: 90px 15px 0px 15px;
        margin-top: 0px !important;
    }

    #bigbar.inner,  #bigbar.inner #bigbar-container {
        min-height: 260px;
    }

    #bigbar br {
        display: none;
    }

    #bottom .mz_wysiwyg {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .bigbar-h1 .mz_wysiwyg {
        font-size: 2.7rem;
    }
}