@charset "utf-8";

/* General CSS 2 */

body {
  background: #e9e9e9;
  /* color: #9a9a9a; */
  color: #ffffff;
  font: 100%/1.5em "Droid Sans", sans-serif;
  margin: 0;
}

a { text-decoration: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

h4, h5 {
  line-height: 1.5em;
  margin: 0;
}

hr {
  background: #e9e9e9;
    border: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
    margin: 0;
    min-height: 1px;
}

img {
	border: 0;
	display: block;
	height: auto;
	max-width: 100%;
}

input {
  border: 0;
  color: inherit;
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
}

p { margin: 0; }

.clearfix { *zoom: 1; } /* For IE 6/7 */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after { clear: both; }

/* ---------- LIVE-CHAT ---------- */

#live-chat {
  z-index: 4;
  bottom: 0px;
  font-size: 12px;
  right: -1vw;
  position: fixed;
  width: 280px;
  display: flex;
    display: -webkit-flex;
    display: -moz-flex;
  flex-direction: column;
  height: 0;
}

#live-chat header {
  background: rgba(0, 65, 102, 0.99);
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  height: 80px;
  /*padding: 2px 24px;*/
}

#live-chat .hide-img {
  display: none;  
}

.fb {
    /* width: 30px; */
  vertical-align: top;
    display: inline-block;
  cursor: pointer;
}

.chat-img {
  /* height: 40px; */
  width: 60px;
  line-height: 40px;
    position: absolute;
  right: 2.5vw;
  bottom: 0.5vh;
  z-index: 1;
}

.muu {
  height: 40px;
  text-align: center;
}

.muu p {
  margin: 0px;
  display: inline-block;
  line-height: 40px;
}

#live-chat h4 {
    font-size: 12px;
    margin-top: 0px;
    line-height: 3.5;
    text-align: center;
}

.hide{
  display: none;
}
.chat-history {
  
  width: 300px;
}

.chat {
    position: absolute;
    right: 45px;
    bottom: 10px;
  z-index: 6;
}

.chat-box {
    display: none ;
  border-radius: 0 0 5px 5px;
  background: #fff;
  width: 280px;
  height: 350px;
  overflow: hidden;
}
.intro-box {
  display: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    width: 280px;
    height: 350px;
    border: 1px solid #00416A;
    overflow: hidden;
}
.intro-box-cont {
    padding: 14px 0 10px;
}
.intro-box-cont p {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 0 20px 10px;
    font-weight: 400;
    color: #00416A;
}
.intro-box-img {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.intro-box-img-cont {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 20px auto 10px;
}
.intro-box-button {
    height: 50px;
    width: 149px;
    margin: 10px auto 20px;
    display: flex;
    background-color: #00416A;
}
.intro-box-button-text {
    font-size: 20px;
  margin: auto;
    color: white;
    font-weight: 400;
  line-height: 0;
}
.fb-page iframe {
  border: 0px solid #fff;
    border-radius: 0 0 5px 5px;
  padding: 0;
}

.menu-toggle {
    display: none;
}
.closeBox {
  left: 20px;
  top: 15px;
  position: absolute;
  line-height: 1;
}

.chat .avatar {
  z-index: 3;
    height: 40px;
    width: 40px;
    top: -40px;
    left: 70px;
}

.chat .open {
  height: 100%;
  background-image: url(/site/templates/images/Close-white.png);
    background-size: 24px auto;
    background-position: right 5px top 5px;
}

.chat-active .avatar{
  z-index: 1;
    height: 50px;
    width: 50px;
    bottom: 495px;
    right: -60px;
  margin-left: 2px;
  -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.chat-active .avatar-active{
  z-index: 10;
    height: 150px;
    width: 150px;
    bottom: 360px;
    right: 225px;
  -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.chat-open {
  flex-direction: row !important;
}
/*:::::::NEW::::::::::*/
.chat-person {
  bottom: 0;
  
}
.chat-person-info {
    margin: 0 0 0 105px;
    position: absolute;
  width: 170px;
}
.chat-person-info p {
  margin: 7px 0 0 0;
    line-height: 1;
}
.chat-person-info a {
    color: white;
    text-decoration: none;
}
.chat-person-info a:hover {
    border-bottom: 0;
  color: white;
}
.chat-icons {
  margin: -36px 0 0 80px;
    display: flex;
    left: 20px;
    position: absolute;
}
.chat-icons p{
  margin: 0;
}
.chat-icons  .chat-icon{
  margin-right: 10px;
  width: 30px;
    height: 30px;
}

.chat-icon a:hover {
  text-decoration: none;
  border-bottom: 0;
}

/*FB chat border manipulation*/
.fb_iframe_widget {
  left: -1px;
    top: -1px;
}

/* #live-chat .viber {
  display: none;
}

#live-chat .whatsapp {
  display: none;
} */

.phone-cont {
  width: 100%;
    height: 30px;
    position: absolute;
    background-color: white;
    color: #00416A;
    z-index: 1;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
  display: none;
  border-right: 1px solid #00416A;
    border-left: 1px solid #00416A;
}
.mail-cont {
  width: 100%;
    height: 30px;
    position: absolute;
    background-color: white;
    color: #00416A;
    z-index: 1;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    display: none;
  border-right: 1px solid #00416A;
    border-left: 1px solid #00416A;
}
.skype-cont {
  width: 100%;
    height: 30px;
    position: absolute;
    background-color: white;
    color: #00416A;
    z-index: 1;
    text-align: center;
    font-weight: 400;
  font-size: 18px;
  display: none;
  border-right: 1px solid #00416A;
    border-left: 1px solid #00416A;
}
.facebook-cont {
  width: 100%;
    height: 30px;
    position: absolute;
    background-color: white;
    color: #00416A;
    z-index: 1;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
  display: none;
  border-right: 1px solid #00416A;
    border-left: 1px solid #00416A;
}

/*::::::::::::::-Footer nav-::::::::::::::::*/

 
.boxSwitchWrap {
    bottom: 10px;
    position: fixed;
  width: 100%;
  height: 80px;
  padding-right: 20%;
  left: 0;
  background-color:#ccc;
  background-color:rgba(204, 204, 204, 0);
    z-index:9999;
}

.boxSwitch {
  width: 1080px;
  height: 100%;
    background-color: transparent;
  margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
  display: flex;
}

.boxSwitchWrap .proIcon-active {
    display: inline-block;
    left: auto;
    position: relative;
    right: auto;
    vertical-align: bottom;
  border-radius:2px;
  border:1px solid #4c4f50;
  height: 80px;
  padding: 5px;
    width: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.52);
  box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.52);
}
.proIcon-img {
    background-image: url(../images/no-image.png);
    background-color: #ffffff;
    background-size: contain;
    width: 100%;
    height: 100%;
  display: block;
}

.boxSwitchWrap .proIcon-medium {
    display: inline-block;
    vertical-align: bottom;
  border-radius:2px;
  height:60px;
  width:80px;
  border:1px solid #4c4f50;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.52);
  box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.52);
}

.boxSwitchWrap .proIcon-medium:hover {
  height:70px;
  width:90px;
  margin-bottom: 2px;
}

.boxSwitchWrap .prevBtn {
  left: -15px;
  padding: 0 12px 0 25px;
}
.navbar-loader-prev {
    width: 90px;
    position: relative;
    margin: auto;
    display: none;
    bottom: 0px;
}
.navbar-loader-next {
    width: 90px;
    position: relative;
    margin: auto;
    display: none;
    bottom: 0px;
}
.boxSwitchWrap .prevBtn:hover {
  font-size: 100px !important;
  padding: 0 12px 0 19px;
  cursor: pointer;
}

.boxSwitchWrap .nextBtn {
  right: -15px;
  padding: 0 25px 0 12px;
}

.boxSwitchWrap .nextBtn:hover {
  font-size: 100px !important;
  padding: 0 19px 0 12px;
  cursor: pointer;
}

.boxSwitchWrap .prevBtn, .boxSwitchWrap .nextBtn {
  position: relative;
  background-color:transparent;
  color: white;
  font-weight: 100;
  font-size: 90px !important;
  bottom: 0;
  text-shadow: 0 0 9px #5a5a5a, 0 0 5px rgba(0, 65, 102, 0.99);
}
button.nextBtn:focus, button.prevBtn:focus {
    outline: 0;
}
.boxSwitchWrap .navContainer {
  width: 900px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    line-height: 80px;
    height: 100%;
  position: relative;
}

