/* HumbleGS 1.0.0 - Copyright 2015 Adrien Glitchbone - MIT License */
/* Base container properties */
.container,
.container-fluid,
.container-full,
.container-fixed {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Base column properties */
.col-xs-0,
.col-sm-0,
.col-md-0,
.col-lg-0,
.col-0, .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-1, .col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-2, .col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-3, .col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-4, .col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-5, .col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-6, .col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-7, .col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-8, .col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-9, .col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-10, .col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-11, .col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-12 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
  float: left;
}

.row-align-center > [class*="col-"], .row-align-right > [class*="col-"] {
  display: inline-block;
  float: none;
  letter-spacing: normal;
  text-align: left;
}

@media (max-width: 752px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 752px) and (max-width: 972px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 972px) and (max-width: 1172px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1172px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 752px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 752px) and (max-width: 972px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 972px) and (max-width: 1172px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1172px) {
  .hidden-lg {
    display: none !important;
  }
}
/* Set box-sizing */
.container,
.row,
.row:after,
.row:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Container */
.container-full {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: 1172px;
}
@media (max-width: 1171px) {
  .container {
    max-width: 972px;
  }
}
@media (max-width: 971px) {
  .container {
    max-width: 752px;
  }
}

.container-fixed {
  width: 992px;
}

