@charset "UTF-8";
/* Susy Settings (Global) */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul li {
    padding-top: 9px;
}

h3 {
    margin-top: 40px !important;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/**
 * Featherlight ÔÇô ultra slim jQuery lightbox
 * Version 1.3.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, No├½l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  top: 0;
  width: 100%;
  top: 20px;
}

.bx-controls {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/images/326/assets/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 2px solid #FFF;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #0e55fc;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/images/326/assets/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/images/326/assets/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/images/326/assets/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/images/326/assets/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
form {
  width: 95%;
  margin: 0 auto;
}
form .field-wrap {
  margin-top: -20px;
  margin-top: -2rem;
}
form label, form input, form textarea, form td {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal !important;
  font-family: "proxima-nova",sans-serif !important;
  vertical-align: middle;
  display: block;
  text-align: left;
  margin-bottom: 0.5em;
  padding: 0 !important;
}
form p, form body.inner table tr td, body.inner table tr form td {
  padding: 0px;
  padding: 0rem;
}
form img {
  height: auto !important;
}
form input, form textarea {
  font-family: "proxima-nova",sans-serif !important;
  width: 100% !important;
  padding: 10px !important;
  padding:  1rem !important;
  font-size: 16px !important;
  font-size:  1.6rem !important;
  margin: 0 0 10px !important;
  margin:  0 0 1rem !important;
  border: 1px solid #000;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  position: relative;
  -webkit-appearance: none;
  display: block;
  border: 0;
  outline: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  border-radius: 0.35em;
  padding: 0.75em 1em 0.75em 1em;
  border: solid 1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
  background: #fff;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select {
  line-height: 1.25em;
}
form textarea {
  min-height: 14em;
}
form .formerize-placeholder {
  color: #555 !important;
}
form ::-webkit-input-placeholder {
  color: #555 !important;
}
form :-moz-placeholder {
  color: #555 !important;
}
form ::-moz-placeholder {
  color: #555 !important;
}
form :-ms-input-placeholder {
  color: #555 !important;
}
form ::-moz-focus-inner {
  border: 0;
}

table {
  margin-top: 30px;
  margin-top: 3rem;
}
table tr {
  margin: 0 0 30px;
  margin:  0 0 3rem;
}

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button,
.cmsi-showcase-list a.cmsi-module-showcase-back,
.cmsi-showcase-list a.cmsi-showcase-readmore,
.cmsi-showcase-list a.checkout,
.cmsi-module-showcase-detail a.cmsi-module-showcase-back,
.cmsi-module-showcase-detail a.cmsi-showcase-readmore,
.cmsi-module-showcase-detail a.checkout {
  position: relative;
  display: inline-block;
  border-radius: 0.35em;
  text-decoration: none;
  padding: 0.5em 1em;
  margin: 1em 0;
  cursor: pointer;
  font-family: "proxima-nova",sans-serif;
  color: #0e55fc !important;
  width: auto !important;
  text-transform: uppercase;
  border: solid 1px #3b73f6;
  background: #0a44f4;
  color: #FFF !important;
  font-size: 1em;
  font-weight: 100;
}
input[type="button"]:before,
input[type="submit"]:before,
input[type="reset"]:before,
button:before,
.button:before,
.cmsi-showcase-list a.cmsi-module-showcase-back:before,
.cmsi-showcase-list a.cmsi-showcase-readmore:before,
.cmsi-showcase-list a.checkout:before,
.cmsi-module-showcase-detail a.cmsi-module-showcase-back:before,
.cmsi-module-showcase-detail a.cmsi-showcase-readmore:before,
.cmsi-module-showcase-detail a.checkout:before {
  content: "";
  font-family: modicons;
  font-size: 30px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover,
.cmsi-showcase-list a.cmsi-module-showcase-back:hover,
.cmsi-showcase-list a.cmsi-showcase-readmore:hover,
.cmsi-showcase-list a.checkout:hover,
.cmsi-module-showcase-detail a.cmsi-module-showcase-back:hover,
.cmsi-module-showcase-detail a.cmsi-showcase-readmore:hover,
.cmsi-module-showcase-detail a.checkout:hover {
  color: #4079fd !important;
}

#header .search {
  display: none;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  width: 75px;
  float: right;
  margin: 0 !important;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  padding: 0.4em;
}
#header .search.searchbox-icon {
  width: 50%;
  height: 50px;
  border-bottom: 1px dotted #8caefe;
}
#header .search:focus {
  width: 30%;
}
#header .search .searchbox-input {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  outline: 0;
  width: 80%;
  height: 50px;
  margin: 0;
  padding: 0 40px 0 0 !important;
  padding:  0 4rem 0 0 !important;
  font-size: 0.8em !important;
  color: #FFF;
  background: none;
}
#header .search .searchbox-submit,
#header .search .searchbox-icon {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: modicons;
  font-size: 0.8em;
}
#header .search .searchbox {
  position: relative;
  min-width: 50px;
  height: 50px;
  float: right;
  overflow: hidden;
}
#header .search.searchbox-open {
  width: 300px;
  border-bottom: 1px dotted #0e55fc;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated, section, article {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite, section.infinite, article.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge, section.hinge, article.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn, section.bounceIn, article.bounceIn,
.animated.bounceOut,
section.bounceOut,
article.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX, section.flipOutX, article.flipOutX,
.animated.flipOutY,
section.flipOutY,
article.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn, section, article {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip, section.flip, article.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* ---- Showcase Module ---- */
.DRX_Showcase_Table {
  padding: 10px;
  width: 96%;
  margin-bottom: 15px;
}

.DRX_Showcase_Title {
  font-weight: bold;
  padding-bottom: 5px;
}

.DRX_ShowCase_ImageTable {
  width: 102px;
  padding: 1px;
  border: 1px solid #000000;
  border-spacing: 0px;
}

.DRX_Showcase_DetailImage {
  width: 200px;
  border: 1px solid #000000;
}

.cmsi-showcase-list {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
}
.cmsi-showcase-list li {
  min-height: 200px;
}
.cmsi-showcase-list h3 {
  text-align: left;
}

.cmsi-showcase-desc {
  margin: 14px 0px;
  text-align: left;
  font-family: "proxima-nova",sans-serif;
}

.cmsi-showcase-thumb {
  float: right;
}

.cmsi-showcase-profile .cmsi-showcase-thumb {
  margin-left: 10px;
  margin-bottom: 10px;
}

.cmsi-showcase-list .cmsi-showcase-thumb a img {
  max-height: 170px;
}

.cmsi-showcase-thumb a img {
  border: 0px none;
}

ul.cmsi-showcase-list li {
  clear: both;
}

.cmsi-module-showcase-detail {
  text-align: left;
}

/* showcase floater item */
.showcase-floater-item img.thumb {
  float: right;
  width: 80px;
  margin-left: 4px;
}

/* ---- Shopping Cart Module ---- */
#drxMediaDescription {
  text-align: left;
}

/* ------------------------ */
.DRX_SimpleCartProducts {
  width: 100%;
}
.DRX_SimpleCartProducts td {
  vertical-align: top;
}

.DRX_SimpleCartProductTitle {
  font-weight: bold;
}

.DRX_SimpleCart_SummaryImage {
  width: 75px;
  border: 1px solid #000000;
}

.DRX_SimpleCart_DetailImage {
  width: 200px;
  border: 1px solid #000000;
}

.DRX_SimpleCartItemTable {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #ddd;
  table-layout: fixed;
}
.DRX_SimpleCartItemTable th, .DRX_SimpleCartItemTable td {
  border: 1px solid #ddd;
  padding: .25em .5em;
}
.DRX_SimpleCartItemTable th, .DRX_SimpleCartItemTable.totals .grandTotal td {
  background-color: #555;
  color: #fff;
  text-shadow: 0 1px 1px #222;
  border: 1px solid #444;
  text-align: left;
}
.DRX_SimpleCartItemTable tr:nth-of-type(odd) td {
  background-color: whiteSmoke;
}
.DRX_SimpleCartItemTable .qty {
  width: 50px;
  text-align: center;
}
.DRX_SimpleCartItemTable .modify {
  width: 150px;
}
.DRX_SimpleCartItemTable.totals {
  float: right;
  width: 50%;
  max-width: 250px;
}
.DRX_SimpleCartItemTable.totals td {
  text-align: right;
}
.DRX_SimpleCartItemTable.totals .grandTotal td {
  text-align: right;
}
.DRX_SimpleCartItemTable.totals .grandTotal td:first-child {
  font-weight: bold;
}

