@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/assets/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/assets/fonts/MaterialIcons-Regular.woff) format('woff'), url(/assets/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.sidenav {
    background-color: #222222
}

.pwa_hidden{display:none!important}

#header-logo-container {
    position: relative;
    width: 100vw;
    height: 120px;
    left: 0;
    max-height: 120px;
    right: 0;
    top: 0;
}

#header-logo-link {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 40vw;
    height: 120px;
    max-height: 120px;
    left: 0;
    right: 0;
    top: 0;
}

.header-logo {
    background-repeat: repeat-x;
    width: auto;
    height: 120px;
    max-height: 120px;
    overflow: hidden;
    background-position: center center;
    display: block;
    background-size: cover;
    z-index: 999;
    position: absolute;
    max-width: 1024px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0006;
    z-index: -1;
}

#header-logo-en {
    background-image: url(/assets/images/header-en.png);
}

#header-logo-el {
    background-image: url(/assets/images/header-el.png);
}

/* 2x Retina Display */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {

    #header-logo-en {
        background-image: url(/assets/images/header-en-2x.png);
    }

    #header-logo-el {
        background-image: url(/assets/images/header-el-2x.png);
    }
}


.b_title {
    text-decoration: underline;
    font-weight: bold;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.sidenav li>a {
    color: #ffffff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    border-bottom: 2px solid #545454;
    line-height: 48px;
    padding: 0 32px;
    background-color: #222222;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.sidenav li>a>i {
    color: #ffffff;
    position: absolute;
    right: 0;
    font-size: 20px;
}

html,
body {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
}

body {
    background-color: #EEEEEE !important;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

nav .sidenav-trigger {
    height: 35px;
    left: 18px;
    margin: 0px;
    top: 8px;
    color: #060031;
}

nav .sidenav-trigger i {
    height: 35px;
    line-height: 35px
}

figure {
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 0;
}


/* HALLS*/

svg {
    width: 100%;
}

#halls-container {
    color: black;
    text-align: center;
    width: 100%;
    z-index: 10;
}

#halls-container>.row {
    background-color: white;
    margin: 0 !important;
}

.hallbtn,
.col.hallbtn {
    height: 70px;
    max-height: 70px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 2px solid #dcdcdc;
    align-items: center;
}

.hallbtn:hover {
    cursor: pointer;
}

.hallbtn>svg {
    opacity: 1
}

.hallbtn.active>svg {}

.hallbtn.active {
    border-color: #221c61;
}

.hallbtn h6 {
    color: #103c68;
    font-weight: bold;
    margin: 5px 0 5px 0 !important;
    opacity: 1;
}

.hallbtn h6 a {
    color: inherit;
    text-decoration: inherit;
}

#all-exhibitors-container {
    position: absolute;
    width: 100%;
    top: 109px;
    background-color: #eee;
    z-index: 1;
    box-shadow: 0px 10px 10px #2222227d;
}

#all-exhibitors-container>ul {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    overflow-y: scroll;
    max-height: 43vh;
}

#showallexh-header {
    padding: 7px 15px;
    height: 35px;
    font-size: 13px;
    color: #5e5e5e;
    font-weight: bold;
}

#btn-close-showallexh {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 10px;
    font-weight: bold;
    color: #7a7a7a;
    text-transform: uppercase;
    border-bottom: 1px dashed #7a7a7a;
}

.ex_mid {
    display: flex;
    height: 50px;
    width: 100%;
    position: relative;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #dddddd);
    background-image: -moz-linear-gradient(top, #FFFFFF, #dddddd);
    background-color: #dddddd;
}

.ex_mid_name_en,
.ex_mid_name_gr {
    margin: 0;
    color: #221c61;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    width: 70%;
    max-height: 25px;
    overflow: hidden;
    top: 3px;
    left: 15px;
}

.ex_mid_name_gr {
    display: none;
}

.ex_mid_hall {
    color: #221c61;
    font-weight: bold;
}

.ex_mid_stand {
    color: #221c61;
    font-weight: bold;
    margin-left: 10px
}

.exh_mid_arrow {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 30px;
}

.ex_mid_info {
    margin: 0;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 15px;
}

form#search-form {
    padding-left: 15px;
    padding-right: 15px;
}

.autocomplete {
    color: white;
}

::placeholder {
    color: white;
    opacity: 0.5;
}

::placeholder {
    color: #666666;
    opacity: 1;
    /* Firefox */
}

#exnotes::placeholder {
    text-align: center;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666666;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666666;
}

.faw {
    color: white;
}

.nav_container * .faw:hover {
    cursor: pointer;
    color: yellow;
}

.banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    background-color: #3c61cf;
}

.banner img {
    width: 70%;
}


/* END HALLS*/

.exh_row_full {
    width: 100%;
}

.exh_name_gr {
    display: none;
}

.exh_email {
    max-width: 70%;
    font-size: 12px;
    display: block;
    line-height: 12px;
}

.sidenav {
    z-index: 1010;
}

nav a.sidenav-trigger {
    display: block !important;
}

nav .brand-logo {
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.exh_i.exh_h {
    display: none
}

.fa-list {
    color: yellow;
}

.nav_container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    color: white;
    text-align: center;
    width: 100%;
    height: 60px;
    z-index: 997;
    background-color: #060031;
    bottom: 0px;
    position: fixed;
    border: none;
}

.row_scrollable {
    overflow-y: scroll;
    height: 100%;
}

.nav_container.menu-bottom div h6 {
    font-size: 25px;
}

#helper-tooltip {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 50px;
    font-weight: bold;
    z-index: 999;
    /* background-color: #b9b9b9; */
    padding: 10px;
    text-align: center;
}

#helper-tooltip-inner {
    border-radius: 12px;
    background-color: #221c61;
    padding: 15px 5px 15px 5px;
    border: 5px solid #c7c7c7;
    box-shadow: 0px 1px 5px #222;
}


/* helper tooltip */

._132a.is_helper_visible {
    opacity: 1;
    display: block;
}

._6733.is_helper_visible {
    transform: translateY(0);
    display: block;
}

._6733 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(250, 250, 250, 0.8);
    border-radius: 10px;
    bottom: 0;
    color: black;
    filter: brightness(1.1);
    left: 0;
    margin: 0 8px 10px;
    overflow: hidden;
    position: fixed;
    transform: translateY(calc(100% + 10px));
    transition: transform 0.4s cubic-bezier(0.4, 0.24, 0.3, 1);
    width: calc(100vw - 16px);
    z-index: 999999;
}

._199d {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-width: 0.5px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 13px 16px;
}

._199d .ab5d {
    color: #333;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.125;
    margin: 0;
    padding: 0;
}

