strong, b {
  font-weight: bold; }

a {
  text-decoration: none; }

textarea {
  resize: vertical; }

img {
  max-width: 100%; }

.visible-phone {
  display: none !important; }
  @media (max-width: 500px) {
    .visible-phone {
      display: block; } }

@media (max-width: 500px) {
  .hidden-phone {
    display: none !important; } }

.row.large-spacing .col-sm-6:first-child {
  padding-right: 45px; }
.row.large-spacing .col-sm-6:last-child {
  padding-left: 45px; }
@media (max-width: 768px) {
  .row.large-spacing .col-sm-6:first-child {
    padding-right: 30px; }
  .row.large-spacing .col-sm-6:last-child {
    padding-left: 30px; } }
@media (max-width: 767px) {
  .row.large-spacing .col-sm-6:first-child {
    padding-right: 15px; }
  .row.large-spacing .col-sm-6:last-child {
    padding-left: 15px; } }

.v-top {
  vertical-align: top; }

@media (max-width: 500px) {
  .visible-phone {
    display: block !important; } }

.cursor-default {
  cursor: default; }

.pull-left {
  float: left; }

.pull-right {
  float: left; }

.clearfix:after {
  clear: both;
  content: ".";
  font-size: 0;
  display: block;
  height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  width: 100%; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.relative {
  position: relative; }

@media (max-width: 760px) {
  .text-center-mobile {
    text-align: center !important; } }

.extra-margin-top {
  margin-top: 20px !important; }
  .extra-margin-top.m-10 {
    margin-top: 10px !important; }
  .extra-margin-top.m-20 {
    margin-top: 20px !important; }
  .extra-margin-top.m-30 {
    margin-top: 30px !important; }
  .extra-margin-top.m-40 {
    margin-top: 40px !important; }
  .extra-margin-top.m-50 {
    margin-top: 50px !important; }
  .extra-margin-top.m-60 {
    margin-top: 60px !important; }
  .extra-margin-top.m-80 {
    margin-top: 80px !important; }
    @media (max-width: 1200px) {
      .extra-margin-top.m-80 {
        margin-top: 50px !important; } }

.extra-margin-right {
  margin-right: 20px !important; }
  .extra-margin-right.m-10 {
    margin-right: 10px !important; }
  .extra-margin-right.m-20 {
    margin-right: 20px !important; }
  .extra-margin-right.m-30 {
    margin-right: 30px !important; }
  .extra-margin-right.m-40 {
    margin-right: 40px !important; }
  .extra-margin-right.m-50 {
    margin-right: 50px !important; }
  .extra-margin-right.m-60 {
    margin-right: 60px !important; }
  .extra-margin-right.m-80 {
    margin-right: 80px !important; }

.extra-margin-left {
  margin-left: 20px !important; }
  .extra-margin-left.m-10 {
    margin-left: 10px !important; }
  .extra-margin-left.m-20 {
    margin-left: 20px !important; }
  .extra-margin-left.m-30 {
    margin-left: 30px !important; }
  .extra-margin-left.m-40 {
    margin-left: 40px !important; }
  .extra-margin-left.m-50 {
    margin-left: 50px !important; }
  .extra-margin-left.m-60 {
    margin-left: 60px !important; }
  .extra-margin-left.m-80 {
    margin-left: 80px !important; }

.extra-margin-bottom {
  margin-bottom: 20px !important; }
  .extra-margin-bottom.m-10 {
    margin-bottom: 10px !important; }
  .extra-margin-bottom.m-20 {
    margin-bottom: 20px !important; }
  .extra-margin-bottom.m-30 {
    margin-bottom: 30px !important; }
  .extra-margin-bottom.m-40 {
    margin-bottom: 40px !important; }
  .extra-margin-bottom.m-50 {
    margin-bottom: 50px !important; }
  .extra-margin-bottom.m-60 {
    margin-bottom: 60px !important; }
  .extra-margin-bottom.m-80 {
    margin-bottom: 80px !important; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }
.hidden {
  display: none !important; }

.width-100 {
  width: 100% !important; }

.width-50 {
  width: 50% !important; }

@media (max-width: 1020px) {
  .hide-tablet {
    display: none !important; } }

@media (max-width: 768px) {
  .hide-phone {
    display: none !important; } }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.js-remove-events {
  touch-action: none; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.no-border {
  border: none !important; }

.my-table {
  display: table;
  width: 100%; }
  .my-table .tr {
    display: table-row; }
  .my-table .td {
    display: table-cell;
    vertical-align: middle; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.animatedOnce {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.animated-faster {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-fast {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated-fast-2 {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* SHAKE */
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

/* ZOOM IN */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

/* ZOOM OUT */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

/* FLIP OUT Y */
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-4px) rotateY(-9deg);
    transform: translateX(-4px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(3px) rotateY(7deg);
    transform: translateX(3px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-2px) rotateY(-5deg);
    transform: translateX(-2px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  6.5% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  18.5% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  31.5% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  43.5% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  color: #1f1f1f;
  font-size: 70px;
  z-index: 10; }
  .loading-overlay.dark {
    background-color: rgba(0, 0, 0, 0.25);
    color: white; }
  .loading-overlay.tiny {
    font-size: 25px; }
  .loading-overlay.small {
    font-size: 50px; }
  .loading-overlay.huge {
    font-size: 100px; }
  .loading-overlay.fixed {
    position: fixed; }
  .loading-overlay div {
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .loading-overlay div i {
      position: static !important; }

input, textarea, select {
  font-size: 100%;
  font-family: "Quicksand", sans-serif !important; }

body {
  font-family: "Quicksand", sans-serif !important;
  font-size: 14px !important; }
  @media (max-width: 1024px) {
    body {
      font-size: 13px !important; } }
  @media (max-width: 767px) {
    body {
      font-size: 12px !important; } }

header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  color: white;
  text-align: center;
  padding: 20px;
  z-index: 100; }
  header a {
    color: white;
    padding: 5px 10px; }
    header a:hover {
      color: white;
      text-decoration: underline; }
  header .right-menu {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 767px) {
      header .right-menu {
        width: 100%;
        background: #00000029;
        padding: 5px; } }
  header .center-menu {
    display: inline-block; }
    @media (max-width: 767px) {
      header .center-menu {
        margin-top: 35px; } }
    header .center-menu .item {
      display: inline-block;
      padding: 5px 15px;
      font-weight: bold;
      background: #00000061;
      position: relative;
      cursor: pointer;
      transition: all .2s ease-in-out; }
      header .center-menu .item:hover {
        background: #000000c9; }
        header .center-menu .item:hover .link-list {
          opacity: 1;
          visibility: visible; }
      header .center-menu .item .link-list {
        position: absolute;
        transition: all .2s ease-in-out;
        top: 100%;
        background: #000000c9;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        right: 0;
        white-space: nowrap;
        list-style: none;
        width: 230px;
        text-align: left;
        padding: 10px 0; }
        @media (max-width: 767px) {
          header .center-menu .item .link-list {
            right: auto;
            left: 0; } }
        header .center-menu .item .link-list.left {
          right: auto;
          left: 0; }
          @media (max-width: 767px) {
            header .center-menu .item .link-list.left {
              right: 0;
              left: auto; } }
        header .center-menu .item .link-list a {
          display: block;
          padding: 10px 10px; }
        header .center-menu .item .link-list span {
          display: block; }
          header .center-menu .item .link-list span.icon img {
            margin-right: 15px;
            width: 30px;
            vertical-align: middle; }
          header .center-menu .item .link-list span.icon span {
            display: inline-block;
            vertical-align: middle; }
      header .center-menu .item.center {
        padding: 5px 10px; }

.contacts {
  margin-top: 40px; }
  .contacts .group {
    display: flex; }
    @media (max-width: 767px) {
      .contacts .group {
        margin: 0;
        padding: 0 !important;
        margin-bottom: 40px; } }
    .contacts .group .image {
      width: 150px;
      max-width: 150px;
      height: 150px;
      background: red;
      border: 2px white solid;
      border-radius: 50%;
      display: none; }
    .contacts .group .data {
      line-height: 1.9;
      font-size: 120%; }
      @media (max-width: 767px) {
        .contacts .group .data {
          width: 100%; } }
      .contacts .group .data .fa {
        color: #31a0ce;
        font-size: 120%;
        margin-right: 10px; }
      .contacts .group .data .name {
        font-weight: bold;
        font-size: 120%;
        margin-bottom: 8px; }

.footer .input-group-addon {
  background: #ffffff52;
  color: white; }
.footer h2 {
  margin-bottom: 1em; }
.footer .form-control {
  background: white; }
.footer .footerForm {
  margin-top: 30px; }
.footer a {
  color: white; }

.copyright {
  position: relative;
  margin-top: 80px;
  font-size: 80%;
  padding: 10px 0;
  background: #00000036;
  opacity: .8; }

@media (max-width: 767px) {
  .container {
    overflow: hidden; } }

@media (max-width: 767px) {
  .b-w-m {
    margin-top: 140px; } }

.home-banner {
  position: relative;
  padding: 90px 0; }
  @media (max-width: 767px) {
    .home-banner {
      padding: 60px 0 270px 0; } }
  .home-banner .photos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .home-banner .photos .col {
      position: absolute;
      top: 0;
      height: 100%;
      width: 51%;
      overflow: hidden; }
      .home-banner .photos .col .bg-image {
        position: absolute;
        width: 110%;
        left: -5%;
        height: 100%; }
        .home-banner .photos .col .bg-image:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          opacity: .85;
          height: 100%; }
        .home-banner .photos .col .bg-image img {
          position: absolute;
          bottom: 0; }
    .home-banner .photos .left {
      left: -1%; }
      .home-banner .photos .left .bg-image {
        background: url("../images/left-bg.jpg") center center no-repeat;
        background-size: cover; }
        .home-banner .photos .left .bg-image:before {
          background: #e5e5e5;
          opacity: .85; }
        .home-banner .photos .left .bg-image img {
          width: 480px;
          left: 80px; }
          @media (max-width: 1500px) {
            .home-banner .photos .left .bg-image img {
              width: 350px;
              left: 60px; } }
          @media (max-width: 1024px) {
            .home-banner .photos .left .bg-image img {
              width: 320px;
              left: 0; } }
    .home-banner .photos .right {
      left: 50%; }
      .home-banner .photos .right .bg-image {
        background: url("../images/right-bg.jpg") center center no-repeat;
        background-size: cover; }
        .home-banner .photos .right .bg-image:before {
          background: #31a0ce; }
        .home-banner .photos .right .bg-image img {
          width: 350px;
          right: 120px; }
          @media (max-width: 1500px) {
            .home-banner .photos .right .bg-image img {
              width: 270px;
              right: 100px; } }
          @media (max-width: 1024px) {
            .home-banner .photos .right .bg-image img {
              width: 250px;
              right: 0; } }
          @media (max-width: 767px) {
            .home-banner .photos .right .bg-image img {
              width: 157px;
              right: 30px; } }
  .home-banner .content {
    position: relative; }
    .home-banner .content .shared {
      text-align: center; }
      .home-banner .content .shared .title {
        display: inline-block;
        font-size: 70px;
        background: #ffffff59;
        padding: 20px 40px; }
        @media (max-width: 1024px) {
          .home-banner .content .shared .title {
            font-size: 55px; } }
        @media (max-width: 767px) {
          .home-banner .content .shared .title {
            width: 335px;
            font-size: 35px;
            padding: 10px 20px;
            margin: 0 20px; } }
        .home-banner .content .shared .title .main {
          position: relative;
          font-weight: bold;
          width: 660px;
          height: 85px; }
          @media (max-width: 1024px) {
            .home-banner .content .shared .title .main {
              width: 550px;
              height: 75px; } }
          @media (max-width: 767px) {
            .home-banner .content .shared .title .main {
              width: 100%;
              height: 50px; } }
          .home-banner .content .shared .title .main .left {
            position: absolute;
            right: 50%;
            overflow: hidden; }
            .home-banner .content .shared .title .main .left span {
              margin-right: -23px; }
              @media (max-width: 767px) {
                .home-banner .content .shared .title .main .left span {
                  margin-right: -14px; } }
          .home-banner .content .shared .title .main .right {
            color: white;
            position: absolute;
            overflow: hidden;
            left: 50%; }
            .home-banner .content .shared .title .main .right span {
              margin-left: -22px; }
              @media (max-width: 767px) {
                .home-banner .content .shared .title .main .right span {
                  margin-left: -14px; } }
        .home-banner .content .shared .title .slogan {
          font-size: 28px;
          margin-top: 20px;
          font-weight: bold; }
          @media (max-width: 767px) {
            .home-banner .content .shared .title .slogan {
              font-size: 21px; } }
    .home-banner .content .sep-row {
      margin-top: 50px; }
      .home-banner .content .sep-row .link-list {
        list-style: none;
        padding: 0;
        float: right;
        margin: 35px 0 0 0;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .home-banner .content .sep-row .link-list {
            width: 100%; } }
        .home-banner .content .sep-row .link-list li {
          position: relative;
          padding: 0; }
          .home-banner .content .sep-row .link-list li:not(:last-child) {
            margin-bottom: 15px; }
          .home-banner .content .sep-row .link-list li:hover:before {
            opacity: .9; }
          .home-banner .content .sep-row .link-list li:before {
            content: "";
            position: absolute;
            background: white;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            transform: skew(-3deg, 0);
            opacity: .8; }
          .home-banner .content .sep-row .link-list li a {
            position: relative;
            text-decoration: none;
            color: inherit;
            font-weight: bold;
            font-size: 22px;
            display: block;
            padding: 15px 25px; }
            @media (max-width: 1024px) {
              .home-banner .content .sep-row .link-list li a {
                padding: 15px 15px; } }
            @media (max-width: 767px) {
              .home-banner .content .sep-row .link-list li a {
                padding: 10px; } }
            @media (max-width: 1024px) {
              .home-banner .content .sep-row .link-list li a {
                font-size: 18px; } }
            @media (max-width: 1023px) {
              .home-banner .content .sep-row .link-list li a {
                font-size: 16px; } }
            .home-banner .content .sep-row .link-list li a span {
              vertical-align: middle; }
          .home-banner .content .sep-row .link-list li img {
            margin-left: 20px;
            height: 40px; }
            @media (max-width: 1024px) {
              .home-banner .content .sep-row .link-list li img {
                margin-left: 10px;
                height: 30px; } }
            @media (max-width: 1023px) {
              .home-banner .content .sep-row .link-list li img {
                margin-left: 8px;
                height: 25px; } }
      .home-banner .content .sep-row .name {
        font-size: 30px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .home-banner .content .sep-row .name {
            font-size: 26px;
            text-align: center; } }
      .home-banner .content .sep-row .left {
        text-align: right; }
        .home-banner .content .sep-row .left .inside {
          padding-right: 30px; }
          @media (max-width: 1024px) {
            .home-banner .content .sep-row .left .inside {
              padding-right: 20px; } }
          @media (max-width: 768px) {
            .home-banner .content .sep-row .left .inside {
              padding-right: 0; } }
      .home-banner .content .sep-row .right {
        color: white; }
        .home-banner .content .sep-row .right .inside {
          padding-left: 30px; }
          @media (max-width: 1024px) {
            .home-banner .content .sep-row .right .inside {
              padding-left: 20px; } }
          @media (max-width: 768px) {
            .home-banner .content .sep-row .right .inside {
              padding-left: 0; } }
          .home-banner .content .sep-row .right .inside .link-list {
            float: left; }
            .home-banner .content .sep-row .right .inside .link-list li:before {
              background: #1f1f1f; }
            .home-banner .content .sep-row .right .inside .link-list li img {
              margin-right: 20px;
              margin-left: 0; }
              @media (max-width: 1024px) {
                .home-banner .content .sep-row .right .inside .link-list li img {
                  margin-right: 10px; } }

h1 {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 800; }
  @media (max-width: 1024px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 35px; } }

h2 {
  font-size: 35px;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 1.5em; }
  @media (max-width: 1024px) {
    h2 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 25px;
      text-align: center; } }
  h2.like-h1 {
    font-size: 60px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: .5em; }
    @media (max-width: 1024px) {
      h2.like-h1 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      h2.like-h1 {
        font-size: 35px; } }

h3 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 1em;
  font-weight: 500; }
  @media (max-width: 1024px) {
    h3 {
      font-size: 25px; } }

h4 {
  font-weight: 600; }

h5 {
  font-size: 120%; }

p, ul li {
  font-size: 120%;
  line-height: 1.7; }

.home-center h1, .home-center h2, .home-center h3, .home-center p {
  text-align: center; }

.special {
  display: flex;
  background: #f9f9f9;
  border-radius: 2px;
  color: #1f1f1f;
  padding: 15px;
  margin-top: 15px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .special {
      display: block; } }
  @media (max-width: 767px) {
    .special {
      text-align: center; } }
  .special:hover {
    text-decoration: none;
    background: #efefef;
    color: #1f1f1f; }
  .special .image {
    width: 90px;
    min-width: 90px;
    background: white url("https://stalynajem.cz/storage/images/blog/thumbnails/300_5da5ec6ed74e27.00920565.jpg") center center no-repeat;
    background-size: cover; }
    @media (max-width: 768px) {
      .special .image {
        width: auto;
        height: 120px;
        margin: -10px -10px 15px -10px; } }
  .special .text {
    padding-left: 15px; }
    .special .text h4 {
      margin: 0 0 10px 0; }
    .special .text p:last-child {
      margin: 0; }

@media (max-width: 767px) {
  .text-left-mobile {
    text-align: left; } }

.real-estate {
  display: block;
  background: white;
  border-radius: 2px;
  color: #1f1f1f;
  padding: 15px;
  width: 80%;
  margin: 15px auto 0 auto; }
  @media (min-width: 768px) {
    .real-estate.large {
      display: flex;
      margin-bottom: 35px; }
      .real-estate.large .image {
        margin: 0;
        min-width: 300px;
        width: 250px;
        height: auto; }
      .real-estate.large .text {
        padding-left: 40px; } }
  @media (max-width: 1024px) {
    .real-estate {
      width: 100%;
      margin: 15px 0 0 0; } }
  @media (max-width: 767px) {
    .real-estate {
      text-align: center; } }
  .real-estate:hover {
    text-decoration: none;
    background: #efefef;
    color: #1f1f1f; }
  .real-estate .image {
    height: 250px;
    position: relative;
    background: #f9f9f9 url("../images/left-bg.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: -10px -10px 0 -10px; }
    .real-estate .image .stripe {
      position: absolute;
      top: 35px;
      width: 200px;
      right: -50px;
      text-align: center;
      background: #4caf50;
      border: 2px white solid;
      color: white;
      transform: rotate(45deg);
      padding: 10px 0;
      font-weight: bold; }
  .real-estate h5 {
    font-size: 100%; }
  .real-estate h6 {
    font-weight: bold;
    font-size: 120%;
    margin-top: 5px; }

.references h3:not(:first-child) {
  margin-top: 2em;
  margin-bottom: 0.5em; }
.references .icon-box {
  display: block; }
  .references .icon-box:not(:first-child) .icon {
    margin-top: 4em !important; }
  .references .icon-box .icon .image {
    display: block !important;
    float: none !important;
    margin: 0 auto !important; }

.blog-items {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .blog-items {
      text-align: center; } }
  .blog-items.dark .blog-item {
    color: #1f1f1f; }
    .blog-items.dark .blog-item:hover {
      color: #1f1f1f; }
  .blog-items .blog-item {
    display: flex;
    color: white;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .blog-items .blog-item {
        display: block;
        text-align: center; } }
    .blog-items .blog-item:hover {
      text-decoration: none;
      color: white; }
    .blog-items .blog-item .image {
      width: 120px;
      min-width: 120px;
      height: 120px;
      border-radius: 50%;
      border: 3px white solid;
      background: #ffffff7d url("https://stalynajem.cz/storage/images/blog/thumbnails/300_5da9a9bce11946.30086942.jpg") center center;
      background-size: cover; }
      @media (max-width: 768px) {
        .blog-items .blog-item .image {
          margin: 0 auto;
          margin-bottom: 20px; } }
    .blog-items .blog-item h4 {
      font-size: 150%;
      margin-top: 0;
      margin-bottom: 1em; }
    .blog-items .blog-item .text {
      margin-left: 20px; }
      @media (max-width: 768px) {
        .blog-items .blog-item .text {
          margin: 0; } }

.transp-large {
  width: 70%;
  margin: 0 15%;
  margin-bottom: -100px; }
  @media (max-width: 767px) {
    .transp-large {
      margin: 0;
      width: 70%;
      margin: 0 15%;
      padding-bottom: 70%;
      background: url("../images/veronika-2.png") center top no-repeat;
      background-size: cover;
      border: 3px #384246 solid;
      border-radius: 50%;
      margin-bottom: 25px; }
      .transp-large .main-image {
        display: none; } }

.form-control.grey {
  border: 1px #e8e8e8 solid; }

.modal-body {
  background: #f9f9f9; }

.btn {
  padding: 8px 23px;
  border-radius: 3px;
  font-size: 13px;
  box-shadow: none; }
  .btn.btn-primary {
    background: #31a0ce;
    border: 1px #31a0ce solid;
    color: white; }
    .btn.btn-primary:hover {
      background: #2c90b9;
      text-decoration: underline; }
  .btn.btn-white {
    background: white;
    border-color: white;
    font-weight: 600;
    color: #31a0ce; }
  .btn.btn-green {
    background: #384246;
    border: 1px #384246 solid;
    color: white; }
    .btn.btn-green:hover {
      background: #2d3538;
      text-decoration: none; }
  .btn.btn-grey {
    background: #323232;
    color: white; }
    .btn.btn-grey:hover {
      background: #1f1f1f; }
  .btn.btn-default {
    background: white;
    border: 1px #e2e2e2 solid; }
    .btn.btn-default:hover {
      background: #f2f2f2;
      text-decoration: underline; }
  .btn.btn-lg {
    font-size: 110%;
    padding: 15px 40px; }
  .btn.btn-xl {
    font-size: 120%;
    padding: 20px 35px; }
  .btn.btn-icon .fa:not(:last-child) {
    padding-right: 15px; }
  .btn.btn-icon .fa:last-child:not(:first-child) {
    padding-left: 15px; }

.sender:not(.sending) .ico-sending {
  display: none; }
.sender.sending {
  opacity: .8; }
  .sender.sending .ico-normal {
    display: none; }

.modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  overflow: hidden; }
  .modal-content .modal-header {
    text-align: center;
    border-bottom: 1px #f1f1f1 solid; }
    .modal-content .modal-header h6 {
      margin-bottom: 0; }
    .modal-content .modal-header .modal-title {
      display: inline-block; }
      .modal-content .modal-header .modal-title.large {
        font-weight: 300;
        font-size: 220%;
        margin-bottom: 10px; }
  .modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #31a0ce;
    width: 38px;
    height: 38px;
    padding-left: 3px;
    line-height: 27px;
    font-size: 15px;
    opacity: 1;
    border-radius: 0 4px 0 10px;
    text-shadow: none; }
    .modal-content .close:hover {
      background: #31a0ce;
      color: white; }
  .modal-content .modal-body {
    padding-top: 35px;
    padding-bottom: 35px; }
  .modal-content .login-form {
    width: 80%;
    margin-left: 10%; }
  .modal-content .modal-footer {
    background: #f9f9f9;
    border-top: 1px #efefef solid;
    text-align: center; }
  .modal-content h4 {
    color: #585858;
    margin: 25px 0 15px 0; }

.loginModalDialog {
  width: 400px; }

.form-control {
  box-shadow: none;
  background: #fbfbfb;
  font-size: 100%;
  font-weight: 300;
  height: 45px;
  border: 1px #e6e6e6 solid; }

.th-checkbox {
  padding: 0 !important;
  margin: 0 !important;
  display: table;
  vertical-align: top;
  cursor: pointer;
  position: relative; }
  .th-checkbox input {
    float: left;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0; }
  .th-checkbox span {
    display: table-cell;
    font-weight: 300;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    position: relative; }
  .th-checkbox.light div:before {
    border: 2px white solid !important;
    background: white; }
  .th-checkbox div {
    display: table-cell;
    vertical-align: middle;
    position: relative; }
    .th-checkbox div:before {
      content: "";
      width: 35px;
      height: 35px;
      overflow: hidden;
      border: 1px #e6e6e6 solid;
      box-sizing: border-box;
      background-color: white;
      border-radius: 2px;
      display: inline-block; }
    .th-checkbox div:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 35px;
      text-align: center;
      height: 35px;
      vertical-align: middle;
      line-height: 35px;
      font-size: 20px;
      transition: all 0.2s;
      font-family: FontAwesome;
      content: "\f00c";
      color: #31a0ce;
      opacity: 0; }
  .th-checkbox.sm span {
    padding: 0;
    line-height: 1.3;
    margin: 2px 0 0 28px; }
  .th-checkbox.sm div:before {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    font-size: 13px;
    margin-top: 3px; }
  .th-checkbox.sm div:after {
    width: 24px;
    height: 24px; }
  .th-checkbox.md {
    border-radius: 3px; }
    .th-checkbox.md span {
      padding: 3px 0 0 0;
      margin: 0 0 0 32px; }
    .th-checkbox.md div {
      width: 26px;
      height: 26px; }
      .th-checkbox.md div:before {
        font-size: 20px;
        margin-top: 2px; }
  .th-checkbox input:focus + div:before {
    border-color: white;
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6); }
  .th-checkbox input:checked + div:after {
    opacity: 1; }
  .th-checkbox input:disabled + div:before {
    background: #f7f7f7;
    border-color: #dfdfdf;
    cursor: not-allowed; }
  .th-checkbox input:disabled:checked + div:after {
    opacity: .6; }

.hidden-iframe {
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
  float: left; }

.orig-over {
  overflow: initial; }

.main-section {
  padding: 120px 0; }
  .main-section.sm-pad {
    padding: 60px 0 100px 0; }
  @media (max-width: 1500px) {
    .main-section {
      padding: 90px 0; } }
  @media (max-width: 1024px) {
    .main-section {
      padding: 80px 0; } }
  @media (max-width: 768px) {
    .main-section {
      padding: 60px 0; } }
  .main-section.separated {
    position: relative; }
    .main-section.separated .bg {
      position: absolute;
      width: 100%;
      top: -20px;
      left: 0;
      bottom: -20px;
      transform: skew(0, -1.5deg);
      background: white; }
      .main-section.separated .bg:before {
        content: "";
        position: absolute;
        background: #f9f9f9;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%; }
        @media (max-width: 767px) {
          .main-section.separated .bg:before {
            display: none; } }
  .main-section.clear {
    position: relative;
    padding: 100px 0 80px 0; }
    @media (max-width: 1024px) {
      .main-section.clear {
        padding: 60px 0 50px 0; } }
    @media (max-width: 1023px) {
      .main-section.clear {
        padding: 50px 0 50px 0; } }
    .main-section.clear .bg {
      position: absolute;
      width: 100%;
      top: -20px;
      left: 0;
      bottom: -20px;
      transform: skew(0, -1.5deg);
      background: white; }
  .main-section.blue {
    position: relative;
    color: white;
    padding: 70px 0 100px 0; }
    @media (max-width: 767px) {
      .main-section.blue {
        padding: 25px 0 50px 0; } }
    .main-section.blue a {
      color: white;
      text-decoration: underline; }
    .main-section.blue .bg {
      position: absolute;
      width: 100%;
      top: -20px;
      left: 0;
      bottom: -20px;
      transform: skew(0, -1.5deg);
      background: #31a0ce;
      background: url("../images/right-bg.jpg") center center no-repeat;
      background-size: cover;
      color: white;
      text-align: center; }
      .main-section.blue .bg:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: .85;
        height: 100%;
        background: #31a0ce; }
  .main-section.dark {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    z-index: 2; }
    .main-section.dark .bg {
      position: absolute;
      width: 100%;
      top: -20px;
      left: 0;
      bottom: -20px;
      transform: skew(0, -1.5deg);
      border-bottom: 5px #31a0b2c4 solid;
      background: #343332 url("/assets/images/open-office.jpeg") center center no-repeat;
      background-size: cover;
      background-attachment: fixed; }
      .main-section.dark .bg:before {
        content: "";
        position: absolute;
        background: #0f1719;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .9; }
  .main-section.footer {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding: 100px 0 0 0;
    z-index: 1; }
    @media (max-width: 767px) {
      .main-section.footer {
        padding: 50px 0 0 0;
        text-align: center; } }
    .main-section.footer .bg {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      background: #343332 url("/assets/images/contact.jpg") center center no-repeat;
      background-size: cover;
      background-attachment: fixed; }
      .main-section.footer .bg:before {
        content: "";
        position: absolute;
        background: #0f1719;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .9; }

.input-group-addon {
  border-radius: 2px;
  border: none; }

.form-control {
  border-radius: 2px;
  background: white;
  border: none; }

#cookie-bar {
  background: #000000d4 !important;
  color: white !important;
  border: none !important;
  font-weight: normal !important;
  padding: 10px !important;
  font-size: 12px !important;
  font-family: "Quicksand", sans-serif !important; }
  #cookie-bar a {
    color: #31a0ce !important; }
  #cookie-bar #cookie-bar-button {
    background: white;
    color: #31a0ce;
    border-radius: 2px;
    padding: 10px 15px;
    margin: -4px 0; }

.small-header {
  background: #31a0ce;
  background: url("../images/right-bg.jpg") center center no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 80px 0 60px 0; }
  .small-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: .85;
    height: 100%;
    background: #31a0ce; }

.us-together {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -180px; }
  @media (max-width: 1440px) {
    .us-together {
      width: 300px;
      top: -120px; } }
  @media (max-width: 1023px) {
    .us-together {
      width: 200px;
      top: -110px; } }

@media (min-width: 768px) {
  .about-us .large-spacing .col-sm-6:first-child {
    padding-right: 150px; }
  .about-us .large-spacing .col-sm-6:last-child {
    padding-left: 180px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .about-us .large-spacing .col-sm-6:first-child {
    padding-right: 100px; }
  .about-us .large-spacing .col-sm-6:last-child {
    padding-left: 130px; } }

@media (max-width: 767px) {
  .large-spacing-in .row {
    margin-left: -50px;
    margin-right: -50px; }
    .large-spacing-in .row [class^="col"] {
      padding-left: 50px;
      padding-right: 50px; } }

.zigzag-boxes {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: right; }
  @media (max-width: 1023px) {
    .zigzag-boxes {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .zigzag-boxes.larger {
    margin-top: -60px; }
    .zigzag-boxes.larger .content {
      padding: 40px 0; }
  @media (max-width: 767px) {
    .zigzag-boxes.mobile h4 {
      text-align: left !important;
      margin-bottom: 20px; }
    .zigzag-boxes.mobile .icon {
      display: none; }
    .zigzag-boxes.mobile p {
      margin-bottom: 20px; } }
  .zigzag-boxes .row {
    margin-top: 40px; }
    .zigzag-boxes .row:not(.right) p {
      text-align: right; }
      @media (max-width: 767px) {
        .zigzag-boxes .row:not(.right) p {
          text-align: left; } }
    @media (max-width: 767px) {
      .zigzag-boxes .row:not(.right) .content {
        padding-left: 70px;
        text-align: left; } }
    .zigzag-boxes .row:not(:first-child) {
      margin-top: 0; }
      @media (max-width: 1365px) {
        .zigzag-boxes .row:not(:first-child) {
          margin-top: -20px; } }
      @media (max-width: 1024px) {
        .zigzag-boxes .row:not(:first-child) {
          margin-top: -40px; } }
      @media (max-width: 767px) {
        .zigzag-boxes .row:not(:first-child) {
          margin-top: 40px; } }
    .zigzag-boxes .row .hid {
      position: absolute;
      width: 90px;
      top: 0;
      bottom: 50%;
      background: white;
      margin-left: -42px;
      left: 50%; }
      @media (max-width: 767px) {
        .zigzag-boxes .row .hid {
          display: none; } }
      .zigzag-boxes .row .hid.bottom {
        top: 50%;
        bottom: 0; }
  .zigzag-boxes .right {
    text-align: left; }
    @media (max-width: 767px) {
      .zigzag-boxes .right .content {
        padding-right: 70px;
        text-align: left; } }
    @media (max-width: 767px) {
      .zigzag-boxes .right .icon {
        left: auto;
        right: 10px; } }
    .zigzag-boxes .right .icon:after {
      content: "\f054";
      position: absolute;
      left: 100%;
      margin-left: 25px; }
      @media (max-width: 1024px) {
        .zigzag-boxes .right .icon:after {
          margin-left: 5px; } }
  .zigzag-boxes:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 8px;
    margin-left: -1px;
    background: url("../images/dots.svg") repeat-y center center;
    background-size: 6px;
    top: 0;
    bottom: 0; }
    @media (max-width: 767px) {
      .zigzag-boxes:before {
        display: none; } }
  .zigzag-boxes P {
    text-align: justify; }
  .zigzag-boxes .icon {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #384246;
    color: white;
    border: 6px white solid;
    border-radius: 50%;
    text-align: center;
    line-height: 86px;
    margin-left: -42px;
    margin-top: -45px;
    top: 50%;
    left: 50%;
    font-size: 40px; }
    @media (max-width: 767px) {
      .zigzag-boxes .icon {
        top: 0;
        left: 10px;
        margin-top: 0px;
        margin-left: 0;
        width: 60px;
        height: 60px;
        border: 6px white solid;
        line-height: 51px;
        font-size: 25px; }
        .zigzag-boxes .icon:after {
          display: none; } }
    .zigzag-boxes .icon:after {
      content: "\f053";
      position: absolute;
      right: 100%;
      font-size: 20px;
      margin-right: 25px;
      color: #384246; }
      @media (max-width: 1024px) {
        .zigzag-boxes .icon:after {
          margin-right: 5px; } }

.circle-icons.circle-top .icon-box {
  margin-top: 0;
  display: block; }
  .circle-icons.circle-top .icon-box .image {
    margin: 0 auto; }
.circle-icons .icon-box {
  display: flex;
  flex-direction: row;
  margin: 40px 0;
  align-content: center;
  align-items: center; }
  @media (max-width: 767px) {
    .circle-icons .icon-box {
      flex-direction: column;
      margin-bottom: 0;
      text-align: center; } }
  .circle-icons .icon-box .image {
    width: 200px;
    min-width: 200px;
    border: 3px #384246 solid;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    border-radius: 50%;
    margin-right: 80px; }
    @media (max-width: 767px) {
      .circle-icons .icon-box .image {
        margin-right: 0;
        margin-bottom: 30px; } }
  .circle-icons .icon-box:nth-child(even) {
    flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .circle-icons .icon-box:nth-child(even) {
        flex-direction: column; } }
    .circle-icons .icon-box:nth-child(even) .image {
      float: right;
      margin-left: 80px;
      margin-right: 0; }
      @media (max-width: 767px) {
        .circle-icons .icon-box:nth-child(even) .image {
          float: none;
          margin-left: 0; } }

:required {
  background-image: url("../images/asterix.png");
  background-repeat: no-repeat;
  background-position: right 10px center; }

.sender:not(.sending) .ico-sending {
  display: none; }
.sender.sending {
  opacity: .8; }
  .sender.sending .ico-normal {
    display: none; }

.blog-content-item .image {
  width: 400px;
  height: 300px;
  float: left;
  margin: 0 30px 30px 0;
  background: white;
  border-radius: 4px;
  box-shadow: 0 0 15px #00000012;
  border: 4px white solid; }

.image-gallery .main-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 400px;
  border-radius: 4px;
  box-shadow: 0 0 15px #00000012;
  border: 5px white solid;
  position: relative;
  overflow: hidden; }
  .image-gallery .main-image .stripe {
    position: absolute;
    top: 35px;
    width: 200px;
    right: -50px;
    text-align: center;
    background: #4caf50;
    border: 2px white solid;
    color: white;
    transform: rotate(45deg);
    padding: 10px 0;
    font-weight: bold; }
.image-gallery .loader-container {
  position: relative; }
  .image-gallery .loader-container .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 35px;
    opacity: .3;
    transform: translate(-50%, -50%); }
.image-gallery .thumbnails {
  margin: 20px -1% 0 -1%; }
  .image-gallery .thumbnails .thumbnail {
    cursor: pointer;
    float: left;
    width: 23%;
    box-sizing: border-box;
    margin: 0 1% 20px 1%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 120px;
    border-radius: 4px;
    box-shadow: 0 0 15px #00000012;
    border: 3px white solid; }
    .image-gallery .thumbnails .thumbnail:hover, .image-gallery .thumbnails .thumbnail.selected {
      border-color: #31a0ce; }

.property-detail .td {
  padding: 10px 0; }
  .property-detail .td.right {
    font-weight: bold; }

.arrow-message {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px; }
  .arrow-message:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px transparent solid;
    margin-left: -10px;
    border-bottom: none; }
  .arrow-message.danger {
    background: #353535; }
    .arrow-message.danger:after {
      border-top-color: #353535; }
  .arrow-message.success {
    background: #57b700; }
    .arrow-message.success:after {
      border-top-color: #57b700; }

form.sent :invalid {
  background-color: #fff9f9 !important;
  border-color: #e2b0b0; }
form.sent .th-checkbox input:invalid + div {
  background-color: #fff9f9 !important;
  border-color: #e2b0b0; }

.check-boxes {
  margin-top: 50px; }
  .check-boxes .td.left {
    width: 80px; }
  .check-boxes .td {
    padding: 15px 0; }
  .check-boxes .icon {
    width: 50px;
    height: 50px;
    background: #384246;
    border-radius: 50%;
    color: white;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    margin-right: 30px; }

.map {
  width: 100%;
  position: relative;
  background: white;
  margin: 0;
  padding: 0;
  vertical-align: top; }

@media (max-width: 767px) {
  .col-sm-6:not(:last-child) {
    margin-bottom: 50px; } }

.contacts .row {
  margin-left: -50px;
  margin-right: -50px; }
  .contacts .row [class^="col"] {
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 767px) {
      .contacts .row [class^="col"]:last-child {
        margin-top: 60px; } }
.contacts .image-single {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 3px #384246 solid;
  border-radius: 50%; }
.contacts .icon-box .icon {
  font-size: 240%;
  margin-left: 30px;
  margin-right: 10px;
  display: inline-block;
  width: 2em;
  color: #31a0ce;
  text-align: center;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .contacts .icon-box .icon {
      margin-left: 0; } }
.contacts .icon-box .text {
  font-size: 140%;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .contacts .icon-box .text {
      font-size: 120%; } }

.success-form-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  z-index: 6000; }
  .success-form-global:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #8aa90e;
    opacity: 0.94; }
  .success-form-global .center {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .success-form-global .center .fa {
      font-size: 150px;
      margin-bottom: 45px; }

.opening {
  margin-top: 25px;
  line-height: 1.8; }

.number-list .line {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  align-content: center; }
  .number-list .line:nth-child(odd) {
    padding-left: 50%; }
  .number-list .line .number {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: #31a0ce;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    font-weight: bold;
    font-size: 30px; }
    .number-list .line .number div {
      width: 100%;
      text-align: center; }
  .number-list .line .text {
    padding-left: 10px;
    font-weight: bold;
    font-size: 120%; }
.number-list.left .line .number {
  background: #384246; }

.image-top-circle {
  width: 100%;
  padding-bottom: 100%;
  background: url("../images/lukas-2.jpg") center center no-repeat;
  background-size: cover;
  border: 3px #384246 solid;
  border-radius: 50%; }
  @media (max-width: 767px) {
    .image-top-circle {
      width: 70%;
      padding-bottom: 70%;
      margin: 0 15%; } }

.no-found {
  text-align: center;
  background: #efefef;
  padding: 15px; }
  .no-found .icon {
    font-size: 40px;
    opacity: .2; }
  .no-found .text {
    margin-top: 25px;
    font-weight: bold; }

.our-job {
  margin-top: 40px; }
  .our-job .title {
    text-align: center;
    font-size: 150%;
    margin-bottom: 20px;
    font-weight: bold; }
  .our-job .video {
    height: 320px;
    border-radius: 4px;
    overflow: hidden; }