.calculate-shipping {
  float: left;
}

.btn-mod {
  padding: 0 .25em;
  width: 10px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.btn-mod.add {
  background: #468847;
}
.btn-mod.subtract {
  background: #d14;
  margin-right: 1em;
}
.btn-mod:hover {
  text-decoration: none;
  opacity: .5;
}

.remove {
  color: #d14;
}
.remove:hover {
  color: #000;
}

.clear {
  clear: both;
}

a.checkout {
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
  display: block;
  border-radius: 0;
  float: right;
}
a.checkout:hover {
  background: #ccc;
}

.cmsi-product-list {
  margin: 0 0 2em 0;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 2em 0;
}

.cmsi-product-feed .cmsi-product-list:first-child {
  margin-top: 40px;
}

@media handheld, only screen and (max-width: 767px) {
  /* SIMPLE CART V2 */
  .product-col-1, .product-col-2 {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }

  .cmsi-featured img {
    width: 100%;
  }
}
/* ---- Calendar ---- */
.DRX_CalendarTable {
  border: 1px solid #000000;
  padding: 2px;
  width: 350px;
}
.DRX_CalendarTable th {
  text-align: center;
}
.DRX_CalendarTable td {
  border: 1px solid #000000;
  width: 23px;
  height: 40px;
  text-align: center;
  padding: 2px;
}

.DRX_CalendarEvent {
  font-weight: bold;
  background-color: #c0c0c0;
  color: #000000;
}

.DRXOverLibText {
  text-align: left;
  color: #000000;
}

.DRX_CalendarTable {
  width: 100%;
  border-top: 4px solid #ccc;
  background: #fff;
}
.DRX_CalendarTable th {
  color: #fff;
  background: #231f20;
  width: 14.28%;
}
.DRX_CalendarTable td {
  height: 60px;
}

#overDiv table {
  margin: 0;
}
#overDiv hr {
  display: none;
}
#overDiv td td {
  padding: .5em;
}
#overDiv > table {
  box-shadow: 0 0 5px #555;
}
#overDiv table {
  background: whiteSmoke !important;
}
#overDiv table table:first-child {
  background: #231f20 !important;
}

td.DRX_CalendarEvent {
  background: #ddd;
}

table.CMSI_Module_Calendar_MonthSelector {
  width: 100%;
}

/* ---- Simple Cart ---- */
.CMSI_Auto_VehiclePhoto {
  border: 0px;
}

a.but-add-to-cart {
  background: #ff6839;
  border: 1px solid #e63600;
  padding: 3px;
  text-decoration: none;
  font-size: 110%;
  text-align: center;
}
a.but-add-to-cart span {
  color: #fff;
}

/* SimpleCart CSS */
ul.DRX_SimpleCartProducts {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
}
ul.DRX_SimpleCartProducts li {
  margin: 12px 0px;
  min-height: 200px;
  border-bottom: 1px solid #EAF0F5;
  padding-bottom: 5px;
}

.DRX_SimpleCartProducts .productThumb {
  float: right;
  margin-left: 5px;
  text-align: center;
}
.DRX_SimpleCartProducts .but-add-to-cart {
  display: block;
  margin-top: 4px;
  font-size: 90%;
}
.DRX_SimpleCartProducts .productThumb img {
  border: 0px !important;
  max-height: 170px;
}
.DRX_SimpleCartProducts .readMore {
  clear: both;
}
.DRX_SimpleCartProducts .productTitle a {
  margin-right: 12px;
  text-decoration: none;
}
.DRX_SimpleCartProducts .productDesc {
  margin-bottom: 9px;
}

/* SimpleCart v2 */
.cmsi-featured-products, .cmsi-product-detail, .cmsi-product-image-thumbnails {
  margin: 0 -0.9375em !important;
  list-style: none;
}

.cmsi-featured-products, .cmsi-product-detail {
  padding-bottom: 60px;
}

.cmsi-product, .product-col-1, .product-col-2, .cmsi-product-image-thumbnails li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 33.33%;
  float: left;
  padding: 0 .9375em !important;
  margin: 0;
}

.product-col-2 img {
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}

.cmsi-product-image-thumbnails li {
  margin-bottom: 1.875em !important;
}

.product-col-1 {
  width: 66%;
}

.product-col-2 {
  width: 33%;
}

.cmsi-product {
  text-align: center;
}
.cmsi-product img {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 0 1em 0;
}
.cmsi-product h2 {
  margin: 0;
}

.product-col-1 h4 {
  margin: 1.2em 0 .5em 0;
}

.cmsi-featured {
  margin-bottom: 1.875em;
  display: block;
}

.cmsi-text-alert {
  color: red;
}

#cmsi-module-simplecart-form-cartadd p, #cmsi-module-simplecart-form-cartadd body.inner table tr td, body.inner table tr #cmsi-module-simplecart-form-cartadd td {
  margin-bottom: .25em;
}
#cmsi-module-simplecart-form-cartadd select {
  margin-bottom: 1.2em;
}

.cmsi-price {
  font-size: 24px;
  font-weight: bold;
}

.cmsi-featured-products h2.title {
  font-size: 15px;
}

