body {
	font-family: 'Lora', serif;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Acme', sans-serif;
	font-weight: 800;
}
/*--------------------------------------<Color Section>---------------------------------------------*/

.dki-color1 {
	background-color: #2549DD;
}
.dki-color1-txt {
	color: #2549DD;
}
.dki-color2 {
	background-color: #000;
}
.dki-color2-txt {
	color: #000;
}
.dki-color3 {
	background-color: #fff;
}
.dki-color3-txt {
	color: #fff;
}
.dki-color4 {
	background-color: #212121;
}
.dki-color4-txt {
	color: #212121;
}
.dki-color5 {
	background-color: #36B34F;
}
.dki-color5-txt {
	color: #36B34F;
}
.dki-color6 {
	background-color: #0f0;
}
.dki-color6-txt {
	color: #0f0;
}

.dki-trans1 {
	background: rgba(0, 0, 0, 0.3);
}

.shadow {
	text-shadow: 2px 2px 6px #000000;
}
.rev-shadow {
	text-shadow: 2px 2px 6px #ffffff;
}
.png-shadow {
        -webkit-filter: drop-shadow(5px 5px 5px #000);
        filter: drop-shadow(5px 5px 5px #000);
}
.red-box-shadow:hover {
	box-shadow: 0px 0px 60px -25px #FFF;
}
/*--------------------------------------</Color Section>---------------------------------------------*/

/*--------------------------------------<Nav Section>---------------------------------------------*/
nav ul a,
nav .brand-logo {
  color: #fff;
  font-family: 'Acme', sans-serif;
  font-size: 1.5rem;
}
#logo-container{
	margin-top: -5px;
	padding-left: 0px;
	font-size: 3.5rem;
	font-weight: 900;
	/*-webkit-text-stroke: 1px black;*/
   	color: white;
   	text-shadow: 2px 2px 6px #000000;
	
}
#logo {
	position: absolute;
	z-index: 1000;
}
.logo-pad {
    padding: 1.0rem;
}
nav ul a {
    font-size: 1.5rem;
}
nav ul a:hover {
    background-color: #08A7E2;
    font-family: 'Acme', sans-serif;
    font-size: 1.5rem;
}
nav ul.dropdown-content {
	background-color: #000;
}
nav ul.dropdown-content li > a {
	color: #fff;
	font-size: 1.5rem;
}

.yellow-pin {
	height: 3px;
	background: #36B34F;
}
.black-pin {
	height: 3px;
	background: black;
}
.sidemenu {
	font-size: 5.5rem;
}
.nav-sameday {

    padding-left: 1.5rem;
    color: white;
    font-family: 'Acme', sans-serif;
    font-size: 2.5rem;
   	text-shadow: 2px 2px 6px #000000;
    /*display: inline!important;*/
}
.nav-sameday-mob {
    font-size: 0.8rem;
    font-weight: bold;
}


nav ul ul {
  display: none;
}

  nav ul li:hover > ul {
    display: block;
  }


nav ul {
  /*background: #7DF04D; */
  /*padding: 0 20px;*/
  list-style: none;
  position: relative;
  display: inline-table;
  z-index: 5000;
}
  nav ul:after {
    content: ""; clear: both; display: block;
  }

  nav ul li {
    float: left;
  }
    nav ul li:hover {
      background: #4b545f;
      background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
      background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
      background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
    }
      nav ul li:hover a {
        color: #fff;
      }
    
    nav ul li a {
      display: block; 
      /*padding: 25px 40px;*/
      /*color: #757575;*/ 
      text-decoration: none;
    }
      
    
  nav ul ul {
    background: #5f6975; 
    border-radius: 0px; 
    padding: 0;
    position: absolute; 
    top: 100%;
  }
    nav ul ul li {
      float: none; 
      border-top: 1px solid #6b727c;
      border-bottom: 1px solid #575f6a; 
      position: relative;
    }
      nav ul ul li a {
        padding: 5px 15px;
        color: #fff;
          font-size: 1.5rem;
      } 
        nav ul ul li a:hover {
          background: #4b545f;
        }
    
  nav ul ul ul {
      position: absolute; 
      left: 100%; 
      top:0;
      white-space: nowrap;
  }

.sidenav li > a {
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Oswald', sans-serif;
}
.sidenav li > a:hover {
    background-color: #000;
    color: #fff;
}