._199d ._6a7e {
    color: #2d7cf6;
    font-size: 16px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
}

.ebda {
    display: flex;
    width: 100%;
}

.e6cc {
    color: inherit;
    margin: 0 16px;
    padding: 16px;
}

.ebda .a91e {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-width: 0.5px;
    color: inherit;
    margin: 0 16px;
    padding: 16px;
    width: 100%;
}

.e6cc ._3183 {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 16px;
}

.e6cc ._3183:last-of-type {
    margin-bottom: 0;
}

._7d3c {
    color: #7b7b7a;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0;
}

.e6cc ._4408 {
    color: #2d7cf6;
    fill: #2d7cf6;
}

.e6cc ._4408,
.e6cc ._4b98 {
    flex: 0 0 auto;
    height: 30px;
    margin-right: 32px;
    width: 25px;
}

._7d3c.e161 {
    font-weight: 600;
}

._7d3c {
    color: #7b7b7a;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 0;
}

.e6cc ._4408,
.e6cc ._4b98 {
    flex: 0 0 auto;
    height: 30px;
    margin-right: 32px;
    width: 25px;
}


/* END helper tooltip */

.arrow_box {
    position: relative;
    background: #ffffff;
    border: 4px solid #c7c7c7;
}

.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #c7c7c7;
    border-width: 21px;
    margin-left: -21px;
}

.helper-tooltip-txt {
    color: #ffffff;
    font-size: 18px;
    padding: 5px 15px 5px 15px;
    line-height: 32px;
    text-align: left;
}

.helper-tooltip-inner::after {
    content: ">";
    position: absolute;
}

#btn_install_moreinfo {
    text-decoration: underline;
}

#btn_install_ok {
    border: 1px solid #ffffff;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    color: #221c61;
}

.sp {
    background-image: url('/assets/images/helper.jpg');
    background-repeat: no-repeat;
}

#helper_bg_dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 998;
    width: 100%;
    background-color: #222222a6;
}

#helper-instructions-step-1 {
    background-image: url(/assets/images/helper-step-1.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
    display: block;
    background-size: contain;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0006;
}

#helper-instructions-step-2 {
    background-image: url(/assets/images/helper-step-2.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center center;
    display: block;
    background-size: contain;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0006;
}

#btn_install_instructions_ok {
    z-index: 1000;
    position: absolute;
    bottom: 9px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    display: flex;
    left: 0;
    right: 0;
    background-color: #052642;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 20px;
    color: #fff;
    height: 50px;
    /* border: 5px solid #fff; */
    box-shadow: 0px 0px 4px #2222222e;
    border-radius: 5px;
    width: 230px;
    font-weight: bold;
    text-align: center;
}

.sp_ios_share {
    background-position: 0 0;
    width: 26px;
    height: 31px;
    display: inline-block;
    position: relative;
    background-size: 26px auto;
}

.sp2,
.spritesheet {
    display: inline-block;
    background: url('/assets/images/spritesheet.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.sp2 {
    background-position: -0px -0px;
    width: 144px;
    height: 51px;
}

.spritesheet {
    background-position: -0px -51px;
    width: 49px;
    height: 61px;
}

.sp_contact {
    height: 25px;
    width: 30px;
    background-position: -21px -12px;
}

.sp_heart {
    height: 25px;
    width: 30px;
    background-position: -61px -12px;
}

.sp_arrow_r {
    height: 25px;
    width: 30px;
    background-position: -101px -12px;
}

.faw {
    color: white;
}

.nav_container * .faw:hover {
    cursor: pointer;
    color: yellow;
}

.banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    background-color: #3c61cf;
    border-bottom: 5px solid lightblue;
}

.banner img {
    width: 70%;
}

.body-index .header-main-nav.navbar-fixed {
    top: 0px;
    position: fixed;
}

.header-main-nav.navbar-fixed {
    top: 40px;
    position: fixed;
}

.header-main-nav.navbar-fixed>.nav {
    background-color: #f6232d;
}

.logo-container {
    width: 100%;
    /* background: url('/assets/images/blue-bg.jpg');
background-repeat:no-repeat;
overflow: hidden;
text-indent: -9999px;
text-align: left; */
}

.container {
    margin: 0px auto 0px auto;
    max-width: 100%;
    width: 100%;
    padding-top: 166px;
    position: relative;
    display: inline-block;
}

#orientation_message {
    text-align: center;
    position: fixed;
    z-index: 3000;
    width: 100%;
    min-height: 40px;
    top: 50%;
    right: 0;
    font-size: 26px;
    left: 0;
    margin-top: 0px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}


/* Floorplan Page - move the container upwords */

.container.floorplan-container {
    padding-top: 40px;
}

.page-index.container {
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
}

#exp {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    background-color: #ffffff;
}

.svg-pan-zoom_viewport {
    will-change: transform;
}

nav#topnav {
    height: 125px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #efefef;
    /*  background: #221c61;
    background: -moz-linear-gradient(top, #221c61 0%, #5a76ba 100%);
    background: -webkit-linear-gradient(top, #221c61 0%, #5a76ba 100%);
    background: linear-gradient(to bottom, #221c61 0%, #5a76ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#221c61', endColorstr='#5a76ba', GradientType=0); */
    border-bottom: 5px solid #060031;
}

#map {
    min-height: 280px;
    width: 100%;
    position: absolute !important;
    top: 165px;
    left: 0;
}

.page-venue #map {
    position: relative !important;
    margin-top: 20px;
    top: 0;
}


/* Floorplan Page - hide the top menu */

nav#topnav.floorplan-topnav {
    display: none
}

h2.page-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.brand-logo {
    width: 17rem;
    top: 0rem;
}

.body-index .brand-logo {
    top: 0;
}

.logo-container {
    height: 100%;
    display: block;
    background: #e4e4e4;
}

.dataTables_wrapper .dataTables_filter input {
    margin: 0;
}

#home-navigator-inner {
    margin-bottom: 0;
}

#home-navigator {
    min-height: 333px;
    position: absolute;
    padding-top: 20px;
    top: 125px;
    z-index: 999;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    z-index: 1;
}

#exhibitors-container {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.icon-box {
    border-radius: 10px;
    display: block;
    height: 100px;
    /* float: left; */
    background-color: #ffffff;
    margin-bottom: 20px;
    -webkit-transform-origin-x: right;
    /* display: flex; */
    width: 100px;
    position: relative;
    font-weight: bold;
    text-align: center;
    -moz-box-shadow: 6px 6px 10px 0px #ccc;
    -webkit-box-shadow: 6px 6px 10px 0px #ccc;
    box-shadow: 6px 6px 10px 0px #ccc;
}

