/* charset "UTF-8";*/


/* noto-sans-regular - latin */
@font-face {
  font-family: 'regular';
  src:  url("../fonts/NotoSans-Light-gxskkwO.woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

/* noto-sans-regular - latin */
@font-face {
  font-family: 'regular';
  src:  url("../fonts/noto-sans-v27-latin-regular-RXEurcW.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/* noto-sans-700 - latin */
@font-face {
  font-family: 'regular';
  src:  url("../fonts/noto-sans-v27-latin-700-bopqpui.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}


/* icons */
@font-face {
  font-family: 'icon';
  src:  url("../fonts/icons-jZ2AyX4.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}


/* ==========================================================================
   Bootstrap fix
   ========================================================================== */
   
@media (min-width:1900px){
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    max-width:1630px
    }
}
    
/* ==========================================================================
   Icons
   ========================================================================== */

/* icons.css */

/* ==========================================================================
   Base styles
   ========================================================================== */

:root {
	
    /* COLORS */
	--color_pos: #FFF;
    --color_neg: #222;
    --color_light: #F8F8F8;
    --color_divide: #979797;/* grey */
	--color_main: #0F717A;/* green */
    --color_sub: #707070;/* grey */
    --color_special: #AF003C;/* red */    
    
    /* FONT-FAMILIES */
	--regular: 'regular', Arial, sans-serif, Helvetica;
	
    /* FONT-SIZE */
	--sizeBase: 15px;
    
    --sizeHuge: 1.5rem;
    --sizeLarge: 1.2rem;
    --sizeMedium: 1rem;
    --sizeSmall: .8rem;
    --sizeTiny: .6rem;
    
    --spacing: .03rem;
    --gutter_x: 2rem;
   
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 0;

    --shadow: 0 3px 6px;
    --shadowMedium: 0 5px 8px;
    --shadowLarge: 0 3px 30px;
    --shadowHuge: 0 6px 30px;
    
    --shadowColorSoft: rgba(0, 0, 0, 0.16);
    --shadowColorMedium: rgba(0, 0, 0, 0.35);
    --shadowColorStrong: rgba(0, 0, 0, 0.65);
   
   /*
    @media (orientation: portrait) or (width < 992px) {
        --sizeBase: 14px;
        --sizeHuge: 2rem;
        --sizeLarge: 1.7rem;
        --sizeMedium: 1.5rem;
        --sizeSmall: 1.2rem;
        --sizeTiny: 1rem;
    }        
   
    @media (width >= 1194px) {
        --sizeHuge: 1.8rem;
        --sizeLarge: 1.2rem;
        --sizeMedium: 1.2rem;
        --sizeSmall: .8rem;
        --sizeTiny: .6rem;
    }
   
    @media (width >= 1440px) {
        --sizeHuge: 1.8rem;
        --sizeLarge: 1.2rem;
        --sizeMedium: 1rem;
        --sizeSmall: .8rem;
        --sizeTiny: .6rem;
    }
    */
    
    /* @media (width >= 1920px) { */
        --sizeHuge: 2rem;
        --sizeLarge: 1.5rem;
        --sizeMedium: 1.15rem;
        --sizeSmall: .9rem;
        --sizeTiny: .7rem;
    /* } */
    
    @media (width < 1400px) {
        --sizeBase: 13px;
    }    
    
    @media (width < 1200px) {
        --sizeBase: 14.5px;
    }     

    @media (width < 992px) {
        --sizeBase: 15px;
    }  
   
    @media (width < 768px) {
        --sizeBase: 23px;
    }  
    
    @media (width < 500px) {
        --sizeBase: 18px;
    }     
   
}

.row {
    --bs-gutter-x: 1.3rem;
    margin: 0 var(--bs-gutter-x);
}


html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
    -webkit-text-size-adjust: 100%;
    font-size: var(--sizeBase);
    position: relative;
    min-height: 100%;
}

body {
    font-family: var(--regular);
    font-size: var(--sizeBase);
    font-weight: 400;
    color: var(--color_neg);
    line-height: 1.4;
    margin: 0;
    padding: 0;
    background-image: 
      radial-gradient(circle at 0% 0%, #74bb64 0%, transparent 40%),
      radial-gradient(circle at 75% 60%, #006b76 0%, transparent 50%),
      radial-gradient(circle at 60% 50%, #42ab71 0%, transparent 60%),
      radial-gradient(circle at 100% 0%, #001520 0%, transparent 70%);
    background-color: var(--color_main);/* Fallback */
    background-attachment: fixed;
    text-shadow: none !important;
    
    @media (orientation: portrait) or (width < 992px) {
        background: linear-gradient(to bottom, #00716c 50%, #5eaa66 100%);
        
    }
}

main {
    min-height: 90vh;
}

figure {
    margin: 0;
    line-height: 0;
}

h1, h2, h3, h4 {
    font-weight: 700;
    font-size: var(--sizeHuge);
    color: var(--color_main);
    margin: 1rem 0 1rem;
}

h3, h4 {
   font-size: var(--sizeLarge);
   
}

a {
    color: var(--color_main);
    text-decoration: none;
}

/* ==========================================================================
   ==========================================================================
   Header
   ==========================================================================   
   ========================================================================== */
header {
    position: sticky;
    top:0;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0;
    padding: 0 var(--gutter_x) .5rem;
    background: var(--color_light);
    transition: all .2s ease-out;
    
    > div:first-of-type {
        transition: all .2s ease-out;
                /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            padding-top: .1rem;
        }
    }
    /* xxx */
        /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        background: none;
        width: 100%;
        transition: all .2s ease-out;
    }
    
    @media (orientation: landscape) and (width < 1900px) {
        grid-template-columns: 1fr 2fr;
    }
    
    #breadcrumb {
        color: var(--color_divide);
        padding: .5rem 0 .8rem 1rem;
        margin: 0 0 0 -1rem;
        @media (width > 1024px) and (width < 1200px) {
            margin-top: 1.5rem;
        }        
        overflow:hidden;
        position: absolute;
        transition: all .2s ease-out;
        width: 100%;
        @media (orientation: landscape) and (width > 1199px) {
            background: #f8f8f8;
            background: linear-gradient(to right,  rgba(248,248,248,1) 0%,rgba(248,248,248,1) 25%,rgba(248,248,248,0) 100%);
            @media (width < 1920px) {
                width: 50%;
            }
        }
        
        a {
            color: var(--color_main);

                    /* @media (orientation: portrait) or (width < 992px) { */
            @media (orientation: portrait) or (width < 1200px) {
                font-size: var(--sizeSmall);
            }
            
            &::after {
                content: '\e907';
                font-family: icon;
                padding: 0 .3rem 0 .7rem;
                color: var(--color_divide);
                font-size: var(--sizeTiny);
            }
        }
                /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            margin: 4rem 1rem 0;
            padding-left:0;
            font-size: 0;
            width: 95%;
        }
    }
    
    figure {
        margin-top: 2.3rem;
                /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            margin-top:1rem;
            padding: 1rem;
            background: var(--color_pos);
            background: linear-gradient(to bottom, var(--color_pos) 55%,rgba(255,255,255,0) 100%);
        }
    }
    
    div + div {
        text-align:right;
                /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            text-align: initial;
        }
    }
    
    #search {
        display: none;
    }

    #main {    
        margin-top: 3rem;
        overflow:hidden;
        box-shadow: var(--shadowMedium) var(--shadowColorSoft);
        border-radius: 0 9px 9px 9px;
        width: auto;
        display: inline-block;
        float: right;

        /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            position: fixed;
            float: none;
            z-index: 101;
            margin: 0;
            box-shadow: none;
            border-radius: 0;
            top: 0;
            padding-top: 5rem;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(255,255,255,.85);
            display: none;
        }
        
        button {
            display: none;
            position: absolute;
            right: 1rem;           
        }
        
        ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        li {
            display: inline-block;
            margin: 0;
            padding: 0;
        }
        a {
            display: block;
            float:left;
            padding: .5rem;            
            background: var(--color_pos);
            border: 1px solid var(--color_main);
            border-width: 1px 0 1px 0;
            color: var(--color_main);
            text-decoration: none;
            font-size: var(--sizeLarge);
            font-weight: 700;
            
            /* <= 1194px */
            @media (orientation: landscape) and (width < 1440px) {
                padding: .5rem .75rem;
            }
            
            @media (width >= 1440px) {
                padding: .5rem 1rem;
            }
            @media (width >= 1920px) {
                padding: .5rem 2rem;
            }
            /* @media (orientation: portrait) or (width < 992px) { */
            @media (orientation: portrait) or (width < 1200px) {
                float: none;
                border-width: 1px 0;
                border-radius: 0;
                padding: 1rem 1rem;
                text-align:left;
            }
        }
        a.last {
            padding-right: 1rem;
            @media (width >= 1440px) {
                padding-right: 2rem;
            }
            @media (width >= 1920px) {
                padding-right: 2.5rem;
            }
            
            /* <= 1194px */
            @media (orientation: landscape) and (width < 1440px) {
                padding-right: 1.75rem;
            }            
            
            /* @media (orientation: portrait) or (width < 992px) { */
            @media (orientation: portrait) or (width < 1200px) {
                border-bottom: 2px solid var(--color_main);
            }
        }
        a.active {
            color: var(--color_neg)
        }
        
        a:first-of-type {
            border-bottom-left-radius: 9px;
            border-width: 1px 0 1px 1px;
                    /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
                border-width: 2px 0 1px 0;
                border-radius: 0;
            }
            /* <= 1194px */
            @media (orientation: landscape) and (width < 1440px) {
                padding-left: 1.25rem;
            }             
        }
        a:last-of-type {
            background: var(--color_special);
            border-width: 1px 1px 1px 0;
            border: 1px solid var(--color_special);
            border-radius: 0 9px 9px 9px;
            margin-left:-9px;
            padding: .5rem;
            color: var(--color_pos);
            font-weight: 400;
            @media (width >= 1440px) {
                padding: .5rem 1rem;
            }
            @media (width >= 1920px) {
                padding: .5rem 2rem;
            }
            /* @media (orientation: portrait) or (width < 992px) { */
            @media (orientation: portrait) or (width < 1200px) {
                border-width: 0;
                border-radius: 0;
                margin:-1px 0 0 0;
            }
        }
    }
 
    .language,
    #language {
        position: absolute;
        top:0;
        right: 3.5rem;
        /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            right: 2.75rem;
        }
        
        .search {
            display: inline-block;
            vertical-align: middle;
        }
        /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            .search { display: none; }
        }

        .icon {
            display: inline-block;
            margin: -.4rem .5rem 0 0;            
            border:0;
            background: none;
            span { font-size: 0 !important;}
        }
        .icon.search::before {
            color: var(--color_main);
            font-family: 'icon';
            content:'\e93d';
            font-size: calc(var(--sizeSmall)*1.5);
            cursor: pointer;
        }

        ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

        li {
            display: inline-block;
            padding: 0;
        }

        a {
            color: var(--color_main);
            line-height: 0;
            font-weight: 700;
        }

        span {   
            display: block;
        }

        li:first-of-type a span {
            padding: 1rem .3rem 0 0;
        }

        li:last-of-type a span {
            padding: 1rem 0 0 .45rem;
        }

        li:last-of-type {
            content: '';
            display:inline-block;
            width: 1px;
            background: var(--color_sub);
            height:1.5rem;
        }
        
        & ul::before {
            font-family: 'icon';
            color: var(--color_main);
            margin-right: .25rem;
            content: '\e901';
            display: inline-block;
            vertical-align: text-top;
            
            /* @media (orientation: portrait) or (width < 992px) { */
            @media (orientation: portrait) or (width < 1200px) {
                content: '\e912';
            }
        }
    }
}