.browse {
  background: whitesmoke;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.browse select, .browse p, .browse body.inner table tr td, body.inner table tr .browse td {
  float: right;
}
.browse ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.browse ul li {
  margin: 0 1em 0 0 !important;
  padding: 0 !important;
  float: left;
  background: none !important;
}
.browse select {
  height: auto;
  line-height: normal;
  margin: 0;
}

.continueshopping {
  margin-top: 15px;
  display: inline-block;
  padding: 7px 12px;
  text-decoration: none;
  background: whitesmoke;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #555;
  border: 1px solid #ddd;
  cursor: pointer;
}

.stripe-checkout {
  padding: 2em;
  background: whiteSmoke;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.stripe-checkout h2 {
  margin-top: 0;
}

/* details */
.product-details .product-image {
  width: 120px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.product-details .product-image img {
  max-width: 120px;
  width: 120px;
  border: 0px !important;
}
.product-details .price {
  display: block;
  font-weight: bold;
  font-size: 120%;
  float: right;
}
.product-details .but-add-to-cart {
  margin: 12px 0px;
  display: block;
  width: 75px;
  margin: 10px auto;
}
.product-details .product-information {
  margin-left: 130px;
}
.product-details .description {
  background-color: #F8F8F8;
  border: 1px solid #DADADA;
  padding: 10px;
}

/* simplecart floater item */
.simplecart-floater-item img.thumb {
  float: right;
  width: 80px;
  margin-left: 4px;
}

/* ---- Site Search ---- */
.search {
  margin: 14px 0px;
}
.search .keyword {
  padding: 4px;
  font-size: 1.2em;
  width: 60%;
}
.search .submit {
  padding: 3px;
  font-size: 1.2em;
}

.search-results h3 {
  margin-bottom: 3px;
}
.search-results ol {
  list-style-type: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
.search-results ol li {
  margin: 14px 0px !important;
}
.search-results cite {
  font-style: normal;
  margin-top: 3px;
  display: block;
  text-decoration: none;
}
.search-results .desc {
  font-family: "proxima-nova",sans-serif;
}
.search-results .desc a {
  text-decoration: none;
}
.search-results .desc a cite {
  text-decoration: none;
}
.search-results .search-product-thumb {
  max-width: 60px;
  max-height: 60px;
  float: left;
  margin-right: 10px;
  padding: 0px !important;
  border-width: 1px !important;
}

/* ---- Testimonial ---- */
ul.testimonials {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
}
ul.testimonials li {
  margin-bottom: 14px;
}
ul.testimonials li .text {
  margin-bottom: 8px;
}
ul.testimonials li .author {
  font-weight: bold;
}
ul.tweet_list {
  padding: 0px !important;
}
ul.tweet_list li {
  margin: 10px 0px !important;
  word-wrap: break-word;
}
ul.tweet_list li .tweet_time {
  display: block;
}
ul.media-album-list {
  list-style: none;
  margin: 0px !important;
  padding: 0px;
}
ul.media-album-items {
  list-style: none;
  margin: 0px !important;
  padding: 0px;
}
ul.media-album-items li {
  display: block;
  margin: 0px;
  width: 75px;
  float: left;
  padding: 4px;
  height: 100px;
  text-align: center;
}
ul.media-album-items li img {
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
}

/* ---- Twitter ---- */
/* ---- Media Albums ---- */
/* ---- BLOG ---- */
.blog-posts .entry {
  margin: 0 0 2em 0;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 2em 0;
}
.blog-posts .entry:first-child {
  margin-top: 40px;
}

.cmsi-post-thumb {
  float: left;
  width: 20%;
}

.cmsi-post-summary {
  float: right;
  width: 76.2%;
}
.cmsi-post-summary h2.title {
  margin: 0 0 .25em 0;
}

.cmsi-single-blog-post h2.title {
  margin: 0 0 .25em 0;
}

.cmsi-post-summary .meta, .cmsi-single-blog-post .meta {
  font-size: 12px;
}

.cmsi-post-full {
  float: none;
  width: 100%;
}

/* Blog Comments */
ul.comment-list {
  margin: 1.2em 0;
  list-style: none;
}
ul.comment-list li.comment {
  padding: 1em;
  border: 1px solid #ddd;
  border-top: 0;
  margin: 0;
  background: whiteSmoke;
}
ul.comment-list li.comment:first-child {
  border-top: 1px solid #ddd;
}
ul.comment-list li.comment:nth-child(even) {
  background: white;
}
ul.comment-list li.comment .gravatar {
  float: right;
  padding: 3px;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 0 1em 1em;
}

.gravatar img {
  width: 48px;
}

.comment-list li.comment .author, .comment-list li.comment .comment {
  margin: 0;
  padding: 0;
}
.comment-list li.comment .author {
  font-size: 12px;
  margin-bottom: 1em;
  text-transform: capitalize;
  font-weight: bold;
}
.comment-list li.comment .author a {
  font-size: 16px;
}

.success {
  color: #76a554;
}

/* Image Floats */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* Pagination */
.cmsi-pagination {
  text-align: center;
}
.cmsi-pagination ul {
  list-style: none;
  margin: 1.2em 0;
  font-size: 0;
}
.cmsi-pagination li {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  display: inline-block;
  font-size: 14px;
}
.cmsi-pagination a {
  padding: .25em .75em;
  margin: 0 .25em 0 0;
  border: 1px solid #ddd;
  display: inline-block;
  background: #F5F5F5;
  color: #999;
}
.cmsi-pagination .current a {
  font-weight: 700;
  color: #333;
}
.cmsi-pagination a:hover {
  opacity: .5;
}
.cmsi-pagination .info {
  display: block;
  float: none;
  margin: 1em 0;
  border: 0;
  background: none;
}

/* ---- Contact FORM ---- */
table.DRXQuickForm tr {
  border: none !important;
}
table.DRXQuickForm td {
  padding: 0 0 10px 0;
  float: left;
  margin-right: 1em !important;
  padding: 0.5em 0 !important;
}
table.DRXQuickForm td:first-child {
  padding-right: 20px;
  width: 150px;
}
table.DRXQuickForm img {
  display: block;
}

span.requiredNote {
  font-size: 12px;
}

/* fix for the addthis clear */
.addthis_toolbox {
  height: 20px !important;
}
.addthis_toolbox.addthis_32x32_style {
  height: 32px !important;
}

.atclear {
  float: none;
}

.cmsi-showcase-thumb a.cmsi-showcase-readmore {
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
  display: block;
  border-radius: 0;
}
.cmsi-showcase-thumb a.cmsi-showcase-readmore:hover {
  background: #ccc;
}

/* Showcase Page CSS */
#cmsi-module-showcase-photos {
  float: right;
  display: inline;
  width: 350px;
  margin: 0 0 2em 2em;
}
#cmsi-module-showcase-photos > a {
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
  display: block;
}

#cmsi-module-showcase-thumbs {
  margin-left: -10px;
}
#cmsi-module-showcase-thumbs a img {
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
  display: block;
}
#cmsi-module-showcase-thumbs img {
  margin: 10px  0 0 10px;
}
#cmsi-module-showcase-thumbs img:hover {
  background: #ccc;
}

/* Showcase Back + Learn More Buttons */
/* Showcase List Page CSS */
.cmsi-showcase-list .cmsi-showcase-thumb {
  margin: 0 0 1em 2em;
}

/* Login Form */
#cmsi-frontend-memberaccess-form label, #cmsi-frontend-memberaccess-form form input, form #cmsi-frontend-memberaccess-form input, #cmsi-frontend-memberaccess-form form textarea, form #cmsi-frontend-memberaccess-form textarea, .cmsi-memberaccess-buttons {
  display: block;
}

/* Buttons */
.btn-std, .btn-green, .btn-blue, .btn-red {
  display: inline-block;
  padding: 7px 12px;
  text-decoration: none;
  background: whiteSmoke;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #555;
  border-bottom: 3px solid #ddd;
  cursor: pointer;
}

.btn-std:hover, .btn-green:hover, .btn-blue:hover, .btn-red:hover {
  background: #ccc;
  border-color: #bbb;
  color: #333;
  text-decoration: none  !important;
}

.btn-green {
  background: #8ac33e;
  border-color: #537625;
  color: #fff !important;
  text-shadow: 0 1px 1px #1c280d;
}
.btn-green:hover {
  background: #537625;
  border-color: #1c280d;
  color: #fff !important;
}

.btn-blue {
  background: #3e66c4;
  border-color: #253d77;
  color: #fff !important;
}
.btn-blue:hover {
  background: #253d77;
  border-color: #0d1529;
  color: #fff !important;
}

.btn-red {
  background: #9e0b0f;
  border-color: #72080b;
  color: #fff !important;
  text-shadow: 0 1px 1px #5a080a;
}
.btn-red:hover {
  background: #5a080a;
  border-color: #330506;
  color: #fff !important;
}

/* ---- Map ---- */
.map {
  padding: 5px 5px 0 5px;
  border: 1px solid #ccc;
  background: #fff;
}

/* ---- Lightbox Fix ---- */
#fancybox-wrap #fancybox-outer {
  position: absolute !important;
}

/* Modicons */
@font-face {
  font-family: "modicons";
  src: url('/images/326/assets/fonts/modicons/modicons.eot?81891960');
  src: url('/images/326/assets/fonts/modicons/modicons.eot?81891960?#iefix') format('embedded-opentype'), url('/images/326/assets/fonts/modicons/modicons.ttf?81891960') format('truetype'), url('/images/326/assets/fonts/modicons/modicons.woff?81891960') format('woff'), url('/images/326/assets/fonts/modicons/modicons.svg?81891960#modicons') format('svg');
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'modicons';
    src: url($assets_path}font/modicons.svg?22429469#modicons) format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "modicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-quote:before {
  content: '\22';
}

/* '"' */
.icon-quote-left:before {
  content: '\27';
}

/* ''' */
.icon-fivehundredpx:before {
  content: '\35';
}

/* '5' */
.icon-left-open:before {
  content: '\3c';
}

/* '<' */
.icon-right-open:before {
  content: '\3e';
}

/* '>' */
.icon-link:before {
  content: '\41';
}

/* 'A' */
.icon-facebook-circled:before {
  content: '\46';
}

/* 'F' */
.icon-menu:before {
  content: '\48';
}

/* 'H' */
.icon-linkedin-circled:before {
  content: '\49';
}

/* 'I' */
.icon-search:before {
  content: '\4d';
}

/* 'M' */
.icon-left-circle:before {
  content: '\52';
}

/* 'R' */
.icon-skype-circled:before {
  content: '\53';
}

/* 'S' */
.icon-adult:before {
  content: '\61';
}

/* 'a' */
.icon-home:before {
  content: '\68';
}

/* 'h' */
.icon-instagram:before {
  content: '\69';
}

/* 'i' */
.icon-mail-alt:before {
  content: '\6d';
}

/* 'm' */
.icon-rdio-circled:before {
  content: '\6f';
}

/* 'o' */
.icon-picture:before {
  content: '\70';
}

/* 'p' */
.icon-right-circle:before {
  content: '\72';
}

/* 'r' */
.icon-twitter-circled:before {
  content: '\73';
}

/* 's' */
.icon-tumblr-circled:before {
  content: '\74';
}

/* 't' */
.icon-vimeo-circled:before {
  content: '\76';
}

/* 'v' */
.icon-youtube:before {
  content: '\79';
}

/* 'y' */
/* Basic */
img {
  max-width: 100%;
  height: auto;
}