.boxSwitchWrap .navContent {
  position: absolute;
  /* left: 0; */
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*SlideScreen adbanners*/
.slideScreen {
  display: flex;
    flex-flow: row;
  width: 15%;
  position:fixed;
  top:0;
  /* bottom:0; */
  right:0;
  background-color:white;
  z-index: 8;
  overflow:visible !important;
  -webkit-box-shadow: 0px 0px 4px 0px #fff;
  -moz-box-shadow:    0px 0px 4px 0px #fff;
  box-shadow:         0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  height: 120vh;
}
.newsFeed-cont {
    width: 100%;
  height: 100vh;
    display: flex;
    flex-flow: column;
}
.slideOffers-cont {
    display: flex;
    flex-flow: column;
}
.slideScreenOpen .newsFeed-cont {
    width: 20vw;
}
/* .slideScreenOpen .slideOffers-cont { */
    /* width: 20vw; */
/* } */
.slideScreen .slideScreenBtn {
  /* background-image: url(../images/back.svg); */
  background-repeat: no-repeat;
  background-color: #00416A;
    background-position: 8px center;
    background-size: 1.5vw;
    border: medium none;
    border-radius: 200px 0 0 200px;
    cursor: pointer;
    height: 4vw;
  position: absolute;
    top: 50%;
    left: -2vw;
    margin: -30px 0 0;
    width: 2vw;
    z-index: 3;
    -webkit-box-shadow: -4px 0px 8px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -4px 0px 8px -1px rgba(0, 0, 0, 0.15);
    box-shadow: -4px 0px 8px -1px rgba(0, 0, 0, 0.15);
  display: none;
}
.slideScreen-header {
    height: 3vw;
    width: 15vw;
    position: absolute;
    background-color: #00416A;
    display: flex;
}
.slideScreen-header p {
    color: white;
    margin: auto;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 0;
}
.slideOffers-header {
    height: 80px;
    position: absolute;
    background-color: #00416A;
    display: flex;
    left: 20vw;
  right: 0;
}
.slideOffers-header p {
    color: white;
    margin: auto;
    font-size: 1.5vw;
    font-weight: 600;
    margin-left: 30vw;
}
.slideScreen .slideNews {
  /* width: 20vw; */
  width: 100%;
  position:absolute;
  top: 3vw;
  left:0;
  bottom:0;
  background-color: #fff;
    z-index: 3;
}
.slideSCreen-expand {
	position: fixed;
	right: 0;
	top: 40%;
	width: auto !important;
	height: 200px;
	background: #00416A;
	z-index: 999;
	color: #FFFFFF;
	writing-mode: vertical-rl;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	cursor: pointer;
}
.slideNews .contnr {
    width: auto !important;
  white-space: normal !important;
  position: relative;
  padding-bottom: 24vh;
}
.slimScrollDiv {
    /*padding: 1.5vw 2.5vw 22vh;*/
    /* padding: 1.4vw 1.3vw 22vh 1.4vw */
}
.slideScreen .slideFeed {
  position: absolute;
    top: 80px;
    right: 0;
    left: 15vw;
    bottom: 0;
}
.newsFeedContainer {
  display: flex;
    flex-direction: column;
}
.sideFeeds-main {
    display: flex;
    flex-flow: column-reverse;
  position: relative;
  height: 8vw;
}

  
  .sideFeeds .TextformatterVideoEmbed{
	width: 75%;
  }

.feedTitle-cont {
    min-height: 1.5vw;
}
.feedTitle {
    padding: 0.5vw 0.5vw;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    z-index: 3;
    font-size: 1vw;
}
/* .sideFeeds-main { */
    /* height: 12vw; */
/* } */


/** 
 * main.css
 * 
 * 1. General HTML tags
 * 2. Masthead area
 * 3. Main content and sidebar
 * 4. Footer
 * 5. Media queries for responsive layout
 * 
 */
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background:#F6F6F6;background:rgb(255, 255, 255)}
::-webkit-scrollbar-thumb {background:#00416A;background:rgba(0,65,102,0.9);}
::-webkit-scrollbar-thumb:hover {background:#00416A;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #00416A;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#00416A; opacity:1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#00416A; opacity:1;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #00416A;}




/*********************************************************************
 * 1. General HTML tags
 *
 */

*, *:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    box-sizing: border-box;
}

table {
    border: 0px solid transparent;
    padding: 0;
    margin: 0;
    table-layout: fixed;
}

html {
    
    background-color: #F6F6F6; background-color: rgb(246,246,246);
    min-height: 100%;
}

body {
  padding: 0;
        /*width: 93.9%; width: 85.9%;*/
  margin: 0 auto;
        min-height: 100%;
        /*max-width: 1920px;*/
}
.T300 {font-weight: 300;}

.mainContent {
    padding-right: 15%;
    /*padding-left: 15%;*/
}

.mainContent-full{
    padding-right: 0%;
    /*padding-left: 15%;*/
}

.container {
  padding: 0;
    width: 87%;
  //margin: 3em auto; //margin: 3vw auto 6vw;
      margin: 3vw auto 0vw;
  position: relative;
  z-index: 4;
}

.container-full {
  padding: 0;
  width: 75%;
  margin: 3vw auto 0vw;
  position: relative;
  z-index: 4;
}

.topwrap {
	padding-right: 15%;
	position: absolute;
	min-height: 3em;
	min-height: 3vw;
	/*top: 2.5em;*/
	/*top: 2.5vw;*/
	top: 0;
	width: 100%;
	margin: 0;
	z-index: 7;
	background-color: #F6F6F6;
	background-color: rgba(255,255,255, 1);     
}

.topwrap--active {
	z-index: 10000;
}

.fixed {
    position:fixed;
    top:0;
    -webkit-transform: translateZ(0);      
}
.fixed:hover {
    top:0;
    -webkit-transition:all .3s ease-in-out;
}
body, .more, input, textarea, keygen, select, button, placeholder, .ui-widget {
  font-family: 'Lato', sans-serif !important;
        font-weight: 300;
  /* font-size: 130%; font-size: 1.3vw !important; */
  font-size: 1.2vw !important;
  line-height: 1.42em;
  color: #000; 
  background-color: #f6f6f6;
}

td, h4 {
  font-family: 'Lato', sans-serif !important;
        font-weight: 300;
  /* font-size: 130%; font-size: 1.3vw !important; */
  font-size: 1.2vw !important;
  line-height: 1.42em;
  color: #000; 
  background-color: #fff;
}


.b50 body, .b50 p, .b50 h4, .b50 td, .b50 input, .b50 textarea, .b50 keygen, .b50 select, .b50 button, .b50 placeholder, .b50 .ui-widget, .b50 .register_title {
        font-size: 260%; font-size: 3vw !important;
  line-height: 4.35vw;
}

img { 
    max-width: 100%;
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}

iframe {
    /*background-color: #fff;*/
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
  padding: 0 1vw;
}
.TextformatterVideoEmbed iframe {
  padding: 0;
}
.chat-history iframe {
  padding: 0;
}

.w100 iframe {
  padding: 1vw 0 0 0;
}
.headerVideo iframe {
    padding: 0;
}
.video-cont {
    /*margin: 1.7vw 0 0 1.7vw;
    width: 47% !important; */
}
.video-cont iframe {
    padding: 0;
}
.listElem-cont {
    background-color: white;
}
.elem-separator {
    background-color: #FFF;

}
h1, .h1, button, .ui-button-text { 
    margin: 0;
    font-size: 2.0em;
    /* font-size: 2.7vw !important; */
    font-size: 2.2vw !important;
    font-weight: 400;
    text-align: left;
    color: #00416A;
    line-height: 0.96em;
    line-height: 2.55vw;
    padding: 0 0 0vw 0;
    display: block;
}
.b50 h1, .b50 .h1, .b50 button, .b50 .ui-button-text { 
    font-size: 6vw !important;
    font-weight: 600;
    line-height: 6.2vw;
    padding: 3.3vw !important;
}

h2 { font-weight: 300; color: #00416A; line-height: 2.5vw;}
h2 strong {font-weight: 400; color: #00416A; line-height: 2.5vw;}
h3 {
  padding-top: 0.2em; 
  color: #00416A; 
        font-size: 1.1em; font-size: 1.6vw;
        font-weight: 300;
}
h3 strong {
  padding-top: 0.2em; 
  color: #00416A; 
  font-size: 1.1em; font-size: 1.6vw;
  font-weight: 400;
}
h4 {
   color: #00416A;
   font-weight: 400;
   padding: 0 1.3em;padding: 0 1.7vw;
}
ul, ol, menu, dir {
    display: block;
    -webkit-margin-before: 1.3em; -webkit-margin-before: 1.7vw;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 1.3em; -webkit-padding-start: 1.7vw;
    -moz-margin-before: 1.3em; -moz-margin-before: 1.7vw;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -moz-padding-start: 1.3em; -moz-padding-start: 1.7vw;
    padding-left: 2.5em;
    overflow: visible;
    margin: 0;
}
p {
    text-align: justify;
}

ol li, ul li {
    margin: 0.8vw 1.7vw 0.8vw 0;
}
p, h2, h3, table, .content-width {
    margin: 0.8em 1.3em 0.8em 1.3em;
    margin: 0.8vw 1.7vw 0.8vw 1.7vw;
    -webkit-padding-start: 0; -moz-padding-start: 0;
}
.b50 p, .b50 h2, .b50 h3, .b50 table {
    margin: 1.6vw 3.7vw 1.6vw 3.7vw;
}
ol li p, ul li p {
    margin: 0 1.3em 0 0;margin: 0 1.7vw 0 0;
    -webkit-padding-start: 0; -moz-padding-start: 0;
}
hr {
    display: block;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    height: 1px;
    background-color: #F6F6F6;
    border: none;
}
.images {
    width: auto;
    margin: 0;
    overflow: visible;
    z-index: 3;
}
.stand-left-cont .images {
/*    margin: 1vw 0 0 1.7vw; */
}

.textImg {
    width: 100%;
    margin: 1px 0 0 0;
    z-index: 3;
}

input[type=text],input[type=email],input[type=password],input[type=number],  keygen, select {
    border: none;
    background-color: #f6f6f6;
    width: 100%;
    line-height: 3em;line-height: 3vw;
    height: 3em; height: 3vw;
    padding: 0 1.3em;padding: 0 1.7vw;
}

.FormBuilder ul{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

input[type="checkbox"],input[type="radio"] {
	margin-right: 10px;
}

.b50 input, .b50 keygen, .b50 select {
    line-height: 6.8vw;
    height: 6.8vw;
    padding: 0 3.96vw;
}

strong, b {
    font-weight: 400;
}
a, input, .ui-widget-header {
  color: #00416A;
  text-decoration: none;
        font-weight: 400;
}
a:hover, .nav a:hover {
    color: #000;
    border-color: #00416A;
    border-bottom: 0;
    text-decoration:underline 
}
a, .ui-button-text, .ui-widget-header {
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
button {
    background-color: transparent;
    border: none;
    padding: 0;
}
.ui-button-text {
    background-color: rgba(0, 65, 102, 0.9);
    color: #FFF;
    border: none;
    /* padding: 1.6vw 1.7vw !important; */
    padding: 0.5em 1em !important;
    font-size: 1em !important;
}

.ui-button-text {
    background-color: rgba(0, 65, 102, 0.9);
    color: #FFF;
    border: none;
    /* padding: 1.6vw 1.7vw !important; */
    padding: 0.5em 1em !important;
    font-size: 1em !important;
}

.ui-button-nocolor{
	font-size: 1.4vw !important;	
}

.b50 button {
    padding: 1vw 3.96vw;
}
button :hover {
    background-color: #00416A;
    border: none;
    color: #FFF;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
select::-ms-expand { /* for IE 11 */
    display: none;
}

.col-1 {
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
} 

.col-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    -ms-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0; /* Chrome, Safari, Opera */
    -moz-column-gap: 0; /* Firefox */
    -ms-column-gap: 0;
    column-gap: 0;
    -webkit-column-rule: 1px solid #F6F6F6; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #F6F6F6; /* Firefox */
    -ms-column-rule: 1px solid #F6F6F6;
    column-rule: 1px solid #F6F6F6;
}
.col-2 table {
    margin: 0 1.3em; margin: 0 1.7vw;
    width: 92.4%;
}

blockquote {
  margin-left: 0;
  padding-left: 1.5em;
  padding-right: 2em; 
  border-left: 4px solid #ddd; 
  font-style: italic; 
  color: #777; 
}
.trans3 {
    -webkit-transform: translateZ(0);
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

pre, code {
  background: #eee; 
  border: 1px solid #ddd; 
}

pre {
  font-size: 14px; 
  line-height: 1.4em;
  padding: 1em;
  border-left: 4px solid #ddd; 
}

.prev, .next {
    display: block;
    position: fixed;
    top: 24.1vw;
    height: 4vw;
    width: 2vw;
    margin: 0 1vw;
    padding: 0 1.5vw;
    border-bottom: 1px transparent;
    z-index: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
.prev:hover, .next:hover {
    border: none;
    margin: 0 0.5vw;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.parent {
    display: block;
    position: fixed;
    top: 18.5vw;
    height: 4vw;
    width: 3.7vw;
    margin: 1vw 0 0 1.3vw;
    padding: 0.7vw 0;
    border-bottom: 1px transparent;
    z-index: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    -ms-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}
.parent:hover  {
    border: none;
    margin-top: 0.5vw;
}

/*********************************************************************
 * 2. Masthead area
 *
 */
.topmenu {
    background:#fff;
    height:3em; height:3vw;
    position:relative;
    width:90%;
    margin: 0 auto;
    z-index: 5;
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
}
.topnav {
    margin: 0;
    width: 50%;
    position: relative;
    z-index: 0;
    -webkit-transform: translateZ(0);
  background-color: #FFF;
}
.topnav:hover {z-index: 9;}

.topnav, .topnav li {
  list-style: none; 
  padding: 0;
}
.topnav li {
  display: none; 
  margin: 0;
        background-color: #F6F6F6;
}
.topnav li.current {
  display: table;
        background-color: #FFF;
}
.topnav li.current .FL{
  display: none;
}
.topnav:hover li {
    -webkit-transform: translateZ(0);
    display: table;
}
.topnav:hover li.current .FL {
        display: block;
}
.topnav a {
    border: none;
}

.topnav li.current a {
}
.editbar {
  position: absolute;
    right: 0;
    top: 0;
    display: block;
    min-height: 16vw;
    background-color: #f6f6f6;
    padding-top: 3vw;
}

.editbar:hover {
    width: 50%;
}
.editbar .edit {
    line-height: 2.9vw;
    position: absolute;
    right: 5vw;
  top: 0;
    padding-top: 2px;
    display: block;
    width: 3vw;
    height: 3vw;
    background-image: url('../images/oe-icons-edit.svg');
    background-size: 50%;
    background-color: #00416A;
}

.editbar .me1 {
        display: none;
        width: 100%;
        margin: 0;
        background-color: #F6F6F6;
}

.editbar a {
        margin-right: 1.7vw;
        border: none;
}
.editbar:hover h4 {
    background-color: #F6F6F6;
}
.editbar:hover .me1 {
    display: table;
}
.hMenu li {
    display: inline-block;
    margin: 1em 1.3em 1em 0; margin: 1vw 1.7vw 1vw 0;
}
.myExpo {
    width: 50%;
    z-index: 1;
}
.mEx {
    z-index: 99;
    position: absolute;
    right: 1vw;
    /* top: 0.6vw; */
    font-weight: 400;
  cursor: pointer;
  color: #00416A;
  background-image: url(../images/profile_icon.svg);
  background-size: contain; 
  background-position: center; 
  background-repeat: no-repeat;
  height: 3vw;
    width: 3vw;
}
/*Siit uue login muudatused*/
.myExpo a {
    text-decoration: none;
}
.myExpo a:hover {
    border: 0;
}

.myExpo-bg {
    position: absolute;
    top: 0;
    right: 1px;
  height: auto;
    width: 100%;
    z-index: 11;
    padding: 3vw 0 2.7vw 0;
    background-color: #F6F6F6;
}
.myExpo-bg .myExpo-cont {
  padding: 2vw 1vw 0;
  height: 100%;
}
.myExpo-cont .uName {
    padding: 1.5vw;
}
.myExpo-cont .logOut {
    padding: 1.5vw;
}
.myExpo-cont p {
    font-weight: 400;
}
/*Siin lõppeb*/
.XmyExpo:hover .lng {
  display: block;
        border: none;
}
.XmyExpo:hover .myExpo-bg {
  display: block;
}

.myExpo-login {
    height: 20vw;
}
.register_title{
    float: right;
    display: block;
    font-size: 2vw;
    font-weight: 400;
    color: #00416A;
    line-height: 2vw;
    cursor: pointer;
}
.register_title:hover{
  color: #000;
}

.login_title {
    float: right;
    display: block;
    font-size: 2vw;
    font-weight: 400;
    color: #00416A;
    cursor: pointer;
  line-height: 2vw;
}

.login_title:hover{
  color: #000;
}

#login_submit {
  float: left;
}

#wrap_account-request_submit {
  width: auto;
}

.login_title:hover{
  color: #000;
}
.register_bg {
    position: absolute;
    top: 0;
    background-color: #F6F6F6;
    width: 100%;
}
.register:hover .register_bg {
    /*display: block;*/
}
.register:hover {
    /*display: none;*/
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(255, 255, 255)!important;
    background-image: none;
    color: rgb(0, 0, 0);
}

.myExpo-login input:-webkit-autofill,.myExpo-login textarea:-webkit-autofill,.myExpo-login select:-webkit-autofill{
	background: #fff !important;
    border: 1px solid #eee;
}


input[type="password"]{
    width: 100%;
    float: left;
}
#Inputfield_new_password {
    border-right: 1px solid #F6F6F6;
}
#Inputfield_login_password {
    width: 100%;
    margin-bottom: 1.3vw
}

textarea {
    width: 100%;
    border: none;
}
.lng-ov {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: #fff;background-color: rgba(255,255,255, 0.5);
}
.lng-ov:hover {
    background-color: transparent;
}
.lng.current .lng-ov {
    background-color: #00416A;background-color: rgba(0,65,102, 0);
}
.languages {
    position: absolute;
    right: -3vw;
    /* top: 0.55em; */
    top: 0;
    margin: 3em 0 0 0;
    margin: 3vw 0 0 0;
    width: 3vw;
    z-index: 15;
}

.languages .lng {
    position: relative;
    display: none;
    margin: 0;
    padding: 0;
    height: 3em;
    height: 3vw;
    width: 3em;
    width: 3vw;
    z-index: 99;
    float: right;
}
.languages:hover .lng {
  display: block;
        border: none;
}
.languages .current {
    border: none;
    cursor: default;
    display: block;
    position: absolute;
    top: -3vw;
}
.languages .lng:first-child a {
    padding-left: 0;
}

.search {
  margin: 0;
  position: absolute;
  left: 50%;
  z-index: 2;
}
.search form {
  margin: 0;
  width: 100%; 
}
.search form input {
    margin: 0;
    padding: 0 1.3em 0;padding: 0 1.7vw 0;
    border: none;
    font-weight: 400;
    width: 100%;
    line-height: 3.05em;line-height: 3.05vw;
    height: 3em;height: 3vw;
}
.search form button {
    display: none; 
}

.menu-front {
    position: relative;
    top: 0;
    z-index: 2;
}
.contacts {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-transform: translateZ(0);
    /* background-color: rgba(0, 65, 102, 0.99); */
    height: 50px;
    /* width: 100%; */
}

.gey-line.fullscreen{
    width: 100%;
    height: 10px;
    background-color: #f6f6f6;
    display: block;
    z-index: 9;
    position: relative;	
}

.menu-chat {
    position: absolute;
    right: 11vw;
    bottom: 0;
    z-index: 3;
    -webkit-transform: translateZ(0);
}
/* .menu-chat li { */
  /* height: 4vw; */
/* } */
.menu-share {
    position: absolute;
    bottom: 4.7vw;
    z-index: 3;
}
.menu-like {
    float: left;
    z-index: 3;
    
}
.menu-like-fixed {
    position: fixed;
    top: 6vw;
    left: 3vw;
    z-index: 3;
}
.menu-share li {
    border-right: none;
}
.share-btn  {
    width: 6vw;
    line-height: 6vw; 
    text-align: center;
    z-index: 9;
}
.like-container {
    width: 80px;
    float: left;
    border-left: 1px solid #FFF;
  font-size: 20px !important;
}
/* .like-counter { */
  /* font-size: 20px; */
    /* font-weight: 700; */
/* } */
/* .like-summary .fa { */
  /* font-size: 20px; */
/* } */
.like-summary {
    position: absolute;
    display: inline-block;
    margin-left: -55px;
  margin-top: 10px;
    text-align: left;
  line-height: 30px;
    z-index: 8;
    font-weight: 400;
}
.like-button {
    padding: 0;
    position: relative;
    z-index: 9;
}

.menu-contact {
    float: left;
    position: relative;
    z-index: 3;
}

.header-bg {
    position: absolute;
    display: block;
    width: 100%;
	  top: 45px;
    z-index: 1;
	  padding-right: 15%;
}

.header-full {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    z-index: 1;
  padding-right: 0%;
}

/*********************************************************************
 * 3. Main content and sidebar
 *
 */
#main {
    clear: both;
    margin: 6em 0 -1px 0;
	margin: 12vw 0 -1px 0;
}
.content {
  width: 100%;
        background-color: #FFF;
        z-index: 2;
}
#content, #sidebar {
  padding-bottom: 2em; 
}
body.has-sidebar #content {
  width: 65%; 
  float: left;
}
body.has-sidebar #sidebar {
  width: 35%;
  padding-left: 5%; 
  float: left; 
}
.nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none; 
}
.nav .nav {
  padding-left: 1.5em;
  list-style: disc;
}
.nav li {
    margin: 1em 0;
}
.nav-tree li {
    margin-top: 0;
    margin-bottom: 0;
}
.nav a {
    font-weight: bold;
}
.nav-tree li a {
    color: #777; 
}
.nav .current > a {
    color: #333; 
}
#sidebar img + blockquote {
  margin-top: 0; 
}