.icon-box-home-featured {
    background-color: #ffffff;
}

.icon-img-home-featured {
    position: absolute;
    /* top: 10px; */
    left: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
}

.icon-box-home-featured>span,
.icon-box-home-featured>span>svg {
    display: block;
    width: 100%;
    height: 100%;
}

.icon-box-yellow {
    background-color: #FDD922;
}

.h_index_lbl {
    position: absolute;
    color: #000000;
    font-weight: bold;
    left: 0;
    font-size: 12px;
    width: 100%;
    right: 0;
    bottom: 5px;
}

.icon-box>i.fas,
.icon-box>i.far,
.icon-box>svg {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    top: 20px;
}

.bmenu_icon {
    opacity: 1;
}

.bmenu-cls-info2 {
    fill: #ffffff;
    stroke: none;
}

.bmenu_icon.bmenu_active>.bm_icon>svg {
    stroke: #b9a779;
}

.bmenu_icon.bmenu_active>.bm_icon>svg .bmenu-cls-floorplan2,
.bmenu_icon.bmenu_active>.bm_icon>svg .bmenu-cls-info1,
.bmenu_icon.bmenu_active>.bm_icon>svg .bmenu-cls-fav2,
.bmenu_icon.bmenu_active>.bm_icon>svg .bmenu-cls-events2,
.bmenu_icon.bmenu_active>.bm_icon>svg .bmenu-cls-highlights2,
.bmenu_icon.bmenu_active>.bm_icon>svg .bmenu-cls-info2 {
    fill: #b9a779;
}

.bmenu_icon.bmenu_active>.bm_icon>svg .bmenu-cls-exh1,
.bmenu_icon.bmenu_active>.bm_icon>svg .bmenu-cls-exh2 {
    stroke: #b9a779;
}

#btn_menu_home {
    display: block;
    min-height: 20px;
    min-width: 20px;
    position: relative;
    top: -4px;
}

.bm_icon>svg {
    max-height: 30px;
    max-width: 30px;
    stroke: #ffffff;
}

.nav_container.menu-bottom div:first-child>h6 {
    font-size: 29px;
}

#bmenu_exhibitors.bm_icon>svg {
    width: 35px;
    height: 35px;
    max-height: 35px;
    max-width: 35px;
}

.h_icon>svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: 0 auto 0 auto;
    height: 50px;
    width: 50px;
}

#h_icon_megatrends.h_icon>svg {
    height: 100px;
    width: 85px;
    top: 0;
}

.exh_filter_btn {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    width: 85%;
    text-align: ce;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 15px;
    background-color: #ffffff;
    margin-bottom: 15px;
    min-height: 70px;
    height: 70px;
    -moz-box-shadow: 6px 6px 10px 0px #ccc;
    -webkit-box-shadow: 6px 6px 10px 0px #ccc;
    box-shadow: 6px 6px 10px 0px #ccc;
}

.exh_filter_hall_btn {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 15px;
    background-color: #ffffff;
    margin-bottom: 15px;
    height: 80px;
    -moz-box-shadow: 6px 6px 10px 0px #ccc;
    -webkit-box-shadow: 6px 6px 10px 0px #ccc;
    box-shadow: 6px 6px 10px 0px #ccc;
}

.exh_event_btn {
    position: relative;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    padding-top: 10px;
    justify-content: flex-start;
    padding-bottom: 10px;
    width: 85vw;
    flex-direction: row;
    min-height: 12vh;
    margin: 10px auto 10px auto;
    border-radius: 10px;
    background-color: #ffffff;
    height: 12vh;
    -moz-box-shadow: 6px 6px 10px 0px #ccc;
    -webkit-box-shadow: 6px 6px 10px 0px #ccc;
    box-shadow: 6px 6px 10px 0px #ccc;
}

.f_filter_icon {
    display: flex;
    width: 80px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.f_filter_hall_icon {
    width: 60px;
    height: 80px;
    display: flex;
    align-items: center;
}

.f_event_icon {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.f_filter_icon>svg {
    width: 55px;
    height: 55px;
}

#f_icon_categories.f_filter_icon {
    min-width: 80px;
}

#f_icon_sectors.f_filter_icon {
    height: 50px;
    width: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
}

#f_icon_products.f_filter_icon {
    min-width: 80px;
}

#f_icon_products.f_filter_icon>svg {
    margin-left: 15px;
    width: 60px;
    height: 60px
}

#f_icon_az.f_filter_icon {
    width: 80px;
    height: 70px
}

#f_icon_az.f_filter_icon>svg {
    width: 80px;
    height: 80px
}

.f_filter_hall_icon>svg {
    width: 60px;
    height: 80px;
}


/* icon adjustments */

#exh_event_beer_spirits_show>.f_event_icon {
    width: 60px;
    height: 70px;
    min-width: 60px;
    min-height: 70px;
}

#exh_event_business_lab>.f_event_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}

#exh_event_coffee_events>.f_event_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}

#exh_event_beer_day>.f_event_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}

#exh_event_general_assembly>.f_event_icon {
    width: 45px;
    height: 50px;
    min-width: 45px;
    min-height: 50px;
    margin-left: 10px;
    margin-right: 5px;
}

#exh_event_greek_breakfast>.f_event_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}

#exh_event_gastronomy_forum>.f_event_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
}

#exh_event_mediterranean_gastronomy_forum>.f_event_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
}

#exh_event_item_1>.f_event_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}

.event-one-living-button {
    background-color: #000000;
}

.event-one-living-button>.f_event_icon {
    margin: 0 auto;
    display: flex;
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -65px;
    right: 0;
}

.f_filter_lbl {
    padding-left: 29px;
    font-weight: bold;
    font-size: 25px;
}

.f_event_lbl {
    font-weight: bold;
    font-size: 16px;
    padding-left: 20px;
    text-align: center;
}

.result_url {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    font-size: 0px;
}

.fa-home {
    color: yellow;
}

.faw {
    color: white;
}

.nav_container * .faw:hover {
    cursor: pointer;
    color: #b9a779;
}

.banner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    background-color: #3c61cf;
    border-bottom: 5px solid lightblue;
}

.banner img {
    width: 70%;
}

h2 {
    font-family: sans-serif;
}

.list,
.row_list {
    font-family: sans-serif;
    margin: 0;
    padding: 20px 0 0;
}

.list>li,
.row_list>li {
    display: block;
    border-bottom: 1px solid #cecece;
    /*  background-color: #eee; */
    padding: 10px;
    /* box-shadow: inset 0 1px 0 #ffffff; */
}

#favorites-list.row_list {
    padding-top: 0;
    overflow-y: scroll;
    padding-bottom: 30px;
}