.header.mobile,
#mobile-nav {
    display:none;
    grid-template-columns: min-content auto;;
    gap: 2rem;
    box-shadow: var(--shadowMedium) var(--shadowColorSoft);
    background: var(--color_light);
    border-radius: 0 9px 9px 9px;
    border-top-right-radius: 0;
    width: 100%;
    padding: .5rem;
    margin: 0 auto;
    position: fixed;
    top: -14vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: all .5s ease-out;
    
    button {
       border: 0;
       background: none;
    }
    
    button span {
        font-size: 0 !important;
    }
    
    button::before {
        content: '';
        font-family: 'icon';
        color: var(--color_main);
        font-size: var(--sizeLarge) !important;
        cursor: pointer;
    }
    
    .btn-search::before {
        content: '\e913';
    }
    .btn-toggle::before {
        content: '\e911';
        position: relative;
        top: .3rem;
    }
    
    /* @media (orientation: portrait) or (width < 992px) { */
    @media (orientation: portrait) or (width < 1200px) {
        display: grid;
    }
}

.show-nav .header.mobile .btn-toggle::before {
    content: '\e914' !important;
}

.fix .header.mobile {
    top: 0;
}

#mobile-nav {
    position: static;
    transform: none;
}

#mobile-nav + a { 
    display: none;
    margin: .75rem 1rem 2rem;
    padding: .5rem 2rem;
    border-radius: 0 9px 9px 9px;
    font-weight: 600;
    text-align: center;
    background: var(--color_special);
    color: var(--color_pos);
    
    /* @media (orientation: portrait) or (width < 992px) { */
    @media (orientation: portrait) or (width < 1200px) {
        display: block;
    }
}



.header.mobile form,
.header.mobile fieldset,
#mobile-nav form,
#mobile-nav fieldset {
    padding:0;    
    border:0;
    position: relative;
    input {
        border:0;
        border-bottom: .2rem solid var(--color_main);
        width: 100%;
        line-height: 2;
        background: transparent;
        border-radius: 0;
    }
    button {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.show-nav {
    overflow: hidden;
    background: var(--color_pos);
    .header.mobile {
        top: -.4rem;
    }
    #mpb-type-top img {
        opacity: 0;
    }
    #main {
        display: block;
        background: rgba(255, 255, 255, 0.5);
        
        a:last-of-type {
            margin: 1rem .5rem;
            border-radius: 0 9px 9px 9px;
            font-weight: 600;
            text-align: center;
        }
    }
}

#index { 
    header {
        padding: 0 var(--gutter_x) 2.5rem;
        /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            padding: 0;
        }
    }

    #breadcrumb {
        display: none;
    }
}


@media (orientation: landscape) {
    .fix header {
        top: -1px;
        padding-bottom: 1rem !important;
        box-shadow: var(--shadowHuge) var(--shadowColorSoft);
        
        figure {
            margin-top: 1rem;
        }
        
        @media (width < 1900px) and (width > 1399px) {
            figure {
                margin-top: 1.3rem;
            }            
        }
        
        @media (width < 1400px) {
            figure {
                margin-top: 1.7rem;
            }            
        }        
        
        #main {
            margin-top: 2.5rem;
        }
        
        #breadcrumb {
            height: 0;
            padding:0;
            
        }
    }
}

/* ==========================================================================
   ==========================================================================
   Filter
   ==========================================================================   
   ========================================================================== */
   
.personalize-filter {

    .container {
        background: var(--color_light);
        padding: 0 var(--gutter_x) 1.5rem;
        /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            padding: 1rem 1rem 0;
            background: none;
        }
    }

    h3::before {
        font-family: icon;
        content: '\e935';
    }

    form {
        border-radius: 0 9px 9px 9px;
        box-shadow: var(--shadowMedium) var(--shadowColorSoft);
        padding: .8rem 1rem 1rem;
        position: relative;
        margin: 0;
        background: var(--color_pos);
    }

    .row {
        margin: 0 0 1rem;
        border-bottom: 1px solid #ccc;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 0;    
        
        @media (width < 800px) {
            border:0;
        }
        
        &.filter-regions {
            margin: 0;
            border: 0;
            transition: all .2s ease-out;
        }
      
        &.filter-latest {
            border-bottom: 0;
            display: block;
            fieldset {
                display: inline-block;
                width: auto;
                margin-right: 1rem;
            }
            .radio input {
                opacity: 0;
                position: absolute;
                left: -100vw;
            }
        }
      
        &.filter-buttons {
            border:0;
            /* @media (width >= 922px) { */
             @media (width >= 1200px) {   
                margin:0 .5rem 0 0;
                padding:0;                
                position: absolute;
                right: 0;
                text-align: right;
            }
            display: block;
            width: 100%;
      
            button {
                width: auto;
                /* @media (width >= 922px) { */
                 @media (width >= 1200px) {   
                    margin: 0 .5rem;
                }
                background: var(--color_main);
                color: var(--color_pos);
                border: 2px solid var(--color_main);
                border-radius: 0 9px 9px 9px;
                padding: .25rem 1rem;
                line-height: 1.3;
                transition: all .2s ease-out;
                cursor: pointer;
                font-size: var(--sizeMedium);
                
                &:hover {
                    background: var(--color_pos);
                    color: var(--color_main);
                }
            }
        }
        
        &.filter-more {
            overflow: hidden;
            display: block;
            height: auto;
            border-top: 1px solid var(--color_divide);
            border-bottom: 0;
            padding: .7rem 0 0 0;
            margin: 0;

            fieldset {
                width: 100%;
            }

            .row {
                --bs-gutter-x: 0;
                display: flex;
                width: 100%;
                border: 0;
                margin: 0;

                .col-12 {
                    display: grid;
                    grid-template-columns: repeat(4, 1fr);
                    gap: 1rem;
                    select {
                        width: 100%;
                    }
                }
            
                a {
                    display: inline-block;
                    width: auto;
                    border: 2px solid var(--color_main);
                    color: var(--color_pos);
                    border-radius: 0 9px 9px 9px;
                    background: var(--color_main);
                    margin: .5rem .5rem .5rem 0;
                    padding: .5rem;
                    transition: all .2s ease-out;
                    font-size: var(--sizeSmall);
                    
                    &.active {
                        background: var(--color_main);
                        border: 2px solid var(--color_main);
                        color: var(--color_pos);
                        color: var(--color_pos);
                        pointer-events: none;
                        cursor: default;
                        opacity: .4;
                    }
                    &:hover {
                        border: 2px solid var(--color_main);
                        background: var(--color_pos);
                        color: var(--color_main);
                    }
                }

                fieldset {
                    display: inline-block;
                    width: 100%;
                    border: 2px solid var(--color_main);
                    border-radius: 0 9px 9px 9px;
                    background: var(--color_pos);
                    position: relative;
                    
                    &::after {
                        content: "\e908";
                        font-family: 'icon';
                        pointer-events: none;
                        position: absolute;
                        right: .5rem;
                        top:50%;
                        transform: translateY(-50%);
                        color: var(--color_divide);
                    }
                
                    select {
                        appearance: none;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        -ms-appearance: none;
                        -o-appearance: none;
                        -khtml-appearance: none;
                        border: 0;
                        background: transparent;
                        padding: .5rem 3rem .5rem .5rem;
                        cursor: pointer;
                        font-size: var(--sizeSmall);

                        option[data-default] {
                            color: var(--color_sub);
                        }
                    }
                }
            }
        }
    }

    fieldset {
        margin:0;
        padding:0;
        border:0;
        @media (orientation: landscape),
               (orientation: portrait) and (width >= 800px) {
            margin: 0 0 1rem;
        }         
    }
    
    fieldset:nth-of-type(500) {
        grid-column: span 2;
    }
    
    [type="checkbox"] {
        opacity: 0;
        position: absolute;
    }
    
    [type="text"] {
        border:0;
        border-bottom: 2px solid var(--color_sub);
        width: 50%;
    
        &:focus {
            outline: none;            
        }
        &::placeholder {
            color: var(--color_sub);
            font-size: var(--sizeMedium);
            opacity: 1;
            transition: all .2s ease-out;
        }
        
        &:focus::placeholder {
            color: var(--color_sub);
            font-size: var(--sizeMedium);
            opacity: .3;
        }
    }
    
    label, button.disabled {
        cursor: pointer;
        margin-left:.5rem;
        font-weight: 700;
        @media (orientation: landscape) and (width <= 1194px) {
            font-size: calc(var(--sizeBase)*.95);
        }
    }
    
    button.more::after {
         transform: rotate(180deg);
    }
   
   /* NEU */
   
    .row.filter-categories, .row.filter-regions, .row.filter-update {
        display: block;
        white-space: normal;
        fieldset { 
            display: inline-block;
            width: auto;
        }
        label {
            margin: 0 .5rem 0 0;
            border: .15rem solid rgba(204,204,204,.5);
            padding: .2rem .5rem;
            border-radius: .4rem;
            font-weight: 400;
            transition: all .2s ease-out;
            &:hover {
            border-color: var(--color_main);
            }
        }
        fieldset:first-of-type label {
            border-top-left-radius: 0;
        }
        input:checked + label {
            border: .15rem solid var(--color_main);
            background: var(--color_main);
            color: var(--color_pos);
        }
        label.disabled {
            border-color: rgba(204,204,204,.5) !important;
            background: rgba(204,204,204,.5) !important;
            color: var(--color_sub) !important;
            cursor: default;
        }
    }

    .filter-buttons {
        .reset {
            display: none;
        }
        .confirm {
            background: #fff !important;
            color: var(--color_main) !important;
            font-weight: 600;
                &:hover {
                background: var(--color_main) !important;
                color: var(--color_pos) !important;
            }
        }
    }

    .alphabet { 
    
        grid-column: span 4;
    
        a {
            background: var(--color_pos) !important;
            border: .15rem solid rgba(204,204,204,.5) !important;
            border-radius: .4rem !important;
            color: var(--color_neg) !important;
            padding: .2rem .5rem !important;
        }
        a:hover {
            border-color: var(--color_main) !important;
        }
        a.active {
            border-color: var(--color_main) !important;
            color: var(--color_pos) !important;
            background: var(--color_main) !important;
            opacity: 1 !important;
        }
        a:first-of-type {
            border-top-left-radius: 0 !important;
        }
    }

    .select2-container--default .select2-selection--single {
        border:0;
        background: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: var(--color_neg);
    }

    .select2-container--open .select2-dropdown--below {
        border-top: .1rem solid var(--color_main);
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 2rem;
        width: 1rem;
        top:0;
        right:0;
        display:none;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border:0;
        margin: 0;
        &::after {
            content: "\e908";
            font-family: 'icon';
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-45%);
            color: var(--color_divide);
        }
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: var(--color_main);
        color: var(--color_pos);
    }

    .select2-results__option {
        padding: .2rem;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: .1rem solid var(--color_sub);
    }

    .select2-results__option--selectable {
        font-size: var(--sizeSmall);
    }
}

