@-webkit-keyframes lbSlideTopIn {
    0% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: translateY(-100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: translateY(0%);
    }
}

@keyframes lbSlideTopIn {
    0% {
        transform-origin: 0 0;
        transform: translateY(-100%);
    }
    100% {
        transform-origin: 0 0;
        transform: translateY(0%);
    }
}

@-webkit-keyframes lbSlideBottomIn {
    0% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: translateY(100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        -webkit-transform: translateY(0%);
    }
}

@keyframes lbSlideBottomIn {
    0% {
        transform-origin: 0 0;
        transform: translateY(100%);
    }
    100% {
        transform-origin: 0 0;
        transform: translateY(0%);
    }
}

div[id^="trustbadge-container"] {
    z-index: 2147483600 !important;
}

.lbSlide {
    visibility: visible !important;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.lbSlideTopIn {
    -webkit-animation-name: lbSlideTopIn;
    animation-name: lbSlideTopIn;
}

.lbSlideBottomIn {
    -webkit-animation-name: lbSlideBottomIn;
    animation-name: lbSlideBottomIn;
}

.lbUnselect {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.lbInv {
    display: block !important;
    font-family: "Arial";
    position: fixed;
    z-index: 2147483646;
}


.lbInv div:empty::before {
    content: "\00a0";
}

.lbInvSprite {
    /*background-image:url("../../../visitor/events/contact/images/sprite.contact.png");*/
    background-image: url("[EV_HTTP]/visitor/events/contact/images/sprite.contact.png?4");
    background-repeat: no-repeat;
}

.lbInvSpriteMobile {
    background-image: url("../../../visitor/events/contact/images/sprite.contact.mobile.png");
    /*background-position: center center;*/
    background-repeat: no-repeat;
}

.lbInv.lbInvHide {
    visibility: hidden;
    opacity: 0;
}

.lbInv .lbInvMask {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    z-index: 1;
}

.lbInvActive .lbInvMask {
    visibility: visible;
    opacity: 1;
}

.lbInv .lbInvElems {
    z-index: 2;
}



.lbInv .lbInvBtContactChat .lbInvBtIcon {
    background-position: 0 0;
}

.lbInv .lbInvBtContactEmail .lbInvBtIcon {
    background-position: 0 -50px;
}

.lbInv .lbInvBtContactCall .lbInvBtIcon {
    background-position: 0 -100px;
}

.lbInv .lbInvBtContactCallBack .lbInvBtIcon {
    background-position: 0 -150px;
}

.lbInv .lbInvBtContactVozelia .lbInvBtIcon {
    background-position: 0 -200px;
}

.lbInv .lbInvBtContactSkype .lbInvBtIcon {
    background-position: 0 -250px;
}

.lbInv .lbInvBtContactWhatsapp .lbInvBtIcon {
    background-position: 0 -300px;
}

.lbInv .lbInvBtContactMessenger .lbInvBtIcon {
    background-position: 0 -400px;
}

.lbInv .lbInvBtContactTwitter .lbInvBtIcon {
    background-position: 0 -450px;
}

.lbInv .lbInvBtContactVideocall .lbInvBtIcon {
    background-position: 0 -500px;
}

.lbInv .lbInvBtContactShared .lbInvBtIcon {
    background-position: 0 -600px;
}

.lbInv .lbInvBtContactManual .lbInvBtIcon {
    background-position: 0 -650px;
}

.lbInv .lbInvBtContactAppointment .lbInvBtIcon {
    background-position: 0 -700px;
}

.lbInv .lbInvBtContactTelegram .lbInvBtIcon {
    background-position: 0 -750px;
}

.lbInv .lbInvBtContactLinkedin .lbInvBtIcon {
    background-position: 0 -850px;
}

.lbInv .lbInvBtContactInstagram .lbInvBtIcon {
    background-position: 0 -800px;
}

.lbInv .lbInvBtContactGuide .lbInvBtIcon {
    background-position: 0 -350px;
}

.lbInv .lbInvBtContactBudget .lbInvBtIcon {
    background-position: 0 -550px;
}

.lbInv .lbInvBtContactSkype {
    background-color: #00B2EB !important;
}

.lbInv .lbInvBtContactWhatsapp {
    background-color: #43a026 !important;
}

.lbInv .lbInvBtContactInstagram {
    background-color: #0088CC !important;
}

.lbInv .lbInvBtContactTelegram {
    background-color: #0088CC !important;
}

.lbInv .lbInvBtContactLinkedin {
    background-color: #0274B3 !important;
}

.lbInv .lbInvBtContactMessenger {
    background-image: linear-gradient(#09f, #09f) !important;
}

.lbInv .lbInvBtContactTwitter {
    background-image: linear-gradient(#09f, #09f) !important;
}

.lbInvSlide {
    background-color: #fff;
    /*overflow: hidden;*/
    visibility: hidden;
    position: fixed;
    right: 0px;
    top: 100%;
    bottom: 0px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 2147483647;
    width: 100%;
    opacity: 0;
}

.lbInvSlidePosition2 {
    left: 0px;
}

.lbInvSlideLoading {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url("../../../visitor/images/loadingb6.gif") no-repeat center center;
    background-color: #fff;
    opacity: 1;
}

.lbInvSlideLoadingShow {
    display: block;
}

.lbInvSlideContent {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.lbInvSlideIframe {
    height: 100%;
    position: relative;
}

.lbInvSlideIframe iframe {
    width: 100%;
    height: 100% !important;
}

.lbInvSlideFooter {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}

.lbPowered,
.lbPowered a {
    font-size: 11px !important;
    font-family: sans-serif;
    color: rgba(0, 0, 0, 0.6) !important;
    text-decoration: none !important;
    line-height: 15px;
    letter-spacing: 1px;
}

.lbPowered a:hover {
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.8);
}

.lbInvChat .lbInvSlideIframe,
.lbInvChatForm .lbInvSlideIframe {
    z-index: 1;
}

.lbInvChat .lbInvSlideFooter {
    background-color: #f0f0f0 !important;
}

.lbInvGuide .lbInvSlideFooter {
    background-color: #f0f0f0 !important;
    padding: 10px;
}


/**********************************************/
/********* VERSION: SATELITE  *****************/
/**********************************************/

.lbInvSat {
    bottom: 30px;
    width: 60px;
    height: 60px;
    min-width: unset;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    transition: opacity 0.5s !important;
    -moz-transition: opacity 0.5s !important;
    -webkit-transition: opacity 0.5s !important;
}

.lbInvSat .lbInvBt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    z-index: -10;
    cursor: pointer;
    background-color: #000;
    transition: opacity 0.5s, z-index 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.5s, z-index 0.3s, transform 0.5s;
    transition: opacity 0.5s, z-index 0.3s, transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
}

.lbInvSat .lbInvBtTrigger {
    opacity: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    z-index: 2;
}

.lbInvSat .lbInvOperator,
.lbInvSat .lbInvComment,
.lbInvSat .lbInvClose,
.lbInvSat .lbInvNewMsg {
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
}

.lbInvSat .lbInvComment {
    position: absolute;
    bottom: 140%;
    width: 200px;
    background-color: #b2c3d0;
    color: rgba(255, 255, 255, 1);
    padding: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.2);
    font-size: 1em;
    line-height: 1.2em;
}

.lbInvSat .lbInvComment:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 10px solid transparent;
    border-top-color: #b2c3d0;
    bottom: -20px;
}

.lbInvSat .lbInvClose {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #000;
    z-index: 3;
    text-align: center;
    background-position: -102px 0px;
}

.lbInvSat .lbInvNewMsg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    z-index: 2;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    font-weight: bold;
}