body {
  background: #fff;
  font-size: 19pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #888;
}
body.is-loading * {
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

input, textarea, select {
  font-family: "proxima-nova",sans-serif;
  font-size: 19pt;
  font-weight: 300;
  line-height: 1.75em;
  color: #888;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: thin;
  color: #FFF !important;
  line-height: 1.5em;
  font-family: "memoriam-inline-pro", cursive !important;
  font-size: 1.75em;
  padding-bottom: 20px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #FFF;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 2em !important;
  letter-spacing: -1px;
}
h1.alt {
  color: #FFF;
  font-family: "proxima-nova",sans-serif !important;
  font-size: 1.5em !important;
}
h1.alt span {
  font-size: 2em;
  font-family: "memoriam-inline-pro", cursive !important;
  color: #0e55fc;
}

h2 {
  font-size: 2.5em !important;
  padding-bottom: 10px !important;
}
h2 span {
  font-size: 1.75em;
}

h3 {
  font-size: 1.25em !important;
  margin-bottom: 20px !important;
}

h5 {
  font-size: 1.5em !important;
}

header {
  margin: 0 0 2em 0;
}
header > p, body.inner table tr header > td {
  margin: 1em 0 0 0;
}

footer {
  margin: 2em 0 0 0;
}

strong, b {
  font-weight: 300;
  color: #666;
}

em, i {
  font-style: italic;
}

a {
  font-family: "proxima-nova",sans-serif;
  text-decoration: none;
  color: inherit;
  -moz-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
  outline: 0;
}
a:hover {
  color: #0e55fc;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

hr {
  border: 0;
  border-top: solid 1px #ddd;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p, body.inner table tr td, ul, ol, dl, table {
  margin-bottom: 2em;
}

br.clear {
  clear: both;
}

/* List */
ul li {
  font-family: "proxima-nova",sans-serif !important;
  font-weight: 100 !important;
}

ol.default {
  list-style: decimal;
  padding-left: 1.25em;
}
ol.default li {
  padding-left: 0.25em;
}

/* Paragraphs */
p, body.inner table tr td {
  font-family: "proxima-nova",sans-serif !important;
  font-size: 1em !important;
  line-height: 140% !important;
  font-weight: 100 !important;
  color: #FFF;
}


body {
/* relative path for some reason targets insecure http 326.piecms.com instead of secure wellandbluestar.com */
  background: url('https://www.wellandbluestar.com/images/326/assets/images/bg.png');
}

/* Sections/Article */
section, article {
  margin-bottom: 3em;
  position: relative;
}
section#slideshow, article#slideshow {
  margin: 0 !important;
}
section > :last-child,
section > .container, section:last-child, article > :last-child,
article > .container, article:last-child {
  margin-bottom: 0;
}
section > .header-text, article > .header-text {
  bottom: 25px;
  width: 100%;
  text-align: center;
  padding: 20px 50px;
}
section > .header-text h1.alt, article > .header-text h1.alt {
  font-size: 1.5em;
}
section > .header-text a.button, section > .header-text .cmsi-showcase-list a.cmsi-module-showcase-back, .cmsi-showcase-list section > .header-text a.cmsi-module-showcase-back, section > .header-text .cmsi-showcase-list a.cmsi-showcase-readmore, .cmsi-showcase-list section > .header-text a.cmsi-showcase-readmore, section > .header-text .cmsi-showcase-list a.checkout, .cmsi-showcase-list section > .header-text a.checkout, section > .header-text .cmsi-module-showcase-detail a.cmsi-module-showcase-back, .cmsi-module-showcase-detail section > .header-text a.cmsi-module-showcase-back, section > .header-text .cmsi-module-showcase-detail a.cmsi-showcase-readmore, .cmsi-module-showcase-detail section > .header-text a.cmsi-showcase-readmore, section > .header-text .cmsi-module-showcase-detail a.checkout, .cmsi-module-showcase-detail section > .header-text a.checkout, article > .header-text a.button, article > .header-text .cmsi-showcase-list a.cmsi-module-showcase-back, .cmsi-showcase-list article > .header-text a.cmsi-module-showcase-back, article > .header-text .cmsi-showcase-list a.cmsi-showcase-readmore, .cmsi-showcase-list article > .header-text a.cmsi-showcase-readmore, article > .header-text .cmsi-showcase-list a.checkout, .cmsi-showcase-list article > .header-text a.checkout, article > .header-text .cmsi-module-showcase-detail a.cmsi-module-showcase-back, .cmsi-module-showcase-detail article > .header-text a.cmsi-module-showcase-back, article > .header-text .cmsi-module-showcase-detail a.cmsi-showcase-readmore, .cmsi-module-showcase-detail article > .header-text a.cmsi-showcase-readmore, article > .header-text .cmsi-module-showcase-detail a.checkout, .cmsi-module-showcase-detail article > .header-text a.checkout {
  border: 1px solid #FFF !important;
  color: #FFF !important;
}
section > .header-text a.button:hover, section > .header-text .cmsi-showcase-list a.cmsi-module-showcase-back:hover, .cmsi-showcase-list section > .header-text a.cmsi-module-showcase-back:hover, section > .header-text .cmsi-showcase-list a.cmsi-showcase-readmore:hover, .cmsi-showcase-list section > .header-text a.cmsi-showcase-readmore:hover, section > .header-text .cmsi-showcase-list a.checkout:hover, .cmsi-showcase-list section > .header-text a.checkout:hover, section > .header-text .cmsi-module-showcase-detail a.cmsi-module-showcase-back:hover, .cmsi-module-showcase-detail section > .header-text a.cmsi-module-showcase-back:hover, section > .header-text .cmsi-module-showcase-detail a.cmsi-showcase-readmore:hover, .cmsi-module-showcase-detail section > .header-text a.cmsi-showcase-readmore:hover, section > .header-text .cmsi-module-showcase-detail a.checkout:hover, .cmsi-module-showcase-detail section > .header-text a.checkout:hover, article > .header-text a.button:hover, article > .header-text .cmsi-showcase-list a.cmsi-module-showcase-back:hover, .cmsi-showcase-list article > .header-text a.cmsi-module-showcase-back:hover, article > .header-text .cmsi-showcase-list a.cmsi-showcase-readmore:hover, .cmsi-showcase-list article > .header-text a.cmsi-showcase-readmore:hover, article > .header-text .cmsi-showcase-list a.checkout:hover, .cmsi-showcase-list article > .header-text a.checkout:hover, article > .header-text .cmsi-module-showcase-detail a.cmsi-module-showcase-back:hover, .cmsi-module-showcase-detail article > .header-text a.cmsi-module-showcase-back:hover, article > .header-text .cmsi-module-showcase-detail a.cmsi-showcase-readmore:hover, .cmsi-module-showcase-detail article > .header-text a.cmsi-showcase-readmore:hover, article > .header-text .cmsi-module-showcase-detail a.checkout:hover, .cmsi-module-showcase-detail article > .header-text a.checkout:hover {
  border: 1px solid #0e55fc !important;
  color: #0e55fc !important;
}
.row > section, .row > article {
  margin-bottom: 0;
}

/* Image */
.image {
  display: inline-block;
  border: 0;
}
.image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.image.avatar48 {
  width: 48px;
  height: 48px;
  background: #f00;
}
.image.avatar48 img {
  width: 48px;
  height: 48px;
}
.image.fit {
  display: block;
  width: 100%;
}
.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
}
.image.centered {
  display: block;
  margin: 0 0 2em 0;
}
.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* Table */
table {
  width: 100%;
}
table.default {
  width: 100%;
  text-align: left;
}
table.default tbody tr:nth-child(2n+2) {
  background: #f4f4f4;
}
table.default td {
  padding: 0.5em 1em 0.5em 1em;
}
table.default th {
  text-align: left;
  padding: 0.5em 1em 0.5em 1em;
  color: #fff;
}
table.default thead {
  background: #444;
  color: #fff;
}
table.default tfoot {
  background: #eee;
}