.avatar {
    max-width: 150px;
}

img {
    max-width: 100%;
}

h3 {
    font-size: 16px;
    margin: 0 0 0.3rem;
    font-weight: normal;
    font-weight: bold;
}

p {
    margin: 0;
}

input {
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 7px 14px;
    margin-bottom: 10px
}

input:focus {
    outline: none;
    border-color: #aaa;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea:focus:not([readonly]) {
    border-bottom: 1px solid #221c61;
    -webkit-box-shadow: 0 1px 0 0 #221c61;
    box-shadow: 0 1px 0 0 #221c61;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: transparent;
}

.sort {
    padding: 8px 30px;
    border-radius: 10px;
    border: none;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    background-color: #28a8e0;
    height: 30px;
}

.sort:hover {
    text-decoration: none;
    background-color: #1b8aba;
}

.sort:focus {
    outline: none;
}

.sort:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

.sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    content: "";
    position: relative;
    top: 13px;
    right: -5px;
}

.sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}


/* Exhibitors list */

#btn_magnifier {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 20px;
    color: #81a9c7;
    z-index: 1000;
    width: 20px;
    height: 20px;
}

#exhibitor-list {
    min-height: 250px;
    overflow-y: scroll;
    padding-top: 0;
    -webkit-overflow-scrolling: touch;
}

.exh-filter-products,
.exh-filter-categories,
.exh-filter-countries,
.exh-filter-sectors {
    min-height: 250px;
    overflow-y: scroll;
    padding-top: 0;
}

.exh-filter-products>li,
.exh-filter-categories>li,
.exh-filter-countries>li,
.exh-filter-sectors>li {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
    -moz-box-shadow: 6px 6px 10px 0px #ccc;
    -webkit-box-shadow: 6px 6px 10px 0px #ccc;
    box-shadow: 6px 6px 10px 0px #ccc;
}

.popup_exh_detail {
    color: #000000;
    text-align: center;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
    word-break: break-word;
    width: auto;
    margin: 10px auto 10px auto;
    display: table;
}

#popup_exh_add_fav {
    color: #221c61
}

#exnotes {
    padding: 10px;
    max-width: 95%;
    width: 95%;
    margin: 0 auto;
    display: block;
    text-align: left;
    color: #222;
    height: 220px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
}

.exh_i,
.exh_fav_i {
    position: relative;
    width: 100%;
    height: 100px;
    backface-visibility: hidden
}

.exh_i h3,
.exh_fav_i h3 {
    max-width: 70%;
    font-size: 14px;
    line-height: 19px;
}

.exh_btn_action {
    color: #221c61;
    font-size: 26px;
    padding-left: 5px;
    padding-right: 5px;
}

.solid_heart {
    color: #221c61;
}

.exh_stand {
    margin-left: 10px;
}

.exh_btn_s {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    color: #221c61;
    left: 10px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

.exh_actions {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 30%;
}

#popup_exh_stand_hall {
    width: auto;
    min-width: 50%;
    display: block;
    text-align: center;
    margin: 15px auto 0px auto;
}

#popup_exh_stand_hall_inner {
    background-color: #221c61;
    display: inline-block;
    padding: 10px;
    margin: 0;
    border: 1px solid #221c61;
    border-radius: 10px;
}

.exh_b_fav>i,
.exh_b_fav>svg {
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s;
}

#popup_exaddress {
    text-align: center;
    font-size: 18px;
}

#popup_excountry {
    text-align: center;
    font-size: 20px;
}

#popup_exemail {
    text-align: center;
    font-size: 20px;
}

#popup_exwebsite {
    text-align: center;
    font-size: 20px;
}

#popup_exphone {
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
}

#popup_exfax {
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 18px;
}

.exh_pop,
.btn_click_fav_open_popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

ul#exprods li,
ul#excats li {
    text-align: left;
    list-style: initial;
    font-size: 18px;
    display: list-item;
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: relative;
    text-decoration: underline;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: from-font;
    text-decoration-color: #999;
}

#popup_exhall {
    text-align: right;
    padding-right: 0px;
    font-size: 20px;
    display: inline;
    font-weight: bold;
    width: 50%;
    color: #ffffff;
}

#popup_btn_contact_inner {
    font-weight: bold;
    background: #221c61;
    padding: 9px;
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid #221c61;
}

.popup_exh_title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
}

#popup_exstand {
    display: inline;
    text-align: left;
    padding-left: 5px;
    font-size: 20px;
    font-weight: bold;
    width: 50%;
    color: #ffffff;
}

#exhibitor_details {
    display: none;
    top: 165px;
    left: 0;
    width: 100%;
    position: absolute;
    height: 85%;
    background: #ffffff;
    color: #000000;
    z-index: 90;
    overflow-y: scroll;
}

#exhibitor_contact {
    display: none;
    top: 165px;
    left: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    padding-bottom: 170px;
    overflow-y: scroll;
    text-align: center;
    background: #ffffff;
    color: #000000;
    z-index: 91;
}

.btn_blue {
    border-radius: 10px;
    background-color: #221c61;
    color: #ffffff;
    padding: 10px;
}

.btn_lgrey {
    border-radius: 10px;
    background-color: #bdbdbd;
    color: #585858;
    padding: 10px;
}

#exhibitor_contact_inner {
    padding: 40px 20px;
    margin-bottom: 50px;
}

#exhibitor_contact_toname {
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    text-align: center;
    font-weight: bold;
}

#contact_name {
    width: 100%;
    text-indent: 10px;
}

#contact_email {
    width: 100%;
    text-indent: 10px;
}

#contact_phone {
    width: 100%;
    text-indent: 10px;
}

#contact_message {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
}

#btn_contact_submit {
    font-weight: bold;
    margin: 10px auto 0px auto;
    width: 90%;
    height: 40px;
    border: 1px solid #221c61;
    display: table;
    text-align: center;
}

#btn_contact_cancel {
    font-weight: bold;
    margin: 10px auto 0px auto;
    width: 90%;
    height: 40px;
    display: table;
    text-align: center;
    border: 1px solid #bdbdbd;
}

#contact_offline_error,
#contact_validation_error {
    padding: 5px 10px 5px 10px;
    color: #000000;
    background-color: #d4d4d4;
    border: 1px solid #b9b9b9;
}

#contact_result_success {
    color: #415a0e;
    background-color: #c8da7f;
    padding: 5px 10px 5px 10px;
    border: 1px solid #94c13c;
}

#contact_result_failure {
    color: #c51d1d;
    background-color: #f5c7d0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #e88388;
}

#btn_close_popup_exhibitor_details {
    color: #ffffff;
    position: fixed;
    top: 12px;
    left: 15px;
    font-size: 26px;
    height: 20px;
    z-index: 93;
    width: 20px;
}