/* Clearfix & box-model + list-style reset for ul support */
.row {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row-align-center, .row-align-right {
  /* Remove whitespace between inline-block elements */
  letter-spacing: -.25em;
}
.row-align-center {
  text-align: center;
}
.row-align-right {
  text-align: right;
}

/* Nested grid */
.row > .row {
  clear: none;
  float: left;
  margin: 0 !important;
}

/* Generate columns sizes */
.col-0 {
  width: 0%;
}

.col-offset-0 {
  margin-left: 0%;
}

.col-push-0 {
  left: 0%;
}

.col-pull-0 {
  right: 0%;
}

.col-1 {
  width: 8.33333%;
}

.col-offset-1 {
  margin-left: 8.33333%;
}

.col-push-1 {
  left: 8.33333%;
}

.col-pull-1 {
  right: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-offset-2 {
  margin-left: 16.66667%;
}

.col-push-2 {
  left: 16.66667%;
}

.col-pull-2 {
  right: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-push-3 {
  left: 25%;
}

.col-pull-3 {
  right: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-offset-4 {
  margin-left: 33.33333%;
}

.col-push-4 {
  left: 33.33333%;
}

.col-pull-4 {
  right: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-offset-5 {
  margin-left: 41.66667%;
}

.col-push-5 {
  left: 41.66667%;
}

.col-pull-5 {
  right: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-push-6 {
  left: 50%;
}

.col-pull-6 {
  right: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-offset-7 {
  margin-left: 58.33333%;
}

.col-push-7 {
  left: 58.33333%;
}

.col-pull-7 {
  right: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-offset-8 {
  margin-left: 66.66667%;
}

.col-push-8 {
  left: 66.66667%;
}

.col-pull-8 {
  right: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-push-9 {
  left: 75%;
}

.col-pull-9 {
  right: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-offset-10 {
  margin-left: 83.33333%;
}

.col-push-10 {
  left: 83.33333%;
}

.col-pull-10 {
  right: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-offset-11 {
  margin-left: 91.66667%;
}

.col-push-11 {
  left: 91.66667%;
}

.col-pull-11 {
  right: 91.66667%;
}

.col-12 {
  width: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

.col-push-12 {
  left: 100%;
}

.col-pull-12 {
  right: 100%;
}

@media only screen and (min-width: 0) {
  .col-xs-0 {
    width: 0%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-push-0 {
    left: 0%;
  }

  .col-xs-pull-0 {
    right: 0%;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xs-push-1 {
    left: 8.33333%;
  }

  .col-xs-pull-1 {
    right: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xs-push-2 {
    left: 16.66667%;
  }

  .col-xs-pull-2 {
    right: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xs-push-4 {
    left: 33.33333%;
  }

  .col-xs-pull-4 {
    right: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xs-push-5 {
    left: 41.66667%;
  }

  .col-xs-pull-5 {
    right: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xs-push-7 {
    left: 58.33333%;
  }

  .col-xs-pull-7 {
    right: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xs-push-8 {
    left: 66.66667%;
  }

  .col-xs-pull-8 {
    right: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xs-push-10 {
    left: 83.33333%;
  }

  .col-xs-pull-10 {
    right: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xs-push-11 {
    left: 91.66667%;
  }

  .col-xs-pull-11 {
    right: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }
}
@media (min-width: 752px) {
  .col-sm-0 {
    width: 0%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

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

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

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

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

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

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

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

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

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

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }
}
@media (min-width: 972px) {
  .col-md-0 {
    width: 0%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-push-0 {
    left: 0%;
  }

  .col-md-pull-0 {
    right: 0%;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-pull-12 {
    right: 100%;
  }
}
@media (min-width: 1172px) {
  .col-lg-0 {
    width: 0%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-push-0 {
    left: 0%;
  }

  .col-lg-pull-0 {
    right: 0%;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }
}



@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

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

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

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

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .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(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

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

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

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

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

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

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

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

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

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

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

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

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

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

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .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.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}


/*Menu*/
.home-pg .hamburger {top:60px}
.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 15px;
  right: 5%;
  z-index: 10000;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger.small-height
{
	top:15px !important;
	-webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
}
.hamburger.small-height2
{
	top:15px !important;
	-webkit-transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.7s cubic-bezier(0, 0, 0.58, 1);
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background:#648e75;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 22px;
  font-size: 18px;
  line-height:18px;
}
.fat-nav li, .fat-nav li a {
  color: #fff;
  text-transform:uppercase;
  letter-spacing: 4px;
}

.fat-nav li, .fat-nav li a:hover, .fat-nav li a.active
{
	color:#a3b563;
}

.fat-nav li a {
  text-decoration: none;
}
.fat-nav li.submenu {
  padding:10px 0;
  font-size: 14px;
    line-height: 1;
}
.fat-nav li.submenu-head{padding-bottom:10px;}
a:hover .hamburger__icon:before {
	top:-8px;
}
a:hover .hamburger__icon:after {
	top:8px;
}
.hamburger.active:hover .hamburger__icon:after{
	top:7px
}
.hamburger.active:hover .hamburger__icon:before {
	top:-7px
}
@media only screen and (max-width: 480px)
{
.hamburger.small-height {
    top: 15px !important;
}

}



/* ==============================
   Global styles
   ============================== */

@font-face {
  font-family: 'Impact';
  src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),  url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf')  format('truetype'), url('../fonts/Impact.svg#Impact') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf')  format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
  font-weight: normal;
  font-style: normal;
} */

html {
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
}
html,
body {
  height: 100% !important;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body ::-moz-selection {
  background: #00b2ca;
  color: #fff;
}
body ::selection {
  background: #00b2ca;
  color: #fff;
}
a,
a:hover,
a:focus {
  color: #fff;
  outline: none;
  text-decoration: none;
}
ul {
  list-style-type: none;
}
/* ==============================
   Typography
   ============================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px;
  line-height: 1.4;
}
p {
  font-size: 18px;
  color: #282828;
  line-height: 1.7;
  font-weight: normal;
}

.h3, h3 {
    font-size:2.1em;
	text-transform:uppercase;
}


b {
  font-weight: 700;
}
blockquote {
  padding: 0;
  border: none;
  background: none;
  font-style: normal;
  line-height: 1.7;
  color: #777;
}
blockquote p {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}
blockquote footer {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.alt-font {
  font-family: 'Dosis', arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #eeeef7;
}
/* ==============================
   Helper clases
   ============================== */
.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}
img.resp {
  width: 100%;
  height: auto;
}
.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}
.relative {
  position: relative;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.right {
  float: right;
}
.left {
  float: left;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.info-message {
  margin: 25px 0 0px;
}
.success {
  border-color: #a9e2c2;
  color: #36a367;
}
.error {
  border-color: #fbb;
  color: #e33131;
}
.black {
  color: #111 !important;
}
.weight-color {
  color: #00b2ca !important;
  font-weight: 500;
}
.typography-white {
  color: #fff;
}
.typography-white * {
  color: #fff;
}
.vt-top{
vertical-align:top !important;
}
.pt-35{
padding-top: 35px !important;
}
/* ==============================
   Backgrounds and sections
   ============================== */
.bg-dark-10,
.bg-dark-50,
.bg-dark-80,
.bg-dark-90,
.bg-dark-30,
.bg-light-90 {
  color: #fff;
}
.bg-dark-10 *,
.bg-dark-50 *,
.bg-dark-80 *,
.bg-dark-90 *,
.bg-dark-30 *,
.bg-light-90 * {
  color: #fff;
}
.bg-dark-10:before,
.bg-dark-50:before,
.bg-dark-80:before,
.bg-dark-90:before,
.bg-dark-30:before,
.bg-light-90:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-dark-10:before {
  background: rgba(0,0,0,0.1);
}
.bg-dark-30:before {
  background: rgba(0,0,0,0.1);
}
.bg-dark-50:before {
  background: rgba(0,0,0,0.5);
}
.bg-dark-80:before {
  background: rgba(0,0,0,0.8);
}
.bg-dark-90:before {
  background: rgba(0,0,0,0.9);
}
.bg-light-90:before {
  background: rgba(255,255,255,0.8);
}
.bg-light {
  background: #f0f0f0;
}
.bg-light-2 {
  background: #f8f8f8;
}
.bg-img {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
section {
  position: relative;
  padding: 50px 0 0 0;
  min-height: 100px;
  overflow: hidden;
      background: #fff;
}
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 999;
}
.page-2 {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 999;
}
.small-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.section-icon {
  margin-bottom: 7px;
  text-align: center;
  font-size: 32px;
}
.min-height {
  min-height: 400px;
}
.half-height {
  padding: 0 !important;
  margin: 0 !important;
  height: 90vh;
  width: 100%;
}

.half2-height {
  padding: 0 !important;
  margin: 0 !important;
  height: 50vh;
  width: 100%;
}


.full-screen {
  height: 100vh;
  width: 100%;
}
/*
 * Background slider
 */
.bg-slideshow-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slideShow 24s linear infinite 0s;
  animation: slideShow 24s linear infinite 0s;
}
.slide-1 {
  opacity: 1;
}
.slide-2 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.slide-3 {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.slide-4 {
  -webkit-animation-delay: 32s;
  animation-delay: 32s;
}
/*
 * Parallax
 */
.parallax-hero {
  position: fixed;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax-fixed {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.parallax-section-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.mobile .parallax-section-bg {
  height: 100% !important;
}
/*
 *BG VIdeo
 */
.youtube-bg,
.bg-video-wrapper,
.bg-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.youtube-bg:before {
  z-index: 2;
}
.bg-video-wrapper {
  z-index: 0;
}
.bg-video-wrapper video {
  max-width: inherit;
  height: inherit;
  z-index: 0;
}
.animate-slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.animate-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.page-footer a{color:#fff}

/* ==============================
   Page loaders
   ============================== */
.page-loader {
  display: block;
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}
.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-right: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  border-left: 1px solid rgba(0,0,0,0.7);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
.loader-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 6px;
  color: #777;
}
.mfp-preloader {
  width: 50px !important;
  height: 50px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50% !important;
  left: 50% !important;
  right: 0;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0,0,0,0.4);
  border-right: 1px solid rgba(0,0,0,0.4);
  border-bottom: 1px solid rgba(0,0,0,0.4);
  border-left: 1px solid #fff;
  -webkit-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ==============================
   Buttons
   ============================== */
.social-links {
  font-size: 16px;
}
.social-links a {
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  position: relative;
  margin: 0 6px;
  text-align: center;
  display: inline-block;
  color: #111;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.social-links a a i,
.social-links a a span {
  position: relative;
  top: 0;
  left: 0;
}
.social-links a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #111;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.social-links a:hover {
  color: #fff;
}
.social-links a:hover:before {
  background: #111;
}
.icon-big-round {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  color: rgba(255,255,255,0.97);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.icon-big-round .fa-play {
  position: relative;
  left: 4px;
}
.btn-read-more {
  border-bottom: 1px solid #111;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #555;
  font-family: 'Dosis', Arial, sans-serif;
  text-transform: uppercase;
}
.btn-scroll-down {
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: display 0.5s easy-in-out;
  transition: display 0.5s easy-in-out;
}
.btn-scroll-down:before,
.btn-scroll-down:after {
  content: '';
  display: block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}
.btn-scroll-down:before {
  bottom: 20px;
  width: 30px;
  height: 30px;
}
.btn-scroll-down:after {
  width: 15px;
  height: 15px;
  bottom: 35px;
  -webkit-animation: sc-down-a 0.3s infinite alternate;
  animation: sc-down-a 0.3s infinite alternate;
}
.btn-coffee {
  font-family: 'Dosis', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
  color: #fff;
  background: rgba(34,34,34,0.9);
  border: 2px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.btn-coffee:hover,
.btn-coffee:focus {
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  background: rgba(0,0,0,0.7);
  text-decoration: none;
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-coffee:active {
  cursor: pointer !important;
  outline: none !important;
}
.btn-coffee.btn-small {
  height: auto;
  padding: 6px 17px;
  font-size: 11px;
  letter-spacing: 1px;
}
.btn-coffee.btn-medium {
  height: auto;
  padding: 8px 37px;
  font-size: 12px;
}
.btn-coffee.btn-large {
  height: auto;
  padding: 12px 45px;
  font-size: 13px;
}
.btn-coffee.btn-glass {
  color: rgba(255,255,255,0.75);
  background: rgba(0,0,0,0.4);
}
.btn-coffee.btn-glass:hover,
.btn-coffee.btn-glass:focus {
  color: #fff;
  background: #000;
}
.btn-coffee.btn-border {
  color: #151515;
  border: 2px solid #151515;
  background: transparent;
}
.btn-coffee.btn-border:hover,
.btn-coffee.btn-border:focus {
  color: #fff;
  border-color: transparent;
  background: #000;
}
.btn-coffee.btn-color {
  color: #fff;
  background: #00b2ca;
}
.btn-coffee.btn-color:hover,
.btn-coffee.btn-color:focus {
  color: #fff;
  opacity: 0.5;
}
.btn-coffee.btn-color-w {
  color: #fff;
  border: 2px solid #00b2ca;
  background: #00b2ca;
  opacity: 0.85;
}
.btn-coffee.btn-color-w:hover,
.btn-coffee.btn-color-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}
.btn-coffee.btn-border-w {
  color: #fff;
  border: 2px solid rgba(255,255,255,0.75);
  background: transparent;
}
.btn-coffee.btn-border-w:hover,
.btn-coffee.btn-border-w:focus {
  color: #111;
  border-color: transparent;
  background: #fff;
}
.btn-coffee.btn-border-1px {
  border: 1px solid;
}
.btn-coffee.btn-w {
  color: #111;
  background: rgba(255,255,255,0.8);
}
.btn-coffee.btn-w:hover,
.btn-coffee.btn-w:focus {
  color: #111;
  background: #fff;
}
.btn-coffee.btn-gray {
  color: #777;
  background: #e5e5e5;
}
.btn-coffee.btn-gray:hover,
.btn-coffee.btn-gray:focus {
  color: #444;
  background: #d5d5d5;
}
.btn-coffee.btn-circle {
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn-coffee.btn-round {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.btn-icon {
  position: relative;
  border: none;
  overflow: hidden;
}
.btn-icon.btn-small {
  overflow: hidden;
}
.btn-icon > span {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  font-size: 48px;
  opacity: 0.2;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.btn-icon:hover > span {
  opacity: 0;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.btn-icon > span.white {
  color: #fff;
}
.btn-icon > span.black {
  color: #000;
}
.btn-full {
  width: 100%;
}
@-webkit-keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
  }
}
@-moz-keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
  }
}
@keyframes sc-down-a {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
  }
}
/* ==============================
   Form Field
   ============================== */
.form input,
.form select {
  display: inline-block;
  height: 27px;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid rgba(0,0,0,0.1);
  padding-left: 7px;
  padding-right: 7px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.form select {
  font-size: 12px;
}
.form select[multiple] {
  height: auto;
}
.form input:hover,
.form select:hover {
  border-color: rgba(0,0,0,0.2);
}
.form input:focus,
.form select:focus {
  color: #111;
  border-color: rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  outline: none;
}
.form input.input-lg,
.form select.input-lg {
  height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
}
.form input.input-md,
.form select.input-md {
  height: 37px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 12px;
}
.form input.input-sm,
.form select.input-md {
  height: 31px;
  padding-left: 10px;
  padding-right: 10px;
}
.form textarea {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  border-color: rgba(0,0,0,0.1);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.form textarea:hover {
  border-color: rgba(0,0,0,0.2);
}
.form textarea:focus {
  color: #111;
  border-color: rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 3px rgba(21,21,21,0.3);
  box-shadow: 0 0 3px rgba(21,21,21,0.3);
}
.form-contact input {
  margin-bottom: 15px;
}
.form-contact textarea {
  height: 90px;
}
.form-contact button {
  margin-top: 15px;
  float: right;
}
/* ==============================
   Navbar
   ============================== */
.nav-logo-wrap {
  float: left;
  margin-right: 20px;
  position:relative;
  z-index: 1000;
}
.nav-logo-wrap .logo {
 /* font-family: 'Dosis', Arial, sans-serif;*/
 float:left;
  vertical-align: middle;
  height: auto;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  margin-top:25px;
  /*visibility:hidden;*/
}

.nav-logo-wrap .logo img
{
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  height:104px;
  width:auto ;
  display:block;
}

.nav-logo-wrap .logo span.higl {
  color: #00b2ca;
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-animation: rotate-letter 15s infinite;
  animation: rotate-letter 15s infinite;
}
.main-nav.transparent #logo-dark {
  display: none;
}
.main-nav.transparent #logo-white {
  display: block;
}
.main-nav.white:not(.transparent) #logo-white {
  display: none;
}
.main-nav.white:not(.transparent) #logo-dark {
  display: block;
}
.main-nav.dark:not(.transparent) #logo-white {
  display: block;
}
.main-nav.dark:not(.transparent) #logo-dark {
  display: none;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after {
  display: none;
}
.logo,
a.logo:hover {
  font-family: Dosis, arial, sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(0,0,0,0.9);
}
.main-nav {
  width: 100%;
  /*height: 75px !important;*/
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  /*background:url(../img/logo/transbg.png) top center repeat-x;*/
  z-index: 1030;
  -webkit-transition: background 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: background 0.27s cubic-bezier(0, 0, 0.58, 1);
}
/* .nav-logo-wrap .small-height, .main-nav .small-height {
  height: 75px !important;
  margin-top:10px !important;
} */
.main-nav.small-height{
height:70px !important;
background: rgba(63,64,64,0.7);
}
.main-nav.small-height2{
height:70px !important;
background: rgba(63,64,64,0.7) !important;
}
.logo.small-height{margin-top:10px !important}
.logo.small-height2{margin-top:10px !important}
.nav-logo-wrap .logo.small-height img {
  height: 50px;
  width:auto;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

.nav-logo-wrap .logo.small-height2 img {
  height: 50px;
  width:auto;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}

/*.small-height .inner-nav ul li a {
  height: 55px !important;
  line-height: 55px !important;
}*/
.inner-nav {
  display: inline-block;
  position: relative;
  float: right;
}
.inner-nav ul {
  float: right;
  margin: auto;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}
.inner-nav ul li {
  float: left;
  margin-left: 30px;
  position: relative;
}
.inner-nav ul li a {
  color: #777;
  letter-spacing: 2px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.inner-nav ul li a:hover,
.inner-nav ul li a.active {
  color: #000;
  text-decoration: none;
}
.menu-sub {
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(12,12,23,0.9);
}
.menu-sub li {
  display: block;
  width: 100%;
  margin: 0 !important;
}
.inner-nav ul li .menu-sub li a {
  display: block;
  width: 100%;
  height: auto !important;
  line-height: 1.3 !important;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 11px 15px;
  font-size: 13px;
  text-align: left;
  text-transform: none;
  border-left: none;
  border-right: none;
  letter-spacing: 0;
  color: #b0b0b0 !important;
  cursor: pointer;
}
.mobile-on .menu-has-multi > li:last-child > a {
  border-bottom: 1px solid rgba(255,255,255,0.065) !important;
}
.menu-sub li a:hover,
.inner-nav ul li .menu-sub li a:hover,
.menu-sub li a.active {
  background: rgba(255,255,255,0.09);
  color: #f5f5f5 !important;
}
.menu-sub li ul {
  left: 100%;
  right: auto;
  top: 0;
  border-left: 1px solid rgba(255,255,255,0.07);
}
.inner-nav > ul > li:last-child .menu-sub,
.inner-nav li .menu-sub.to-left {
  left: auto;
  right: 0;
}
.inner-nav li:last-child .menu-sub li ul,
.inner-nav li .menu-sub li ul.to-left {
  left: auto;
  right: 100%;
  top: 0;
  border-left: none;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.mobile-on .inner-nav li:last-child .menu-sub li ul {
  left: auto;
  right: auto;
  top: 0;
}
.menu-wrap {
  padding: 8px;
}
.menu-has-multi {
  width: auto !important;
  padding: 15px;
  text-align: left;
  white-space: nowrap;
}
.menu-sub-multi {
  width: 190px !important;
  overflow: hidden;
  white-space: normal;
  float: none !important;
  display: inline-block !important;
  vertical-align: top;
}
.menu-sub-multi > ul {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
}
.menu-group-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
}
.menu-group-title:hover {
  background: none !important;
}
.mobile-on .menu-sub-multi > ul {
  left: auto;
  right: auto;
  border: none;
}
.mobile-on .menu-sub-multi {
  display: block;
  width: 100% !important;
}
.mobile-on .menu-sub-multi > ul > li:last-child > a {
  border: none !important;
}
.mobile-on .menu-sub > li:last-child > a {
  border: none !important;
}
.mobile-on .menu-sub-multi:last-child > ul {
  border-bottom: none !important;
}
.mobile-on .navbar-desktop {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 15px;
  z-index: 100;
}
.mobile-on .full-wrapper .navbar-desktop {
  padding: 0;
}
.mobile-on .navbar-desktop ul {
  width: 100%;
  float: none;
  background: rgba(18,18,18,0.97);
  position: relative;
  overflow-x: hidden;
}
.mobile-on .navbar-desktop > ul {
  overflow-y: auto;
}
.mobile-on .navbar-desktop ul li {
  display: block;
  float: none !important;
  overflow: hidden;
}
.mobile-on .navbar-desktop ul li ul {
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-on .navbar-desktop ul li a {
  display: block;
  width: 100%;
  height: 38px !important;
  line-height: 38px !important;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: left;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255,255,255,0.065);
  color: #999;
  letter-spacing: 1px;
  cursor: pointer;
}
.mobile-on .navbar-desktop ul li a:hover,
.mobile-on .navbar-desktop ul li a.active {
  background: rgba(255,255,255,0.03);
  color: #ddd;
}
.mobile-on .menu-has-sub > .fa {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mobile-on .js-opened > .menu-has-sub > .fa {
  border-color: rgba(255,255,255,0.4);
  line-height: 14px;
}
.mobile-on .inner-nav li {
  margin: 0 !important;
}
.mobile-on .menu-sub {
  display: none;
  opacity: 0;
  position: relative;
  left: 0 !important;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: none !important;
  border-right: none !important;
  border-top: none;
  z-index: 10;
}
.mobile-on .menu-sub li {
  padding-left: 10px;
}
.inner-nav li.js-opened .menu-sub {
  opacity: 1;
}
.navbar-mobile {
  display: none;
  float: right;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-left: 1px solid rgba(0,0,0,0.05);
  border-right: 1px solid rgba(0,0,0,0.05);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition-property: background, color;
  transition-property: background, color;
}
.navbar-mobile:hover,
.navbar-mobile.active {
  background: #fff;
  color: #777;
}
.navbar-mobile:active {
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.05) inset;
  box-shadow: 0 0 35px rgba(0,0,0,0.05) inset;
}
.no-js .navbar-mobile {
  width: 55px;
  height: 55px;
}
.mobile-on .navbar-mobile {
  display: table;
}
.navbar-mobile .fa {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
}
.mobile-on .menu-has-multi {
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
}
.mobile-on .menu-sub {
  width: 100%;
  float: none;
  position: relative;
  overflow-x: hidden;
}
.main-nav.dark {
  background-color: rgba(12,12,23,0.9);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-nav.dark .inner-nav ul > li > a {
  color: rgba(255,255,255,0.7);
}
.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active {
  color: #fff;
}
.main-nav.dark .navbar-mobile {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255,255,255,0.9);
}
.main-nav.dark .navbar-mobile:hover,
.main-nav.dark .navbar-mobile.active {
  color: #fff;
}
.main-nav.mobile-on.dark .inner-nav {
  border-top: 1px solid rgba(100,100,100,0.4);
}
.main-nav.dark .logo,
.main-nav.dark a.logo:hover {
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255,0.9);
}
.main-nav.dark .menu-sub {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-nav.dark .btn {
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.7);
}
.main-nav.dark .btn:hover {
  background: #fff;
  color: #111;
  border-color: transparent;
}
.main-nav.white.transparent .inner-nav ul > li > a {
  color: rgba(255,255,255,0.7);
}
.main-nav.white.transparent .btn {
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.7);
}
.main-nav.white.transparent .btn:hover {
  background: #fff;
  color: #111;
  border-color: transparent;
}
.main-nav.white.transparent .inner-nav ul > li > a:hover,
.main-nav.white.transparent .inner-nav ul > li > a.active {
  color: #fff;
}
.main-nav.white.transparent .navbar-mobile {
  background-color: transparent;
  border-color: transparent;
  color: rgba(255,255,255,0.9);
}
.main-nav.white.transparent .navbar-mobile:hover,
.main-nav.white.transparent .navbar-mobile.active {
  color: #fff;
}
.main-nav.mobile-on.white.transparent .inner-nav {
  border-top: 1px solid rgba(100,100,100,0.4);
}
.main-nav.white.transparent .logo,
.main-nav.white.transparent a.logo:hover {
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255,0.9);
}
.main-nav.white.transparent .menu-sub {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-nav.white .inner-nav ul > li > a:hover,
.main-nav.white .inner-nav ul > li > a.active {
  color: #000;
}
.main-nav.transparent {
  background: transparent;
}
.main-nav.js-transparent {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.menu-centered {
  text-align: center;
}
.menu-centered .inner-nav {
  float: none;
}
.menu-centered .inner-nav > ul {
  float: none;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.menu-centered .inner-nav > ul > li:first-child {
  margin-left: 0;
}
.menu-centered .navbar-mobile {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.menu-align-left .inner-nav {
  float: none;
  width: 100%;
}
.menu-align-left .inner-nav > ul {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.menu-align-left .inner-nav > ul > li:first-child {
  margin-left: 0;
}
.menu-align-left .navbar-mobile {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.stick-fixed {
  position: fixed !important;
  top: 0px;
  left: 0;
}
.full-wrapper {
  margin: 0 5%;
}

.titleMid
{
	padding:0;
	margin-bottom:0;
	font-size:36px;
	font-weight:800;
	color:#ff2700;
	text-transform:uppercase;
}

.titletop
{
	padding:0;
	margin-bottom:0;
	font-size:100px;
	font-weight:800;
	color:#ff2700;
	text-transform:uppercase;
	line-height: 78px;
}

.titlebottom p
{
	font-size:20px ;
	font-weight:bold;
	line-height:25px;
	color:#fff;
	margin-bottom:21px;
}

.titlebottom
{
	margin-top:70px;
}

.bottomBtn {
    display: block;
    position: absolute;
    top: 52%;
    right: 5%;
	font-size:22px;
	font-style:italic;
	z-index:999;
	color:#fff;
}

.bottomBtn:hover {
	color:#fff;
}


@-webkit-keyframes rotate-letter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-letter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-letter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/* ==============================
   Owl carousel
   ============================== */
.owl-carousel {
  overflow: hidden;
}
.owl-buttons {
  position: static;
}
.owl-prev,
.owl-next {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  z-index: 6;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.owl-prev {
  left: -20px;
}
.owl-next {
  right: -20px;
}
.owl-prev span.angle,
.owl-next span.angle {
  display: block;
  width: 40px;
  height: 40px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.owl-prev span.angle {
  right: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-next span.angle {
  left: 40px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.owl-prev:hover,
.owl-next:hover {
  -webkit-transition: 0 none !important;
  transition: 0 none !important;
}
.owl-carousel:hover .owl-prev {
  opacity: 1;
  left: 5px;
}
.owl-carousel:hover .owl-next {
  opacity: 1;
  right: 5px;
}
.owl-pagination {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
}
.owl-page {
  display: inline-block;
  padding: 6px 4px;
  position: relative;
}
.owl-page span {
  width: 15px;
  height: 5px;
  display: block;
  background: rgba(255,255,255,0.9);
  position: relative;
  z-index: 1000 !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.owl-page:hover span {
  background: #fff;
}
.owl-page.active span {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.8);
  -webkit-transform: scale(1.3333333);
  transform: scale(1.3333333);
}
.team-slider .owl-pagination {
  bottom: 0px;
}
.team-slider .owl-page span {
  border: 1px solid #00b2ca;
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}
.team-slider .owl-page.active span {
  background: #00b2ca;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.owl-high-pagination .owl-pagination {
  left: 40px;
  text-align: left;
}
/* ==============================
   Headers
   ============================== */
span.hs {
  font-weight: 400;
}
.hs-line-1,
.hs-line-2,
.hs-line-3,
.hs-line-4,
.hs-line-5,
.hs-line-6,
.hs-line-8,
.hs-line-9,
.hs-line-first,
.hs-line-second {
  color: #fff;
}
.hs-line-1 {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-family: 'Impact';
  letter-spacing: 2px;
}
.hs-line-2 {
  letter-spacing: 5px;
  font-family: 'Dosis', sans-serif;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.hs-line-3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 40px;
}
.hs-line-4 {
  text-transform: uppercase;
  font-size: 3.60em;
  font-weight: 800;
}

.hero-content-inner h1
{
	text-align:center;
	line-height: 0.9em;
	margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    padding: 45px;
    border: 2px solid #fff;
}


.hs-line-5 {
  text-transform: capitalize;
  font-size: 4em;
  font-weight: 100;
  margin-bottom: 40px;
  letter-spacing: 5px;
}
.hs-line-6 {
  text-transform: uppercase;
  font-size: 4.5em;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 10px;
}
.hs-line-7 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 40px;
  letter-spacing: 15px;
}
.hs-line-8 {
  font-size: 2.5em;
  font-weight: 100;
  margin-bottom: 10px;
  letter-spacing: 5px;
}
.hs-line-9 {
  font-family: 'Dosis', sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.hs-line-10 {
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 1px;
  width: 50%;
  margin: auto;
}
.hs-line-10 a {
  color: inherit;
  border-bottom: 1px dashed;
}
.hs-line-counter {
  color: #fff;
  font-family: 'Dosis';
  letter-spacing: 1px;
  font-size: 2em;
}
.hs-line-first {
  margin-top: 0;
  position: relative;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 1.8;
  opacity: 0.9;
}
.hs-line-second {
  margin-top: 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.85);
}
.breadcrumbs {
  margin-top: -5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.breadcrumbs.breadcrumbs-white a {
  color: #fff;
}
.breadcrumbs span {
  opacity: 0.65;
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
/* ==============================
   Hero section
   ============================== */
.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  color: #fff;
}
.hero-content-inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*padding: 0 15px;*/
  z-index: 5;
}
.hero-content-inner > div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
/* ==============================
   About section
   ============================== */
/*
 * About Item boxes
 */
.about-item {
  margin: 60px 0 0 0;
  position: relative;
  padding-left: 55px;
  padding-top: 3px;
  font-size: 13px;
  font-weight: 300;
  color: #999;
  -webkit-transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(500px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}
.about-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  color: #00b2ca;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.about-item-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #00b2ca;
}
/*
 * Qoute
 */
.about-quote h5 {
  font-weight: 400;
  color: #222;
}
.about-quote p {
  font-size: 18px;
}
/*
 * Progress bars
 */
.progress-box {
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: visible;
  height: 2px;
  background: #f0f0f0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-box .progress-bar {
  padding-top: 3px;
  position: relative;
  overflow: visible;
  background-color: #00b2ca;
  font-size: 11px;
  color: #000;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30%;
}
.progress-box .progress-bar > span {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  padding: 0 3px;
  position: absolute;
  top: 0px;
  right: -5px;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.fact-item span,
.fact-item i {
  vertical-align: middle;
  font-size: 32px;
  margin-top: 10px;
}
.fact-item .focus-number {
  font-size: 3em;
  margin-left: 15px;
  font-weight: 100;
}
.fact-item .fact-desc {
  margin-top: 25px;
}
/* ==============================
   Service
   ============================== */
/*
* Version 1
*/
.service-item {
  width: 100%;
  height: 220px;
  margin: 10px 0;
  text-align: center;
  /*border: 1px solid #f2f2f2;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item i {
  position: relative;
  top: 30px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 48px;
}
.service-item h5 {
  color: #282828;
  position: relative;
  top: 0px;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  line-height: 1.4;
}

.h5, h5
{
	font-size:18px;
	font-weight: 700;
}

.whatwedo p
{
	margin-bottom:35px;
}

.icon-BrandActivations:before
{
	content:url(../img/BrandActivations.png);
}

.icon-DigitalPlanning:before
{
	content:url(../img/DigitalPlanning.png);
}

.icon-ExperientialMarketing:before
{
	content:url(../img/ExperientialMarketing.png);
}

.icon-IntegratedCampaigns:before
{
	content:url(../img/IntegratedCampaigns.png);
}

.icon-SocialMediaManagement:before
{
	content:url(../img/SocialMediaManagement.png);
}

.icon-Exhibitions:before
{
	content:url(../img/Exhibitions.png);
}

.icon-Sponsorship:before
{
	content:url(../img/Sponsorship.png);
}

.icon-mobileStrategy:before
{
	content:url(../img/mobileStrategy.png);
}
.icon-intellectual:before
{
	content:url(../img/intellectual.png);
}

.icon-engagement:before
{
	content:url(../img/engagement.png);
}


.icon-Viewall:before
{
	content:url(../img/Viewall.png);
}


.capabilities
{
	background:#26272a;
}

.capabilities p
{
	color:#fff;
	line-height:22px;
	padding-bottom:25px;
}

.service-item .service-desc {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  transform: scale(0);
  top: -72px;
  position: relative;
}
.service-item:hover {
  border-color: #00b2ca;
}
.service-item:hover i {
  top: 15px;
}
.service-item:hover h5 {
  top: -15px;
}
.service-item:hover .service-desc {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: -72px;
   position: relative;
}

.service-item .service-desc p
{
	font-size:14px;
	line-height: 1.3;
}


/*
* Version 2
*/
.service2-item {
  border: 1px dotted #ccc;
  padding: 10px;
}
.service2-item span,
.service2-item i {
  vertical-align: middle;
  font-size: 32px;
  margin-top: 10px;
}
.service2-item .service2-number {
  font-size: 3em;
  margin-left: 15px;
  font-weight: 100;
}
.service2-item .service2-desc {
  margin-top: 25px;
}
/* ==============================
   Portfolio
   ============================== */
.filter {
  padding-left: 0px;
  margin-left: 0px;
}
.filter li {
  display: inline-block;
  margin: 0 10px;
}
.filter li a {
  color: #555;
  font-size: 0.85em;
  padding: 10px 10px;
  letter-spacing: 3px;
  -webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
}
.filter li a:hover {
  border-bottom: 1px solid #00b2ca;
}
.filter li.active a {
  border-bottom: 1px solid #00b2ca;
}
.work-item {
  text-align: center;
  margin: 15px 0;
}
.work-item .figure {
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.work-item .figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.work-item .figure .figcaption {
  color: #111;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.work-item .figure .figcaption::before,
.work-item .figure .figcaption::after {
  pointer-events: none;
}
.work-item .figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.work-item .figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.work-item .figure h5,
.work-item .figure p {
  margin: 0;
}
.work-item .figure h5 {
  padding-top: 10px;
}
.work-item .figure p {
  padding: 5px 0;
}
.figure.effect-hover img {
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
}
.figure.effect-hover .figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.figure.effect-hover .figcaption h5 {
  font-weight: 400;
  color: #111;
}
.figure.effect-hover .figcaption p {
  color: #555;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 400;
}
.figure.effect-hover:hover .figcaption {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.figure.effect-hover:hover img {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0.1;
}
.call-to-action h5 {
  color: #777;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 0.8em;
}
/*
*Portfolio version 2
*/
.portfolio-grid {
  text-align: center;
}
.portfolio-item {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.portfolio-item img {
  width: 100%;
}
.portfolio-item .portfolio-caption {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.35s cubic-bezier(0, 0, 0.58, 1);
}
.portfolio-item .portfolio-caption a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.portfolio-item .portfolio-caption a h5 {
  color: #fff;
  margin-top: 30%;
  margin-buttom: 0;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.portfolio-item .portfolio-caption a p {
  margin-top: -10px;
  color: #ccc;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.portfolio-item .portfolio-caption a h5,
.portfolio-item .portfolio-caption a p {
  opacity: 0.5;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-item .portfolio-caption:hover {
  opacity: 1;
}
.portfolio-item .portfolio-caption:hover h5,
.portfolio-item .portfolio-caption:hover p {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/*
 * Portfolio single
 */
.work-detail {
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.work-detail p {
  font-size: 13px;
  padding: 4px 0;
  margin: 0;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.work-detail p:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
/* ==============================
   Team
   ============================== */
.team-item {
  position: relative;
  margin-bottom: 40px;
}
.team-item .team-social {
  position: absolute;
  left: 212px;
  top: 160px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.team-item .team-social a {
  margin: 0 3px;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.team-item:hover .team-social {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.team-item:hover .team-social a {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.team-item figcaption {
  margin-left: 100px;
}

.team-item img
{
	margin-top:85px;
	margin-bottom:35px;
}

.team-item figcaption h5
{
	color:#282828;
	text-transform: none;
    letter-spacing: 0.1em;
}

.team-item figcaption p
{
	font-size:16px;
	line-height:1.5;
}

#team
{
	padding-bottom:40px;
}

.portfolioBg
{
	/*background:url(../img/portfolioBG.jpg) top center no-repeat;*/
	padding: 110px 0 !important;
	/*height:341px;*/
}

.parallax-mirror
{
	z-index:9999999999 !important;
}


.portfolioBg h3, .portfolioBg p, .portfolioBg a
{
	color:#fff !important;
}

.portfolioBg p
{
	font-size:27px;
	font-style:italic;
	line-height:1.2;
}



.portfolioBg a
{
	border-color: #fff !important;
}

.portfolioBg a:hover
{
	border-color: #ff2700 !important;
	background:#ff2700 !important;
}


.team-item figcaption small {
  color: #00b2ca;
}
.team-item-2 {
  position: relative;
  padding: 0 15px;
}
.team-item-2 figcaption {
  position: absolute;
  padding: 20px 0;
  width: 100%;
  opacity: 1;
}
.team-item-2 figcaption h5 {
  color: #545454;
  margin: 0;
  font-size: 13px;
  letter-spacing: 6px;
}
.team-item-2 figcaption small {
  color: #8e8e8e;
  margin-top: 5px;
  display: block;
}
.team-item-2 .team-desc {
  position: absolute;
  top: 35px;
  left: 50px;
  right: 50px;
  bottom: 35px;
  background-color: rgba(0,0,0,0.7);
  text-align: center;
  padding: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.35s cubic-bezier(0, 0, 0.58, 1);
}
.team-item-2 .team-desc h5 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 13px;
  margin-top: 25%;
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
}
.team-item-2 .team-desc p {
  color: #a0a0a0;
  font-size: 13px;
}
.team-item-2 .team-desc h5,
.team-item-2 .team-desc .team-social-2,
.team-item-2 .team-desc p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
.team-item-2 .team-desc .team-social-2 {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
}
.team-item-2 .team-desc .team-social-2 a {
  font-size: 14px;
  color: #fff;
  margin: 0 10px;
}
.team-item-2:hover .team-desc {
  opacity: 1;
}
.team-item-2:hover .team-desc h5,
.team-item-2:hover .team-desc .team-social-2,
.team-item-2:hover .team-desc p {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* ==============================
   Testimonial
   ============================== */
.testimonial {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0.85;
}
.testimonial p {
  font-size: 18px;
}
/* ==============================
   Pricing
   ============================== */
.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.pricing-inner {
  border: 1px solid #eaeaea;
  vertical-align: middle;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pricing-inner:hover {
  border-color: #00b2ca;
}
.pricing-main .pricing-inner {
  border-color: #00b2ca;
}
.pricing-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
}
.pricing-icon {
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  z-index: 1;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pricing-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pricing-list {
  margin: 0 -20px 30px;
  padding: 0;
  color: #777;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pricing-list li {
  padding: 12px 20px;
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}
.pricing-list li b {
  font-weight: 400;
  color: #000;
}
.pricing-list li:first-child {
  border-top: 1px solid #f1f1f1;
}
.pricing-cost {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}
.pricing-cost sup {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -20px;
  left: -3px;
  margin-left: -7px;
}
.pricing-button {
  margin: 30px -20px 0;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}
.pricing-period {
  color: #999;
  font-size: 12px;
}
.pricing-main .pricing-icon,
.pricing-main .pricing-title {
  color: #00b2ca;
}
.pricing-main .pricing-button .btn {
  background: #00b2ca;
}
/* ==============================
   Contacts section
   ============================== */
#contacts{background:#828383;}

#contacts p{color:#fff;}
   
#contacts a:hover
{
	color:#ff2700;
}

#contacts span:hover, #contacts .active
{
	color:#ff2700;
	cursor:pointer;
}

.marker
{
	position:absolute;
	top:-17px;
	width:335px;
	height:11px;
	float:left;
	left:50%;
	margin-left: -130px;
	text-align:left;
}

.marker img
{
	margin-left:55px;
	 -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.newsletter-res {
  margin-top: 30px;
}
.form input.newsletter-input {
  font-family: 'Raleway', sans-serif;
  width: 293px;
  background: transparent;
  color: #fff;
  border: 0px;
  font-size: 13px;
  border-bottom: 1px solid #777;
}
.form input.newsletter-input:focus {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border-color: #f0f0f0;
}
.contact-item a,
.contact-item h5 {
  color: #777;
}
.contact-item p,
.contact-item a {
  font-family: 'Dosis';
  letter-spacing: 2px;
}
.contact-item span,
.contact-item i {
  font-size: 32px;
  display: block;
  margin-bottom: 20px;
  color: #00b2ca;
}
.form-contact input {
  border: 0px;
  border-bottom: 1px solid #aeaeae;
}
.form-contact input:focus {
  border: 1px solid #aeaeae;
}
.form-contact textarea {
  border: 1px solid #aeaeae;
  margin-top: 25px;
}
.google-map {
  /*margin-top: 60px;*/
  position: relative;
  background: #111;
  height: 80px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#my-canvas{
  height: 410px;
  position: relative;
  background-color: #ccc !important;
  z-index: 1;
}
.google-map.js-active {
  height: 410px;
}
.map-section {
  width: 100%;
  position: absolute;
  color:#000;
  top: 0;
  left: 0;
  padding: 25px 0 !important;
  background: rgba(255,255,255,0.8);
  z-index: 2;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.56);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.56);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.56);
}
.map-toggle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
  color: #fff;
  text-align: center;
}
.toggle-text {
  margin-left: 12px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.75);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.map-section:hover {
  opacity: 0.8;
}
.toggle-close {
  display: none;
}
/* ==============================
   Footer
   ============================== */
footer.page-footer {
  background-color: #515254;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size:12px;
  color:#fff;
}
.copy-right a {
  color: #777;
  font-size: 12px;
  letter-spacing: 0.5em;
}
.copy-right a:hover {
  text-decoration: underline;
}
.copy-right p {
  color: #777;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
}

#subscribe p
{
	padding-bottom:15px;
	line-height:1.3;
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#subscribe
{
	padding-bottom:30px !important;
}

#subscribe h3
{
	color:#ff2700;
}

.social {
    list-style: none;
	padding: 0;
}
.social li {
    display: inline-block;
}
ul.social a {
    overflow: hidden;
    margin: 0 10px;
}
.blkicon-cube {
    position: relative;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    overflow: visible;
}
.icon {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
}
.blkicon-cube::before, .blkicon-cube::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    transition: all 400ms ease;
}
.blkicon-cube::after {
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(6px) rotateX(-90deg);
    -moz-transform: translateY(6px) rotateX(-90deg);
    -ms-transform: translateY(6px) rotateX(-90deg);
    transform: translateY(6px) rotateX(-90deg);
}
.blkicon-cube:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-6px) rotateX(90deg);
    -moz-transform: translateY(-6px) rotateX(90deg);
    -ms-transform: translateY(-6px) rotateX(90deg);
    transform: translateY(-6px) rotateX(90deg);
}
.blkicon-cube::before {
    z-index: 2;}
.blkicon-cube:hover::after {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}
.blkicon-cube.fb::after {
	background:url(../img/fb-h.png);
    background-position: center;
}

.blkicon-cube.fb::before {
	background:url(../img/fb.png);
    background-position: center;
}
.blkicon-cube.tw::after {
	background:url(../img/tw-h.png);
    background-position: center;
}

.blkicon-cube.tw::before {
	background:url(../img/tw.png);
    background-position: center;
}
.blkicon-cube.li::after {
	background:url(../img/li-h.png);
    background-position: center;
}

.blkicon-cube.li::before {
	background:url(../img/li.png);
    background-position: center;
}
.blkicon-cube.gp::after {
	background:url(../img/gp.png);
    background-position: center;
}

.blkicon-cube.gp::before {
	background:url(../img/gp.png);
    background-position: center;
}
.blkicon-cube.in::after {
	background:url(../img/in-h.png);
    background-position: center;
}

.blkicon-cube.in::before {
	background:url(../img/in.png);
    background-position: center;
}
.blkicon-cube.pin::after {
	background:url(../img/pin.png);
    background-position: center;
}

.blkicon-cube.pin::before {
	background:url(../img/pin.png);
    background-position: center;
}
.main-content{margin-top:82px;}

.brands-wrap{margin:50px auto}
.news-events-wrap{margin:150px auto}

a.scroll-to-top {
  position: absolute;
    bottom: 6px;
    right: 20px;
    width: 40px;
    height: 36px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    font-size: 35px;
}
/* ==============================
   Blog
   ============================== */
/*
 * Blog posts
 */
.post-thumbnail {
  position: relative;
  overflow: hidden;
}
.post-thumbnail img {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.post-title {
  font-family: 'Dosis';
  letter-spacing: 2px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
.date-post {
  font-family: 'Dosis';
  font-size: 10px;
  color: #757a86;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-post:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-single img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.btn-continue-reading {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00b2ca;
}
.btn-continue-reading i {
  opacity: 1;
}
.btn-continue-reading:hover {
  color: #00b2ca;
}
.btn-continue-reading:hover i {
  opacity: 1;
}
/*
 * Blog single
 */
.blog-single .post-title {
  font-size: 1.5em;
  font-weight: 300;
}
.blog-single .post-thumbnail {
  margin: 2em 0 2em 0;
}
.blog-single .post-content img {
  margin: 20px 0;
}
.blog-single .post-content ul {
  list-style-type: disc;
}
.blog-single .post-content ul li {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  color: #777;
}
.blog-single .post-content > p {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 1.8;
}
.blog-single .post-meta {
  border: none;
}
span.separator {
  margin-right: 8px;
}
.post-meta {
  color: #737373;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 5px 0px 5px;
  margin-bottom: 10px;
}
.post-meta i {
  margin-right: 5px;
}
.post-meta a {
  color: #737373;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  padding: 5px 5px 5px 0;
}
.post-meta a:hover {
  color: #555;
}
/*
 * Pagination
 */
.pagination > li > a,
.pagination > li > span {
  color: #444;
  padding: 8px 13px;
  margin-right: 4px;
  border-color: #999;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #444;
  background: inherit;
  border-color: #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background: inherit;
  border-color: #111;
  color: #111;
}
.pagination > li:first-child a,
.pagination > li:first-child span {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li:last-child a,
.pagination > li:last-child span {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li.active a,
.pagination > li.active span {
  background: inherit;
  border-color: #00b2ca;
  color: #00b2ca;
}
.pagination > li.active a:hover,
.pagination > li.active a:focus,
.pagination > li.active span:hover,
.pagination > li.active span:focus {
  background: inherit;
  border-color: #111;
  color: #111;
}
/*
 * Comments
 */
.comment-item {
  padding-top: 30px !important;
  border-top: 1px dotted #e9e9e9;
  font-size: 14px;
  overflow: hidden;
}
.comment-item:first-child {
  padding-top: 0;
  border-top: none;
}
.comment-avatar {
  width: 50px;
  margin-right: 10px;
}
.comment-data {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
}
.comment-data a {
  color: #777;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.comment-data a:hover {
  color: #000;
  text-decoration: none;
}
.comment-author {
  display: inline-block;
  margin-right: 20px;
  font-size: 11px;
  font-weight: 700;
}
.comment-author a {
  color: #999;
}
/*
 * Sidebar
 */
.sidebar {
  margin-top: 10px;
}
.widget {
  margin-bottom: 30px;
}
.widget .img-left {
  margin: 0 10px 10px 0;
}
.widget .img-right {
  margin: 0 0 10px 10px;
}
.widget-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  border-bottom: 1px solid #ccc;
}
.widget-body {
  font-size: 13px;
  color: #777;
}
.widget-text {
  line-height: 1.7;
}
/* Search widget */
.search-wrap {
  position: relative;
}
.search-input {
  width: 100% !important;
  height: 40px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
}
.search-button:hover {
  color: #111;
}
.search-button:hover + .search-field {
  border-color: #ccc;
}
/* Widget tags */
.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #e9e9e9;
  color: #777;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.tags a:hover {
  color: #111;
  border: 1px solid #111;
}
/* Widget list */
.widget-list li {
  font-size: 13px;
  padding: 8px 0;
/* Widget post */
}
.widget-list li a {
  color: #555;
  padding: 2px 0;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.widget-list li a:hover {
  color: #999;
}
.widget-post li {
  font-size: 13px;
  padding: 12px 0;
  border-bottom: 1px dotted #eaeaea;
}
.widget-post li a {
  color: #555;
  -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}
.widget-post li a:hover {
  color: #999;
}
.widget-post-thumb {
  float: left;
  height: 70px;
  width: 70px;
  margin: 0 7px 0 0;
}
.widget-post-description {
  overflow: hidden;
}
.widget-post-description p {
  font-size: 13px;
}
.first-letter::first-letter {
  display: block;
  float: left;
  text-align: center;
  margin: 5px 10px 8px 0;
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.post-navigation {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.post-navigation .nav-prev {
  width: 33.3333%;
  float: left;
}
.post-navigation .nav-close {
  width: 33.3333%;
  float: right;
  text-align: center;
}
.post-navigation .nav-next {
  width: 33.3333%;
  float: right;
  text-align: right;
}
.post-navigation p {
  font-family: 'Dosis', Arial;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #000;
}
span.icon-close {
  display: inline-block;
  margin-top: -10px;
  font-size: 24px;
  vertical-align: middle;
}
/* ==============================
   Magnific popup custom style
   ============================== */
.mfp-container {
  padding: 0 !important;
}
.mfp-move-horizontal .mfp-anim {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mfp-move-horizontal .mfp-opacity {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-anim {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* ==============================
   Portfolio page
   ============================== */
.overlay-left,
.overlay-right {
  width: 50%;
  height: 100%;
  margin: 0 !important;
  position: absolute;
  top: 0;
}
.overlay-left {
  left: 0;
  background: transparent;
}
.overlay-left div,
.overlay-left h1 {
  color: #777;
}
.overlay-right {
  right: 0;
  background: transparent;
  color: #fff;
}
.btn-scroll-alt:before,
.btn-scroll-alt:after {
  border-bottom: 1px solid #777;
  border-right: 1px solid #fff;
}
/* ==============================
   Service page
   ============================== */
.features-item {
  margin-top: 70px;
}
.features-icon {
  padding-top: 10px;
  font-size: 48px;
  line-height: 1.3;
  color: #00b2ca;
}
.features-icon img {
  width: 100%;
}
.features-title {
  color: #777;
  margin-bottom: 21px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.features-descr {
  color: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
}
.service-quote p {
  font-size: 20px;
}
/* ==============================
  Intro page
   ============================== */
.intro-box .intro-prev {
  position: relative;
  margin-bottom: 25px;
}
.intro-box .intro-prev span.intro-label {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 9;
  background-color: #ce3030;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}
.intro-box .intro-prev a {
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.intro-box .intro-prev a:hover {
  opacity: 0.85;
}
.intro-box .intro-prev img {
  width: 100%;
}
.intro-desc {
  text-align: center;
}
/*Custom*/
.section-title{
font-size:52px;
font-family: 'Impact';
text-transform:uppercase;
letter-spacing:2px;
line-height: 1;
margin-top:0;
margin-bottom:30px;
text-align:center;
}
.txt-grey{color:#4a494a}
.txt-white{color:#fff}
.text-grey2{color:#2e2f3f;}
.bg-dark-green{background:#648e75}
.section-desc{

font-size:15px;
line-height:1.3;
font-family: 'Roboto', sans-serif;
font-weight:300;
text-align: justify;
-moz-text-align-last: center;
text-align-last: center;
}
.about-box-wrap{
display:block;
position:relative;
width:100%;
overflow: hidden;
}
.about-box{
    position: relative;
    display: table;
    width: 24%;
    height: 268px;
    text-align: center;
    margin-right: 1%;
    float: left;
}
.about-box > div{    display: table-cell;
    vertical-align: middle;
	    padding: 0 15px;text-align:center;
}
.bg-green1{
background:#83c991;
}
.bg-green2{
background:#206e3e;
}
.bg-green3{
background:#8ca63c;
}
.bg-green4{
background:#657335;
}
.bg-green5{
background:#818735;
}
.bg-green6{
background:#9ab43b;
}
.bg-green7{
background:#9b9867;
}
.bg-brown{
background:#5b4d3b;
}
.bg-yellow{
background:#fbac21;
}
.bg-blue{
background:#31b59b;
}
.bg-dark-blue{
background:#132b3f;
}
.text-left-last{
    text-align-last: left;
    text-align: justify;
}
.pl-0{padding-left:0}
.pl-40{padding-left:40px !important}
.pr-40{padding-right:25px !important}
.text-left {
    text-align: left;
}
.about-box h3{
font-size:28px;
color:#fff;
font-family: 'Impact';
text-transform:uppercase;
letter-spacing:2px;
margin-top:0;
margin-bottom:20px;
}
.about-box p{
color:#fff;
font-size:16px;
line-height:1.3;
font-family: 'Roboto', sans-serif;
font-weight:400;
}
.project-box-wrap{
overflow:hidden;
text-align:center;
}
.project-box-wrap img{
-webkit-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.project-box-wrap img:hover{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
-moz-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.project-box-wrap > div{
	width: 32%;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
	    padding-top: 25px;
}
.people-dec-wrap{
overflow:hidden;
}
.people-dec-wrap > div{
	float:none;
	display: inline-block;
    vertical-align: middle;
	    padding: 0;
}
.people-dec-wrap p{
margin-bottom:15px;
font-size:16px;
line-height:1.3;
font-family: 'Roboto', sans-serif;
font-weight:400;
text-align: justify;
-moz-text-align-last: center;
text-align-last: center;
}
.bg-purple{background:#281f37}
.bg-light-green{background:#82af57}
.social-wrap{overflow:hidden}
.aboutbanner img{
transform:translateY(-25%);
-webkit-transform:translateY(-25%);
-moz-transform:translateY(-25%);
}
.facilities-wrap{margin:0;padding:0;text-align:center}
.facilities-wrap li p{font-size:14px;
line-height:1.3;
font-family: 'Roboto', sans-serif;
font-weight:300;color:#fff;text-align:center;}
.facimg{height:80px;}
.facilities-wrap li{
margin:0;padding:0;
    width: 12%;
	    height: 150px;
display:inline-block;
vertical-align: top;
}
.desk-bg{display:block !important}  
.mob-bg{display:none !important}
.farmingwrap{text-align:center}
.benefits{
width:18%;
display:inline-block;
vertical-align:top;
padding:15px;
}
.benefits img{max-width:100px}
.benefits p{font-family: 'Roboto', sans-serif;font-size:16px;line-height:1.1;margin-top:10px;color:#fff}
.checklist-wrap{text-align:center}
.checklist{display:inline-block;vertical-align:top;width:32%;padding:15px}
.checklist h4{font-family: 'Impact';font-size:24px;font-weight:normal;margin:0 0 15px;}
.checklist img{max-height:300px;margin-bottom:15px;max-width:100%}
.checklist p{font-family: 'Roboto', sans-serif;font-size:16px;line-height:1.1;text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;}
.whtsgrownwrap p{text-align:center;line-height:1.1;font-family: 'Roboto', sans-serif;font-size:16px;    margin-bottom: 25px;}
.grwnlist{overflow:hidden;border:1px solid #fff;}
.vegs{border-right:1px solid #fff;padding:20px;}
.fruits{padding:20px;}
.vegs ul, .fruits ul {
    list-style-type: disc;
}
.vegs p{text-align:center;line-height:1.1;font-family: 'Roboto', sans-serif;font-size:16px;color:#fff; font-weight: 300;  }
.vegs li{text-align:left;line-height:1.3;font-family: 'Roboto', sans-serif;font-size:16px;color:#fff;font-weight: 300;}
.fruits p{text-align:center;line-height:1.1;font-family: 'Roboto', sans-serif;font-size:16px;color:#fff;font-weight: 300;}
.fruits li{text-align:left;line-height:1.3;font-family: 'Roboto', sans-serif;font-size:16px;color:#fff;font-weight: 300;}
.bukstay{
background: #ed2024;
    color: #fff !important;
	display:inline-block;
    padding: 6px 25px;
	font-family: 'Roboto', sans-serif;font-size:16px;font-weight: 500;
    border: 1px solid #ed2024;
}
.inquirebtn{
 color: #5d5e5e !important;
	display:inline-block;
    padding: 6px 25px;
	font-family: 'Roboto', sans-serif;font-size:16px;font-weight: 500;
    border: 1px solid #5d5e5e;
}
.bukbtn{
 color: #fff !important;
	display:inline-block;
    padding: 6px 25px;
	font-family: 'Roboto', sans-serif;font-size:16px;font-weight: 500;
    border: 1px solid #fff;
}
.life-images li{
float:left;
margin-right:2%;
margin-top:20px;
overflow:hidden;
}
.projects-wrap .parallax{overflow:hidden}
.projects-wrap .parallax h4{
font-family: 'Impact';
font-size:18px;
letter-spacing:1px
}
.amenities-wrap{padding:0;margin:0;width: 33%;
    float: left;}
.amenities-wrap li{padding:0;margin:0;font-family: 'Roboto', sans-serif;font-size:14px;font-weight: 300;    padding-right:5px}
.projects-wrap img:hover{transform:scale(1.1);
 -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);}
  .projects-wrap img{
 -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);}
.life-images li img{max-width:100%;height:330px; -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);}
.life-images li img:hover{
transform:scale(1.1);
 -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.divTableRow {
	/* display: table-row; */
	display: -webkit-flex;
    display: flex;
}

.divTableCell {
font-family: 'Roboto', sans-serif;
    font-weight: 300;font-size:14px;
color:#5d5e5e;
padding: 5px 0;
    line-height: 1;    height: 38px;
}
.divTableRow .divTableHead:first-child{margin-left:0}
.divTableRowData .divTableColData:first-child{margin-left:0}
.divTableCell small{font-size:10px;}

.mtop-50{
margin-top:-200px
}
.divTableRowData{
	display: -webkit-flex;
    display: flex;
	
}
.big-prod-logo-last{margin-top:70px;}
.divTableBody{overflow-x: auto;    width: 425px;}
.divTable{overflow-x: auto;}
.divTableRowData .divTableColData:last-child{width: 105px;}
.divTableColData{
 width: 96px;
	text-align:center;
	border: 1px solid #999999;
	    margin: 5px;
}
.divTableHead {
border: 1px solid #999999;
font-family: 'Impact';font-size:14px;font-weight:normal;
color:#5d5e5e;
    padding: 3px 10px;
    margin: 5px;
    width: 105px;
    text-align: center;
}
.team img{
max-width:80%;
}
.team h5{
font-family: 'Roboto', sans-serif;
font-size:18px;font-weight:700;
color:#2e2f3f;
line-height: 1.3;
    margin-bottom: 0;
    margin-top: 25px;
}

.team h6{
font-size:14px;font-weight:300;
color:#2e2f3f;
line-height: 1;
    margin-bottom: 0;
    margin-top: 0px;
}
/* ==============================
  Responsive
   ============================== */
@media only screen and (max-width: 1366px) {
  .inner-nav ul li {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .team-social {
    margin-top: -35px;
    margin-left: 5px;
  }
  .team-social a {
    margin-top: 5px;
    display: block;
  }
  .about-box{    height: 215px;}
	.about-box h3{    font-size: 22px;}
	.about-box > div{    padding: 0 10px;}
.life-images li img{
    height: 275px;
}
}
.house-list{padding:0 25px}
@media only screen and (max-width: 1024px) {
	.hero-content-inner h1{
	    font-size: 30px;
		    padding: 30px;
	}
	.section-title{font-size: 36px;}
	
  .hs-line-5,
  .hs-line-1 {
    font-size: 3.5em;
  }
  .hs-line-4 {
    font-size: 3em;
  }
  .hs-line-6 {
    font-size: 4em;
    letter-spacing: 8px;
  }
  .hs-line-7 {
    font-size: 1.5em;
    letter-spacing: 12px;
  }
  .hs-line-8 {
    font-size: 2.3em;
  }
  .hs-line-10 {
    width: 65%;
  }
  .hs-line-first {
    font-size: 24px;
    letter-spacing: 0.4em;
  }
  .hs-line-second {
    letter-spacing: 2px;
  }
  .owl-pagination {
    bottom: 25px;
  }
  
  .titletop {
    font-size: 80px;
    font-weight: 800;
    line-height: 60px;
}

.titleMid {
    font-size: 30px;
}

.pt-130 {
    padding-top: 50px !important;
}

  .hamburger{top: 35px !important;}
.section-desc, .about-box p, .people-dec-wrap p{font-size:12px;    /* text-align: center;     */text-align: justify;
    text-align-last: center;}
.aboutuswrp .section-desc{text-align:justify;}
.inquirebtn, .bukstay,.house-list li,.bukbtn{font-size:12px}
.text-left-last {
    text-align-last: left;
    text-align: justify;
}
}
@media only screen and (max-width: 992px) {
.mtop-50{
margin-top:0px
}
.big-prod-logo-last {
    margin-top: 70px !important;
}
.pt-35 {
    padding-top: 42px !important;
}
.projects-wrap .parallax {
    overflow: hidden;
    text-align: center;
}
.projects-wrap img{margin-bottom:15px}
.projects-wrap img:hover {
    transform: scale(1);}
  .hs-line-first,
  .hs-line-second,
  .breadcrumbs:not(.align-center) {
    text-align: center !important;
  }
  .breadcrumbs {
    margin-top: 40px;
  }
  .hs-line-first {
    margin-bottom: 10px;
  }
  .service-item i {
    font-size: 36px;
  }
  .service-item .service-desc p {
    font-size: 13px;
  }
  
	.titletop {
		font-size: 75px;
		line-height: 50px;
	}
	
	.titleMid {
    font-size: 26px;
    font-weight: 800;
	}
	
	.titlebottom p {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 18px;
	}
	
	.titlebottom {
    	margin-top: 40px;
	}
  .project-box-wrap img, .people-dec-wrap img{max-width:100%}
  .pl-40 {
    padding-left: 10px !important;
}

.aboutbanner img{transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);}
	.life-images li img{height:200px}
	.inquirebtn, .bukstay{margin-bottom:20px}
.section-title {
    text-align: center;
}
.text-left-last {
    text-align-last: center;
    text-align: justify;
}
.projects-wrap img {
    margin:0 auto 15px;}
}
.grapebannerbg{background:url(../img/grapecountybg.jpg) no-repeat;    background-position: 50% 25%;
    background-size: cover;}
.grape2bannerbg{background:url(../img/grapebg.jpg) no-repeat;    background-position: 50% 100%;
    background-size: cover;}
.northstreambg{background:url(../img/northstreambg.jpg) no-repeat;    background-position: 50% 25%;
    background-size: cover;}
.bg-blue{background:#83ccb3}
.bg-blue2{background:#5d7093}
.littlefarmbannerbg{background:url(../img/littlefarmbg.jpg) no-repeat;    background-position: 50% 25%;
    background-size: cover;}
.subtitle-logo{
font-size: 16px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.house-list li{display:inline-block;padding:0px 15px;border-right:1px solid #fff}
.house-list li:last-child{border-right:0}
.datepicker{
background-image:url(../img/calendar.png);
background-repeat:no-repeat;
background-position:95% center;
}
.bg-foot-img{
background:url(../img/foot-bg.jpg) no-repeat center bottom;
background-size:cover;
}
.trees-planted{
border:1px solid #757268;
width:200px;
margin:40px auto 0;
text-align:center;
    padding: 15px 0;
}
.bg-foot-img img{max-width:100%}
.trees-planted p{
font-size: 15px;
    line-height: 1.3;
    font-family: 'Impact';
    font-weight: 500;
	color:#fff;
	margin:0;
	position:relative;
}
.trees-planted p:after{
content:'';
background:#757268;
position:absolute;
bottom: 1px;
    height: 1px;
    width: 70%;
    left: 15%;
}


.trees-planted h1{
font-size: 54px;
    line-height: 1.3;
    font-family: 'Impact';
    font-weight: 500;
	color:#fff;
	margin:0
}
@media only screen and (max-width: 768px) {
  .hs-line-5,
  .hs-line-1 {
    font-size: 3em;
  }
  .hs-line-2 {
    font-size: 0.9em;
  }
  .hs-line-4 {
    font-size: 2.8em;
    letter-spacing: 4px;
  }
  .hs-line-6 {
    font-size: 3em;
    letter-spacing: 6px;
  }
  .hs-line-7 {
    font-size: 1em;
    letter-spacing: 12px;
  }
  .hs-line-8 {
    font-size: 1.8em;
    letter-spacing: 4px;
  }
  .hs-line-10 {
    width: 75%;
  }
  .owl-buttons {
    display: none;
  }
  .about-quote p {
    font-size: 16px;
  }
  .filter li {
    display: block;
    margin: 20px 0;
  }
  .work-item figure {
    overflow: hidden;
  }
  .overlay-left {
    width: 100%;
    background: #00b2ca;
  }
  .overlay-left div,
  .overlay-left h1 {
    color: #fff;
  }
  .overlay-right {
    display: none;
  }
  .btn-scroll-alt:before,
  .btn-scroll-alt:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .owl-pagination {
    bottom: 17px;
  }
  .about-box {
    height: 215px;
    /* display: inline-block; */
    margin-bottom: 1%;
	    width: 49%;
	}
	.about-box > div {
   /*  padding: 20% 10px;
    height: 100%;
    display: block; */
}
.benefits p{font-size:14px;}
.benefits img {
    max-width: 75px;
}
.checklist p, .vegs li, .fruits li, .whtsgrownwrap p, .subtitle-logo{font-size:14px}
.checklist h4{    font-size: 20px;}
.checklist img {
    max-height: 200px;}
	.facilities-wrap li{    width: 20%;}
}
@media only screen and (max-width: 767px) {
  .call-to-action h4,
  .call-to-action h5 {
    text-align: center;
  }
  .service-item {
    margin: 20px 0;
    border: none;
    height: auto;
  }
  .service-item:hover {
    border: none;
  }
  .service-item i {
    top: -30px;
    font-size: 36px;
    margin-bottom: 0;
  }
  .service-item h5 {
    top: -30px;
    margin-bottom: 0;
  }
  .service-item .service-desc {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
	top:0;
  }
  .service-item .service-desc p {
    font-size: 15px;
  }
  
  #line
{
	display: block;
    visibility: hidden;
}


.titlebottom p {
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 11px;
	font-weight: normal;
}

.hero-content-inner
{
	padding-top: 150px;
}
.project-box-wrap > div {
    width: 49%;}
  .people-dec-wrap > div{    width: 100%;
    text-align: center;
    margin-left: 0;}
	.big-prod-logo-last {
    margin-top: 30px !important;
}
}
.pl-0{padding-left:0 !important}
.pr-0{padding-right:0 !important}
.grapebanner .desk-bg{transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);}
.book-content {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
}
.book-content-inner{text-align:center}
.grapelogo{position: absolute;
    top: 22%;
	 width: 100%;
    }
.grapelogo img{max-width:200px;margin:0 auto}
.grapelogobig img{max-width:240px;margin:0 auto}
.bookform{position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;}
.bookform .form-group{
display:inline-block;
vertical-align:top;
margin-right:10px
}
.bookform .form-group:last-child{margin-right:0px}
.bookform .form-control{
border-radius:0;
font-size: 16px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.bookform input[type='number']{
width:75px;
}
#subscribe a{color:#fff !important}
.bookform input[type='submit']{background:#ed2024;color:#fff;padding:6px 25px;border:1px solid #ed2024}
@media (min-width: 1172px) {
    .text-right-lg {
        text-align: right !important;
    }
}
@media (min-width: 768px) {
    .pull-right-sm {
        float: right !important;
    }
	.projects-wrap img{margin-bottom:15px}
}
@media only screen and (max-width: 640px) {
.facilities-wrap li{width:24%}

}
@media only screen and (max-width: 480px) {
  .hs-line-5,
  .hs-line-1 {
    font-size: 2.5em;
  }
  .bg-foot-img img {
    max-width: 200px;
}
.trees-planted{margin-top:20px;}
  .gmap {
    max-width: 100%;
    height: 380px !important;
}
.mob-txt-left{
	text-align:justify !important;
	 text-align-last: left !important;
}
.big-prod-logo-last{
margin-top:25px !important
}
.projects-wrap img {
    margin: 0 0 15px;
}
.about-box p{text-align:center}
  .life-images li img {
    height: auto;
}
.inquirebtn, .bukstay {

    float: left;
}
.projects-wrap .section-desc{
text-align: justify !important;	
    text-align-last: left !important;
}
.house-list li{padding: 0px 5px;}
.life-images{padding:0}
  .desk-bg{display:none !important}  
.mob-bg{display:block !important}  
  .portfolioBg
  {
	  padding: 33px 0 !important;
  }
  .life-images li{margin-right:0}
  .project-box-wrap img, .people-dec-wrap img {
    max-width: 150px;
}
.big-prod-logo{
	 max-width: 185px !important;
}
.grwnlist {padding:0 !important}
.checklist{width: 100%;}
.fruits{width: 100% !important;}
.mob-text-justify{
text-align: justify !important;
    -moz-text-align-last: center;
    text-align-last: center !important;
}
.vegs{width: 100% !important;border-right:0;border-bottom:1px solid #fff}
  .benefits {
    width: 30%;}
/*  .nav-logo-wrap img {
    height: 94px;
    width: 94px;
}*/

.nav-logo-wrap .logo {
    height: auto;
	margin-top: 10px;
}
.logo.small-height {
    margin-top: 10px !important;
}
.main-nav.small-height {
    height: 72px !important;}
.main-nav{
    height: 72px !important;}
.nav-logo-wrap .logo img {
    height: 50px;
}
.hamburger.small-height {
    top: 15px !important;}
.hamburger {
    top: 15px !important;
    right: 3% !important;
}

.service-item {
    margin: 13px 0;
}

section {
  
    padding: 20px 0 0 0;
}

.pb-40 {
    padding-bottom: 20px;
}

.small-section {
    padding: 20px 0;
}
#subscribe {
    padding: 40px 0 30px !important;
}
#subscribe p {
font-size:14px;
    padding-bottom:15px;
    line-height: 1.3;
}
footer.page-footer {
    padding-top: 19px;
}

a.scroll-to-top {
    bottom: 12px;
    right: 1px;
}

.map-section {
    padding: 10px 0 !important;
}

p {
    font-size: 16px;
    line-height: 1.4;
}
  
  
  .portfolioBg p {
    font-size: 20px;
  }
  
  .hs-line-2 {
    font-size: 0.8em;
  }
  .hs-line-4 {
    font-size: 2.2em;
    letter-spacing: 3px;
  }
  .hs-line-6 {
    font-size: 2.5em;
    letter-spacing: 4px;
  }
  .hs-line-7 {
    font-size: 1em;
    letter-spacing: 8px;
  }
  .hs-line-10 {
    width: 85%;
  }
  .btn-coffee.btn-large {
    padding: 8px 15px;
    font-size: 13px;
  }
  .form select.input-lg {
    height: 38px;
  }
  .owl-pagination {
    bottom: 10px;
  }
  
  .titletop {
	font-size: 46px;
    line-height: 36px;
	}
	
	.titleMid {
    font-size: 16px;
    font-weight: 800;
	}
  
  .titlebottom p {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 8px;
	}
	.titlebottom {
    	margin-top: 8px;
		padding:0 20px;
	}
	.bottomBtn {
    font-size: 15px;
	top: 61%;
	}
	.capabilities
	{
		padding-top:0 !important; 
		padding-bottom:0 !important; 
	}
	#team {
    	padding-bottom: 20px;
	}
	.hidem
	{
		display:none;
	}
	
	.capabilities p {
    padding-bottom: 12px;
	}
	
	.half2-height {
    	height: 60vh;
	}
	
	#hero
	{
		background:url(../video/video.jpg) top center no-repeat;
		background-size:cover;
	}
	.section-title {
    font-size: 26px;
	    margin-bottom: 15px;
	}
	.project-box-wrap > div {
    width: 100%;
}
.pt-35 {
    padding-top: 25px !important;
}
	.about-box {
	    height: 175px;
   /*  height: auto;
    display: inline-block;
    margin-bottom: 1%;
    width: 100%; */
	}
	  .hero-content-inner h1 {
    font-size: 24px;
    padding: 20px;
}
.hero-content-inner {
    padding-top: 0;
}
  a.scroll-to-top{    width: 30px;
    height: 35px;font-size: 30px;}
.hero-content-inner h1 {
    padding: 15px;
	font-size: 24px;
	width: 50%;
    line-height: 1.3;
}
.section-title {
    font-size: 22px;
    margin-bottom: 15px;    text-align: center;
}
.about-box h3 {
    font-size: 18px;
	    margin-bottom: 10px;
}
.grapebannerbg{background:url(../img/grapecountybg-m.jpg) no-repeat;    background-size: cover;
    background-position: 50% 25%;}
.grape2bannerbg{background:url(../img/grapebg-m.jpg) no-repeat;    background-position: 50% 25%;
    background-size: cover;}
.northstreambg{background:url(../img/northstreambg-m.jpg) no-repeat;    background-size: cover;
    background-position: 50% 25%;}
.littlefarmbannerbg{background:url(../img/littlefarmbg-m.jpg) no-repeat;    background-size: cover;
    background-position: 50% 25%;}
.grapepage .section-title{    margin-top: 15px;text-align: center;}
.aboutuswrp .section-desc {
    text-align: justify;text-align-last: center;
	
}
.projects-wrap .parallax{overflow:hidden;text-align: center;padding-right: 8px !important;}
.bookform .form-group:first-child, .bookform .form-group:nth-child(2){display: inline-block;
    margin-right: 0;
    max-width: 45%;
    margin: 0 auto 15px;}
	.grapelogo img {
    max-width: 150px;}
	.facimg img{
	max-height:40px;
	max-width:40px;
	}
	.facimg{height:55px;}
	.amenities-wrap{width: 47%;}
	.facilities-wrap li{height: 115px;    width: 32%;}
	.amenities-wrap li{text-align: left;}
	.bukbtn{float:left}
}
@media only screen and (max-width: 360px) {
.benefits {
    width: 70%;}
	.facilities-wrap li {
    height: 115px;
    width: 48%;
}
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  41% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


.portrait{position:fixed; z-index:999999; width:100%; height:100%; background:#FFF; display:none; text-align:center;}

.portrait img{height:90%; width:auto; display:block;}

@media screen and (max-width: 1100px)
{
	#hero
	{
		background:url(../video/video.gif) top center no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width: 640px) and (orientation:portrait)
{
	.portrait{display:none;}
}

@media screen and (max-width: 640px) and (orientation:landscape) 
{
	.portrait{display:none;}
}
