

#wrapper{
  height: 100%;
  position:relative;
}

html, body {
  /* height: 100%; */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-anchor:auto!important;
  font-family: 'Roboto', sans-serif;
	font-size: 1rem;
  /*color:rgb(62,61,64);*/
  height:  100vh; 
  outline: none;
}

footer {
  color: #fff;
  font-size: 0.9em;
  padding-top: 20px;
  padding-bottom: 20px;

  height: 100px; 
  width:100%;
  /* position: absolute; */
  left: 0;
  bottom: 0; 
}

.subtitle{
  text-align: justify;
}  

.navbar-brand{
  margin-right: 0;
}

.disabled {
  color: #999 !important;
  border-color: rgb(194, 194, 194) !important;
  pointer-events: none;
}

.disabled.fas {
  color: #999;
}

a.footer.link {
  color: white;
}

a {
	color: black;
	cursor: pointer;
}

a:hover {
	color: black;
}

.p p {
  font-size: 0.90rem;
}

ol {
  list-style:none;
  padding-left:0;
}

.logo {
  /* width:214px; */
  display:block;
  margin: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  height: auto;
  width: 30rem;
  /* margin-bottom: 15px; */
  /* margin-top: 15px; */
}

@media (max-width: 900px) {
  .container {
    max-width: 85%;
  }
  .logo {
    /* height: 50px; */
  }

/*   .dl_description {
    height: 100px;
  } */

}
.top {
  padding-top: 45px;
  padding-bottom: 30px;
}

.col-sm-9 {
  flex: none;
  max-width: none;
  border: none !important;
}

#plan-alternative {
  display: none;
}

.form-group {
  margin-bottom: 0 !important;
}