.lbInvSat .lbInvBtIcon {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
}

.lbInvSat .lbInvTab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.lbInvSat .lbInvBtText {
    display: none;
}

.lbInvSat .lbInvBtContact {
    width: 50px;
    height: 50px;
}

.lbInvSat .lbInvBtContact .lbInvBtIcon {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 50px;
    height: 50px;
}

.lbInvSat.lbInvPosition1 {
    right: 30px;
}

.lbInvSat.lbInvPosition1 .lbInvComment {
    right: 0px;
}

.lbInvSat.lbInvPosition1 .lbInvComment:after {
    right: 30px;
    left: inherit;
}

.lbInvSat.lbInvPosition2 {
    left: 30px;
}

.lbInvSat.lbInvPosition2 .lbInvComment {
    left: 0px;
}

.lbInvSat.lbInvPosition2 .lbInvComment:after {
    left: 30px;
    right: inherit;
}

.lbInvSat .lbInvOperators {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0px;
    left: 2px;
    transition: all 500ms;
}

.lbInvSat .lbInvOperatorsOp {
    bottom: 0px;
    position: absolute;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: -32px;
    z-index: 2;
}

.lbInvSat .lbInvOperatorsOp:nth-child(1) {
    transition: all 500ms;
}

.lbInvSat .lbInvOperatorsOp:nth-child(2),
.lbInvSat .lbInvOperatorsOp:nth-child(3) {
    visibility: hidden;
    opacity: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    transition: all 500ms;
}