.sidenav .collapsible-header {
   /* background-color: #7DF04D;*/
    padding: 0 32px;
}
.sidenav .collapsible-header:hover {
    background-color: #212121;
}
.sidenav .collapsible-body {
    background-color: #36B34F;
    padding: 0 32px;
}
.sidenav .collapsible-body li a {
    padding: 0;
}
.sidenav .collapsible-body .collapsible-body {
    background-color: #4b545f;
    padding: 0 10px;
}
.sidenav .collapsible-body .collapsible-header {
    padding-left: 5px;
}
@media only screen and (max-width : 600px) {
    #logo {
	position: absolute;
	z-index: 1000;
    /*max-width: 130px!important;*/
    padding-top: 10px;
    }
    .logo-pad {
        padding: .5rem;
    }
}
/*--------------------------------------</Nav Section>---------------------------------------------*/

/*--------------------------------------<Hero Section>---------------------------------------------*/
#index-banner {
	margin-top: -15px;
}

.slider, .slider .slides {
	height: 575px!important;
}
.slider .indicators {
	position: absolute;
  	top: 10px;
	left: 90%;
}
.slider .indicators .indicator-item {
  	display: inline-block;
    position: relative;
  	cursor: pointer;
  	height: 16px;
  	width: 16px;
  	margin: 0 12px;
  	background-color: #424242;
  	-webkit-transition: background-color .3s;
  	transition: background-color .3s;
  	border-radius: 50%;
  	z-index: 7000;
}

.slider .indicators .indicator-item.active {
  background-color: #08A7E2;
}
.slider {
  position: relative;
}

.slider .caption {
  z-index: 1;
}
@media only screen and (max-width : 600px) {
    header h1 {
        font-size: 3.5rem;
    }
    header h3 {
        font-size: 2.5rem;
    }
    header h5 {
        font-size: 2.0rem;
    }
}
/*--------------------------------------</Hero Section>---------------------------------------------*/


/*--------------------------------------<123 Section>---------------------------------------------*/
#Choose {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/junk-bed.jpg");
	background-size:cover;
	background-position: center;
}
#steps123 {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/junk123.jpg");
    background-size:cover;
	background-position: center;
}
.mini123 {
	width: 85px;
	height: 85px;
	position: relative;
	bottom: -80px;
	z-index: 20;
	background-color: #000;
	color: #ff0;
	font-family: 'Acme', sans-serif;
	font-size: 3.5rem;
	font-weight: bold;
}
.big-card {
	font-family: 'Acme', sans-serif;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.1;
	margin-top: 0px;
}
.big-card-sub {
	font-family: 'Acme', sans-serif;
	font-size: 2.0rem;
	line-height: 1;
}
.divider2 {
    height: 3px;
	margin-bottom: 20px;
    overflow: hidden;
    background-color: #212121;
	margin-top: -15px;
}
.card-pad {
    padding: .7rem;
}
.card-padlr {
    padding-left: 1rem;
    padding-right: 1rem;
}
.card-pad-btm {
    padding-bottom: 1rem;
}
.card-pad-top {
    padding-top: 1rem;
}
/*--------------------------------------</123 Section>---------------------------------------------*/


/*--------------------------------------<Serve Card Section>---------------------------------------------*/
.serve-card {
	font-family: 'Acme', sans-serif;
	font-size: 3.0rem;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
	color: white;
    width: 100%;
}
.serve-junk {
	background-image: url("../img/junk2.jpg");
	background-size: 100% 100%;
}
.serve-construct {
	background-image: url("../img/construct.jpg");
	background-size: 100% 100%;
}
.serve-clean {
	background-image: url("../img/clean1.jpg");
	background-size: 100% 100%;
}
.serve-demo {
	background-image: url("../img/demo-int2.jpg");
	background-size: cover;
}
.serve-all {
	background-image: url("../img/serve.jpg");
	background-size: cover;
}

/*--------------------------------------</Serve Card Section>---------------------------------------------*/




p {
  line-height: 2rem;
}
strong {
	font-weight: bold;
}

