/*!
bandLocal css 1.3
*/
#SSlargeIframe {
  position: fixed;/*absolute*/
  width: 100%;
  height: 100vh; /*100%*/
  left:0 !important;
  border: none;
  z-index: 999980;
  top:0px!important;
  display:block !important;
  background-color:white;
}

.sssidebar-container {
  height: 100vh;
  width: 100vw;
  position: relative;
	/*top: 0;*/
	left: 0;
	z-index: 999990;
	pointer-events: none;
	top:0;
}

#sssidebar-open-button {
  position: fixed;
  top: 50%;
  right: 0;
  transition: all 0.5s;
	pointer-events: auto;
}
#sssidebar-open-button-cta {
	position: fixed;
  top: 40%;
	width: 10%;
	color: white;
	font-family: sans-serif;
	font-size: 16px;
	-webkit-text-stroke: thin black;

}
/*.fadeout {

  opacity: 0;
  transition: visibility 0s 6s, opacity 6s linear;
}*/
.opened #sssidebar-open-button {
  right: -100%
}

/* #sssidebar {
  background-color: cyan;
  height: 100%;
  transition: all 0.5s;
} */

.closed #sssidebar {
  transform: translateX(110%);
}

        #sssidebar{
						background-color: transparent;
            top: auto;
            left: auto;
            height: auto;
            position: relative;
						transition: all 0.5s;
						top:0;




        }

        #survey-frame {
          border: 0px;
          vertical-align: bottom;
          overflow: hidden;
          width: 100vw;
          height: 120px;
          margin: 0px;
          transition: all 0.5s;
          background-color: transparent;
          position: fixed;
          pointer-events: auto;
          bottom:-120px;
          min-width:inherit !important;
          max-width:inherit !important;
        }

        #survey-frame.loaded {
          height: 100dvh;
          position: fixed;
          bottom: 0;
          right: 0;
        }

        .desktop #survey-frame {
          width: 406px;
          position: fixed;
          bottom:-120px;
        }

        .desktop #survey-frame.loaded {
          height: 100dvh !important;
          width: 406px;
          position: fixed;
          bottom: 0 !important;
          right: 0;
          border: 3px solid #fff;
          box-sizing:border-box;
        }
        /* Override for viewports with height 722px or more */
        @media (min-height: 722px) {
          .desktop #survey-frame.loaded {
            height: 722px !important;
          }
        }
        #survey-frame.loaded.smaller {
          width: 120px !important;
          height: 120px !important;
          bottom: 0px;
          right: 0px;
          position: fixed;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        }
	/**********For mobile**************/
	.survey-div-m *{
	    -webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
	    -webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
	    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
	    -webkit-user-select:none;                  /* prevent copy paste, to allow, change 'none' to 'text' */

	}





	:root {
    --i-visite-outlink-cta-background-color:hsla(0,0%,100%,0.85)!important;
    --arrow-background-color:hsla(0,0%,100%,0.9)!important;
    }
  /*.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    transition: all 500ms ease;


  }*/
	#seesawengage{
		position: fixed;
    bottom: 0;
    height: 0 !important;
    width: 100%;
    /*transition: all 2s ease-in-out;
    animation: slideUp 1s;
		animation-delay: 2s;
		-webkit-animation-fill-mode: forwards;*/
		z-index:9999999999;
    left:0;
	}
	#seesawengage.desktop{
		/*animation: slideUpDesktop 1s;*/
		height:120px;/*732*/
		width:406px;

	}
	#seesawengage.slideDown{
		height:120px;

		bottom:0px;
		transition: all 1s ease-in-out;
    animation: slideDown 1s;

		-webkit-animation-fill-mode: forwards;
	}

	#seesawengage.open{
		top:-100vh;
		transition: all 1s ease-in;
    animation: expand 1s;

		-webkit-animation-fill-mode: forwards;
	}
	#seesawengage.desktop.open{

		transition: all 1s ease-in;
    animation: expandDesktop 1s;

		-webkit-animation-fill-mode: forwards;
		width:406px;
		position:absolute;
	}
  #sb-frame{
    width:120px;
    height:110px;
    position:fixed;
    bottom:-110px;
    pointer-events: auto;
    animation-delay: calc(var(--large-banner-stays-up) + var(--small-banner-comes-up-delay))  !important;
    min-width:inherit !important;
  }


	/*#sssidebar-close-button{
		font-size: 30px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: 0;
    top: -25px;
	}*/
  @keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes slideDown {
0% { bottom:0px}
100% { bottom:-120px}
}
@keyframes slideUp {
0% { height:0; }
100% { height:120px;}
}
@keyframes slideDownDesktop {
0% { bottom:0px}
100% { bottom:-120px}
}
@keyframes slideUpDesktop {
0% { height:0; }
100% { height:120px;}
}
@keyframes expand {
0% { top:100vh }
100% { top:0;}
}
@keyframes expandDesktop {
0% { width:406px;right:0; }
100% {bottom:0px;width:406px;right:0}
}
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  .overlay:hover {
    height: auto;
    opacity: 1;
    visibility: visible;
}
  /*.popup {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: fixed;
    transition: all 3s ease;
    z-index: 10000;
    width: 100%;
    opacity:0;
    box-sizing: border-box;
    bottom: 0;
    animation: fadeIn 3s, slideDown 5s;
    animation-delay: 3s,10s;

		-webkit-animation-fill-mode: forwards;
  }

  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
  }
  .popup .close:hover {
    color: #06D85F;
  }
  .popup .content {
    max-height: 30%;
    overflow: auto;
  }*/
  /*.switch_btn_container{
    position: fixed;
    bottom: 0;
    display: flex;
    text-align: center;
    box-sizing: border-box;
    left: 0;
    right: 0;
    opacity: 0;
    animation: fadeIn 3s;
    animation-delay: 12s;
    -webkit-animation-fill-mode: forwards;

    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .switch_btn{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    border-color: #aaa;
    border: 1px solid #333;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,.95)!important;
  }
  .switch_arrow{
    animation: move-up-arrow 15.0s 2.0s both!important;
    animation-iteration-count: infinite!important;
    display: block!important;
    cursor: pointer!important;
    margin-bottom: 10px!important;
    fill: var(--arrow-background-color)!important;
    filter: drop-shadow(0px 2px 6px rgba(0,0,0,0.3))!important;
  }
  @keyframes move-up-arrow{0%,to{opacity:1;transform:translateY(0)}10%{opacity:1;transform:translateY(-17px)}10.01%{transform:translateY(5px)}}
  @keyframes move-up-arrow-in-circle{0%,to{opacity:1;transform:translateY(0)}45%{opacity:0;transform:translateY(-4px)}45.01%{transform:translateY(3px)}}
  @keyframes tap-scale{0%,to{transform:scale(1)}45%{transform:scale(.9)}}
	#switch_btn2{
		border: 1px solid #333;
    box-sizing: border-box;
    padding: 5px;
    display: inline-block;
    border-radius: 5px;
    background-color: #666;
    color: #fff;
    margin-left: 10px;
    font-size: 90%;
	}*/
	#seesawengage iframe #seesawicon2{
		width:100px;
	}
  /*********avatar styles************/
  #seesawengage .ss-flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

  position:fixed;
  bottom:0;
  pointer-events: auto;

}
 .ss-flip-container.loaded{
  width:100vw;
  height:100dvh;
}
.desktop .ss-flip-container.loaded{
  width:406px;
  height:100dvh !important;

}
@media (min-height: 722px) {
  .desktop .ss-flip-container.loaded{

    height:722px !important;

  }
}
.desktop .ss-flip-container.loaded #avatar-frame{
  border: 6px solid #000000!important;
  width:100%;
  height:100%;
  box-sizing: border-box;
  background-color:#333;
  border-radius:20px;
  border-bottom:0px !important;
  position:fixed;
  top:0;
  overflow:hidden;
}
.ss-flip-container.loaded #avatar-frame{

  width:100%;
  height:100%;
  position:fixed;
  top:0;

}

  .ss-flip-container.flipped .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.ss-flip-container.flipped .front, .ss-flip-container.flipped .back {
  width:100%;
  height:100%;
}
.ss-flip-container.loaded .front, .ss-flip-container.loaded .back {
  width:100%;
  height:100%;
}

#seesawengage .flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;

  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
  height:100%;
  width:100%;
}

#seesawengage .front, #seesawengage .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

#seesawengage .front {

	z-index: 2;
}

#seesawengage .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);


}
