nav   { cursor: pointer !important; }



@media only screen and (max-width: 600px) {
.hide-mobile{ 
display: none !important;
visibility: hidden !important;
}

}

.img-class { 
max-width: 100%;
  width: 100%;
height: auto;
border-radius: 6px;
box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.19);
}

.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 60%    !important;
  height: auto   !important;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.header-semi-transparent-2  {


  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #252A2C;
  border-bottom: 0;
  opacity: 0.9;

}

#header .header-nav-main nav > ul > li > a:hover{
color: #3d68a2; cursor: pointer !important; 
}

#header .header-nav-main nav > ul > li > a:active{
color: #3d68a2; cursor: pointer !important; 
}

#header .header-nav-main nav > ul > li:active{
color: #3d68a2; cursor: pointer !important; 
}

.active  {color: #3d68a2;  }

.header-nav-main nav > ul > li > a:hover {color: #3d68a2; cursor: pointer !important; }


.span-lite-text {   color: #fff; text-decoration:underline;}
/*a:hover { color: #3d68a2; cursor: pointer !important; text-decoration:underline; }*/
.span-m2t {   color: #3d68a2;}
.bg-m2t {   background-color: #3d68a2;}

.text-color-m2t { color: #3d68a2;}




/* Add here all your CSS customizations */
/* You can remove this page div in your website */
#before-after{


  width: 100%;

  position:relative;
}


/* Our wrapper */
.before-after-wrapper{
  width:890px;
  height:600px;
  position: relative;
  left:50%;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  overflow:hidden;
  box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.19);
}

/* Our image information */
.before,
.after {
  width:100%;
  height:100%;
  background-repeat:no-repeat;

  background-size: cover;
  background-position: center;
  position: absolute;
  top:0;
  left:0;
  pointer-events:none;
  overflow: hidden;
}

.content-image{
  height:100%;
}

.after{
  width:125px;
}

.scroller{
  width: 100px;
  height:100px;
  position: absolute;
  left:0px;
  top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background-color: transparent;
  opacity:0.9;
  pointer-events:auto;
  cursor: pointer;
}

.scroller:hover{
  opacity:1;
}

.scrolling{
  pointer-events:none;
  opacity:1;
 z-index: 1;
}

.scroller__thumb{
  width:100%;
  height:100%;
  padding:5px;
}

.scroller:before,
.scroller:after{
  content:" ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition:0.1s;
}
.scroller:before{
  top:100%;
}
.scroller:after{
  bottom:100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller{
  border: 5px solid #fff;
}
.scroller:before,
.scroller:after{
  background: #fff;
}