@import url(../material-design-lite/material.min.css);
@import url(../plugins/fancybox/jquery.fancybox.css);
/* Reset
--------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, b, i, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, embed, param, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1em;
  font-weight: normal;
  font-style: normal; }

input, textarea {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

abbr, acronym {
  border: 0; }

a span, label {
  cursor: pointer; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

strong em, em strong {
  font-weight: 600;
  font-style: italic; }

button {
  width: auto;
  overflow: visible;
  cursor: pointer; }

a, button {
  outline: none; }

a {
  color: #5E0AD5; }

a:hover, a:focus {
  color: #fe6226; }

.img-right {
  float: right;
  margin: 5px 0 15px 25px; }

.img-left {
  float: left;
  margin: 5px 25px 15px 0; }

.img-center {
  margin-bottom: 20px;
  text-align: center; }

.circle {
  border-radius: 50%; }

/* Global
--------------------*/
html {
  overflow-x: hidden; }

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background: #fff; }

img {
  max-width: 100%;
  height: auto; }

.nowrap {
  white-space: nowrap; }

.wrap {
  white-space: normal !important; }

.visible-xs-inline {
  display: none; }

.dark hr {
  border-color: rgba(255, 255, 255, 0.2); }

/* Page
--------------------*/
.body {
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  background: #fff url(../images/layout/bg-pattern01.jpg);
  color: #111;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.body .page {
  max-width: 1170px;
  position: relative;
  margin: 0 auto;
  min-height: 100vh;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.static-header .body .page {
  min-height: 10px; }

.body:after {
  content: '';
  cursor: pointer;
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.stretched .body .page {
  max-width: 3000px; }

/* Extra panel
--------------------*/
.open-extra-panel-left .body {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.open-extra-panel-right .body,
.open-extra-panel-right-second .body {
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.open-extra-panel .body:after {
  display: block;
  opacity: 1; }

.extra-panel {
  width: 300px;
  position: fixed;
  top: 0;
  bottom: 0;
  color: #000;
  background: #fff;
  overflow: auto;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

.extra-panel.extra-panel-left {
  left: 0;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0); }

.open-extra-panel-left .extra-panel.extra-panel-left {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.extra-panel.extra-panel-right,
.extra-panel.extra-panel-right-second {
  right: 0;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.open-extra-panel-right .extra-panel.extra-panel-right,
.open-extra-panel-right-second .extra-panel.extra-panel-right-second {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.no-csstransforms3d .open-extra-panel-left .extra-panel.extra-panel-left,
.no-csstransforms3d .open-extra-panel-right .extra-panel.extra-panel-right,
.no-csstransforms3d .open-extra-panel-right-second .extra-panel.extra-panel-right-second {
  z-index: 50; }

/* Container
--------------------*/
.small-container {
  max-width: 730px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }

.section > .container {
  padding: 0 50px; }

/* Sections
--------------------*/
.section {
  padding: 50px 0; }

.stretched.section {
  padding: 100px 0; }

.section.dark {
  color: #fff; }

.section.dark a {
  color: #fff;
  text-decoration: underline; }

.section.dark a:hover {
  text-decoration: none; }

.section.notoppadding {
  padding-top: 0 !important; }

.section.nobottompadding {
  padding-bottom: 0 !important; }

.section.section-grey {
  background: #fafafa; }

.section.section-color {
  background: #5E0AD5; }

.section.section-dark {
  background: #222; }

.section.section-borderbottom {
  border-bottom: 1px solid #ddd; }

@media all and (max-width: 767px) {
  .img-right,
  .img-left {
    float: none;
    margin: 0 0 15px 0; }

  .section > .container {
    padding: 0 15px; } }
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.not-animated {
  opacity: 0; }

.animated {
  opacity: 1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }
@keyframes fadeIn {
  0% {
    opacity: 0.2; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }
.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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =TYPOGRAPHY                                                   
----------------------------------------------------------------------------------------------------*/
body {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

input, label, select, textarea {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.mdl-textfield__input, .mdl-textfield__label {
  font-size: 15px; }

/* Headlines
--------------------*/
h1, .h1 {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0 0 40px 0; }

h2, .h2 {
  font-size: 29px;
  line-height: 1.4em;
  font-weight: 600;
  padding: 15px 0 15px 0; }

h2 a, .h2 a {
  font-weight: 600; }

h3, .h3 {
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
  padding: 10px 0; }

h3 a, .h3 a {
  font-weight: 600; }

h4, .h4 {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 600;
  padding: 10px 0; }

h5, .h5 {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  padding: 5px 0 10px 0; }

div > h2:first-child,
div > .h2:first-child,
div > h3:first-child,
div > .h3:first-child,
div > h4:first-child,
div > .h4:first-child,
div > h5:first-child,
div > .h5:first-child {
  padding-top: 0; }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a {
  color: #111 !important; }

/* Text
--------------------*/
.text-center {
  text-align: center; }

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

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

/* Text colors
--------------------*/
.text-primary,
.text-primary a {
  color: #5E0AD5; }

.text-grey,
.text-grey a {
  color: #888; }

.text-warning,
.text-warning a {
  color: #efac45; }

.text-danger,
.text-danger a {
  color: #da5a47; }

.text-success,
.text-success a {
  color: #0cca5c; }

/* Elements
--------------------*/
p.lead {
  font-size: 20px;
  padding-bottom: 25px; }

ul, ol, p, .form-group {
  padding-bottom: 15px; }

li, p {
  line-height: 1.6em; }

main ul li {
  list-style: disc;
  margin-left: 17px; }

main ol li {
  list-style: decimal;
  margin-left: 17px; }

@media all and (max-width: 991px) {
  h1, .h1 {
    font-size: 35px; } }
@media all and (max-width: 767px) {
  body,
  input, label, select, textarea,
  .mdl-textfield__input, .mdl-textfield__label {
    font-size: 13px; }

  h1, .h1 {
    font-size: 25px;
    line-height: 1.4em;
    padding-bottom: 20px; }

  h2, .h2 {
    font-size: 22px; }

  h3, .h3 {
    font-size: 17px; }

  h4, .h4 {
    font-size: 15px; }

  h5, .h5 {
    font-size: 13px; }

  p.lead,
  .headline .headline-text .lead {
    font-size: 15px; } }
/* Header
----------------------------------------------------------------------------------------------------*/
header .navbar {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 50;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

header .navbar-brand .standard-logo .light-logo {
  display: none; }

header.dark .navbar-brand .dark-logo {
  display: none; }

header.dark .navbar-brand .light-logo {
  display: block; }

header .navbar-brand .retina-logo {
  display: none; }

header .navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

header .navbar-toggle .icon-bar.icon-bar-top {
  top: 12px; }

header .navbar-toggle .icon-bar.icon-bar-middle {
  top: 17px; }

header .navbar-toggle .icon-bar.icon-bar-bottom {
  top: 22px; }

header .navbar-toggle:hover .icon-bar.icon-bar-top {
  top: 10px; }

header .navbar-toggle:hover .icon-bar.icon-bar-bottom {
  top: 24px; }

header .navbar-nav.nav-justified {
  width: 100%;
  display: table;
  padding: 0; }

header .navbar-nav.nav-justified > li {
  width: 1%;
  display: table-cell;
  float: none;
  text-align: center; }

header .navbar-nav.nav-justified > li > a {
  display: block; }

/* Headline
----------------------------------------------------------------------------------------------------*/
.headline.dark {
  color: #fff; }

.headline {
  min-height: 600px; }

.headline-fullview {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.headline-box .headline-text {
  padding: 180px 0 100px 0;
  line-height: 1.6em; }

.headline-middle-box {
  line-height: 600px;
  vertical-align: middle; }

.headline-fullview .headline-middle-box {
  line-height: 100vh; }

.headline-middle-box .headline-text {
  padding: 80px 0;
  display: inline-block;
  vertical-align: middle; }

.headline {
  position: relative;
  z-index: 1; }

.headline h1,
.headline h1 a {
  font-size: 60px;
  font-weight: 700;
  padding-top: 0; }

.headline p.lead {
  font-size: 24px; }

.headline .headline-scroll {
  width: 40px;
  height: 40px;
  color: #000;
  display: block;
  outline: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -20px;
  border-radius: 50%; }

.headline .headline-scroll:hover {
  background: rgba(0, 0, 0, 0.2); }

.headline .headline-scroll i {
  font-size: 40px; }

.headline .headline-button {
  padding-top: 25px; }

.headline.dark h1 a,
.headline.dark .h1 a {
  color: #fff !important; }

.headline.dark a {
  color: #fff; }

.headline.dark .headline-scroll {
  color: #fff; }

.headline.dark .headline-scroll:hover {
  background: rgba(255, 255, 255, 0.2); }

/* Main
----------------------------------------------------------------------------------------------------*/
main {
  padding: 0; }

.vertical-middle-contact,
.vertical-middle-contact main,
.vertical-middle-contact .container-fluid {
  height: 100vh !important;
  position: relative; }

.vertical-middle-contact .row {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* Delete to normal template
----------------------------------------------------------------------------------------------------*/
.templates {
  position: fixed;
  bottom: 20px;
  left: 0px;
  z-index: 50; }

.templates a {
  display: block;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.templates a i {
  font-size: 30px;
  line-height: 1em;
  float: left;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.templates a span {
  display: none;
  float: left;
  line-height: 35px; }

.templates a:hover i {
  color: #000;
  font-size: 40px;
  margin: 0 5px 0 0; }

.templates a:hover span {
  display: block; }

.homepagelist .badge {
  background: #ff0000;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 5px; }

/* Colors
--------------------*/
.bg-primary {
  color: #fff;
  background: #5E0AD5; }

.bg-primary a {
  color: #fff;
  text-decoration: underline; }

.bg-primary a:hover {
  text-decoration: none; }

.bg-success {
  color: #fff;
  background: #00bea4; }

.bg-success a {
  color: #fff;
  text-decoration: underline; }

.bg-success a:hover {
  text-decoration: none; }

.bg-danger {
  color: #fff;
  background: #da5a47; }

.bg-danger a {
  color: #fff;
  text-decoration: underline; }

.bg-danger a:hover {
  text-decoration: none; }

.bg-warning {
  color: #000;
  background: #f5cd8f; }

.bg-warning a {
  color: #000;
  text-decoration: underline; }

.bg-warning a:hover {
  text-decoration: none; }

.bg-info {
  color: #000;
  background: #f9e6e4; }

.bg-info a {
  color: #000;
  text-decoration: underline; }

.bg-info a:hover {
  text-decoration: none; }

/* -------------------*
 *     SHORTCODES     *
 *------------------- */
/* Blockquote
----------------------------------------------------------------------------------------------------*/
blockquote {
  font-size: 27px;
  text-align: center;
  margin: 20px 0 40px 0;
  padding: 45px 0;
  border: 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-family: 'Playfair Display', Georgia, Times; }

blockquote:after, blockquote:before {
  display: none; }

blockquote p {
  padding: 0; }

blockquote p cite {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

blockquote.v2 {
  border: 0;
  font-size: 19.5px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

blockquote.v2 p {
  font-style: italic; }

blockquote.v2 p cite {
  font-style: normal;
  display: block;
  padding-top: 5px;
  font-size: 15px; }

.carousel-blockqoute .carousel-indicators li {
  border-color: #5E0AD5; }

.carousel-blockqoute .carousel-indicators .active {
  background: #5E0AD5; }

/* Page header
----------------------------------------------------------------------------------------------------*/
.page-header {
  padding: 30px 0 25px 0; }

.page-header h1 {
  padding-bottom: 5px; }

.page-header .lead {
  padding: 15px 0 10px 0; }

/* Heading block
--------------------*/
.heading-block {
  padding-bottom: 50px; }

/* Tabs
----------------------------------------------------------------------------------------------------*/
.nav-tabs {
  white-space: nowrap;
  overflow: hidden; }

.nav-tabs ul {
  position: relative;
  display: inline-block;
  padding: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.nav-tabs li {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-tabs li a {
  outline: none; }

.tab-content .tab-pane {
  display: none; }

.tab-content .tab-pane.active {
  display: block; }

.tab-content .tab-pane .section {
  padding-bottom: 0; }

.tabs-v1 .nav-tabs {
  font-size: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e8e8e8; }

.tabs-v1 .nav-tabs li {
  display: inline-block;
  margin-bottom: -1px; }

.tabs-v1 .nav-tabs li a {
  font-size: 20px;
  padding: 25px 30px;
  display: block;
  border-bottom: 2px solid transparent;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.tabs-v1 .nav-tabs li a:hover,
.tabs-v1 .nav-tabs li.active a {
  border-bottom-color: #5E0AD5;
  text-decoration: none; }

.tabs-v1 .tab-content .tab-pane .section {
  margin-bottom: -20px; }

/* Featured boxes
----------------------------------------------------------------------------------------------------*/
.featured-boxes .featured-box {
  padding: 20px 40px;
  border-left: 1px solid #eaeaea; }

.featured-boxes-2 .featured-box {
  padding: 0 100px; }

.featured-boxes .featured-col:first-child .featured-box {
  border-left: 0; }

.featured-boxes .featured-price {
  font-weight: 600; }

/* Accordions
----------------------------------------------------------------------------------------------------*/
.accordions {
  margin: -25px 0; }

.accordions .accordion-item {
  padding: 15px 0;
  border-top: 1px solid #e8e8e8; }

.accordions .accordion-item:first-child {
  border-top: 0; }

.accordions .accordion-panel a {
  display: block;
  padding: 10px 55px 10px 15px;
  outline: none;
  margin: 0;
  color: #111;
  position: relative; }

.accordions .accordion-panel a i {
  font-size: 30px;
  color: #5E0AD5;
  position: absolute;
  top: 10px;
  right: 15px;
  transition: all 0.3s ease-in-out 0s; }

.accordions .accordion-panel a:hover i {
  color: #111;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.accordions .accordion-body {
  display: none;
  padding: 10px 15px 0 15px; }

.accordions .open .accordion-body {
  display: block; }

.accordions .open .accordion-panel a i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Gallery
----------------------------------------------------------------------------------------------------*/
.gallery {
  padding-top: 10px;
  margin: 0 -10px; }

.gallery .gallery-col {
  padding: 10px; }

.gallery .gallery-col img {
  float: left; }

.gallery-v1 a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center; }

.gallery-v1 a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden; }

.gallery-v1 a .gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.gallery-v1 a .gallery-overlay span {
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  position: absolute;
  right: 15px;
  left: 15px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0) !important;
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.gallery-v1 a:hover .gallery-overlay {
  opacity: 1; }

.gallery-v2 {
  margin: -15px 0 30px 0; }

.gallery-v2 .gallery-col {
  width: 14.28%;
  float: left;
  padding: 0; }

.gallery-v2 img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.gallery-v2 img:hover {
  filter: none;
  -webkit-filter: grayscale(0%); }

.gallery-article {
  margin: 0 -5px 20px -5px; }

.gallery-article .gallery-item {
  padding: 0 5px 10px 5px; }

.gallery-article .gallery-item a {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden; }

.gallery-article .gallery-item a:before {
  content: '';
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.gallery-article .gallery-item a:hover:before {
  visibility: visible;
  opacity: 1; }

.gallery-article .gallery-item a:after {
  color: #fff;
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 1em;
  content: 'zoom_in';
  position: absolute;
  top: -50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.gallery-article .gallery-item a:hover:after {
  top: 50%; }

.gallery-article .gallery-item img {
  float: left; }

/* thumbs list
------------------------- */
.thumbs-list .thumb-item {
  width: 10%;
  float: left;
  padding: 1px; }

.thumbs-list .thumb-item img {
  float: left;
  transition: all .2s ease-in-out; }

.thumbs-list .thumb-item:hover img {
  transform: scale(1.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

/* thumb list description
------------------------- */
.thumbs-list-desc {
  margin: 0 -5px 30px -5px; }

.thumbs-list-desc .item {
  width: 33.33%;
  min-height: 88px;
  float: left;
  color: #222;
  font-size: 13px;
  padding: 10px 10px 10px 85px;
  position: relative; }

.thumbs-list-desc .item:nth-child(3n+1) {
  clear: left; }

.thumbs-list-desc .item:hover {
  text-decoration: none;
  background: #f0f0f0; }

.thumbs-list-desc .item img {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 12px;
  left: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.thumbs-list-desc .item:hover img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.thumbs-list-desc .item h3 {
  font-size: 16px;
  margin: -2px 0 7px 0;
  padding: 0; }

.thumbs-list-desc .item p {
  margin: 0;
  padding: 0; }

/* articles
------------------------- */
.articles h3 {
  padding-top: 0;
  margin-bottom: 5px; }

.articles .article-item {
  padding-top: 20px;
  padding-bottom: 20px; }

.articles .article-item:nth-child(3n+1) {
  clear: left; }

.articles .article-img {
  display: block;
  margin-bottom: 20px; }

.articles .article-date {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  color: #888; }

.articles .article-meta {
  display: block;
  margin-bottom: 10px; }

.articles .article-meta a {
  color: #222;
  text-decoration: underline; }

.articles .article-meta a:hover {
  text-decoration: none; }

.articles .article-meta .meta-divider {
  color: #eee; }

.meta-divider {
  font-size: 1.5em;
  color: #ddd;
  margin: -3px 6px;
  display: inline-block;
  vertical-align: middle; }

.articles-row {
  padding-left: 15px;
  padding-right: 15px; }

.articles-row .article-item {
  border-top: 1px solid #ddd; }

.articles-row .article-item:first-child {
  border-top: 0; }

.articles-row .article-img {
  margin-bottom: 0; }

/* Pagination
----------------------------------------------------------------------------------------------------*/
.pagination {
  display: inline-block; }

.pagination a {
  color: #111;
  float: left;
  border: 1px solid #ddd;
  border-left: 0;
  line-height: 24px;
  height: 36px;
  padding: 5px 12px;
  display: inline-block;
  vertical-align: top; }

.pagination a:first-child {
  border-left: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.pagination a.paginate-arrow {
  padding-left: 4px;
  padding-right: 4px; }

.pagination a:hover {
  background: #fafafa;
  text-decoration: none; }

.pagination a.active {
  color: #fff;
  background: #5E0AD5;
  border-color: #5E0AD5; }

/* Articles
----------------------------------------------------------------------------------------------------*/
.articles-v1 article {
  padding-bottom: 30px; }

/* Text page
----------------------------------------------------------------------------------------------------*/
.main-image {
  padding: 20px 0 30px 0; }

/* Google map
----------------------------------------------------------------------------------------------------*/
.map-popup {
  min-width: 200px; }

.gm-style-iw > div,
.gm-style-iw > div > div {
  overflow: hidden !important; }

.google-map {
  width: 100%;
  height: 600px; }

.google-map-box {
  position: relative; }

.google-map-box .google-map-overlay {
  padding: 50px 20px;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6); }

.google-map-box .google-map-overlay p:last-child {
  padding-bottom: 0; }

/* Call to action
----------------------------------------------------------------------------------------------------*/
.c2a .h2 {
  padding: 0; }

.c2a .h2 a {
  color: #111;
  font-weight: 600; }

.c2a .divider {
  color: #e8e8e8;
  display: inline-block;
  margin: 0 5px; }

/* Social box
----------------------------------------------------------------------------------------------------*/
.social-box {
  padding: 40px 0;
  text-align: center; }

.social-box a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: none;
  display: inline-block;
  margin: 0 5px;
  padding: 15px;
  border-radius: 50%;
  outline: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.social-box a:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.social-box a:active {
  background: rgba(0, 0, 0, 0.1); }

.social-box a i {
  width: 36px;
  height: 34px;
  display: block;
  background: url(../images/layout/icons-social.png) no-repeat top left; }

.dark .social-box a i.icon-facebook,
.social-box a i.icon-facebook {
  background-position: 0 0; }

.social-box a i.icon-twitter {
  background-position: -36px 0; }

.social-box a i.icon-google {
  background-position: -72px 0; }

.social-box a i.icon-linkedin {
  background-position: -108px 0; }

.social-box a i.icon-facebook:active,
.dark .social-box a i.icon-facebook {
  background-position: 0 -34px; }

.social-box a i.icon-twitter:active,
.dark .social-box a i.icon-twitter {
  background-position: -36px -34px; }

.social-box a i.icon-google:active,
.dark .social-box a i.icon-google {
  background-position: -72px -34px; }

.social-box a i.icon-linkedin:active,
.dark .social-box a i.icon-linkedin {
  background-position: -108px -34px; }

/* Contact pages
----------------------------------------- */
.infobox-wrapper {
  display: none; }

.infobox-popup {
  background: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.infobox-popup img {
  margin-bottom: 18px; }

.infobox-popup p {
  font-size: 11px;
  padding: 0;
  margin: 0;
  line-height: 1.4em; }

.contact-col p {
  margin-bottom: 30px; }

.contact-thanks {
  width: 340px;
  margin: 0 auto; }

.contact-map {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }

/* Cookie panel
----------------------------------------------------------------------------------------------------*/
.cookie-panel {
  font-size: 13px;
  text-align: left;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 10px;
  background: #fafafa;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1); }

.cookie-panel .container {
  position: relative;
  padding-right: 100px; }

.cookie-panel p {
  margin: 0;
  padding: 0; }

.cookie-panel .cookie-btn {
  position: absolute;
  top: -3px;
  right: 15px;
  text-decoration: none !important;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #fff !important;
  background: #353535;
  outline: none; }

.cookie-panel .cookie-btn:hover {
  background: #000; }

.cookie-panel .cookie-btn:active {
  color: #fff !important;
  background: #000 !important;
  border-color: #000 !important; }

.cookie-panel.dark {
  background: #222;
  color: #fff; }

.cookie-panel.dark a {
  color: #fff;
  text-decoration: underline; }

.cookie-panel.dark a:hover {
  text-decoration: none; }

/* Icon
----------------------------------------------------------------------------------------------------*/
.help-icon {
  display: inline-block;
  vertical-align: middle; }

.help-icon i {
  font-size: 22px !important; }

/* Tables
----------------------------------------------------------------------------------------------------*/
table {
  width: 100%; }

table td, table th {
  font-size: 13px;
  vertical-align: top;
  line-height: 1.6em; }

table td.valign-top, table th.valign-top {
  vertical-align: top !important; }

table .nopadding-bottom {
  padding-bottom: 10px !important; }

table .table-info-item {
  display: inline-block;
  margin-left: 15px; }

table .icon-table {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle; }

table.table-row-link tbody tr:hover td {
  background: #fafafa;
  cursor: pointer; }

table.table-row-link tbody tr.show-more:hover td {
  background: none;
  cursor: auto; }

table .col-nooffset {
  padding-left: 0 !important; }

table.table-striped tr:nth-child(odd) td {
  background: #fafafa; }

table tr.show-more td {
  padding: 19px 10px !important; }

table .show-more td span,
table .show-more-loading td a {
  display: none; }

table .show-more-loading td span {
  display: block; }

table tbody tr.row-checked td,
table tbody tr.row-checked th {
  background: #fff1dc !important; }

table tbody tr.row-checked:hover td,
table tbody tr.row-checked:hover th {
  background: #fce9cc !important; }

.table-full-width {
  width: 100%;
  margin-bottom: 20px; }

.table-scroll {
  overflow-x: auto;
  overflow-y: hidden; }

.table-full-width table {
  width: 100%; }

table img {
  max-width: 2000px; }

table tbody td.thin,
table tbody th.thin {
  width: 0.01% !important; }

table tbody td.max,
table tbody th.max {
  width: 100% !important; }

table tbody td.space,
table tbody th.space {
  width: 30px !important; }

table .align-middle {
  vertical-align: middle; }

table .align-middle .btn {
  display: inline-block;
  float: none; }

table a.table-link,
table a.table-link:hover {
  color: #111;
  text-decoration: none; }

table.table-inputs td,
table.table-data td {
  white-space: nowrap; }

table.table-inputs td:not(:last-child) {
  padding-right: 10px; }

table.table-inputs td.last-child {
  padding-right: 0; }

table.table-data {
  border-bottom: 1px solid #ddd; }

table.table-data thead th {
  padding: 0 10px 5px 10px;
  font-size: 12px;
  color: #888;
  vertical-align: top; }

table.table-data tbody td {
  padding: 15px 10px;
  vertical-align: middle;
  border-top: 1px solid #ddd; }

table.table-data img {
  display: inline-block;
  vertical-align: middle;
  margin: -5px auto; }

table.table-data.vertical-top tbody td {
  vertical-align: top; }

table.vertical-top .col-checkbox .mdl-checkbox {
  height: 40px; }

table small {
  font-size: 12px; }

table .tooltip-inner {
  text-align: left; }

.table-paginate {
  padding: 0 10px 10px 10px; }

.table-paginate:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden; }

.table-paginate .paginate-number {
  float: left;
  line-height: 30px;
  padding-right: 20px; }

.col-overflow-text {
  width: 100%;
  white-space: normal !important; }

.text-overflow-block {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 19px !important;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

table .col-star {
  padding: 0 !important; }

table .col-star .star-link {
  padding: 15px 10px;
  outline: none;
  display: block;
  line-height: 1em !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.star-link,
.star-link:focus {
  color: #ddd; }

.star-link i {
  font-size: 18px;
  line-height: 1em !important; }

a.star-link:hover {
  color: #888; }

.star-link.active {
  color: #f4c658; }

a.star-link.active:hover {
  color: #d7a93d; }

table .col-checkbox {
  padding: 0 !important; }

table .col-checkbox .mdl-checkbox {
  width: 35px;
  height: 50px;
  margin: 0;
  padding: 0; }

table .col-checkbox .mdl-checkbox input,
table .col-checkbox .mdl-checkbox .mdl-checkbox__box-outline,
table .col-checkbox .mdl-checkbox .mdl-checkbox__focus-helper {
  top: 17px;
  left: 10px; }

table .col-checkbox .mdl-checkbox .mdl-checkbox__ripple-container {
  left: 1px;
  top: 8px; }

.buttons-icon-table {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.buttons-icon-table .btn-group {
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px; }

.buttons-icon-table .btn-group-row {
  display: inline-flex; }

.buttons-icon-table .btn {
  min-width: 32px;
  min-height: 35px;
  color: #888; }

.buttons-icon-table .btn:hover {
  color: #222; }

.buttons-icon-table .btn i {
  top: 10px;
  left: 6px; }

/* Modal
----------------------------------------------------------------------------------------------------*/
.modal-content {
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  position: relative; }

.modal-content .modal-body {
  padding: 40px 50px; }

.modal-content .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 40; }

/* Messages box
----------------------------------------------------------------------------------------------------*/
.messages-box {
  position: fixed;
  top: 15px;
  left: 40px;
  right: 40px;
  text-align: center;
  z-index: 51;
  margin: 0 auto; }

.messages-box {
  max-width: 100% !important \9; }

.messages-box .message {
  margin-bottom: 5px; }

.messages-box .message span {
  font-size: 12px;
  display: inline-block;
  line-height: 20px;
  padding: 6px 35px 6px 10px;
  position: relative;
  z-index: 9999;
  position: relative; }

.messages-box .message-close {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  text-decoration: none;
  opacity: 0.6; }

.messages-box .message-close:hover {
  opacity: 1; }

.messages-box .message-close i {
  font-size: 16px;
  line-height: 1em;
  display: block; }

/* Alets
----------------------------------------------------------------------------------------------------*/
.alert {
  padding: 20px;
  margin-bottom: 20px; }

.alert .alert-icon-text {
  display: inline-block;
  padding-left: 25px;
  position: relative; }

.alert .alert-icon-text i {
  font-size: 18px;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0; }

/* Labels
----------------------------------------------------------------------------------------------------*/
.labels-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden; }

span.labels-list {
  display: inline-block;
  vertical-align: middle; }

.labels-list .label {
  float: left;
  margin: 0 5px 5px 0; }

.text-right > .labels-list .label,
.pull-right > .labels-list .label {
  margin: 0 0 5px 5px; }

.label {
  font-size: 10px;
  padding: 6px 10px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.label:hover {
  text-decoration: none; }

.label i {
  font-size: 16px;
  line-height: 1em;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle; }

.label a {
  opacity: 0.5;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.label a:hover {
  opacity: 1; }

.label.label-default {
  color: #111;
  background: #eee; }

.label.label-default a {
  color: #111; }

a.label.label-default:hover {
  background: #ddd; }

.label.label-primary {
  color: #fff;
  background: #5E0AD5; }

.label.label-success {
  color: #0e5d52;
  background: #ade2dc; }

.label.label-danger {
  color: #4b330f;
  background: #f4cdc7; }

.label.label-grey {
  color: #000000;
  background: #b7b7b7; }

.label.label-warning {
  color: #801e10;
  background: #f5cd8f; }

.labels-list.labels-list-onerow {
  font-size: 0;
  vertical-align: middle; }

.labels-list.labels-list-onerow .label {
  float: none;
  margin-bottom: 0; }

/* Forms
----------------------------------------------------------------------------------------------------*/
.form-buttons {
  padding-top: 10px; }

.form-buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden; }

.req {
  color: #ff0000; }

form input,
form textarea,
form select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

form .legend {
  padding: 10px 0; }

form .field-group {
  padding-bottom: 5px; }

.terms-box {
  margin: 20px 0;
  background: #fafafa;
  padding: 20px 20px 10px 20px; }

.terms-box a {
  color: #111;
  text-decoration: underline; }

.terms-box a:hover {
  text-decoration: none; }

.mdl-checkbox,
.mdl-radio {
  height: auto;
  min-height: 24px; }

.mdl-checkbox label.error,
.mdl-radio label.error {
  display: none !important; }

.mdl-textfield {
  width: 100%;
  padding: 13px 0; }

.mdl-textfield__label {
  top: 18px;
  line-height: 1.3em; }

.mdl-textfield__label:after {
  bottom: 13px;
  background-color: #5E0AD5; }

.mdl-textfield.is-focused .mdl-textfield__label,
.mdl-textfield.is-dirty .mdl-textfield__label {
  top: 0px;
  color: #5E0AD5; }

.mdl-radio__ripple-container .mdl-ripple,
.mdl-radio__inner-circle,
.mdl-radio.is-checked .mdl-radio__tick-outline,
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline,
.mdl-checkbox__ripple-container .mdl-ripple,
.mdl-switch.is-checked .mdl-switch__thumb,
.mdl-switch__ripple-container .mdl-ripple {
  background-color: #5E0AD5; }

.mdl-switch.is-checked .mdl-switch__track {
  background-color: rgba(228, 64, 0, 0.7); }

.mdl-radio.is-checked .mdl-radio__outer-circle,
.mdl-radio__inner-circle,
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border-color: #5E0AD5; }

.dark .mdl-textfield__label:after {
  bottom: 13px;
  background-color: #fff; }

.dark .mdl-textfield.is-focused .mdl-textfield__label,
.dark .mdl-textfield.is-dirty .mdl-textfield__label {
  top: 0px;
  color: #fff; }

.dark .mdl-radio__ripple-container .mdl-ripple,
.dark .mdl-radio__inner-circle,
.dark .mdl-radio.is-checked .mdl-radio__tick-outline,
.dark .mdl-checkbox.is-checked .mdl-checkbox__tick-outline,
.dark .mdl-checkbox__ripple-container .mdl-ripple {
  background-color: rgba(255, 255, 255, 0.5); }

.dark .mdl-switch.is-checked .mdl-switch__thumb,
.dark .mdl-switch__ripple-container .mdl-ripple {
  background-color: #fff; }

.dark .mdl-switch.is-checked .mdl-switch__track {
  background-color: rgba(255, 255, 255, 0.7); }

.dark .mdl-radio .mdl-radio__outer-circle,
.dark .mdl-checkbox .mdl-checkbox__box-outline,
.dark .mdl-radio.is-checked .mdl-radio__outer-circle,
.dark .mdl-radio__inner-circle,
.dark .mdl-checkbox.is-checked .mdl-checkbox__box-outline {
  border-color: #fff; }

.dark .mdl-selectfield select,
.dark .mdl-textfield .mdl-textfield__input,
.dark .horizontal-form .mdl-textfield--clasic-label .input {
  border-color: rgba(255, 255, 255, 0.1); }

.dark .form-border input, .dark .form-border select, .dark .form-border textarea {
  color: #222; }

.dark .mdl-selectfield.mdl-textfield--floating-label label {
  color: rgba(255, 255, 255, 0.5); }

.mdl-textfield--clasic-label label {
  color: #888;
  display: block;
  padding-bottom: 5px; }

.mdl-textfield--clasic-label .mdl-textfield__label,
.mdl-textfield.is-focused .mdl-textfield--clasic-label .mdl-textfield__label,
.mdl-textfield.is-dirty .mdl-textfield--clasic-label .mdl-textfield__label {
  color: #888;
  position: relative !important;
  visibility: visible !important;
  font-size: 14px;
  top: -2px !important; }

.mdl-textfield .input {
  position: relative; }

.mdl-textfield .input:after {
  visibility: hidden;
  width: 10px;
  display: block;
  background-color: #5E0AD5;
  bottom: 0px;
  content: "";
  height: 2px;
  left: 45%;
  position: absolute;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.dark .mdl-textfield .input:after {
  background-color: #fff; }

.mdl-textfield.is-focused .input:after {
  visibility: visible;
  width: 100%;
  left: 0; }

.mdl-textfield__input {
  line-height: 1em;
  height: 30px;
  padding: 0; }

.mdl-textfield textarea.mdl-textfield__input {
  max-height: 250px;
  resize: none !important;
  overflow: auto !important; }

.mdl-textfield.is-focused textarea.mdl-textfield__input,
.mdl-textfield.is-dirty textarea.mdl-textfield__input {
  padding-top: 5px;
  padding-bottom: 2px; }

.mdl-textfield.is-dirty .mdl-textfield__input {
  line-height: 1.4em !important; }

.form-control {
  width: 100%;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1); }

textarea.form-control {
  height: auto;
  line-height: 1.6em; }

.form-control.error {
  background: #fff4f4;
  border-color: #ff0000; }

.form-control.is-focused textarea.form-control,
.form-control.is-dirty textarea.form-control {
  line-height: 1em; }

.form-border label {
  display: block;
  margin-bottom: 10px; }

.form-border .input {
  padding-bottom: 10px; }

.has-error .mdl-textfield .mdl-textfield__label,
.has-error .mdl-textfield .error {
  border-color: #ff0000 !important;
  color: #ff0000 !important; }

.has-error .mdl-textfield .input:after,
.has-error .mdl-textfield .mdl-textfield__label:after {
  background: #ff0000; }

.has-error .mdl-checkbox__label,
.has-error .mdl-radio__label {
  color: #ff0000; }

.has-error .mdl-checkbox__box-outline,
.has-error .mdl-radio__outer-circle {
  box-shadow: 0 0 5px #ff0000; }

.horizontal-form {
  padding-top: 5px; }

.horizontal-form .mdl-textfield--clasic-label {
  margin-bottom: 0px; }

.horizontal-form .mdl-textfield--clasic-label label {
  width: 120px;
  padding: 10px 20px 10px 0;
  position: absolute;
  z-index: 30;
  top: 12px;
  left: 0;
  text-align: left; }

.horizontal-form .mdl-textfield--clasic-label .input {
  padding-left: 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.horizontal-form .mdl-textfield--clasic-label .input input,
.horizontal-form .mdl-textfield--clasic-label .input textarea {
  border-bottom: 0;
  height: 35px; }

.horizontal-form .has-error label {
  color: #ff0000; }

.horizontal-form .has-error .input {
  border-color: #ff0000; }

.dark .mdl-textfield__label,
.dark .mdl-textfield.is-focused .mdl-textfield__label,
.dark .mdl-textfield.is-dirty .mdl-textfield__label {
  color: #fff;
  color: rgba(255, 255, 255, 0.5); }

.dark .mdl-textfield__input {
  color: #fff; }

.mdl-radio {
  margin: 0 20px 10px 0; }

.mdl-checkbox {
  margin: 0 0 5px 0; }

.mdl-checkbox__box-outline {
  top: 3px; }

.has-error label.error {
  font-size: 12px;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  color: #ff0000 !important;
  padding: 5px 0;
  z-index: 40; }

.has-error label:after {
  display: none; }

.horizontal-form .has-error label.error {
  position: absolute;
  left: 0;
  top: 100%; }

/* Style Select Field */
.mdl-selectfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.mdl-selectfield select::-ms-expand {
  display: none; }

.mdl-selectfield .select {
  position: relative; }

.mdl-selectfield .select:after {
  content: '';
  border-top: 5px solid #ddd;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -1px; }

.mdl-selectfield select {
  background-color: transparent;
  width: 100%;
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.mdl-selectfield select:focus {
  outline: none; }

.mdl-selectfield {
  position: relative; }

.mdl-selectfield.mdl-textfield--floating-label label {
  font-size: 12px;
  color: #5E0AD5;
  position: absolute;
  top: 0;
  left: 0; }

.horizontal-form .mdl-selectfield select {
  border: 0;
  height: 35px; }

.mdl-textfield.mdl-textfield__select-border select {
  border: 1px solid #ddd;
  height: 50px;
  line-height: 30px;
  padding: 10px;
  margin-top: 5px;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.1); }

/* Form buttons
----------------------------------------------------------------------------------------------------*/
.form-buttons {
  padding-top: 15px; }

.form-buttons-link {
  padding-top: 25px; }

.form-buttons-link a {
  color: #222;
  text-decoration: underline; }

.form-buttons-link a:hover {
  text-decoration: none; }

/* Buttons
----------------------------------------------------------------------------------------------------*/
button {
  width: auto;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible;
  cursor: pointer;
  line-height: normal !important; }

.btn {
  font-size: 13px;
  min-width: 40px;
  min-height: 32px;
  white-space: nowrap;
  position: relative;
  text-align: center;
  padding: 8px 15px;
  float: left;
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.btn.btn-lg {
  font-size: 24px;
  padding: 12px 25px;
  min-height: 50px; }

.btn.btn-md {
  font-size: 20px;
  padding: 9px 20px;
  min-height: 40px; }

.btn.btn-sm {
  font-size: 13px;
  padding: 6px 15px;
  min-height: 25px; }

.btn.btn-xs {
  font-size: 10px;
  padding: 5px 10px;
  min-height: 20px; }

.buttons-group.buttons-center {
  text-align: center;
  font-size: 0; }

.buttons-group.buttons-center .btn {
  float: none;
  display: inline-block;
  margin: 0 5px; }

.btn:focus {
  outline: none; }

.btn.btn-icon {
  padding-left: 35px; }

.btn-lg.btn-icon {
  padding-left: 50px; }

.btn-xs.btn-icon {
  padding-left: 30px; }

.btn.btn-icon-only {
  padding: 0; }

.btn.btn-arrow {
  padding-right: 25px; }

.btn.btn-arrow:after {
  display: block;
  position: absolute;
  top: 9px;
  right: 8px;
  text-align: right;
  font-size: 14px;
  content: "keyboard_arrow_down";
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.btn-more-arrow,
.btn-more-arrow:focus {
  color: #888; }

.btn-more-arrow:hover {
  color: #000; }

.btn-more-arrow:after {
  font-size: 22px;
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.btn-more-arrow.show-more-info:after {
  content: 'keyboard_arrow_up'; }

.btn:active {
  outline: none; }

.btn-avatar img {
  position: absolute;
  top: 5px;
  left: 10px; }

.btn i,
.btn i.icon {
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 5px; }

.btn.btn-lg i {
  font-size: 24px;
  left: 15px;
  top: 13px; }

.btn.btn-md i {
  font-size: 22px;
  top: 8px; }

.btn.btn-sm i {
  top: 3px; }

.btn.btn-xs i {
  font-size: 16px;
  top: 3px; }

.btn i.icon-circle,
.btn-dropdown .dropdown ul li a i.icon-circle {
  font-size: 12px;
  top: 9px;
  left: 12px; }

.btn-dropdown .dropdown ul li a i.icon-circle {
  top: 7px; }

.btn-dropdown {
  float: left;
  position: relative; }

.btn-dropdown .dropdown {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  text-align: left;
  position: absolute;
  visibility: hidden;
  z-index: 40;
  opacity: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.dropdowns-right .btn-dropdown .dropdown,
.btn-dropdown .dropdown.dropdown-right {
  left: auto;
  right: 0; }

.btn-dropdown.open .dropdown {
  visibility: visible;
  opacity: 1;
  top: 100%; }

.btn-dropdown .dropdown ul {
  list-style: none;
  padding: 4px 0;
  margin: 0; }

.btn-dropdown .dropdown ul li {
  float: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
  position: relative; }

.btn-dropdown .dropdown ul li.divider {
  padding-top: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ddd; }

.btn-dropdown .dropdown ul li.active a:after {
  content: 'done';
  display: block;
  position: absolute;
  left: 10px;
  top: 4px;
  font-size: 18px;
  font-family: 'Material Icons';
  speak: none;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -moz-font-feature-settings: "liga", "dlig";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  font-style: normal;
  vertical-align: middle;
  word-wrap: normal !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.btn-dropdown-noactive .dropdown ul li.active a:after {
  display: none; }

.btn-dropdown .dropdown ul li a i {
  display: block;
  position: absolute;
  left: 10px;
  top: 4px;
  font-size: 18px; }

.btn-dropdown .dropdown ul li a {
  font-size: 12px;
  color: #000;
  white-space: nowrap;
  display: block;
  padding: 6px 32px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.btn-dropdown-avatar .dropdown ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 37px; }

.btn-dropdown-avatar .dropdown ul li img {
  position: absolute;
  top: 7px;
  left: 10px; }

.btn-dropdown .dropdown ul li a:hover {
  background: #f0f0f0;
  text-decoration: none; }

.btn-dropdown.dropdown-only-text .dropdown ul li a {
  padding-left: 15px;
  padding-right: 15px; }

.btn.btn-default {
  cursor: pointer;
  color: #000;
  border: 1px solid #ddd;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #fff 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 ); }

.btn.btn-default:hover:not(span) {
  border-color: #cfcfcf; }

.btn.btn-default.disabled,
.open .btn.btn-default,
.btn.btn-default.active,
.btn.btn-default:active:not(span) {
  border-color: #ddd;
  background: #ddd;
  background: -moz-linear-gradient(top, #ddd 0%, #ddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #ddd));
  background: -webkit-linear-gradient(top, #ddd 0%, #ddd 100%);
  background: -o-linear-gradient(top, #ddd 0%, #ddd 100%);
  background: -ms-linear-gradient(top, #ddd 0%, #ddd 100%);
  background: linear-gradient(to bottom, #ddd 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-top', endColorstr='$color-bottom',GradientType=0 ); }

.btn.btn-primary {
  cursor: pointer;
  color: #fff !important;
  border: 1px solid #5E0AD5;
  background: #5E0AD5; }

.btn.btn-primary:hover:not(span) {
  background-color: #9576c2; }

.btn.btn-primary.disabled,
.open .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary:active:not(span) {
  border-color: #fe6226;
  background: #fe6226; }

.btn.btn-danger {
  cursor: pointer;
  color: #fff !important;
  border: 1px solid #da5a47;
  background: #da5a47; }

.btn.btn-danger:hover:not(span) {
  border-color: #d64732;
  background: #d64732; }

.btn.btn-danger.disabled,
.open .btn.btn-danger,
.btn.btn-danger.active,
.btn.btn-danger:active:not(span) {
  border-color: #b13624;
  background: #b13624; }

.btn.btn-warning {
  cursor: pointer;
  color: #fff !important;
  border: 1px solid #f5cd8f;
  background: #f5cd8f; }

.btn.btn-warning:hover:not(span) {
  border-color: #f3c378;
  background: #f3c378; }

.btn.btn-warning.disabled,
.open .btn.btn-warning,
.btn.btn-warning.active,
.btn.btn-warning:active:not(span) {
  border-color: #efae49;
  background: #efae49; }

.btn.btn-success {
  cursor: pointer;
  color: #fff !important;
  border: 1px solid #00bea4;
  background: #00bea4; }

.btn.btn-success:hover:not(span) {
  border-color: #00a58e;
  background: #00a58e; }

.btn.btn-success.disabled,
.open .btn.btn-success,
.btn.btn-success.active,
.btn.btn-success:active:not(span) {
  border-color: #007262;
  background: #007262; }

.btn.btn-info {
  cursor: pointer;
  color: #000 !important;
  border: 1px solid #f9e6e4;
  background: #f9e6e4; }

.btn.btn-info:hover:not(span) {
  border-color: #f4d3cf;
  background: #f4d3cf; }

.btn.btn-info.disabled,
.open .btn.btn-info,
.btn.btn-info.active,
.btn.btn-info:active:not(span) {
  border-color: #f0bfba;
  background: #f0bfba; }

.btn.btn-link {
  height: auto;
  min-height: 10px;
  line-height: 1.3em;
  border: 0;
  background: none !important;
  padding: 0;
  color: #5E0AD5; }

.btn.btn-link:hover {
  text-decoration: underline !important;
  color: #fe6226; }

span.btn {
  cursor: auto !important; }

table .btn-group {
  display: inline-flex; }

.btn-group {
  float: left; }

.btn-group .btn-dropdown,
.btn-group .btn {
  border-radius: 0;
  margin-bottom: 0;
  margin-right: -1px !important; }

.btn-group .btn-dropdown .btn {
  margin-right: 0; }

.btn-group .btn-dropdown:hover,
.btn-group .btn:hover {
  z-index: 3; }

.btn-group .btn-dropdown:first-child .btn,
.btn-group .btn:first-child {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group .btn-dropdown:last-child .btn,
.btn-group .btn:last-child {
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.buttons-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden; }

.buttons-group .btn,
.buttons-group .btn-group,
.buttons-group .btn-dropdown {
  margin-right: 10px;
  margin-bottom: 5px; }

.buttons-group .btn:last-child,
.buttons-group .btn-group:last-child,
.buttons-group .btn-dropdown:last-child,
.buttons-group .btn-dropdown .btn {
  margin-right: 0; }

.buttons-group .btn-group .btn,
.buttons-group .btn-dropdown .btn {
  margin-bottom: 0; }

.dropdown-add-link {
  padding-left: 45px !important;
  position: relative; }

.dropdown-add-link i {
  font-size: 20px;
  color: #5E0AD5;
  position: absolute;
  top: 3px;
  left: 20px; }

/* Contact form
----------------------------------------------------------------------------------------------------*/
form.contact-form {
  width: 340px;
  margin: 0 auto; }

/* Buttons
----------------------------------------------------------------------------------------------------*/
.btn {
  text-decoration: none !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.btn:active {
  outline: none; }

.btn.btn-default-outline, .dark .btn.btn-default-outline:focus,
.dark .btn.btn-default-outline:hover {
  font-size: 13px;
  text-transform: uppercase;
  background: none;
  display: inline-block;
  font-weight: 700;
  color: #999;
  border: 2px solid #999;
  padding: 10px 40px;
  line-height: 25px;
  border-radius: 25px; }

.btn.btn-default-outline:focus, .dark .btn.btn-default-outline:focus,
.btn.btn-default-outline:hover,
.dark .btn.btn-default-outline:hover {
  color: #232323;
  border-color: #232323; }

.dark .btn.btn-default-outline, .dark .btn.btn-default-outline:focus,
.dark .btn.btn-default-outline:hover {
  color: #fff;
  border-color: #fff;
  opacity: 0.5; }

.dark .btn.btn-default-outline:focus,
.dark .btn.btn-default-outline:hover {
  opacity: 1; }

.btn.btn-default-outline:active, .dark .btn.btn-default-outline:active:focus,
.dark .btn.btn-default-outline:active:hover {
  color: #fff;
  border-color: #232323;
  background: #232323; }

.dark .btn.btn-default-outline:active {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important; }

/* -------------------*
 *     RESPONSIVE     *
 *------------------- */
@media all and (max-width: 1199px) {
  .featured-boxes-2 .featured-box {
    padding: 0 50px; } }
@media all and (max-width: 991px) {
  .tabs-v1 .nav-tabs li a {
    font-size: 17px;
    padding: 15px 25px; }

  .featured-boxes-2 .featured-box {
    padding: 0 20px; }

  .gallery-v1 a .gallery-overlay span {
    font-size: 18px; }

  .featured-boxes .col-md-4 .featured-box {
    border-left: 0; }

  .thumbs-list .thumb-item {
    width: 16.66%; }

  .thumbs-list-desc .item {
    width: 50%; }

  .thumbs-list-desc .item:nth-child(3n+1) {
    clear: none; }

  .thumbs-list-desc .item:nth-child(2n+1) {
    clear: left; }

  blockquote p {
    font-size: 22px; } }
@media all and (max-width: 767px) {
  .headline {
    min-height: 400px; }

  .headline-fullview {
    min-height: 40vh;
    height: auto; }

  .headline .headline-middle-box {
    line-height: 400px; }

  .headline-fullview .headline-middle-box {
    line-height: 400px !important; }

  .headline-middle-box .headline-text,
  .headline-box .headline-text {
    padding: 80px 0 30px 0; }

  .headline h1,
  .headline h1 a {
    font-size: 30px; }

  .headline .headline-button {
    padding-top: 0px; }

  .headline .headline-scroll {
    display: none; }

  .visible-xs-inline {
    display: inline-block; }

  blockquote {
    padding: 20px 0;
    margin: 10px 0 30px 0; }

  blockquote p {
    font-size: 15px; }

  blockquote.v2 p {
    font-size: 13.5px !important; }

  blockquote.v2 p cite {
    font-size: 13px; }

  .section {
    padding: 30px 0; }

  .heading-block {
    padding-bottom: 10px; }

  .tabs-v1 .nav-tabs li a {
    font-size: 15px;
    padding: 10px 15px; }

  .featured-boxes .featured-box,
  .featured-boxes-2 .featured-box {
    padding: 20px 0;
    border: 0; }

  .contact-map {
    display: none; }

  .contact-col p {
    margin-bottom: 0px; }

  .accordions {
    margin-top: 0; }

  .accordions .accordion-panel a {
    padding-left: 0;
    padding-right: 45px; }

  .accordions .accordion-panel a i {
    font-size: 20px;
    top: 12px; }

  .accordions .accordion-body {
    padding-left: 0;
    padding-right: 0; }

  .row > .content {
    padding-bottom: 40px; }

  .table-responsive th,
  .table-responsive td {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .c2a .lead {
    font-size: 14px; }

  .c2a .h2 {
    font-size: 16px; }

  .gallery-v1 a .gallery-overlay {
    display: none; }

  .gallery-v2 .gallery-col {
    width: 25%; }

  .thumbs-list .thumb-item {
    width: 20%; }

  .thumbs-list-desc .item {
    width: 100%; }

  .articles-v1 .grid-item {
    width: 100%; }

  .articles-v1 article .article-img {
    margin-bottom: 20px; }

  .articles-row .article-img {
    margin-bottom: 15px; }

  .horizontal-form .mdl-textfield--clasic-label {
    padding: 0;
    margin-bottom: 20px; }

  .horizontal-form .mdl-textfield--clasic-label label {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    padding-bottom: 0; }

  .horizontal-form .form-buttons {
    padding-left: 0; }

  .horizontal-form .mdl-textfield--clasic-label .input {
    padding-left: 0; }

  .modal-content .modal-body {
    padding: 50px 20px 20px 20px; }

  .vertical-middle-contact {
    padding-top: 100px;
    padding-bottom: 50px; }

  .vertical-middle-contact, .vertical-middle-contact main, .vertical-middle-contact .container-fluid {
    height: auto !important; }

  .vertical-middle-contact .row {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); } }
@media all and (max-width: 480px) {
  .text-center,
  .text-right {
    text-align: left; }

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

  .gallery-v2 .gallery-col {
    width: 33.33%; }

  .thumbs-list .thumb-item {
    width: 33.33%; }

  .gallery-article .gallery-item {
    width: 50%; }

  form.contact-form {
    width: 100%; } }
/* -------------------*
 *       RETINA       *
 *------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  header .navbar-brand .retina-logo {
    display: block; }

  header .navbar-brand .standard-logo {
    display: none; }

  header .navbar-brand .dark-logo {
    display: block; }

  header .navbar-brand .light-logo {
    display: none; }

  header.dark .navbar-brand .dark-logo {
    display: none; }

  header.dark .navbar-brand .light-logo {
    display: block; }

  .social-box a i {
    background-size: 144px 68px;
    background-image: url(../images/layout/icons-social@2x.png); } }


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