.align_left {
  /* for images placed in rich text editor */ 
    float: left;
    margin: 0 1.2em 0 -0.2em;
    margin: 0 1.5vw 0 -0.3vw;
    max-width: 50%; 
}

.align_right {
  /* for images placed in rich text editor */ 
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%; 
}

.align_center {
  /* for images placed in rich text editor */ 
  display: block;
  margin: 1em auto; 
  position: relative;
  top: 0.5em;
}

figure {
  display: table;
  width: 1px;
  margin: 1em 0;
}

figure img {
  display: table-row;
  margin-bottom: 0.5em;
}

figure figcaption {
  display: table-row;
  font-size: smaller;
  color: #777;
  line-height: 1.4em;
}

.w1 {
    width: 1px;
}
.w8 {
    width: 8.333%;
    float: left;
}

.w12 {
    width: 12.5%;
    float: left;
}

.w16 {
    width: 16.666%;
    float: left;
}
.w20 {
    width: 20%;
    float: left;
}
.w21 {width: 21.5%;float: left;}

.w25 {
    width: 24.85%;
    float: left;
}

.w30 {
    width: 33%;
    float: left;
}


.offers-width {
  width: 25%;
    float: left;
}
.w33 {
    width: 33.333%;
    float: left;
}

.w50 {
    width: 50%;
    float: left;
    position: relative;
}

.w66 {
    width: 66%;
    float: left;
}

.w75 {
    width: 75%;
    float: left;
}

.w78 {width: 78.5%;float: left;}

.w98 {
    width: 99%;
}

.w100 {
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
}

.ww10 { width: 60px; width: 3vw; }
.ww25 { width: 245px; width: 13.25vw; }
.ww50 { width: 490px; width: 26.47vw; }
.ww66 { width: 490px;width: 37vw; }
.ww100 {width: 880px; width: 47.5vw; }

.h12 { min-height: 6em; min-height: 6vw; }
.h20 { min-height: 9em; min-height: 9vw; }
.h25 { min-height: 12em; min-height: 12vw; }
.h30 { min-height: 14em; min-height: 14vw; }
.h50 { min-height: 24.58em; min-height: 24.58vw;}
.h66 { min-height: 37em; min-height: 37vw; }
.h100 { height: 34.3em;  height: 23vw; }
.hFull { height: 37.85em; height: 52.2vw; }
.hInfo { height: 37.85em; height: 46.2vw; }

/* Heading main image */
#headerimage.hFull {
   /* height: 47vw; */
}




.ABB { position: absolute; bottom: 0; }
.ABR { position: absolute; right: -1px; }
.ABL { position: absolute; left: 0; }
.ABT { position: absolute; top: 0; }