/* Item */
.item {
  box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.item header {
  background: #fff;
  margin: 0;
  padding: 1em 0 1em 0;
  font-size: 0.8em;
}
.item header h3 {
  font-size: 1em;
}

/* Icons */
.icon {
  text-decoration: none;
}
.icon:before {
  display: inline-block;
  font-family: modicons;
  font-size: 1.25em;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon > .label {
  display: none;
}

/* Header */
#header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  color: #fff;
  box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.1);
  text-align: right;
}
#header .top {
  left: 0;
  top: 0;
  width: 100%;
}
#header .bottom {
  position: absolute;
  right: 0px;
  display: inline-block;
  top: 0px;
}
#header .bottom .profile-pic {
  text-align: center;
}
#header .bottom ul.social-icons {
  text-align: center;
  margin: 0 !important;
  float: right;
  background: rgba(0, 0, 0, 0.5);
}
#header .bottom ul.social-icons li {
  padding: 1em 0.25em;
  float: right;
}
#header .bottom ul.social-icons li a {
  font-family: modicons;
  color: #FFF;
  padding: 0 5px;
  border: none !important;
  font-size: 24px;
}
#header .bottom ul.social-icons li a:hover {
  color: #0e55fc;
}
#header .icons {
  font-size: 0.8em;
  margin: 0 0 1em 0;
  text-align: center;
}
#header .icons a {
  color: #41484c;
  -moz-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out;
}
#header .icons a:hover {
  color: #fff;
}

#logo {
  display: block;
  position: relative;
  min-height: 48px;
  background-image: url(https://www.wellandbluestar.com/files/BlueStarLOGO-colored.png);
  width: 235px;
  height: 238px;
  margin: 0 auto;
}
#logo h1 {
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  line-height: 1em;
}
#logo p, #logo body.inner table tr td, body.inner table tr #logo td {
  position: relative;
  display: block;
  font-size: 0.6em;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.25em;
  margin: 0.5em 0 0 0;
  font-family: "proxima-nova",sans-serif;
}
#logo .image {
  position: absolute;
  left: 0;
  top: 0;
}

/* Nav */
#nav ul li a {
  padding: 0.75em 1em !important;
  display: inline-block !important;
  border-bottom: dotted #333 1px;
}

#header .bottom {
  position: relative !important;
  margin-top: 20px !important;
}

/* Footer */
#bottom .story, #bottom .location {
  padding: 1em;
}
#bottom .story p, #bottom .story body.inner table tr td, body.inner table tr #bottom .story td, #bottom .location p, #bottom .location body.inner table tr td, body.inner table tr #bottom .location td {
  font-size: 0.8em !important;
  line-height: 140% !important;
}
#bottom .story {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#bottom .story img {
  float: left;
  padding: 0 30px 10px 0;
}
#bottom .location {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#bottom .location ul li {
  font-size: 0.8em;
  line-height: 140% !important;
}
#bottom .location ul li:before {
  font-family: "modicons";
  color: #0e55fc;
  padding-right: 20px;
}
#bottom .location ul li.address:before {
  content: "h";
}
#bottom .location ul li.phone:before {
  content: "c";
}
#bottom .location ul li.email:before {
  content: "m";
}

#footer {
  margin-top: 30px;
  margin-left: 375px;
  text-align: center;
  background-color: #13181E;
  padding: 3em 0 4em 0;
  font-size: 0.8em;
  float: left;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#footer .copyright {
  cursor: default;
  margin: 0;
}
#footer .copyright li {
  display: inline-block;
  line-height: 1em;
  border-left: solid 1px rgba(128, 128, 128, 0.35);
  padding: 0 0 0 0.5em;
  margin: 0 0 0 0.5em;
  font-family: 'proxima-nova', sans-serif !important;
  font-size: 13px;
}
#footer .copyright li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

/* Main */
#main {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#main:after {
  content: " ";
  display: block;
  clear: both;
}
#main > section {
  overflow: hidden;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
  text-align: center;
}
#main > section.one {
  position: relative;
  padding: 0 !important;
}
#main > section.two {
  margin: 0 0 2em;
  padding: 1em;
}
#main > section.two #content {
  background: rgba(0, 0, 0, 0.75);
  margin: 1em 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1.5em;
}
#main > section.two #sidebar aside {
  background: #0e55fc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 1em 0;
  padding: 1.5em;
}
#main > section.two #sidebar aside h5 {
  text-align: left;
  padding-bottom: 20px;
}
#main > section.two #sidebar aside ul li {
  border-bottom: 1px solid #2767fc;
  padding: 1em 0;
  text-align: left;
}
#main > section.two #sidebar aside ul li a {
  color: #FFF;
}
#main > section.two p, #main > section.two body.inner table tr td, body.inner table tr #main > section.two td {
  width: 75%;
  margin: 15px auto;
}

/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, body.inner table tr td, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, form input, form textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

/* Box Model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Containers */
.container {
  margin-left: auto;
  margin-right: auto;
}

.container.\31 25\25 {
  width: 100%;
  max-width: 125%;
  min-width: 100%;
}

.container.\37 5\25 {
  width: 75%;
}

.container.\35 0\25 {
  width: 50%;
}

.container.\32 5\25 {
  width: 25%;
}

.container {
  width: 100%;
}