.lbInvSat.lbInvIncoming .lbInvComment {
    display: block;
    visibility: visible;
    opacity: 1;
}

.lbInvSat.lbInvIncoming .lbInvComment,
.lbInvSat.lbInvIncoming .lbInvNewMsg {
    transition-delay: 1s;
}

.lbInvSat.lbInvIncoming .lbInvBtTrigger .lbInvBtIcon {
    visibility: hidden;
    opacity: 0;
}

.lbInvSat.lbInvIncoming .lbInvOperators {
    visibility: visible;
    opacity: 1;
}

.lbInvSat.lbInvIncoming .lbInvOperatorsOp:nth-child(2),
.lbInvSat.lbInvIncoming .lbInvOperatorsOp:nth-child(3) {
    visibility: visible;
    opacity: 1;
}

.lbInvSat.lbInvIncoming .lbInvOperatorsOp:nth-child(2) {
    margin-left: -60px;
}

.lbInvSat.lbInvIncoming .lbInvOperatorsOp:nth-child(3) {
    margin-left: 20px;
}

.lbInvSat .lbInvOperator {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.lbInvSat.lbInvClosed .lbInvClose {
    visibility: visible;
    opacity: 1;
}

.lbInvSat.lbInvInbox .lbInvNewMsg {
    visibility: visible;
    opacity: 1;
}

.lbInvSat.lbInvActive .lbInvBtContact {
    opacity: 1;
    z-index: 50;
}

.lbInvSat.lbInvActive .lbInvBt.lbInvBtTrigger {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    background-color: #000;
}

.lbInvSat.lbInvActive .lbInvBt.lbInvBtTrigger .lbInvComment,
.lbInvSat.lbInvActive .lbInvBt.lbInvBtTrigger .lbInvOperators,
.lbInvSat.lbInvActive .lbInvBt.lbInvBtTrigger .lbInvBtIcon,
.lbInvSat.lbInvActive .lbInvBt.lbInvBtTrigger .lbInvClose,
.lbInvSat.lbInvActive .lbInvBt.lbInvBtTrigger .lbInvNewMsg {
    display: none;
}

.lbInvSat.lbInvActive .lbInvBtClose {
    display: block !important;
    background-image: url('../../../visitor/events/contact/images/sprite.contact.mobile.png') !important;
    background-position: -128px 0px !important;
    background-size: unset;
    filter: unset;
    visibility: visible !important;
    opacity: 1 !important;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
}


/**********************************************/
/********* VERSION: SATELITE VERTICAL  ********/
/**********************************************/

.lbInvSat .lbInvTabsV2 {
    display: none;
    position: absolute;
    bottom: 50px;
    z-index: 1;
}

.lbInvSat.lbInvActive .lbInvTabsV2 {
    display: block;
}

.lbInvSat.lbInvPosition1 .lbInvTabsV2 {
    left: -150px;
}

.lbInvSat.lbInvPosition2 .lbInvTabsV2 {
    right: -150px;
}

.lbInvSat .lbInvTabsV2 .lbInvTab {
    position: unset ;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-bottom: 10px;
}

.lbInvSat.lbInvActive .lbInvTabsV2 .lbInvBtContact {
    -webkit-transform: unset !important;
    transform: unset !important;
}

.lbInvSat .lbInvTabsV2 .lbInvBtContact {
    position: unset;
    width: 200px;
    height: 45px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.lbInvSat .lbInvTabsV2 .lbInvBtText {
    display: block;
    text-transform: uppercase !important;
    color: #fff;
    font-size: 1em;
    /*line-height: 1.3em;*/
}

.lbInvSat .lbInvTabsV2 .lbInvBtIcon {
    border-radius: unset;
}

.lbInvSat .lbInvTabsV2 .lbInvBtContact .lbInvBtIcon {
    right: 5px;
    left: unset;
    zoom: 0.8;
    -moz-transform: scale(0.8);
}

.lbInvSat.lbInvInbox .lbInvTabsV2 .lbInvNewMsg {
    top: -5px;
    right: -5px;
}

.lbInvSat.lbInvIncoming .lbInvTabsV2 .lbInvBtTrigger .lbInvBtIcon {
    visibility: visible;
    opacity: 1;
}

.lbInvSat .lbInvTabsV2 .lbInvOperatorsOp {
    display: none;
}


/**********************************************/
/********* VERSION: BARRA INFERIOR ************/
/**********************************************/

.lbInvBar {
    bottom: 0px;
    width: 100%;
}

.lbInvBar .lbInvBtTrigger {
    width: 100%;
    height: 50px;
    border-spacing: 0 0;
    margin: 0 !important;
}

.lbInvBar .lbInvBtTrigger table {
    width: 100%;
    height: 100%;
    border-spacing: 0 0;
    margin: 0 !important;
}

.lbInvBar .lbInvBtTrigger table td {
    vertical-align: middle;
}

.lbInvBar .lbInvData {
    width: 35%;
    height: 100%;
    background-color: #242424;
}

.lbInvBar .lbInvOperator {
    text-align: center;
    padding: 3px;
}

.lbInvBar .lbInvOperatorPic {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    margin-bottom: -4px;
}

.lbInvBar .lbInvText {
    padding: 3px;
    vertical-align: middle;
}

.lbInvBar .lbInvTextTitle {
    font-size: 11px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.lbInvBar .lbInvTabs {
    width: 65%;
    height: 100%;
    padding: 0px;
    background-color: #242424;
}

.lbInvBar .lbInvTab {
    padding: 3px 0;
    text-align: center;
}

.lbInvBar .lbInvTab .lbInvTabInner {
    height: 100%;
}

.lbInvBar .lbInvTab:last-child .lbInvTabInner {
    border-right: 0px;
}

.lbInvBar .lbInvTab .lbInvBtIcon {
    width: 50px;
    height: 50px;
    zoom: 0.7;
    display: inline-block;
}


/**********************************/
/************* lbPop   ***********/
/*********************************/

.lbPop {
    position: fixed !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-backface-visibility: hidden;
    z-index: 2147483647;
}

.lbPopShow {
    visibility: visible !important;
    -webkit-animation: anim-open 1s;
    animation: anim-open 1s;
}

.lbPopHide {
    visibility: hidden;
    -webkit-animation: anim-close 0.5s;
    animation: anim-close 0.5s;
}

.lbPopBack {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.lbPopBackHide {
    display: none !important;
}

.lbPopContent {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
}

.lbPopContent .lbPopInner {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

.lbPopContent iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lbPopContent .lbPopClose {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 23px;
    height: 23px;
    background-color: #000;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    line-height: 25px;
    text-align: center;
}

.lbPopContent .lbPopClose:after {
    content: '\2715';
    font-weight: bold;
    font-size: 0.9em;
}

.lbPopInPage .lbPopInner {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.lbPopInPage iframe {
    overflow: auto;
    position: relative;
}

.lbPopInPage .lbPopClose {
    display: block;
}

.lbPopLoading iframe {
    background-image: url('[EV_HTTP]/visitor/images/loadingb6.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}

/**********************************/
/************* lbFloat  ***********/
/*********************************/

.lbFloat {
    position: fixed !important;
    -webkit-backface-visibility: hidden;
    z-index: 2147483647;
    visibility: hidden;
    max-width: 100%;
    width: 400px;
}

.lbFloat iframe {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}

.lbFloat iframe {
    margin: 0px !important;
    display: block;
    background-color: transparent;
}

.lbFloatTop {
    top: -5px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.lbFloatBottom {
    bottom: -5px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.lbFloatHide {
    visibility: hidden !important;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s linear;
}


/**********************************/
/************* lbInvGuideEmbed*****/
/**********************************/

.lbInvGuideEmbed .lbInvSlideFooter {
    display: none;
}


/**********************************************/
/********* MEDIAS                  ************/
/**********************************************/

@media only screen and (max-width: 600px) {

    body:has(.lbInvSlideShow) {
        position: fixed;
    }

    .lbInvSlideShow {
        visibility: visible;
        opacity: 1;
        top: 0%;
        width: 100vw !important;
        /*height: 100vh !important;*/
        height: unset !important;
    }
}

@media only screen and (min-width: 601px) {
    .lbInvSlideShow {
        visibility: visible;
        opacity: 1;
        top: 20%;
    }

    .lbInvSlideZoom.lbInvSlideShow {
        top: 0px !important;
        max-width: 100% !important;
    }

    .lbInvSlide {
        max-width: 400px;
    }
}


/************* lbTabsMarket ***********/

.lbInvMinLeft .lbInvInner,
.lbTabsMarket {
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.lbTabsMarket {
    position: fixed;
    top: 50%;
    margin-top: -220px;
    z-index: 2147483645;
    outline: 0px;
    width: 340px;
    height: 400px;
    max-height: 400px;
    min-height: 180px;
}

.lbTabsMarketInner {
    height: 100%;
    display: table;
    width: 100%;
}

.lbTabsMarketRow {
    display: table-row;
}

.lbTabsMarketHeader {
    display: table-cell;
    position: relative;
    padding: 8px;
    height: 22px;
}

.lbTabsMarketHeaderTitle {
    color: #fff;
    font-size: 13px;
    display: inline-block;
}

.lbTabsMarketHeader .lbButtonSlide .lbInvSprite {
    background-position: -60px -25px;
}

.lbTabsMarketBody {
    position: relative;
    display: table-cell;
    height: 100%;
}

.lbTabsMarketLoading .lbIfrLoading {
    display: block;
}

.lbTabsMarketContent {
    background-color: #FFF;
    height: 100%;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.lbTabsMarketContentIfr {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.lbTabsMarketIframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.lbTabsMarket .lbTab {
    width: 45px;
    height: 45px;
}

.lbTabsMarket .lbTabIcon {
    top: 10px;
}

.lbTabsMarketTabs {
    position: absolute;
    right: -45px;
    top: 0px;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
}

.lbTabsMarketFooter {
    cursor: inherit !important;
    display: table-cell;
}

.lbTabsMarketFit {
    top: 10px !important;
    bottom: 10px !important;
    margin: 0px !important;
    height: initial !important;
    max-height: initial !important;
}

.lbTabsMarketFit .lbButtonFit {
    display: none;
}

.lbTabsMarketFit .lbButtonFloat {
    display: inline-block;
}

.lbTabsMarketBrand2 .lbTabsMarketFooter {
    display: none;
}

.lbTabsMarketBrand2 .lbTabsMarketContent {
    border-radius: 0 0 5px 5px;
}


/*********************************/
/******** lbTabsMarketLeft  ******/
/*********************************/

.lbTabsMarketLeft {
    left: -410px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.lbTabsMarketLeft .lbTabsMarketHeader {
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.lbTabsMarketLeft .lbTabsMarketFooter {
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    text-align: center;
}

.lbTabsMarketLeft .lbTabsMarketTabs {
    /*right: -45px;   */
}

.lbTabsMarketLeftShow {
    left: -340px;
}

.lbTabsMarketLeft .lbTab {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.lbTabsMarketLeft .lbTabIcon {
    left: 10px;
}

.lbTabsMarketLeft .lbTabText {
    padding: 10px;
    margin-left: 35px;
    text-align: right;
}

.lbTabsMarketLeft .lbTab:hover {
    width: 160px;
    margin-right: -115px;
}

.lbTabsMarketLeftShowContent {
    left: 0px;
}

.lbTabsMarketLeftShowContent .lbTabsMarketLeftOut {
    right: 10px;
}


/*********************************/
/******** lbTabsMarketRight  ******/
/*********************************/

.lbTabsMarketRight {
    right: -410px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.lbTabsMarketRight .lbTabsMarketHeader {
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.lbTabsMarketRight .lbTabsMarketFooter {
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    text-align: center;
}

.lbTabsMarketRight .lbTabsMarketTabs {
    left: -45px;
}

.lbTabsMarketRightShow {
    right: -340px;
}

.lbTabsMarketRight .lbTab {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.lbTabsMarketRight .lbTabIcon {
    right: 10px;
}

.lbTabsMarketRight .lbTabText {
    padding: 10px;
    margin-right: 35px;
    text-align: left;
}

.lbTabsMarketRight .lbTab:hover {
    width: 140px;
    margin-left: -95px;
}

.lbTabsMarketRightShowContent {
    right: 0px;
}

.lbTabsMarketRightShowContent .lbTabsMarketLeftOut {
    left: 10px;
}

.lbInvIconAd {
    background-position: -125px 0px !important;
}

.lbTabIcon {
    position: absolute;
    top: 10px;
    width: 25px;
    height: 25px;
    filter: alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.1);
}

.lbInvSat .lbInvBt {
    background-color: var(--color-1-back);
}

/**********************************/
/************* Widgets  ***********/
/*********************************/

.lbWidget {
    width: 100%;
    height: 100%;
}