body {
    color: #48484c;
    font-family: 'Montserrat', sans-serif;
}

.nav {
    background: #2f3033;
    position: fixed;
    width: 100%;
    z-index: 1001;
    box-shadow: 0px -5px 20px 0px #000000;
    height: 77px;
}

.mobile {
  display: none;
}

@media only screen and (max-width: 925px) {
  .mobile {
    display: block;
    text-align: right;
  }

  .desktop {
      display: none;
  }
}

.logo img {
    width: 185px;
    height: auto;
    padding: 15px 0;
    transition: all 1s ease-out;
}

.nav ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fefefe;
}

.locations a {
    color: #fefefe;
    transition: font-weight 0.25s ease-in;
}

.locations a:hover {
    color: #fefefe;
    font-weight: 600;
}

.locations.contact a {
    color: #ed2226;
    transition: font-weight 0.25s ease-in;
}

.locations.contact a:hover {
    color: #ab120f;
    font-weight: 400;
}

@media only screen and (max-width: 790px) {
    .nav ul li a {
        font-size: 12px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .menu a, .menu .button {
        padding: 0.7rem 0.85rem;
    }

    .nav ul li.social {
        display: none;
    }
}

.nav ul li a:after {
    background: none repeat scroll 0 0 #fefefe;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transition: all 0.35s ease-out;
}

.nav ul li a.button:after, .nav ul li a.button:hover:after {
    display: none;
}

.nav ul li a:hover:after {
    background: none repeat scroll 0 0 #fefefe;
    bottom: -5px;
    opacity: 1;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.nav ul li a.active:after {
    background: none repeat scroll 0 0 #fefefe;
    bottom: -5px;
    opacity: 1;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.nav ul li a.active:hover:after {
    -webkit-animation: bounce-top 0.25s both;
            animation: bounce-top 0.25s both;
}

@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.menu .button {
    line-height: 1;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    /* padding: 0.7rem 1rem; */
    background: #ed2226;
    height: 75px;
    align-items: center;
}

.menu .button:hover {
    background: #ab120f;
}

.footer {
    padding: 25px 0;
}

.footer p {
    margin-bottom: 0;
}

.process p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

h1, h2, h3, h4, h5, p {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #48484c;
    font-size: 52px;
    padding-bottom: 15px;
    line-height: 1.2;
}

.header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 52px;
    padding-bottom: 15px;
    line-height: 1;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #48484c;
    font-size: 52px;
    padding-bottom: 15px;
    line-height: 1;
}

h2.thin {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1;
}

h2.line {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 52px;
    padding-bottom: 0;
    line-height: 1.2;
}

h2.line:after {
    background: none repeat scroll 0 0 #ed2226;
    bottom: -10px;
    content: "";
    display: block;
    height: 8px;
    position: relative;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #8c8d93;
    line-height: 30px;
    font-size: 24px;
    padding-bottom: 25px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #48484c;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 0 5px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #48484c;
    font-size: 15px;
    line-height: 1.5rem;
}

@media only screen and (max-width: 600px) {
  
  h1, h2, h2.line, h2.thin {
    font-size: 45px;
  }

  h3 {
    font-size: 20px;
  }

}

.locations p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2rem;
}

.button {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ed2326;
    color: #fefefe;
}

.button:hover, .button:focus {
    background-color: #ab120f;
    color: #fefefe;
}


.uvp {
    border: 1px solid #8c8d93;
    padding: 25px;
    display: flex;
    align-items: center;
}

.uvp h4 {
    padding: 0;
}

.lite-bg {
    background: #fefefe;
}

.grey-bg {
    background: #f0f0f0;
}

.dk-bg {
    background: #414347;
    color: #fefefe;
}

.blk-bg {
    background: #2f3033;
    color: #fefefe;
}

.white-text {
    color: #fefefe;
}

.grey-text {
    color: #f0f0f0;
}

.hero-height {
    height: 100vh;
    min-height: 600px;
}

.hero h1, .hero h3 {
    color: #fefefe;
}

.header-height {
    height: 500px;
}

.bg-overlay {
    position: relative;
    width: 100%;
}

.bg-overlay:after {
    background-color: #48484c;
    bottom: 0;
    content: '';
    left: 0%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0.5;
}

.bg-overlay.dark:after {
    background-color: #48484c;
    bottom: 0;
    content: '';
    left: 0%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.85;
}

.bg-overlay .grid-container {
    position: relative;
    z-index: 3;
}

.normal-pad {
    padding: 100px 0;
}

.bottom-pad {
    padding-bottom: 50px;
}

.large-bottom-pad {
    padding-bottom: 100px;
}

.large-top-pad {
    padding-top: 100px;
}


img.process-img {
    width: 100%;
    height: 75px;
    max-width: 175px;
}

.map iframe {
    width: 100%;
    height: 420px;
    margin-top: -50px;
    margin-bottom: -7px;
}



/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2f3033;
}

/* Overlay closing cross */
.overlay .overlay-close {
    position: absolute;
    right: 15px;
    top: 0.25rem;
    overflow: hidden;
    border: none;
    color: #fefefe;
    outline: none;
    z-index: 5001;
    font-size: 2rem;
    padding: 1rem;
    margin-right: 0.9375rem;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 40%;
    height: 55%;
    font-size: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    padding: 0 0 1.5rem;
}

.overlay ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fefefe;
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
  text-align: center;
}

.overlay ul li .is-accordion-submenu-item {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1;
    text-align: center;
}