#exhibitor_details_inner {
    padding: 0;
}

#popup_exname {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.no_s,
.exh_btn_action,
.exh_btn_action>i {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ttlb {
    display: flex;
    text-align: center;
    width: 100%;
    z-index: 996;
    height: 40px;
    top: 0px;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    background: #060031;
    position: fixed;
}

.icon_back_button {
    font-size: 20px;
    color: #ffffff;
    position: fixed;
    top: 5px;
    left: 20px;
    z-index: 91;
}

#ttlb_txt {
    font-size: 17px;
    color: #ffffff;
    height: 40px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 35px;
}

#langselect {
    position: absolute;
    top: -5px;
    right: 17px;
    z-index: 1;
}

.btn_lang.selected {
    color: #060031;
}

.btn_lang {
    font-size: 14px;
    padding: 3px 5px 5px 5px;
    font-weight: bold;
    color: #B9A879;
}

.blue-grey.darken-1 {
    background-color: #221c61 !important;
}

.card .card-content p {
    padding-top: 20px;
}

#exh_search {
    padding-top: 0px;
    background-color: #eeeeee
}

#exh_spacer {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
}

#search_exhibitor_box {
    position: relative;
    width: 100%;
}

.app-post-attached-img {
    margin-top: 20px;
    width: 100%;
    max-height: 240px;
}

.app-post-video {
    margin-top: 20px;
    width: 100%;
    max-height: 240px;
}

#ib_search_exhibitors {
    background-color: #ffffff;
    text-indent: 15px;
    border: 1px solid #9e9e9e;
    box-shadow: 0px 7px 6px #2222223d;
    position: relative;
    z-index: 89;
    margin: 0 auto;
    top: 12px;
    left: 0;
    display: table;
    width: 95%;
    z-index: 999;
    text-align: left;
    border-radius: 5px;
    right: 0;
}

#ib_search_products,
#ib_search_categories,
#ib_search_countries,
#ib_search_sectors {
    font-size: 1.5em;
    color: rgb(51, 51, 51);
    width: 90%;
    display: block;
    min-height: 40px;
    margin: 10px auto 0 auto;
    border-color: initial;
    border-image: initial;
    outline: none;
    padding: 10px 2%;
}

input:not([type]):focus:not([readonly]) {
    border-bottom: 1px solid #f6232d;
    -webkit-box-shadow: 0 1px 0 0 #f6232d;
    box-shadow: 0 1px 0 0 #f6232d;
}


/* NEWS */

#page-header-image {
    width: 100%;
}

#page-header-image>img {}

#page-subheader-title {
    width: 100%;
}

#page-header-title {
    width: 100%;
    padding: 25px;
    font-size: 26px;
}

#page-main-content {
    width: 100%;
    padding: 25px;
}

em.black {
    background-color: #ffffff !important;
    color: #000000;
}

.content-scrollable {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.btn_read_more_txt {
    font-weight: bold;
}

#news-container {}

#news-reader {
    padding: 20px;
}

#news-reader-thumbnail,
#news-reader-thumbnail>img {
    width: 100%;
    max-width: 100%
}

.page-content-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 0px;
    /* background-color: #fff; */
    padding: 0px 0px 15px 0px;
    width: 100%;
}

.page-content-text p {
    padding: 10px 0px 10px 0px;
}

.page-content-text ul,
ul.ul_origin {
    padding-left: initial;
    padding-inline-start: 40px;
    list-style-type: initial;
}

.page-content-text ul>li,
ul.ul_origin>li {
    list-style-type: initial;
    padding-left: initial;
    word-break: break-all;
}

.body-info .page-content-text ul>li,
ul.ul_origin>li {
    word-break: break-word;
    text-align: left
}

.video-shortcode>iframe {
    width: 100%;
    max-width: 100%;
}

.fusion-text h4 {
    font-size: 19px;
    line-height: 30px;
}

#news-reader-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 25px;
    width: 100%;
}

#news-reader-content {
    background-color: #fff;
    padding: 25px;
    width: 100%;
}

#news-reader-content h4 {
    font-size: 1.5rem;
    margin-top: 1rem;
}

#news-reader-content h6 {
    height: 0.5rem;
    border-bottom: 1px solid #dedede;
    margin-bottom: 1rem;
}

#news-reader-content p {
    line-height: 1.8rem;
}

/* #news-reader.events-reader #news-reader-content>.wpb-content-wrapper>p>strong, */
#news-reader-content>.wpb-content-wrapper>p>b>span,
#news-reader-content>.wpb-content-wrapper>p>span {
    display: block;
}

#news-reader-content>.wpb-content-wrapper>p>span>span {
    font-weight: bold;
    display: block;
}


span[data-contrast="auto"],
span.NormalTextRun {
    display: inline !important;
}

#news-reader-content em {
    line-height: 27px;
}

#news-reader-content h3 {
    font-size: 16px;
    margin: 0 0 0.3rem;
    font-weight: normal;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 24px;
}

#news-reader-content h4 {
    font-size: 16px;
    margin: 0 0 0.3rem;
    font-weight: normal;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 24px;
}

.org_l {
    text-align: center;
}

.org_h {
    font-size: 16px;
    font-weight: bold;
}

.org_c {
    font-size: 20px;
    color: #6d6d6d;
    font-weight: bold;
    margin-bottom: 15px;
}

.org_tel {}

.org_l_row {
    width: 100%;
    margin-bottom: 30px;
}

.org_tel>i {
    color: #999999;
    border-radius: 32px;
    border: 1px solid #999999;
    font-size: 14px;
    padding: 7px;
}

.org_tel>a {
    font-size: 21px;
    padding-top: 7px;
    margin-top: 0;
    color: #221c61;
    font-weight: bold;
    text-decoration: underline;
    width: 100%;
}

.org_email>i {
    color: #999999;
    border-radius: 32px;
    border: 1px solid #999999;
    font-size: 14px;
    padding: 7px;
}

.org_email>a {
    font-size: 18px;
    font-weight: bold;
    color: #221c61;
    text-decoration: underline;
}

.sm_line {
    width: 20%;
    margin: 20px auto 20px auto;
    border-bottom: 2px solid #b9a779;
    height: 1px;
}


/* NEWS */

.fusion-imageframe {}

.fusion-imageframe>img {
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}


/* LABELS */

#obj-pages-menu {
    width: 100%;
}

