 #loadingmsg {
      color: black;
      background: #fff; 
      padding: 10px;
      position: fixed;
      font-size: 24px;
      top: 50%;
      left: 50%;
      z-index: 100;
      margin-right: -25%;
      margin-bottom: -25%;
      }
#loadingover {
      background: black;
      z-index: 99;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
}

 #lbMailMsg {
      color: black;
      background: #fff; 
      padding: 10px;
      position: fixed;
      font-size: 24px;
      text-align: center;
      line-height: 1.2;
      top: 50%;
      left: auto;
      z-index: 100;

      }
#lbMailDimmer {
      background: black;
      z-index: 99;
      width: 100%;
      height: 100%;
      position: fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
}

 #lbPaymentCompletedMsg {
      color: black;
      background: #fff; 
      padding: 10px;
      position: fixed;
      font-size: 24px;
      text-align: center;
      line-height: 1.2;
      top: 50%;
      left: auto;
      z-index: 100;

      }
#lbPaymentCompletedDimmer {
      background: black;
      z-index: 99;
      width: 100%;
      height: 100%;
      position: fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8;
}

 #lbPaymentConfirmMsg {
      color: blue;
      background: #fff; 
      padding: 10px;
      position: fixed;
      font-size: 24px;
      text-align: center;
      line-height: 1.2;
      top: 50%;
      left: auto;
      z-index: 100;

      }
#lbPaymentConfirmDimmer {
      background: blue;
      z-index: 99;
      width: 100%;
      height: 100%;
      position: fixed;
      top:0;
      left:0;
      width:100%;
      height:100%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
}


.lbCardSkype{
    background-image: url('/asset/image/card/cardSkypeWord.png') ;
    background-size: cover;
    opacity: 0.1;
    background-repeat: no-repeat;
    width: 280px;
    height: 140px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 10px;
    z-index: 999;
}

.lbCardTabs{
    background-image: url('/asset/image/card/cardHome2.png') ;
    background-size: cover;
    opacity: 0.3;
    background-repeat: no-repeat;
    width: 280px;
    height: 140px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 10px;

    z-index: 999;
}

.lbCardBooking{
    background-image: url('/asset/image/card/cardHome3.png') ;
    background-size: cover;
    opacity: 0.3;
    background-repeat: no-repeat;
    width: 280px;
    height: 140px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 10px;

    z-index: 999;
}




.lbCardButton{
    width: 280px;
    height: 140px;
     margin-top: 5px;
    z-index: 99;
}


.lbHeaderTextDiv {

    position: absolute;
    top: 0;
    left:0;
    right:0;
    height: 2000px;
    margin-top: 0px;
    margin-bottom: 0px;

    /*background-color: #333;*/
    background-image: url('/asset/image/background/tabs-bg1.jpeg') ;
    background-size: contain;
    align-items: center;
    justify-content: center;
    /*opacity: 0.5;*/
    z-index: -6;
 }

/* reHeaderBig */
.lbHeaderText {

  font-size: 60px;
  color: #000;
  text-align: right;
}

.lbQuote {
  font-size: 24px;
  font-family: 'Times New Roman';
  font-style: italic;
  color: #000;
  text-align: center;
  line-height: 1.2;
}
.lbQuoteSign {
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 1.2;
}

.reCoverImage_div {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0px 0px;
  width: 100%;
  height: 320px;
  cursor: pointer;
  background-color: #333;
  /*background: url('https://utv.lucasbrar.se/asset/image/gallery/lucas-bg.png'); */
  background-size: contain;
  margin: 0 0 25px;
}


/* Opacity */
.reBackground {
    background-color: rgba(204, 0, 0, 0);
}

.body1 {
    background-color: rgba(230, 250, 255, 0);
}

.reTransFull {
  background-color: rgba(0, 0, 255, 0);
}
.reTransHalf {
  background-color: rgba(0, 0, 0, 0.7);
}
.reTransHalf2 {
  background-color: rgba(255, 255, 255, 0.5);
}

.re.error.display {
  background-color: rgba(255, 255, 255, 0.5);
}

.reContentMargin {
  padding-top: 200px;
}

.re.dimmer
{
    background:#000;
    opacity:0.8;
    position:fixed; /* important to use fixed, not absolute */
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:9999; /* may not be necessary */
}

.re.dimmerMessage
{
    background:#fff;
    padding: 30px;
  

}

/* reHeaderBig */
.reHeader.big {
  font-size: 60px;
  color: #e6e6e6;
}

/* Text colors */
.text.white {
  color: #e6e6e6;
}
.text.grey {
  color: #CCCCCC;
}
.text.black {
  color: #333333;
}
.text.yellow {
  color: #F2C61F;
}
.text.teal {
  color: #00B5AD;
}
.text.red {
  color: #D95C5C;
}
.text.purple {
  color: #564F8A;
}
.text.pink {
  color: #D9499A;
}
.text.orange {
  color: #E07B53;
}
.text.green {
  color: #5BBD72;
}
.text.blue {
  color: #3B83C0;
}