.overlay ul li .is-accordion-submenu-item {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    line-height: 1;
    text-align: center;
    padding: 0.1rem 0;
    font-size: 75%;
}

.overlay ul li a.phone {
    color: #fefefe;
    font-size: 2rem;
}

.overlay ul li a:hover, .overlay ul li a:focus {
    color: #ed2326;
}

/* Effects */
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 5000;
    overflow: scroll;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    width: 100%;
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

#trigger-overlay {
    color: #fefefe;
    padding: 1rem;
    height: 75px;
    background: #2f3033;
}

.dropmenu > a:after{
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #131313;
    margin-left: 2px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom;
}

.cass-card {
    background: #fefefe;
    padding: 40px 10px;
    border-top: 5px solid #48484c;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 12px 0 rgba(0,0,0,0.28);
    -moz-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 12px 0 rgba(0,0,0,0.28);
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 12px 0 rgba(0,0,0,0.28);
}

.orbit-container {
    outline: none;
}

.before-after .orbit-previous, .before-after .orbit-next {
    position: absolute;
    top: unset;
    bottom: -50px;
    -ms-transform: none;
    transform: none;
    z-index: 10;
    padding: 0px 10px;
    color: #ed2326;
}

.before-after .orbit-previous:hover, .before-after .orbit-next:hover, .before-after .orbit-previous:active, .before-after .orbit-next:active, .before-after .orbit-previous:focus, .before-after .orbit-next:focus {
    background-color: transparent;
}

.before-after .orbit-previous {
    right: 40px;
    left: unset;
}

.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 20px 0;
  background-color: white;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  border: 5px white solid;
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .caption-overlay {
  display: none;
  position: absolute;
  width: 250px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  box-sizing: border-box;
  color: #DDD;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .comparison-slider-wrapper .comparison-slider .caption-overlay {
    display: block;
  }
}
.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
  vertical-align: unset;
  max-width: unset;
}
.comparison-slider-wrapper .comparison-slider .resize .caption-overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
}
.comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #555;
}
.comparison-slider-wrapper .caption {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
}

.service-box {
    padding: 2rem;
    min-height: 260px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 0;
    height: 100%;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 12px 0 rgba(0,0,0,0.28);
    -moz-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 12px 0 rgba(0,0,0,0.28);
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 12px 0 rgba(0,0,0,0.28);
}

.service-box:after {
    background-color: #48484c;
    bottom: 0;
    content: '';
    left: 0%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    opacity: 0.75;
    transition: all 0.9s ease-in-out;
}

.service-box:hover:after {
    background-color: #48484c;
    opacity: 0.95;
}

.service-box h4 {
    font-size: 24px;
}

.service-box p {
    height: 0;
    opacity: 0;
    transition: all 0.9s ease-in-out;
}

.service-box:hover p {
    height: auto;
    opacity: 1;
}

.service-box .content {
    width: 100%;
    z-index: 2;
    position: relative;
}

.list-container {
    background: #414347;
    height: 100%;
    position: relative;
    color: #fefefe;
    padding: 20px;
    display: flex;
    align-items: center;
    border: 4px solid #ed2226;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 12px 0 rgba(0,0,0,0.28);
    -moz-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 12px 0 rgba(0,0,0,0.28);
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.1), 0 7px 12px 0 rgba(0,0,0,0.28);
}

.contact label {
  color: #fefefe;
}

#player_wrapper,#player {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  z-index: 1;
}
#player_wrapper {
  overflow:hidden;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.scroll-indicator {
  width: 24px;
  height: 24px;
  margin: 16px auto;
  border-right: 2px solid #ed2226;
  border-bottom: 2px solid #ed2226;
  border-bottom-right-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media only screen and (max-width: 760px) {
  #player_wrapper,#player {
    display: none;
  }

  .hero-height {
      height: 600px;
      min-height: 600px;
  }

}

@-webkit-keyframes fade {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
            transform: rotate(45deg) translateY(-6px) translateX(-6px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
            transform: rotate(45deg) translateY(-6px) translateX(-6px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* Our wrapper */
div#comparison { 
  width: 60vw;
  height: 60vw;
  max-width: 600px;
  max-height: 600px;
  overflow: hidden; }
div#comparison figure { 
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-before.jpg); 
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%; 
  height: 100%;
  margin: 0; 
}
div#comparison figure > img { 
  position: relative;
  width: 100%;
}
div#comparison figure div { 
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-after.jpg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: relative;
  top: -2rem; left: -2%;
  background-color: rgba(255,255,255,0.1);
  width: 102%; 
}
input[type=range]:focus { 
  outline: none; 
}
input[type=range]:active { 
  outline: none;  
}

input[type=range]::-moz-range-track { 
  -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(255,255,255,0.1); 
    position: relative;
    outline: none;    
 }
input[type=range]::active { 
  border: none; 
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 20px; height: 15px;   
    background: #fff;
    border-radius: 0;
   }
input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
     }   
input[type=range]:focus::-webkit-slider-thumb {
    background: rgba(255,255,255,0.5);
   }
input[type=range]:focus::-moz-range-thumb {
    background: rgba(255,255,255,0.5);
   }

   .orbit-label {
    position: absolute;
    bottom: -60px;
    width: 80%;
}

@media only screen and (max-width: 760px) {
.orbit-label {
    bottom: -70px;
}
}

video.b-bgvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    /* background: url(//demosthenes.info/assets/images/polina.jpg) no-repeat; */
    background-size: cover;
}