#suppliers .personalize-filter .row.filter-categories {
    border: 0;
}

.personalize-filter {
    /* 811 */
    /* @media (width < 992px) { */
    @media (width < 1200px) {
        h3 {
            display: block;
            margin: 4rem 1rem 0 1rem;
            padding: .5rem 1rem;
            border-radius: 0 9px 9px 9px;
            line-height: 1;
            
            color: var(--color_main);
            background:none;
            border: .2rem solid var(--color_main);
        }
        h3::before {
            margin-right: .5rem;
        }
        form {
            display: none;
            padding-bottom: 2rem;
        }
        
        .row.filter-update fieldset, 
        .row.filter-categories fieldset, 
        .row.filter-regions fieldset, 
        .row.filter-update fieldset {
            line-height: 2.5;
        }
        .row.filter-update fieldset:first-of-type,
        .row.filter-categories fieldset:first-of-type,
        .row.filter-regions fieldset:first-of-type {
            display: block;
            line-height: 2;
        }
        .row.filter-update fieldset:first-of-type label,
        .row.filter-categories fieldset:first-of-type label,
        .row.filter-regions fieldset:first-of-type label {
            display: block;
            width: 100%;           
        }

        .filter-more.filter-suppliers .row:first-of-type .col-12,
        .filter-more.filter-events .row:first-of-type .col-12        {
            grid-template-columns: repeat(2, 1fr) !Important;
        }
        .filter-more.filter-suppliers .row + .row .col-12  {
            display: block;
        }
        .alphabet a {
            width: 3rem !Important;
            text-align: center;
            margin-top: 1rem;
        }
        .row {
            white-space: normal;
        }
        .row.filter-buttons button {
            width: 100%;
            padding: .5rem 1rem;
        }
    }
}

/* ========================================================================== */
/* Mobile Filter Display */
/* ========================================================================== */
/* 811 */
/* @media (width < 992px) { */
@media (width < 1200px) {    
    .personalize .personalize-filter { 
        .personalize-filter-box {
            padding: 0;
        }
        form {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
            box-shadow: none;
        }
        .row.filter-update,
        .row.filter-categories,
        .row.filter-regions {
            border: 0;
            fieldset {
                width: 100%;
                display:block;
                margin: .5rem 0;
                line-height: 1;                
            }
            label {
                display:block;
                line-height: 1; 
                width: 100%;
                padding: .75rem .5rem;
            }
        }

        .row.filter-buttons,
        .row.filter-more {
            grid-column: span 2;
            bottom: 1rem;
        }
        
        .row.filter-more {
            border:0;
            padding: 0;
            margin: -1rem 0 0 0;
            .row:first-of-type .col-12 {
                grid-template-columns: repeat(1, 1fr) !Important;
                gap: 0;
            }
            fieldset {
                margin: 0 0 1rem 0;
            }
            span {
                min-width: 100%;
            }
            .select2-selection__arrow {
                display: none;
            }
        }
    }
}    

/* ==========================================================================
   ==========================================================================
   Search
   ==========================================================================   
   ========================================================================== */

#search-box {
    position: fixed;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background: rgba(255,255,255,1);
    box-shadow: var(--shadowHuge) var(--shadowColorSoft);

    z-index: 100;
    overflow: hidden;
    height: 0;
    padding: 0;
    transition: all .2s ease-out;
    pointer-events: none;
    
    .container {
        position: relative;
    }
    
    h4 {
        margin: 0 0 .5rem 1rem;
    }
    
    .close {
        position: absolute;
        right: 2.2rem;
        top: -.75rem;
        width: 2rem;
        height: 2rem;
        background:transparent;
        box-shadow: none;
        border:0;
        cursor: pointer;
        
        span {
            position: relative;
            display: block;
            width: 2rem;
            height: 2rem;
            &:before, &:after {
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                top: 50%;
                background-color: var(--color_main);
                width: 100%;
                height: 3px;
                transition: height .2s ease-out;
                border-radius: 3px;
            }
            &:before {
                transform: translate(-50%, -50%) rotate(45deg);
            }
            &:after {
                transform: translate(-50%, -50%) rotate(-45deg);
            }
            &:hover, &:focus {
                &:before, &:after {
                    height: 4px;
                }
            }
        }
    }
    
    form {
        padding: 0;
        margin:0 1rem;
        border: 2px solid var(--color_main);
        border-radius: 0 9px 9px 9px;
        
        fieldset {
            margin:0;
            padding:0;
            position: relative;
            border:0;
        }
        
        input {
            border:0;
            background: var(--color_pos);
            width:100%;
            padding: .5rem;
            border-radius: 8px;

            &::placeholder {
                color: var(--color_sub);
                font-size: var(--sizeBase);
                opacity: 1;
                transition: all .2s ease-out;
            }
            &:focus::placeholder {
                color: var(--color_sub);
                font-size: var(--sizeBase);
                opacity: .3;
            }
            &:focus {
                outline: none;
            }
        }
        button {
            position: absolute;
            right: 0;
            border: 2px solid var(--color_main);
            background: var(--color_main);
            padding: 1rem 1rem .5rem 1rem;
            height: 100%;
            cursor: pointer;
            transition: all .2s ease-out;
            
            &:hover {
                padding: 1rem 1.5rem .5rem 1.5rem;
            }
            span {
                display: block;
                line-height: 0;
                
                &::before {
                    content:'\e93d';
                    font-size: calc(var(--sizeLarge)*1.5);
                    font-family: icon;
                    color: var(--color_pos);
                }
            }
        }
    }
}

body.search {
    overflow: hidden;
}

body.search #search-box {
    height: auto;
    padding: 2rem 0 4rem 0;
    pointer-events: initial;
}

.overlay {
    position: fixed;
    background: rgba(255,255,255,.4);
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index: 99;
    transition: all .2s ease-out;
    opacity: 0;
    pointer-events: none;
}

body.search .overlay {
    opacity: 1;
    pointer-events: initial;
}

/* ==========================================================================
   ==========================================================================
   Footer
   ==========================================================================   
   ========================================================================== */
footer {
    background: var(--color_sub);
    box-shadow: var(--shadowLarge) var(--shadowColorStrong);
    position: relative;
    width: 100%;
    .networks {
        @media (orientation: landscape) or (width >= 992px) {
        width: auto;
        display: block;
        position: absolute;
        right: 0;
        top: 3rem;
        }
    }
    .meta {
        margin: 1rem 0;
        @media (orientation: portrait) or (width < 992px) {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0;
            margin-top: 2rem;
        }
    }
    .meta a {
        color: var(--color_pos);
        margin-right: 1rem;
        &::before {
            content: '|';
            margin-right: 1rem;
        }
        &:first-of-type::before {
            display: none;
        }
        &:last-of-type {
            float:right;
            margin:0;
            @media (orientation: portrait) or (width < 992px) {
                float: none;
                margin: 0
            }
        }
        &:last-of-type::before {
            content:'\e905';
            font-family: 'icon';
            margin-right: .5rem;
            display: inline-block;
            vertical-align: text-top;
        }
        @media (orientation: portrait) or (width < 992px) {
            display: block;
            margin: 0 0 1rem;
            &::before {
                display: none !important;
            }
        }
    }
    p {
        font-size: var(--sizeSmall);
        color: var(--color_pos);
        opacity:.5;
    }
    @media (orientation: portrait) or (width < 992px) {
        text-align: center;
        .networks {
        display: block;
        }
    }
}

/* ==========================================================================
   ==========================================================================
   Socials
   ==========================================================================   
   ========================================================================== */

.networks {
    .icon {
        margin: 0 1rem 1rem 0;
        span {
            font-size: 0;
            line-height: 0;
        }
        &::before {
            content: 'x';
            color: var(--color_pos);
            font-family: 'icon';
            font-size: var(--sizeLarge);
            display: inline-block;
        }
        &:hover::before {
            color: var(--color_main);
        }
        @media (orientation: portrait) or (width < 992px) {
            display: inline-block;
            margin: 0 1rem 1.5rem 0;
            span { font-size: 0 !important;}
            &::before {
                color: var(--color_pos);
                font-size: var(--sizeLarge);
            }
        }
        &.linkedin::before {
            content:'\e902';
        }
        &.twitter::before {
            content:'\e903';
        }
        &.spotify::before {
            content:'\e904';
        }
        &.search::before {
            content:'\e93d';
            font-size: calc(var(--sizeLarge)*1.5);
        }
    }    
}

/* ==========================================================================
   ==========================================================================
   ADVERTISING
   ==========================================================================   
   ========================================================================== */
.ad {
    figure {
        position: relative;
        width: 100%;
    
        img {
            width: 100%;
            height: auto;
            transition: all .5s ease-out;
        }
    }
    
    a::before {
        content: "";
        font-size: var(--sizeTiny);
        letter-spacing: var(--spacing);
        text-transform: uppercase;
        color: var(--color_sub);
        color: #058976;
        position: absolute;
        right: 0;
        top: -0.6rem;
    }
}

/* ==========================================================================
   ADVERTISING: Top
   ========================================================================== */  
#mpb-type-top {
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 980px;
    background: var(--color_pos);
    transition: all .5s ease-out;
    
    @media (orientation: portrait) or (width < 992px) {
        /* padding: 4rem 0 0 0; */
        background: transparent;        
    }
}

.mpb-type-mid {
    text-align:center;
    a { max-width: 460px;
    display: inline-block; 
    position: relative; }
    a::before {
        content: 'Advertising';
        position: absolute;
        top: -.85rem;
        @media (orientation: portrait) or (width < 992px) {
        top: -1.2rem;            
        }
        right: 0;
        font-size: var(--sizeTiny);
        color: var(--color_sub);
        text-transform: Uppercase;
        line-height: 1;
        letter-spacing: var(--spacing);
        opacity:.6;        
    }
}

.mpb-type-rectangle {
    position: relative;
    border-radius: 5px;
    box-shadow: var(--shadow) var(--shadowColorSoft);
    @media (orientation: portrait),
           (orientation: landscape) and (width <= 926px) {
        /* width: 322px; FIX? */
    }
    /* height: 230px; */
    /* height: 260px; */

    figure {
        border-radius: 5px;
        background: rgba(0,0,0,.1);
        height:100%;
        width: 100%;
        position: relative;
        overflow:hidden;
        display:block;
    }
    img {      
        width: 100%;
        border-radius: 5px;
    }
    
    &::before {
        content: 'Advertising';
        position: absolute;
        top: -.85rem;
        right: .15rem;
        font-size: var(--sizeTiny);
        color: var(--color_sub);
        text-transform: Uppercase;
        line-height: 1;
        letter-spacing: var(--spacing);
        opacity:.6;
    }
    &.intern::before {
        content: '' !important;
    }
}