.BA {border: 1px solid #ffffff;}
.BB {border-bottom: 1px solid #ffffff;}
.BL {border-left: 7px solid #ffffff;}
.BR {border-right: 7px solid #ffffff;}
.BT {border-top: 1px solid #ffffff;}

.BDA {border: 1.3em solid transparent;}
.BDB {border-bottom: 1.3em solid transparent;}
.BDL {border-left: 1.3em solid transparent;}
.BDR {border-right: 1.3em solid transparent;}
.BDT {border-top: 1.3em solid transparent;}

.PA {padding: 1.3em; padding: 1.7vw 1.7vw 1.1vw 1.7vw;}
.PT {padding-top: 1.3em; padding-top: 1.3vw;}
.PR {padding-right: 1.3em; padding-right: 1.7vw;}
.PB {padding-bottom: 1.3em; padding-bottom: 1.7vw;}
.PL {padding-left: 1.3em; padding-left: 1.7vw;}

.PHL {padding-left: 1.3em; padding-left: 12.5vw;}

.comments .PT {padding-top: 0;}

.b50 .PA { padding: 3.7vw;}
.b50 .PT {padding-top: 3.7vw;}
.b50 .PR {padding-right: 3.7vw;}
.b50 .PB {padding-bottom: 3.7vw;}
.b50 .PL {padding-left: 3.7vw;}

.PAS {padding: 1.3em; padding: 1vw;}
.PTS {padding-top: 1.3em; padding-top: 1.0vw;}
.PTS ul {margin-left: 1.7vw;}
.PRS {padding-right: 1.3em; padding-right: 1.0vw;}
.PBS {padding-bottom: 1.3em; padding-bottom: 1.0vw;}
.PLS {padding-left: 1.3em; padding-left: 1.0vw;}

.PAB {padding: 3em; padding: 3vw;}
.PTB {padding-top: 3em; padding-top: 2.8vw;}
.PRB {padding-right: 3em; padding-right: 3vw;}
.PBB {padding-bottom: 3em; padding-bottom: 2.5vw;}
.PLB {padding-left: 3em; padding-left: 3vw;}

.MA {margin: 1.3em; margin: 1.7vw;}
.MT {margin-top: 1.3em; margin-top: 1.7vw;}
.MR {margin-right: 1.3em; margin-right: 1.7vw;}
.MB {margin-bottom: 1.3em; margin-bottom: 1.7vw;}
.ML {margin-left: 1.3em; margin-left: 1.7vw;}

.MB2 {margin-bottom: 1.3em; margin-bottom: 0.2vw;}
.MB3 {margin-bottom: 1.3em; margin-bottom: 1.48vw;}
.MB4 {margin-bottom: 0.7em; margin-bottom: 0.9vw;}

.MT4 {margin-top: 1.1em; margin-top: 1.4vw;}

.MAM {margin: 1.3em; margin: 1.7vw;}
.MTM {margin-top: 1.3em; margin-top: 1.7vw;}
.MRM {margin-right: 1.3em; margin-right: 1.7vw;}
.MBM {margin-bottom: 1.3em; margin-bottom: 1.7vw;}
.MLM {margin-left: 1.3em; margin-left: 1.7vw;}

.vSp, .HB1 {height: 3em;height: 3vw; position: relative;}
.vSp2, .HB2 {height: 6em;height: 6vw; position: relative;}
.vSp3, .HB3 {height: 9em;height: 9vw; position: relative;}
.vSp4, .HB4 {height: 11em;height: 11vw; position: relative;}
.vSp4, .HB4 {height: 14em;height: 14vw; position: relative;}
/* .HBX {margin-bottom: -3em;margin-bottom: -3vw;} */
/* .HBXT {margin-top: -3em;margin-top: -3vw;} */
/* .MBXT {margin-bottom: -3em;margin-bottom: -3vw;} */

.FL {float: left}
.FR {float: right}
.FN {float: none}
.WT {color: #fff}
.WB {background-color: #fff}
.CV {background-size: cover; background-position: center top; background-repeat: no-repeat;}
.CC {background-size: cover; background-position: center center; background-repeat: no-repeat;}
.CN {background-size: contain; background-position: center; background-repeat: no-repeat;}
.TA {display: table;position: relative;}
.CE {display: table-cell;}
.RND {-webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    -khtml-border-radius: 50%;}
.ABS {position: absolute;}
.OV {overflow: visible;}
.BO {border: 0.6em solid transparent;border: 0.6vw solid transparent;}
.CB {clear: both;}
.CR {clear: right;}
.CL {clear: left;}
.TAR {text-align: right;}
.AVD {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}
.INB {display: inline-block;}
.Z1 {z-index: 1 !important;}
.Z2 {z-index: 2 !important;}
.Z10 {z-index: 10;}
.Z20 {z-index: 20;}
.hide { display:none; }

.offers-img {
    background-size: contain;
  min-height: 8.25vw;
}

.w100.wrapper_around_menu{
	
}

.oelogo {
    background-size: contain;
    background-position: 10% center;
    background-repeat: no-repeat;
    position: absolute;
    width: 12em;
    width: 10vw;
    height: 10vw;
    margin: 0.75em 0 -1.5em 1.3em;
    margin: 0 0 -1.5vw -4vw;
    z-index: 3;
    display: block;
	transition:all .9s 0.3s ease-in;
}

.topwrap.fixed .oelogo {
	/* show */
    transition:all .9s ease-out; 
}

.oelogo-front {
    background-image: url('../images/OnlineExpo_ON.png');
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: -3vw;
    width: 12em;width: 12vw;
    height: 3em;height: 3vw;
    z-index: 3;
    display: block;
}
.oe-countries {
    background-color: #fff;
    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    -khtml-border-radius: 50%;
    position: absolute;
    top: -6vw;
    left: -3vw;
    width: 30.84em;
    width: 20vw;
    height: 31.0em;
    height: 20vw;
    margin: 0;
    z-index: 2;
    display: none;
}
.oe-countries-w {
    background-color: #fff;
    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    -khtml-border-radius: 50%;
    position: absolute;
    top: -9vw;
    left: -9vw;
    width: 30.84em;
    width: 20vw;
    height: 31.0em;
    height: 20vw;
    margin: 0;
    z-index: 3;
	transition: top .9s linear;
	opacity: 1;
}
.topwrap.fixed .oe-countries-w {
	transition: top .9s .3s linear;
	top: -20vw;
}


.oe-countries-h {
    background-color: #fff;
    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    -khtml-border-radius: 50%;
    position: absolute;
    top: -20vw;
    left: -18vw;
    width: 30.84em;
    width: 20vw;
    height: 31.0em;
    height: 20vw;
    margin: 0;
    z-index: 2;
}

.logo2 {
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    width: 15em; width: 16.8vw;
    height: 9em;height: 11vw;
    margin: 0 0 -1.5em 1.3em;margin: 6vw 0 -1.5vw 1.7vw;margin: 0vw 0px -1.5vw 0;
    z-index: 1;
}
.oelogo-small {
    height: 3em; height: 3vw;
    -webkit-transform: translateZ(0);
}
.OP {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.OP:hover {
    opacity: 1;
    filter: alpha(opacity=100); 
}

.headline {
    font-size: 3.51em;
    font-size: 3.5vw;
    font-weight: 900;
    margin: 5.7em 0 0 0;
    margin: 2vw 0 0 0;
    padding: 0 1.3em 0 0;
    padding: 0 1.7vw 0 35%;
    line-height: 4.8em;
    line-height: 4.8vw;
    text-align: right;
    z-index: 2;
    text-shadow: 1px 1px 1px #000;
}

.date {
    z-index: 2;
    top: -1vw;   
}
.date p {
    text-align: right;
    margin: 0 0 0.4vw 0;
}
.date2 {
    margin: -0.7vw 0px 0.2vw 0;
    z-index: 2;
  line-height: 1;
}
.banner {
    position: absolute;
    top: 21.7vw;
    height: 3vw;
    width: 100%;
    z-index: 2;
}

.bigW {
    position: absolute;
    right: -1.75em; right: -1.75vw;
    bottom: -3em; bottom: -3vw;
}

.roundLogo {
    position: absolute;
    left: 1vw;
    background-size: contain;
    bottom: -3vw;
    margin: 0 0 0 -3vw;
    display: table;
    overflow: hidden; 
    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    -khtml-border-radius: 50%;
    text-align: center;
    z-index: 3;
    height: 14vw;
    width: 14vw;
}
.roundLogoImg {
    /*position: absolute;*/
    margin: 0;
    border: 1.1vw solid transparent;
    left: 0;
    top: 0;
    background-size: contain;
    height: 14vw;
    width: 14vw;
}
.chat_persons {
    position: fixed;
    left: 0;
    background-size: contain;
    bottom: 0;
    margin: 0;
    padding: 0 14vw 0 0;
    width: 100%;
    z-index: 5;
    -webkit-transform: translateZ(0);
}
.chat-person {
    /* float: right; */
}
.avatar {
    position: relative;
    display: none;
    right: 14vw;
    bottom: 12vw;
    background-size: contain;
    margin: 0 0 0 auto;
    -webkit-border-radius: 50%;    
  -moz-border-radius: 50%;    
  border-radius: 50%;    
  -khtml-border-radius: 50%;
    border: none;
    text-align: center;
  background-size: auto 105%;
    /* z-index: 3; */
    overflow: visible;
    height: 5.5vw;
    width: 5.5vw;
    /* -webkit-transform: translateZ(0); */
}
.avatar:hover {
    cursor: pointer;
}
.avatar-show {
  display: block;
}
.avatar-active {
    position: absolute;
    right: 60x;
    bottom: 0.5vw;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border: 0.26vw solid #fff;
    text-align: center;
    /* z-index: 4; */
    overflow: visible;
    height: 10vw;
    width: 10vw;
    /* -webkit-transform: translateZ(0); */
    /* -webkit-transition: all .2s ease-in-out; */
    /* -moz-transition: all .2s ease-in-out; */
    /* -o-transition: all .2s ease-in-out; */
    /* -ms-transition: all .2s ease-in-out; */
    /* transition: all .2s ease-in-out; */
}
.avatar-active:hover {
    cursor: default;
}
.box3 {
    width: 3vw;
    height: 3vw;
    border: none;
}
.chat_avatar {
    width: 14.5vw;
    height: 14.5vw;
    position: absolute;
    top: 0.25vw;
    right: 0.25vw;
}

.bigv :hover {
    color: #fff;
    background-color: #00416A;
    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    -khtml-border-radius: 50%;
}

.me1 {
    display: table;
    width: 100%;
}

.me2, .me1 .pw-modal {
    height: 3em;
    height: 2.99vw;
    padding: 2px 1.3em 0; padding: 2px 1.7vw 0;
    /*background-color: rgba(255,255,255,1);*/
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
    line-height: 1;
    border: none;
}

span.me2 {
  cursor: default;
  font-weight: 400;
  color: #00416A;
}

span.me2:hover {
  
}

.blue {background-color: #00416A;}
.blue2 {background-color: rgba(0, 65, 102, 0.87);}
.blue3 {
    background-color: rgba(0, 65, 102, 0.1);
}
.blue3:hover {
    background-color: rgba(0, 65, 102, 1);
    color: #fff;
}

.white2 {background-color: rgba(255, 255, 255, 0.5);}
.white7 {background-color: rgba(255, 255, 255, 0.7);}

.me1 :hover {
    background-color: #00416A;
    color:#ffffff;
}

.blueX :hover {
    background-color: #fff;
    color:#00416A;
}

.me1 input[type="checkbox"] {
    display: none;
}

.me1 input[type="checkbox"]:checked + .me2 {
    background-color: #ffffff;
}

.b1 {
    height: 100%;
    margin: 0;
    position: relative;
    background-color: #fff;
}

.b1 :hover .ta1, .b1 :hover .ta2, .b1 :hover .ta3, .b1 :hover .price,.WBU :hover{
    background-color: #00416A;
    color:#ffffff;
}

.b1 :hover .tIcon{
    background-color: #00416A;
    color:#CCC;
}
.b1 :hover .newsTXT{
    display: none;
}
.b1 :hover .OP{
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.ta1 {
    height: 4.7vw;
    width: 100%;
    display: table;
    position: relative;    
}

.ta2 {
    height: 4.7vw;
    width: 98%;
    display: table;
    position: relative;
}

.offers-width .ta2 {
    width: 100%;
}

.ta3 {
    height: 144px;
    height: 7.4vw;
    width: 100%;
    display: table;
    position: relative;
      
}

.ce0 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
    
.ce1 {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    padding: 0 1.3em;  padding: 0.2vw 1vw 0;
    line-height: 1;
    z-index: 3;
}
.tIcon {
    background-size: cover;
    background-color: #fff;
    color: #00416A;
    font-size: 0.65em;
    text-align: center;
    line-height: 85px;
    line-height: 4.6vw;
    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    -khtml-border-radius: 50%;
    height: 3em;
    height: 3vw;
    width: 3em;
    width: 3vw;
    float: right;
    margin: -32px 0 0 -1px;
    margin: -1.76vw 0 0 -1px;
}

.tImg {
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-border-radius: 50%;    -moz-border-radius: 50%;    border-radius: 50%;    -khtml-border-radius: 50%;
    top: 0;
}

.tIcon2 {
    position: absolute;
    right: -1px;
}
.tIcon3 {
    position: absolute;
    right: 50px;
    right: 2.7vw;
}
.bigIcons {
    position: relative;
    margin: 0;
    width: 33%;
}
.bigIcon {
    position: relative;
    margin: 1vw 0 0 0;
    width: 33%;
}
.bigIconImg {
    position: relative;
    margin: -4.5vw 0 0 0;
    height: 3.2vw;
}
.headerVideo {

}

.video-module .headerVideo {
  width: 50%;
}
.module-summary {
  width: 50%;
} 

.module-headline {
  width: 50%;
}

.module-headline .PT{
  padding: 0;
}
.Inputfield {
	  float: none;
    display: inline-block;
    margin-bottom: 0.5vw;
    /* border-right: 1px solid #F6F6F6; */
    width: 100%;
    background: #FFF;
}
.myExpo-register .Inputfield {
  margin-bottom: 0.5vw;
}
/*Honey*/
div#wrap_Inputfield_scf-website {
    display: none;
}
/*Date*/
div#wrap_scf-date {
    display: none;
}

.b50 .Inputfield {
    margin-bottom: 2.8vw;
}
.ui-widget-header {
    padding: 0 0 0 0.7vw;
}
.b50 .ui-widget-header {
    padding: 0 0 0 3.96vw;
}
.ui-widget-content {
    padding: 0 0.5vw;
    background: initial !important;
    margin-bottom: 1.5vw;
}

.ui-widget-content p, .CommentForm p {
    margin: 0;
    text-align: left;
}

.ui-state-error {color: red;}

.topinfo {
    z-index: 4;
}
.CommentList {
    -webkit-margin-before: 0.8vw;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -moz-margin-before: 0.8vw;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -moz-padding-start: 0;
}
.comments_wrap{
    
}
.CommentListItem {
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 0 1.7vw;
    margin: 0 0 0.8vw 0;
    display: block;
}
.CommentFormCite, .CommentFormEmail {
    width: 50%;
    float: left;
}
#CommentForm_cite {
    border-right: 1px solid #CCC;
}
#CommentForm_submit{
    padding: 1.65vw 0 1.35vw;
    margin-top: 1.25vw;
}

.CommentListItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.CommentText {
  margin: 0.8vw 0;
  width: 100% ;
}

.CommentGravatar {
  /* width: 50%; */
}

.ui-widget-content .description, .ui-widget-content .detail, .CommentForm label {
    /* margin: 0 1.7vw; */
}
.b50 .ui-widget-content .description, .b50 .ui-widget-content .detail, .b50 .CommentForm label {
    /* margin: 0 3.7vw; */
}
#CommentForm_text {
    padding: 0.5vw 1.7vw;
}
#Inputfield_expo, .pw-no-select { --display: none}


.Inputfield_no_day_birthday .InputfieldDatetimeDay{
		display:none;
}

.Inputfield_time input{
	height: 3vw;
    padding: 0 1.7vw;
    line-height: 3vw;	
}

.collapsed8 i.toggle-icon, .collapsed8 .ui-widget-content{ 
display: none
}

.pw-edit, .pw-edit-modal{
    padding: 0em;
}
.pw-edit-buttons {
    z-index: 999;
}

.col-2.summary {
  z-index: 0;
}
.summary {
    text-align: justify;
    z-index: 2;
    /* padding-bottom: 1.1vw; */
  padding-top: 1vw;
    position: relative;
}

.summary-headline {
  padding-top: 1.7vw;
    background-color: #fff;
}


.summary-contacts {
    width: 100%;
    display: none;
	padding: 0px 10px;
}

.summary-contacts .MarkupGoogleMap {
    width: 82% !important;
    margin: 0 auto;
	display:none;
}



.news {
    max-height: 12em; max-height: 12vw;
    overflow-y: scroll;
    overflow: hidden;
}
.news2:hover {
   /* max-height: 24em; max-height: 24vw; */
}
.news .h1 {
    margin-right: 10em;margin-right: 16vw;
    margin-left: 1.3em;margin-left: 1.7vw;
}
.newsDateVideo-title {
    position: absolute;
    width: 100%;
    height: 100%;
}
.newsDateVideo-title .newsDate {
    position: absolute;
    bottom: 0;
}
.newsDate {
    font-size: 0.9vw;
    /* padding: 0 5.5vw 0 1vw;
    text-align: right; */
    padding: 0 0.5vw 0 1vw;
    text-align: center;
    margin-top: 6vw;
    width: 100%;
    background-color: rgba(0, 65, 102, 0.7);
    z-index: 0;
}
.newsTitle {
    font-weight: 700;
    color: #fff;
    z-index: 0;
    /* position: absolute; */
    /* bottom: 4.45vw; */
    /* right: 0; */
    /* padding-left: 6.5vw; */
  padding-top: 5px;
    line-height: 1.3;
}
.newsTitle p {
    margin: 0;
    text-align: center;
}
.newsTXT {
    font-weight: 300;
    background-color: rgba(0, 65, 102, 0.5);
    color: #fff;
    z-index: 0;
    width: 100%;
    text-align: left;
}
.sTXT {font-size: 0.66em; margin-top: -0.02em;}
.openhours p {text-align: right; margin-bottom: -0.8vw;}
.price {
    position: absolute;
    bottom: 3.4vw;
    left: -0.6vw;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 6vw;
    height: 6vw;
    text-align: center;
    padding-top: 3.4vw;
    line-height: 1.2vw;
    z-index: 0;
}

.item-list--2-in-row .price {
    position: absolute;
    bottom: 3.4vw;
    left: -2vw;
    top: -12.5vw;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 14vw;
    height: 14vw;
    text-align: center;
    padding-top: 3.4vw;
    line-height: 1.2vw;
    z-index: 0;
}

.item-list--3-in-row .price {
    position: absolute;
    bottom: 3.4vw;
    left: -0.6vw;
    top: -7.2vw;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    width: 9vw;
    height: 9vw;
    text-align: center;
    padding-top: 3.4vw;
    line-height: 1.2vw;
    z-index: 0;
}

#openFormPopup{
    /* margin-left: 40px;
    background: none;
    border: 0;	 */
    margin: 0.8em 1.3em 0.8em 1.3em;
    margin: 0.8vw 1.7vw 0.8vw 1.7vw;
    font-size: 1.2vw !important;
}

/* .ta1 .price{display:none;} */

.list_logo {
    position: absolute;
    width: 3vw;
    height: 3vw;
    top: -4.4vw;
    z-index: 3;
    left: 0.85vw;
    background-color: #fff;
}
.exponent_list_logo {
    position: absolute;
    width: 6vw;
    height: 6vw;
    top: -4.7vw;
    z-index: 4;
    left: -0.6vw;
    background-color: #fff;
    border: 0.3vw solid transparent;
}

.item-list--2-in-row .exponent_list_logo {
    position: absolute;
    width: 14vw;
    height: 14vw;
    top: -12.5vw;
    z-index: 4;
    left: -2vw;
    background-color: #fff;
    border: 0.3vw solid transparent;
}

.item-list--3-in-row .exponent_list_logo {
    position: absolute;
    width: 9vw;
    height: 9vw;
    top: -7.2vw;
    z-index: 4;
    left: -0.6vw;
    background-color: #fff;
    border: 0.3vw solid transparent;
}

.pw-AdminThemeReno .ui-button, .pw-AdminThemeReno button.ui-button.ui-state-default, .pw-AdminThemeReno .ui-button.ui-state-default {
    line-height: 1.2em;
    text-shadow: none !important;
    color: #fff;
    background: #00416A;
    border: 1px solid #00416A;
    border-radius: 0;
    transition: all 120ms ease-in;
}
.pw-edit-buttons.pw-edit-buttons-location-ne {
    left: 0;
    /* right: 0; */
}
.InputfieldHidden {display: none;}
.stands-cont {
    display: flex;
    flex-flow: column;
}


/*********************************************************************
 * 4. Footer
 *
 */

.footer {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
  width: 100%;
  padding: 0 22% 3vw 2%;
}
cke_float .cke_inner {
    padding-bottom: 0;
    margin-top: -50px;
}


.InputfieldPassword .ui-widget-content p {
    float: left;
    width: 50%;
    padding: 7.5px;
    /* clear: left; */
    position: relative;
}
.ui-widget-content span.pass-confirm.detail {
    position: absolute;
    top: 3.5vw;
    left: 0;
}
.myExpo-register .Inputfield_new_password {
    margin-bottom: 2vw;
}

.Inputfield .notes {
    display: none;
}
.InputfieldPassword .ui-widget-content p.description {
    width: 100%;
}
.InputfieldPassword .ui-widget-content {
    margin: -7.5px;
}
.b50 {
  background: none;
}

/* .Inputfields { */
  /* overflow: hidden; */
/* } */

.v-gallery > div {
    padding-top: 0 !important;
}

.video-gallery .v-gallery {
    float: left;
    width: 49.8%;
    margin: 0 1px 1px 0;
}


.clearfix:before,
.clearfix:after {
    content:" ";
    display:table;
}

.clearfix:after {
    clear:both;
}

.clearfix {
    *zoom:1;
} 

.ui-widget-content .ui-button {
    border: 0 !important;
    background: rgba(0, 65, 102, 0) !important;
  padding: 0 !important;
}

.grecaptcha-badge {
  left: 45000px;
}


.InputfieldPassword .pass-confirm > span, 
.InputfieldPassword .pass-scores > span {
  display: none;
}
.InputfieldPassword .pass-confirm > span.on, 
.InputfieldPassword .pass-scores > span.on {
  display: inline;
}

.expo-form {
    height: auto;
}
.hall-h a:hover {
    color: #00416A;
    border-bottom: 1px solid transparent;
}
.hall-h {
    background-color: white;
}
.hall-enter:hover {
    text-decoration: underline;
}
.footer h1 {
    z-index: 1;
    background-color: #f2f5f7;
}
.gey-line {
    width: 100%;
    height: 6px;
    background-color: #f6f6f6;
    display: block;
}
.thin-line {
  width: 100%;
  height: 3px;
  background-color: #f6f6f6;
  display: block;
}

.stand-small-wrapper .image{
  -webkit-transition: opacity 0.5s; /* Safari */
  transition: opacity 0.5s;	
}

.stand-small-wrapper:hover .image{
	opacity: 0.2;
}

.stand-small-wrapper:hover .newsTxtHover{
	opacity:1;
}

.newsTxtHover {
    position: absolute;
    top: 0px;
    font-size: 15px;
    text-align: center;
	opacity:0;
	display:block;
  -webkit-transition: opacity 0.5s; /* Safari */
  transition: opacity 0.5s;		
}

.column-cont {
    min-height: 25.8vw;
}
.sum-cont {
    min-height: 24vw;
}

.home-title {
background-color: white;
}

.home-title .main {
    width: 70%;
}
.home-title .main-headline {
    height: 8vw;
  display: flex;
}
.main-headline .PL {
    line-height: 3vw;
    background-color: white;
}
.main-headline .main-headline-padding {
  margin: auto 0;
}
.home-title .main-stats {
    right: 0;
    width: 30%;
    position: absolute;
    top: 4vw;
  display: flex;
  flex-flow: column;
  z-index: 1;
}


/* New summary block */
.summary-container {
    background-color: white;
}
.summary-container .summary-main {
    width: 70%;
}

.summary-container .summary-logo {
    float: left;
    width: 8vw;
    height: 8vw;
  background-image: url('../images/onlineexpo-logo-blue.svg');
    background-size: contain;
    margin: 0.5vw 0.5vw 0 2vw;
    background-position-y: center;
    background-color: white;
	margin-right: 15px;
}
.summary-container .summary {
    width: 100%;
  padding-top: 1vw;
}
.summary-container .summary-headline {
  /*  height: 8vw; */
  display: flex;
}

/* Social icons */
a.social_icon{
	margin-right: 8px;
}

#main .images .CV.h50{
	
}

.imgGallery-module .images.expo_gallery{
	display:inline-block;
	
}

#main .images .gallery_one_item{
	display: block;
    float: left;
    width: 25%;	
	box-sizing: border-box;
    padding: 5px;
	opacity:0;
	-webkit-transition: opacity 0.3s; /* Safari */
	transition: opacity 0.3s;
	max-height: 180px;
    overflow: hidden;	
}

#main .images .gallery_one_item.large{
    width: 50% !important;
    max-height: none;
    overflow: visible;	
}

#main .images .gallery_one_item a.fancybox{

}

