/****************************
-- Utilities --
****************************/
/* For modern browsers */
.cf:before,
.cf:after {
  content: "\0020";
  display: table;
  position: static;
}

.cf:after {
  clear: both;
}

.first {
  float: left;
}

.last {
  float: right;
}

.center {
  margin: 0 auto;
  text-align: center;
}

/* Hide */
.hidden {
  display: none !important;
}

/* Image Replacement */
.ir,
#footer .legal .ir {
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

/* Inline Block fix - Children need font-family re set */
.ibp {
  font-family: arloicons;
}

.ibp > * {
  display: inline-block;
}

/****************************
-- Fallbacks --
****************************/
/* SVG */
.svg-fallback {
  display: none;
}

.no-svg .svg-fallback {
  display: block;
}

/****************************
-- Buttons --
****************************/
.btn {
  background-color: #00a5e1;
  border-bottom: 2px solid #1288b7;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 17px 30px;
  position: relative;
  transition: all 200ms ease-in-out;
  white-space: nowrap;
}

.btn:hover {
  background-color: #21bcf9;
  text-decoration: none;
}

/* Play Video */
/*.btn.video {
  padding-left: 25px;
  padding-right: 63px;
}

.btn.video:after {
  content: 'p';
  border-left: 1px solid #fff;
  border-left: 1px solid rgba(255,255,255,0.5);
  font-family: arloicons;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 15px 16px 15px 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.btn.t2.video:after {
  border-color: #82d4a6;
  border-color: rgba(6,169,78,0.5);
}*/

/* Alignment */
.btn + .btn {
  margin-left: 1em;
}

/****************************
-- Replay --
****************************/
/*.replay {
  font-size: 16px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.replay:hover {
  text-decoration: none;
}

.replay:after {
  color: #000;
  content: 'k';
  font-family: arloicons;
  font-size: 16px;
  font-size: 1.6rem;
  left: 0;
  line-height: 1.5;
  margin-top: -0.75em;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  width: auto;
  transition: all .3s ease;
}

.replay:hover:after {
  opacity: 1;
  transform: rotate(360deg);
}*/

/****************************
-- Separators --
****************************/
.sep {
  margin-top: 1.25em;
  padding-top: 1.25em;
  position: relative;
}

.sep:after {
  border-top: 1px solid #e5e5e5;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 37px;
}

/* Bottom Center */
.sep.bot {
  margin-bottom: 1em;
  margin-top: 0;
  padding-bottom: 1em;
  padding-top: 0;
  position: relative;
}

.sep.bot:after {
  bottom: 0;
  top: auto;
}

.sep.center:after {
  left: 50%;
  margin-left: -18px;
}

/****************************
-- Text Shift --
****************************/
.shift {
  transition: all 200ms ease;
}

.shift:hover {
  text-decoration: none;
}

.shift i {
  position: relative;
  transition: all 200ms ease;
}

.shift.right i {
  right: 0;
}

.shift.right:hover i {
  right: -0.4em;
}

.shift.left i {
  left: 0;
}

.shift.left:hover i {
  left: -0.4em;
}

.shift.down i {
  bottom: 0;
}

.shift.down:hover i {
  bottom: -0.1em;
}