.grid .mpb-type-rectangle img {
    position: absolute;
    height: auto; /*  live with it... */ 
    width: 100%; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    @media (orientation: portrait) or (width < 992px) {
        position: static;
        transform: none;
        height:auto;
        width: 100%;        
    }
}

#suppliers .mpb-type-rectangle {
    background: var(--color_main);
}

#suppliers .mpb-type-rectangle img {
    /* height:100%; */
    height:auto;
    width: 100%;
    /* position: static; */
    /* transform: none; */
}

/* ==========================================================================
   ADVERTISING: Pop
   ========================================================================== */  
  
/* TEMP   */
#show_ad1 {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border-radius: .2rem;
    background: var(--color_special);
    color: #FFF;
    font-size: 9px;
    padding: .25rem .5rem;
    letter-spacing: .05rem;
    text-transform: Uppercase;
    opacity: .5;
    cursor: pointer;

    @media (orientation: portrait) or (width < 992px) {
        z-index: 10;
        /* display: none; */
    }
}
/* // TEMP */
  
 #mpb-type-pop {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,.8);
    z-index: 9999;
    
    figure {
        position: relative;
        width: 70%;
        left: 15%;
        height: 100vh;
            @media (orientation: portrait) and (width < 768px) {
                width: 90%;
                left: 5%;
            }
            @media (orientation: landscape) and (height < 768px) {
                width: 50%;
                left: 25%;
            }
    
        > div {
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            max-width: 600px;
        }
        a::before {
            right: auto;
            left: 0;
            color: var(--color_sub);
        }
        img {
            width: 100%;
            height: auto;
            border-radius: .2rem;           
        }
    }
    .close {
        width: 2rem;
        height: 2rem;
        border: 1px solid var(--color_sub);
        position: absolute;
        right: 0;
        top: -2.5rem;
        border-radius: 100%;
        cursor: pointer;
        span {            
            line-height:0;
            display: block;
            &::before, &::after {
                display: block;
                content:'';
                width: 80%;
                height: 1px;
                background: var(--color_sub);
                margin:50% 10%;
                transform: rotate(45deg);
                position: absolute;
            }
            &::after {
                transform: rotate(-45deg);
            }
        }
    }
}

body.pop {
    #show_ad1 {display: none;}
    #mpb-type-pop {
        opacity: 1;
        pointer-events: initial;
    } 
}
  
/* ==========================================================================
   ADVERTISING: Slide
   ========================================================================== */  
.mpb-type-slider {
    background: var(--color_light);
    padding: .5rem 0;
    
    &::before {
      content: "Advertising";
      font-size: var(--sizeTiny);
      color: var(--color_sub);
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: var(--spacing);
      padding: 0 0 .25rem 2rem;
      display:block;
      opacity: .6;
      @media (orientation: portrait) or (width < 992px) {
          padding-left: 1rem;
      }
    }
    &.bottom {
        padding-bottom: 3rem;
        @media (orientation: portrait) {
            padding-bottom: 1rem;   
        }
    }

    .marquee figure {
        animation: marquee 30s linear infinite!important;
    }
}

section + .mpb-type-slider.bottom + section {
    margin-top: -1.5rem;   
}

/* ==========================================================================
   Marquee
   ========================================================================== */
.marquee {
    position: relative;
    width: 100%;
    background-color: var(--color_pos);
    margin: 0;
    padding: 1rem 0;
    line-height: 0;
    
    > div {
        display: flex;
        overflow: hidden;
        grid-column-gap: 2rem;
    }

    &::before, &::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: .5rem;
        pointer-events: none;
        z-index: 1;
    }

    &::before {
      top: -.5rem;
      background: linear-gradient(to top, rgba(0, 0, 0, .05), transparent);
    }

    &::after {
      bottom: -.5rem;
      background: linear-gradient(to bottom, rgba(0, 0, 0, .05), transparent);
    }
    
    @media (orientation: portrait) or (width < 992px) {
         background: var(--color_pos);
         box-shadow: none;
    }

    figure {
        min-width: 100%;
        grid-column-gap: 3rem;
        flex: none;
        justify-content: space-around;
        display: flex;
        /* animation: marquee 300s linear infinite;*/ /*~100 items*/
        animation: marquee 120s linear infinite;/*~10-15 items*/
        @media (orientation: portrait) or (width < 992px) {
            grid-column-gap: 2rem;
            }
        
        div {
            -webkit-transform: translateZ(0);
            max-width: 12rem;
            @media (orientation: portrait) or (width < 992px) {
                max-width: 9rem;
            }
        }
    }
    
    figure + figure {
        margin-left: 1rem;
    }
    
    img {
        width: 100%;
        height: auto;
    }
}

.sharing, .tools {
    display: none;
    @media (orientation: portrait), (width < 1400px) {
        display:block;
    }
    margin: 2rem 0 0 0;
    position: relative;
    z-index: 3;
    a {
        position: relative;
        background: var(--color_pos);
        display: inline-block;
        border: 2px solid var(--color_main);
        border-radius: 100%;
        margin-left: .5rem;
        &:first-of-type {
            margin:0;
        }
        &::before {
            content: '\e90a';
            font-family: icon;
            font-size: calc(var(--sizeTiny)*.75);
            position: absolute;
            top:.25rem;
            right:.25rem;
            color:var(--color_main);
            z-index: 2;
            text-shadow: -1px -1px 0 rgba(255,255,255,.5), 1px -1px 0 rgba(255,255,255,.5), -1px 1px 0 rgba(255,255,255,.5), 1px 1px 0 rgba(255,255,255,.5);
            @media (orientation: portrait) or (width < 992px) {
                top:-.25rem;
                right:-.25rem;
            }
        }
        span {
            display: block;
            height:2rem;
            width:2rem;
            &::before {
                content: '\e904';
                font-family: icon;
                font-size: var(--sizeBase);
                position: absolute;
                top:50%;
                left:50%;
                line-height:0;
                transform: translate(-52%,-50%);
            }
        }
        &.recommend span::before {
            content: '\e909';
        }
        &.twitter span::before {
            content: '\e904';
        }
        &.linkedin span::before {
            content: '\e902';
        }
        &.audio span::before {
            content: '\e90b';
        }
    }
    
    &.bottom {
        padding: .5rem 0 .2rem;
        margin: 2rem 1rem 0 1rem;
        position: relative;
        display:none;
    }
}

.sharing a {
        &.audio.portrait {
            border: 0;
            width: 7rem;
            height: 7rem;
            margin-top: -4.5rem;
            span {
                border: 2px solid var(--color_main);
                border-radius: 100%;
                background:var(--color_pos);
                overflow: hidden;
                position: absolute;
                z-index: 2;
                bottom: 0;
                right: 0;
                &::before {
                    position: relative;
                    transform: none;
                    top: .2rem;
                    left: .25rem;
                }
            }
        }
        &.audio {         
            float: right;
            display: block;
            position: relative;
            cursor: pointer;
            z-index: 3;
            &::before {
                content: '';
            }
            figure {
                position: absolute;
                border: 2px solid var(--color_main);
                border-radius: 100%;
                overflow:hidden;
                width: 7rem;
                height: 7rem;
                right: 0;
                bottom: -2rem;
                background: var(--color_pos);
                top: auto;
                z-index: 1;
                &&::before, &&::after {
                    display:none;
                }
            }
            span::before {
                content: '\e90b';
            }
        }
}

/* ==========================================================================
   ==========================================================================
   Tools - Sticky
   ==========================================================================   
   ========================================================================== */
main .tools {
    display: block;
    @media (orientation: portrait), (width < 1400px) {
        display:none;
    }
    position: sticky;
    margin: 1.5rem -8rem 0 8rem;
    float: left;
    top:10rem;
    right:0;
    
    a { 
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 0 1rem 0 !important;
    }
    
    a.audio {
        background: none;
        width: 2.5rem;
        height: 2.5rem;
        margin-top:.2rem !important;
        border:0;
        cursor: pointer;
        &::before {
            display:none;
        }
        figure {
            border-radius: 100%;
            border: 2px solid var(--color_main);;
            overflow: hidden;
            width: 7rem;
            height: 7rem;
            margin: 0 -5rem 0;
            position: absolute;
            z-index: 0;
        }
        span {
            z-index: 1;
            position: relative;
            background: #fff;
            width: 2.6rem;
            height: 2.6rem;
            right: .2rem;
            border-radius: 100%;
            border: 2px solid var(--color_main);
        }
            
    }
}


/* ========================================================================== */


#index .marquee {
    margin: 0 0 5rem;
    box-shadow: var(--shadow) var(--shadowColorSoft);
    @media (orientation: portrait) or (width < 992px) {
        margin: 0;
        padding: 0 0 2rem;
        box-shadow: none;
        &::before, &::after {
            display: none;
        }
    }
}

#index .supplier-latest .row {
    @media (orientation: portrait) or (width < 992px) {
        margin: 0 1rem;
    }
}

#news .article-news + .mpb-type-slider,
#events .article-events + .mpb-type-slider,
#suppliers .article-suppliers + .mpb-type-slider,
#videos .article-videos + .mpb-type-slider {
    background: var(--color_pos);
    padding: 1.5rem 0 3rem;
    
    @media (orientation: portrait) or (width < 992px) {
        padding: 1.5rem 0;
        &::before {
            padding: 0 1rem .5rem 0;
            text-align: right;
        }
        .marquee {
            padding: 0;
            background: none;
            box-shadow: none;
            &::before, &::after {
                background: none;
            }
        }
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 1rem));
    }
}

/* ==========================================================================
   Language Strings
   ========================================================================== */
html[lang^=en] {
    .ad a::before, 
    .mpb-type-slider::before,
    .mpb-type-rectangle::before,
    .mpb-type-mid a::before {
        content: "Advertising";
    }
    ul.grid .item.news.advert::before {
        content: "Advertorial";
    }    
}

html[lang^=es] {
    .ad a::before,
    .mpb-type-slider::before,  
    .mpb-type-rectangle::before,
    .mpb-type-mid a::before,
    ul.grid .item.news.advert::before {
        content: "Publicidad";
    }
}

/* ==========================================================================
   ==========================================================================
   SECTIONS - Suppliers - Lastest
   ==========================================================================
   ========================================================================== */

.supplier-latest {
    /* @media (orientation: portrait) or (width < 992px) { */
    @media (orientation: portrait) or (width < 1200px) {
        background: var(--color_pos);      
        .col-12 {
            padding: 0;
        }
    }
}

/* ==========================================================================
   ==========================================================================
   MAIN CONTAINER
   ==========================================================================   
   ========================================================================== */
body {

    .container {
        background: var(--color_pos);
    }
    
    .container.main {
        margin-top: 9rem;
        padding-right: 0;
        padding-left: 0;
        box-shadow: var(--shadowLarge) var(--shadowColorMedium);
        background: var(--color_light);
        
        /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            box-shadow: none;
            background: var(--color_pos);
            margin-top: 0;
            @media (width >= 1400px) {
                margin-top: 9rem;
            }            
        }
    }
    
    &#index > .container:first-of-type {
        background: var(--color_light);
        @media (orientation: portrait) or (width < 992px) {
            background: none;
        }
    }
}

/* ==========================================================================
   ==========================================================================
   GRID: Setup, Items [MostRead, Choice, Events, Media]
   ==========================================================================
   ========================================================================== */  
