/*** layout ***/

body {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}

#bottom {
    padding-top: 40px;
    padding-bottom: 40px;
}

#header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section:first-child .container {
    padding-top: 20px;
}

.section.circles .container {
    padding-bottom: 40px;
    padding-top: 40px;
}

#title, .mz_rtl #title {
    margin: 15px auto 40px auto;
    float: none;
    clear: both;
}

#title .mz_wysiwyg {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 2.25rem;
    color: #000000;
    width: auto;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center
}

#wrap {
    background-color: #FFFFFF;
}

#bottom {
    margin: 12px auto;
}

#bottom a {
    color: #AAAAAA;
}

#bottom a:hover {
    color: #BBBBBB;
}

#bottom .mz_wysiwyg {
    float: none;
    text-align: center;
    font-size: 15px;
    color: #CCCCCC;
}

#social {
    clear: both;
    float: none;
    margin: 0;
    text-align: center
}

#social a {
    color: #AAADAE;
    font-size: 2.88rem;
}

/* language select */

#languages {
    margin: 11px 0px 11px 0px;
}

#languages ul {
    margin: 0px 0px 0px 35px;
}

.mz_rtl #languages ul {
    margin: 0px 35px 0px 0px;
}

#languages li > a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #898989;
    margin: 1px;
    padding: 5px;
    font-weight: 300
}

#languages li.selected > a,
#languages li > a:hover {
    color: #333333;
}

/* menu */

#menu > ul {
    color: rgba(0, 0, 0, 0.2);
}

#menu > ul > li:after {
    content: "/";
}

#menu > ul > li:last-child:after {
    content: "";
}

/* top level menu items (hovered) */

#menu ul li:hover, #menu ul li.selected {}

/* top level menu link */

#menu > ul > li > a {
    text-decoration: none;
    padding: 8px 15px 8px 15px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    font-weight: 300;
    font-size: 1.06rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #898989;
    margin: 0px 0px 5px 0px;
}

/* top level menu links (hovered) */

#menu > ul > li > a:hover, #menu > ul > li.selected > a {
    color: #333333;
}

#menu ul li a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#menu ul ul li a {
    font-size: 15px;
    text-decoration: none;
    padding: 8px 14px;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

#menu ul ul {
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid;
    border-color: #EEEEEE;
}

#menu ul ul li {
    border-bottom: 1px solid;
    border-radius: 0px;
    border-color: #EEEEEE;
}

#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 {
    padding: 15px;
    color: #8F8F8F;
}

#menu ul ul li a:hover {
    color: #333333;
}

@media screen and (max-width: 750px) {

    #menu > ul > li:after {
        content: "";
    }

    #menu ul li a {
        padding: 8px 15px 8px 15px !important;
    }
}

#menu {
    margin: 0px;
    clear: both;
}

/* submenu */

#submenu a {
    font-weight: 300;
    color: #898989;
    border-radius: 3px;
    text-transform: uppercase
}

#submenu li.selected > a,
#submenu li:hover > a {
    color: #333333
}

/* special boxes - bigbar */

#bigbar {
    position: relative;
    margin: 0px;
}

#bigbar:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.bigbar-box {
    width: 31%;
    padding-bottom: 31%;
    margin-right: 3.5%;
    float: left;
    position: relative;
}

.bigbar-box:last-child {
    margin-right: 0;
}

#bigbar .mz_banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#bigbar div.moze-banner {
    background-position: center center;
    background-size: cover;
    border-radius: 180px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bigbar-overlay {
    padding: 13%;
    background-color: hsla(7, 68%, 51%, 0.8);
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    position: absolute;
    border-radius: 180px;
}

.bigbar-box:first-child .bigbar-overlay{
    background-color: hsla(216, 86%, 51%, 0.8);
}

.bigbar-box:last-child .bigbar-overlay {
    background-color: hsla(42, 100%, 51%, 0.8);
}

#bigbar .bigbar-h1 {
    position: absolute;
    margin: 13%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
}

#bigbar .bigbar-h1 .mz_wysiwyg {
    display: table;
    height: 100%;
    width: 100%;
    font-size: 2.25rem;
    letter-spacing: -0.5px;

}

#bigbar .bigbar-h1 div {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin: 0px;
    color: #FFFFFF;
    letter-spacing: -1px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#bigbar .mz_editable h1 {
    margin: 0px;
    color: #FFFFFF;
}

#bigbar .mz_editable p {
    color: #FFFFFF;
}

/* special boxes - sidebar */

.sidebox {
    margin-bottom: 35px;
}

.sidebox.mz_editable {

}

.sidebox:last-child {
    margin-bottom: 0px;
}

.moze-maps {
    border-radius: 10px;
}

@media screen and (max-width: 750px) {

    .sidebox {
        margin: 0px 0px 40px 0px;
    }

    #bottom {
        margin: 0px;
    }

    #menu {
        margin: 0px 0px 5px 0px;
    }

    #title {

    }

    #title .mz_wysiwyg {
        text-align: center;
    }

}

@media screen and (max-width: 600px) {
    .bigbar-box {
        width: 60%;
        padding-bottom: 60%;
        margin: 25px auto;
        float: none;
        position: relative;
    }

    .bigbar-box:last-child {
        margin: 25px auto;
    }

    #bigbar br {
        display: none;
    }
}