#main .images .gallery_one_item.active{
	opacity:1;
    display: inline-table;	
}

#main .images .gallery_one_item.one_third{
	width: 16.66%;
}

.summary-headline .PL {
    line-height: 3vw;
    background-color: white;
}
.summary-headline .headline-padding {
  margin: auto 0;
}
.summary-container .summary-stats {
    right: 0;
    width: 30%;
    position: absolute;
    top: 4vw;
  display: flex;
  flex-flow: column;
  z-index: 1;
}

.summary-container .summary-stand-headline{
    display: block;	
}

.summary-container .summary-stand-headline .subline{
/*	line-height: 16px; */
}

.summary-container .summary-like-cont {
    display: flex;
    flex-flow: row-reverse;
    /* position: relative; */
    bottom: 2vw;
    justify-content: space-between;
    align-items: center;
}
.summary-like-cont .fb-like{
    margin: 0.5vw 2vw;
    height: 20px;
  left: 0;
    top: 0;
  z-index: 1;
}
.fb-like span {
  vertical-align: top !important;
}
.stats-buttons {
    height: 7vw;
    display: flex;
}
.stats-buttons .stats-share-button {    
    display: flex;    
    justify-content: center;    
    background-color: #00416A;    
    height: 3.5vw;    
  cursor: pointer;    
}    
.stats-buttons .stats-share {    
    height: 4vw;    
    margin: 0 auto;    
    width: 80%;    
}    
.stats-buttons .stats-share-button p {    
    margin: auto;    
    color: white;    
    font-weight: 400;    
}    
.stats-buttons .stats-share-cont {    
    height: 3.5vw;    
  display: none;    
    justify-content: center;    
  border: 1px solid #00416A;    
    width: 100%;    
  margin-top: -1px;    
  background-color: white;    
}    
.stats-share-cont .share-fb, .share-google, .share-twitter,  .share-vk{    
    height: 2.5vw;    
    margin: auto;    
    width: 2.5vw;    
    background-size: contain;    
  cursor: pointer;    
}    
.stats-share-cont .share-fb {    
    background-image: url(../images/facebook.svg);
    border-bottom: 0;	
}    
.stats-share-cont .share-google {    
    background-image: url(../images/google-plus.svg);    
  border-bottom: 0;    
}    
.stats-share-cont .share-twitter {    
    background-image: url(../images/twitter.svg);    
  border-bottom: 0;    
}    
.stats-share-cont .share-vk {    
    background-image: url(../images/vk.svg);    
  border-bottom: 0;    
}
.stats-buttons .stats-counter {
    height: 5vw;
}
.stats-top {
    width: 100%;
    margin: auto;
  padding: 0 3vw;
    height: 4vw;
    display: flex;
  justify-content: space-around;
}
.stats-stands .stands-img {
  background-image: url(../images/market-stand.svg);
    width: 2vw;
  height: 2vw;
  background-size: contain;
  margin: auto;
}
.stats-visit .visit-img {
  background-image: url(../images/group.svg);
    width: 2vw;
  height: 2vw;
  background-size: contain;
  margin: auto;
}
.stats-countries .countries-img {
  background-image: url(../images/earth-globe-with-continents-maps.svg);
    width: 2vw;
  height: 2vw;
  background-size: contain;
  margin: auto;
}
.stats-offers .offers-img {
  background-image: url(../images/badge.svg);
    width: 2vw;
  min-height: 2vw !important;
  background-size: contain;
  margin: auto;
}
.stats-top p {
    font-weight: 400;
    padding: 0;
  font-size: 1vw;
    color: #00416A;
  text-align: center;
  margin: 0;
}
.stats-top .fa {
    padding-left: 5px;
}
.fb-like iframe {
    height: 5vw !important;
  padding: 0;
}
.fb-like span {
  height: 1.7vw !important;
    margin: auto;
}
.TXT {
	padding-top: 1vw;
    padding-bottom: 2vw;
}
.stand-cont {
    overflow: hidden;
    display: flex;
}
.stand-left-cont {
    width: 50%;
    float: left;
}
.stand-right-cont {
  width: 50%;
  float:right;
  margin: auto;
}
.imgGallery-module{
    padding-top: 1vw;
}
.imgGallery-module .images {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  /* margin: 1vw 1.7vw 0 1.7vw; */
    margin: 0vw 0.5vw 0 0.5vw;
}
.imgGallery-module .textImg {
    width: 50%;
  /* background-size: contain; */
    min-height: 21.4vw;
}
.imgGallery-module .textImg img {
    min-height: 21.4vw;
	opacity:0;
}