ul.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0 var(--gutter_x);
    
    @media (width >= 700px) {
        grid-template-columns: repeat(3, 1fr);
    }
    /* @media (width >= 1440px) { */
    @media (width >= 1200px) {
        grid-template-columns: repeat(4, 1fr);
    }
    @media (width >= 1900px) {
        grid-template-columns: repeat(5, 1fr);
    }
    
    @media (orientation: portrait) or (width < 992px) {
        display: block;
        padding: 0 1rem;
    }
    
    @media (orientation: landscape) and (width < 992px),
           (orientation: portrait) and (width >= 768px) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        .item.load-more {
            /* grid-column: span 2; */
        }
        .item.news.advert::before {
            font-size: calc(var(--sizeBase)*.6) !important;
            top: -.85rem !important;
        }
        .item {
            margin: 0 !important;
        }
    }
    
    @media (width < 768px) and (orientation:landscape) { 
        grid-template-columns: repeat(1, 1fr);
    }     
    
/* ==========================================================================
   GRID: Latest -> News
   ========================================================================== */       
    .item.news, .item.supplier, .item.event, .item.video, .item.podcast, .item.media-latest {
        background: var(--color_pos);
        border-radius: 5px;
        box-shadow: var(--shadow) var(--shadowColorSoft);
        overflow:hidden;
        /* ?? */
        min-height: 260px;
        max-height: 260px;
        
        @media (width < 1400px) {
            min-height: 226px;
            max-height: 226px;
        }    
        
        @media (width <= 1366px) and (orientation:portrait) {
            min-height: 290px;
            max-height: none;
            overflow:auto;
        }           
        
        @media (width < 1200px) {
            min-height: 251px;
            max-height: 251px;            
        }   

        @media (width <= 1024px) and (orientation:portrait) {
            min-height: 290px;
            max-height: none;
            overflow:auto;
        }        

        @media (width < 992px) {
            min-height: 290px;
            max-height: none;
            overflow:auto;
        }  
       
        @media (width < 768px) {
            min-height: 425px;
            max-height: none;
        }
        
        @media (width < 500px) {        
            min-height: 260px;
            max-height: none;
            overflow:auto;        
        }
        
        &.month-start {
            overflow: initial;
            position: relative;
            margin-left: .5rem;
            
            > span:first-of-type {
                position: absolute;
                top: -2rem;
                font-weight: 600;
            }
            
            figure {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
            }
            
            @media (orientation: portrait) or (width < 992px) {
                margin-top: 5rem;
                span:first-of-type {
                    display: block;
                    top:-2.5rem;
                }
            }
        }
        
        &.month-start::before {
            content: '';
            width: 2px;
            height: calc(100% + 2rem);
            background: var(--color_sub);
            position: absolute;
            top: -2rem;
            left: -.8rem;
            z-index: 4;
            
            @media (orientation: portrait) or (width < 992px) {
                display: none;
            }
        }
                        
        
        &.noVisual {
              figure { 
              background: linear-gradient(90deg,rgba(79, 160, 108, 1) 0%, rgba(15, 112, 121, 1) 50%, rgba(0, 44, 60, 1) 100%);
              }
        }
        &.noVisual2 figure {
              background: var(--color_main);

        }
        
        @media (orientation: portrait) and (width < 768px) {
            max-height: none;
            margin: 2rem 0;
        }
        
        a {
            display: block;
            position: relative;
            height: 100%;
         
            figure {
                /* height: 60%; */
                background: var(--color_pos);
                overflow: hidden;
                position: relative;
                
                span {
                    position: absolute;
                    width: 100%;
                    text-align: center;
                    top: 50%;
                    transform: translateY(-50%);
                    font-weight: 700;
                    font-size: var(--sizeMedium);
                    padding: 0 2rem;
                    line-height: 1.2;
                    transition: all .25s ease-out;
                }
                
                @media (orientation: portrait) or (width < 992px) {
                    width: 100%;
                    height: auto;                    
                }
            }
            
            img {
                -webkit-transition: all .25s ease-out;
                transition: all .25s ease-out;
                width: 100%;
                height: auto;
                
                @media (orientation: portrait) or (width < 992px) {
                    position: static;
                    transform: none;
                }
            }

            span {
                display: block;
            }
            
            span.short {
              font-size: var(--sizeSmall);
              padding: 0 .5rem .5rem;
              color: var(--color_sub);
            }
            
            span.note {
                font-size: var(--sizeSmall);
                font-weight: 400;
                line-height: 1;
                margin: 0.2rem 0 .2rem;
                @media (width >= 1440px) {

                }
                @media (width >= 1920px) {
                    font-size: var(--sizeTiny);
                }
                
            }
            span.title {
                padding: .8rem .25rem 0 .5rem;
                @media (orientation: landscape) and (width >= 1200px) and (width < 1440px),
                       (orientation: portrait) {
                    padding: .5rem .25rem 0 .5rem;
                }
                font-size: var(--sizeMedium);
                color: var(--color_sub);
                line-height: 1.3;
                @media (width >= 1920px) {
                    font-size: var(--sizeSmall);
                }
            }
            
            .note + b {
              display: block;
              font-size: var(--sizeMedium);
              margin: 0 0 .5rem;
              font-weight: 700;
              
              @media (orientation: landscape) and (width < 1900px) {
                  font-size: var(--sizeBase);
              }
            }
            
            &:hover { 
                img {
                    transform: scale(1.2);
                    transform-origin: center;
                }
                figure span {
                    transform: translateY(-50%) scale(1.2);
                    transform-origin: center;
                }
            }
        }
        
        span.flag {
            position: absolute;
            top: .75rem;
            right:0;
            z-index: 2;
            width: auto;
            background: var(--color_main);
            line-height: 1;
            padding: .25rem .5rem;
            color: var(--color_pos);
            border-radius: 0 0 0 5px;
            text-transform: Uppercase;
            font-size: var(--sizeSmall);
            letter-spacing: var(--spacing);
            font-weight: 400;
            &::after {
                content:'\e900';
                font-family: 'icon';
                margin-left: .5rem;
                display: inline-block;
                font-weight: 300;
            }
        }
    }
    
    .item.news, .item.event, .item.video, .item.podcast {
        @media (orientation: landscape) and (width >= 992px) {
            /* height: 230px; */
            /* height: 260px; */
        }        
    }
    
    .item.news.events a { 
        height: auto; 
    }
    
    .item.news span.title {
        font-weight: 700;
        font-size: var(--sizeMedium) !important;
        padding-bottom: .6rem !important;
        @media (orientation: landscape) and (width < 1920px) {
            /* font-size: calc(var(--sizeBase)*1.3) !important; */
        }
        @media (orientation: landscape) and (width >= 1024px) and (width < 1200px),
               (orientation: landscape) and (width >= 1440px) and (width < 1900px) {
            /* font-size: calc(var(--sizeBase)*1.1) !important; */
        }   
        @media (orientation: landscape) and (width >= 1900px) and (width < 1920px){
            /* font-size: calc(var(--sizeBase)*1.15) !important; */
        }        
    }

    .item.news.advert { position: relative; overflow: inherit; }
    .item.news.advert figure { border-radius: 5px 5px 0 0; }
    .item.news.advert::before {
        content: 'Advertising';
        position: absolute;
        top: -.85rem;       
        right: .15rem;
        font-size: var(--sizeTiny);
        @media (orientation: portrait) or (width < 992px) {
            font-size: calc(var(--sizeBase)*.6) !important;
        }
        color: var(--color_sub);
        text-transform: Uppercase;
        line-height: 1;
        letter-spacing: var(--spacing);
        opacity:.6;    
    }


/* ==========================================================================
   GRID: Latest -> News - Most Read
   ========================================================================== */    
    .item.most-read {
        border: 2px solid var(--color_main);
        overflow: hidden;
        
        @media (width >= 700px) {
            grid-column: span 2;
        }
        .flag.mobile { display: none; }
        @media (orientation: portrait) or (width < 992px) {
            position: relative;
            .flag.mobile {
               display: inline-block;
            }
        }
        
        .owl-carousel {
            .slide {
                position: relative;
                overflow: hidden;
                
                @media (width <= 1280px) {
                    /* min-height: 230px; */
                    /* min-height: 260px; */
                }
                
                figure {
                    position: absolute;
                    width: 49%;
                    overflow: hidden;
                    
                    @media (orientation: portrait) or (width < 992px) {
                        height: 200px;
                        position: static;
                        width: 100%;
                    }
                    @media (orientation: portrait) and (width > 800px) {
                        height: 380px;
                    }
                    
                    img {
                        display: block;
                        width: auto;
                        height: 100%;
                        position: relative;
                        left: 50%;
                        transform: translateX(-50%);
                        transition: all .2s ease-out;
                        
                        @media (width <= 1400px) {
                            transform: none;
                            left:0;
                        }
                        
                        @media (orientation: portrait) or (width < 992px) {
                            width: 100%;
                            height: auto;
                        }
                        
                        
                    }
                    &.hover img {
                    transform: translateX(-50%) scale(1.2);
                    transform-origin: center;
                    }
                }

                a {
                    margin: 0 0 0 51%;
                    padding: 1rem .5rem;
                    font-size: var(--sizeMedium);
                    font-weight: 700;
                    
                    @media (width <= 1600px) {
                        font-size: var(--sizeLarge);
                    }
                    
                    @media (width <= 1400px) {
                        font-size: var(--sizeHuge);
                    }

                    @media (orientation: portrait) or (width < 992px) {
                        margin: 0;
                        padding: 0 .5rem .25rem;
                    }

                    .note {
                        color: var(--color_sub);
                        margin-bottom: .25rem;
                        
                        @media (width <= 1400px) {
                            font-size: var(--sizeSmall);
                        }
                    }
                    
                    .note b {
                        color: var(--color_special);
                        margin-right: .2rem;
                        text-transform: uppercase;
                        @media (orientation: portrait) or (width < 992px) {
                            display: none;
                        }
                        
                    }
                    
                    .note + b {
                        margin-top: 1rem;
                        @media (orientation: portrait) or (width < 992px) {
                            margin:0;
                        }
                        font-size: var(--sizeLarge);
                        line-height: 1.2;
                    }
                }
            }
            @media (orientation: portrait) or (width < 992px) {
                padding-bottom: 2rem;
            }
        }

        .owl-dots {
            position: absolute;
            bottom: 0;
            z-index: 1;
            height: 1.5rem;
            width: 24%;
            background: white;
            border-radius: 9px 9px 0 0;
            text-align: center;
            left: 12%;
            line-height: 0.8;
            
            @media (orientation: portrait) or (width < 992px) {
                left: 50%;
                width: auto;
                transform: translateX(-50%);
                padding: 0 .5rem;
                border-radius: 0 0 9px 9px;
            }

            button.owl-dot {
                width: 10px;
                height: 10px;
                background: var(--color_pos);
                margin: 0 .5rem;
                border-radius: 100%;
                border: 1px solid var(--color_main);
                
                &.active {
                    background: var(--color_main);
                }
                
            }

        }
    }
  
    .item.most-read-month {
        border: 2px solid var(--color_special);
        position: relative;
        overflow: hidden;
        
        @media (orientation: portrait) or (width < 992px) {
            padding: 0 1rem;
        }

        span.flag {
            background: var(--color_special);
        }

        ol {
            margin: .5rem 0;
            padding: 0;
        }
        li {
            border-top: 1px solid var(--color_divide);
            padding: .25rem 0 0 0;
            margin: .3rem .5rem 0 1.5rem;
            color: var(--color_main);
            font-weight: 600;
            &:first-of-type {
                border:0;
                margin:3rem .5rem 0 1.5rem;
            }
        }
        
        a {
            color: var(--color_neg);
            font-weight: 300;
            font-size: var(--sizeSmall);
            line-height: 1.2;
            
            :hover {
                text-decoration: underline;
            }
        }
    }
  
