                 /*!
Animate.css - http://daneden.me/animate
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Ubuntu:300,400|Exo:500);
.btn, .flex-manual .switch, .icon, .overlay, .package-detail li, .package-price, .package-title, .socials a, .switch p, .tab-desc, .tab-info, .tab-title, a, span {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

@-webkit-keyframes bounce {
  0%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%,100%,20%,50%,80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

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

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

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

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

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.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 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.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;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

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

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

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

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

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    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% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

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

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

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

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.wsmenuexpandermain {
  position: relative; }

.overlapblackbg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer; }

.overlapblackbg.open {
  display: block; }

.wsmenu {
  font-family: "archivo_narrowregular", Arial, Helvetica, sans-serif;
  color: #111;
  position: relative;
  font-size: 17px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px; }

/* MAIN */
.wsmenuexpandermain {
  display: block !important;
  z-index: 101;
  top: 0;
  right: 0; }

.wsmenu-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.wsmenu {
  width: 400px;
  height: 0;
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  background-color: #FFF;
  border-radius: 0px;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: none; }

.wsmenucontent {
  z-index: 1; }

/* Navigation arrow Animation */
.animated-arrow {
  position: absolute;
  right: 0;
  top: 0; }

.animated-arrow {
  cursor: pointer;
  padding: 10px 30px 16px 0px;
  margin: 30px 30px 0px 10px; }

.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  border-radius: 2px;
  width: 32px;
  background: #111;
  position: absolute;
  display: block;
  content: ''; }

.animated-arrow span:before {
  top: -10px; }

.animated-arrow span:after {
  bottom: -10px; }

.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
  transition: all 500ms ease-in-out; }

.animated-arrow.open span {
  background-color: transparent; }

.animated-arrow.open span:before, .animated-arrow.active span:after {
  top: 0; }

.animated-arrow.open span:after, .animated-arrow.active span:after {
  bottom: 0; }