/* */
#main .images .CV{
    background-size: contain;  
}

/* Form builder Styles */
.popUpTimer{
	width: 80%;
    margin-top: 20px;	
}

.popUpTimer .ui-widget-header{
    padding-left: 10px;
}

.popUpTimer select[multiple]{
    padding: 15px 15px;
    outline: none;
    max-height: 150px;
}

.popUpTimer .pw-no-select{
    display: inline-block;
    font-weight: normal;
}

.popUpTimer input[type="checkbox"], .popUpTimer input[type="radio"]{
    display: inline-block;
    width: auto;
    margin: 0;
    height: auto;
    margin-right: 10px;	
}

.popUpTimer textarea{
	padding: 10px;
}

.popUpTimer .ui-widget-content ul{
    padding-left: 0;
    list-style-type: none;	
}

.popUpTimer .ui-widget-content ul li{
    margin: 0;
}

.popUpTimer .ui-widget-content select option{
	
}

.popUpTimer .Inputfield {
	margin-bottom: 0px;
}

.popUpTimer i.toggle-icon{
	display:none;
}

.popUpTimer .InputfieldMapMarkerLat, .popUpTimer .InputfieldMapMarkerToggle, .popUpTimer .InputfieldMapMarkerLng,.popUpTimer .InputfieldMapMarkerZoom{
	display:none;
}

.expo-form {
    box-sizing: border-box;
    padding: 0 15px;
}

.expo-form .form-group {
    box-sizing: border-box;
    padding: 0 15px;
    border: 0;
}

.expo-form .form-group input, .expo-form .form-group textarea {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 8px;
    height: auto;
    box-shadow: none;
}

.chat-icon__mob {
    display: none;
}




/*********************************************************************
 * 5. Media queries for responsive layout
 *
 */