/* ==========================================================================
   GRID: Latest -> News - Choice
   ========================================================================== */    
    .item.choice {
        border: 2px solid var(--color_main);
        /* min-height: 260px; */
      
        @media (width >= 768px) {
            grid-column: span 2;
            
        }
      
        @media (width >= 992px) {
            grid-column: span 2;
            figure {
                position: absolute !important;
                width: 49%;
                height: 100% !important;
                overflow: hidden;
           }
           img { 
                height: 100% !important; 
                width: auto !important; 
                position: relative;
                @media (width >= 1440px) {
                    left: 50%;
                    transform: translateX(-50%) !important;
                }
           }
           span.title {
                margin: 0 0 0 51%;
                padding: 3rem .5rem 0 !important;
            }
            a { height: 100%; }  
            @media (width >= 1440px) {
                a:hover figure img { 
                    transform: translateX(-50%) scale(1.2) !important;
                }
            }
            
            @media (orientation: portrait) and (width <= 1180px) {
                height: 300px;
                margin-top: 3rem !important;
                figure { width: 460px !important;  }
                img { left: 0; transform: none !important; }
                span.title { margin-left: 470px;  padding-top: 5rem !important; }
                b { color: var(--color_main) !important; }
            }
        }                
        a span.title b {
            color: var(--color_main);
            font-size: var(--sizeLarge) !important;
              line-height: 1.2 !important;
        }        
        @media (orientation: portrait) or (width < 992px) {
            background: var(--color_pos);
            a span.title {
                color: var(--color_sub);
            }
        }
    }

/* ==========================================================================
   GRID: Latest -> News - Events
   ========================================================================== */  
    .item.events {
        position: relative;
        border: 2px solid var(--color_special);
        padding: 2.3rem 0 .25rem 0;
        div {
            overflow-Y: auto;
            height: 105%;
        }
        
        @media (orientation: portrait) or (width < 992px) {
            /* padding: .25rem 0; */
        }
        
        span.flag {
            background: var(--color_special);
            @media (orientation: portrait) or (width < 992px) {
                top:0;
            }
        }
        
        a { 
            color: var(--color_neg);
            font-size: var(--sizeSmall);
            line-height: 1.2;
            padding: .5rem 0;
            border-bottom: 1px solid var(--color_sub);
            margin: 0 .5rem;
            
            @media (orientation: portrait) or (width < 992px) {
                font-size: var(--sizeBase);
            }
            
            span.note { 
                font-weight: 700;
                color: var(--color_main);
                font-size: var(--sizeSmall);
                margin:0 0 .1rem 0;
                
                @media (orientation: portrait) or (width < 992px) {
                    font-size: var(--sizeBase);
                    margin:0 0 .25rem 0;
                }
            }
            
            .note + b {
                font-size: var(--sizeBase);
                font-weight: 400;
                margin: 0;
            }
        }
        :last-of-type {
            border:0;
        }
                      
    }

    .item.logo img {
        /* position:absolute; */
        /* top: 50%; */
        /* transform: scale(0.75) translateY(-50%); */
        /* transform-origin: top; */
    }
    .item.logo a:hover img {  
        /* transform: scale(.85) translateY(-50%); */
        /* transform-origin: top; */
    }

    .item.bannerFree img {
        /* position: absolute; */
        /* top: 50%; */
        /* transform:  scale(.85) translateY(-55%); */
    }
    .item.bannerFree a:hover img {
        /* transform:  scale(.95) translateY(-52.5%); */
    }
    
    .item.bannerFull img {
        /* position: absolute; */
        /* top: 50%; */
        /* transform:  scale(1) translateY(-50%); */
    }
    .item.bannerFull a:hover img {
        /* transform:  scale(1.05) translateY(-52.5%); */
    }
       
       
/* ==========================================================================
   NEW Sections - News - Podcasts/videos
   ========================================================================== */

    .item.media-latest {
        background: linear-gradient(to right, #002c3c 20%, #0f717a 100%);
        padding: 1rem;
        a { height: auto; }
        span.header { color: var(--color_pos); text-transform: uppercase; font-size: var(--sizeMedium); margin: 0 0 1rem 0; display: block; }
        a span { color: var(--color_main); padding: 0; text-transform: uppercase; font-size: var(--sizeSmall); letter-spacing: 0.025rem; }        
        a span + span { color: var(--color_pos); padding: .25rem 0 1rem 0; text-transform: none; font-size: var(--sizeBase); letter-spacing: 0;  }
        /* min-height: 260px; */
    } 

    @media (orientation: portrait) and (width >= 768px) and (width < 1900px),
           (orientation: landscape) and (width >= 768px) and (width < 1900px) {
        .item.media-latest + .item.media-latest {
            background: linear-gradient(to left, #002c3c 20%, #0f717a 100%);
        }
        .item.media-latest + .item.media-latest a span:first-of-type { color:#1d8b95 }
    }
       
/* ==========================================================================
   XXX DELETE? XXX GRID: Latest -> Media
   ========================================================================== */             
    .item.media {
        background: none;
        box-shadow: none;
        
        
        /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            margin: 1rem 0 0 0;
            &:first-of-type {
                margin: 0;
                }
            }
        
        a {
            color: var(--color_pos);
            padding-right: 2.5rem;
            
            span.category {
                text-transform: uppercase;
                font-weight: 700;
                display: block;
                font-size: var(--sizeTiny);
                letter-spacing: var(--spacing);
                margin: .25rem 0 .25rem 0;
            }
            
            span.title {
                font-weight: 300;
                padding: 0;
                color: var(--color_pos);
                font-size: var(--sizeMedium);
            }
        }
        
        &.header {
            span {
                font-size: var(--sizeLarge);
                color: var(--color_pos);
                display: block;
                text-transform: Uppercase;
                font-weight: 300;
                
                @media (orientation: portrait) or (width < 992px) {
                    display: inline;
                }
            }
        }
   }

    .item.load-more,
    #mobile-load-more {
        border: 2px solid var(--color_main);
        background: var(--color_pos);
        color: var(--color_main);
        border-radius: 5px;
        box-shadow: var(--shadow) var(--shadowColorSoft);
        position: relative;
        cursor: pointer;
        transition: all .2s ease-out;
        
        button {
            display: block;
            position: absolute;
            line-height: 1;
            width: 100%;
            height: 100%;
            text-align: center;
            text-transform: uppercase;
            font-size: var(--sizeMedium);
            font-weight: 600;
            background: none;
            border: 0;
            cursor: pointer;            
            span {
                color: var(--color_main);
                transition: all .2s ease-out;
            }
            span::after {
                content: '\e907';
                font-family: 'icon';
                margin:0 0 0 1rem;
                font-weight: 300;
            }
        }
        &:hover {
            span {
                font-size: var(--sizeLarge);
            }
        }
    }

/* [ul.grid] ================================================================ */    
}


.suppliers-list ul.grid {
    @media (width >= 700px) {
        /* grid-template-columns: repeat(3, 1fr); */
    }
    @media (width >= 1440px) {
        /* grid-template-columns: repeat(4, 1fr); */
        
    }
    @media (width >= 1900px) {
        /* grid-template-columns: repeat(4, 1fr); */
    }
    @media (orientation: portrait) and (width < 768px) {
        display: block;
        padding: 0 1rem;
    }    
}


.suppliers-list.regular ul.grid .item.supplier {
    min-height: 100px;
}

.item.load-more {
        min-height: 260px;
        
        @media (width < 1400px) {
            min-height: 226px;
        }    
        
        @media (width < 1200px) {
            min-height: 251px;
        }       

        @media (width < 992px) {
            min-height: 4rem;
            grid-column: span 2;
        }  
       
        @media (width < 768px) {
            min-height: 4rem;
            grid-column: span 1;
        } 
}

.suppliers-list.regular .item.load-more {
         min-height: 6rem;
}


#index section.news-latest:first-of-type .item.news:nth-of-type(1), #index section.news-latest:first-of-type .item.news:nth-of-type(2), #index section.news-latest:first-of-type .item.news:nth-of-type(3), #index section.news-latest:first-of-type .item.news:nth-of-type(4) {
    /* max-height: 240px; */
    
    @media (width >= 1440px) {
        /* max-height: 260px; */
    }
    
    @media (width >= 1900px) {
        /* max-height: 240px;        */
    }    
    
    @media (orientation: portrait) or (width < 992px) {
        /* max-height: none; */
    }
}

/* ==========================================================================
   ==========================================================================
   SECTIONS - News - Latest
   ==========================================================================
   ========================================================================== */
section {
    h3 {
        display: none;
    }
/* ==========================================================================
   Sections - News - Latest
   ========================================================================== */    
    &.news-latest {       
        background: var(--color_light);
        padding: 2rem 0;
        
        @media (orientation: portrait) or (width < 992px) {
            background: none;
        }
    }
    
    &.news-latest:first-of-type {
        padding-top:0;
    }
/* ==========================================================================
   XXX DELETE? XXX Sections - News - Podcasts/videos
   ========================================================================== */

    &.media-latest {
        background: linear-gradient(to right, #002c3c 20%, #0f717a 100%);
        margin: .5rem 0;
        padding: 1rem 0 1.1rem 0;
    }

    &.media-latest ul.grid {
        @media (width >= 700px) {
            grid-template-columns: repeat(2, 1fr);
            .header {
                grid-column: span 2;
                span {
                    display: inline !important;
                    padding-right: .5rem;
                }
            }
        }
        @media (width >= 1440px) {
            grid-template-columns: repeat(5, 1fr);
            .header {
                grid-column: unset;
                span {
                    display: block !important;
                }
            }        
            
        }
        @media (width >= 1900px) {
            grid-template-columns: repeat(5, 1fr);
            .header {
                grid-column: unset;
                span {
                    display: block !important;
                }
            }        
        }
    }

/* ==========================================================================
   Sections - News - List
   ========================================================================== */    
    &.news-list {       
        background: var(--color_light);
        padding: 2rem 0;
        
                /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            padding: 0 0 2rem 0;
            background: none;
        }
    }
    
    &.news-list:first-of-type {
        padding-top:0;
    }
    
/* ==========================================================================
   Sections - Suppliers - List
   ========================================================================== */ 
    &.suppliers-list {       
        background: var(--color_light);
        padding: 2rem 0;
        
        strong {
            font-size: var(--sizeMedium);
            margin-bottom: .3rem;
            display: block;
        }
        
                /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            padding: 0 0 2rem 0;
            background: none;
        }
        
        .item.supplier a figure {
            height: 11rem;
        }
        
        ul.grid .item.logo a img {
            max-height: 11rem;
            width: auto;
            top: 50%;
            left: 50%;
            transform: scale(0.75) translate(-50%, -50%);
            transform-origin: top left;
            position:absolute;
            @media (orientation: portrait) or (width < 992px) {
                /* transform: none; */
                padding: .5rem 2rem;
                width: 100%;
                height: auto;
                max-height: 100vh;
            }
        }
        
        ul.grid .item.logo a:hover img {  
            transform: scale(.85) translate(-50%, -50%);
            transform-origin: top left;
        }
        
        ul.grid .item.supplier span.title {
            padding: .5rem .25rem .75rem .5rem;
            font-size: var(--sizeBase);
            span + span::after {
            content: '\2026\2002';
            }
            strong + span::after {
            content: '\2026\2002';
            }
        }
        
        ul.grid .item.supplier a:hover span.title span + span,
        ul.grid .item.supplier a:hover span.title strong + span {
            text-decoration: underline !important;
        }
        
        @media (orientation: landscape) and (width >= 1440px) {
            .item.load-more {
                grid-column: inherit;
            }            
        }        
        
        @media (orientation: portrait) and (width >= 768px),
               (orientation: landscape) and (width >= 768px) and (width < 1440px){
            .item.load-more {
                /* grid-column: span 3; */
            }            
        }        
        
        @media (orientation: landscape) and (width < 768px) {
            .item.load-more {
                /* grid-column: span 2; */
            }            
        }

        .mpb-type-rectangle img {
            position: static !important;
            transform: none !important;
        }
    }
    
