* {
  /* primary */
  --col-primary-emphasis-high: #253c55;
  --col-primary-emphasis-medium: #435a74ff;
  --col-primary-emphasis-low: #b7bec4ff;
  --col-primary-disabled: #b7bec4;

  --col-primary-bdcl: #ffffff;
  --col-primary-cl: #eff3da;
  --col-primary-background: #c0d5eb;

  /* secondary */
  --col-secondary-emphasis-high: #2d5c8f;
  --col-secondary-emphasis-medium: #3f6999;
  --col-secondary-emphasis-low: #9abad6;

  --col-secondary-bdcl: #253c55;
  --col-secondary-cl: #253c55;
  --col-secondary-background: #011e40;

  /* tetriary */
  --col-tetriary-bdcl: #ecdfca;
  --col-tetriary-cl: #ffffff;
  --col-tetriary-background: #eaf0f8;
}

#foot_title {
  display: none !important;
}

#summary {
  display: none !important;
}

html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-anchor:auto!important;
  font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
  color:rgb(62,61,64);
  height:  100vh; 
  outline: none;
}

.navbar-brand{
  margin-right: 0;
}

.disabled {
  color: #999 !important;
  border-color: rgb(194, 194, 194) !important;
  pointer-events: none;
  background-color: var(--col-primary-disabled) !important;
}

a.footer.link {
  color: white;
}

a {
	color: black;
	cursor: pointer;
}

a:hover {
	color: black;
}

.p p {
  font-size: 0.90rem;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

ol {
  list-style:none;
  padding-left:0;
}

.logo {
  width:112px;
  display:block;
  margin: auto;
  padding: 2px;
}

.top {
  padding-top: 15px;
  padding-bottom: 20px;
}

.col-sm-9 {
  flex: none;
  max-width: none;
  border: none !important;
}

footer {
  color: #fff;
  font-size: 0.9em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hidden {
  display: 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) */
}

.btn-back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  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;
}
.indicator-arrow {
  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-arrow-dark {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}
.indicator {
  position: absolute;
  height: 3rem;
  width: 3rem;
  left: 50%;
  z-index: 2;

  color: #ffffff !important;
  background-color: var(--col-primary-emphasis-medium) !important;
  border-color: var(--col-primary-emphasis-low) !important;
}

.indicator-arrow-one {
  top: 1.375rem;
}
.indicator-up {
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
button {
  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;
}

.banner {
  max-width: 100%;
  max-height: 100%;
}

.navbar-brand>img {
    max-height: 80px;
    width: 250px;
    margin-left: 0;
    margin-right: auto;
    float: left;
}
.tab_nav-item a {
  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: .125rem solid #ECF3DB;
  background-color: #662a2a;
  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;
  }

.beige{
  background-color: rgb(233, 233, 233);
}

.brown {
  background-color: #a2815f;
}
.blue {
  background-color: #6f859d;
}
.mustard {
  background-color: #c6a154;
}
.red {
  background-color: #c17770;
}

.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;
}
.nav{
  margin-top:40px;
  padding: 1em 0 0 0;
}

#lr_kr2{
  margin-left:10px;
}

.ztop {
  z-index: 1;
}