.vg_select {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.vg_select>li {
    list-style-type: none;
    height: 80px;
    width: 100%;
    min-width: 100%;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    background-color: #fff;
    border-bottom: 1px solid #dadada;
}

.vg_section_obj {
    background-color: #ffffff;
    padding: 20px;
}

#opening-hours {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


/* #obj_openinghours_el.vg_section_obj,
#obj_openinghours_en.vg_section_obj {
padding: 0;
background-color: rgba(0, 0, 0, 0);
} */


/* LABELS English */

#btn_index_lbl_1>.h_img_en>svg {
    width: 60px;
}

#btn_index_lbl_2>.h_img_en>svg {
    width: 35px;
}

#btn_index_lbl_3>.h_img_en>svg {
    width: 50px;
}

#btn_index_lbl_4>.h_img_en>svg {
    width: 60px;
}

#btn_index_lbl_5>.h_img_en>svg {
    width: 25px;
}

#btn_index_lbl_6>.h_img_en>svg {
    width: 40px;
}

#btn_index_lbl_7>.h_img_en>svg {
    width: 80px;
}

#btn_index_lbl_8>.h_img_en>svg {
    width: 55px;
}

#btn_index_lbl_9>.h_img_en>svg {
    width: 80px;
}

#btn-filter-alphabet>.f_filter_lbl>.h_img_en>svg {
    width: 100px;
}

#btn-filter-halls>.f_filter_lbl>.h_img_en>svg {
    width: 103px;
}

#btn-filter-products>.f_filter_lbl>.h_img_en>svg {
    width: 150px
}

#btn-filter-categories>.f_filter_lbl>.h_img_en>svg {
    width: 160px
}

#btn-filter-countries>.f_filter_lbl>.h_img_en>svg {
    width: 120px
}

#btn-filter-countries>.f_filter_lbl>.h_img_en>svg {
    width: 150px
}

#exh_event_beer_spirits_show>.f_event_lbl>.h_img_en>svg {
    width: 200px;
}

#exh_event_hospitality>.f_event_lbl>.h_img_en>svg {
    width: 200px;
    padding-left: 20px;
}

#exh_event_business_lab>.f_event_lbl>.h_img_en>svg {
    width: 130px;
}

#exh_event_coffee_events>.f_event_lbl>.h_img_en>svg {
    width: 150px;
    position: relative;
}

#exh_event_beer_day>.f_event_lbl>.h_img_en>svg {
    width: 90px;
}

#exh_event_general_assembly>.f_event_lbl>.h_img_en>svg {
    width: 130px;
}

#exh_event_greek_breakfast>.f_event_lbl>.h_img_en>svg {
    width: 180px;
}

#exh_event_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
    width: 130px;
}

#exh_event_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
    width: 130px;
}

#exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
    width: 130px;
}

#exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
    width: 130px;
}

#exh_event_item_1>.f_event_lbl>.h_img_en>svg {
    width: 130px;
}

#exh_event_item_1>.f_event_lbl>.h_img_el>svg {
    width: 130px;
}

.ohour_row {
    max-height: 160px;
    height: 160px;
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.ohour_row_left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    line-height: 1;
    padding-bottom: 10px;
    background-color: #b9a779;
    text-align: center;
    flex-direction: column;
}

.ohour_row_center {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    display: flex;
    background-color: #221c61;
    text-align: center;
}

.ohour_row_right {
    width: 25%;
    background-color: #c3c3c3;
    float: left;
    display: block;
}

.c_orange {
    color: #d4bb80;
}

.ohour_times_hours {
    font-weight: bold;
    color: #d4bb80;
}

.ohour_day {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}

.ohour_date {
    color: #ffffff;
    font-weight: bold;
    display: flex;
    font-size: 24px;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.ohour_times_label {
    color: #ffffff;
    font-weight: bold;
}

.ohour_times_text {
    font-weight: bold;
    color: #d4bb80;
}


/* LABELS Greek */

#btn_index_lbl_1>.h_img_el>svg {
    width: 45px
}

#btn_index_lbl_2>.h_img_el>svg {
    width: 35px
}

#btn_index_lbl_3>.h_img_el>svg {
    width: 70px
}

#btn_index_lbl_4>.h_img_el>svg {
    width: 45px
}

#btn_index_lbl_5>.h_img_el>svg {
    width: 75px
}

#btn_index_lbl_6>.h_img_el>svg {
    width: 40px
}

#btn_index_lbl_7>.h_img_el>svg {
    width: 80px
}

#btn_index_lbl_8>.h_img_el>svg {
    width: 65px
}

#btn_index_lbl_9>.h_img_el>svg {
    width: 60px
}

#btn-filter-alphabet>.f_filter_lbl>.h_img_el>svg {
    width: 145px
}

#btn-filter-halls>.f_filter_lbl>.h_img_el>svg {
    width: 110px
}

#btn-filter-products>.f_filter_lbl>.h_img_el>svg {
    width: 140px
}

#btn-filter-categories>.f_filter_lbl>.h_img_el>svg {
    width: 175px
}

#btn-filter-countries>.f_filter_lbl>.h_img_el>svg {
    width: 115px
}

#exh_event_beer_spirits_show>.f_event_lbl>.h_img_el>svg {
    width: 200px;
}

#exh_event_hospitality>.f_event_lbl>.h_img_el>svg {
    width: 200px;
    padding-left: 20px;
}

#exh_event_business_lab>.f_event_lbl>.h_img_el>svg {
    width: 130px;
}

#exh_event_coffee_events>.f_event_lbl>.h_img_el>svg {
    width: 150px;
    position: relative;
}

#exh_event_beer_day>.f_event_lbl>.h_img_el>svg {
    width: 90px;
}

#exh_event_general_assembly>.f_event_lbl>.h_img_el>svg {
    width: 160px;
}

#exh_event_greek_breakfast>.f_event_lbl>.h_img_el>svg {
    width: 190px;
}

#exh_event_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
    width: 130px;
}

#exh_event_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
    width: 130px;
}

#exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
    width: 130px;
}

#exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
    width: 130px;
}

#exh_event_item_1>.f_event_lbl>.h_img_el>svg {
    width: 130px;
}

#exh_event_item_1>.f_event_lbl>.h_img_en>svg {
    width: 130px;
}

#events-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 100vw;
}

.fusion-tabs>.nav {
    display: none;
}

a.tab-link>h4 {
    color: #221c61;
    font-weight: bold;
    font-size: 22px;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6a8395;
}

.fusion-social-networks-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
}

