/*----------------- 
Shared frontend / backend related CSS
-----------------*/

.cct_flexcontainer{
  display: flex;
}
.cct_flexcontainer-input{
  display: flex;
}
.cct_flexcontainer > div{
  flex: 1;
}
.cct_numericvalue{
  text-align:right;
}
.cct_hidden{
  display:none;
}
.cct_admin_languageflag{
  top: 0px;
  position: relative;
  height: 20px;
}
/* openingtimes shortcode css */
.cct_openingtimes_float_left{
  float:left;
}
.cct_openingtimes_table {
  border:0px;
  font-size: 0.8rem;
}
.cct_openingtimes_table > tbody > tr > td {
  padding: 0px;
  border:0px;
}
.cct_openingtimes_table > tbody > tr > td:first-child {
  padding-right:10px;
}
.cct_openingtimes_holiday {
  opacity: 60%;
}
.cct_openingtimes_closed {
  opacity: 60%;
}
/* contact form css */
.cct_contact_form {
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cct_contact_form_column {
  display: flex;
  /*flex-direction: column;*/
}
.cct_contact_form_row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top:20px;
  padding-bottom: 20px;
}
.cct_contact_form_row_alt{

  padding-top:20px;
  padding-bottom: 20px;
}
.cct_contact_form_input{
  /*background-color:blue;*/
  color:blue;
  width:100%;
  height:40px;
  background-color:#dadada;
}
.cct_contact_form_input::placeholder{
  color: blue;
}
.cct_contact_form_input >input::-webkit-input-placeholder { /* WebKit browsers */
  color: blue;
}
.cct_contact_form_input>input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: blue;
}
.cct_contact_form_input>input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: blue;
}
.cct_contact_form_input>input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: blue;
}

/* CSS */
.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}
.vertical-top {
  vertical-align: top;
}
.cct_admin_custom_message_image_width_100{
	width: 100%;
}
.cct_admin_custom_message_image_width_90{
	width: 90%;
}
.cct_admin_custom_message_image_width_80{
	width: 80%;
}
.cct_admin_custom_message_image_width_70{
	width: 70%;
}
.cct_admin_custom_message_image_width_60{
	width: 60%;
}
.cct_admin_custom_message_image_width_50{
	width: 50%;
}
.cct_admin_custom_message_image_width_40{
	width: 40%;
}
.cct_admin_custom_message_image_width_30{
	width: 30%;
}
.cct_admin_custom_message_image_width_20{
	width: 20%;
}
.cct_admin_custom_message_image_width_10{
	width: 10%;
}
.cct_admin_custom_message_image{
	height: auto;
	display: block;
}
.cct_admin_custom_message_image_left{
	margin-left: 0;
	margin-right: auto;
}
.cct_admin_custom_message_image_center{
	margin-left: auto;
	margin-right: auto;
}
.cct_admin_custom_message_image_right{
	margin-left: auto;
	margin-right: 0;
}

.cct_table_text_top > tbody > tr > td{
	vertical-align:top;
}
.cct_table_text_bottom > tbody > tr > td{
	vertical-align:bottom;
}
.cct_text_left{
	text-align: left;
}
.cct_text_right{
	text-align: right;
}
.cct_text_center{
	text-align: center;
}
@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

.cct_floating_navbar_modal-content > ul{
  padding-left: 70px;
}
.cct_floating_navbar_modal-content > ul > li{
  list-style: none;
  margin-top: 40px;
  
  
}
.cct_floating_navbar_list_items{
  
}
.cct_floating_navbar_modal-content > ul > li > a{
  text-transform: uppercase;
  font-family: Acme;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
  text-decoration: none;
  text-align: left;
  color: #fff;
  font-weight: 300;
  transition: all 150ms ease-in;
}
.cct_floating_navbar_modal-content > ul > li > a:hover{
  padding-left: 10px;
}
#cct_floating_navbar_toggle_button span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #0000008f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#cct_floating_navbar_toggle_button span:nth-child(2),#cct_floating_navbar_toggle_button span:nth-child(3) {
  top: 18px;
}