/* ==========================================================================
   Sections - Videos - List
   ========================================================================== */ 
    &.videos-list {       
        background: var(--color_light);
        padding: 2rem 0;
        
        @media (orientation: portrait) or (width < 992px) {
            padding: 0 0 2rem 0;
            background: none;
        }
        ul.grid .item span.title {
            padding: .5rem .25rem .75rem .5rem;
            font-size: var(--sizeBase);
            span + span::after {
            content: '\2026\2002';
            }
        }
        ul.grid .item a:hover span.title span + span {
            text-decoration: underline !important;
        }
        .item.video figure::before {
            display: block;
            position: absolute;
            z-index: 2;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '\e907';
            font-family: icon;
            padding: 2.5rem .75rem 2.5rem 1.5rem;
            background: rgba(255,255,255,0.6);
            border-radius: 100%;
            color: var(--color_pos);
            line-height: 0;
            font-size: calc(var(--sizeHuge)*1.5);
        }

    }
    
/* ==========================================================================
   Sections - Events - List
   ========================================================================== */ 
    &.events-list {       
        background: var(--color_light);
        padding: 2rem 0;
      
        @media (orientation: portrait) and (width < 768px) {
            background: none;
            margin-top: -3rem;
        }       
        
        @media (orientation: portrait) and (width >= 768px),
               (orientation: landscape) and (width < 992px) {
            background: none;
            margin-top: 3rem;
        }        
        
        ul.grid {
            gap: 4rem 1rem;
        }
        
        ul.grid .item.event span.location, ul.grid .item.event span.date {
            display: block;
            color: var(--color_sub);
            padding: 0 .25rem 0 0;
            font-size: var(--sizeSmall);
            span {
                display: inline;
            }
            @media (orientation: portrait) or (width < 992px) {
                line-height: 1.8;
            }
        }
        ul.grid .item.event span.location::before, ul.grid .item.event span.date::before {
            font-family: icon;
            color: var(--color_main);
            content: '\e90f';
            margin-right: .5rem;
        }
        ul.grid .item.event span.date::before {
            content: '\e90e';
        }
        ul.grid .item.event span.date {
            margin-bottom: .5rem;
        }
        a:hover span.location span, a:hover span.date span {
            text-decoration: underline;
        }
        
    }
    
}

/* ==========================================================================
   Sections - Events - Article
   ========================================================================== */ 

.intro.event-data {
    margin: 0 0 1rem 0;
   
    p {
        margin: 0;
        font-weight: 400;
        &.web a {
            color: var(--color_neg);
            font-weight: 400;
        }
        &.web a:hover {
            text-decoration: underline;
        }
        &::before {
            content: '';
            margin: 0 .5rem 0 0;
            color: var(--color_main);
            font-family: 'icon';
            padding-right: .25rem;
            vertical-align: baseline;
        }
        &.date::before {
            content: '\e90e';
        }
        &.location::before {
            content: '\e90f';
        }
        &.web::before {
            content: '\2bab';
        }
    }
}

section.article-events .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
    
    address {
        font-style: normal;
        line-height: 1.7;
        font-size: var(--sizeMedium);
        margin: 0 0 1rem;
    }
    
    .responsive-map {
      width: 100%;
    }
        
    iframe {
        border: 0;
        width: 100%;
    }
    
    @media (width >= 700px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (orientation: portrait) or (width < 992px) {
        display: block;
        padding: 0;
        .responsive-map {
         margin: 2rem 0 0;
        }
    }
}


/* ==========================================================================
   Sections - Suppliers - Article
   ========================================================================== */ 

/* ==========================================================================
   ==========================================================================
   SECTIONS - News - List
   ==========================================================================
   ========================================================================== */

#news main, #events main, #suppliers main, #videos main, #newsletter main {
    margin: 2.75rem 0 0;
    @media (width < 768px) {
        margin: 4.75rem 0 0;
    }
    
    section.article-news,
    section.article-events,
    section.article-suppliers,
    section.article-videos {
        margin-top: 4.25rem;
        background: linear-gradient(to bottom, var(--color_light) 0%,var(--color_pos) 11%);
        
        /* @media (orientation: portrait) or (width < 992px) { */
        @media (orientation: portrait) or (width < 1200px) {
            margin-top: 0;
            background: var(--color_pos);
            > .row:first-of-type {
                margin: 0 1rem;
            }
            .col-12 {
                padding: 0;
            }
        }
    }
}

/* ==========================================================================
   ==========================================================================
   SECTIONS - News - Article
   ==========================================================================
   ========================================================================== */

aside {
  
  h4 {
        font-size: var(--sizeMedium);
        color: var(--color_special);
        text-transform: uppercase;
    }
    
    .categories {
        border: 0 solid var(--color_divide);
        margin: 2rem 0 0 0;
        padding: 1rem 0 1.1rem 0;
        border-width: 1px 0;
        h4 { color: var(--color_main);}
        ul { padding: 0;}
        li { 
        margin: 0 0 .5rem 1rem;
        font-size: var(--sizeSmall);
        line-height: 1.2;
        &::marker { color: var(--color_main);}
        }
    }

    .related, .recent, .upcoming {
        margin: 2rem 0 0;
        a {
        color: var(--color_neg);
        border-bottom: 1px solid var(--color_divide);
        margin: 1rem 0;
        padding: 0 0 1rem;
        display: block;
        &:hover {
            text-decoration: underline;
            }
        span.note {
            font-size: var(--sizeTiny);
            color: var(--color_sub);
            display: block;
            }
        }
    }
    .upcoming a:hover {
        text-decoration: none;
    }
    .upcoming a:hover span + span{
            text-decoration: underline;
    }
    
    .brand img {
        mix-blend-mode: multiply;
        width: 100%;
        margin: 1.5rem 0 2rem;
        
        @media (orientation: portrait) or (width < 992px) {
            width: auto;
            max-width: 200px;
        }
        @media (orientation: landscape) and (width < 1900px) {
            width: auto;
            max-width: 200px;
        }        
    }
    
    .recent {
        margin: 2.5rem 0 0;
    }
    address {
        font-style:normal;
        a {
            display: block;
            &:hover span {
            text-decoration: underline;
            }
            &::before {
                content: '\e924';
                font-family: 'icon';
                padding-right: .25rem;
                font-size: calc(var(--sizeBase)*1.2);
                vertical-align: sub;
            }
            &.fax::before {
                content: '\e921';
            }
            &[href*=http]::before {
                content: '\e90a';
                font-size: calc(var(--sizeBase)*.7);
                vertical-align: baseline;
                padding-right: .7rem;
            }
        }
        .socials {
            margin: -.5rem 0 1rem 0;
            a { 
            display: inline-block;
            margin: 0 .5rem 0 0;
            }
            span { font-size:0;}
            .linkedin::before { content: '\e902';}
            .facebook::before { content: '\e906';}
            .youtube::before { content: '\ea9d';font-size: calc(var(--sizeBase)*1.5);vertical-align: middle;}
            .twitter::before { content: '\e904';}            
        }
        h4 {
            font-size: var(--sizeBase);
            color: var(--color_neg);
            text-transform: none;
            margin: 0;
            line-height: 1;
            padding: 0;
        }
        p {
            line-height: 0.5;
        }
    }
    address + address {
        margin-top: 2rem;
    }
    
    .mpb-type-rectangle {
        margin: 3rem 0 0;
        /* max-width: 322px; */
        box-shadow: none
    }
    .mpb-type-rectangle figure {
        background: none;
    }

    @media (min-width: 1194px) {
        @media (max-width: 1399px) {
            .col {
                display: grid;
                grid-template-columns: 2fr 1fr;
                gap: 2rem;
                div {
                    /* min-height: 230px; */
                    /* min-height: 260px; */
                }
                figure {
                    /* max-height: 230px; */
                    /* max-height: 260px; */
                    float: none;
                    text-align: right;
                    background: none;
                }
                .mpb-type-rectangle {
                    box-shadow: none;
                    img {
                    position: static;
                    transform: none;
                    }
                }
            }
        }
    }
    
    @media (min-width: 1400px){
        max-width: 308px;
        float: right;
        
        .col {
            display: block;
        }
    }
}