@media screen and (min-width: 961px) and (max-width: 5000px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 1875px;
    min-width: 1500px;
  }

  .container.\37 5\25 {
    width: 1125px;
  }

  .container.\35 0\25 {
    width: 750px;
  }

  .container.\32 5\25 {
    width: 375px;
  }

  .container {
    width: 1500px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1620px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 125%;
    min-width: 100%;
  }

  .container.\37 5\25 {
    width: 75%;
  }

  .container.\35 0\25 {
    width: 50%;
  }

  .container.\32 5\25 {
    width: 25%;
  }

  .container {
    width: 100%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1320px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 125%;
    min-width: 100%;
  }

  .container.\37 5\25 {
    width: 75%;
  }

  .container.\35 0\25 {
    width: 50%;
  }

  .container.\32 5\25 {
    width: 25%;
  }

  .container {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 125%;
    min-width: 100%;
  }

  .container.\37 5\25 {
    width: 75%;
  }

  .container.\35 0\25 {
    width: 50%;
  }

  .container.\32 5\25 {
    width: 25%;
  }

  .container {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .container.\31 25\25 {
    width: 100%;
    max-width: 125%;
    min-width: 100%;
  }

  .container.\37 5\25 {
    width: 75%;
  }

  .container.\35 0\25 {
    width: 50%;
  }

  .container.\32 5\25 {
    width: 25%;
  }

  .container {
    width: 100% !important;
  }
}
/* Grid */
.row {
  border-bottom: solid 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row > * {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row:after, .row:before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.row.uniform > * > :first-child {
  margin-top: 0;
}

.row.uniform > * > :last-child {
  margin-bottom: 0;
}

.row.\30 \25  > * {
  padding: 0px 0 0 0px;
}

.row.\30 \25 {
  margin: 0px 0 -1px 0px;
}

.row.uniform.\30 \25  > * {
  padding: 0px 0 0 0px;
}

.row.uniform.\30 \25 {
  margin: 0px 0 -1px 0px;
}

.row > * {
  padding: 80px 0 0 40px;
}

.row {
  margin: -80px 0 -1px -40px;
}

.row.uniform > * {
  padding: 40px 0 0 40px;
}

.row.uniform {
  margin: -40px 0 -1px -40px;
}

.row.\32 00\25  > * {
  padding: 160px 0 0 80px;
}

.row.\32 00\25 {
  margin: -160px 0 -1px -80px;
}

.row.uniform.\32 00\25  > * {
  padding: 80px 0 0 80px;
}

.row.uniform.\32 00\25 {
  margin: -80px 0 -1px -80px;
}

.row.\31 50\25  > * {
  padding: 120px 0 0 60px;
}

.row.\31 50\25 {
  margin: -120px 0 -1px -60px;
}

.row.uniform.\31 50\25  > * {
  padding: 60px 0 0 60px;
}

.row.uniform.\31 50\25 {
  margin: -60px 0 -1px -60px;
}

.row.\35 0\25  > * {
  padding: 40px 0 0 20px;
}

.row.\35 0\25 {
  margin: -40px 0 -1px -20px;
}

.row.uniform.\35 0\25  > * {
  padding: 20px 0 0 20px;
}

.row.uniform.\35 0\25 {
  margin: -20px 0 -1px -20px;
}

.row.\32 5\25  > * {
  padding: 20px 0 0 10px;
}

.row.\32 5\25 {
  margin: -20px 0 -1px -10px;
}

.row.uniform.\32 5\25  > * {
  padding: 10px 0 0 10px;
}

.row.uniform.\32 5\25 {
  margin: -10px 0 -1px -10px;
}

.\31 2u, .\31 2u\24 {
  width: 100%;
  clear: none;
  margin-left: 0;
}

.\31 1u, .\31 1u\24 {
  width: 91.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 0u, .\31 0u\24 {
  width: 83.3333333333%;
  clear: none;
  margin-left: 0;
}

.\39 u, .\39 u\24 {
  width: 75%;
  clear: none;
  margin-left: 0;
}

.\38 u, .\38 u\24 {
  width: 66.6666666667%;
  clear: none;
  margin-left: 0;
}

.\37 u, .\37 u\24 {
  width: 58.3333333333%;
  clear: none;
  margin-left: 0;
}

.\36 u, .\36 u\24 {
  width: 50%;
  clear: none;
  margin-left: 0;
}

.\35 u, .\35 u\24 {
  width: 41.6666666667%;
  clear: none;
  margin-left: 0;
}

.\34 u, .\34 u\24 {
  width: 33.3333333333%;
  clear: none;
  margin-left: 0;
}

.\33 u, .\33 u\24 {
  width: 25%;
  clear: none;
  margin-left: 0;
}

.\32 u, .\32 u\24 {
  width: 16.6666666667%;
  clear: none;
  margin-left: 0;
}

.\31 u, .\31 u\24 {
  width: 8.3333333333%;
  clear: none;
  margin-left: 0;
}

.\31 2u\24  + *,
.\31 1u\24  + *,
.\31 0u\24  + *,
.\39 u\24  + *,
.\38 u\24  + *,
.\37 u\24  + *,
.\36 u\24  + *,
.\35 u\24  + *,
.\34 u\24  + *,
.\33 u\24  + *,
.\32 u\24  + *,
.\31 u\24  + * {
  clear: left;
}

.\-11u {
  margin-left: 91.66667%;
}

.\-10u {
  margin-left: 83.33333%;
}

.\-9u {
  margin-left: 75%;
}

.\-8u {
  margin-left: 66.66667%;
}

.\-7u {
  margin-left: 58.33333%;
}

.\-6u {
  margin-left: 50%;
}

.\-5u {
  margin-left: 41.66667%;
}

.\-4u {
  margin-left: 33.33333%;
}

.\-3u {
  margin-left: 25%;
}

.\-2u {
  margin-left: 16.66667%;
}

.\-1u {
  margin-left: 8.33333%;
}

@media screen and (min-width: 961px) and (max-width: 5000px) {
  .row > * {
    padding: 40px 0 0 40px;
  }

  .row {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform {
    margin: -40px 0 -1px -40px;
  }

  .row.\32 00\25  > * {
    padding: 80px 0 0 80px;
  }

  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.uniform.\32 00\25  > * {
    padding: 80px 0 0 80px;
  }

  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.\31 50\25  > * {
    padding: 60px 0 0 60px;
  }

  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.uniform.\31 50\25  > * {
    padding: 60px 0 0 60px;
  }

  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.\35 0\25  > * {
    padding: 20px 0 0 20px;
  }

  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform.\35 0\25  > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 5\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\32 5\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .\31 2u\28wide\29, .\31 2u\24\28wide\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28wide\29, .\31 1u\24\28wide\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28wide\29, .\31 0u\24\28wide\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28wide\29, .\39 u\24\28wide\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28wide\29, .\38 u\24\28wide\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28wide\29, .\37 u\24\28wide\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28wide\29, .\36 u\24\28wide\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28wide\29, .\35 u\24\28wide\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28wide\29, .\34 u\24\28wide\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28wide\29, .\33 u\24\28wide\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28wide\29, .\32 u\24\28wide\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28wide\29, .\31 u\24\28wide\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28wide\29  + *,
  .\31 1u\24\28wide\29  + *,
  .\31 0u\24\28wide\29  + *,
  .\39 u\24\28wide\29  + *,
  .\38 u\24\28wide\29  + *,
  .\37 u\24\28wide\29  + *,
  .\36 u\24\28wide\29  + *,
  .\35 u\24\28wide\29  + *,
  .\34 u\24\28wide\29  + *,
  .\33 u\24\28wide\29  + *,
  .\32 u\24\28wide\29  + *,
  .\31 u\24\28wide\29  + * {
    clear: left;
  }

  .\-11u\28wide\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28wide\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28wide\29 {
    margin-left: 75%;
  }

  .\-8u\28wide\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28wide\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28wide\29 {
    margin-left: 50%;
  }

  .\-5u\28wide\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28wide\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28wide\29 {
    margin-left: 25%;
  }

  .\-2u\28wide\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28wide\29 {
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1620px) {
  .row > * {
    padding: 40px 0 0 40px;
  }

  .row {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform {
    margin: -40px 0 -1px -40px;
  }

  .row.\32 00\25  > * {
    padding: 80px 0 0 80px;
  }

  .row.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.uniform.\32 00\25  > * {
    padding: 80px 0 0 80px;
  }

  .row.uniform.\32 00\25 {
    margin: -80px 0 -1px -80px;
  }

  .row.\31 50\25  > * {
    padding: 60px 0 0 60px;
  }

  .row.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.uniform.\31 50\25  > * {
    padding: 60px 0 0 60px;
  }

  .row.uniform.\31 50\25 {
    margin: -60px 0 -1px -60px;
  }

  .row.\35 0\25  > * {
    padding: 20px 0 0 20px;
  }

  .row.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform.\35 0\25  > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform.\35 0\25 {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 5\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\32 5\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\32 5\25 {
    margin: -10px 0 -1px -10px;
  }

  .\31 2u\28normal\29, .\31 2u\24\28normal\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28normal\29, .\31 1u\24\28normal\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28normal\29, .\31 0u\24\28normal\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28normal\29, .\39 u\24\28normal\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28normal\29, .\38 u\24\28normal\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28normal\29, .\37 u\24\28normal\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28normal\29, .\36 u\24\28normal\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28normal\29, .\35 u\24\28normal\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28normal\29, .\34 u\24\28normal\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28normal\29, .\33 u\24\28normal\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28normal\29, .\32 u\24\28normal\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28normal\29, .\31 u\24\28normal\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28normal\29  + *,
  .\31 1u\24\28normal\29  + *,
  .\31 0u\24\28normal\29  + *,
  .\39 u\24\28normal\29  + *,
  .\38 u\24\28normal\29  + *,
  .\37 u\24\28normal\29  + *,
  .\36 u\24\28normal\29  + *,
  .\35 u\24\28normal\29  + *,
  .\34 u\24\28normal\29  + *,
  .\33 u\24\28normal\29  + *,
  .\32 u\24\28normal\29  + *,
  .\31 u\24\28normal\29  + * {
    clear: left;
  }

  .\-11u\28normal\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28normal\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28normal\29 {
    margin-left: 75%;
  }

  .\-8u\28normal\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28normal\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28normal\29 {
    margin-left: 50%;
  }

  .\-5u\28normal\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28normal\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28normal\29 {
    margin-left: 25%;
  }

  .\-2u\28normal\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28normal\29 {
    margin-left: 8.33333%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1320px) {
  .row > * {
    padding: 20px 0 0 20px;
  }

  .row {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 00\25  > * {
    padding: 40px 0 0 40px;
  }

  .row.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform.\32 00\25  > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.\31 50\25  > * {
    padding: 30px 0 0 30px;
  }

  .row.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.uniform.\31 50\25  > * {
    padding: 30px 0 0 30px;
  }

  .row.uniform.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.\35 0\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\35 0\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.\32 5\25  > * {
    padding: 5px 0 0 5px;
  }

  .row.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .row.uniform.\32 5\25  > * {
    padding: 5px 0 0 5px;
  }

  .row.uniform.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28narrow\29, .\39 u\24\28narrow\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28narrow\29, .\38 u\24\28narrow\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28narrow\29, .\37 u\24\28narrow\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28narrow\29, .\36 u\24\28narrow\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28narrow\29, .\35 u\24\28narrow\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28narrow\29, .\34 u\24\28narrow\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28narrow\29, .\33 u\24\28narrow\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28narrow\29, .\32 u\24\28narrow\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28narrow\29, .\31 u\24\28narrow\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28narrow\29  + *,
  .\31 1u\24\28narrow\29  + *,
  .\31 0u\24\28narrow\29  + *,
  .\39 u\24\28narrow\29  + *,
  .\38 u\24\28narrow\29  + *,
  .\37 u\24\28narrow\29  + *,
  .\36 u\24\28narrow\29  + *,
  .\35 u\24\28narrow\29  + *,
  .\34 u\24\28narrow\29  + *,
  .\33 u\24\28narrow\29  + *,
  .\32 u\24\28narrow\29  + *,
  .\31 u\24\28narrow\29  + * {
    clear: left;
  }

  .\-11u\28narrow\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28narrow\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28narrow\29 {
    margin-left: 75%;
  }

  .\-8u\28narrow\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28narrow\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28narrow\29 {
    margin-left: 50%;
  }

  .\-5u\28narrow\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28narrow\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28narrow\29 {
    margin-left: 25%;
  }

  .\-2u\28narrow\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28narrow\29 {
    margin-left: 8.33333%;
  }
}
@media screen and (max-width: 960px) {
  .row > * {
    padding: 20px 0 0 20px;
  }

  .row {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 00\25  > * {
    padding: 40px 0 0 40px;
  }

  .row.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform.\32 00\25  > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.\31 50\25  > * {
    padding: 30px 0 0 30px;
  }

  .row.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.uniform.\31 50\25  > * {
    padding: 30px 0 0 30px;
  }

  .row.uniform.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.\35 0\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\35 0\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.\32 5\25  > * {
    padding: 5px 0 0 5px;
  }

  .row.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .row.uniform.\32 5\25  > * {
    padding: 5px 0 0 5px;
  }

  .row.uniform.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .\31 2u\28narrower\29, .\31 2u\24\28narrower\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28narrower\29, .\31 1u\24\28narrower\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28narrower\29, .\31 0u\24\28narrower\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28narrower\29, .\39 u\24\28narrower\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28narrower\29, .\38 u\24\28narrower\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28narrower\29, .\37 u\24\28narrower\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28narrower\29, .\36 u\24\28narrower\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28narrower\29, .\35 u\24\28narrower\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28narrower\29, .\34 u\24\28narrower\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28narrower\29, .\33 u\24\28narrower\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28narrower\29, .\32 u\24\28narrower\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28narrower\29, .\31 u\24\28narrower\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28narrower\29  + *,
  .\31 1u\24\28narrower\29  + *,
  .\31 0u\24\28narrower\29  + *,
  .\39 u\24\28narrower\29  + *,
  .\38 u\24\28narrower\29  + *,
  .\37 u\24\28narrower\29  + *,
  .\36 u\24\28narrower\29  + *,
  .\35 u\24\28narrower\29  + *,
  .\34 u\24\28narrower\29  + *,
  .\33 u\24\28narrower\29  + *,
  .\32 u\24\28narrower\29  + *,
  .\31 u\24\28narrower\29  + * {
    clear: left;
  }

  .\-11u\28narrower\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28narrower\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28narrower\29 {
    margin-left: 75%;
  }

  .\-8u\28narrower\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28narrower\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28narrower\29 {
    margin-left: 50%;
  }

  .\-5u\28narrower\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28narrower\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28narrower\29 {
    margin-left: 25%;
  }

  .\-2u\28narrower\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28narrower\29 {
    margin-left: 8.33333%;
  }
}
@media screen and (max-width: 736px) {
  .row > * {
    padding: 20px 0 0 20px;
  }

  .row {
    margin: -20px 0 -1px -20px;
  }

  .row.uniform > * {
    padding: 20px 0 0 20px;
  }

  .row.uniform {
    margin: -20px 0 -1px -20px;
  }

  .row.\32 00\25  > * {
    padding: 40px 0 0 40px;
  }

  .row.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.uniform.\32 00\25  > * {
    padding: 40px 0 0 40px;
  }

  .row.uniform.\32 00\25 {
    margin: -40px 0 -1px -40px;
  }

  .row.\31 50\25  > * {
    padding: 30px 0 0 30px;
  }

  .row.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.uniform.\31 50\25  > * {
    padding: 30px 0 0 30px;
  }

  .row.uniform.\31 50\25 {
    margin: -30px 0 -1px -30px;
  }

  .row.\35 0\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.uniform.\35 0\25  > * {
    padding: 10px 0 0 10px;
  }

  .row.uniform.\35 0\25 {
    margin: -10px 0 -1px -10px;
  }

  .row.\32 5\25  > * {
    padding: 5px 0 0 5px;
  }

  .row.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .row.uniform.\32 5\25  > * {
    padding: 5px 0 0 5px;
  }

  .row.uniform.\32 5\25 {
    margin: -5px 0 -1px -5px;
  }

  .\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
    width: 100%;
    clear: none;
    margin-left: 0;
  }

  .\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
    width: 91.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
    width: 83.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\39 u\28mobile\29, .\39 u\24\28mobile\29 {
    width: 75%;
    clear: none;
    margin-left: 0;
  }

  .\38 u\28mobile\29, .\38 u\24\28mobile\29 {
    width: 66.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\37 u\28mobile\29, .\37 u\24\28mobile\29 {
    width: 58.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\36 u\28mobile\29, .\36 u\24\28mobile\29 {
    width: 50%;
    clear: none;
    margin-left: 0;
  }

  .\35 u\28mobile\29, .\35 u\24\28mobile\29 {
    width: 41.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\34 u\28mobile\29, .\34 u\24\28mobile\29 {
    width: 33.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\33 u\28mobile\29, .\33 u\24\28mobile\29 {
    width: 25%;
    clear: none;
    margin-left: 0;
  }

  .\32 u\28mobile\29, .\32 u\24\28mobile\29 {
    width: 16.6666666667%;
    clear: none;
    margin-left: 0;
  }

  .\31 u\28mobile\29, .\31 u\24\28mobile\29 {
    width: 8.3333333333%;
    clear: none;
    margin-left: 0;
  }

  .\31 2u\24\28mobile\29  + *,
  .\31 1u\24\28mobile\29  + *,
  .\31 0u\24\28mobile\29  + *,
  .\39 u\24\28mobile\29  + *,
  .\38 u\24\28mobile\29  + *,
  .\37 u\24\28mobile\29  + *,
  .\36 u\24\28mobile\29  + *,
  .\35 u\24\28mobile\29  + *,
  .\34 u\24\28mobile\29  + *,
  .\33 u\24\28mobile\29  + *,
  .\32 u\24\28mobile\29  + *,
  .\31 u\24\28mobile\29  + * {
    clear: left;
  }

  .\-11u\28mobile\29 {
    margin-left: 91.66667%;
  }

  .\-10u\28mobile\29 {
    margin-left: 83.33333%;
  }

  .\-9u\28mobile\29 {
    margin-left: 75%;
  }

  .\-8u\28mobile\29 {
    margin-left: 66.66667%;
  }

  .\-7u\28mobile\29 {
    margin-left: 58.33333%;
  }

  .\-6u\28mobile\29 {
    margin-left: 50%;
  }

  .\-5u\28mobile\29 {
    margin-left: 41.66667%;
  }

  .\-4u\28mobile\29 {
    margin-left: 33.33333%;
  }

  .\-3u\28mobile\29 {
    margin-left: 25%;
  }

  .\-2u\28mobile\29 {
    margin-left: 16.66667%;
  }

  .\-1u\28mobile\29 {
    margin-left: 8.33333%;
  }
}
/* Wide */
@media screen and (min-width: 961px) and (max-width: 5000px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 17pt;
  }

  /* Search and Social */
  #header .bottom {
    position: absolute !important;
    margin: 0 !important;
  }
  #header .search {
    display: block !important;
  }

  .container {
    width: 1500px !important;
    padding: 0 20px;
  }

  /* NAV */
  #nav {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #nav:after {
    content: " ";
    display: block;
    clear: both;
  }
  #nav ul {
    position: absolute;
    top: 85px;
    width: 80% !important;
    margin: 0 auto;
    margin-left: 50%;
    left: -40%;
  }
  #nav ul li {
    float: left;
    width: 15.09434%;
    float: left;
    margin-right: 1.88679%;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
  }
  #nav ul li:last-of-type {
    float: right;
    margin-right: 0;
  }
  #nav ul li a {
    display: block;
    padding: 0.5em 1.5em 0.5em 1.5em;
    color: #FFF;
    text-decoration: none;
    outline: 0;
    border: 0;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    font-family: "proxima-nova",sans-serif;
    font-weight: bold;
  }
  #nav ul li a span {
    position: relative;
    display: block;
    font-size: 0.7em;
  }
  #nav ul li a.active, #nav ul li a:hover {
    border-bottom: #fff dotted 1px;
    padding-bottom: 0.5em;
    width: auto;
  }
  #nav.sf-menu li {
    position: relative;
  }
  #nav.sf-menu ul ul {
    position: absolute;
    display: none;
    top: 100%;
    left: -20px !important;
    z-index: 99;
    background: url('/images/rgbapng/0e55fcd9-5.png?1439407891');
    background: rgba(14, 85, 252, 0.85);
    width: 185px !important;
  }
  #nav.sf-menu ul ul li {
    text-align: left;
    width: auto;
    float: none;
    padding: 1.5em 2em 0 !important;
  }
  #nav.sf-menu ul ul li:first-of-type {
    background-image: url(/images/326/assets/images/sf-menu-bg.png);
    background-position: 0 20px;
    background-repeat: no-repeat;
  }
  #nav.sf-menu ul ul li a {
    color: #FFF;
    font-size: 1.5em;
    padding: 1em 2em;
  }
  #nav.sf-menu > li {
    float: left;
  }
  #nav.sf-menu li:hover > ul, #nav.sf-menu li.sfHover > ul {
    display: block;
  }
  #nav.sf-menu a {
    display: block;
    position: relative;
  }

  #header .bottom {
    right: 100px !important;
  }

  /* Slideshow / Main */
  #main {
    top: -250px;
  }
  #main #content {
    width: 65.85366%;
    float: left;
    margin-right: 2.43902%;
  }
  #main #sidebar {
    width: 31.70732%;
    float: right;
    margin-right: 0;
  }
  #main .header-text {
    text-align: left;
    position: absolute;
    bottom: 50px;
    font-size: 1.5em;
  }
  #main .menu {
    width: 90%;
  }

  /* Bottom */
  #bottom {
    margin: -250px auto 0;
    width: 1500px !important;
  }
  #bottom .story {
    width: 65.85366%;
    float: left;
    margin-right: 2.43902%;
  }
  #bottom .location {
    width: 31.70732%;
    float: left;
    margin-right: 2.43902%;
    float: right;
    margin-right: 0;
  }
}
/* Normal */
@media screen and (min-width: 961px) and (max-width: 1620px) {
  /* Main */
  .container {
    padding: 0 2em 0 2em;
    width: 100% !important;
  }
}
/* Narrow */
@media screen and (min-width: 961px) and (max-width: 1320px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 16pt;
  }

  .container {
    padding: 0 2em 0 2em;
    width: 100%;
  }

  /* Nav */
  #id ul li a {
    font-size: 0.8em;
  }

  /* List */
  ul.icons li a {
    width: 1.75em;
  }

  /* Item */
  .item {
    margin-bottom: 20px;
  }

  #nav ul li a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #nav ul li a span {
    padding-right: 2.25em;
  }
  #nav ul li a span:before {
    left: 100%;
    margin-left: -1.25em;
    line-height: 2.25em;
  }
}
/* Narrower */
#headerToggle {
  display: none;
}