#cct_floating_navbar_toggle_button span:nth-child(4) {
  top: 36px;
}
#cct_floating_navbar{
  position: fixed;
  float: left;
  left: 50px;
  top: 90px;
}
element {
  background-color: #3E3E3D;
  width: 100%;
  height: 100%;
}

.cct_floating_navbar_modal-content {
  background-color: #3E3E3D;
  margin-left:40px;
  margin-top: 80px;/* 15% from the top and centered */
  margin-right: 40px;
  margin-bottom: 80px;
  height:100%;
  padding: 20px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */

}
#cct_floating_navbar_toggle_button {
  width: 60px;
  height: 45px;
  position: relative;
  /*margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  font-size:30pt;
  left: 0px;
  top: 0px;
  positionx: fixed;
  z-index:1000;
}
@media (max-width: 800px) {
  .cct_floating_navbar_modal-content > ul > li > a{

    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.4rem;
  }
  .cct_floating_navbar_modal-content > ul > li{
    margin-top: 25px;
  }
  #cct_floating_navbar_toggle_button span {
    height: 9px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .cct_floating_navbar_modal-content > ul > li > a{

    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.4rem;
  }
  .cct_floating_navbar_modal-content > ul > li{
    margin-top: 20px;
  }
  #cct_floating_navbar_toggle_button span {
    height: 9px;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .cct_floating_navbar_modal-content > ul > li > a{

    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.4rem;
  }
  .cct_floating_navbar_modal-content > ul > li{
    margin-top: 15px;
  }
  #cct_floating_navbar_toggle_button span {
    height: 4px;
    width: 60%;
  }
  #cct_floating_navbar_toggle_button span:nth-child(2),#cct_floating_navbar_toggle_button span:nth-child(3) {
    top: 9px;
  }
  #cct_floating_navbar_toggle_button span:nth-child(4) {
    top: 18px;
  }
  #cct_floating_navbar {
    left: 5px;
    top: 55px;
  }
}
@media (max-width: 451px) {
  .cct_floating_navbar_modal-content > ul > li > a{

    font-size: 0.9rem;
    letter-spacing: 0.07rem;
    margin-bottom: 0.4rem;
  }
  .cct_floating_navbar_modal-content > ul > li{
    margin-top: 10px;
  }
  #cct_floating_navbar_toggle_button span {
    height: 4px;
    width: 60%;
  }
  #cct_floating_navbar_toggle_button span:nth-child(2),#cct_floating_navbar_toggle_button span:nth-child(3) {
    top: 9px;
  }
  #cct_floating_navbar_toggle_button span:nth-child(4) {
    top: 18px;
  }
  #cct_floating_navbar {
    left: 5px;
    top: 55px;
  }
  #cct_floating_navbar_toggle_button{
    width: 45px;
    height: 45px;
  }
  .cct_floating_navbar_modal-content{
    margin-left: 2px;
    margin-top: 46px;
    margin-right: 2px;
    padding: 0px;
  }
}
@media (max-width: 380px) {
  .cct_floating_navbar_modal-content > ul > li > a{

    font-size: 0.6rem;
    letter-spacing: 0.06rem;
    margin-bottom: 0.4rem;
  }
  .cct_floating_navbar_modal-content > ul > li{
    margin-top: 10px;
  }
  #cct_floating_navbar_toggle_button span {
    height: 5px;
    width: 70%;
  }
  #cct_floating_navbar_toggle_button span:nth-child(2),#cct_floating_navbar_toggle_button span:nth-child(3) {
    top: 9px;
  }
  #cct_floating_navbar_toggle_button span:nth-child(4) {
    top: 18px;
  }
  #cct_floating_navbar {
    left: 5px;
    top: 55px;
  }
  #cct_floating_navbar_toggle_button{
    width: 30px;
    height: 45px;
  }
  .cct_floating_navbar_modal-content{
    margin-left: 2px;
    margin-top: 46px;
    margin-right: 2px;
    padding: 0px;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3) translate3d(0, 0, 0); }
  50% {
    opacity: 0.9;
    transform: scale(1.1); }
  80% {
    opacity: 1;
    transform: scale(0.89); }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0); } 
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}



#cct_floating_navbar_items{
  
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  min-height:100%;
  height: auto; /* Full height */
  /*overflow: auto; /* Enable scroll if needed */
  /*background-color: rgb(0,0,0); /* Fallback color */
  /*background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  background-color: #3E3E3D;
  
}

.cct_floating_navbar_closebutton{
  font-size: 36pt;
  cursor: pointer;
  float:left;
  color:white;
}
/* Icon 3 */
#cct_floating_navbar_toggle_buttonx{
  font-size:30pt;
  cursor: pointer;
  left: 54px;
  top: 88px;
  position: fixed;
}