#Choose {
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/junk-bed.jpg");
	background-size:cover;
	background-position: center;
}
.small-txt {
    font-size: 1.3rem;
}
.save {
    font-size: 3.5rem;
    font-weight: bold;
}
.super-save {
    font-size: 5.5rem;
    font-weight: bold;
}
.rd-corner {
	border-radius: 15px;
}
.move-up {
	margin-top: -200px;
}
.pad-left {
    margin-left: 2.5rem;
}
.marg5 {
	margin: 5px;
}
.marg10 {
	margin: 5px;
}
.marg-top20 {
	margin-top: 20px;
}
.marg-top10 {
	margin-top: 10px;
}
.top-space {
	margin-top: 25px;
}
.text-bold {
	font-weight: bold;
}
.btn-large:hover {
	background-color: white  !important;
	color: black !important;
	font-weight: bold;
}
.special_icon {
	font-size: 10rem;
}
.star {
    font-size: 3rem;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; 
  width: 100%;
  overflow: hidden;
}
.main-raised {
    margin: -175px 30px 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.main {
    background: #fff;
    position: relative;
    z-index: 3;
}

.d-flex {
    display:flex;
	flex-wrap: wrap;
	width: 100%;
}


.benefit {
	/*text-indent: 1rem;
	font-size: 1.9rem;*/
    text-indent: -20px;
	margin-left: 20px;
	font-size: 1.9rem;
}
.pricing-feature.benefit {
	text-indent: .1rem;
    margin-left: .1rem;
	font-size: 1.9rem;
    /*text-indent: -20px;
	margin-left: 20px;
	font-size: 1.9rem;*/
}
.icon {
  position: relative;
  font-size: 2.5rem;
  top: 8px;
  left: 0px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.card-para {
	font-size: 10px;
	font-size: 1.0rem;
	padding-left: 5px;
	padding-right: 5px;
}



.cards-container {
  column-break-inside: avoid;
  .card {
    display: inline-block;
    overflow: visible;
  }
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 450px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }
.parallax-container2 {
  min-height: 475px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container2 .section {
    width: 100%;
  }


.grecaptcha-badge { visibility: hidden; }


@media only screen and (min-width : 1280px) {
/*  	.carousel { 
		min-height: 850px;
	}
	.carousel-item { 
		min-height: 850px;
	}*/
}


@media only screen and (max-width : 992px) {
/*  .parallax-container .section {
    position: absolute;
    top: 40%;
  }*/
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}
@media only screen and (max-width : 1200px) {
/*	nav ul a,
	nav .brand-logo {
	  color: #fff;
	  font-family: 'Big Shoulders Display', cursive;
	  font-size: 1.0rem;
	}*/
/*	#logo {
    max-width: 175px;
	z-index: 9;
  	}*/
	#logo-container{
	width: 100%;
	margin-top: -5px;
	padding-left: 240px;
	font-size: 2.50rem;

	}
	.container {
    width: 85%;
  	}
}
@media only screen and (max-width : 992px) {
  	#logo {
    max-width: 120px;
	z-index: 9;
  	}
	#logo-container{
	width: 100%;
	margin-top: -5px;
	padding-left: 15px;
	font-size: 1.50rem;
	text-align: right;
	}
	.no-home {
	padding-top: 0px;
	/*padding-left: 240px;*/
	}
	.parallax-container2 {
  	min-height: 275px;
	}
}
@media only screen and (max-width : 600px) {
  	#logo {
    max-width: 120px;
	z-index: 9;
  	}
	#logo-container{
	width: 100%;
	margin-top: -5px;
	padding-left: 15px;
	font-size: 1.50rem;
	text-align: right;
	}
	.no-home {
	padding-top: 0px;
	/*padding-left: 240px;*/
	}
	.parallax-container2 {
  	min-height: 275px;
	}
	.slider, .slider .slides {
	height: 500px!important;
	}
	#index-banner .slider .slides li .caption {
		top: 0;
		left: 0;
		width: 95%
	}
	#index-banner .slider .slides li .caption h1 {
		font-size: 3rem;
	}
	#index-banner .slider .slides li .caption h3 {
		font-size: 2.5rem;
	}
    
    
    .mini123 {
		width: 65px;
		height: 65px;
		position: relative;
		bottom: -50px;
		z-index: 20;
		/*background-color: #00008C;
		color: #EE6C3E;*/
		/*font-family: 'Acme', sans-serif;*/
		font-size: 3.0rem;
		font-weight: bold;
    }
    .big-card {
		/*font-family: 'Acme', sans-serif;*/
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.1;
		margin-top: 0px;
	}
	.big-card-sub {
		/*font-family: 'Acme', sans-serif;*/
		font-size: 1.5rem;
		line-height: 1;
	}
    
    .pricing-feature.benefit {
	text-indent: 0rem;
    /*margin-left: 2.0rem;*/
	font-size: 1.2rem;
    /*text-indent: -20px;
	margin-left: 20px;
	font-size: 1.9rem;*/
    }
}