article {
    padding: 0 1rem;
    p {
        line-height: 1.7;
        font-size: var(--sizeMedium);
    }
    p.intro {
        font-weight: 700;
        font-size: calc(var(--sizeMedium)*1.05);
    }
    .note {
            color: var(--color_sub);
            p {
            margin: 0;
            font-size: var(--sizeSmall);
            }
        }
    h1 {
        line-height: 1.2;
        color: var(--color_neg);
        font-size: calc(var(--sizeLarge)*1.4);
        
    }
    h2,h3 {
        font-size: var(--sizeMedium);
        color: var(--color_neg);
        line-height: 1.7;
        display: block;
    }

    h4 {
        margin-top: 2rem;
    }
    
    p a {
        font-weight: 700;
        &:hover {
            text-decoration: underline;
        }
    }
    
    figure {
        margin: 2rem 0;
        img {
            width: 100%;
            height: auto;
        }
        div {
            line-height: 0;
            overflow: hidden;
            .owl-item {
                height: 100%;
            }
        }
        figcaption {
            line-height: 1;
            padding: .5rem;
            font-size: var(--sizeSmall);
            background: var(--color_light);
            color: var(--color_sub);
        }
        
        &.guest {
            margin-top:2rem;
            img {
                float:left;
                width:30%;
                margin: .4rem 0 0;
                @media (orientation: portrait) or (width < 992px) {
                    float:none;
                    width: 100%;
                    margin: 0 0 1rem 0;
                }
            }
            figcaption {
                float: right;
                width: calc(70% - 2rem);
                background: var(--color_pos);
                padding:0;
                @media (orientation: portrait) or (width < 992px) {
                    float:none;
                    width: 100%;
                    font-size: var(--sizeBase);
                    color: var(--color_neg);  

                    strong {
                        font-size: calc(var(--sizeBase)*1.1) !important;
                    }
                }               
            }
            p {
                font-size: var(--sizeSmall);
                margin: 0 0 .5rem;
            }
        }
        
        .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        z-index: 2;
        button {
            position: relative;
                height: 4rem;
                width: 2rem;
                background: rgba(0,0,0,.5) !important;
                border-radius: 0 9px 9px 0;
                
            span {
                display: block;
                position: absolute;
                top:50%;
                transform: translateY(-50%);
                color: var(--color_pos);
                font-size: 0;
                line-height: 1;
                width: 100%;
                
                &::before {
                    content: '\e907';
                    font-family: 'icon';
                    font-size: var(--sizeMedium);
                    display: block;
                    transform: scale(-1);
                    }
                }
            &.owl-next {
                float: right;
                border-radius: 9px 0 0 9px;
                span::before {
                    transform: none;
                }
            }
            }
            @media (orientation: portrait) or (width < 992px) {
                opacity: 0;
            }
        }
        .owl-dots {
            position: absolute;
            bottom: .5rem;
            left: 50%;
            width: 100%;
            button.owl-dot {
                width: .5rem;
                height: .5rem;
                background: var(--color_pos);
                border: 1px solid var(--color_sub);
                border-radius: 100%;
                margin: 0 .25rem;
                &.active {
                    background: var(--color_sub);
                }
            }
        }
            
    }
    
    .row.m-0 {
        padding: .5rem 0 0 0;
    }
    
    .row.m-0 figure {
        margin: 1rem 0 0 0;
    }

    .row.m-0 p {
        margin: .5rem 0 1rem 0;
    }
    
    ol, ul {
        padding-inline-start: 1rem;
    }
    li {
        margin: 0 0 .75rem 0;
        line-height: 1.7;
        font-size: var(--sizeMedium);
    }
  
    @media (orientation: portrait) or (width < 992px) {
        padding: 0;
    }
}

.form_contact, .form_register {
    padding: 0 1rem;
    width: 100%;
    position: relative;
    
    @media (orientation: portrait) or (width < 992px) {
        padding: 0;
    }
    
    h4 {
        margin: 2rem 0 1rem 0;
    }
    
    [type="checkbox"],[type="radio"] {
        opacity: 0;
        position: absolute;
        left: -100vw;
    }
    legend {
        padding: 0 .25rem 0 0;
        font-size: var(--sizeSmall);
    }
    label {
        cursor: pointer;
        padding: 0 .5rem 0 0;
        &::before {
        font-family: icon;
        content: '\e90c';
        color: var(--color_main);
        font-size: var(--sizeMedium);
        font-weight: 300;
        vertical-align: sub;
        padding: 0 .5rem 0 0;
        }
    }
    
    input:checked + label::before {
        content: '\e90d';
    } 
    
    fieldset {
        width: 100%;
        padding:0;
        margin: 0 0 1rem;
        border: 2px solid var(--color_main);
        border-radius: 0 9px 9px 9px;
        box-shadow: var(--shadow) var(--shadowColorSoft);
        overflow:hidden;
        position: relative;
        &.error {
            border: 2px solid var(--color_special) !important;
            border-width: 2px 2px 2px 6px !important;
        }
        &.radio {
            padding: 0 0 .25rem .5rem;
            border-color: var(--shadowColorSoft);
        }
        &.checkbox {
            border:0;
            box-shadow: none;
            overflow: initial;
        }
        &.select::after {
            content: "\e908";
            font-family: 'icon';
            pointer-events: none;
            position: absolute;
            right: .5rem;
            top: 50%;
            transform: translateY(-50%);
            color: var(--color_divide);
        }
        select {           
            width: 100%;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            -khtml-appearance: none;
            border: 0;
            background: transparent;
            padding: .6rem 3rem .5rem .5rem;
            cursor: pointer;
            color: var(--color_sub);
            option {
                color: var(--color_neg);
            }
            option[data-default] {
                color: var(--color_sub);
            }
        }
    }
    
    .finalize fieldset {
        margin: 2.5rem 0 1rem;
        padding: .5rem 1rem;
    }
    
    input, textarea {
        border:0;
        background: var(--color_pos);
        width: 100%;
        padding:.5rem;
        
        &::placeholder {
            color: var(--color_sub);
            font-size: var(--sizeBase);
            opacity: 1;
            transition: all .2s ease-out;
            }
        &:focus::placeholder {
            color: var(--color_sub);
            font-size: var(--sizeBase);
            opacity: .3;
            }
        &:focus {
            outline: none;
        }
           
    }
    textarea {
        min-height: 6rem;
    }
    
    input#content_contact_birthday {
        position: fixed;
        left: -100%;
        top: -100%;
    }
    
    .buttons {
        position: absolute;
        pointer-events: none;
        right: 3rem;
        margin: -2rem 0 0;
        
        @media (orientation: portrait) or (width < 992px) {
            right: 1rem;
        }
        
        button {
            float: right;
            pointer-events: initial;
            background: var(--color_main);
            border: 2px solid var(--color_main);
            border-radius: 0 9px 9px 9px;
            padding: .25rem 1rem;
            color: var(--color_pos);
            cursor: pointer;
            transition: all .2s ease-out;
            &:hover {
               background: var(--color_pos);
               color: var(--color_main);
            }
        }
    }
}

@media (orientation:landscape){
    @media (width >= 1900px){
        /* max-width: 600px;*/
    }
    .form_contact div {
        display: flex;
        overflow: hidden;
        grid-column-gap: 1rem;
    }
    .form_register div.row {
        margin: 0;
        --bs-gutter-x: 0;
        div + div { padding-left: 1rem }
    }
}

.form_register {
    padding: 0 0 2rem 0;
    div {overflow: initial;}
    
    .block-login {
    margin: 3rem 0;
    }
}

/* ==========================================================================
   Multi-usage
   ========================================================================== */

.most-read .owl-carousel,
.most-read .owl-stage-outer,
.most-read .owl-stage,
.most-read .owl-item,
.most-read .slide,
.most-read figure {
    height: 100%;
}

.language a.on,
.language a:hover,
header #language a.on,
header #language a:hover,
header #main a:hover,
.grid .item.news.events a:hover b,
.grid .item.news.most-read a:hover span + b,
.grid .item.news a:hover .note + b,
section.media-latest a:hover .title,
footer a:hover span {
  text-decoration: underline;
}

header #language a.off:hover span {
    opacity: .8;
}

article figure {
    position: relative;
    &.align-intext {
        float: left;
        margin: .5rem 2rem 1rem 0;
    }
    
    .responsive-video {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #000000;
            border: 1px solid #CCC;
        }
    }
}

article figure::before,
article figure::after {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top:0;
    left:-2px;
    background:var(--color_pos);
    z-index: 2;
}
article figure::after {
    left: auto;
    right:-2px;
}

#videos article figure::before {
    display:none;
}


#construction {
    position: fixed;
    top:0;
    left:0;
    background: rgba(0,111,120,.5);
    width: 100%;
    height: 100vh;
    z-index: 999;
    pointer-events: none;
    
    &.mobile {
        display: none;
        @media (orientation:portrait){
            display: block;
        }
    }
  
    span {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-10deg);
        font-size: 6vw;
        color: var(--color_pos);
        line-height: 1;
        font-weight: 700;
        background: var(--color_special);
        padding: .5rem 2rem;
        white-space: nowrap;
    }
}

#mobile-load-more { 
    display: none;
    /* margin: 2.5em 0 0 0; */
    }

        /* @media (orientation: portrait) or (width < 992px) { */
@media (orientation: portrait) or (width < 1200px) {
    
    #index section.news-latest ul.grid > *:nth-child(n+6) {
        display: none;
     }
     
    #mobile-load-more,
    #index section.news-latest ul.grid > .media-latest { display: block !important; }

    section.media-latest + section.news-list,
    section.mpb-type-slider + section.news-list,
    section.media-latest + section.news-latest {
        display: none;
    }
    
    section.mpb-type-slider {
        margin: 2rem 0;
    }
    
    .mpb-type-slider {
        background: var(--color_pos);
    }    
    
    #videos section.mpb-type-slider,
    #events section.mpb-type-slider,
    #suppliers section.mpb-type-slider {
        margin: 0 0 2rem 0;
    }
    
    
    .header.mobile,    
    #mpb-type-top {
        
        max-width: calc(100% - 1.8rem);
        
        @media (width >= 567px) {
            max-width: 540px;
        }
        @media (width >= 768px) {
            max-width: 720px;
        }
        @media (width >= 992px) {
            max-width: 540px;
        }
        @media (width >= 1200px) {
            max-width: 1140px;
        }
        @media (width >= 1400px) {
            max-width: 1320px;
        }
    }
    
    #mobile-nav {
        max-width: calc(100% - 2rem);
    }
    
    * {
        font-size: var(--sizeBase) !important;
        
        article p,
        article li,
        article address,
        aside p,
        aside li,
        aside a,
        aside a span,
        aside address {
            font-size: calc(var(--sizeBase)*1.1) !important;
        }
        
        span.note,
        span.category {
            font-size: calc(var(--sizeBase)*.9) !important;
            font-weight: 400 !important;
            color: var(--color_sub) !important;
            text-transform: none !important;
            line-height: 1.5 !important;
        }       
               
        #breadcrumb a::after,
        .mpb-type-rectangle::before,
        .mpb-type-slider::before,
        .ad a::before {
            font-size: calc(var(--sizeBase)*.6) !important;
        }
        
        footer .networks + p,
        article h1 + .note p,
        article .event-data + .note p,
        figcaption,
        #breadcrumb,
        #breadcrumb a {
             font-size: calc(var(--sizeBase)*1) !important;
        }            
        
        /* #events .title .note, */
        .item li,
        #main a,
        article h1,
        .item b,
        .item.media span.title {
            font-size: calc(var(--sizeBase)*1.3) !important;
            line-height: 1.3 !important;
            font-weight: 600 !important;
            color: var(--color_sub) !important;
        }
        
        #videos .item b {
            margin: 0;
        }
        
        article h1 {
            margin-top: 2rem;
            color: var(--color_main) !important;
            font-size: calc(var(--sizeBase)*1.4) !important;
        }
             
        #main a {
            color: var(--color_main) !important;
        }
             
        #main a:last-of-type,
        .ad a::before,
        .media-latest,
        .item.media span,
        .item.media span.title {
            color: #fff !important;
        }
        
        #main a.active {
            color: #000 !important;
        }
        
        .month-start > span:first-of-type,
        .personalize-filter h3::before,
        h4 {
            text-transform: uppercase;
            font-size: calc(var(--sizeBase)*1.3) !important;
            vertical-align: middle;
        }
        
        .socials span {
            font-size: 0 !important;
        }
    }
}