#cct_floating_navbar_toggle_button span:nth-child(1) {
  top: 0px;
}



#cct_floating_navbar_toggle_button.open span{
  background: #ffffffc4;
}
#cct_floating_navbar_toggle_button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#cct_floating_navbar_toggle_button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cct_floating_navbar_toggle_button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cct_floating_navbar_toggle_button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
  
}
.xcct-video-background{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.xcct-video-background-overlay{
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #EAE0DA;
  transform: translate3d(0px, 0px, 0px);
}
.xcct-video-background-video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width:unset;
}
@media (min-aspect-ratio: 2 / 1) {
  .xcct-video-background-video {
    min-width: 120%;
    height: auto;
    max-width:unset;
  }
}

.cct-video-background{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height:110%;
  height: calc(100% + (100lvh - 100dvh));
  z-index: -1;
  overflow: hidden;
}
.cct-video-background-overlay{
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #EAE0DA;
  transform: translate3d(0px, 0px, 0px);
}
.cct-video-background-video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width:unset;
}
@media (min-aspect-ratio: 2 / 1) {
  .cct-video-background-video {
    min-width: 120%;
    height: auto;
    max-width:unset;
  }
}
.cct_floating_navbar_basic-b-a {
   transition: all .25s;
   content: "";
   position: absolute;
   left: 0;
   height: 6px;
   width: 30px;
   border-radius: 15px;
   background-color: rgba(255, 255, 255, 0.95);
}
.cct_floating_navbar_basic-menu-collapsed {
   transition: all .25s;
   position: fixed;
   top: 10px;
   left: 9px;
   height: 36px;
   width: 36px;
   z-index: 1;
   cursor: pointer;
}
.cct_floating_navbar_basic-menu-collapsed > nav > ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
}
.cct_floating_navbar_basic-menu-collapsed:not(.cct_floating_navbar_basic-menu-expanded) > .cct_floating_navbar_basic-bar {
   transition: all .25s;
   content: "";
   position: absolute;
   left: 0;
   height: 6px;
   width: 30px;
   border-radius: 15px;
   /*background-colorx: rgba(255, 255, 255, 0.95);*/
   background-color: black;
   position: fixed;
   left: 12px;
   top: 80px;
}
.cct_floating_navbar_basic-menu-collapsed:not(.cct_floating_navbar_basic-menu-expanded) > .cct_floating_navbar_basic-bar::before {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 30px;
  border-radius: 15px;
  /*background-colorx: rgba(255, 255, 255, 0.95);*/
  background-color: black;
  top: -8px;
}
.cct_floating_navbar_basic-menu-collapsed:not(.cct_floating_navbar_basic-menu-expanded) > .cct_floating_navbar_basic-bar::after {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  height: 6px;
  width: 30px;
  border-radius: 15px;
  /*background-colorx: rgba(255, 255, 255, 0.95);*/
  background-color: black;
  top: 8px;
}