/*.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}*/
@media only screen and (min-width: 601px) {
  .container {
    width: 95%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 85%;
  }
}




.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

























.center-transform-origin {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.right-transform-origin {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.top-transform-origin {
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.bottom-transform-origin {
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
}

.left-transform-origin {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.perspective-wrapper {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.rotate-y-in-out.right-transform-origin {
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
}

.rotate-x-in-out.top-transform-origin {
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}

.perspective-wrapper .laptop-preview-sizer.lid-tilt-in-out {
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.perspective-wrapper .laptop-preview-sizer.lid-tilt-in-out.active {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.perspective-wrapper .phone-preview-sizer.phone-arc-in-out {
  max-width: 200px;
  -webkit-transform: rotateY(30deg);
          transform: rotateY(30deg);
}

.perspective-wrapper .phone-preview-sizer.phone-arc-in-out.active {
  -webkit-transform: translateX(1000px) rotateY(-30deg);
          transform: translateX(1000px) rotateY(-30deg);
}

.staggered-transition-wrapper[data-disabled="true"] .fade-in-out,
.staggered-transition-wrapper[data-disabled="true"] .fade-in {
  opacity: 1;
}

.staggered-transition-wrapper[data-disabled="true"] .fade-out-in,
.staggered-transition-wrapper[data-disabled="true"] .fade-out {
  opacity: 0;
}

.fade-in-out,
.fade-in {
  opacity: 0;
}

.fade-in-out.active, .fade-in-out[data-disabled="true"],
.fade-in.active,
.fade-in[data-disabled="true"] {
  opacity: 1;
}

.fade-in-out.no-tween,
.fade-in.no-tween {
  transition: opacity 0.3s;
}

.fade-out-in,
.fade-out {
  opacity: 1;
}

.fade-out-in.active, .fade-out-in[data-disabled="true"],
.fade-out.active,
.fade-out[data-disabled="true"] {
  opacity: 0;
}

.fade-out-in.no-tween,
.fade-out.no-tween {
  transition: opacity 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .scale-in-out,
.staggered-transition-wrapper[data-disabled="true"] .scale-in {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.staggered-transition-wrapper[data-disabled="true"] .scale-out-in,
.staggered-transition-wrapper[data-disabled="true"] .scale-out {
  -webkit-transform: scale(.5);
          transform: scale(.5);
}

.scale-in-out,
.scale-in {
  -webkit-transform: scale(.5);
          transform: scale(.5);
}

.scale-in-out.active, .scale-in-out[data-disabled="true"],
.scale-in.active,
.scale-in[data-disabled="true"] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scale-in-out.no-tween,
.scale-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.scale-out-in,
.scale-out {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scale-out-in.active, .scale-out-in[data-disabled="true"],
.scale-out.active,
.scale-out[data-disabled="true"] {
  -webkit-transform: scale(.5);
          transform: scale(.5);
}

.scale-out-in.no-tween,
.scale-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .up-in-out,
.staggered-transition-wrapper[data-disabled="true"] .up-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.staggered-transition-wrapper[data-disabled="true"] .up-out-in,
.staggered-transition-wrapper[data-disabled="true"] .up-out {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.up-in-out,
.up-in {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.up-in-out.active, .up-in-out[data-disabled="true"],
.up-in.active,
.up-in[data-disabled="true"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.up-in-out.no-tween,
.up-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.up-out-in,
.up-out {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.up-out-in.active, .up-out-in[data-disabled="true"],
.up-out.active,
.up-out[data-disabled="true"] {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}

.up-out-in.no-tween,
.up-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .right-in-out,
.staggered-transition-wrapper[data-disabled="true"] .right-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.staggered-transition-wrapper[data-disabled="true"] .right-out-in,
.staggered-transition-wrapper[data-disabled="true"] .right-out {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.right-in-out,
.right-in {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.right-in-out.active, .right-in-out[data-disabled="true"],
.right-in.active,
.right-in[data-disabled="true"] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.right-in-out.no-tween,
.right-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.right-out-in,
.right-out {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.right-out-in.active, .right-out-in[data-disabled="true"],
.right-out.active,
.right-out[data-disabled="true"] {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.right-out-in.no-tween,
.right-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .down-in-out,
.staggered-transition-wrapper[data-disabled="true"] .down-in {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.staggered-transition-wrapper[data-disabled="true"] .down-out-in,
.staggered-transition-wrapper[data-disabled="true"] .down-out {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.down-in-out,
.down-in {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.down-in-out.active, .down-in-out[data-disabled="true"],
.down-in.active,
.down-in[data-disabled="true"] {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.down-in-out.no-tween,
.down-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.down-out-in,
.down-out {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.down-out-in.active, .down-out-in[data-disabled="true"],
.down-out.active,
.down-out[data-disabled="true"] {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.down-out-in.no-tween,
.down-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .left-in-out,
.staggered-transition-wrapper[data-disabled="true"] .left-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.staggered-transition-wrapper[data-disabled="true"] .left-out-in,
.staggered-transition-wrapper[data-disabled="true"] .left-out {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.left-in-out,
.left-in {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.left-in-out.active, .left-in-out[data-disabled="true"],
.left-in.active,
.left-in[data-disabled="true"] {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.left-in-out.no-tween,
.left-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.left-out-in,
.left-out {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.left-out-in.active, .left-out-in[data-disabled="true"],
.left-out.active,
.left-out[data-disabled="true"] {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.left-out-in.no-tween,
.left-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-y-in-out,
.staggered-transition-wrapper[data-disabled="true"] .rotate-y-in {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-y-out-in,
.staggered-transition-wrapper[data-disabled="true"] .rotate-y-out {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.rotate-y-in-out,
.rotate-y-in {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.rotate-y-in-out.active, .rotate-y-in-out[data-disabled="true"],
.rotate-y-in.active,
.rotate-y-in[data-disabled="true"] {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.rotate-y-in-out.no-tween,
.rotate-y-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.rotate-y-out-in,
.rotate-y-out {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.rotate-y-out-in.active, .rotate-y-out-in[data-disabled="true"],
.rotate-y-out.active,
.rotate-y-out[data-disabled="true"] {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}

.rotate-y-out-in.no-tween,
.rotate-y-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-x-in-out,
.staggered-transition-wrapper[data-disabled="true"] .rotate-x-in {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.staggered-transition-wrapper[data-disabled="true"] .rotate-x-out-in,
.staggered-transition-wrapper[data-disabled="true"] .rotate-x-out {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotate-x-in-out,
.rotate-x-in {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotate-x-in-out.active, .rotate-x-in-out[data-disabled="true"],
.rotate-x-in.active,
.rotate-x-in[data-disabled="true"] {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.rotate-x-in-out.no-tween,
.rotate-x-in.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.rotate-x-out-in,
.rotate-x-out {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.rotate-x-out-in.active, .rotate-x-out-in[data-disabled="true"],
.rotate-x-out.active,
.rotate-x-out[data-disabled="true"] {
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
}

.rotate-x-out-in.no-tween,
.rotate-x-out.no-tween {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.pricing-table {
  margin-top: 50px;
  border: 2px solid #0F0;
}

.pricing-table.featured {
  margin-top: 0;
}

.pricing-table.featured .pricing-header {
  padding: 45px 0;
}

.pricing-table .pricing-header {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.pricing-table .pricing-header i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  padding-left: 5px;
  margin-left: -40px;
  font-size: 3.0rem;
  background-color: #212121;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pricing-table .pricing-header .price {
  font-size: 60px;
  line-height: 60px;
}

.pricing-table .pricing-header .price .currency,
.pricing-table .pricing-header .price .cents {
  font-weight: 300;
  margin: 0 -10px;
  font-size: 20px;
  line-height: 42px;
  vertical-align: text-top;
}

.pricing-table .pricing-features {
  margin: 0;
  padding: 10px 0 30px;
}

.pricing-table .pricing-features .pricing-feature {
  font-weight: 300;
  padding: 10px 20px;
  text-align: left;
}

.pricing-table .pricing-features .pricing-feature i {
  margin-right: 18px;
}

.pricing-table .pricing-features .pricing-feature.disabled,
.pricing-table .pricing-features .pricing-feature.disabled i {
  color: rgba(19, 192, 160, 0.5);
}

.pricing-table .pricing-features .pricing-feature:hover {
  background-color: rgba(8, 167, 226, 0.2);
}

.section.white .pricing-header i {
  background-color: #fff;
}

.section.light .pricing-header i {
  background-color: #42c4ac;
}

.section.light .pricing-features .pricing-feature.disabled,
.section.light .pricing-features .pricing-feature.disabled i {
  color: rgba(12, 123, 102, 0.5);
}

@media only screen and (max-width: 600px) {
  .pricing-table {
    margin-top: 50px;
  }
  .pricing-table.featured {
    margin-top: 50px;
  }
}
