*,
*::before,
*::after

h1 {
  font-size:     72px;
  line-height:   1.5;
  color: #2c3e50;
  font-weight:   100;
}

#container {
  width:  980px;
  margin: 0 auto;

}

section {
  height: 300px;
  margin: 60px 0;
}

.section--purple {
  background-color: #9b59b6;
}

.section--blue {
  background-color: #3498db;
}

.section--green {
  background-color: #2ecc71;
}

#main {
  text-align: center;
}

#more {
  margin: 20px auto 48px;
}
/************************FACILITIES**********************************/


.lmain img {
    display: flex;
    max-width: 100%;
    user-select: none;
}


.lmain figure {
    margin:0px
}

.lmain {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4vw;
}

.lmain .container {
    position: relative;
    padding: 0px;
    max-width: 1152px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 6px 24px #221625;
}

.hotspots {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.hotspots .hotspot {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;

}

.hotspots .hotspot:nth-child(1) .trigger {
    top: 70%;
    left: 25%;
}

.hotspots .hotspot:nth-child(2) .trigger {
    top: 40%;
    left: 71%;
}

.hotspots .hotspot:nth-child(3) .trigger {
    top: 77%;
    left: 64%;
}

.hotspots .hotspot .trigger {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    /*background: #ff2255;*/
    color: #ca2136;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 0 0 0 #ff2255;
    transition: box-shadow .4s;
    user-select: none;
    font-size: 25px;
}

.hotspots .hotspot .trigger:hover {
    box-shadow: 0 0 0 8px rgba(255, 34, 85, 0.5);
}

.hotspots .hotspot .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s;
}

.hotspots .hotspot .content::before {
    content: '';
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(34, 22, 37, 0.8);
    opacity: 0;
    transition: opacity .4s;
}

.hotspots .hotspot .content figure {
    position: relative;
    width: 100%;
    z-index: 2;
    opacity: 0;
    transform: translate(0, -10%);
    transition: transform .6s, opacity .6s;
    user-select: none;
}

.hotspots .hotspot .content figure::before {
    content: '×';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 12px;
    right: 12px;
    color: #EEE6F0;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: rgba(68, 44, 74, 0.5);
    font-size: 24px;
    pointer-events: all;
    cursor: pointer;
}

.hotspots .hotspot .content figure img {
    width: 100%;
}

.hotspots .hotspot .content figure figcaption {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background: rgba(68, 44, 74, 0.5);
    color: white;
    pointer-events: none;
}

.hotspots .hotspot.reveal {
    z-index: 1;
    pointer-events: all;
}

.hotspots .hotspot.reveal .content {
    opacity: 1;
}

.hotspots .hotspot.reveal .content::before {
    opacity: 1;
}

.hotspots .hotspot.reveal .content figure {
    opacity: 1;
    transform: translate(0, 0);
    transition-delay: .4s;
    pointer-events: all;
    user-select: none;
}

.hotspots .hotspot.reveal .content figure figcaption {
    pointer-events: all;
}


/************************END OF FACILITIES**********************************/

/************************OTHER**********************************/


.main-banner .main-facbanner-inner {
    /* position: absolute; */
    /* left: 50%; */
    /* right: 0; */
    /* top: 60%; */
    /* -webkit-transform: translateY(-50%); */
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    /* z-index: 1; */
    
    margin-bottom:60px;
}

.main-banner .main-facbanner-inner .mainbutt{
border: 2px solid #d10b24;
    border-radius: 65px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    outline: medium none;
    text-transform: uppercase;
    bottom: -70px;
    display: inline-block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
        margin-left: 60px;


  }

  .main-banner .main-facbanner-inner .mainbutt a {
    display: inline-block;
    padding: 10px 85px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


#block-system-main{

      display: inline;


}

#edit-cart-contents{

/*  margin-top:140px;*/
}

.view-commerce-cart-form{

/*margin-top: 120px;*/
    margin-bottom: 80px;
  }


  .checkout-help{

  /*margin-top: 120px;*/

    }

    .node-webform{

      padding-left: 90px;
   padding-right: 90px;

    }


    #edit-checkout{


    }

#newsticker{
  width:100%;
}

    .webform-submit{

      border: 2px solid #d10b24;
    border-radius: 65px;
    display: inline-block;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 15px 35px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    }

.page-node-185{

   background: #f1f0f0;
}
.page-cart{
background: #f1f0f0;

}

.page-checkout{
  background: #f1f0f0;

}

.main-header{

    background: #fff;

}

.redcolorbox{

color:#fff;
background-color:#ca2136;
padding-left: 50px;
padding-right: 40px;

}


.whitemaincolorbox{

color:#000;
background-color:#fff;
padding-left: 50px;
padding-right: 40px;

}

.maincolor{

  color:#000;
}


.form-item-submitted-phone-box-date-of-birth-month{

  float:left;
}

.form-item-submitted-phone-box-date-of-birth-day{

  float:left;
}


.form-item-submitted-phone-box-date-of-birth-year{

  float:left;
}




.redinirbox{

      border: 1px;
      border: 0.5px solid #00000021;
      /* border-radius: 10px; */
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      padding-left: 50px;
      padding-top: 5px;

      background-color:#ca2136;


}


.redinirbox h3{

   color:#fff;
   font-size:26px;
   margin-bottom: 5px;


}

.whiteinirbox{

      border: 1px;
      border: 0.5px solid #00000021;
      /* border-radius: 10px; */
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      padding-left: 50px;
      padding-top: 5px;


}

.newtitle-bar-high{

  margin-bottom: 50px;
    position: relative;
}

.newtitle-bar-high:before {
    height: 3px;
    width: 165px;
    background: #fff;
    content: "";
    bottom: -5px;
    left: -100px;
    right: 0;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.whiteinirbox h3{

   color:#ca2136;
   font-size:26px;
   margin-bottom: 5px;


}





/************************END OF OTHER**********************************/