.cct_floating_navbar_basic-b-a-expanded {
   transition: all .25s;
   top: -0px;
}
.cct_floating_navbar_basic-menu-expanded {
   transition: all .25s;
   text-align: center;
   line-height: 200px;
   height: 100%;
   width: 100%;
   border-radius: 0px;
   top: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.85);
}
.cct_floating_navbar_basic-menu-expanded > nav {
  padding-left: 50px;
}
.cct_floating_navbar_basic-menu-expanded > nav > ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
  list-style: none;
}
.cct_floating_navbar_basic-menu-expanded > nav > ul > li {
  
}
.cct_floating_navbar_basic-menu-expanded > nav > ul > li > a {
      font-family: 'Quicksand', sans-serif;
      transition: all .15s;
      text-decoration: none;
      font-size: 2em;
      padding: 5px;
      color: #fff;
      display:block;
}
.cct_floating_navbar_basic-menu-expanded > nav > ul > li > a:hover {
  background-color:rgba(white, .8);
  transition: all .15s;
  letter-spacing: 2px;
  color:#333;
  border: 1px solid rgba(255, 255, 255, .15);
}

.cct_floating_navbar_basic-menu-collapsed.cct_floating_navbar_basic-menu-expanded > .cct_floating_navbar_basic-bar {
  background-color: transparent;
  transition: all .25s;
}

.cct_floating_navbar_basic-menu-collapsed.cct_floating_navbar_basic-menu-expanded > .cct_floating_navbar_basic-bar::before{
  transition: all .25s;
  top: -0px;
  transform: rotate(45deg);
  background-color:white;
}
.cct_floating_navbar_basic-menu-collapsed.cct_floating_navbar_basic-menu-expanded > .cct_floating_navbar_basic-bar::after {
  transition: all .25s;
  top: -0px;
  transform: rotate(-45deg);
  background-color:white;
}
/* BASIC 2 */
.cct_floating_navbar_basic2-nav {
  position: fixed;
  left: 40px;
  top: 0;
  -webkit-box-sizing: unset;
  box-sizing: unset;
}
.cct_floating_navbar_basic2-container {
  max-width: 1050px;
  width: 100%;
  margin: auto;
}

.cct_floating_navbar_basic2-navbar {
  width: 100%;
  /*box-shadow: 0 1px 4px rgb(146 161 176 / 15%);*/
  -webkit-box-sizing: unset;
  box-sizing: unset;
}

.cct_floating_navbar_basic2-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.cct_floating_navbar_basic2-box {
  padding-top: 50px;
  margin-left: -40px;
  padding-left: 100px;
  list-style: none;
  min-width:100vw;
  /*box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);*/
  height: 100vh;
  width:100vw;
  transform: translate(-150%);
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  transition: transform 0.6s ease-in-out, background-color 1.5s linear 0.6s;
}

.cct_floating_navbar_basic2-navbar .cct_floating_navbar_basic2-nav-container li {
  list-style: none;
}

.cct_floating_navbar_basic2-menu-items > li > a{
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  /*padding: 0.7rem;*/
  text-transform: uppercase;
  transition: all 250ms ease-in;
}
.cct_floating_navbar_basic2-menu-items > li > a:hover{
  font-weight: normal;
  padding-left: 15px;
}
.xxxcct_floating_navbar_basic2-navbar .xxcct_floating_navbar_basic2-nav-container a:hover{
    font-weight: bolder;
    padding-left: 15px;
}

.cct_floating_navbar_basic2-nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.cct_floating_navbar_basic2-nav-container .cct_floating_navbar_basic2-checkbox {
  position: fixed;
  top: 30px;
  left: 10px;
  display: block;
  height: 46px;
  width: 46px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.cct_floating_navbar_basic2-nav-container .cct_floating_navbar_basic2-hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: fixed;
  top: 50px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cct_floating_navbar_basic2-nav-container .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  
}
.cct_floating_navbar_basic2-line1-dark_light{
  background: #0e2431;
}
.cct_floating_navbar_basic2-line2-dark_light{
  background: #0e2431;
}
.cct_floating_navbar_basic2-line3-dark_light{
  background: #0e2431;
}
.cct_floating_navbar_basic2-line1-light_dark{
  background: white;
}
.cct_floating_navbar_basic2-line2-light_dark{
  background: white;
}
.cct_floating_navbar_basic2-line3-light_dark{
  background: white;
}
.cct_floating_navbar_basic2-line1-light_grey{
  background: grey;
}
.cct_floating_navbar_basic2-line2-light_grey{
  background: grey;
}
.cct_floating_navbar_basic2-line3-light_grey{
  background: grey;
}
.cct_floating_navbar_basic2-line1-dark_grey{
  background: darkgrey;
}
.cct_floating_navbar_basic2-line2-dark_grey{
  background: darkgrey;
}
.cct_floating_navbar_basic2-line3-dark_grey{
  background: darkgrey;
}
.cct_floating_navbar_basic2-nav-container .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out, background-color 0.8s ease-in-out;
}