.relative {
  position: relative;
}
/* COLORS - START*/
.bg-white-tr {
  background: rgba(255, 255, 255, 0.9);
}
.transparent {
    opacity: .98;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.bd-thick {
  border-width: 0.5ch !important;
}
.bd-thin {
  border-width: 0.05ch !important;
}
.bd-mid {
  border-width: 0.25ch !important;
}
.ft-caps {
  text-transform: uppercase !important;
}

.ft-primary {
  font-family: futura-pt,Raleway,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.ft-secondary {
  font-family: 'Playfair Display', serif;
}
.ft-tertiary {
  font-family: Arial, Helvetica, sans-serif;
}
.bdcl-primary {
  border-color:var(--col-primary-bdcl) !important;
}
.bdcl-secondary {
  border-color:var(--col-secondary-bdcl) !important;
}
.bdcl-tertiary {
  border-color:var(--col-tetriary-bdcl) !important;
}
.cl-primary {
  color: var(--col-primary-cl) !important;
}
.cl-secondary {
  color: var(--col-secondary-cl) !important;
}
.cl-tertiary {
  color: var(--col-tetriary-cl) !important;
}
.cl-black {
  color: #000000 !important;
}
.cl-white {
  color: #ffffff !important;
}
.bg-primary {
  background-color: var(--col-primary-background) !important; /*#eff3da */
}
.bg-secondary {
  background-color: var(--col-secondary-background) !important;
}
.bg-tertiary {
  background-color: var(--col-tetriary-background) !important; /*//ECF3DB*/
}
.bg-white {
  background-color: #ffffff !important;
}
table, th, td {
  border-color:#ffffff !important;
  max-width: 100%;
  border-collapse: collapse;
}

/* COLORS - END*/
*: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: #662a2a!important;
  background-color: #662a2a;
  color: white !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;
}

.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';
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 80%;
  }
  .item img {
    max-width: 80% !important;
  }

  .border-right {
    margin: 15px;
  } 
  #break {
    display: none;
  }

  .deselected {
    display: block;
  }

  .dropdown-menu {
    max-height: 600px;
  }
}

@media screen and (min-width: 767px) {
  .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;
  }

  button, .button {
    font-size: 0.8rem !important;
  }

  ul {
    padding-inline-start: 0px;
  }

  .mr-4 {
    margin-right: 0 !important;
  }

  .dropdown-menu {
    max-height: 600px;
  }
}

@media screen and (max-width: 600px) {
  .accordion {
    height: auto!important;
    min-height: 200px !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;
  }

  button, .button {
    font-size: 0.8rem !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;
  }

  .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  header {
    text-align: center;
  }
}

  /*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 #96C88B;
  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;
  }
}

/* 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: #58733D;
}

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: 50px;
  padding-bottom: 50px;
}

.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: 80%;
  margin-left: auto;
  margin-right: auto;
}

/***************OWL*********************/
.owl-prev {
  left: calc((100% - 1135px)/ 2);
}
.owl-next {
  right: calc((100% - 1135px)/ 2);
}

.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 {
  position: absolute;
  bottom: 2.5%;
  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: #5e4756 !important;
}

.owl-item { 
  margin: 0 !important;
 }

 .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;
}
p.subtitle {
  /* white-space: unset; */
}
.item-body h5, .item-body p { margin: 0; }

.item img{
  max-width: 1600px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.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: #ECF3DB;
}

/********************************************************************************************************/
/*MATERIAL DESIGN*/
.scene_opt:first-of-type {
  margin-right: 0px;
}

.tab_nav-item {
  padding-left:5px;
  padding-right: 5px;
}
.card {
  margin: 0.75rem;
  position: relative;
  border-radius: 0px;
  border-width: thick;
  margin-bottom:30px !important;
  color: #ffffff;
}

.bd-lg {
  border-width: 15px;
}

.card:hover, .card.hovered {
  border-color: #514d45;
}
.card-title {
  font-weight: bolder;
}

.image {
  display: inline-block;
  position: relative;
}
.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;
}

.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;
}
.accordion {
  overflow-x: hidden;
  overflow-y: auto;
}
.card-body {
  padding:0;
}
.card-header {
  border: 0;
}
.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:#F4F4F4 !important;
}

.btn-light:focus, .dropdown-toggle:focus{
  box-shadow: none;
  border: none;
  background:#F4F4F4 !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;
}

.dropdown-item:active, .dropdown-item.active {
  background-color: var(--col-secondary-emphasis-high);
}

.dropdown-header {
  font-size: 1rem;
  padding: .5rem 1.1rem;
  background: whitesmoke;
  display: none;
}

.block-designlines {
  /*margin-bottom: 40px;*/
}