@media only screen and (max-width: 1370px) {
  .boxSwitchWrap .navContainer {
    width: 820px;
  }

  .boxSwitch {
    width: 1000px;
  }

}
@media only screen and (max-width: 1260px) {
  .boxSwitchWrap .navContainer {
    width: 580px;
  }

  .boxSwitch {
    width: 760px;
  }

}
@media only screen and (max-width: 991px) {
  .chat {
    bottom: 60px;
    right: 2vw;
    width: 55px;
  }
  .chat .chat-box{
    display: none !important;
  }
  
  .chat-person {
    display: none;
  }
  .live-chat .chat-img {
    display: block !important;
  }
  .chat-icons {
    flex-direction: column-reverse;
    margin: 0;
    position: relative;
    left: -5%;
    bottom: 5%;
    height: 100%;
    
  }
  .chat-icons .chat-icon {
    margin: 0 auto;
    width: 40px;
    height: 40px;
  }

  .chat-icon__mob {
    display: block;
  }
  
  .chat .open {
    display: none;
  }
  #live-chat header {
      background: rgba(0, 65, 102, 0);
    height: 300px;
    
  }
  #live-chat .hide-img {
      display: block;    
  }
  #live-chat .viber {
    display: block;
  }

  #live-chat .whatsapp {
    display: block;
  }
  .boxSwitchWrap .proIcon-medium {
    height:40px;
    width:60px;
    vertical-align: middle;
  }
  .boxSwitchWrap .proIcon-active {
    height: 60px;
    width: 80px;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .boxSwitchWrap .proIcon-medium:hover {
    height:50px;
    width:70px;
    margin-bottom: 6px;
  }
  .boxSwitchWrap .prevBtn, .boxSwitchWrap .nextBtn {
    font-size: 70px !important;
  }
  .navbar-loader-prev, .navbar-loader-next {
    width: 70px;
    bottom: -2px;
  }
  .navbar-loader-prev {
    margin: 0 8px 0 0;
  }
  .boxSwitchWrap .navContainer {
    width: 440px;
  }
  
  .boxSwitch {
    width: 600px;
  }
  
  .boxSwitchWrap .nextBtn:hover {
    font-size: 80px !important;
  }
  
  .boxSwitchWrap .prevBtn:hover {
    font-size: 80px !important;
    padding: 0 13px 0 19px;
  }
  .mainContent {
    padding-right: 0;
  }
  .topwrap {
    padding-right: 0;
  }
  .header-bg {  
    padding-right: 0 !important;  
  }
  body, .more, h4, td, input, textarea, keygen, select, button, placeholder, .ui-widget {
    font-size: 2.8vw !important;
  }
  .stats-top {  
    height: 5vw;
  }
  .stats-buttons .stats-share-button {
    height: 4.5vw;
  }
  .imgGallery-module .textImg {
    min-height: 24vw;
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait){
  .container {
    margin-bottom: 12vw !important;
  }
  .slideScreen {
    width: 100% !important;
    height: 15vw;
    position: fixed;
    top: auto;
    flex-flow: column;
    bottom: 0;
  }
  .newsFeed-cont {
    height: 15vw;
  }
  .slideScreen-header {
    height: 3vw;
    border-radius: 0 1.2vw 0 0;
    z-index: 4;
    top: -3vw;
  }
  .slideScreen .slideNews {
    top: 0;
    width: 100%;
  }
  .sideFeeds {
    min-width: 14vw;
    margin: 0 0.5vw;
  }

  .sideFeeds .feedTitle {
    font-size: 1.2vw;
  }
  .sideFeeds .newsDate {
    font-size: 1.5vw;
    line-height: 1.2;
    padding: 0.5vw;
  }
  .slideNews .newsFeedContainer {
    flex-direction: row;
  }
  .sideFeeds .sideFeeds-main {
    height: 10vw;
  }
  .sideFeeds .feedTitle-cont {
    min-height: 2vw;
  }
  .boxSwitchWrap {
    padding-right: 0;
    height: 70px;
    bottom: 15vw;
  }
  .slimScrollDiv {
    padding: 1vw 1.5vw;
  }
  .slideScreen .slideScreenBtn {
    display: none;
  }
  .slideNews .contnr {
    padding-bottom: 0;
  }
  .footer {
    padding-right: 6%;
    padding-bottom: 20vw !important; 
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .slideScreen-header {
    height: 8vw;
  }
  .slideScreen .slideNews {
    top: 8vw;
  }
  .sideFeeds {
    min-width: auto;
  }
  .sideFeeds .feedTitle {
    font-size: 1.6vw;
  }
  .sideFeeds .newsDate {
    font-size: 1.5vw;
    line-height: 1.2;
    padding: 0.5vw;
  }
  .sideFeeds .sideFeeds-main {
    height: 12vw;
  }
  .sideFeeds .feedTitle-cont {
    min-height: 2vw;
    max-width: 100%;
    overflow: hidden;
  }
  .slideScreen .slideScreenBtn {
    display: none;
  }
  .mainContent {
    padding-right: 20%;
  }
  .topwrap {
    padding-right: 20%;
  }
  .header-bg {
    padding-right: 20% !important;
  }
  .container {
    margin-bottom: auto !important;
  }
  .imgGallery-module .textImg {
    min-height: 19vw;
  }
}
@media only screen and (max-width: 767px) {
  .mHeight-0 {
    height: 0 !important;
  }
  .boxSwitchWrap {
    display: none;
  }
  .stand-cont {
    display: block;
  }
  .stand-left-cont {
    width: 100%;
    margin: auto;
  }
  .stand-right-cont {
    width: 100%;
    margin: auto;
  }
  .myExpo-bg .myExpo-cont {
    padding: 6vw 1vw 0;
  }
  .login_title {
    font-size: 3vw;
  }
  .register_title {
    font-size: 3vw;
  }
  #FormBuilder_account-request label {
    font-size: 3vw;
    line-height: 4vw;
  }
  #login_form label {
    font-size: 3vw;
    line-height: 4vw;
  }
  #FormBuilder_account-request input {
    font-size: 2vw !important;
    line-height: 3vw;
    height: 4vw;
  }
  #login_form input {
    font-size: 2vw !important;
    line-height: 3vw;
    height: 4vw;
  }
  #account-request_submit .ui-button-text {
    font-size: 4vw !important;
    line-height: 6vw !important;
  }
  .menu2 li {
    height: 10vw;
  }
  .oe-countries-w {
    top: -26vw;
  }
  .fixed {
    position:absolute;    
  }
    
  body, td, input, textarea, keygen, select, button, placeholder {
    font-size: 3.5vw !important; 
  }
  .col-2 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    -ms-column-count: 1;
    column-count: 1;
  }
  .w50, .w25, .w33, .w30 {
    width: 100%;
  }

  .h30 { min-height: 40em; min-height: 40vw; }
  .h50, .h25, .h20 { min-height: 40em; min-height: 40vw;}

  h1, h3, .h1, button .ui-button-text { 
    font-size: 4vw !important;
    line-height: 7vw !important;
  }

  h3 strong {
    padding-top: 0.2em;
    color: #00416A;
    font-size: 3.6vw;
    font-weight: 400;
  }

  .video-cont {
    margin: 1.7vw 1.7vw 0 1.7vw;
    width: 96% !important;
  }
  .video-module .headerVideo {
    width: 100%
  }
  .video-module .module-summary {
    width: 100%;
  }
  .oelogo-front {
    left: -3vw;
    width: 29vw;
    height: 8vw;
  }
  h2, h2 strong {
    line-height: 9vw;
  }
  .ta1, .me2 {
    height: 8vw;
  }
  .newsDate {
    /* font-size: 3.5vw !important; */
    /* padding: 0 1.7vw; */
    /* text-align: right; */
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
  }
  .price {
    bottom: 6.5vw;
    left: -3vw;
    width: 14vw;
    height: 14vw;
    text-align: center;
    line-height: 8vw;
    z-index: 0;
  }
  .offers-width .list_logo {
    top: -2.4vw;
    left: 0;
    width: 4vw;
    height: 4vw;
  }
  .offers-width .h25 {
    min-height: 12vw;
  }
  .offers-width .ce1 {
    font-size: 2vw;
  }
  .offers-width .price {
    width: 10vw;
    height: 10vw;
  }   

  /* .expo-form {
    height: 43vw;
  } */

  .exponent_list_logo {
    position: absolute;
    width: 12vw;
    height: 12vw;
    top: -11.5vw;
    z-index: 3;
    left: -2vw;
    background-color: #fff;
    border: 0.3vw solid transparent;
  }
  .banner {
    top: 0.7vw;
    left: 3vw;
    height: 3vw;
    z-index: 2;
  }
  .PT {
    padding-top: 3.2vw;
  }
  .mgmap1 {height: 36vw;}
  .contacts {
    height: 12vw;
  }
  .vSp2, .HB2 {
    height: 12vw;
  }
  .menu-like {
    display: none;
  }
  .container {
    width:94%;
    margin: 15vw auto 2vw;
    margin-bottom: 15vw !important;
  }
  .topmenu {
    width:94%;
    height: 8vw;
  }
  .topnav {
    width: 52%;
    position: absolute;
    left: 5vw;
    z-index: 2;
    border-right: 0;
  }
  .topnav-hidden {
    width: 32%;
    position: absolute;
    left: 24vw;
    height: 8vw;
    z-index: 3;
  }
  .topnav-overlay {
    width: 100vw;
    position: fixed;
    height: 100vh;
    z-index: 2;
    left: 0;
    top: 0;
  }
  .oelogo {
    width: 21vw;
    height: 11vw;
    background-position: center;
    left: 2vw;
  }
  .search {
    position: absolute;
    left: 54vw;        
    width: 24%;
  }
  .search form input {
    width: 100%;
    line-height: 3.05em;
    line-height: 6.05vw;
    height: 3em;
    height: 8vw;
    z-index: 2;
  }
  .news {
    max-height: 100em;
    max-height: 100vw;
    overflow-y: scroll;
    overflow: hidden;
  }
  .news:hover {
    max-height: 200em;
    max-height: 200vw;
  }
  .align_left {
    max-width: 100%;
    float: none;
  }
  .myExpo {
    width: 50%;
    z-index: 2;
  }
  .languages {
    width: 8vw;
    margin: 8vw 0 0 0;
    z-index: 90;
    right: -1vw;
  }
  .languages .current {
    top: -8vw;
  }
  .languages .lng {
    height: 8vw;
    width: 8vw;
  }
  .mEx {
    right: 9vw;
    width: 8vw;
    height: 8vw;
  }
  .myExpo-bg {
    right: 8vw;
  }
  .InputfieldPassword .ui-widget-content p.description {
    font-size: 2vw;
  }
  .summary-container .summary-main {
    width: 100%;
  }
  .summary-container .summary-stats {
    width: 100%;
    position: relative;
    top: 7vw;
    display: flex;
    justify-content: center;
    min-height: 40vw;
  }
  .summary-like-cont .fb-like{
    margin: 2vw 2vw;
  }
  .summary-container .summary-logo {
    width: 20vw;
    height: 20vw;
  }
  .summary-headline .PL {
    line-height: 7vw !important;
    font-size: 4vw !important;
    padding-top: 1vw;
  }
  .stats-top {
    height: 17vw;
    width: auto;
    margin: 0 3vw 0;
    padding-top: 3vw;
  }
  .stats-top .stands-img, .visit-img, .countries-img, .offers-img{
    width: 8vw !important;
    height: 8vw !important;
  }
  .stats-buttons .stats-share {
    height: 12vw;
  }
  .stats-buttons .stats-share-button {
    height: 12vw;
  }
  .stats-buttons .stats-share-cont {
    height: 13vw;
  }
  .stats-share-cont .share-fb, .share-google, .share-twitter, .share-vk {
    height: 10.5vw;
    width: 10.5vw;
  }
  .stats-top p {
    font-size: 3.3vw;
    margin: auto;
  }
  .stats-buttons {
    width: auto;
    height: 26vw;
  }
  .summary-container .summary-like-cont {
    position: relative;
    /* top: -45vw; */
  }
  .stats-share p {    
    font-size: 5vw;    
  }
  .fb-like iframe {
    height: 28px !important;
  }
  .fb-like span {
    height: 28px !important;
  }
  .editbar {
        top: 10vw;
    right: -1vw;
    display: none;
  }
  .editbar .edit {
    width: 8vw;
    height: 8vw;
    top: 0;
    right: 0;
  }
  .imgGallery-module .textImg {
    width: 100%;
    min-height: 51vw;
  }
  
  .summary-container .summary-stand-headline .subline {
	padding-left: 25.5vw;
	line-height: 20px !important;
	margin-bottom: 10px;
  } 

  	.slideSCreen-expand {
		display: flex;
		align-items: center;
		justify-content: center;
		height: auto;
		padding: 10px;
		line-height: 1;
		font-size: 13px;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .slideScreen {
    height: 18vw;
  }
  .newsFeed-cont {
    height: 18vw;
  }
  .slideScreen-header {
    height: 4vw;
    top: -4vw;
  }
  .sideFeeds {
    min-width: 16vw;
  }
  .sideFeeds .sideFeeds-main {
    height: 12vw;
  }
  .sideFeeds .feedTitle {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape){
  .slideScreen-header {
    height: 8vw;
  }
  .slideScreen .slideNews {
    top: 8vw;
  }
  .sideFeeds {
    min-width: auto;
  }
  .sideFeeds .sideFeeds-main {
    height: 12vw;
  }
  .sideFeeds .feedTitle {
    font-size: 1.8vw;
  }
  .topmenu {    
    height: 5vw;    
  }
  .oelogo-front {
    left: -2.3vw;
    width: 18vw;
    height: 5vw;    
  }    
  .topnav {    
    width: 54%;    
    position: absolute;    
    left: 2.8vw;    
    z-index: 2;    
  }    
  .topnav-hidden {    
    width: 37%;    
    position: absolute;    
    left: 16vw;    
    height: 5vw;    
    z-index: 3;    
  }    
  .search {    
    position: absolute;    
    left: 43.5vw;    
    width: 26%;    
  }    
  .search form input {    
    width: 100%;    
    line-height: 3.05em;    
    line-height: 6.05vw;    
    height: 3em;    
    height: 5vw;    
    z-index: 2;    
    font-size: 3vw !important;    
  }    
  .languages {    
    width: 5vw;    
    margin: 5vw 0 0 0;    
    z-index: 90;    
    right: 0;    
  }    
  .languages .lng {    
    height: 5vw;    
    width: 5vw;    
  }    
  .languages .current {    
    top: -5vw;    
  }    
  .mEx {    
    right: 7vw;    
    width: 5vw;    
    height: 5vw;    
  }    
  .topnav a {    
    font-size: 3vw;    
    height: 5vw;    
  }    
  .menu2 a, .menu2 span {    
    padding: 2px 2vw 0;    
    font-size: 2.2vw !important;    
  }    
  .summary-container .summary-headline {    
    min-height: 19vw;    
  }    
  .summary-headline .PL {    
    font-size: 6vw !important;    
  }
  .container {
    margin-bottom: auto !important;
  }
  .imgGallery-module .textImg {
    min-height: 41vw;
  }
}
@media only screen and (max-width: 575px) {
  .video-gallery .v-gallery {
    float: left;
    width: 100%;
    margin: 0 0 1px 0;
  }
}

/* Mobile fixes */
@media only screen and (max-width: 640px) {

	#main .images .gallery_one_item.one_third {
		width: 25%;
	}

	  .sideFeeds .TextformatterVideoEmbed{
		width: 100%;
	  }	
		
	div.w100.offers > div .offers-width {
		border-bottom: 10px solid #f6f6f6;
		float: left;
		width: 100%;
		min-height: 150px;
		box-sizing: border-box;
	}

	div.w100.offers > div a.b1_url .ta2.BL {
		width: 100%;
		height: auto;
		margin: 20px 0px;
	}

	div.w100.offers > div .offers-width .ce1 {
		font-size: 15px;
	}

	div.w100.offers > div .offers-width .list_logo {
		top: -19.4vw;
		left: inherit;
		width: 20vw;
		height: 20vw;
		right: 0;
	}

	div.w100.offers > div .offers-width .price {
		width: auto;
		height: auto;
		padding: 0px 10px;
		border-radius: 0;
		left: 0px;
		color: #fff;
		background: #00416a;
	}

	div.w100.offers > div .offers-width .h25 {
		min-height: 40vw;
	}
	
	/* "Sisene nupp" */
	.stands-cont .w50.h50.WB.PT a.h1.ABB{
		position: relative;
	}	
	
	#main > div.w100.h100.CV .headline {
		margin: 0;
		padding: 0;
		top: -25%;
	}
	
	.w100.h25.WB #mgmap1.MarkupGoogleMap{
		height: 55vw !important;
		border-bottom: 20px solid #fff;		
	}
	
	input, keygen, select {
		height: 7vw;
	}	
	
	.Inputfield {
		padding: 0px 10px;
	}	
	
	
}