@media screen and (max-width: 960px) {
  /* Basic */
  html, body {
    overflow-x: hidden;
  }

  body, input, textarea, select {
    font-size: 16pt;
  }

  .container {
    padding: 0 2em 0 2em;
  }

  /* Item */
  .item {
    margin-bottom: 15px;
  }

  /* List */
  ul.icons a {
    width: 1.75em;
    font-size: 1.25em;
  }

  /* Header */
  #header {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 10002;
    width: 200px;
    background-color: #222729;
    box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.125);
  }
  #header .top {
    position: relative;
  }

  #logo {
    padding: 1.5em 1.25em 1.25em 1.25em;
  }

  #nav ul li a {
    padding: 0.5em 1.25em 0.5em 1.25em;
  }

  #headerToggle {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 2.25em;
    left: 0;
    position: fixed;
    top: 0;
    width: 3.25em;
    z-index: 10001;
  }
  #headerToggle .toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
  }
  #headerToggle .toggle:before {
    font-family: modicons;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'H';
    color: #fff;
    font-size: 18px;
    line-height: 2.25em;
    background: rgba(128, 136, 144, 0.5);
    border-radius: 0.35em;
    text-align: center;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    display: block;
    width: 3.25em;
    height: 2.25em;
    line-height: 2.25em;
  }

  body.header-visible #main {
    -moz-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  body.header-visible #headerToggle {
    -moz-transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  body.header-visible #header {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  /* Footer */
  #footer {
    margin-left: 0;
  }

  /* Main */
  #main {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
    margin-left: 0;
  }
  #main > section {
    padding: 3em 0;
  }
}
/* Mobile */
@media screen and (max-width: 736px) {
  /* Header */
  .header-text {
    position: relative !important;
    margin: 50px auto 0;
    text-align: center !important;
    bottom: 0 !important;
    border-bottom: 1pix solid #2e76fb;
  }
  .header-text h1 {
    font-size: 1.5em;
  }

  /* Nav */
  .sf-menu ul ul {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
  }

  /* Basic */
  body, input, textarea, select {
    font-size: 14pt;
  }

  h2 {
    font-size: 1.5em;
    letter-spacing: 0;
    font-weight: 300;
  }

  .container {
    padding: 0 15px 0 15px;
  }

  .header-text {
    position: relative !important;
    top: 0 !important;
    margin: 50px 0 !important;
  }
  .header-text .button, .header-text .cmsi-showcase-list a.cmsi-module-showcase-back, .cmsi-showcase-list .header-text a.cmsi-module-showcase-back, .header-text .cmsi-showcase-list a.cmsi-showcase-readmore, .cmsi-showcase-list .header-text a.cmsi-showcase-readmore, .header-text .cmsi-showcase-list a.checkout, .cmsi-showcase-list .header-text a.checkout, .header-text .cmsi-module-showcase-detail a.cmsi-module-showcase-back, .cmsi-module-showcase-detail .header-text a.cmsi-module-showcase-back, .header-text .cmsi-module-showcase-detail a.cmsi-showcase-readmore, .cmsi-module-showcase-detail .header-text a.cmsi-showcase-readmore, .header-text .cmsi-module-showcase-detail a.checkout, .cmsi-module-showcase-detail .header-text a.checkout {
    border-color: #1565fb;
    color: #1565fb !important;
  }
  .header-text .button:hover, .header-text .cmsi-showcase-list a.cmsi-module-showcase-back:hover, .cmsi-showcase-list .header-text a.cmsi-module-showcase-back:hover, .header-text .cmsi-showcase-list a.cmsi-showcase-readmore:hover, .cmsi-showcase-list .header-text a.cmsi-showcase-readmore:hover, .header-text .cmsi-showcase-list a.checkout:hover, .cmsi-showcase-list .header-text a.checkout:hover, .header-text .cmsi-module-showcase-detail a.cmsi-module-showcase-back:hover, .cmsi-module-showcase-detail .header-text a.cmsi-module-showcase-back:hover, .header-text .cmsi-module-showcase-detail a.cmsi-showcase-readmore:hover, .cmsi-module-showcase-detail .header-text a.cmsi-showcase-readmore:hover, .header-text .cmsi-module-showcase-detail a.checkout:hover, .cmsi-module-showcase-detail .header-text a.checkout:hover {
    border-color: #0e55fc;
    color: #0e55fc !important;
  }

  /* List */
  ul.icons a {
    width: 1.75em;
    font-size: 1.5em;
  }

  /* Main */
  #main > section {
    padding: 2em 0;
  }
  #main section.cover header {
    padding: 0 1em;
  }
  #main section .menu {
    width: 100%;
  }

  #footer .copyright li {
    display: block;
    line-height: 1.25em;
    border: 0;
    padding: 0;
    margin: 1em 0 0 0;
  }
  #footer .copyright li:first-child {
    margin-top: 0;
  }
}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/* Home */
body.home .menu {
  width: 100%;
  margin: 40px auto 0;
}
body.home .menu ul {
  text-align: center;
}
body.home .menu ul li, li img {
  display: inline;
  padding: 15px;
}

/* Inner */
body.inner table tr {
  border-bottom: 1px solid #FFF;
  padding: 20px !important;
}
body.inner table tr td {
  text-align: left;
  vertical-align: middle !important;
  padding: 1em 0;
}
body.inner table tr td strong {
  color: #FFF;
  font-weight: 40;
  font-size: 1.25em;
}
body.inner table tr td p, body.inner table tr td td {
  padding: 0 !important;
  margin: 0 !important;
}

/* Location / Map */
iframe {
  padding-top: 2em !important;
}

/* Menu Pages */
@media screen and (max-width: 736px) {
  .inner table tr td {
    float: left;
  }
}