.zoom:hover {
  transform: scale(5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.nav-guide {
  position: fixed;
  bottom: 8rem;
  right: 1rem;
  z-index: 999;
  background: #eee;
  /* display: none; */
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.25rem;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}
.btn-back-to-top {
  position: fixed;
  bottom: 10rem;
  right: 0;
  z-index: 999;
  background: #4b5860;
  /* display: none; */
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.25rem;
  color: #eee;
  opacity: .6;
}
.btn-back-to-mid {
  position: fixed;
  bottom: 7.5rem;
  right: 0;
  z-index: 999;
  background: #4b5860;
  /* display: none; */
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.25rem;
  color: #eee;
  opacity: .6;
}
.btn-back-to-bot {
  position: fixed;
  bottom: 5rem;
  right: 0;
  z-index: 999;
  background: #4b5860;
  /* display: none; */
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  font-size: 1.25rem;
  color: #eee;
  opacity: .6;
}
.indicator-arrow-up {
  display: block;
  position: absolute;
  left: 50%;
  height: 0.75rem;
  width: 0.75rem;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.indicator-lines {
  display: block;
  position: absolute;
  left: 50%;
  height: 0.75rem;
  width: 0.75rem;

  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
}
.indicator-arrow-down {
  display: block;
  position: absolute;
  left: 50%;
  height: 0.75rem;
  width: 0.75rem;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: translateX(-50%) rotate(225deg);
  -ms-transform: translateX(-50%) rotate(225deg);
  transform: translateX(-50%) rotate(225deg);
}
.indicator-arrow-dark {
  border-left: 2px solid #eee;
  border-top: 2px solid #eee;
}
.indicator-lines-dark {
  border-bottom: 2px solid #eee;
  border-top: 2px solid #eee;
}
.indicator-up {
  position: absolute;
  height: 3rem;
  width: 3rem;
  left: 50%;
  z-index: 2;
}
.indicator-down {
  position: absolute;
  height: erem;
  width: 3rem;
  left: 50%;
  z-index: 2;
}
.indicator-arrow-one {
  top: 1.375rem;
}
.indicator-up {
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
a {
  border:0;
  background-color:transparent; /* !important; */
  padding-right: 10px;
  cursor: pointer;
}
.submit_button {
  display:none;
}
.sub{
  border:none !important;
  background: transparent !important;
}
.fas {
  padding-right:10px;
}

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
  display: inline-block;
  padding: 0 1em 0 0;
}

ul.icons li {
  display: inline-block;
  font-size: small;
}

ul li {
  display: inline-block;
}

input.field {
  border: none;
  font-size: .875rem;
  color: #000;
  border-bottom: 1px solid #9b9b9b;
  padding: .3125rem 0;
}
.navbar-brand {
  display: block;
}
.navbar-brand>img {
  width: auto;
  max-width: 60%;
  max-height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.tab_nav-item a button {
  display: -ms-flexbox;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .625rem .25rem;
  position: relative;
  border: 2px solid #4a5860;
  background-color: #fff;
  transition: all .3s ease;
}

th, td {
  border-bottom: 1px solid black;
}

a.disabled {
  pointer-events: none;
}

ul {
  list-style: none;
}

ul.icons {
  padding-left: 0;
}

.left-align {
  margin-right:auto;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.right-align {
  margin-left:auto;
  margin-bottom: 15px;
  text-align: right;
}

.flex{
  display:flex;
}

input[type="radio"] {
  display:none;
  margin-left: -10px;
}

*:focus {
  outline: none;
}

.description_design_lines{
  font-size: small;
}

.beige {
	background-color: rgb(236,233,228);
}
.row.middle{
	margin-top: 20px;
	margin-bottom: 60px;
	height: auto;
}

.col-md-2 {
  max-width: 14.4%;
}

[class*="col-"] {
	height: inherit;
}

.unindent {
  margin-left: -40px;
}

.no-border {
  border: none;
}

.grey{
background-color: rgb(236,237,237);
}

.grey-2 {
  background-color: #f4f4f4;
}

.grey-3{
background-color: rgb(190,190,190);
}

.grey-4{
  background-color: #DCDAD8;
}

.black{
  background-color: #000;
}

.header-down-arrow {
  position: absolute;
    bottom: 4vh;
    left: 0;
    right: 0;
  text-align: center;
  z-index: 10;
}

@keyframes fade-slide-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.header-down-arrow i {
  animation: fade-slide-up 1s 1s ease-out forwards;
  opacity: 0;
}

.header-down-arrow i {
  animation: fade-slide-up 1s 1s ease-out forwards,
             pulse 2s 3s ease-out infinite;
  opacity: 0;
}

.beige{
  background-color: rgb(233, 233, 233);
}
.bd-thick {
  border-width: 0.5ch !important;
}
.bd-thin {
  border-width: 0.05ch !important;
}
.bd-mid {
  border-width: 0.25ch !important;
}
.ft-primary {
  font-family: 'Playfair Display', serif;
}
.ft-secondary {
  font-family: 'Montserrat', sans-serif;
}
.ft-tertiary {
  font-family: Arial, Helvetica, sans-serif;
}
.ft-bold {
  font-weight: BOLDER;
}
.bdcl-primary {
  border-color:#4b5860 !important;
}
.bdcl-secondary {
  border-color:#b8baad !important;
}
.bdcl-tertiary {
  border-color:#3e403b !important;
}
.cl-primary {
  color: #212a2f !important;
}
.cl-secondary {
  color: #3e403b !important;
}
.cl-tertiary {
  color: #FFFF !important;
}
.cl-quaternary {
  color: #d7d3c8 !important;
}

.cl-black {
  color: #000 !important;
}

.bg-primary {
  background-color: #4b5860 !important;
}
.bg-secondary {
  background-color: #d7d3c8 !important;
}
.bg-tertiary {
  background-color: #f4f3f1 !important;
}
.bg-quaternary {
  background-color: #e8ddd2 !important;
}
.bg-4 {
  background-color: #e9e7e2 !important;
}
.bg-5 {
  background-color: #e3e3e3 !important;
}
.bg-brown {
  background-color: #a2815f;
}
.bg-blue {
  background-color: #6f859d;
}
.bg-mustard {
  background-color: #c6a154;
}
.bg-red {
  background-color: #c17770;
}
.bg-dark-blue {
  background-color: #212a2f;
}
.bg-creme {
  background-color: #b8baad;
}

table, th, td {
  border-color:#4b5860 !important;
}

.dark-blue {
  /* color: #4b5860; */
}
.light-orange{
  background-color: rgb(250, 235, 212, 0.3);
}
.light-green{
  background-color: rgb(170,208,149, 0.3);
}
.light-yellow{
  background-color: #c6a154;
}
.light-blue{
  background-color: #6f859d;
}
.green{
background-color: rgb(219,225,202);
}

.dark{
  background-color: rgb(90, 90, 90) !important;
  color:#fff;
}

.panel{
  padding: 15px;
  font-size: .8rem;
  word-break: break-word;
  padding-top: 20px;
}
.panel.cl-black:hover {
  color: #999 !important;
}
.nav{
  margin-top:40px;
  padding: 1em 0 0 0;
}

#lr_kr2{
  margin-left:10px;
}

.ztop {
  z-index: 1;
}

.relative {
  position: relative;
}

.bg-white-tr {
  background: rgba(255, 255, 255, 0.9);
}
.transparent {
    opacity: .99 !important;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    background: transparent;
}
.opacity-4 {
  opacity: .8 !important;
}
*:focus {
  outline: none;
}
.collapse{
    cursor: pointer; 
}

.borderless{
  border: thick solid transparent;
  padding: .5rem;
  font-weight: normal;
  padding-bottom: 0px;
}

.no-border {
  border: none;
}

.row.optional {
  display: none;
  margin-right: -1px;
  margin-left: 2px;
}

.selected{
  border-color: #4b5860!important;
  background-color: #f4f3f1 !important;
}

.bold{
  font-weight: bold;
}
.img-fluid{
  width: 100%;
  /*height:100%;*/
}


.label-unconfirmed{
  cursor: none; 
}

label{
  cursor: pointer; 
  display: block;
}
label img{
        pointer-events: none;
    }

.featherlight:last-of-type {
    background: rgba(255, 255, 255, 0.9) !important;
}

.featherlight .featherlight-content {
  width: 80%;
}

i.fas.large {
  font-size: xx-large;
}

.font-large {
  font-size: 6rem;
}

.small{
  font-size: .6rem;
  margin-top: -25px;
}

@font-face {
  font-family: 'garden_growncaps';
  src:  url('./../fonts/gardengrowncaps-webfont.woff2'),
        url('./../fonts/gardengrowncaps-webfont.woff');  
}

.garden{
  font-family: 'garden_growncaps';
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border-color: #343a40;
  border-width: thin;
  border-style: solid;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: lightgrey;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);

  background-color: white;
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}

.container.back {
  margin-top: 400px;
}
.container {
  padding:0;
}

.w-100 {
  max-width: 100%;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
p+h6 {
  line-height: 1.6;
}
.break {
  padding-top: 40px;
  padding-bottom: 40px;
}

.break-sm {
  padding-top: 5px;
  padding-bottom: 5px;
}

.break-md {
  padding-top: 10px;
  padding-bottom: 10px;
}

.break-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.break-xl {
  /* padding-top: 80px; */
  padding-bottom: 80px;
}

header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.header-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.active_cost {
  border: none;
  border-radius: 40px;
  background-color: ghostwhite;
}

/***************OWL*********************/
.owl-stage{
  height: fit-content;
  max-height: 1000;
}
.owl-prev {
  left: calc(20%);
}
.owl-next {
  right: calc(20%);
}

.owl-prev, .owl-next {
  position: absolute;
  top: calc(50% - 38px);
  bottom: 0;
  background:  none !important;
  margin-top: auto;
  margin-bottom: auto;
}
.owl-prev:hover, .owl-prev:active, .owl-prev:focus, .owl-next:hover, .owl-next:active, .owl-next:focus { outline: 0; }
.owl-prev span, .owl-next span {
  font-size: 80px;
  color: white; 
  text-shadow: 1px 1px 5px #999;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}

.owl-dots {
  display: none;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.owl-dot:hover, .owl-dot:active, .owl-dot:focus { 
  outline:0; 
}
.owl-dot:hover span, .owl-dot:active span, .owl-dot:focus span, .owl-dot.active span { 
  background: #4b5860 !important;
}

.owl-item {
  margin: 0 !important;
  max-height: 1000;
 }

 .owl-carousel {
  z-index: 0 !important;
 }

.item-body {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  padding-left: -5px;
}
.item-body h5, .item-body p { margin: 0; }

.item img{
  /* max-width: 1600px; */
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  /* max-height: 1000; */
}

.nav-btn img {
  width: 40px;
}
/***************OWL*********************/
.container-head {
  position: relative;
  text-align: center;
}

/* Centered text */
.centered-body {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1900px;
  font-size: 4rem;
}

button, .button {
  outline:none;
  /* display: inline-block; */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* border-radius: 0; */
  /* border-style: solid; */
  /* border-width: 0; */
  cursor: pointer;
  /*font-family: "Lato","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;*/
  font-weight: normal;
  line-height: normal;
  /* margin: 0 0 1.25rem; */
  position: relative;
  text-align: center;
  text-decoration: none;
  /* display: inline-block; */
  /* padding: 1rem 2rem 1.0625rem 2rem; */
  font-size: 1rem;
  transition: background-color 300ms ease-out;
}

button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333;
}

button:active, button:hover {
  border:none;
  outline: none;
}

.background {
  background-color: #F4F4F4;
}

/********************************************************************************************************/
/*MATERIAL DESIGN*/
/* Hide scrollbar for Chrome, Safari and Opera */
.accordion::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE and Edge */
.accordion {
  -ms-overflow-style: none;
}
.scene_opt:first-of-type {
  margin-right: 0px;
}

.tab_nav-item {
  padding-left:5px;
  padding-right: 5px;
}
.dl_description {
  /* height: 90px; */
}
.card-header a i{
  float:left;
  font-size:25px;
  padding:5px 0;
  margin:0 25px 0 0px;
}
.card-header i{
  /* float:right; */
  /* font-size:30px; */
  /* width:1%; */
  /* margin-top:8px; */
  /* margin-right:10px; */
}
.card-header a{
  width:97%;
  float:left;
}
.card-header p{
  margin:0;
}

.card-header h3{
  margin:0 0 0px;
}
.card-dl {
/*   width: 12rem;
  height: 12rem;
  -webkit-border-radius: 12rem;
  -moz-border-radius: 12rem;
  border-radius: 12rem;
  border-width: 2px;
  border-style: solid; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.card {
  /* margin: 0.75rem; */
  position: relative;
  border: none;
  /* margin-bottom:30px !important; */
  color: #ffffff;
}
.card-content{
  /* margin-top: 3.5rem; */
  display: block !important;
}
.bd-lg {
  border-width: 15px;
}

.card:hover, .card.hovered {
  border-color: #F4F4F4;
}
.card-title {
  font-weight: bolder;
}

.image {
  display: inline-block;
  position: relative;
  padding-right: 0;
}
.w-1 {
  width: 10vw;
}
.w-15 {
  width: 15vw;
}
.w-2 {
  width: 20vw;
}
.w-3 {
  width: 20vw;
}
.w-4 {
  width: 40vw;
}
.w-5 {
  width: 50vw;
}
.w-6 {
  width: 60vw;
}
.w-7 {
  width: 70vw;
}
.w-8 {
  width: 80vw;
}
.w-9 {
  width: 90vw;
}
.w-10 {
  width: 100vw;
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.shadow-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadow-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.shadow-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.bullet {
  height: 50px;
}

.breakline {
  border-color: black;
  display:none;
}

.small-head {
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-decoration: underline;
}

.btn-light {
  border: none;
  border-radius: 0rem;
  width: 100%;
  text-align: left;
  background: none;
}
.accordion {
  overflow-x: hidden;
  overflow-y: auto;
  overflow:visible;
  /* min-height: 10rem; */
}
.card-body {
  padding:0;
}
.card-header {
  border: 0;
  background-color:initial;
}
.card-header.collapsed {
    background: #e8ddd2 !important;
}
.card-header:not(.collapsed) {
  background:#e7d3bf !important;
}
.card-header.collapsed .fas:before {  
  content: "\f107" !important;
}
.card-header:not(.collapsed) .fas:before {  
  content: "\f106" !important;
}
.dropdown-menu {
 /*  width:320px; */
  padding-top: 0%;
  padding-bottom: 0%;
  border:none;
  border-radius:0;
  overflow-x: hidden;
  overflow-y: auto;
}
.dropdown-toggle{
  border:none !important;
  box-shadow: none !important;
  white-space: unset;
}

.btn-light:hover, .dropdown-toggle:hover  {
  background:#f4f3f1 !important;
}

.btn-light:focus, .dropdown-toggle:focus{
  box-shadow: none;
  border: none;
  background:#f4f3f1 !important;
}

button.dropdown-toggle {
  margin:0;
  padding-bottom:10px;
  padding-top:10px;
}

.dropdown-toggle::after {
  display:none;
}

.dropdownIcon {
  float: right;
  padding-right: 0;
}

.dropdownIcon.fa-sort-up {
  margin-top: 8px;
}

.dropdown-item {
  margin-right:0;
  margin-left:0;
  white-space: normal;
  display:flex;
  padding: .5rem 0.5rem;
  cursor: pointer;
}

.thumb {
  width: inherit;
/*   height: inherit; */
}

.dropdown-item:active, .dropdown-item.active {
  background-color:#4b5860;
}

.dropdown-header {
  font-size: 1rem;
  padding: .5rem 1.1rem;
  background: whitesmoke;
  display: none;
}

.block-designlines {
  top: -100px;
  position: relative;
  z-index: 100;
}

#top {
  background-image: url("../images/icons_logos/banner.jpg");
  background-position: top; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  height: auto;
}

.step{
    /* width: 30%; */
    margin-left: auto;
    margin-right: auto;
}

.accordion {
  /* overflow:unset; */
  overflow:auto;
}

/********************************************************************************
MEDIA QUERIES
********************************************************************************/
@media screen and (min-width: 1500px) {
    /* .accordion {
      overflow:unset;
    } */
  .container {
    max-width: 80%;
  }
  p {
    /* font-size: large !important; */
  }
}


@media screen and (max-width: 1500px) {
  .font-large {
    font-size: 4rem;
  }
  .font-mid{
    font-size: x-large;
  } 
}

@media only screen and (min-width: 1200px) {
  #top {
    height: inherit;
    overflow-y: auto;
  }
  .owl-carousel .owl-lazy img {
    width: auto;
  }
/*   .container {
    max-width: 70%;
  } */
  .container-wide {
    max-width: 33.33%;
  }
/*   .item img {
    max-width: 85% !important;
  } */

  .border-right {
    margin: 15px;
  } 
  #break {
    display: none;
  }

  .deselected {
    display: block;
  }

  .dropdown-menu {
    /* max-height: 600px; */
  }

  .wide{
    height: 30rem !important;
  }
  .image {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .font-large {
    font-size: xxx-large;
  }
  .font-mid{
    font-size: x-large;
  } 
  .space-col {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .accordion {
    height: auto!important;
    min-height: 200px !important;
    overflow: inherit !important;
  }
  .font-large {
    font-size: xxx-large;
  }
  .font-mid{
    font-size: x-large;
  } 
}

@media screen and (min-width: 767px) {
  .dl_description {
    /* height: 120px; */
  }
  .col-md-2 {
    text-align: left !important;
  }
  .col-md-3 {
    /* text-align: left !important; */
  }
  .scene_opt:first-of-type {
    margin-right: 15px !important;
  }
  
  .deselected {
    display: block;
  }

  .mx-5, .px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  ul {
    padding-inline-start: 0px;
  }

  .mr-4 {
    margin-right: 0 !important;
  }

  .dropdown-menu {
    /* max-height: 600px; */
  }

  #mylightbox h4 {
    font-size: medium;
}

  .wide{
    height: 30rem !important;
}

  .wide .thumb {
    flex: 0 0 25%;
    max-width: 25%;
    width: inherit;
  } 
  .image {
    padding-right: 15px;
  }
}

@media screen and (min-width: 600px) {

}

.row-flex{
  display: inline-flex!important;
}

@media screen and (max-width: 600px) {
  #top {
    height: auto;
  }
  #dl-configuration{
    margin-top: -100px;
  }
  .row-flex{
    display: block!important;
  }
  .foot {
    text-align: center !important;
  }
  #bottom {
    position: relative !important;
}
  .container {
    max-width: 100%;
  }
  #dlc {
    bottom: 100%;
  }
  #start-step-2 {
    margin-bottom: 60%;
  }
  /* #start-step-3 {
    padding-top: 80% !important;
  } */
  .owl-stage{
    display: none;
  }
  #lines {
    position: relative !important;
  }
  .btn-back-to-top{
    display: none;
  }
  .btn-back-to-mid{
    display: none;
  }
  .btn-back-to-bot{
    display: none;
  }
  .logo {
    width: inherit;
  }
  .font-large {
    font-size: xxx-large;
  }
  .font-mid{
    font-size: x-large;
  }  
 /*  .dl_description {
    height: 150px;
  } */
  .button {
    padding: inherit;
    display: block;
  }
  .owl-dots {
    display:block !important
  }
  .accordion {
    height: auto!important;
    min-height: 200px !important;
    overflow: inherit !important;
  }
  tr {
    display: block !important; 
    border: none !important;
  }
  td {
    display: contents !important;
    border: none !important; 
  }
  .deselected {
    display: none !important;
  }

  .scene_opt {
    height: auto !important;
    padding-bottom: 15px !important;
  }

  .scene_opt:first-of-type {
    margin-right: 15px !important;
  }
  
  .mx-5, .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tab_nav-item {
    display: block !important;
  }

  ul {
    padding-inline-start: 0px;
  }

  .mr-4 {
    margin-right: 0 !important;
  }

  .break {
    padding-bottom: 0px !important;
  }

  .foot{
    text-align: center !important;
  }

  .unindent{
    margin-left: 0px;
  }

  .dropdown-header {
    display: block !important;
  }

  .close{
    font-size: 1.2rem !important;
  }

  .dropdown-menu {
    width:100% !important;
    /* max-height: 80vh; */
  }

  header {
    text-align: center;
  } 

  #mylightbox h4 {
    font-size: small;
  }

  .wide{
    height: 30rem !important;
    }
}

  /*IE10+*/
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-fluid{
    height:100%;
  }
 }

/********************************************************************************
Animation
********************************************************************************/

.lightbox {
  display:none;
}
/* Center the loader */
#loader {
  position: relative;
  left: 25%;
  z-index: 1;
  width: 150px;
  height: 150px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #4b5860;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
@keyframes popIn {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.2, 1);
  }
  50% {
    transform: scale(1.4, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes popOut {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.2, 1);
  }
  50% {
    transform: scale(1.4, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes splashIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: .9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes splashOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1);
    opacity: .9;
  }
  100% {
    transform: scale(0.5);
    opacity: 1;
  }
}

/************************************ positions ******************************************************/
#configuration {
  position: relative;
}

#lines {
  position: absolute;
  z-index: 1000;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 80%; /* Need a specific value to work */
}

#dlc {
  position: absolute;
}

#bottom {
  position: absolute;
}

/* #start-step-3 {
  z-index: 100;
  position: relative;
} */
