body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.o-hidden{
    overflow: hidden;
}

.content-site, .content-site.row, body:not(.cms-home) main {
    margin: 0 auto;
    max-width: 1200px;
    width: 98%;
}

.centerAlign{
    margin: 0 auto;
}


.fullscreen{
    width: 100%;
    min-height: 100%;
}

.fullscreen.shaddowmask::after{
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left:0;
}

.fullscreen .overmask{
    z-index: 1;
}

*.no_padding{padding: 0 !important;}
*.no_margin{margin: 0 !important;}
*.no_margin_top{margin-top: 0 !important;}
*.no_margin_bottom{margin-bottom: 0 !important;}
.bgcover{
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center center;
}

.relative {position:relative;}
.absolute {position:absolute;}
.fixed {position:fixed;}

ul.menuHorizontal li {float:left;}

.i-block{display:inline-block;}
.d-none, .row.d-none{display:none;}
.bold{font-weight: bold;}
.underline {text-decoration: underline;}
.u-case{text-transform: uppercase;}
.pointer {cursor: pointer;}


.ulGrid li {
    width: calc(25% - 8px);
    padding: 8px;
    display: inline-grid;
    box-sizing: border-box;
    margin: 2px 0;
}

.ulGrid.columns-4 li {
    width: calc(25% - 8px);
}
.ulGrid.columns-2 li {
    width: calc(50% - 8px);
}

.centeredAbsolute {
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    margin: auto
}

.centered {
    margin:0 auto;
}

.breadcrumb {
    font-size: 14px !important;
}
.breadcrumb:before {
    font-size: 16px !important;
    color : inherit !important
}

.navbar-fixed{
    display: inline-table;
}

.padding20 {
    padding: 20px 0;
}
.padding10 {
    padding: 10px 0;
}

.grey.lighten-6 {
    background: #e6e6e6 !important;
}