.fusion-social-network-icon {
    width: 100%;
    padding-top: 15px;
    border-radius: 5px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.fusion-social-network-icon>i {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
}

.fusion-social-network-icon>span {
    font-size: 26px;
    line-height: 26px;
    padding-left: 10px;
    color: #fff;
}

.fusion-facebook {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4a6397), to(#132759));
    background-image: -webkit-linear-gradient(top, #4a6397, #132759);
    background-image: -moz-linear-gradient(top, #4a6397, #132759);
    background-color: #4a6397;
}

.fusion-youtube {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e90909), to(#800605));
    background-image: -webkit-linear-gradient(top, #e90909, #800605);
    background-image: -moz-linear-gradient(top, #e90909, #800605);
    background-color: #e90909;
}

.fusion-instagram {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#406684), to(#25455a));
    background-image: -webkit-linear-gradient(top, #406684, #25455a);
    background-image: -moz-linear-gradient(top, #406684, #25455a);
    background-color: #406684;
}

.fusion-linkedin {
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#406684), to(#25455a));
    background-image: -webkit-linear-gradient(top, #406684, #25455a);
    background-image: -moz-linear-gradient(top, #406684, #25455a);
    background-color: #406684;
}

.card .card-content .card-title {
    color: #221c61;
    font-weight: 500;
    font-size: 23px;
}

.btn_read_more {
    color: #221c61;
}

.card-news>.card-content>img.card-thumbnail {
    width: 300px;
    max-width: 300px;
    max-height: 118px;
}

.card-news>.card-content {
    padding: 30px;
}


/* END LABELS */

.fusion-sep-clear {
    padding-top: 10px;
}

.single_img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.g_lb_caption_title {
    padding-top: 0px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}

#favorites-nodata {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #7b7b7b;
    font-size: 16px;
}

.content_logo_hta {
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
    width: 50%;
}


/* g[txt=STAGE]>g>rect {
fill: #6cb640!important;
} */

.cls-perhalls-1 {
    fill: url(#linear-gradient-perhalls1);
}

.cls-perhalls-2 {
    fill: url(#linearhallsgrad2);
}

.cls-perhalls-3 {
    fill: url(#linearhallsgrad3);
}

.cls-perhalls-4 {
    fill: url(#linearhallsgrad4);
}

.cls-perhalls-5 {
    fill: none;
    stroke: #b9a779;
    stroke-linecap: round;
    stroke-width: 4.48px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid {
    padding-top: 30px;
}

#exh_event_item_2>.f_event_lbl>.h_img_en>svg,
#exh_event_item_2>.f_event_lbl>.h_img_el>svg {
    width: 7.5rem;
}

#exh_event_item_3>.f_event_lbl>.h_img_en>svg,
#exh_event_item_3>.f_event_lbl>.h_img_el>svg {
    max-width: 9rem;
    padding-left: 1.25rem;
}

#exh_event_item_3>.f_event_lbl {
    max-width: 250px;
    padding-left: 0;
}

#exh_event_item_2>.f_event_icon {
    max-width: 50px;
}

#exh_event_item_4>.f_event_lbl>.h_img_en>svg {
    max-width: 9rem;
}

#exh_event_item_4>.f_event_lbl>.h_img_el>svg {
    max-width: 12rem;
}

/* START RESPONSIVE */

@media all and (min-width:414px) {
    .nav_container.menu-bottom div h6 {
        margin-top: 0;
    }

    #btn_menu_home {
        display: block;
        min-height: 30px;
        min-width: 30px;
        position: relative;
        top: -4px;
    }

    .nav_container {
        height: 80px;
    }

    .bm_icon>svg {
        max-height: 35px;
        max-width: 35px;
        stroke: #ffffff;
    }

    .nav_container.menu-bottom div:first-child>h6 {
        font-size: 32px;
    }

    #bmenu_exhibitors.bm_icon>svg {
        width: 40px;
        height: 40px;
        max-height: 40px;
        max-width: 40px;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
        width: 130px;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
        width: 130px;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_el>svg {
        width: 8rem;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_en>svg {
        width: 8rem;
    }
}

@media all and (min-width:375px) {
    .nav_container.menu-bottom div h6 {
        margin-top: 0;
    }

    #btn_menu_home {
        display: block;
        min-height: 30px;
        min-width: 30px;
        position: relative;
        top: -4px;
    }

    .nav_container {
        height: 80px;
    }

    .bm_icon>svg {
        max-height: 35px;
        max-width: 35px;
        stroke: #ffffff;
    }

    .nav_container.menu-bottom div:first-child>h6 {
        font-size: 32px;
    }

    #bmenu_exhibitors.bm_icon>svg {
        width: 40px;
        height: 40px;
        max-height: 40px;
        max-width: 40px;
    }

   
}

@media all and (min-width:376px) {
    .event-one-living-button>.f_event_icon {
        margin-top: -7px;
        margin-left: -64px;
    }
}

@media all and (min-width:360px) {
    .exh_filter_btn {
        padding-left: 20px;
        padding-right: 20px;
        width: 90%;
    }

    .exh_i h3,
    .exh_fav_i h3 {
        max-width: 70%;
        font-size: 14px;
        line-height: 18px;
        max-height: 38px;
        overflow: hidden;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
        width: 130px;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
        width: 130px;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_el>svg {
        width: 8rem;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_en>svg {
        width: 8rem;
    }
}

@media all and (max-width: 375px) {
    .ohour_row {
        max-height: 90px;
        height: 90px;
        width: 50%;
        margin-left: 0%;
        margin-right: 1%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .ohour_row_center {
        width: 100%;
        height: 80px;
        padding-top: 8px;
        padding-bottom: 9px;
    }

    .f_filter_lbl {
        padding-left: 19px;
    }

    .card .card-content .card-title {
        font-size: 17px;
        line-height: 23px;
    }

    .card-news>.card-content>img.card-thumbnail {
        width: 295px;
        max-width: 295px;
        max-height: 118px;
    }

    .brand-logo {
        width: 18rem;
        top: 1rem;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
        width: 150px;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
        width: 150px;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_el>svg {
        width: 180px;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_en>svg {
        width: 140px;
    }
}

@media all and (max-width:360px) {
    .brand-logo {
        width: 15rem;
        top: 1rem;
    }
}

@media all and (max-width:320px) {
    .popup_exh_detail {
        padding-left: 30px;
        padding-right: 30px;
    }

    .exh_filter_btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    #page-main-content {
        padding: 20px;
    }

    #news-reader-content {
        background-color: #fff;
        padding: 20px;
    }

    .vg_section_obj {
        padding: 20px;
    }

    .sidenav {
        width: 220px
    }

    .sidenav li>a {
        color: rgba(0, 0, 0, 0.87);
        display: block;
        font-size: 14px;
        font-weight: 500;
        height: 40px;
        line-height: 32px;
        padding: 0 30px;
    }

    .card-news>.card-content {
        padding: 20px;
    }

    .card .card-content .card-title {
        font-size: 22px;
    }

    .card-news>.card-content>img.card-thumbnail {
        width: 260px;
        max-width: 260px;
        max-height: 118px;
    }

    .list>li,
    .row_list>li {
        padding: 8px;
    }

    .exh_btn_s {
        bottom: 0px;
        left: 8px;
        padding: 0px;
    }

    .exh_i h3,
    .exh_fav_i h3 {
        max-width: 65%;
        font-size: 13px;
        line-height: 15px;
    }

    #home-navigator {
        min-height: 290px;
        padding-top: 0;
    }

    .brand-logo {
        width: 13rem;
        top: 2rem !important;
    }

    .icon-box {
        height: 80px;
        margin-bottom: 10px;
        width: 80px;
    }

    .h_icon>svg {
        height: 40px;
        width: 40px;
    }

    #h_icon_megatrends.h_icon>svg {
        height: 80px;
        width: 70px;
    }

    .h_index_lbl {
        font-size: 11px;
    }

    .exh_event_btn {
        margin-top: 5px;
        margin-bottom: 5px;
        height: 14vh;
        padding-left: 10px;
        min-height: 14vh;
        padding-right: 10px;
    }

    #btn_index_lbl_1>.h_img_en>svg {
        width: 60px;
    }

    #btn_index_lbl_2>.h_img_en>svg {
        width: 35px;
    }

    #btn_index_lbl_3>.h_img_en>svg {
        width: 50px;
    }

    #btn_index_lbl_4>.h_img_en>svg {
        width: 55px;
    }

    #btn_index_lbl_5>.h_img_en>svg {
        width: 25px;
    }

    #btn_index_lbl_6>.h_img_en>svg {
        width: 40px;
    }

    #btn_index_lbl_7>.h_img_en>svg {
        width: 70px;
    }

    #btn_index_lbl_8>.h_img_en>svg {
        width: 55px;
    }

    #btn_index_lbl_9>.h_img_en>svg {
        width: 70px;
    }

    #btn-filter-alphabet>.f_filter_lbl>.h_img_en>svg {
        width: 80px;
    }

    #btn-filter-halls>.f_filter_lbl>.h_img_en>svg {
        width: 90px;
    }

    #btn-filter-products>.f_filter_lbl>.h_img_en>svg {
        width: 135px
    }

    #btn-filter-categories>.f_filter_lbl>.h_img_en>svg {
        width: 140px
    }

    #btn-filter-countries>.f_filter_lbl>.h_img_en>svg {
        width: 140px
    }

    #btn-filter-countries>.f_filter_lbl>.h_img_en>svg {
        width: 130px
    }

    #exh_event_beer_spirits_show>.f_event_lbl>.h_img_en>svg {
        width: 170px;
    }

    #exh_event_hospitality>.f_event_lbl>.h_img_en>svg {
        width: 185px;
    }

    #exh_event_item_2>.f_event_lbl>.h_img_en>svg {
        width: 8rem;
    }

    #exh_event_business_lab>.f_event_lbl>.h_img_en>svg {
        width: 110px;
    }

    #exh_event_coffee_events>.f_event_lbl>.h_img_en>svg {
        width: 8rem;
        position: relative;
    }

    #exh_event_beer_day>.f_event_lbl>.h_img_en>svg {
        width: 80px;
    }

    #exh_event_general_assembly>.f_event_lbl>.h_img_en>svg {
        width: 115px;
    }

    #exh_event_greek_breakfast>.f_event_lbl>.h_img_en>svg {
        width: 150px;
    }

    #exh_event_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
        width: 110px;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
        width: 110px;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
        width: 110px;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_el>svg {
        width: 110px;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_en>svg {
        width: 110px;
    }

    #btn_index_lbl_1>.h_img_el>svg {
        width: 45px
    }

    #btn_index_lbl_2>.h_img_el>svg {
        width: 35px
    }

    #btn_index_lbl_3>.h_img_el>svg {
        width: 65px
    }

    #btn_index_lbl_4>.h_img_el>svg {
        width: 45px
    }

    #btn_index_lbl_5>.h_img_el>svg {
        width: 70px
    }

    #btn_index_lbl_6>.h_img_el>svg {
        width: 40px
    }

    #btn_index_lbl_7>.h_img_el>svg {
        width: 70px
    }

    #btn_index_lbl_8>.h_img_el>svg {
        width: 60px
    }

    #btn_index_lbl_9>.h_img_el>svg {
        width: 60px
    }

    #btn-filter-alphabet>.f_filter_lbl>.h_img_el>svg {
        width: 115px
    }

    #btn-filter-halls>.f_filter_lbl>.h_img_el>svg {
        width: 87px
    }

    #btn-filter-products>.f_filter_lbl>.h_img_el>svg {
        width: 110px
    }

    #btn-filter-categories>.f_filter_lbl>.h_img_el>svg {
        width: 139px
    }

    #btn-filter-countries>.f_filter_lbl>.h_img_el>svg {
        width: 88px
    }

    #exh_event_beer_spirits_show>.f_event_lbl>.h_img_el>svg {
        width: 170px;
    }

    #exh_event_hospitality>.f_event_lbl>.h_img_el>svg {
        width: 185px;
        padding-left: 20px;
    }

    #exh_event_item_2>.f_event_lbl>.h_img_el>svg {
        width: 8rem;
    }

    #exh_event_business_lab>.f_event_lbl>.h_img_el>svg {
        width: 110px;
    }

    #exh_event_coffee_events>.f_event_lbl>.h_img_el>svg {
        width: 8rem;
        position: relative;
    }

    #exh_event_beer_day>.f_event_lbl>.h_img_el>svg {
        width: 80px;
    }

    #exh_event_general_assembly>.f_event_lbl>.h_img_el>svg {
        width: 130px;
    }

    #exh_event_greek_breakfast>.f_event_lbl>.h_img_el>svg {
        width: 150px;
    }

    #exh_event_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
        width: 110px;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
        width: 160px;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
        width: 160px;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_el>svg {
        width: 140px;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_en>svg {
        width: 140px;
    }
}


/*fixes*/

@media all and (min-width: 376px) and (max-width: 381px) {
    .ohour_row {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

/* special events for large screens */

@media all and (min-width: 376px) {
    .exh_event_btn {
        min-height: 9vh;
        height: 9vh;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_el>svg {
        width: 165px;
    }

    #exh_event_mediterranean_gastronomy_forum>.f_event_lbl>.h_img_en>svg {
        width: 165px;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_el>svg {
        width: 13rem;
    }

    #exh_event_item_1>.f_event_lbl>.h_img_en>svg {
        width: 13rem;
    }
}

#h_icon_survey.h_icon>svg {
    top: 0;
    height: 100%;
    width: 100%;
}