.animated-arrow.open span:before {
  background: #111;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 0px; }

.animated-arrow.open span:after {
  background: #111;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

ul {
  list-style: none;
  -webkit-padding-start: 0; }

/* SASS
------------------------------------------------------------------------ */
/* Body, Wraps, Basic
------------------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

iframe {
  display: none; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #fff;
  line-height: 1.4;
  font-size: 1em; }

body, html {
  height: 100%; }

h1, h2, h3, h4, h6 {
  line-height: 1.1;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400; }

strong {
  color: #555; }

section h2 {
  text-align: left;
  font-size: 2em;
  margin-bottom: 5px;
  padding-bottom: 8px;
  display: inline-block; }
section h3 {
  font-size: 1.4em;
  text-align: left;
  font-weight: 400;
  line-height: 1.6em; }
section h4 {
  text-align: left;
  font-size: 1.4em;
  margin-bottom: 20px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #414141; }
section .no-underline {
  border: 0; }

a {
  text-decoration: none;
  color: #675dc6; }

a:hover {
  color: #b6b3df;
  text-decoration: none; }

img {
  vertical-align: middle; }

ul {
  margin-top: 0;
  margin-bottom: 10px; }

::selection {
  background: #b6b3df;
  color: #fff; }

::-moz-selection {
  background: #b6b3df;
  color: #fff; }

.page-wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -400px; }

.page-wrap:after {
  content: "";
  display: block; }

.container, section, footer {
  padding: 2% 5%; }

@media (min-width: 740px) {
  .container, section, footer {
    padding: 2% 6%; } }
@media (min-width: 992px) {
  .container, section, footer {
    padding: 1% 10%; } }
@media (min-width: 1200px) {
  .container, section, footer {
    padding: 1% 18%; } }
.adwords {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.activation_code {
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 80%;
  background-color: yellow; }

/* Column
------------------------------------------------------------------------ */
.row:after {
  display: block;
  clear: both;
  content: ''; }

.row {
  margin: 0 auto; }
  .row + .row {
    margin-top: 3%; }

@media (min-width: 992px) {
  [class^="col-"] {
    float: left;
    margin-right: 3%; }
    [class^="col-"]:last-child {
      margin-right: 0%; }

  .col-1 {
    width: 5.5833333333%; }

  .col-2 {
    width: 17.5%; }

  .col-3 {
    width: 22.75%; }

  .col-4 {
    width: 31.3333333333%; }

  .col-5 {
    width: 39.9166666667%; }

  .col-6 {
    width: 48.5%; }

  .col-7 {
    width: 57.0833333333%; }

  .col-8 {
    width: 65.6666666667%; }

  .col-9 {
    width: 74.25%; }

  .col-10 {
    width: 82.8333333333%; }

  .col-11 {
    width: 91.4166666667%; }

  .col-12 {
    width: 100%; }

  [class^="col-"] > p {
    margin: 0; }

  [class^="col-"] > button {
    font-size: 1em;
    margin-top: 45px; } }
@media (min-width: 740px) {
  [class^="col-sm"] {
    float: left;
    margin-right: 3%; }
    [class^="col-sm"]:last-child {
      margin-right: 0%; }

  .col-sm-1 {
    width: 5.5833333333%; }

  .col-sm-2 {
    width: 14.1666666667%; }

  .col-sm-3 {
    width: 22.75%; }

  .col-sm-4 {
    width: 31.3333333333%; }

  .col-sm-5 {
    width: 39.9166666667%; }

  .col-sm-6 {
    width: 48.5%; }

  .col-sm-7 {
    width: 57.0833333333%; }

  .col-sm-8 {
    width: 65.6666666667%; }

  .col-sm-9 {
    width: 74.25%; }

  .col-sm-10 {
    width: 82.8333333333%; }

  .col-sm-11 {
    width: 91.4166666667%; }

  .col-sm-12 {
    width: 100%; } }
/* Helpers
------------------------------------------------------------------------ */
.analyzer-color {
  color: #c724b1; }

.viewer-color {
  color: #77c5d5; }

.kindred-color {
  color: #f38a00; }

.javelin-color {
  color: #6eca97; }

.exporter-color {
  color: #aa989c; }

.highlight {
  background: #F3F315; }

.mobile-inline, .mobile-block, .index-br {
  display: none; }

.clear {
  clear: both; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-50 {
  margin-top: 50px !important; }

.ml-50 {
  margin-left: -50px !important; }

.mt-100 {
  margin-top: 100px !important; }

.pt-0 {
  padding-top: 0 !important; }

.font-small {
  font-size: 10pt; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.center-content {
  text-align: center;
  margin: 0 auto; }

.animated-delay-2 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.animated-delay-4 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.animated-delay-6 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

.animated-delay-8 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

@media (min-width: 992px) {
  .mobile-block {
    display: block; }

  .mobile-inline {
    display: inline-block; } }
/* Logos
------------------------------------------------------------------------ */
.steelray-logo h1 {
  display: inline-block;
  font-weight: 500;
  font-family: "Exo", sans-serif; }

svg .steelray-one {
  fill: #b6b3df; }
svg .steelray-two {
  fill: #a9a4df; }
svg .steelray-three {
  fill: #8c84d6; }
svg .steelray-four {
  fill: #675dc6; }

/* Buttons
------------------------------------------------------------------------ */
.btn-width {
  width: 100% !important; }

.btn {
  line-height: 1.42857143;
  border-radius: 2px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 100%;
  padding: 7px 15px;
  border: solid 2px;
  background: transparent;
  -moz-box-shadow: 0px 3px 0px 0px;
  -webkit-box-shadow: 0px 3px 0px 0px;
  box-shadow: 0px 3px 0px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:hover, .btn:focus {
  color: #fff !important; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0;
  outline-offset: 0px; }

.btn-viewer {
  border-color: #77c5d5;
  color: #77c5d5 !important;
  -moz-box-shadow: #77c5d5;
  -webkit-box-shadow: #77c5d5;
  box-shadow: #77c5d5; }

.btn-viewer:hover, .btn-viewer:focus {
  background-color: #77c5d5; }

.btn-viewer:active {
  background: #89b2e7; }

.btn-kindred {
  border-color: #f38a00;
  color: #f38a00;
  -moz-box-shadow: #f38a00;
  -webkit-box-shadow: #f38a00;
  box-shadow: #f38a00; }

.btn-kindred:hover, .btn-kindred:focus {
  background-color: #f38a00; }

.btn-kindred:active {
  background: #f3aa20; }

.btn-analyzer {
  border-color: #c724b1;
  color: #c724b1 !important;
  -moz-box-shadow: #c724b1;
  -webkit-box-shadow: #c724b1;
  box-shadow: #c724b1; }

.btn-analyzer:hover, .btn-analyzer:focus {
  background-color: #c724b1; }

.btn-analyzer:active {
  background: #e734c1; }

.btn-javelin {
  border-color: #6eca97;
  color: #6eca97 !important;
  -moz-box-shadow: #6eca97;
  -webkit-box-shadow: #6eca97;
  box-shadow: #6eca97; }

.btn-javelin:hover, .btn-javelin:focus {
  background-color: #6eca97; }

.btn-javelin:active {
  background: #8eeab7; }

.btn-exporter {
  border-color: #aa989c;
  color: #aa989c !important;
  -moz-box-shadow: #aa989c;
  -webkit-box-shadow: #aa989c;
  box-shadow: #aa989c; }

.btn-exporter:hover, .btn-exporter:focus {
  background-color: #aa989c; }

.btn-exporter:active {
  background: #cab8bc; }

.btn-steelray {
  border-color: #675dc6;
  color: #675dc6 !important;
  -moz-box-shadow: #675dc6;
  -webkit-box-shadow: #675dc6;
  box-shadow: #675dc6; }

.btn-steelray:hover, .btn-steelray:focus {
  background-color: #675dc6; }

.btn-steelray:active {
  background: #b6b3df; }

.btn-grey {
  border-color: #414141;
  color: #414141 !important;
  -moz-box-shadow: #414141;
  -webkit-box-shadow: #414141;
  box-shadow: #414141; }

.btn-grey:hover, .btn-grey:focus {
  background-color: #414141; }

.btn-grey:active {
  background: #616161; }

.back-to-top {
  display: none; }

.arrow-up {
  display: none; }

@media (min-width: 992px) {
  .back-to-top {
    display: none;
    text-align: center;
    border: none;
    background: #414141;
    border-radius: 2px;
    width: 35px;
    height: 35px;
    font-size: 12px;
    position: fixed;
    right: 5%;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999; }

  .back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

  .arrow-up {
    display: block;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%; }
    .arrow-up path {
      fill: #fff; } }
/* Steelray Header & Nav
------------------------------------------------------------------------ */
.drop-navigation .header {
  background: transparent;
  min-height: 75px; }
  .drop-navigation .header h3 {
    margin-top: 5%;
    font-family: "Ubuntu", sans-serif;
    font-size: 24pt;
    font-weight: 300;
    letter-spacing: 5px;
    -webkit-animation-delay: .3s;
    /* Chrome, Safari, Opera */
    animation-delay: .3s; }
  .drop-navigation .header .steelray-logo {
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    margin: 0;
    display: inline-block;
    margin-top: 8px;
    padding-left: 5%;
    z-index: 3; }
    .drop-navigation .header .steelray-logo svg {
      width: 30px;
      margin-right: 3px;
      margin-bottom: -3px; }
    .drop-navigation .header .steelray-logo h1 {
      font-size: 1.8em;
      color: #000; }
.drop-navigation .nav {
  list-style: none;
  height: 100%; }
  .drop-navigation .nav svg {
    width: 36px;
    margin-right: 5px;
    margin-bottom: -5px; }
  .drop-navigation .nav h1 {
    font-size: 20pt; }
  .drop-navigation .nav .inside-logo {
    padding-top: 2%;
    padding-left: 8%; }
  .drop-navigation .nav .links {
    height: 95%;
    padding-left: 8%;
    padding-right: 8%; }
  .drop-navigation .nav h4 {
    width: auto;
    display: inline-block;
    font-size: 1.4em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #414141; }
  .drop-navigation .nav a {
    color: #414141; }
  .drop-navigation .nav a:hover {
    padding-left: 5px;
    color: #b6b3df; }

.social-wrap-menu {
  position: absolute;
  font-size: 30px;
  right: 0;
  top: 0;
  margin: 110px 30px 0px 10px; }
  .social-wrap-menu li {
    margin-bottom: 30px; }

.logo-nav {
  margin-left: 9%;
  width: 210px;
  margin-top: 25px; }

.nav-wrap {
  width: 100%;
  height: 80px; }

.menu {
  position: absolute !important; }

@media (min-width: 992px) {
  .drop-navigation .header {
    text-align: left;
    padding-left: 5%; }
    .drop-navigation .header .steelray-logo {
      margin-top: 25px; }
      .drop-navigation .header .steelray-logo svg {
        margin-right: 7px;
        margin-bottom: -4px;
        width: 30px; }
      .drop-navigation .header .steelray-logo h1 {
        margin-top: 0;
        font-size: 1.8em; }

  .drop-navigation .index .header h3 {
    font-size: 32pt; }
  .drop-navigation .wsmenu.open {
    height: 500px;
    height: 65vh; }
  .drop-navigation .header img {
    margin: 0 auto;
    margin-top: 25px;
    float: none;
    width: 249px; }
  .drop-navigation .nav {
    height: 100%; }
    .drop-navigation .nav .inside-logo {
      height: 25%;
      padding: 0;
      width: 80%;
      margin: 0 auto;
      border-left: 1px solid #b6b3df; }
      .drop-navigation .nav .inside-logo .steelray-logo {
        padding-top: 3%; }
    .drop-navigation .nav .links {
      height: 75%;
      padding: 0;
      width: 80%;
      margin: 0 auto;
      border-left: 1px solid #b6b3df; }
    .drop-navigation .nav .col-4 {
      height: 100%;
      border-right: 1px solid #b6b3df;
      margin-right: 2%; }
    .drop-navigation .nav .col-4:nth-child(1) {
      padding-left: 2%; }
    .drop-navigation .nav .col-4:nth-child(3) {
      border-right: 0;
      margin-right: 0; }
  .drop-navigation .nav a {
    font-size: 14pt; } }
@media (min-width: 1200px) {
  .drop-navigation .header .steelray-logo {
    margin-top: 40px; }
    .drop-navigation .header .steelray-logo h1 {
      margin-top: 0; }
  .drop-navigation .nav .inside-logo {
    width: 83%; }
  .drop-navigation .nav .links {
    width: 83%; }
  .drop-navigation .logo-nav {
    margin: 0 auto;
    margin-top: 50px; }
  .drop-navigation .social-wrap-menu {
    margin: 130px 50px 0px 10px; }
  .drop-navigation .animated-arrow {
    margin: 55px 50px 0px 10px; } }
.wsmenuexpandermain {
  z-index: 9999999;
  position: fixed; }

.overlapblackbg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer; }

.overlapblackbg.open {
  display: block; }

.wsmenu {
  color: #111;
  position: relative;
  font-size: 17px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px; }

.wsmenuexpandermain {
  display: block !important;
  top: 0;
  right: 0;
  left: 0; }

.wsmenu-rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.wsmenu {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  margin: 0;
  background-color: #FFF;
  border-radius: 0px;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: none; }

.wsmenu.open {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.wsmenu.close {
  display: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.wsmenucontent {
  z-index: 1; }

.animated-arrow {
  position: absolute;
  right: 0;
  top: 0; }

.animated-arrow {
  cursor: pointer;
  padding: 10px 30px 16px 0px; }

.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
  cursor: pointer;
  border-radius: 3px;
  height: 5px;
  width: 32px;
  background: #111;
  position: absolute;
  display: block;
  content: ''; }

.animated-arrow span:before {
  top: -10px; }

.animated-arrow span:after {
  bottom: -10px; }

.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
  transition: all 500ms ease-in-out; }

.animated-arrow.open span {
  background-color: transparent; }

.animated-arrow.open span:before {
  background: #111;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 0px; }

.animated-arrow.open span:after {
  background: #111;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

/* Steelray Index Col
------------------------------------------------------------------------ */
.black {
  color: #000 !important; }

.black-bg {
  background: #000 !important; }

.index .top {
  color: #fff;
  padding: 0;
  background: #b6b3df;
  background-image: url(../img/bg-index.png);
  background-repeat: repeat;
  padding: 5% 5% 20% 5%; }
  .index .top .header .steelray-logo svg {
    display: none; }
  .index .top .header .steelray-logo h1 {
    color: #fff; }
  .index .top .animated-arrow span, .index .top .animated-arrow span:before, .index .top .animated-arrow span:after {
    background: #fff; }
  .index .top .animated-arrow.open span:after, .index .top .animated-arrow.open span:before {
    background: #111; }
  .index .top h5 {
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.1em;
    text-align: left;
    margin-bottom: 25px; }
  .index .top h6 {
    max-width: 400px;
    margin-top: 0;
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    text-align: left;
    border: 0; }
  .index .top .col-6 svg {
    margin-top: 10px;
    width: 25px;
    fill: #fff; }
  .index .top img {
    display: none; }
.index .main {
  margin-top: -70px; }
  .index .main img {
    display: none; }
  .index .main .viewer {
    border-top: solid 10px #77c5d5; }
  .index .main .viewer:hover {
    -webkit-box-shadow: 0px -6px 20px -6px #77c5d5;
    box-shadow: 0px -6px 20px -6px #77c5d5; }
  .index .main .kindred {
    border-top: solid 10px #f38a00; }
  .index .main .kindred:hover {
    -webkit-box-shadow: 0px -6px 20px -6px #f38a00;
    box-shadow: 0px -6px 20px -6px #f38a00; }
  .index .main .analyzer {
    border-top: solid 10px #c724b1; }
  .index .main .analyzer:hover {
    -webkit-box-shadow: 0px -6px 20px -6px #c724b1;
    box-shadow: 0px -6px 20px -6px #c724b1; }
  .index .main .javelin {
    border-top: solid 10px #6eca97; }
  .index .main .javelin:hover {
    -webkit-box-shadow: 0px -6px 20px -6px #6eca97;
    box-shadow: 0px -6px 20px -6px #6eca97; }
  .index .main .exporter {
    border-top: solid 10px #aa989c; }
  .index .main .exporter:hover {
    -webkit-box-shadow: 0px -6px 20px -6px #aa989c;
    box-shadow: 0px -6px 20px -6px #aa989c; }
  .index .main a {
    color: #000; }
  .index .main a:hover {
    color: #000; }
  .index .main .container {
    cursor: pointer;
    padding: 20% 15% 20% 15%;
    background: #eee;
    background: -moz-linear-gradient(top, #eeeeee 21%, #f4f4f4 48%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #eeeeee 21%, #f4f4f4 48%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #eeeeee 21%, #f4f4f4 48%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#00ffffff',GradientType=0 );
    margin-bottom: 30px; }
  .index .main .viewer svg {
    margin-bottom: -7px;
    margin-right: 5px;
    width: 25px;
    display: inline; }
  .index .main .kindred svg {
    margin-bottom: -4px;
    margin-right: 3px;
    width: 35px;
    display: inline; }
  .index .main .analyzer svg {
    margin-bottom: -8px;
    margin-right: 5px;
    width: 27px;
    display: inline; }
  .index .main .javelin svg {
    margin-bottom: -7px;
    margin-right: 5px;
    width: 25px;
    display: inline; }
  .index .main .exporter svg {
    margin-bottom: -7px;
    margin-right: 4px;
    width: 25px;
    display: inline; }
  .index .main h1 {
    display: inline;
    font-size: 1.4em;
    font-family: "Exo", sans-serif; }
  .index .main h2 {
    margin-top: 30px;
    display: block;
    font-size: 1.2em; }
  .index .main p {
    padding-right: 25%; }
  .index .main .btn {
    margin-top: 15px; }
  .index .main button {
    display: block; }

@media (min-width: 740px) {
  .index .top {
    padding-left: 6%;
    padding-bottom: 15%; }
  .index .main img {
    display: block;
    width: 110%;
    margin-left: -20px; }
  .index .main .img {
    width: 500px;
    height: 500px;
    position: absolute;
    right: 0;
    margin-top: -460px;
    overflow: hidden;
    z-index: 1; }
  .index .main .container {
    position: relative;
    z-index: 2;
    max-width: 500px;
    padding: 15% 10% 15% 10%; } }
@media (min-width: 992px) {
  .index .top h6 {
    max-width: 600px; }
  .index .main img {
    width: 100%; }
  .index .main .img {
    right: 8%; } }
@media (min-width: 1200px) {
  .index .top {
    padding: 5% 15% 12% 15%; }
    .index .top h5, .index .top h6 {
      padding-right: 20%; }
    .index .top h6 {
      font-size: 1.1em;
      max-width: 700px;
      margin: 0 auto;
      margin-bottom: 3%; }
    .index .top img {
      display: block;
      width: 100%; }
  .index .main {
    padding: 0; }
    .index .main .img {
      display: none; }
    .index .main .row {
      padding-left: 1.2%;
      padding-right: 1%; }
    .index .main .container {
      background: #eee;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      border-bottom: 2px solid #ddd;
      border-radius: 5px;
      min-height: 640px;
      width: 32.5%;
      padding: 110px 1.2% 8% 1.2%; }
    .index .main [class^="container"] {
      float: left;
      margin-right: 1%; }
    .index .main h1 {
      font-size: 1.2em; }
    .index .main h2 {
      margin-top: 60px; }
    .index .main .exporter {
      margin-right: 0; }
    .index .main .container:hover {
      transition: all 500ms ease-in-out; } }
@media (min-width: 1400px) {
  .index .top h5 {
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 80px; }
  .index .top h6 {
    padding-left: 10%;
    padding-right: 35%; }
  .index .top svg {
    margin-left: 10%; }
  .index .main h1 {
    font-size: 1.3em; }
  .index .main h2 {
    font-size: 1.4em; } }
/* Steelray Sections
------------------------------------------------------------------------ */
.full-width {
  padding: 0 !important; }

.padded {
  padding: 40px 200px; }

.jav-col {
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 30px;
  height: auto;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }

.jav-col:hover {
  background: #d7d4ff; }

/* Steelray About contact
------------------------------------------------------------------------ */
.about section img, .contact section img {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block; }
.about .title, .contact .title {
  padding-top: 100px; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }

.fourzerofour .row {
  padding: 10%;
  padding-top: 4%; }
.fourzerofour .link-home {
  position: relative;
  background: #fff;
  z-index: 2; }
.fourzerofour #map {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 0; }

.contact section {
  padding-top: 0; }
.contact h4 {
  margin: 0; }

.thank-you .main-row {
  margin-top: 4%; }
  .thank-you .main-row .col {
    margin-bottom: 4%; }
  .thank-you .main-row a {
    color: #414141; }
.thank-you .content h1 {
  font-size: 18pt;
  font-weight: 500;
  font-family: "Exo", sans-serif; }
.thank-you .content h2 {
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
  margin: 40px 0;
  margin-top: 15px;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 1px; }
.thank-you .content img {
  height: 33px;
  width: auto;
  margin-right: 10px; }
.thank-you .content p {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
  width: 80%; }

@media (min-width: 992px) {
  .contact h4 {
    margin: 20px 0; }

  .about form, .contact form {
    margin: 0; }
  .about .based-atlanta, .contact .based-atlanta {
    background: #b6b3df;
    color: #f7f7f7; }
    .about .based-atlanta .col-6, .contact .based-atlanta .col-6 {
      margin-top: 10%;
      padding: 0 2%; }
    .about .based-atlanta h4, .contact .based-atlanta h4 {
      border-bottom: 2px solid #f7f7f7; }
    .about .based-atlanta .atlanta-svg, .contact .based-atlanta .atlanta-svg {
      margin: 0 auto;
      width: 400px; }
      .about .based-atlanta .atlanta-svg path, .contact .based-atlanta .atlanta-svg path {
        fill: #f7f7f7; }
  .about .history, .contact .history {
    padding-top: 50px;
    text-align: center;
    margin: 0 auto; }
  .about .partners h3, .contact .partners h3 {
    border: 0; }
  .about .partners .row, .contact .partners .row {
    margin-top: 50px;
    margin-bottom: 30px; }
    .about .partners .row li, .contact .partners .row li {
      display: inline; }
    .about .partners .row img, .contact .partners .row img {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      max-width: 150px; }
    .about .partners .row p, .contact .partners .row p {
      padding-right: 30px; } }
.timeline {
  position: relative;
  width: 660px;
  margin: 50px auto;
  padding: 1em 0;
  list-style-type: none; }

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #505050;
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  z-index: 5; }

.timeline li {
  padding: 1em 0; }

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right; }

.direction-r {
  position: relative;
  width: 300px;
  float: right; }

.flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center; }

.flag {
  position: relative;
  display: inline;
  background: #f8f8f8;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left; }

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); }

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15); }

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #675dc6;
  z-index: 10; }

.direction-r .flag:before {
  left: -40px; }

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none; }

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none; }

.time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 1em;
  color: #675dc6;
  vertical-align: middle; }

.direction-l .time-wrapper {
  float: left; }

.direction-r .time-wrapper {
  float: right; }

.time {
  display: inline-block;
  padding: 4px 6px;
  background: #f8f8f8; }

.desc {
  margin: 1em 0.75em 0 0;
  font-size: .9em;
  font-style: italic;
  line-height: 1.5em; }

.direction-r .desc {
  margin: 1em 0 0 0.75em; }

@media screen and (max-width: 660px) {
  .timeline {
    width: 100%;
    padding: 4em 0 1em 0; }

  .timeline li {
    padding: 2em 0; }

  .direction-l,
  .direction-r {
    float: none;
    width: 100%;
    text-align: center; }

  .flag-wrapper {
    text-align: center; }

  .flag {
    background: white;
    z-index: 15; }

  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #ff5050;
    z-index: 10; }

  .direction-l .flag:after,
  .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: white;
    border-width: 8px;
    pointer-events: none; }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14; }

  .direction-l .time-wrapper {
    float: none; }

  .direction-r .time-wrapper {
    float: none; }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: whitesmoke;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15; }

  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15; } }
@media screen and (max-width: 660px) {
  .direction-l .desc,
  .direction-r .desc {
    margin: 1em 4em 0 4em; } }
/* Support pages
------------------------------------------------------------------------ */
.support .support-home .contact-box {
  margin-bottom: 2%;
  padding-top: 18px;
  text-align: center;
  height: 150px;
  width: 180px;
  background: #b6b3df;
  color: #fff;
  fill: #fff;
  border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out; }
  .support .support-home .contact-box svg {
    display: block;
    width: 100px;
    margin: 0 auto; }
.support .content h2, .support .content h4, .support .content h3 {
  margin-top: 60px;
  display: block;
  border: 0; }
.support .content h2 a {
  color: #414141; }
.support .content img {
  margin-top: 30px; }

@media (min-width: 992px) {
  .support .support-home {
    min-height: 500px;
    padding-bottom: 4%;
    padding-top: 0;
    margin-top: 3%;
    background: #b6b3df;
    color: #f7f7f7; }
    .support .support-home .contact-box {
      margin-bottom: 2%;
      padding-top: 18px;
      text-align: center;
      height: 150px;
      width: 180px;
      background: #fff;
      color: #b6b3df;
      fill: #b6b3df;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      -webkit-transition: all 500ms ease-out;
      -moz-transition: all 500ms ease-out;
      -ms-transition: all 500ms ease-out;
      transition: all 500ms ease-out; }
    .support .support-home .contact-box:hover {
      color: #675dc6;
      fill: #675dc6; }
    .support .support-home h4 {
      border-color: #f7f7f7; }
    .support .support-home .col-5 {
      padding-right: 2%; }
    .support .support-home a {
      color: #675dc6;
      font-weight: 700; }
    .support .support-home a:hover {
      color: #675dc6; }
  .support .product-list li {
    font-size: 1.4em;
    margin: 5px; }
    .support .product-list li a:hover {
      padding-left: 5px; } }
/* Steelray Simple Guide
------------------------------------------------------------------------ */
.simple-top {
  text-align: center; }
  .simple-top svg {
    margin-top: 50px;
    width: 150px; }
  .simple-top h1 {
    margin-top: 40px;
    margin-bottom: 0; }
  .simple-top h3 {
    margin-top: 50px;
    text-align: center; }
  .simple-top span {
    font-family: "Exo", sans-serif; }
  .simple-top .btn {
    margin-top: 50px;
    margin-right: 10px; }
  .simple-top h6 {
    font-weight: 400;
    font-size: 2em;
    background: #222;
    padding: 20px;
    color: #F3F315;
    letter-spacing: .07em;
    margin-top: 10px;
    margin-bottom: 25px; }
  .simple-top h5 {
    margin-top: 100px; }
  .simple-top a {
    cursor: pointer; }
  .simple-top .row {
    margin-bottom: 100px; }
  .simple-top .col-6 {
    text-align: left;
    padding: 0 5%; }
    .simple-top .col-6 img {
      margin: 10px 0;
      display: block; }

.hidden-div {
  display: none; }
  .hidden-div img {
    max-width: 80%;
    height: auto;
    margin: 10px 0;
    display: block; }
  .hidden-div section {
    padding-top: 100px;
    padding-bottom: 100px; }
  .hidden-div section:nth-child(even) {
    background: #eee; }

/* My Steelray
------------------------------------------------------------------------ */
.my .top {
  padding-top: 100px; }
  .my .top h1 {
    font-size: 1.2em;
    text-align: center; }
  .my .top .btn {
    padding: .7% 5%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px; }
  .my .top p {
    text-align: center; }
.my td {
  padding: 25px;
  text-align: left; }
  .my td a {
    text-align: left; }

/* Misc pages
------------------------------------------------------------------------ */
.old-version {
  color: #990033; }

.new-version {
  color: #3300cc; }

.information-page .key-info {
  text-align: left; }
  .information-page .key-info h2 {
    text-align: left;
    font-size: 1.8em; }
.information-page h3 {
  text-align: center;
  margin: 50px 0 0 0; }
.information-page .row {
  margin-top: 50px; }
.information-page .news b {
  font-size: 1.4em;
  display: block;
  margin-bottom: 10px; }
.information-page .news ul {
  text-indent: 50px; }

/* Shopping Cart & Forms
------------------------------------------------------------------------ */
.order-form p {
  text-align: center; }
.order-form form {
  margin-top: 70px;
  margin-bottom: 70px; }
  .order-form form p {
    text-align: left; }
  .order-form form .btn {
    float: right; }

::-webkit-input-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

form {
  max-width: 900px;
  margin: 0 auto;
  height: auto; }

.js .hiding {
  display: none; }

form input[type="text"], input[type=password], input[type=email], form select {
  margin-bottom: 20px; }

form input[type="text"]:focus {
  color: #000; }

form input[type="submit"], form select {
  margin-top: 20px;
  margin-bottom: 20px; }

form fieldset {
  border: none;
  margin: 20px 0; }

legend {
  font-family: "Ubuntu", sans-serif;
  color: #222;
  font-size: 16pt;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: left; }

form fieldset fieldset legend {
  color: #111111;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 0; }

form p {
  text-align: left;
  padding-top: 12px;
  color: #555;
  width: 100%;
  color: #333;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em; }

form label {
  display: inline;
  line-height: 24px;
  margin-bottom: 7px;
  width: 100%;
  color: #333;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.05em; }

.table-cart {
  width: 100%;
  min-width: 0; }

@media (min-width: 480px) {
  .table-cart {
    width: 43%;
    min-width: 480px; } }
form .form-control, form input[type=text], form input[type=password], form input[type=email], form textarea {
  color: #6660AB;
  display: block;
  width: 100%;
  padding: 6px 12px;
  height: 50px;
  border: 1px solid transparent;
  border-left: 3px solid #675dc6;
  border-radius: 1px;
  font-size: 17px;
  font-weight: 300;
  background: #f9f9f9; }
form .form-control:focus, form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form textarea:focus {
  color: #000;
  background: #eee;
  -webkit-box-shadow: -6px 0px 10px -6px #675dc6;
  box-shadow: -6px 0px 10px -6px #675dc6; }

input.false[type=text], input.false[type=password]:focus, input.false[type=email], textarea.false {
  border-left: 3px solid #f33 !important; }

input:focus, textarea:focus {
  outline: none; }

input[type="submit"] {
  margin-top: 10px; }

.radio {
  padding-top: 1px;
  margin-bottom: 33px; }
  .radio p {
    font-size: 1.1em;
    padding-top: 0;
    margin-bottom: 10px !important; }
  .radio li {
    display: block; }
  .radio input[type=radio] {
    display: none; }
  .radio label {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px; }
  .radio input[type="radio"]:checked + label {
    color: #675dc6; }
  .radio label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: #eee;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    border-radius: 6px; }
  .radio input[type=radio]:checked + label:before {
    content: "\2022";
    color: #675dc6;
    font-size: 2em;
    text-align: center;
    line-height: 14px; }

form .second {
  padding-top: 0; }

select {
  border: 1px solid #d9d9d9;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 300;
  height: 44px;
  width: auto;
  padding: 8px;
  color: #414141;
  border-radius: 0px;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  -webkit-border-radius: 0; }

select:hover {
  border-color: #0d0d0d; }

select option {
  cursor: pointer;
  padding: 5px 7px; }

.form-row.false label {
  color: #fa4d5a; }

.required {
  width: 100%;
  min-width: 480px;
  margin: 0 auto;
  font-weight: 700;
  padding: 10px; }

@media (min-width: 480px) {
  .required {
    width: 43%; } }
.payment-errors {
  color: red;
  background: yellow; }

.comment {
  height: auto !important; }

.multi-input {
  clear: both;
  float: left;
  width: 100%;
  position: relative; }

.half {
  clear: none;
  float: left;
  width: 47.5%; }

.thirds {
  clear: none;
  float: left;
  width: 67.5%; }

.quarter {
  clear: none;
  float: left;
  width: 27.5%; }

.half-left {
  margin-right: 5%; }

.right-space {
  margin-right: 10px; }

.float-right {
  float: right; }

.kindred form {
  width: 100%; }

/* Steelray Footer
------------------------------------------------------------------------ */
footer, .push {
  height: 550px; }

footer {
  color: #fff;
  margin-top: -45px;
  position: relative;
  padding-top: 90px;
  background: #222;
  -webkit-clip-path: polygon(48% 11%, 81% 0, 100% 8%, 100% 100%, 0 100%, 0 3%, 14% 12%);
  clip-path: polygon(48% 11%, 81% 0, 100% 8%, 100% 100%, 0 100%, 0 3%, 14% 12%); }
  footer .list-unstyled {
    margin-top: 4%; }
  footer a {
    color: #555; }
  footer a:hover {
    text-decoration: underline; }
  footer li {
    margin-top: 10px; }
  footer .logo-wrapper {
    opacity: .6; }
  footer .steelray-logo {
    color: #f7f7f7; }
    footer .steelray-logo svg {
      width: 38px;
      margin-bottom: -5px;
      margin-right: 5px; }
      footer .steelray-logo svg .steelray-one {
        fill: #fff; }
      footer .steelray-logo svg .steelray-two {
        fill: #ddd; }
      footer .steelray-logo svg .steelray-three {
        fill: #bbb; }
      footer .steelray-logo svg .steelray-four {
        fill: #999; }
    footer .steelray-logo h1 {
      margin: 0; }
  footer .copyright {
    font-size: 10pt;
    color: #555;
    position: absolute;
    bottom: 10px;
    right: 20px;
    left: 20px;
    text-align: left; }
    footer .copyright a {
      color: #555; }

@media (min-width: 992px) {
  footer, .push {
    height: 400px; }

  footer .list-unstyled {
    margin-top: 4px;
    float: right; }
    footer .list-unstyled ul {
      display: inline-block; }
    footer .list-unstyled li {
      margin-top: 0; }
  footer .current {
    float: left;
    margin-right: 50px; }
    footer .current a {
      color: #ccc; }
  footer .other {
    float: right; }
    footer .other li {
      display: inline; }
    footer .other li:not(:first-child) {
      margin-left: 50px; }
  footer .logo-wrapper {
    float: left;
    opacity: .6; }
  footer .copyright {
    width: 30%;
    color: #555;
    position: absolute;
    left: auto;
    bottom: 10px;
    right: 10%;
    text-align: right; } }
@media (min-width: 1200px) {
  footer .copyright {
    width: 30%;
    color: #555;
    position: absolute;
    left: auto;
    bottom: 10px;
    right: 18%;
    text-align: right; } }
.red {
  color: #e73e57;
  font-weight: 400; }

.yellow {
  color: #efd056;
  font-weight: 400; }

.green {
  color: #68b481;
  font-weight: 400; }

.product {
  /* Video */
  /* Video END */ }
  .product .absolute-center {
    width: 50%;
    height: 53.5%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999; }
  .product .background-overlay {
    width: 110%;
    height: 110%;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.75); }
  .product .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0; }
  .product .video-container iframe, .product .video-container object, .product .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .product .nav-link {
    display: none; }
  .product nav {
    padding: 20px 5%; }
    .product nav .logo {
      position: fixed;
      font-family: "Exo", sans-serif;
      font-size: 16pt;
      font-weight: 500;
      vertical-align: middle;
      z-index: 1; }
      .product nav .logo svg {
        vertical-align: middle;
        height: 25px;
        width: 25px;
        display: inline-block;
        margin-top: -5px; }
    .product nav ul {
      display: none; }
  .product .hero img {
    width: 100%;
    margin-top: 50px; }
  .product .header-style {
    font-size: .8em;
    margin-top: 50px;
    margin-bottom: 0;
    border-bottom: none;
    color: #777; }
  .product span.header-style {
    font-size: .6em; }
  .product .header-style:after {
    margin-bottom: 2px;
    margin-left: 10px;
    height: 1px;
    width: 140px;
    display: inline-block;
    content: '';
    background-color: #999;
    vertical-align: middle; }
  .product header {
    padding: 10px 18% 10px 18%;
    margin-top: 30px; }
    .product header .btn {
      margin-right: 10px;
      margin-top: 20px; }
      .product header .btn svg {
        margin-left: 8px;
        width: 10px; }
    .product header .btn:hover .btn-play {
      fill: #EEE; }
  .product section h2 {
    font-size: 1.4em;
    border-bottom: none;
    margin-top: 40px; }
  .product .hero .header-style {
    font-size: .8em; }
  .product .hero h2 {
    font-size: 1.6em;
    font-weight: 300;
    width: 60%;
    margin-top: 10px; }
  .product .features .header-style {
    margin-left: 10px; }
  .product .features .header-style:after {
    width: 80px; }
  .product .features .col-8 h3 {
    text-align: left; }
  .product .features p {
    font-size: .9em; }
  .product .features .col-5 {
    margin-bottom: 50px; }
  .product .features .top {
    margin-top: 50px;
    max-width: 550px; }
    .product .features .top .col-6 {
      margin-bottom: 70px; }
    .product .features .top img {
      width: 100%; }
    .product .features .top p {
      text-align: center;
      margin: 0 auto;
      max-width: 400px; }
  .product .features h3 {
    text-align: center;
    font-size: 1.2em; }
  .product .features h4, .product .features h6 {
    font-size: 1.2em;
    display: block;
    border: 0;
    margin-top: 25px;
    text-align: center; }
  .product .features .col-sm-3 {
    text-align: center;
    margin-bottom: 70px; }
    .product .features .col-sm-3 p {
      text-align: center;
      margin: 0 auto;
      max-width: 400px; }
    .product .features .col-sm-3 svg {
      width: 30%; }
      .product .features .col-sm-3 svg path {
        fill: #f38a00; }
  .product .additional {
    padding-bottom: 50px; }
    .product .additional .header-style {
      margin-left: 10px; }
    .product .additional .header-style:after {
      width: 80px; }
    .product .additional .col-8 h3 {
      text-align: left; }
    .product .additional p {
      font-size: .9em; }
    .product .additional li {
      font-size: .9em;
      list-style: disc outside none;
      margin-left: 30px;
      margin-bottom: 10px; }
    .product .additional .col-5 {
      margin-bottom: 50px; }
    .product .additional .top {
      margin-top: 50px;
      max-width: 550px; }
      .product .additional .top .col-6 {
        margin-bottom: 70px; }
      .product .additional .top img {
        width: 100%; }
      .product .additional .top p {
        text-align: center;
        margin: 0 auto;
        max-width: 400px; }
    .product .additional h2 {
      display: block;
      margin-top: 30px;
      margin-bottom: 0px;
      padding-bottom: 0px; }
    .product .additional h3 {
      text-align: center;
      font-size: 1.2em; }
    .product .additional h4, .product .additional h6 {
      font-size: 1.2em;
      display: block;
      border: 0;
      margin-top: 25px;
      text-align: center; }
    .product .additional .col-sm-3 {
      text-align: center;
      margin-bottom: 70px; }
      .product .additional .col-sm-3 p {
        text-align: center;
        margin: 0 auto;
        max-width: 400px; }
      .product .additional .col-sm-3 svg {
        width: 30%; }
        .product .additional .col-sm-3 svg path {
          fill: #f38a00; }
  .product .test {
    background: #eee;
    padding-bottom: 50px;
    padding-top: 30px; }
    .product .test .header-style {
      display: none; }
    .product .test h2 {
      margin-top: 0;
      margin-bottom: 50px; }
    .product .test blockquote {
      position: relative;
      background: #fff;
      border-left: 8px solid #ccc;
      margin: 1.5em 10px;
      padding: 0.5em 10px;
      padding-left: 1em;
      padding-top: 85px; }
      .product .test blockquote img {
        width: 100px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px; }
      .product .test blockquote q {
        font-size: 1.2em;
        display: inline;
        quotes: none; }
      .product .test blockquote i {
        margin-left: 2.5em;
        margin-top: 1.5em;
        font-weight: 700;
        display: block; }
      .product .test blockquote i:before {
        margin-bottom: 2px;
        margin-right: 2px;
        height: 1px;
        width: 12px;
        display: inline-block;
        content: '';
        background-color: #888;
        vertical-align: middle; }
      .product .test blockquote p {
        text-align: left;
        margin-left: 2.5em;
        margin-top: 3px;
        color: #999; }
    .product .test blockquote:before {
      color: #ccc;
      content: "\201C";
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.2em;
      vertical-align: -0.4em; }
    .product .test p {
      margin-top: 50px;
      text-align: center;
      font-size: .8em; }
    .product .test a {
      margin-top: -3px;
      margin-left: 10px; }
    .product .test .btn svg {
      margin-left: 8px;
      width: 10px; }
    .product .test .btn:hover .btn-play {
      fill: #EEE; }
  .product .pricing {
    padding-bottom: 10px; }
    .product .pricing .header-style {
      margin-left: 10px; }
    .product .pricing .header-style:after {
      width: 80px; }
    .product .pricing .row {
      max-width: 450px; }
    .product .pricing .col-4 {
      height: auto;
      background: #eee;
      border: solid 1px #ccc;
      border-radius: 10px;
      padding: 5% 8%;
      text-align: center;
      color: #555;
      margin-bottom: 50px; }
    .product .pricing h2 {
      margin-bottom: 10px; }
    .product .pricing h5 {
      font-size: 1.2em;
      margin: 0; }
    .product .pricing .gold {
      color: #CC9900; }
    .product .pricing .platinum {
      color: #420c8a; }
    .product .pricing h6 {
      font-size: 2em;
      margin: 20px 0;
      color: #000; }
      .product .pricing h6 span {
        font-size: .6em;
        font-weight: 400; }
    .product .pricing p {
      margin-top: -20px;
      font-size: .8em; }
    .product .pricing ul {
      width: 75%;
      margin: 0 auto;
      margin-top: 25px;
      font-size: 1em; }
    .product .pricing li {
      padding: 20px 0;
      border-bottom: solid 1px #ccc; }
    .product .pricing li:nth-child(4) {
      border-bottom: none; }
    .product .pricing .extra .header-style {
      margin-left: 0; }
    .product .pricing .extra .header-style:after {
      width: 140px; }
    .product .pricing .extra h4 {
      display: block; }
    .product .pricing .extra ul {
      list-style: square;
      list-style-position: inside;
      margin-top: 5px;
      text-align: left;
      width: 100%; }
    .product .pricing .extra li {
      padding: 10px;
      border: none; }
    .product .pricing .extra span {
      font-size: .8em; }
  .product .contact .header-style, .product .trial .header-style {
    margin-left: 10px; }
  .product .contact .header-style:after, .product .trial .header-style:after {
    width: 80px; }
  .product .contact h2, .product .trial h2 {
    border-bottom: none; }
  .product .contact .col-4, .product .trial .col-4 {
    margin-bottom: 35px; }
  .product .contact .trial-disc li, .product .trial .trial-disc li {
    margin: 15px 0; }
  .product .contact .trial-disc img, .product .trial .trial-disc img {
    max-width: 90px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }
  .product .contact #message, .product .trial #message {
    margin-bottom: 10px; }
  .product .contact .error_message, .product .trial .error_message {
    color: #f33; }
  .product .contact .success-msg, .product .trial .success-msg {
    border: none; }
    .product .contact .success-msg h3, .product .trial .success-msg h3 {
      margin-top: 30px; }
    .product .contact .success-msg p, .product .trial .success-msg p {
      margin-bottom: 30px; }
  .product .trial {
    padding-top: 50px; }
    .product .trial h3 {
      line-height: 1.2em;
      color: #414141;
      margin: 0;
      margin-top: 25px;
      font-size: 1em;
      font-family: "Open Sans", sans-serif;
      font-weight: 700; }

@media (min-width: 740px) {
  .product header {
    padding: 10px 18% 10px 18%; }
  .product .features .col-sm-3 {
    text-align: left;
    margin-bottom: 40px; }
    .product .features .col-sm-3 h4, .product .features .col-sm-3 h3, .product .features .col-sm-3 h6 {
      text-align: left; }
    .product .features .col-sm-3 p {
      text-align: left; }
    .product .features .col-sm-3 svg {
      width: 30%;
      margin-bottom: 25px; }
  .product .test .header-style {
    display: inline-block;
    margin-left: 10px; }
  .product .test .header-style:after {
    width: 80px; }
  .product .trial {
    padding-bottom: 75px; }
    .product .trial h3 {
      margin-top: 8px;
      margin-bottom: 10px; } }
@media (min-width: 992px) {
  .product header {
    padding: 0 10% 100px 10%; }
  .product .features .top {
    max-width: 100%; }
  .product .pricing .row {
    max-width: 100%; }
  .product .pricing .col-4 {
    height: auto;
    background: #fff;
    border: none;
    border-radius: none;
    padding: 0;
    text-align: left;
    color: #555;
    margin-bottom: 0; }
  .product .pricing ul {
    width: 75%;
    margin: 0;
    margin-top: 25px;
    font-size: 1em; }
  .product .pricing li {
    padding: 20px 0;
    border-bottom: solid 1px #ccc; }
  .product .contact, .product .trial {
    padding-top: 25px; }
    .product .contact h2, .product .trial h2 {
      margin-bottom: 40px; }
    .product .contact p, .product .trial p {
      margin-bottom: 10px; } }
@media (min-width: 992px) {
  .product nav {
    padding-top: 50px; }
    .product nav ul {
      position: fixed;
      text-align: right;
      display: inline-block;
      top: 55px;
      right: 5%;
      z-index: 1; }
    .product nav li {
      margin-bottom: 13px; }
    .product nav a {
      padding-right: 15px; }
    .product nav a:hover {
      color: #b6b3df; }
    .product nav .active {
      color: #b6b3df; }
  .product header {
    padding: 10px 18% 10px 18%;
    overflow: auto;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-position: 400px 0;
    background-origin: content-box; }
  .product .hero {
    display: none; }
  .product .features {
    background: #f9f9f9; }
    .product .features .col-sm-3 svg {
      width: 24%; }
  .product .contact {
    padding-bottom: 150px; }
  .product .trial {
    padding-bottom: 100px; } }
/* Viewer -------------------------------------------------------------------------------------------------- */
.viewer .form-control, .viewer input[type=text], .viewer input[type=password], .viewer input[type=email], .viewer textarea {
  border-left: 3px solid #77c5d5; }
.viewer .form-control:focus, .viewer input[type=text]:focus, .viewer input[type=password]:focus, .viewer input[type=email]:focus, .viewer textarea:focus {
  -webkit-box-shadow: -6px 0px 10px -6px #77c5d5;
  box-shadow: -6px 0px 10px -6px #77c5d5; }
.viewer nav .logo svg {
  margin-top: 3px; }
.viewer nav .logo span {
  color: #77c5d5; }
.viewer .hero {
  background: #ebfbff; }
.viewer .features .col-4 {
  text-align: center; }
  .viewer .features .col-4 img {
    margin-top: 50px; }
  .viewer .features .col-4 p.h-2 {
    margin-bottom: 50px; }
.viewer .features .col-sm-3 svg path {
  fill: #77c5d5; }
.viewer .test .col-4 {
  margin-bottom: 75px; }
.viewer .test blockquote {
  border-color: #77c5d5;
  padding-top: 50px;
  padding-bottom: 50px; }
.viewer .test [class^="col-"] {
  float: left;
  margin-right: 3%; }
  .viewer .test [class^="col-"]:last-child {
    margin-right: 0%; }
.viewer .test .col-2 {
  width: 17.5%; }
  .viewer .test .col-2 img {
    width: 100%; }
.viewer .trial h4 {
  display: none; }
.viewer .success-msg {
  border-left: 3px solid #77c5d5; }
.viewer .pricing {
  background: #f9f9f9;
  padding-bottom: 10px; }
  .viewer .pricing h6 {
    margin-bottom: 0; }
  .viewer .pricing ul {
    margin-bottom: 0; }
  .viewer .pricing li {
    padding-top: 0;
    border-bottom: none; }
  .viewer .pricing .order {
    margin-top: 50px;
    margin-bottom: 15px; }
  .viewer .pricing .form {
    max-width: 100%; }
  .viewer .pricing .licenses {
    background: #eee;
    width: 50%; }
  .viewer .pricing .licenses:hover, .viewer .pricing .licenses:active, .viewer .pricing .licenses:focus {
    background: #e9e9e9; }

@media (min-width: 740px) {
  .viewer .features .col-4 p {
    max-width: 500px;
    margin: 0 auto; }
  .viewer .test .col-4 {
    margin-bottom: 20px; } }
@media (min-width: 992px) {
  .viewer .features .col-8 {
    padding: 15% 10% 2% 2%;
    margin-left: -2%;
    margin-top: -90px;
    height: 500px;
    background: #ebfbff; }
  .viewer .features .col-4 {
    text-align: left;
    float: right;
    height: 680px;
    margin-bottom: 50px; }
    .viewer .features .col-4 .img-1 {
      margin-left: -100px; }
    .viewer .features .col-4 .img-2 {
      margin-left: -275px;
      margin-top: 0; }
    .viewer .features .col-4 h4 {
      text-align: left;
      padding-top: 10px;
      padding-left: 10px;
      margin-bottom: 5px; }
    .viewer .features .col-4 p {
      max-width: none;
      padding: 0 10px 15px 10px; }
    .viewer .features .col-4 .h-2 {
      margin-left: -450px;
      padding-right: 370px; }
    .viewer .features .col-4 p.h-2 {
      margin-bottom: 0; }
  .viewer .test blockquote q {
    font-size: .9em; }
  .viewer .pricing .col-4 {
    background: #f9f9f9; } }
@media (min-width: 1200px) {
  .viewer nav a {
    color: #77c5d5;
    border-right: 2px solid #77c5d5; }
  .viewer .test {
    padding-bottom: 75px; }
    .viewer .test .col-2 {
      padding: 0 2%; }
  .viewer .trial h4 {
    display: inline-block; }
  .viewer .pricing {
    padding-top: 50px;
    padding-bottom: 10px; } }
/* Analyzer -------------------------------------------------------------------------------------------------- */
.analyzer .form-control, .analyzer input[type=text], .analyzer input[type=password], .analyzer input[type=email], .analyzer textarea {
  border-left: 3px solid #c724b1; }
.analyzer .form-control:focus, .analyzer input[type=text]:focus, .analyzer input[type=password]:focus, .analyzer input[type=email]:focus, .analyzer textarea:focus {
  -webkit-box-shadow: -6px 0px 10px -6px #c724b1;
  box-shadow: -6px 0px 10px -6px #c724b1; }
.analyzer nav .logo svg {
  margin-top: 3px; }
.analyzer nav .logo span {
  color: #c724b1; }
.analyzer .hero {
  background: #fff3ff; }
.analyzer .features .header-style {
  display: none; }
.analyzer .features .col-4 svg {
  width: 25px;
  margin-right: 8px; }
.analyzer .features .col-4 .in {
  fill: #ba4097; }
.analyzer .features .col-4 .out {
  fill: #c575b0; }
.analyzer .features .col-4 ul {
  padding: 50px 0; }
.analyzer .features .col-4 li {
  padding: 10px 0; }
.analyzer .features .col-4 h4 {
  margin: 0;
  text-align: left;
  display: inline-block;
  font-size: 1.1em; }
.analyzer .features .space {
  margin-top: 60px;
  margin-bottom: 60px; }
.analyzer .features .col-sm-3 img {
  width: 20%; }
.analyzer .features .col-sm-3 svg path {
  fill: #c724b1; }
.analyzer .features .col-sm-3 svg circle {
  fill: #c724b1; }
.analyzer .test blockquote {
  border-color: #c724b1;
  padding-top: 50px;
  padding-bottom: 50px; }
.analyzer .test [class^="col-"] {
  float: left;
  margin-right: 3%; }
  .analyzer .test [class^="col-"]:last-child {
    margin-right: 0%; }
.analyzer .test .col-2 {
  width: 17.5%; }
  .analyzer .test .col-2 img {
    width: 100%; }
.analyzer .trial .radio input[type="radio"]:checked + label {
  color: #c724b1; }
.analyzer .trial .radio input[type=radio]:checked + label:before {
  color: #c724b1; }
.analyzer .trial h4 {
  display: none; }
.analyzer .success-msg {
  border-left: 3px solid #c724b1; }
.analyzer .pricing {
  background: #f9f9f9;
  padding-bottom: 10px; }
  .analyzer .pricing h6 {
    margin-bottom: 0; }
  .analyzer .pricing ul {
    margin-bottom: 0; }
  .analyzer .pricing li {
    padding-top: 0;
    border-bottom: none; }
  .analyzer .pricing .order {
    margin-top: 50px;
    margin-bottom: 15px; }
  .analyzer .pricing .form {
    max-width: 100%; }
  .analyzer .pricing .licenses {
    background: #eee;
    width: 50%; }
  .analyzer .pricing .licenses:hover, .analyzer .pricing .licenses:active, .analyzer .pricing .licenses:focus {
    background: #e9e9e9; }

@media (min-width: 740px) {
  .analyzer .test blockquote {
    margin-bottom: 40px; }
  .analyzer .features .header-style {
    display: inline-block; }
  .analyzer .features .icons {
    display: block;
    margin: 0 auto;
    width: 70%; }
  .analyzer .features h5 {
    text-align: center; } }
@media (min-width: 992px) {
  .analyzer .features .col-8 {
    padding: 15% 10% 2% 2%;
    margin-left: -2%;
    margin-top: -150px;
    height: 500px;
    background: #fff3ff; }
  .analyzer .test blockquote q {
    font-size: .9em; }
  .analyzer .pricing .col-4 {
    background: #f9f9f9; } }
@media (min-width: 1200px) {
  .analyzer nav a {
    color: #c724b1;
    border-right: 2px solid #c724b1; }
  .analyzer .features .icons {
    width: 35%; }
  .analyzer .test {
    padding-bottom: 75px; }
    .analyzer .test blockquote {
      max-width: 800px;
      margin: 0 auto;
      margin-bottom: 60px; }
    .analyzer .test .col-2 {
      padding: 0 2%; }
  .analyzer .trial h4 {
    display: inline-block; }
  .analyzer .pricing {
    padding-top: 50px;
    padding-bottom: 10px; } }
/* exporter -------------------------------------------------------------------------------------------------- */
.exporter .form-control, .exporter input[type=text], .exporter input[type=password], .exporter input[type=email], .exporter textarea {
  border-left: 3px solid #aa989c; }
.exporter .form-control:focus, .exporter input[type=text]:focus, .exporter input[type=password]:focus, .exporter input[type=email]:focus, .exporter textarea:focus {
  -webkit-box-shadow: -6px 0px 10px -6px #aa989c;
  box-shadow: -6px 0px 10px -6px #aa989c; }
.exporter nav .logo svg {
  margin-top: 3px; }
.exporter nav .logo span {
  color: #aa989c; }
.exporter .hero {
  background: #ffefdf; }
.exporter .features .col-sm-3 svg path {
  fill: #aa989c; }
.exporter .trial .radio input[type="radio"]:checked + label {
  color: #aa989c; }
.exporter .trial .radio input[type=radio]:checked + label:before {
  color: #aa989c; }
.exporter .trial h4 {
  display: none; }

@media (min-width: 740px) {
  .exporter .features .header-style {
    display: inline-block; }
  .exporter .features .icons {
    display: block;
    margin: 0 auto;
    width: 70%; }
  .exporter .features h5 {
    text-align: center; } }
@media (min-width: 1200px) {
  .exporter nav a {
    color: #aa989c;
    border-right: 2px solid #aa989c; }
  .exporter .trial h4 {
    display: inline-block; } }
/* sale -------------------------------------------------------------------------------------------------- */
.viewer .pricing .og {
  display: inline-block;
  text-decoration: line-through; }
.viewer .pricing .sale {
  color: red;
  display: inline-block;
  font-size: 1.2em; }
.viewer .sale-banner {
  display: none; }

@media (min-width: 740px) {
  .viewer .sale-banner {
    display: block;
    z-index: 99999999999;
    position: fixed;
    bottom: 30px;
    height: auto;
    background: #bf0000;
    left: 3%;
    width: 94%; }
    .viewer .sale-banner .row {
      padding: 2% 6% 2% 6%; }
    .viewer .sale-banner .title {
      text-align: center;
      line-height: normal;
      vertical-align: bottom;
      font-family: "Ubuntu", sans-serif;
      font-size: 5em;
      color: #fff; }
    .viewer .sale-banner .disc {
      text-align: center;
      vertical-align: bottom;
      font-size: 2em;
      color: #fff; }
      .viewer .sale-banner .disc span {
        font-weight: 700; }
    .viewer .sale-banner #close {
      cursor: pointer;
      font-weight: 700;
      color: #000;
      float: right;
      display: inline-block;
      padding: 2px 7px;
      background: #ccc; }
    .viewer .sale-banner #close:hover {
      color: #000; } }
@media (min-width: 992px) {
  .viewer .sale-banner {
    left: 5%;
    width: 90%; }
    .viewer .sale-banner .row {
      padding: 2% 15% 2% 0%; }
    .viewer .sale-banner .title {
      text-align: right; }
    .viewer .sale-banner .disc {
      text-align: left; } }
@media (min-width: 1200px) {
  .viewer .sale-banner {
    left: 9%;
    width: 82%; }
    .viewer .sale-banner .row {
      padding: 2% 23% 2% 13%; } }
/*  Kindred Success Story
------------------------------------------------------------------------ */
.kindred-success-story header {
  background: #272727; }
.kindred-success-story .hero-img {
  background: url("../kindred/img/hero.png") no-repeat;
  background-size: cover;
  min-height: 600px;
  height: 80vh; }
.kindred-success-story .top-bar {
  width: 100%;
  height: 90px;
  padding: 10px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.4); }
.kindred-success-story nav {
  float: right;
  margin-top: 22px;
  margin-right: 5%; }
  .kindred-success-story nav a {
    color: #f7f7f7; }
  .kindred-success-story nav a:hover {
    color: #b6b3df;
    text-decoration: underline; }
  .kindred-success-story nav li {
    display: inline-block; }
  .kindred-success-story nav li:nth-child(1) {
    display: none; }
  .kindred-success-story nav li:nth-child(2) {
    margin-right: 37px; }
.kindred-success-story .kindred-logo {
  float: left;
  display: inline-block;
  margin-left: 5%;
  vertical-align: middle;
  margin-top: 16px;
  font-size: 22pt;
  font-weight: 500;
  font-family: "Exo", sans-serif; }
  .kindred-success-story .kindred-logo svg {
    max-width: 50px;
    fill: #EEE;
    vertical-align: middle;
    height: 36px;
    margin: 0;
    margin-right: 1px; }
  .kindred-success-story .kindred-logo span {
    color: #f38a00; }
.kindred-success-story h2 {
  color: #f7f7f7;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 2em;
  font-family: 'Merriweather', serif;
  margin-top: 5%;
  padding: 0 5px; }
  .kindred-success-story h2 span {
    font-size: .6em; }
.kindred-success-story .assist {
  padding: 0 40px; }
  .kindred-success-story .assist img {
    float: right;
    width: 100%;
    margin-bottom: 15px; }
.kindred-success-story .col-4 svg {
  width: 100%;
  vertical-align: middle;
  display: inline-block; }
.kindred-success-story .col-4 h4 {
  padding-top: 8px;
  font-size: 1.2em; }
.kindred-success-story .col-4 h3 {
  font-size: 1.6em;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left; }
.kindred-success-story q {
  font-weight: 700; }
.kindred-success-story .col-2 {
  float: left;
  width: 35px;
  margin: 0;
  margin-right: 5px;
  margin-top: 5px; }
.kindred-success-story h1 {
  margin-top: 0; }
.kindred-success-story .btn {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  font-size: .75em; }
.kindred-success-story .contact {
  padding: 120px 20px 170px 20px;
  font-size: 1.5em;
  text-align: center; }
  .kindred-success-story .contact h4 {
    display: inline;
    padding: 15px; }
  .kindred-success-story .contact p:nth-child(1) {
    margin-bottom: 50px; }

@media (min-width: 992px) {
  .kindred-success-story .btn {
    display: inline-block; }
  .kindred-success-story h2 {
    margin-top: 2%;
    color: #f7f7f7;
    font-weight: 400;
    font-size: 3.7vh;
    line-height: 2em;
    font-family: 'Merriweather', serif;
    width: 58%;
    float: right;
    margin-right: 5%; }
  .kindred-success-story nav li:nth-child(1) {
    display: inline-block; }
  .kindred-success-story nav li:nth-child(2) {
    margin-left: 37px; }
  .kindred-success-story .assist {
    padding-top: 0; }
    .kindred-success-story .assist img {
      float: right;
      width: 100%;
      margin-bottom: 15px; }
  .kindred-success-story .center {
    width: 98%;
    margin: 0 auto;
    position: relative; }
  .kindred-success-story .col-4, .kindred-success-story .col-4:before {
    width: 35%; }
  .kindred-success-story .col-4 {
    margin: 0;
    float: left;
    padding: 50px 20px 40px 20px;
    color: #fff; }
    .kindred-success-story .col-4 .row {
      margin-top: 40px;
      margin-bottom: 10px; }
    .kindred-success-story .col-4 h3 {
      font-size: 1.9em;
      margin-top: 0;
      margin-bottom: 20px;
      text-align: left; }
    .kindred-success-story .col-4 path {
      fill: #f7f7f7; }
    .kindred-success-story .col-4 h4 {
      margin: 0;
      margin-top: 2px;
      padding: 4px 7px 4px 2px;
      border-left: 0;
      vertical-align: middle;
      display: inline-block;
      font-size: 1em; }
    .kindred-success-story .col-4 p {
      margin-top: 1px;
      font-size: 1.1em;
      margin-bottom: 20px; }
  .kindred-success-story .col-4:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background-color: #272727; }
  .kindred-success-story .col-8, .kindred-success-story .col-8:before {
    margin: 0;
    width: 65%; }
  .kindred-success-story .col-8 {
    float: left;
    font-size: 90%;
    padding: 50px 70px 40px 70px; }
    .kindred-success-story .col-8 p {
      margin-bottom: 20px;
      color: #414141; }
  .kindred-success-story .col-8:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 35%;
    background-color: #fff; }
  .kindred-success-story h1 {
    margin-top: -5px; }
  .kindred-success-story .btn {
    font-size: 1em; }
  .kindred-success-story .contact {
    padding: 120px 20px 170px 20px;
    font-size: 1.5em;
    text-align: center; }
    .kindred-success-story .contact h4 {
      display: inline;
      padding: 15px;
      border: 2px solid #272727; }
    .kindred-success-story .contact p:nth-child(1) {
      margin-bottom: 50px; } }
@media (min-width: 1300px) {
  .kindred-success-story h2 {
    margin-top: 2%;
    color: #f7f7f7;
    font-weight: 400;
    font-size: 2.4em;
    font-size: 4.2vh;
    line-height: 2em;
    font-family: 'Merriweather', serif;
    width: 52%;
    float: right;
    margin-right: 5%; }
  .kindred-success-story .assist img {
    margin-right: -100px;
    float: right;
    width: 500px;
    margin-bottom: 15px; } }
@media (min-width: 1600px) {
  .kindred-success-story .center {
    width: 85%; }
  .kindred-success-story .col-4 {
    padding: 50px 70px 40px 70px; }
    .kindred-success-story .col-4 h4 {
      margin: 0;
      border: 2px solid #f7f7f7;
      padding: 4px 7px 4px 2px;
      border-left: 0;
      vertical-align: middle;
      display: inline-block;
      font-size: 1.1em; }
  .kindred-success-story .col-2 {
    width: 35px;
    margin: 0;
    margin-right: 5px; }
  .kindred-success-story .assist h1 {
    margin-bottom: 50px; }
  .kindred-success-story .assist img {
    margin-right: -225px;
    float: right;
    width: 700px;
    margin-bottom: 15px; } }
/*  The Magic Gizmo
------------------------------------------------------------------------
*/
.magic-gizmo header {
  background: #272727; }
.magic-gizmo .hero-img {
  background: url("../kindred/img/hero.png") no-repeat;
  background-size: cover;
  min-height: 600px;
  height: 80vh; }
.magic-gizmo .top-bar {
  width: 100%;
  height: 90px;
  padding: 10px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.4); }
.magic-gizmo nav {
  float: right;
  margin-top: 22px;
  margin-right: 5%; }
  .magic-gizmo nav a:hover {
    color: #b6b3df; }
  .magic-gizmo nav a:link,
  .magic-gizmo nav a:visited {
    color: #f7f7f7; }
  .magic-gizmo nav a:hover,
  .magic-gizmo nav a:active {
    color: #b6b3df;
    text-decoration: underline; }
  .magic-gizmo nav li {
    display: inline-block; }
  .magic-gizmo nav li:nth-child(1) {
    display: none; }
  .magic-gizmo nav li:nth-child(2) {
    margin-right: 37px; }
.magic-gizmo .kindred-logo {
  float: left;
  display: inline-block;
  margin-left: 5%;
  vertical-align: middle;
  margin-top: 16px;
  font-size: 22pt;
  font-weight: 500;
  font-family: "Exo", sans-serif; }
  .magic-gizmo .kindred-logo svg {
    max-width: 50px;
    fill: #EEE;
    vertical-align: middle;
    height: 36px;
    margin: 0;
    margin-right: 1px; }
  .magic-gizmo .kindred-logo span {
    color: #f38a00; }
.magic-gizmo .page-title {
  margin-top: 8%; }
.magic-gizmo form {
  margin: 0;
  margin-top: 50px; }
.magic-gizmo h3 {
  line-height: 130%; }
.magic-gizmo h4 {
  margin-top: 6px;
  margin-bottom: 12px; }
.magic-gizmo p {
  margin-top: 0px;
  margin-bottom: 12px; }
.magic-gizmo a:link,
.magic-gizmo a:visited {
  color: red; }
.magic-gizmo a:hover,
.magic-gizmo a:active {
  color: #00c1de; }
.magic-gizmo .intro {
  font-size: 115%; }
.magic-gizmo .important {
  font-weight: bold; }
.magic-gizmo .img_left_text_wrap {
  float: left;
  margin: 15px;
  font-style: italic;
  font-size: smaller;
  text-align: center; }
.magic-gizmo .img_right_text_wrap {
  float: right;
  margin: 15px;
  font-style: italic;
  font-size: smaller;
  text-align: center; }

@media (min-width: 992px) {
  .magic-gizmo nav li:nth-child(1) {
    display: inline-block; }
  .magic-gizmo nav li:nth-child(2) {
    margin-left: 37px; } }

/*# sourceMappingURL=style.css.map */