.cct_floating_navbar_basic2-nav-container .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line2 {
  transition: transform 0.2s ease-in-out, background-color 0.4s ease-in-out;;
}

.cct_floating_navbar_basic2-nav-container .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out, background-color 0.8s ease-in-out;
}

.cct_floating_navbar_basic2-menu-items{
  width:50%;
  min-width: 470px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.cct_floating_navbar_basic2-menu-contact-info{
  width:50%;
  
  display: flex;
  flex-direction: column;
  text-align: left;
  color:white;
}
.cct_floating_navbar_basic2-contact-info-name{
  font-weight:bolder;
  color:white;
  font-size: 14pt;
}
.cct_floating_navbar_basic2-contact-info-text{
  color:#ffffff8c;
}
.cct_floating_navbar_basic2-contact-info-phone{
  color:#ffffff8c;
}
.cct_floating_navbar_basic2-contact-info-email{
  color:#ffffff8c;
}
.cct_floating_navbar_basic2-contact-info-phone > i{
  padding-right:20px;
}
.cct_floating_navbar_basic2-contact-info-email > i{
  padding-right:20px;
}
.cctools-social-icons{
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom:0px;
  left: 13px;
  line-height:unset;
  padding:0;
}
.cctools-social-icons-link{
  color:white;
  font-size:14pt;
}
.cct_floating_navbar_basic2-navbar .cct_floating_navbar_basic2-box .cct_floating_navbar_basic2-menu-items li:not(.cctools-social-icons-li) {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.cct_floating_navbar_basic2-logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 1.2rem;
  color: #0e2431;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-box {
  transform: translateX(0);
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line1-dark_light {
  transform: rotate(45deg);
  background-color:white;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line2-dark_light {
  transform: scaleY(0);
  background-color:white;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line3-dark_light {
  transform: rotate(-45deg);
  background-color:white;
}
.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line1-light_dark {
  transform: rotate(45deg);
  background-color:black;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line2-light_dark {
  transform: scaleY(0);
  background-color:black;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line3-light_dark {
  transform: rotate(-45deg);
  background-color:black;
}
.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line1-light_grey {
  transform: rotate(45deg);
  background-color:darkgrey;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line2-light_grey {
  transform: scaleY(0);
  background-color:darkgrey;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line3-light_grey {
  transform: rotate(-45deg);
  background-color:darkgrey;
}
.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line1-dark_grey {
  transform: rotate(45deg);
  background-color:grey;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line2-dark_grey {
  transform: scaleY(0);
  background-color:grey;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-hamburger-lines .cct_floating_navbar_basic2-line3-dark_grey {
  transform: rotate(-45deg);
  background-color:grey;
}

.cct_floating_navbar_basic2-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic2-logo{
  display: none;
}
/* BASIC 3 */
.cct_floating_navbar_basic3-nav {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-sizing: unset;
  box-sizing: unset;
}
.cct_floating_navbar_basic3-container {

  margin: auto;
}

.cct_floating_navbar_basic3-navbar {
  width:0;
  height:0;
  /*box-shadow: 0 1px 4px rgb(146 161 176 / 15%);*/
  -webkit-box-sizing: unset;
  box-sizing: unset;
}

.cct_floating_navbar_basic3-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cct_floating_navbar_basic3-box {
  padding-top: 50px;
  /*margin-left: -40px;*/
  padding-left: 100px;
  list-style: none;
  min-width:100vw;
  width:100vw;
  height: 100vh;
  xheight: 100dvh;
  /*box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);*/
  /*height: 100vh;*/
  
  transform: translate(-150%);
  /*display: flex;
  flex-direction: row;
  flex-flow: wrap;
  */
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.6s ease-in-out, background-color 1.5s linear 0.6s;
}

.cct_floating_navbar_basic3-navbar .cct_floating_navbar_basic3-nav-container li {
  list-style: none;
}

.cct_floating_navbar_basic3-menu-items > li > a{
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  /*padding: 0.7rem;*/
  text-transform: uppercase;
  transition: all 250ms ease-in;
}
.cct_floating_navbar_basic3-menu-items > li > a:hover{
  font-weight: normal;
  padding-left: 15px;
}
.xxxcct_floating_navbar_basic3-navbar .xxcct_floating_navbar_basic3-nav-container a:hover{
    font-weight: bolder;
    padding-left: 15px;
}

.cct_floating_navbar_basic3-nav-container {
  display: block;
  position: relative;
  /*height: 60px;*/
}

.cct_floating_navbar_basic3-nav-container .cct_floating_navbar_basic3-checkbox {
  position: fixed;
  top: 30px;
  left: 10px;
  display: block;
  height: 46px;
  width: 46px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.cct_floating_navbar_basic3-nav-container .cct_floating_navbar_basic3-hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: fixed;
  top: 50px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cct_floating_navbar_basic3-nav-container .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  
}
.cct_floating_navbar_basic3-line1-dark_light{
  background: #0e2431;
}
.cct_floating_navbar_basic3-line2-dark_light{
  background: #0e2431;
}
.cct_floating_navbar_basic3-line3-dark_light{
  background: #0e2431;
}
.cct_floating_navbar_basic3-line1-light_dark{
  background: white;
}
.cct_floating_navbar_basic3-line2-light_dark{
  background: white;
}
.cct_floating_navbar_basic3-line3-light_dark{
  background: white;
}
.cct_floating_navbar_basic3-line1-light_grey{
  background: grey;
}
.cct_floating_navbar_basic3-line2-light_grey{
  background: grey;
}
.cct_floating_navbar_basic3-line3-light_grey{
  background: grey;
}
.cct_floating_navbar_basic3-line1-dark_grey{
  background: darkgrey;
}
.cct_floating_navbar_basic3-line2-dark_grey{
  background: darkgrey;
}
.cct_floating_navbar_basic3-line3-dark_grey{
  background: darkgrey;
}
.cct_floating_navbar_basic3-nav-container .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out, background-color 0.8s ease-in-out;
}

.cct_floating_navbar_basic3-nav-container .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line2 {
  transition: transform 0.2s ease-in-out, background-color 0.4s ease-in-out;;
}

.cct_floating_navbar_basic3-nav-container .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out, background-color 0.8s ease-in-out;
}

.cct_floating_navbar_basic3-menu-items{
  width:40%;
  min-width: 470px;
  display: flex;
  flex-direction: column;
  text-align: left;
  float:left;
  padding-bottom:40px;
}
.cct_floating_navbar_basic3-menu-contact-info{
  width:40%;
  min-width:300px;
  float:left;
  display: flex;
  flex-direction: column;
  text-align: left;
  color:white;
  line-height: normal;
}
.cct_floating_navbar_basic3-contact-info-name{
  font-weight:bolder;
  color:white;
  font-size: 14pt;
}
.cct_floating_navbar_basic3-contact-info-text{
  color:#ffffff8c;
}
.cct_floating_navbar_basic3-contact-info-phone{
  color:#ffffff8c;
}
.cct_floating_navbar_basic3-contact-info-email{
  color:#ffffff8c;
}
.cct_floating_navbar_basic3-contact-info-phone > i{
  padding-right:20px;
}
.cct_floating_navbar_basic3-contact-info-email > i{
  padding-right:20px;
}
.cct_floating_navbar_basic3-social-icons{
  display: flex;
  flex-direction: column;
  position: fixed; 
  bottom: 30px;
  bottom: -moz-calc(0% + (100lvh - 100vh));
  bottom: -webkit-calc(0% + (100lvh - 100vh));
  bottom: calc(0% + (100lvh - 100vh));
  left: 15px;
  line-height:unset;
  padding:0;
}
.cct_floating_navbar_basic3-social-icons-link{
  color:white;
  font-size:14pt;
}
.cct_floating_navbar_basic3-social-icons-li{
  list-style:none;
}
.cct_floating_navbar_basic3-social-icons-icon-dark_light{
  color:black;
  /*transition: color 2.9s ease-in-out;*/
}
.cct_floating_navbar_basic3-social-icons-icon-light_dark{
  color:white;
  /*transition: color 2.9s ease-in-out;*/
}
.cct_floating_navbar_basic3-social-icons-icon-light_grey{
  color:grey;
  /*transition: color 2.9s ease-in-out;*/
}
.cct_floating_navbar_basic3-social-icons-icon-dark_grey{
  color:darkgrey;
  /*transition: color 2.9s ease-in-out;*/
}
.cct_floating_navbar_basic3-navbar .cct_floating_navbar_basic3-box .cct_floating_navbar_basic3-menu-items li:not(.cct_floating_navbar_basic3-social-icons-li) {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}


.cct_floating_navbar_basic3-logo {
  position: fixed;
  top: 0px;
  left: 35%;
  font-size: 1.2rem;
  opacity: 1;
  color: #0e2431;
  width: 20%;
  min-width: 140px;
  /*transition: opacity 1.0s ease-in-out;*/
}
@media (max-width: 500px) {
  .cct_floating_navbar_basic3-logo {
    left: 20%;
  }
}
.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-social-icons .cct_floating_navbar_basic3-social-icons-li .cct_floating_navbar_basic3-social-icons-link .cct_floating_navbar_basic3-social-icons-icon-light_dark {
  color: black;
  transition: color 0.5s ease-in-out 0.4s;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-social-icons .cct_floating_navbar_basic3-social-icons-li .cct_floating_navbar_basic3-social-icons-link .cct_floating_navbar_basic3-social-icons-icon-dark_light {
  color: white;
  transition: color 0.5s ease-in-out 0.4s;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-social-icons .cct_floating_navbar_basic3-social-icons-li .cct_floating_navbar_basic3-social-icons-link .cct_floating_navbar_basic3-social-icons-icon-light_grey {
  color: darkgrey;
  transition: color 0.5s ease-in-out 0.4s;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-social-icons .cct_floating_navbar_basic3-social-icons-li .cct_floating_navbar_basic3-social-icons-link .cct_floating_navbar_basic3-social-icons-icon-dark_grey {
  color: grey;
  transition: color 0.5s ease-in-out 0.4s;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-box {
  transform: translateX(0);
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line1-dark_light {
  transform: rotate(45deg);
  background-color:white;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line2-dark_light {
  transform: scaleY(0);
  background-color:white;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line3-dark_light {
  transform: rotate(-45deg);
  background-color:white;
}
.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line1-light_dark {
  transform: rotate(45deg);
  background-color:black;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line2-light_dark {
  transform: scaleY(0);
  background-color:black;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line3-light_dark {
  transform: rotate(-45deg);
  background-color:black;
}
.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line1-light_grey {
  transform: rotate(45deg);
  background-color:darkgrey;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line2-light_grey {
  transform: scaleY(0);
  background-color:darkgrey;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line3-light_grey {
  transform: rotate(-45deg);
  background-color:darkgrey;
}
.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line1-dark_grey {
  transform: rotate(45deg);
  background-color:grey;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line2-dark_grey {
  transform: scaleY(0);
  background-color:grey;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-hamburger-lines .cct_floating_navbar_basic3-line3-dark_grey {
  transform: rotate(-45deg);
  background-color:grey;
}

.cct_floating_navbar_basic3-nav-container input[type="checkbox"]:checked ~ .cct_floating_navbar_basic3-logo{
  opacity: 0;
  transition: opacity 3.5s ease-in-out;
}