@media only screen and (max-width: 575px) and (orientation: portrait) {
  .slideScreen {
    height: 25vw;
  }
  .newsFeed-cont {
    height: 25vw;
  }
  .slideScreen-header {
    height: 6vw;
    width: 25vw;
    border-radius: 0 2vw 0 0;
    top: -6vw;
  }
  .slideScreen-header p {
    /* font-size: 2.5vw; */
    font-weight: 400;
  }
  .sideFeeds {
    min-width: 30vw;
  }
  .sideFeeds .sideFeeds-main {
    height: 16vw;
  }
  .sideFeeds .feedTitle {
    font-size: 2.3vw;
  }
  .sideFeeds .newsDate {
    font-size: 2.2vw;
  }
  .container {
    margin-bottom: 23vw !important;
  }
  .footer {
    padding-bottom: 28vw !important;
  }
}
@media only screen and (max-width: 575px) and (orientation: landscape) {
  .slideScreen-header {
    height: 8vw;
  }
  .slideScreen .slideNews {
    top: 8vw;
  }
  .slideScreen-header p {
    /* font-size: 2.5vw; */
    font-weight: 400;
  }
  .sideFeeds {
    min-width: auto;
  }
  .sideFeeds .feedTitle {
    font-size: 1.8vw;
  }
  .sideFeeds .newsDate {
    font-size: 1.5vw;
  }
  .container {
    margin-bottom: auto !important;
  }
}

.button,
#CommentForm_submit {
  display: inline-block;
  background-color: #195375;
  color: #ffffff;
  padding: 0.5em 1em;
  border: none;
  text-align: center;
  text-decoration: none;
}

.button {
  margin: 0 0.2em;
}

.button:hover,
#CommentForm_submit:hover {
  background-color: #00416a;
  color: #ffffff;
  text-decoration: none;
}

.no-margin-for-children * {
  margin-left: 0;
  margin-right: 0;
}

.no-top-margin-for-first-child *:first-child {
  margin-top: 0;
}


.swiper-button-prev {
  left: 5px;
}

.swiper-button-next {
  right: 5px;
}

.swiper-button-prev,
.swiper-button-next {
 width: 3em;
 height: 3em;
 background-color: #ffffff;
 border-radius: 50%;
 border: 1px solid #00416a;
}

.swiper-button-prev:after {
  margin-right: 0.25em;
}

.swiper-button-next:after {
  margin-left: 0.25em;
}

.swiper-button-prev:after,
.swiper-button-next:after {
 color: #00416a;
 font-size: 1em;
 font-weight: bold;
}

.swiper-expo-expohall-slider .swiper-slide {
  padding: 0 20px;
}

.swiper-expo-expohall-slider .swiper-button-disabled {
  display: none;
}

.swiper-expo-expohall-slider .swiper-button-prev,
.swiper-expo-expohall-slider .swiper-button-next {
  top: 35%;
}

.swiper-nav-container {
  position: relative;
  width: 8em;
  margin: 0.5em auto;
  display: flex;
  justify-content: space-between;
}

.swiper-nav-container > * {
  position: static;
  margin-top: 0;
}

.list-item {
  list-style: none;
}

.list-item-link {
  display: inline-flex;
  align-items: center;
}

.list-item-icon {
  width: 3vw;
  height: 3vw;
  background-color: #fff;
  border: 0.3vw solid transparent;
  border: 1px solid #00416a;
  margin-right: 1vw;
}


table.oe-table-01 {
  min-width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
}

table.oe-table-01 td, 
table.oe-table-01 th {
  padding: 0.5em 0.75em;
}

table.oe-table-01 tbody tr:nth-child(even) td {
  background: #e9e9e9;
}

table.oe-table-01 th {
  font-weight: bold;
  text-align: center;
  background: #2980b9;
  color: #ffffff;
}


table.oe-table-02 {
  min-width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-bottom: 1px solid #e9e9e9;
  margin: 0;
}

table.oe-table-02 td, 
table.oe-table-02 th {
  /* padding: 0.5em 0.75em; */
}

table.oe-table-02 tbody tr:nth-child(even) td {
  background: #e9e9e9;
}

table.oe-table-02 th {
  font-weight: bold;
  text-align: center;
  background: #274955;
  color: #00cfb8;
}

.joboffer-table {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2em;
  row-gap: 1em;
  margin-left: 2em;
}

.joboffer-table > div:nth-child(odd) {
  text-align: right;
  font-weight: 400;
  color: #195375;
}

.joboffer-table > div p {
  margin-left: 0;
  margin-right: 0;
}

.joboffer-table > div *:first-child {
  margin-top: 0;
}

.joboffer-table > div *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .joboffer-table {
    grid-template-columns: 1fr;
    row-gap: 0.5em;
    margin-left: 0;
  }

  .joboffer-table > div:nth-child(odd) {
    text-align: initial;
  }

  .joboffer-table > div:nth-child(even) {
    margin-bottom: 0.5em;
  }
}

@media only screen and (max-width: 430px) {
  .slideScreen-header p {
    font-size: 2.5vw;
  }
}
.breadcrumbs {
  width: 100%;
  list-style-type: none;
  margin-top: 0.8vw;
  margin-bottom: 0.8vw;
}

.breadcrumbs li {
  display: inline-flex;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;

}

.breadcrumbs a {
}

.breadcrumbs li:after {
  content: ">";
  color: #999; 
  padding-left: 0.5em;
  padding-right: 0.5em; 
}

.breadcrumbs li:last-child:after {
  content: none;
}
/* For accordion  */
.accordion .accordion__title:after  {
  content: "+";
  font-weight: 500;
  font-size: 30px;
  transition: .3s transform;
}

.accordion {
  border: 2px solid #00416A;
  margin: 30px;
  padding: 15px;
  cursor: pointer;
  background-color: #00416A;
  color: #fff;
  transition: .3s;
}

.accordion:hover, .accordion.active {
  background-color: #f6f6f6;
  color: #00416A;
}

.accordion.active .accordion__title:after {
  transform: rotate(45deg);
}

.accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.accordion__description {
  font-size: 18px;
  line-height: 1.3;
  border-top: 2px solid #00416A;
  margin-top: 15px;
  padding-top: 15px;
  display: none;
}
/* End For accordion */

/* show-hide text */

.readmore {
	overflow: hidden;
	position: relative;
}

.readmore:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0px -12px 25px 10px rgb(255 255 255);
  z-index: 2;
}

.readmore--expanded:after {
	content: none;
}

.readmore__button {
	display: flex;
	justify-content: flex-end;
}

/* END show-hide text */

/*template image-gallery field image_galery_layout*/
.image-gallery-item-25 {
  width: 25%;
  padding: 5px 5px;
}

.image-gallery-item-20 {
  width: 20%;
  padding: 5px 5px;
}

.image-gallery-wrapper {
  display: flex; 
  flex-wrap: wrap; 
  align-items: center;
}

.image-gallery-wrapper-center {
  justify-content: center;
}
/*END template image-gallery field image_galery_layout*/


.menu-featured {
    position: sticky;
    top: 3vw;
    z-index: 10;
}

/* @media (max-width: 767px) {
	.menu-featured {
		position: static;
	}
} */

.subline a {
  color: #3366BB;
  font-weight: bold;
}


/* Medsoft @hack start */
.menu2__item--26857 {
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* Medsoft @hack end */

.htmx-indicator {
  display: none;
}

.htmx-request.htmx-indicator{
  position: absolute;
  z-index: 1000;
  background-color: rgba(150, 150, 150, 0.2);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline;
}

.htmx-request.htmx-indicator > img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.htmx-indicator-wrapper {
  position: relative;
}