.highlight .bottom .shift {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Fade */
.shift.fade {
  opacity: 0.5;
}

.shift.fade:hover {
  opacity: 1;
}

/****************************
-- Vertical Middle --
****************************/
.vertical-wrap {
  font-family: arloicons;
  height: 100%;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}

.vertical-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.vertical-wrap > .middle {
  display: inline-block;
  vertical-align: middle;
}

/****************************
-- Vertical Children --
****************************/
.vertical-children > * {
  display: inline-block;
  vertical-align: middle;
}

/****************************
-- Youtube Video Player --
****************************/
.player .wrap {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.player .wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/****************************
-- Play video Icon --
****************************/
.video {
  display: block;
  position: relative;
}

.video:before {
  background-color: #009eda;
  border: 3px solid transparent;
  border-radius: 50%;
  bottom: 0;
  box-sizing: content-box;
  content: '';
  height: 53px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 300ms ease;
  width: 53px;
  z-index: 1;
}

.video:after {
  content: 'p';
  color: #fff;
  font-family: ngicons;
  font-size: 16px;
  height: 56px;
  left: 50%;
  line-height: 56px;
  margin-left: -27px;
  margin-top: -28px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 300ms ease;
  width: 56px;
  z-index: 1;
}

.video:hover:before {
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
}

.video:active:before {
  border-width: 0;
  box-shadow: 0 0 4px -1px rgba(0,0,0,0.3);
}

.video:hover:after {
  font-size: 26px;
  transform: rotate(360deg);
}

/****************************
-- Shadows --
****************************/
.shadow,
.slick,
.slider > * > ul > li > .image {
  -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px 0px rgba(0,0,0,0.3);
}

.drop-shadow,
.slider > * > ul > li > .image {
  position: relative;
}

.drop-shadow.curve {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMC4xNzI0MTQiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjAuMTgxMDM0IiBzdG9wLWNvbG9yPSJyZ2JhKDI1NSwgMjU1LCAyNTUsIDApIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=) no-repeat 100% 100% transparent;
  background-size: 100% 100px;
  background-image: -webkit-gradient(linear, center bottom, center top, color-stop(0%, #ffffff), color-stop(17.2414%, #ffffff), color-stop(18.1034%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0px, #ffffff 20px, rgba(255, 255, 255, 0) 21px);
  background-image: -moz-linear-gradient(bottom, #ffffff 0px, #ffffff 20px, rgba(255, 255, 255, 0) 21px);
  background-image: -ms-linear-gradient(bottom, #ffffff 0px, #ffffff 20px, rgba(255, 255, 255, 0) 21px);
  background-image: -o-linear-gradient(bottom, #ffffff 0px, #ffffff 20px, rgba(255, 255, 255, 0) 21px);
  background-image: linear-gradient(to top, #ffffff 0px, #ffffff 20px, rgba(255, 255, 255, 0) 21px);
}

.inner-shadow-bot-grey {
  -webkit-box-shadow: inset 0 -12em 8em -8em rgba(0,0,0,0.06);
  -moz-box-shadow: inset 0 -12em 8em -8em rgba(0,0,0,0.06);
  box-shadow: inset 0 -12em 8em -8em rgba(0,0,0,0.06);
}

.drop-shadow:before,
.slider > * > ul > li > .image:before {
  content: "";
  display: block;
  position: absolute; 
  z-index: -2;
}

.drop-shadow.curve:before {
  bottom: 0;
  height: 40px;
  left: 1%;
  right: 1%;
  -webkit-box-shadow: 0 12px 15px -10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 12px 15px -10px rgba(0,0,0,0.3);
  box-shadow: 0 12px 15px -10px rgba(0,0,0,0.3);
  -moz-border-radius: 50% / 50%;
  border-radius: 50% / 50%;
}

.slick:before,
.slider > * > ul > li > .image:before {
  background: rgba(0, 0, 0, 0.4); 
  bottom: 0;
  height: 25%;
  margin-bottom: 1em;
  right: 1.4em;
  width: 50%; 
  -webkit-box-shadow: 0 1.1875em 1.1875em 0.125em rgba(0,0,0, 0.4);   
  -moz-box-shadow: 0 1.1875em 1.1875em 0.125em rgba(0, 0, 0, 0.4);
  box-shadow: 0 1.1875em 1.1875em 0.125em rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

/****************************
-- Gradients --
****************************/
.l-gradient-top-grey {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZjFmMWYxIi8+PHN0b3Agb2Zmc2V0PSIwLjE2NjY2NyIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwKSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNnMSkiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #f1f1f1), color-stop(16.6667%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, #f1f1f1 0px, rgba(255, 255, 255, 0) 50px);
  background-image: -moz-linear-gradient(top, #f1f1f1 0px, rgba(255, 255, 255, 0) 50px);
  background-image: -ms-linear-gradient(top, #f1f1f1 0px, rgba(255, 255, 255, 0) 50px);
  background-image: -o-linear-gradient(top, #f1f1f1 0px, rgba(255, 255, 255, 0) 50px);
  background-image: linear-gradient(to bottom, #f1f1f1 0px, rgba(255, 255, 255, 0) 50px);
}

.l-gradient-bot-grey,
.l-gradient-bot-grey.drop-shadow.curve {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMC4wNjY2NjciIHN0b3AtY29sb3I9IiNmMWYxZjEiLz48c3RvcCBvZmZzZXQ9IjAuNiIgc3RvcC1jb2xvcj0icmdiYSgyNTUsIDI1NSwgMjU1LCAwKSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNnMSkiIC8+PC9zdmc+) no-repeat 100% 100% transparent;
  background-size: 100% 180px;
  background-image: -webkit-gradient(linear, center bottom, center top, color-stop(0%, #f1f1f1), color-stop(6.6667%, #f1f1f1), color-stop(60%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #f1f1f1 0px, #f1f1f1 20px, rgba(255, 255, 255, 0) 180px);
  background-image: -moz-linear-gradient(bottom, #f1f1f1 0px, #f1f1f1 20px, rgba(255, 255, 255, 0) 180px);
  background-image: -ms-linear-gradient(bottom, #f1f1f1 0px, #f1f1f1 20px, rgba(255, 255, 255, 0) 180px);
  background-image: -o-linear-gradient(bottom, #f1f1f1 0px, #f1f1f1 20px, rgba(255, 255, 255, 0) 180px);
  background-image: linear-gradient(to top, #f1f1f1 0px, #f1f1f1 20px, rgba(255, 255, 255, 0) 180px);
}

.r-gradient-bot-grey,
.r-gradient-bot-grey.drop-shadow.curve {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwLjQyODU3MSIgc3RvcC1jb2xvcj0iI0YxRjFGMSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGRkZGRiIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iMCUiIHk9IjAlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSIjRkZGRkZGIiAvPjxyZWN0IHg9Ii0wLjg1ODclIiB5PSItMS43MTczJSIgd2lkdGg9IjEwMS43MTczJSIgaGVpZ2h0PSIyMDMuNDM0NiUiIGZpbGw9InVybCgjZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 385, color-stop(42.8571%, #F1F1F1), color-stop(100%, #FFFFFF));
  background-image: -webkit-radial-gradient(center bottom, farthest-side, #F1F1F1 165px, #FFFFFF 385px);
  background-image: -moz-radial-gradient(center bottom, farthest-side, #F1F1F1 165px, #FFFFFF 385px);
  background-image: -ms-radial-gradient(center bottom, farthest-side, #F1F1F1 165px, #FFFFFF 385px);
  background-image: -o-radial-gradient(center bottom, farthest-side, #F1F1F1 165px, #FFFFFF 385px);
  background-image: radial-gradient(farthest-side at center bottom, #F1F1F1 165px, #FFFFFF 385px);
  background-size: 100% 80px;
}

.r-gradient-top-grey {
  background-color: transparent;
}

.r-gradient-top-grey:after {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -3;
  background: #f1f1f1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZjFmMWYxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAyNTUsIDI1NSkiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9IjAlIiB5PSIwJSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0icmdiKDI1NSwgMjU1LCAyNTUpIiAvPjxyZWN0IHg9IjAlIiB5PSItMTMxLjUlIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyNjMlIiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 395, color-stop(0%, #f1f1f1), color-stop(100%, rgb(255, 255, 255)));
  background-image: -webkit-radial-gradient(center top, closest-corner circle, #f1f1f1 0%, rgb(255, 255, 255) 100%);
  background-image: -moz-radial-gradient(center top, closest-corner circle, #f1f1f1 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-radial-gradient(center top, closest-corner circle, #f1f1f1 0%, rgb(255, 255, 255) 100%);
  background-image: -o-radial-gradient(center top, closest-corner circle, #f1f1f1 0%, rgb(255, 255, 255) 100%);
  background-image: radial-gradient(closest-corner circle at center top, #f1f1f1 0%, rgb(255, 255, 255) 100%);
}

/****************************
-- Keyframes --
****************************/
.fade {
  opacity: 0;
}

/* Fade in */
.fade-in {
  -webkit-animation: fadeIn 1s both;
  animation: fadeIn 1s both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade in From Left */
.fade-in-from-left {
  -webkit-animation: fadeInFromLeft 1s both;
  animation: fadeInFromLeft 1s both;
}

@-webkit-keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade in From Right */
.fade-in-from-right {
  -webkit-animation: fadeInFromRight 1s both;
  animation: fadeInFromRight 1s both;
}

@-webkit-keyframes fadeInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade In From Top */
.fade-in-from-top {
  -webkit-animation: fadeInFromTop 1s both;
  animation: fadeInFromTop 1s both;
}

@-webkit-keyframes fadeInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInFromTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade In From Top */
.fade-in-from-bottom {
  -webkit-animation: fadeInFromBottom 1s both;
  animation: fadeInFromBottom 1s both;
}

@-webkit-keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Out */
.fade-out {
  -webkit-animation: fadeOut 1s both;
  animation: fadeOut 1s both;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Fade out To Left */
.fade-out-to-left {
  -webkit-animation: fadeOutToLeft 1s both;
  animation: fadeOutToLeft 1s both;
}

@-webkit-keyframes fadeOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
}

@keyframes fadeOutToLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-65%);
    transform: translateX(-65%);
  }
}

/* Fade out To Right */
.fade-out-to-right {
  -webkit-animation: fadeOutToRight 1s both;
  animation: fadeOutToRight 1s both;
}

@-webkit-keyframes fadeOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
}

@keyframes fadeOutToRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(65%);
    transform: translateX(65%);
  }
}

/* Fly */
@-webkit-keyframes fly {
  0% {
    font-size: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    font-size: 29px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    font-size: 23px;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes fly {
  0% {
    font-size: 23px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    font-size: 29px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    font-size: 23px;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* Fade In From None To Top */
@-webkit-keyframes fadeInFromNoneToTop {
  0% {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInFromNoneToTop {
  0% {
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Rotate */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************************
-- General CSS Transitions --
****************************/
.tr100 {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;  
  transition: all 100ms ease-in-out;
}

.tr200 {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;  
  transition: all 200ms ease-in-out;
}

.tr300 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;  
  transition: all 300ms ease-in-out;
}

.tr400 {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;  
  transition: all 400ms ease-in-out;
}

.tr600 {
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;  
  transition: all 600ms ease-in-out;
}

.tr800 {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;  
  transition: all 800ms ease-in-out;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 40.0625em) {
  
}