@charset "UTF-8";
/* ------------------------------------------------------------------
 * [Table of contents]
 *
 * 1. Reset
 * 3. Bootsrap GS
 * 2. Base Styling
 * 4. Animations
 * 5. WordPress Styles
 * 6. Tables
 * 7. Forms
 * 8. Buttons
 *
 * 9. UI Components
 * 	9.1. Header
 * 	9.2. Footer
 * 	9.3. Sections
 * 	9.4. Components
 *
 * ------------------------------------------------------------------ */
/* */
/* */
/* */
/* */
/* ----------------- 1. Reset ----------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

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

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

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

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

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/* ----------------- 2. Grid System ----------------- */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23 {
  float: left;
}

.col-xs-24 {
  float: left;
  width: 100%;
}

.col-xs-23 {
  width: 95.83333%;
}

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

.col-xs-21 {
  width: 87.5%;
}

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

.col-xs-19 {
  width: 79.16667%;
}

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

.col-xs-17 {
  width: 70.83333%;
}

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

.col-xs-15 {
  width: 62.5%;
}

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

.col-xs-13 {
  width: 54.16667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-pull-23 {
  right: 95.83333%;
}

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

.col-xs-pull-21 {
  right: 87.5%;
}

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

.col-xs-pull-19 {
  right: 79.16667%;
}

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

.col-xs-pull-17 {
  right: 70.83333%;
}

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

.col-xs-pull-15 {
  right: 62.5%;
}

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

.col-xs-pull-13 {
  right: 54.16667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-23 {
  left: 95.83333%;
}

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

.col-xs-push-21 {
  left: 87.5%;
}

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

.col-xs-push-19 {
  left: 79.16667%;
}

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

.col-xs-push-17 {
  left: 70.83333%;
}

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

.col-xs-push-15 {
  left: 62.5%;
}

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

.col-xs-push-13 {
  left: 54.16667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23 {
    float: left;
  }

  .col-sm-24 {
    float: left;
    width: 100%;
  }

  .col-sm-23 {
    width: 95.83333%;
  }

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

  .col-sm-21 {
    width: 87.5%;
  }

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

  .col-sm-19 {
    width: 79.16667%;
  }

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

  .col-sm-17 {
    width: 70.83333%;
  }

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

  .col-sm-15 {
    width: 62.5%;
  }

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

  .col-sm-13 {
    width: 54.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-pull-23 {
    right: 95.83333%;
  }

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

  .col-sm-pull-21 {
    right: 87.5%;
  }

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

  .col-sm-pull-19 {
    right: 79.16667%;
  }

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

  .col-sm-pull-17 {
    right: 70.83333%;
  }

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

  .col-sm-pull-15 {
    right: 62.5%;
  }

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

  .col-sm-pull-13 {
    right: 54.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-push-23 {
    left: 95.83333%;
  }

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

  .col-sm-push-21 {
    left: 87.5%;
  }

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

  .col-sm-push-19 {
    left: 79.16667%;
  }

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

  .col-sm-push-17 {
    left: 70.83333%;
  }

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

  .col-sm-push-15 {
    left: 62.5%;
  }

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

  .col-sm-push-13 {
    left: 54.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23 {
    float: left;
  }

  .col-md-24 {
    float: left;
    width: 100%;
  }

  .col-md-23 {
    width: 95.83333%;
  }

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

  .col-md-21 {
    width: 87.5%;
  }

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

  .col-md-19 {
    width: 79.16667%;
  }

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

  .col-md-17 {
    width: 70.83333%;
  }

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

  .col-md-15 {
    width: 62.5%;
  }

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

  .col-md-13 {
    width: 54.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-pull-23 {
    right: 95.83333%;
  }

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

  .col-md-pull-21 {
    right: 87.5%;
  }

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

  .col-md-pull-19 {
    right: 79.16667%;
  }

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

  .col-md-pull-17 {
    right: 70.83333%;
  }

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

  .col-md-pull-15 {
    right: 62.5%;
  }

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

  .col-md-pull-13 {
    right: 54.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-push-23 {
    left: 95.83333%;
  }

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

  .col-md-push-21 {
    left: 87.5%;
  }

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

  .col-md-push-19 {
    left: 79.16667%;
  }

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

  .col-md-push-17 {
    left: 70.83333%;
  }

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

  .col-md-push-15 {
    left: 62.5%;
  }

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

  .col-md-push-13 {
    left: 54.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23 {
    float: left;
  }

  .col-lg-24 {
    float: left;
    width: 100%;
  }

  .col-lg-23 {
    width: 95.83333%;
  }

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

  .col-lg-21 {
    width: 87.5%;
  }

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

  .col-lg-19 {
    width: 79.16667%;
  }

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

  .col-lg-17 {
    width: 70.83333%;
  }

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

  .col-lg-15 {
    width: 62.5%;
  }

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

  .col-lg-13 {
    width: 54.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-23 {
    right: 95.83333%;
  }

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

  .col-lg-pull-21 {
    right: 87.5%;
  }

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

  .col-lg-pull-19 {
    right: 79.16667%;
  }

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

  .col-lg-pull-17 {
    right: 70.83333%;
  }

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

  .col-lg-pull-15 {
    right: 62.5%;
  }

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

  .col-lg-pull-13 {
    right: 54.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-23 {
    left: 95.83333%;
  }

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

  .col-lg-push-21 {
    left: 87.5%;
  }

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

  .col-lg-push-19 {
    left: 79.16667%;
  }

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

  .col-lg-push-17 {
    left: 70.83333%;
  }

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

  .col-lg-push-15 {
    left: 62.5%;
  }

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

  .col-lg-push-13 {
    left: 54.16667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

/* ----------------- 3. Base Styling ----------------- */
* {
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

body {
  color: #838282;
  background: #f7f7f7;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 31.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #42494f;
  margin: 0 0 0.5em;
  font-weight: 700;
  line-height: 1.35em;
}
@media (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.25em;
  }
}
@media (max-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15em;
  }
}

h1 {
  font-size: 36px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 27px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  h2 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 21px;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  h3 {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 15px;
  }
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 10px;
}

p {
  margin: 0 0 1em;
  font-size: 13px;
}

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

ul,
ol {
  padding: 0 0 0 30px;
  margin: 0 0 20px;
}

a {
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

.bg-alfa {
  background: #f0eae4;
}

.bg-beta {
  background: #F7F7F7;
}

html .row-fit {
  margin: 0;
}
html .row-fit [class*="col-"],
html .row-fit .vc_column_container > .vc_column-inner {
  padding: 0;
}
html .row-fit [class*="col-"] .vc_row,
html .row-fit .vc_column_container > .vc_column-inner .vc_row {
  margin: 0 !important;
}

html .row-fit-10 {
  margin: 0 -5px;
}
html .row-fit-10 [class*="col-"],
html .row-fit-10 .vc_column_container > .vc_column-inner {
  padding: 0 5px;
}
html .row-fit-10 [class*="col-"] .vc_row,
html .row-fit-10 .vc_column_container > .vc_column-inner .vc_row {
  margin: 0 !important;
}

html .row-fit-40 {
  margin: 0 -20px;
}
html .row-fit-40 [class*="col-"],
html .row-fit-40 .vc_column_container > .vc_column-inner {
  padding: 0 20px;
}
html .row-fit-40 [class*="col-"] .vc_row,
html .row-fit-40 .vc_column_container > .vc_column-inner .vc_row {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.white-bg {
  background: #fff !important;
}

.ovh {
  overflow: hidden;
}

.full-height {
  height: calc(100vh - 100px);
  padding-bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 0;
}

.middle-content {
  position: relative;
}
@media (min-width: 768px) {
  .middle-content > div:not(.vc_parallax-inner) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.wpb_column .vc_row {
  margin-left: -10px;
  margin-right: -10px;
}

.paralax-section {
  position: relative;
  overflow: hidden;
}
.paralax-section > div:not(.vc_parallax-inner) {
  z-index: 1;
  position: relative;
}
.paralax-section .vc_parallax-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  pointer-events: none;
}

.wpb_column.vc_column_container > .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.box-map {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.box-map > div:not(#map-canvas) {
  z-index: 1;
  position: relative;
}
.box-map > div:not(#map-canvas) .container {
  pointer-events: none;
}
.box-map > div:not(#map-canvas) .container #map-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: all;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.uppercase {
  text-transform: uppercase;
}

.no-top {
  margin-top: 0 !important;
}

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

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

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

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

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

.clean-list {
  list-style-type: none;
  letter-spacing: 0em;
  padding: 0;
  margin: 0;
}
.clean-list li {
  list-style-type: none;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
}

.content-wrapper {
  padding-top: 100px;
}

.page-content {
  padding: 28px 0;
}

/* ----------------- 4. Animations ----------------- */
/*!
 *Animate.css - http://daneden.me/animate
 *Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 *Copyright (c) 2015 Daniel Eden */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.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);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.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);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ----------------- 5. Wordpress Styles ----------------- */
.alignleft {
  float: left;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.alignright {
  float: right;
  text-align: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.aligncenter {
  text-align: center;
  display: table;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

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

img.size-full, img.size-large {
  max-width: 100%;
  width: auto;
  height: auto;
}

.wp-caption {
  max-width: 100%;
  position: relative;
}

.wp-caption-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15.6px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}

pre,
code {
  color: #ffffff;
  background: #42494f;
}

code {
  padding: 2.5px 5px;
}

pre {
  line-height: 1.6em;
  margin-bottom: 28px;
  padding: 14px 28px;
}

address {
  border: 4px dashed #42494f;
  padding: 15px 25px;
  line-height: 1.3em;
  font-size: 21px;
  color: #42494f;
  max-width: 450px;
  margin-bottom: 28px;
  display: block;
}

dl {
  margin-bottom: 28px;
  line-height: 1.8em;
  color: #9099a8;
  font-size: 14px;
}
dl dt {
  font-weight: 700;
}
dl dd {
  padding-left: 15px;
}

table {
  table-layout: fixed;
  margin-bottom: 28px;
  width: 100%;
}
table td,
table th {
  padding: 5px 10px;
}

table,
td,
th {
  border: 1px solid #42494f;
}

th {
  color: #42494f;
}

.wp-caption,
.gallery-item {
  position: relative;
  margin-bottom: 1.5rem;
}
.wp-caption .wp-caption-text,
.gallery-item .wp-caption-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  padding: 10px 15px;
  text-align: center;
  max-height: 45%;
  overflow: auto;
  color: #ffffff;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
}

.gallery {
  margin: 0 -20px;
}
.gallery:before, .gallery:after {
  display: table;
  content: "";
}
.gallery:after {
  clear: both;
}
.gallery.gallery-columns-3 .gallery-item {
  width: calc(100%/3);
}
.gallery.gallery-columns-2 .gallery-item {
  width: calc(100%/2);
}
.gallery.gallery-columns-4 .gallery-item {
  width: calc(100%/4);
}
.gallery.gallery-columns-5 .gallery-item {
  width: calc(100%/5);
}
.gallery.gallery-columns-6 .gallery-item {
  width: calc(100%/6);
}
.gallery.gallery-columns-7 .gallery-item {
  width: calc(100%/7);
}

.gallery-item {
  text-align: center;
  display: block;
  float: left;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.gallery-item .wp-caption-text {
  right: 0.9375rem;
  left: 0.9375rem;
}

/* ----------------- 6. Tables ----------------- */
/* ----------------- 7. Forms ----------------- */
input[type="number"],
input[type="search"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-appearance: none;
  border-radius: 0;
}

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

/* ------- Subscribe Form ------- */
.subscribe-form {
  position: relative;
  line-height: 1em;
  display: block;
  font-size: 0;
}
.subscribe-form .form-input {
  background: #f7f7f7;
  border-radius: 4px;
  line-height: 42px;
  color: #4a99e1;
  padding: 0 150px 0 20px;
  font-size: 14px;
  display: block;
  height: 42px;
  width: 100%;
}
.subscribe-form .form-input::-webkit-input-placeholder {
  color: #838282;
}
.subscribe-form .form-input:-moz-placeholder {
  color: #838282;
}
.subscribe-form .form-input.placeholder {
  color: #838282;
}
.subscribe-form .form-input:focus, .subscribe-form .form-input.has-value {
  background: #efefef;
}
.subscribe-form .form-submit {
  border-radius: 0 4px 4px 0;
  text-transform: uppercase;
  vertical-align: middle;
  background: #4d95d1;
  letter-spacing: 0.2em;
  position: absolute;
  line-height: 42px;
  padding: 0 20px;
  font-size: 12px;
  color: #ffffff;
  height: 42px;
  right: 0;
  top: 0;
}
.subscribe-form .form-submit:before {
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  pointer-events: none;
  position: absolute;
  border-radius: 4px;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0;
  content: "";
  z-index: 1;
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}
.subscribe-form .form-submit .text-wrapper {
  z-index: 2;
}
.subscribe-form .form-submit:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 0;
}
.subscribe-form .result_container {
  -webkit-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 240ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  letter-spacing: 0.06em;
  position: absolute;
  line-height: 1em;
  font-size: 16px;
  color: #42494f;
  padding-top: 10px;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  opacity: 0;
}
.subscribe-form .result_container.error, .subscribe-form .result_container.animation_done {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* ------- Search Form ------- */
.search-form-wrapper {
  -webkit-transition: all 275ms;
  transition: all 275ms;
  position: relative;
  padding: 0 35px;
  display: block;
  height: 100px;
}
.search-form-wrapper .search-form-toggle,
.search-form-wrapper .close-form-btn {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  display: inline-block;
  position: absolute;
  line-height: 1em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  color: #838282;
  cursor: pointer;
  top: 50%;
}
.search-form-wrapper .search-form-toggle:hover,
.search-form-wrapper .close-form-btn:hover {
  color: #4d95d1;
}
.search-form-wrapper .search-form-toggle {
  left: 0;
}
.search-form-wrapper .close-form-btn {
  visibility: hidden;
  opacity: 0;
  right: 0;
}
.search-form-wrapper .close-form-btn.visible {
  visibility: visible;
  opacity: 1;
}
.search-form-wrapper .search-form {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  visibility: hidden;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  opacity: 0;
  top: 50%;
}
.search-form-wrapper .search-form .form-input {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  display: block;
  width: 100%;
}
.search-form-wrapper .search-form .form-input::-webkit-input-placeholder {
  color: #838282;
}
.search-form-wrapper .search-form .form-input:-moz-placeholder {
  color: #838282;
}
.search-form-wrapper .search-form .form-input.placeholder {
  color: #838282;
}
.search-form-wrapper .search-form .form-input:focus, .search-form-wrapper .search-form .form-input.has-value {
  color: #4d95d1;
}

.page-wrapper:before {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  content: "";
  opacity: 0;
  z-index: 7;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.search-form-visible .search-form-wrapper .search-form {
  visibility: visible;
  opacity: 1;
}
.search-form-visible .page-wrapper:before {
  visibility: visible;
  opacity: 1;
}
.search-form-visible .main-header .social-block-wrapper,
.search-form-visible .main-header .user-info-block,
.search-form-visible .main-header .login-register-block {
  visibility: hidden;
  opacity: 0;
}

/* ------- Support Search Form ------- */
.support-search-form {
  position: relative;
  display: block;
  width: 100%;
}
.support-search-form .form-input {
  background: #ffffff;
  letter-spacing: 0em;
  border-radius: 4px;
  padding-right: 175px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 14px;
  display: block;
  height: 85px;
  width: 100%;
}
.support-search-form .form-input::-webkit-input-placeholder {
  color: #838282;
}
.support-search-form .form-input:-moz-placeholder {
  color: #838282;
}
.support-search-form .form-input.placeholder {
  color: #838282;
}
.support-search-form .form-input:focus, .support-search-form .form-input.has-value {
  background: #eaeaea;
  color: #4d95d1;
}
.support-search-form .form-submit {
  position: absolute !important;
  padding: 0 35px !important;
  right: 20px;
  top: 21px;
}
@media (max-width: 768px) {
  .support-search-form .form-input {
    padding-left: 10px;
    padding-right: 150px;
    height: 60px;
    line-height: 60px;
  }
  .support-search-form .form-submit {
    right: 10px;
    top: 10px;
  }
}

/* ------- Comments & Contact Form ------- */
.comment-form,
.contact-form {
  margin: 0 0 20px;
}
.comment-form .input-line,
.contact-form .input-line {
  margin: 0 0 27.5px !important;
  line-height: 1em;
  display: block;
  width: 100%;
}
.comment-form .input-line .title,
.comment-form .input-line .form-input,
.contact-form .input-line .title,
.contact-form .input-line .form-input {
  display: block;
  width: 100%;
}
.comment-form .input-line .title,
.contact-form .input-line .title {
  padding: 0 0 10px 20px;
  font-weight: 700;
  color: #42494f;
  font-size: 17px;
}
.comment-form .input-line .form-input,
.contact-form .input-line .form-input {
  border: 1px solid #e4e4e4;
  background: #f4f4f4;
  border-radius: 3px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
}
.comment-form .input-line .form-input:focus, .comment-form .input-line .form-input.has-value,
.contact-form .input-line .form-input:focus,
.contact-form .input-line .form-input.has-value {
  background: white;
  border-color: #4d95d1;
}
.comment-form .input-line textarea,
.contact-form .input-line textarea {
  padding-bottom: 12px;
  padding-top: 12px;
  height: 125px !important;
  resize: none;
}
.comment-form .form-submit,
.contact-form .form-submit {
  min-width: 130px !important;
  position: relative;
  top: -7px;
}
.comment-form[action="contact_form_send_message"],
.contact-form[action="contact_form_send_message"] {
  max-width: 800px;
}
.comment-form #results,
.contact-form #results {
  display: block;
  margin-bottom: 42px;
}
.comment-form #results .parsley-errors-list,
.contact-form #results .parsley-errors-list {
  letter-spacing: 0.06em;
  margin-bottom: 2.5px;
  font-size: 15px;
  color: #42494f;
}

/* ------- Checkout Form ------- */
.checkout-form .form-input {
  text-transform: uppercase;
  border: 1px solid #ebebeb;
  vertical-align: middle;
  letter-spacing: 0.2em;
  font-weight: 700;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 10px;
  color: #7a7a7a;
  display: block;
  width: 100%;
}
.checkout-form .form-input::-webkit-input-placeholder {
  color: #adadad;
}
.checkout-form .form-input:-moz-placeholder {
  color: #adadad;
}
.checkout-form .form-input.placeholder {
  color: #adadad;
}
.checkout-form .form-input:not(textarea) {
  line-height: 45px;
  height: 45px;
}
.checkout-form textarea {
  padding-bottom: 13.5px !important;
  padding-top: 13.5px !important;
  line-height: 1.45em;
  height: 130px;
  resize: none;
}
.checkout-form h4 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 30px;
  font-size: 13px;
  color: #4c4a58;
}
.checkout-form .checkbox {
  display: block !important;
  margin: 0 0 15px;
}
.checkout-form .checkbox:last-of-type {
  margin: 0 0 25px;
}

/* ------ Login & Register ------ */
.login-form,
.register-form {
  background: #fcfcfc;
  margin: 0 auto 30px;
  position: relative;
  padding: 40px 30px;
  display: block;
  width: 290px;
}
.login-form .form-title,
.register-form .form-title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1em;
  font-size: 14px;
  color: #42494f;
}
.login-form .input-line,
.register-form .input-line {
  position: relative;
  margin: 0 0 10px;
  line-height: 1em;
  padding: 0 10px;
  display: block;
  height: 50px;
}
.login-form .input-line .form-input,
.register-form .input-line .form-input {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  color: #555555;
  font-size: 13px;
  padding-right: 25px;
  display: block;
  background: 0;
  width: 100%;
  top: 50%;
}
.login-form .input-line .form-input:focus, .login-form .input-line .form-input.has-value,
.register-form .input-line .form-input:focus,
.register-form .input-line .form-input.has-value {
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.login-form .input-line .form-input:focus + .line-title, .login-form .input-line .form-input.has-value + .line-title,
.register-form .input-line .form-input:focus + .line-title,
.register-form .input-line .form-input.has-value + .line-title {
  -webkit-transform: translateY(-125%) scale(0.735);
  -ms-transform: translateY(-125%) scale(0.735);
  transform: translateY(-125%) scale(0.735);
}
.login-form .input-line .form-input:focus + .line-title + i + .border-marker, .login-form .input-line .form-input.has-value + .line-title + i + .border-marker,
.register-form .input-line .form-input:focus + .line-title + i + .border-marker,
.register-form .input-line .form-input.has-value + .line-title + i + .border-marker {
  border-color: #9dc4e5;
}
.login-form .input-line .line-title,
.register-form .input-line .line-title {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  text-transform: uppercase;
  pointer-events: none;
  position: absolute;
  line-height: 1em;
  font-size: 13px;
  color: #838282;
  display: block;
  left: 10px;
  top: 50%;
}
.login-form .input-line .border-marker,
.register-form .input-line .border-marker {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 1px solid #d8d8d8;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.login-form .input-line i,
.register-form .input-line i {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  text-align: center;
  position: absolute;
  line-height: 1em;
  color: #9dc4e5;
  font-size: 14px;
  width: 18px;
  right: 13px;
  top: 50%;
}
.login-form .input-line:last-of-type,
.register-form .input-line:last-of-type {
  margin: 0 0 20px;
}
.login-form .forgot-link,
.register-form .forgot-link {
  text-transform: uppercase;
  margin: 0 0 20px 10px;
  letter-spacing: 0em;
  color: #9dc4e5;
  line-height: 1em;
  font-size: 10px;
  display: block;
}

.register-form {
  background: #fcf0ef;
}
.register-form .input-line .form-input:focus + .line-title + i + .border-marker, .register-form .input-line .form-input.has-value + .line-title + i + .border-marker {
  border-color: #d0483f;
}
.register-form .input-line i {
  color: #e6cbc9;
}

/* ----------------- 8. Buttons ----------------- */
.btn {
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  /* ----- Btn Style 1 ----- */
  /* ----- Btn Style 2 ----- */
  /* ----- Btn Style 3 ----- */
}
.btn .btn-holder {
  display: inline-block;
}
.btn.template-btn-1 {
  border: 2px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  border-radius: 4px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 25px;
  color: #ffffff;
  font-size: 12px;
  height: 42px;
}
.btn.template-btn-1:before {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  background: #ffffff;
  border-radius: 4px;
  position: absolute;
  bottom: calc(100% + 1px);
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
  content: "";
  right: -1px;
  left: -1px;
  top: -1px;
}
.btn.template-btn-1 .btn-holder {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  z-index: 2;
}
.btn.template-btn-1:hover .btn-holder {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  transition-delay: 250ms;
  color: #42494f;
}
.btn.template-btn-1:hover:before {
  bottom: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.btn.template-btn-2 {
  border: 2px solid #42494f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  border-radius: 3px;
  line-height: 36px;
  font-weight: 500;
  min-width: 130px;
  padding: 0 15px;
  font-size: 12px;
  color: #42494f;
  background: 0;
  height: 40px;
}
.btn.template-btn-2:before {
  -webkit-transition: all 225ms ease;
  transition: all 225ms ease;
  bottom: calc(100% + 1px);
  background: #42494f;
  border-radius: 3px;
  position: absolute;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
  content: "";
  right: -1px;
  left: -1px;
  top: -1px;
}
.btn.template-btn-2 .btn-holder {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  z-index: 2;
}
.btn.template-btn-2:hover .btn-holder {
  -webkit-transition-delay: 225ms;
  -moz-transition-delay: 225ms;
  transition-delay: 225ms;
  color: #ffffff;
}
.btn.template-btn-2:hover:before {
  bottom: 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.btn.template-btn-3 {
  text-transform: uppercase;
  vertical-align: middle;
  background: #4d95d1;
  letter-spacing: 0.2em;
  position: relative;
  border-radius: 4px;
  line-height: 42px;
  padding: 0 25px;
  font-size: 12px;
  color: #ffffff;
  height: 42px;
}
.btn.template-btn-3:before {
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  pointer-events: none;
  position: absolute;
  border-radius: 4px;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0;
  content: "";
  z-index: 1;
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}
.btn.template-btn-3 .btn-holder {
  z-index: 2;
}
.btn.template-btn-3:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 0;
}

/* ----------------- 9. UI Components ----------------- */
/* ----------------- 9.1. Header ----------------- */
.main-header {
  -webkit-transition: all 275ms;
  transition: all 275ms;
  background: #ffffff;
  position: relative;
  height: 100px;
  z-index: 8;
}
.main-header .identity-wrapper,
.main-header .user-info-block {
  display: inline-block;
  vertical-align: top;
}
.main-header .identity-wrapper {
  -webkit-transition: all 275ms;
  transition: all 275ms;
  background: #d0483f;
  text-align: center;
  margin-right: 30px;
  height: 100px;
  width: 130px;
}
.main-header .identity-wrapper img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 275ms;
  transition: all 275ms;
  display: inline-block;
  position: relative;
  top: 50%;
}
.main-header .user-info-block {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  display: inline-block;
  line-height: 1em;
  height: 100px;
  font-size: 0;
}
.main-header .user-info-block a {
  display: inline-block;
  height: 100%;
}
.main-header .user-info-block .avatar {
  display: inline-block;
  position: relative;
  margin-right: 12.5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
}
.main-header .user-info-block .avatar img {
  border-radius: 50%;
}
.main-header .user-info-block .user-name {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0em;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1em;
  color: #838282;
  font-size: 12px;
  top: 50%;
}
.main-header .social-block-wrapper {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  padding-right: 35px;
  display: block;
  height: 100px;
}
.main-header .social-block-wrapper .social-block {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  float: right;
  top: 50%;
}
.main-header .search-form-wrapper {
  display: block;
  height: 105px;
}
.main-header .login-register-block {
  -webkit-transition: all 250ms;
  transition: all 250ms;
  text-transform: uppercase;
  display: inline-block;
  line-height: 100px;
  color: #838282;
  height: 100px;
  margin: 0;
}
.main-header .login-register-block a:hover {
  color: #d0483f;
}
.main-header .menu-nav-toggle {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  border-radius: 0 5px 5px 0;
  vertical-align: middle;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  height: 42px;
  width: 42px;
  z-index: 2;
  top: 100%;
  left: 0;
}
.main-header .menu-nav-toggle i {
  font-size: 15px;
  color: #838282;
}
.main-header .menu-nav-toggle:hover {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.125);
  -webkit-transform: translateY(80px) translateX(3px);
  -ms-transform: translateY(80px) translateX(3px);
  transform: translateY(80px) translateX(3px);
  border-radius: 5px;
}
.main-header .main-navigation {
  -webkit-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #42494f;
  visibility: hidden;
  position: absolute;
  line-height: 1em;
  padding: 25px 0;
  display: block;
  height: 100vh;
  font-size: 0;
  width: 130px;
  opacity: 0.5;
  top: 100%;
}
.main-header .main-navigation ul {
  line-height: 1em;
  display: block;
  padding: 0;
  margin: 0;
}
.main-header .main-navigation ul li {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.3em;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  display: block;
}
.main-header .main-navigation ul li a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: inline-block;
  padding: 18px 17.5px;
  width: 100%;
}
.main-header .main-navigation ul li a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.main-header .main-navigation ul li.menu-item-has-children {
  position: relative;
}
.main-header .main-navigation ul li.menu-item-has-children .sub-menu {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
  visibility: hidden;
  position: absolute;
  display: block;
  opacity: 0;
  padding-left: 1px;
  width: 150px;
  left: 100%;
  top: 0;
}
.main-header .main-navigation ul li.menu-item-has-children .sub-menu li {
  background: #42494f;
}
.main-header .main-navigation ul li.menu-item-has-children:hover .sub-menu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.main-header.smaller {
  height: 65px;
}
.main-header.smaller .menu-nav-toggle {
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
}
.main-header.smaller .user-info-block,
.main-header.smaller .identity-wrapper,
.main-header.smaller .social-block-wrapper,
.main-header.smaller .search-form-wrapper,
.main-header.smaller .login-register-block {
  height: 65px;
}
.main-header.smaller .login-register-block {
  line-height: 65px;
}
.main-header.smaller .user-info-block {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.main-header.smaller .identity-wrapper img {
  -webkit-transform: translateY(-50%) scale(0.85);
  -ms-transform: translateY(-50%) scale(0.85);
  transform: translateY(-50%) scale(0.85);
}
.main-header.sticky-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}
.main-header.no-sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.main-header .header-form {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  position: absolute;
  visibility: hidden;
  left: 130px;
  opacity: 0;
  top: 100%;
}
.main-header .header-form.visible {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .main-header .search-form-wrapper,
  .main-header .login-register-block,
  .main-header .social-block-wrapper,
  .main-header .user-info-block,
  .main-header .menu-nav-toggle,
  .main-header .main-navigation,
  .main-header .header-form {
    display: none;
  }
}
.main-header .mobile-menu-toggle {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  line-height: 1em;
  right: 5%;
  top: 50%;
}
.main-header .mobile-menu-toggle i {
  display: inline-block;
  line-height: 1em;
  cursor: pointer;
  color: #42494f;
  font-size: 20px;
}
@media (min-width: 992px) {
  .main-header .mobile-menu-toggle {
    display: none;
  }
}

.nav-visible .main-header .main-navigation {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.nav-visible .main-header .menu-nav-toggle {
  -webkit-transform: translateY(80px) translateX(130px);
  -ms-transform: translateY(80px) translateX(130px);
  transform: translateY(80px) translateX(130px);
}
.nav-visible .main-header.smaller .menu-nav-toggle {
  -webkit-transform: translateY(45px) translateX(130px);
  -ms-transform: translateY(45px) translateX(130px);
  transform: translateY(45px) translateX(130px);
}

.admin-bar .main-header.sticky-header {
  top: 32px;
}

/* ----- Mobile Menu Block ----- */
.mobile-menu-block {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  background: #42494f;
  position: fixed;
  display: block;
  padding: 30px;
  width: 325px;
  z-index: 99;
  z-index: 1;
  bottom: 0;
  left: 0;
  top: 0;
}
.mobile-menu-block .user-block {
  text-align: center;
  margin: 0 0 25px;
}
.mobile-menu-block .user-block img {
  border-radius: 50%;
}
.mobile-menu-block .user-block .avatar {
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.125);
  border: 1px solid #555;
  display: inline-block;
  background: #e3e3e3;
  border-radius: 50%;
  line-height: 1em;
  padding: 5px;
  font-size: 0;
}
.mobile-menu-block .user-block .avatar i {
  display: inline-block;
  background: #f2f2f2;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 33px;
  height: 45px;
  width: 45px;
}
.mobile-menu-block .user-block .login-to-account {
  color: #ececec;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 10px 0 0;
  line-height: 1em;
  font-size: 11px;
}
.mobile-menu-block .search-form {
  position: relative;
  margin: 0 0 25px;
  overflow: hidden;
  display: block;
}
.mobile-menu-block .search-form .form-input {
  background: rgba(255, 255, 255, 0.3);
  padding: 0 12.5px 0 35px;
  border-radius: 4px;
  display: block;
  height: 30px;
  width: 100%;
}
.mobile-menu-block .search-form .form-input::-webkit-input-placeholder {
  color: #c2c2c2;
}
.mobile-menu-block .search-form .form-input:-moz-placeholder {
  color: #c2c2c2;
}
.mobile-menu-block .search-form .form-input.placeholder {
  color: #c2c2c2;
}
.mobile-menu-block .search-form .form-input:focus, .mobile-menu-block .search-form .form-input.has-value {
  background: rgba(255, 255, 255, 0.2);
  padding: 0 12.5px;
  color: #ffffff;
}
.mobile-menu-block .search-form .form-input:focus + .icon, .mobile-menu-block .search-form .form-input.has-value + .icon {
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
}
.mobile-menu-block .search-form .icon {
  -webkit-transition: all 175ms ease-in-out;
  -moz-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  position: absolute;
  line-height: 1em;
  font-size: 14px;
  color: #c2c2c2;
  left: 12px;
  top: 8px;
}
.mobile-menu-block nav {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 25px;
  line-height: 1em;
  display: block;
  color: #ffffff;
}
.mobile-menu-block nav ul {
  padding: 0;
  margin: 0;
}
.mobile-menu-block nav ul li {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-menu-block nav ul li a {
  display: block;
  width: 100%;
}
.mobile-menu-block nav ul li.menu-item-has-children > a {
  position: relative;
}
.mobile-menu-block nav ul li.menu-item-has-children > a:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: inherit;
  transition: inherit;
  display: inline-block;
  font-family: icomoon;
  position: absolute;
  line-height: 1em;
  color: #ffffff;
  content: "";
  right: 2px;
  top: 50%;
}
.mobile-menu-block nav ul li.menu-item-has-children > a.active:after {
  -webkit-transform: translateY(-50%) rotateX(-180deg);
  -ms-transform: translateY(-50%) rotateX(-180deg);
  transform: translateY(-50%) rotateX(-180deg);
}
.mobile-menu-block nav ul li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 7px 0 0;
  margin: 7px 0 0;
  display: none;
}
.mobile-menu-block nav ul li ul li {
  padding-left: 10px;
}
.mobile-menu-block nav ul li:last-of-type {
  padding: 0;
  border: 0;
  margin: 0;
}
.mobile-menu-block .social-platforms {
  line-height: 1em;
}
.mobile-menu-block .social-platforms li {
  display: inline-block;
}
.mobile-menu-block .social-platforms li:not(:last-of-type) {
  margin-right: 10px;
}
.mobile-menu-block .social-platforms li a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.35;
}
.mobile-menu-block .social-platforms li a:hover {
  opacity: 1;
}
.mobile-menu-block .close-menu-block {
  display: inline-block;
  position: absolute;
  line-height: 1em;
  right: 20px;
  top: 20px;
}
.mobile-menu-block .close-menu-block i {
  color: #f2f2f2;
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
}
@media (min-width: 450px) {
  .mobile-menu-block .close-menu-block {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-menu-block {
    display: none !important;
  }
}
@media (max-width: 450px) {
  .mobile-menu-block {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .page-wrapper {
    -webkit-box-shadow: -1px 0px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    background: #ffffff;
    position: relative;
    z-index: 2;
  }

  .mobile-menu-block-visible {
    overflow-x: hidden;
  }
  .mobile-menu-block-visible body {
    overflow-x: hidden;
  }
  .mobile-menu-block-visible .page-wrapper {
    -webkit-transform: translateX(325px) !important;
    -ms-transform: translateX(325px) !important;
    transform: translateX(325px) !important;
  }
}
@media (max-width: 450px) {
  .mobile-menu-block-visible .page-wrapper {
    -webkit-transform: translateX(100%) !important;
    -ms-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
  }
}
/* ----------------- 9.2. Footer ----------------- */
.main-footer {
  background: #ffffff;
  padding: 40px 0;
}
.main-footer .widget {
  margin: 0 0 32.5px;
}
.main-footer .widget .widget-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 1em;
  color: #838282;
  font-size: 14px;
}
.main-footer .widget ul {
  list-style-type: none;
  line-height: 1.2em;
  color: #838282;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.main-footer .widget ul li {
  display: block;
  margin: 0 0 20px;
}
.main-footer .widget ul li a:hover {
  color: #60a5e5;
}
.main-footer .widget ul li:before {
  display: inline-block;
  content: "-";
}
.main-footer .widget ul li:last-of-type {
  margin: 0;
}
.main-footer .widget p {
  line-height: 1.3em;
  font-size: 13px;
  color: #838282;
}
.main-footer .widget.widget-subscribe .widget-title {
  letter-spacing: 0em;
  margin: 0 0 12.5px;
}
.main-footer .social-block-wrapper {
  text-align: center;
}
@media (min-width: 992px) {
  .main-footer .social-block-wrapper {
    text-align: right;
  }
}
.main-footer .lower-footer-block {
  padding: 25px 0 0;
}
.main-footer .copyrights {
  text-align: center;
  text-transform: uppercase;
  color: #838282;
  line-height: 1em;
  font-size: 14px;
  margin: 0;
}
@media (min-width: 992px) {
  .main-footer .copyrights {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .main-footer .copyrights {
    margin: 0 0 25px;
  }
}
.main-footer .copyrights a:hover {
  color: #60a5e5;
}

/* ----------------- 9.3. Sections ----------------- */
.section {
  padding-top: 90px;
}

.section-title {
  margin-bottom: 35px;
}
.section-title h3 {
  margin: 0;
}

/* -------- Portfolio Section -------- */
.section-works {
  padding: 0 0 70px;
}
.section-works.works-page-section {
  padding-top: 70px;
}

/* ----- Portfolio Wrapper ----- */
.portfolio-wrapper {
  position: relative;
}
.portfolio-wrapper .portfolio-filters {
  line-height: 1em;
}
@media (min-width: 768px) {
  .portfolio-wrapper .portfolio-filters {
    position: absolute;
    -webkit-transform: translateY(-65px);
    -ms-transform: translateY(-65px);
    transform: translateY(-65px);
    right: 15px;
    z-index: 2;
    top: 0;
  }
}
@media (max-width: 768px) {
  .portfolio-wrapper .portfolio-filters {
    padding: 0 0 25px;
  }
}
.portfolio-wrapper .portfolio-filters ul {
  line-height: 1em;
  font-size: 0;
}
.portfolio-wrapper .portfolio-filters ul li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .portfolio-wrapper .portfolio-filters ul li {
    margin-bottom: 7.5px;
    margin-right: 15px;
  }
  .portfolio-wrapper .portfolio-filters ul li:last-of-type {
    margin-right: 0;
  }
}
.portfolio-wrapper .portfolio-filters ul li a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: 21px;
  color: #838282;
  font-size: 12px;
  padding: 0 6px;
  height: 21px;
}
.portfolio-wrapper .portfolio-filters ul li a:hover {
  background: #ffffff;
}
.portfolio-wrapper .portfolio-filters ul li a.current {
  background: #ffffff;
  color: #d0483f;
}
.portfolio-wrapper .portfolio-filters ul li:last-of-type {
  margin: 0;
}

/* ----- Portfolio Box ----- */
.work-box {
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
}
.work-box .box-cover {
  position: relative;
  overflow: hidden;
  line-height: 1em;
  font-size: 0;
}
.work-box .box-cover .hover-box {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  background: rgba(255, 255, 255, 0.95);
  height: calc(100% + 1px);
  width: calc(100% + 1px);
  position: absolute;
  z-index: 2;
  opacity: 0;
  left: -1px;
  top: -1px;
}
.work-box .box-cover .hover-box .work-item-meta {
  display: inline-block;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  top: 50%;
  right: 0;
  left: 0;
}
.work-box .box-cover .hover-box .work-item-meta .work-item-actions {
  -webkit-transform: translateY(calc(-100% - 35px));
  -ms-transform: translateY(calc(-100% - 35px));
  transform: translateY(calc(-100% - 35px));
  position: absolute;
  line-height: 1em;
  right: 0;
  left: 0;
  top: 0;
}
.work-box .box-cover .hover-box .work-item-meta .work-item-actions .action {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  display: inline-block;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  margin-right: 30px;
  opacity: 0;
}
.work-box .box-cover .hover-box .work-item-meta .work-item-actions .action:last-of-type {
  margin: 0;
}
.work-box .box-cover .hover-box .work-item-meta .work-item-actions .action i {
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  display: inline-block;
  line-height: 1em;
  font-size: 18px;
  color: #838282;
}
.work-box .box-cover .hover-box .work-item-meta .work-item-actions .action i:hover {
  color: #42494f;
}
.work-box .box-cover .hover-box .work-item-meta .work-item-title {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  font-weight: 500;
  line-height: 1em;
  font-size: 14px;
  color: #838282;
  opacity: 0;
}
.work-box .box-cover .hover-box .work-item-meta .work-item-title a:hover {
  color: #42494f;
}
.work-box .box-cover img {
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  width: 100%;
}
.work-box:hover .box-cover .hover-box {
  opacity: 1;
}
.work-box:hover .box-cover .hover-box .work-item-meta .work-item-actions .action {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.work-box:hover .box-cover .hover-box .work-item-meta .work-item-actions .action:nth-of-type(1) {
  -webkit-transition-delay: 295ms;
  -moz-transition-delay: 295ms;
  transition-delay: 295ms;
}
.work-box:hover .box-cover .hover-box .work-item-meta .work-item-actions .action:nth-of-type(2) {
  -webkit-transition-delay: 395ms;
  -moz-transition-delay: 395ms;
  transition-delay: 395ms;
}
.work-box:hover .box-cover .hover-box .work-item-meta .work-item-actions .action:nth-of-type(3) {
  -webkit-transition-delay: 495ms;
  -moz-transition-delay: 495ms;
  transition-delay: 495ms;
}
.work-box:hover .box-cover .hover-box .work-item-meta .work-item-title {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.work-box:hover .box-cover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* ----- Single Project View ----- */
.single-project-view {
  padding: 0 0 50px;
}
.single-project-view .project-header {
  text-align: center;
  line-height: 1em;
  margin: 0 0 20px;
}
.single-project-view .project-header .project-title {
  font-size: 30px;
  margin: 0;
}
.single-project-view .project-header .project-subtitle {
  font-weight: 500;
  font-size: 30px;
  margin: 0;
}
.single-project-view .project-cover {
  margin: 0 0 40px;
  line-height: 1em;
  font-size: 0;
}
.single-project-view .project-cover img {
  width: 100%;
}
.single-project-view .project-body .project-meta {
  padding: 0 0 30px;
  line-height: 1em;
}
.single-project-view .project-body .project-meta ul {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  color: #838282;
  display: block;
}
.single-project-view .project-body .project-meta ul li {
  margin: 0 0 15px;
  display: block;
}
.single-project-view .project-body .project-meta ul li a:hover {
  color: #4d95d1;
}
.single-project-view .project-body .project-meta ul li:last-of-type {
  margin: 0;
}
.single-project-view .project-body .project-description {
  margin: 0 0 90px;
}
.single-project-view .project-body .project-description p {
  letter-spacing: 0em;
  line-height: 2.3em;
  margin: 0 0 30px;
  font-size: 13px;
  color: #838282;
}
.single-project-view .project-navigation .nav-item-wrapper .nav-item {
  display: inline-block;
  text-align: center;
  line-height: 1em;
}
.single-project-view .project-navigation .nav-item-wrapper .nav-item .title {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  margin: 0 0 15px;
  line-height: 1em;
  font-size: 21px;
}
.single-project-view .project-navigation .nav-item-wrapper .nav-item .description {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.45em;
  color: #838282;
  font-size: 12px;
}
.single-project-view .project-navigation .nav-item-wrapper .nav-item a {
  display: inline-block;
}
.single-project-view .project-navigation .nav-item-wrapper .nav-item:hover .title {
  color: #4d95d1;
}
.single-project-view .project-navigation .nav-item-wrapper.next {
  text-align: right;
}

/* -------- Team Section -------- */
/* ----- Team Member Box ----- */
.team-member-box {
  margin-bottom: 20px;
  display: block;
}
.team-member-box .box-cover {
  position: relative;
  line-height: 1em;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 22.5px;
}
.team-member-box .box-cover .hover-box {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  left: 0;
  top: 0;
}
.team-member-box .box-cover .hover-box .member-social-platforms {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1em;
  font-size: 0;
  right: 0;
  top: 50%;
  left: 0;
}
.team-member-box .box-cover .hover-box .member-social-platforms li {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0;
  text-align: center;
  line-height: 1em;
  display: block;
  margin-bottom: 8px;
}
.team-member-box .box-cover .hover-box .member-social-platforms li:nth-child(even) {
  -webkit-transform: translateX(-32px);
  -ms-transform: translateX(-32px);
  transform: translateX(-32px);
}
.team-member-box .box-cover .hover-box .member-social-platforms li:nth-child(odd) {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
.team-member-box .box-cover .hover-box .member-social-platforms li:last-of-type {
  margin: 0;
}
.team-member-box .box-cover .hover-box .member-social-platforms li a {
  display: inline-block;
}
.team-member-box .box-cover .hover-box .member-social-platforms li a i {
  -webkit-transition: all 265ms ease-in-out;
  transition: all 265ms ease-in-out;
  border: 2px solid #f5e5d6;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  color: #838282;
  font-size: 15px;
  height: 42px;
  width: 42px;
}
.team-member-box .box-cover .hover-box .member-social-platforms li a i:hover {
  border-color: #60a5e5;
  background: #60a5e5;
  color: #ffffff;
}
.team-member-box .box-cover img {
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  width: 100%;
}
.team-member-box .box-cover:hover .hover-box {
  opacity: 1;
}
.team-member-box .box-cover:hover .member-social-platforms li {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1;
}
.team-member-box .box-cover:hover .member-social-platforms li:nth-of-type(1) {
  -webkit-transition-delay: 295ms;
  -moz-transition-delay: 295ms;
  transition-delay: 295ms;
}
.team-member-box .box-cover:hover .member-social-platforms li:nth-of-type(2) {
  -webkit-transition-delay: 395ms;
  -moz-transition-delay: 395ms;
  transition-delay: 395ms;
}
.team-member-box .box-cover:hover .member-social-platforms li:nth-of-type(3) {
  -webkit-transition-delay: 495ms;
  -moz-transition-delay: 495ms;
  transition-delay: 495ms;
}
.team-member-box .box-cover:hover .member-social-platforms li:nth-of-type(4) {
  -webkit-transition-delay: 595ms;
  -moz-transition-delay: 595ms;
  transition-delay: 595ms;
}
.team-member-box .box-cover:hover .member-social-platforms li:nth-of-type(5) {
  -webkit-transition-delay: 695ms;
  -moz-transition-delay: 695ms;
  transition-delay: 695ms;
}
.team-member-box .box-cover:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.team-member-box .box-body {
  line-height: 1em;
  font-size: 0;
}
.team-member-box .box-body .team-member-name,
.team-member-box .box-body .team-member-position {
  line-height: 1em;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
.team-member-box .box-body .team-member-name {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #838282;
  margin-bottom: 4.5px;
}
.team-member-box .box-body .team-member-position {
  color: #c9c9c9;
}

/* -------- Testimonials Section -------- */
.section-testimonials {
  margin: 0 0 70px;
}

/* ----- Testimonials Carousel ----- */
.testimonials-carousel {
  margin: 0 -10px;
}
.testimonials-carousel .carousel-item {
  padding: 0 10px;
}
.testimonials-carousel .carousel-item.slick-active .testimonial-box .box-content {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  transition-delay: 500ms;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.testimonials-carousel .slick-dots {
  text-align: center;
  padding: 45px 0 0;
  line-height: 1em;
  font-size: 0;
  margin: 0;
}
.testimonials-carousel .slick-dots li {
  display: inline-block;
  margin-right: 12.5px;
}
.testimonials-carousel .slick-dots li:last-of-type {
  margin: 0;
}
.testimonials-carousel .slick-dots li button {
  display: inline-block;
  position: relative;
  background: 0;
  height: 14px;
  width: 14px;
}
.testimonials-carousel .slick-dots li button:before {
  background: #dbdbdb;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  line-height: 1em;
  content: "";
  height: 7px;
  z-index: 1;
  width: 7px;
  left: 50%;
  top: 50%;
}
.testimonials-carousel .slick-dots li button:after {
  -webkit-transition: all 185ms ease-in-out;
  transition: all 185ms ease-in-out;
  border: 3px solid #dbdbdb;
  display: inline-block;
  background: #f7f7f7;
  border-radius: 50%;
  position: relative;
  height: 14px;
  width: 14px;
  content: "";
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 2;
  opacity: 0;
}
.testimonials-carousel .slick-dots li.slick-active button:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* ----- Testimonial Box ----- */
.testimonial-box {
  padding: 32px 45px 45px;
  background: #ffffff;
  min-height: 380px;
}
.testimonial-box .box-content {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  transition-delay: 350ms;
  -webkit-transition: all 395ms ease;
  transition: all 395ms ease;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  opacity: 0;
}
.testimonial-box .box-content .box-header {
  position: relative;
  min-height: 82px;
  padding-left: 105px;
  display: block;
  margin-bottom: 42.5px;
}
.testimonial-box .box-content .box-header .testimonial-avatar {
  position: absolute;
  width: 82px;
  left: 0;
  top: 0;
}
.testimonial-box .box-content .box-header .testimonial-avatar img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-box .box-content .box-header .testimonial-info {
  position: relative;
  line-height: 1em;
  font-size: 0;
  top: 35px;
}
.testimonial-box .box-content .box-header .testimonial-info .testimonial-name {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 4.5px;
  font-weight: 500;
  line-height: 1em;
  font-size: 14px;
  color: #838282;
}
.testimonial-box .box-content .box-header .testimonial-info .position {
  line-height: 1em;
  font-size: 14px;
  color: #c9c9c9;
}

/* -------- Pricing Section -------- */
.section-pricing {
  overflow: hidden;
}

/* ----- Pricing Blocks ----- */
.pricing-block .image-wrapper {
  text-align: center;
}
@media (max-width: 768px) {
  .pricing-block .image-wrapper {
    padding: 30px 0 0;
  }
}
.pricing-block h2 {
  text-align: center;
  margin: 0 0 20px;
  line-height: 2em;
  font-weight: 300;
  font-size: 21px;
  color: #42494f;
}
.pricing-block ul,
.pricing-block ol {
  line-height: 1.3em;
  max-width: 290px;
  color: #42494f;
  font-size: 13px;
  margin: 0 auto;
  display: block;
  padding: 0;
}
.pricing-block ul li,
.pricing-block ol li {
  margin-bottom: 20px;
}
.pricing-block ul li span,
.pricing-block ol li span {
  color: #838282;
}
.pricing-block ul li:last-of-type,
.pricing-block ol li:last-of-type {
  margin: 0;
}

/* ----- Pricing Table ----- */
.pricing-table {
  border: 1px solid #c9c9c9;
  padding: 25px 15px 40px;
  position: relative;
  text-align: center;
  line-height: 1em;
  margin: 0 0 25px;
}
.pricing-table .table-header,
.pricing-table .table-body {
  position: relative;
  z-index: 2;
}
.pricing-table .table-header .type {
  text-transform: uppercase;
  letter-spacing: 0em;
  margin: 0 0 20px;
  line-height: 1em;
  font-size: 14px;
  color: #42494f;
}
.pricing-table .table-header .price {
  display: block;
  line-height: 0.95em;
  margin-bottom: 45px;
  color: #4d95d1;
  font-size: 43px;
}
.pricing-table .table-body ul {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 30px;
  font-weight: 500;
  color: #838282;
  font-size: 10px;
  padding: 0;
}
.pricing-table .table-body ul li {
  margin-bottom: 18.5px;
}
.pricing-table .table-body ul li:last-of-type {
  margin: 0;
}
.pricing-table:after {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  display: inline-block;
  pointer-events: none;
  background: #ffffff;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0.875);
  -ms-transform: scale(0.875);
  transform: scale(0.875);
  content: "";
  z-index: 1;
  bottom: -1px;
  right: 0;
  left: 0;
  top: 0;
}
.pricing-table:hover:after {
  -webkit-transform: scale(1.2, 1.085);
  -ms-transform: scale(1.2, 1.085);
  transform: scale(1.2, 1.085);
  opacity: 1;
}
@media (max-width: 768px) {
  .pricing-table {
    max-width: 92.5%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

/* -------- Blog Section -------- */
/* ----- Blog Preview ----- */
.blog-preview-block {
  background: #353426;
  line-height: 1em;
}
.blog-preview-block .featured-blog-post-wrapper,
.blog-preview-block .popular-news-block-wrapper {
  display: block;
  float: left;
}
.blog-preview-block .featured-blog-post-wrapper {
  overflow: hidden;
  width: 66%;
}
.blog-preview-block .featured-blog-post-wrapper .inner-wrapper {
  position: relative;
  color: #1d2025;
}
.blog-preview-block .featured-blog-post-wrapper .inner-wrapper:after {
  display: inline-block;
  background: currentColor;
  position: absolute;
  content: "";
  width: 45px;
  z-index: 2;
  bottom: 0;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .blog-preview-block .featured-blog-post-wrapper .inner-wrapper:after {
    display: none !important;
  }
}
.blog-preview-block .featured-blog-post-wrapper .post-btn {
  display: inline-block;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}
.blog-preview-block .featured-blog-post-wrapper .post-btn i {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 185ms;
  transition: all 185ms;
  display: inline-block;
  letter-spacing: 0em;
  text-align: center;
  line-height: 75px;
  font-size: 10px;
  height: 75px;
  width: 75px;
}
.blog-preview-block .featured-blog-post-wrapper .post-btn i:before {
  color: #ffffff;
}
.blog-preview-block .featured-blog-post-wrapper .post-btn i:hover {
  background: #ffffff;
}
.blog-preview-block .featured-blog-post-wrapper .post-btn i:hover:before {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  transition-delay: 200ms;
  color: #1d2025;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post {
  background: #1d2025;
  display: block;
  width: 100%;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image,
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body {
  display: block;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image {
  position: absolute;
  display: block;
  height: 100%;
  width: 45%;
  left: 0;
  top: 0;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image:before {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  background: rgba(29, 32, 37, 0.475);
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image:hover:before {
  opacity: 0;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image:hover + .blog-post-body {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body {
  -webkit-transition: all 325ms ease-in-out;
  transition: all 325ms ease-in-out;
  background: #1d2025;
  position: relative;
  padding-bottom: 45px;
  padding-right: 60px;
  padding-top: 42.5px;
  padding-left: 60px;
  float: right;
  z-index: 2;
  width: 70%;
}
@media (max-width: 1200px) {
  .blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body {
    padding: 35px;
  }
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .blog-post-meta .blog-post-date {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 10px;
  display: block;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .blog-post-meta .short-meta {
  margin-bottom: 37.5px;
  display: block;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .blog-post-meta .short-meta li {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.2em;
  color: #a0a0a0;
  font-size: 10px;
  margin-right: 16.5px;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .blog-post-meta .short-meta li p {
  letter-spacing: inherit;
  line-height: inherit;
  font-size: inherit;
  color: #555555;
  margin: 0;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .blog-post-meta .short-meta li p a {
  color: inherit;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .blog-post-meta .short-meta li p a:hover {
  color: #4d95d1;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .post-title {
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 2.5em;
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .post-title a {
  display: inline-block;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .post-title a:hover {
  color: #bfbfbf;
}
.blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .post-excerpt {
  line-height: 2.2em;
  color: #9099a8;
  font-size: 14px;
  display: block;
}
.blog-preview-block .popular-news-block-wrapper {
  width: 34%;
  padding-top: 37.5px;
  padding-right: 70px;
  padding-left: 70px;
}
.blog-preview-block .popular-news-block-wrapper .block-title {
  letter-spacing: 0em;
  font-weight: 700;
  color: #767345;
  line-height: 1em;
  margin: 0 0 25px;
  font-size: 21px;
}
.blog-preview-block .popular-news-block-wrapper .popular-news-list {
  max-width: 280px;
  line-height: 1em;
  display: block;
  font-size: 0;
}
.blog-preview-block .popular-news-block-wrapper .popular-news-list .news-item {
  position: relative;
  min-height: 85px;
  padding-left: 100px;
  padding-top: 5px;
  display: block;
  margin-bottom: 30px;
}
.blog-preview-block .popular-news-block-wrapper .popular-news-list .news-item:last-of-type {
  margin: 0;
}
.blog-preview-block .popular-news-block-wrapper .popular-news-list .news-item .image {
  position: absolute;
  width: 80px;
  left: 0;
  top: 0;
}
.blog-preview-block .popular-news-block-wrapper .popular-news-list .news-item .image img {
  border-radius: 3px;
  width: 100%;
}
.blog-preview-block .popular-news-block-wrapper .popular-news-list .news-item .date {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #a4a4a4;
  line-height: 1em;
  margin: 0 0 5px;
  font-size: 10px;
  display: block;
}
.blog-preview-block .popular-news-block-wrapper .popular-news-list .news-item .post-title {
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1.75em;
  font-weight: 500;
  color: #818076;
  font-size: 11px;
  margin: 0;
}
.blog-preview-block .popular-news-block-wrapper .popular-news-list .news-item .post-title a {
  display: inline-block;
}
.blog-preview-block .popular-news-block-wrapper .popular-news-list .news-item .post-title a:hover {
  color: #66665e;
}
@media (max-width: 1200px) {
  .blog-preview-block .featured-blog-post-wrapper {
    width: 70%;
  }
  .blog-preview-block .popular-news-block-wrapper {
    width: 30%;
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media (max-width: 992px) {
  .blog-preview-block .featured-blog-post-wrapper,
  .blog-preview-block .popular-news-block-wrapper {
    width: 100%;
  }
  .blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .blog-post-meta .short-meta,
  .blog-preview-block .popular-news-block-wrapper .featured-blog-post .blog-post-body .blog-post-meta .short-meta {
    margin: 0 0 10px;
  }
  .blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body .post-title,
  .blog-preview-block .popular-news-block-wrapper .featured-blog-post .blog-post-body .post-title {
    line-height: 1.75em;
    margin: 0 0 10px;
  }
  .blog-preview-block .popular-news-block-wrapper {
    padding-bottom: 50px;
  }
  .blog-preview-block .popular-news-block-wrapper .popular-news-list {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
  }
  .blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image img {
    display: block;
    height: auto;
    width: 100%;
  }
  .blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-image:hover + .blog-post-body {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .blog-preview-block .featured-blog-post-wrapper .featured-blog-post .blog-post-body {
    display: block;
    width: 100%;
    float: none;
  }
  .blog-preview-block .popular-news-block-wrapper {
    padding: 35px;
  }
}

/* ----- Small Blogposts ----- */
.small-blogposts-list {
  padding: 0 0 45px;
}
.small-blogposts-list .small-blogpost {
  position: relative;
  min-height: 85px;
  width: 25%;
  float: left;
  padding-left: 100px;
  padding-right: 20px;
  padding-top: 5px;
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .small-blogposts-list .small-blogpost {
    width: calc(100% / 3);
  }
}
@media (max-width: 992px) {
  .small-blogposts-list .small-blogpost {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .small-blogposts-list .small-blogpost {
    width: 100%;
  }
}
.small-blogposts-list .small-blogpost .image {
  position: absolute;
  width: 80px;
  left: 0;
  top: 0;
}
.small-blogposts-list .small-blogpost .image img {
  border-radius: 3px;
  width: 100%;
}
.small-blogposts-list .small-blogpost .date {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #a4a4a4;
  line-height: 1em;
  margin: 0 0 5px;
  font-size: 10px;
  display: block;
}
.small-blogposts-list .small-blogpost .post-title {
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1.75em;
  font-weight: 500;
  color: #818076;
  font-size: 11px;
  margin: 0;
}
.small-blogposts-list .small-blogpost .post-title a {
  display: inline-block;
}
.small-blogposts-list .small-blogpost .post-title a:hover {
  color: #66665e;
}

/* ----- Blog Page Section ----- */
.blog-page-section {
  background: #f0eae4;
  padding: 70px 0 100px;
}
.blog-page-section.single-blog-post .bg-wrapper {
  position: relative;
}
.blog-page-section.single-blog-post .bg-wrapper .bg-holder {
  pointer-events: none;
  background: #ffffff;
  position: absolute;
  right: -20px;
  left: -20px;
  z-index: 0;
  bottom: 0;
  top: 0;
}
@media (max-width: 800px) {
  .blog-page-section.single-blog-post .bg-wrapper .bg-holder {
    right: 0;
    left: 0;
  }
}

.similar-posts-wrapper .small-blogposts-list .small-blogpost {
  width: 50%;
}
@media (max-width: 768px) {
  .similar-posts-wrapper .small-blogposts-list .small-blogpost {
    width: 100%;
  }
}

.similar-posts-wrapper {
  display: block;
  padding-bottom: 28px;
}

/* ----- Blog Post ----- */
.blog-posts-list .blog-post-container {
  margin: 0 0 60px;
}
.blog-posts-list .blog-post-container:last-of-type {
  margin: 0;
}

.blog-post .blog-post-cover {
  line-height: 1em;
  font-size: 0;
}
.blog-post .blog-post-cover img {
  width: 100%;
}
.blog-post .blog-post-cover .tt-slider .slick-arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  position: absolute;
  background: 0;
  z-index: 2;
  top: 50%;
}
.blog-post .blog-post-cover .tt-slider .slick-arrow:before {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: rgba(29, 32, 37, 0.6);
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-family: icomoon;
  text-align: center;
  line-height: 90px;
  font-size: 22px;
  width: 45px;
  height: 90px;
}
.blog-post .blog-post-cover .tt-slider .slick-arrow:hover:before {
  background: rgba(29, 32, 37, 0.925) !important;
  color: rgba(255, 255, 255, 0.9);
  width: 60px;
}
.blog-post .blog-post-cover .tt-slider .slick-arrow.slick-next {
  right: 0;
}
.blog-post .blog-post-cover .tt-slider .slick-arrow.slick-next:before {
  content: "";
}
.blog-post .blog-post-cover .tt-slider .slick-arrow.slick-prev {
  left: 0;
}
.blog-post .blog-post-cover .tt-slider .slick-arrow.slick-prev:before {
  content: "";
}
.blog-post .blog-post-cover .tt-slider:hover .slick-arrow:before {
  background: rgba(29, 32, 37, 0.8);
}
@media (max-width: 768px) {
  .blog-post .blog-post-cover .tt-slider .slick-arrow:before {
    line-height: 50px;
    font-size: 16px;
    height: 50px;
    width: 25px;
  }
  .blog-post .blog-post-cover .tt-slider .slick-arrow:hover:before {
    width: 30px;
  }
}
.blog-post .blog-post-meta {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 20px;
  line-height: 1em;
}
.blog-post .blog-post-meta .post-date {
  color: #7f5e40;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 10px;
  display: block;
  margin: 3.5px;
}
.blog-post .blog-post-meta ul li {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.2em;
  color: #a0a0a0;
  font-size: 10px;
  margin-right: 20px;
}
.blog-post .blog-post-meta ul li:last-of-type {
  margin: 0;
}
.blog-post .blog-post-header {
  text-align: center;
  line-height: 1em;
  margin: 0 0 20px;
}
.blog-post .blog-post-header .blog-post-title {
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0em;
  color: #bf9e7f;
  margin: 0 0 20px;
  font-size: 21px;
  padding: 0 5%;
}
.blog-post .blog-post-header .blog-post-title a:hover {
  color: #ae845d;
}
.blog-post .blog-post-header .categories {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1em;
  color: #555555;
  font-size: 10px;
  margin: 0;
}
.blog-post .blog-post-header .categories a {
  color: #4d95d1;
}
.blog-post .blog-post-body {
  line-height: 1em;
}
.blog-post .blog-post-body p {
  line-height: 1.8em;
  color: #9099a8;
  margin: 0 0 25px;
  font-size: 14px;
}
.blog-post .blog-post-body input {
  border: 1px solid #f0eae4;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  margin: 0 5px;
  height: 42px;
}
.blog-post .blog-post-body input[type="submit"] {
  border: 2px solid #42494f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  border-radius: 3px;
  line-height: 36px;
  font-weight: 500;
  min-width: 130px;
  color: #42494f;
  background: 0;
  height: 40px;
}
.blog-post .blog-post-body input[type="submit"]:hover {
  color: #ffffff;
  background: #42494f;
}
.blog-post .blog-post-footer {
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0 20px;
  margin: 0 0 40px;
}
.blog-post .blog-post-footer .tags-wrapper .tags {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1em;
  font-size: 10px;
  color: #838282;
  margin: 0;
}
.blog-post .blog-post-footer .tags-wrapper .tags a:hover {
  color: #4d95d1;
}
.blog-post .blog-post-footer .tags-wrapper .tags span {
  display: inline-block;
  color: #d0483f;
  margin-right: 5px;
}
.blog-post .blog-post-footer .social-block-wrapper {
  text-align: right;
}
.blog-post.sticky .blog-post-header .blog-post-title a {
  position: relative;
}
.blog-post.sticky .blog-post-header .blog-post-title a:after {
  content: "sticky";
  -webkit-transform: translate(120%, 55%);
  -ms-transform: translate(120%, 55%);
  transform: translate(120%, 55%);
  text-transform: uppercase;
  letter-spacing: 0.085em;
  position: absolute;
  font-size: 0.45em;
  line-height: 1em;
  font-weight: 500;
  color: #4d95d1;
  right: 0;
  top: 0;
}

/* -------- Statistics Section -------- */
.section-statistics {
  overflow: hidden;
}

.statistics-wrapper {
  background: #dfd0c1;
}

/* ----- Description Box ----- */
.description-box-wrapper {
  background: #f5e5d6;
  line-height: 1em;
  font-size: 0;
}
.description-box-wrapper .box-inner {
  padding: 42.5px 28.5px 0;
}
.description-box-wrapper .phone-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 340px;
  line-height: 1em;
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.description-box-wrapper .phone-wrapper .phone-screen-wrapper {
  position: absolute;
  display: block;
  z-index: 2;
  right: 7.3%;
  left: 8.3%;
  top: 23.3%;
  bottom: 0;
}
.description-box-wrapper .phone-wrapper .phone-screen-wrapper img {
  width: 100%;
}
.description-box-wrapper .box-meta {
  margin-bottom: 12.5px;
  display: block;
}
.description-box-wrapper .box-meta .box-title,
.description-box-wrapper .box-meta .box-subtitle {
  line-height: 1em;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
.description-box-wrapper .box-meta .box-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 3.5px;
  color: #838282;
}
.description-box-wrapper .box-meta .box-subtitle {
  color: #bf9e7f;
}

/* ----- Diagram Box ----- */
.diagram-box {
  background: #dfd0c1;
  padding: 40px 20px;
}

/* -------- Recognitions Section -------- */
.section-recognitions {
  overflow: hidden;
  padding: 0;
}

/* ----- Recognitions Box ----- */
.recognitions-box {
  padding: 90px 110px 60px;
  position: relative;
  display: block;
}
.recognitions-box:before, .recognitions-box:after {
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  transform: translateX(-30%);
  background: #ffffff;
  position: absolute;
  opacity: 0;
  display: block;
  height: 50%;
  width: 100%;
  content: "";
  z-index: 1;
  left: 0;
}
.recognitions-box:before {
  top: 0;
}
.recognitions-box:after {
  bottom: 0;
}
.recognitions-box .box-title {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  display: block;
  position: relative;
  margin: 0 0 50px;
  line-height: 1em;
  font-size: 21px;
  z-index: 2;
  opacity: 0;
}
.recognitions-box .recognitions-list {
  position: relative;
  z-index: 2;
}
.recognitions-box .recognitions-list .recognitions-item {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-transform: translateX(-85px);
  -ms-transform: translateX(-85px);
  transform: translateX(-85px);
  margin: 0 0 60px;
  opacity: 0;
}
.recognitions-box .recognitions-list .recognitions-item .item-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 12.5px;
  font-weight: 500;
  line-height: 1em;
  color: #838282;
  font-size: 14px;
}
.recognitions-box .recognitions-list .recognitions-item .item-description {
  line-height: 2.3em;
  color: #838282;
  font-size: 13px;
  margin: 0;
}
.recognitions-box .recognitions-list .recognitions-item:last-of-type {
  margin: 0;
}
.recognitions-box .recognitions-list .recognitions-item:nth-of-type(1) {
  -webkit-transition-delay: 1100ms;
  -moz-transition-delay: 1100ms;
  transition-delay: 1100ms;
}
.recognitions-box .recognitions-list .recognitions-item:nth-of-type(2) {
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  transition-delay: 1400ms;
}
.recognitions-box .recognitions-list .recognitions-item:nth-of-type(3) {
  -webkit-transition-delay: 1750ms;
  -moz-transition-delay: 1750ms;
  transition-delay: 1750ms;
}
.recognitions-box .recognitions-list .recognitions-item:nth-of-type(4) {
  -webkit-transition-delay: 2100ms;
  -moz-transition-delay: 2100ms;
  transition-delay: 2100ms;
}
.recognitions-box .recognitions-list .recognitions-item:nth-of-type(5) {
  -webkit-transition-delay: 2450ms;
  -moz-transition-delay: 2450ms;
  transition-delay: 2450ms;
}
.recognitions-box.visible .box-title {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.recognitions-box.visible .recognitions-list .recognitions-item {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.recognitions-box.visible:before, .recognitions-box.visible:after {
  opacity: 1;
}
.recognitions-box.visible:before {
  -webkit-transform: translate(0, 0) skew(30deg);
  -ms-transform: translate(0, 0) skew(30deg);
  transform: translate(0, 0) skew(30deg);
}
.recognitions-box.visible:after {
  -webkit-transform: translate(0, 0) skew(-30deg);
  -ms-transform: translate(0, 0) skew(-30deg);
  transform: translate(0, 0) skew(-30deg);
}
@media (max-width: 992px) {
  .recognitions-box {
    padding: 50px 85px 40px;
  }
  .recognitions-box .recognitions-list .recognitions-item {
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .recognitions-box {
    padding: 35px 50px 30px;
  }
  .recognitions-box.visible:before {
    -webkit-transform: translate(0, 0) skew(20deg);
    -ms-transform: translate(0, 0) skew(20deg);
    transform: translate(0, 0) skew(20deg);
  }
  .recognitions-box.visible:after {
    -webkit-transform: translate(0, 0) skew(-20deg);
    -ms-transform: translate(0, 0) skew(-20deg);
    transform: translate(0, 0) skew(-20deg);
  }
}
@media (max-width: 450px) {
  .recognitions-box {
    padding: 25px 20px 30px;
  }
  .recognitions-box .recognitions-list .recognitions-item {
    padding: 0 !important;
  }
  .recognitions-box.visible:before, .recognitions-box.visible:after {
    -webkit-transform: translate(0, 0) skew(0);
    -ms-transform: translate(0, 0) skew(0);
    transform: translate(0, 0) skew(0);
  }
}

/* -------- FullPage Section -------- */
.full-page-intro .full-page-box {
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
}
.full-page-intro .full-page-box .support-search-box {
  position: relative;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  top: 50%;
}

/* ----- Support Box ----- */
.support-search-box h1,
.support-search-box p {
  font-weight: 300;
  color: #ffffff;
}
.support-search-box h1 {
  margin: 0 0 25px;
  font-size: 41px;
}
.support-search-box h1.dark {
  color: #42494f;
  padding-top: 15px;
}
.support-search-box p {
  line-height: 1.3em;
  max-width: 530px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}
.support-search-box .support-search-form {
  margin-top: 80px;
}

/* -------- Video Section -------- */
.big-video-container {
  background: #f5e5d6;
  padding: 100px 0 70px;
}

/* ------ Responsive Media ------ */
.responsive-media {
  position: relative;
  margin: 0 0 30px;
}
.responsive-media iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.responsive-media .video-cover {
  -webkit-transition: all 275ms;
  transition: all 275ms;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.responsive-media .play-video-toggle {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  position: absolute;
  line-height: 1em;
  cursor: pointer;
  z-index: 3;
  left: 50%;
  top: 50%;
}
.responsive-media .play-video-toggle i {
  -webkit-transition: color 165ms ease-in-out;
  transition: color 165ms ease-in-out;
  display: inline-block;
  line-height: 1em;
  color: #d2d3d8;
  font-size: 55px;
}
.responsive-media .play-video-toggle:hover i {
  color: #ffffff;
}
.responsive-media.open .video-cover,
.responsive-media.open .play-video-toggle {
  visibility: hidden;
  opacity: 0;
}
.responsive-media.ratio16by9 {
  padding-bottom: 56.25%;
}

/* -------- FAQ Section -------- */
.section-faq {
  padding-bottom: 60px;
  border-bottom: 1px solid #ececec;
}

/* -------- Showcase Section -------- */
.section-showcase {
  background: #ffffff;
  margin: 0 0 20px;
  padding: 0;
}
.section-showcase .image-wrapper {
  line-height: 1em;
  font-size: 0;
}
.section-showcase img {
  width: 100%;
}
@media (min-width: 992px) {
  .section-showcase .row {
    position: relative;
  }
  .section-showcase .row .text-wrapper {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.section-showcase .text-block {
  max-width: 600px;
  display: block;
  padding-left: 100px;
}
.section-showcase .text-block h3 {
  margin-bottom: 25px;
}
.section-showcase .text-block ul {
  line-height: 1.385em;
  max-width: 275px;
  font-size: 13px;
  color: #42494f;
  padding-left: 17.5px;
}
.section-showcase .text-block ul li {
  margin-bottom: 20px;
}
.section-showcase .text-block ul li span {
  color: #838282;
}
.section-showcase .text-block ul li:last-of-type {
  margin: 0;
}
.section-showcase .text-block p {
  line-height: 1.6em;
  font-size: 13px;
  color: #838282;
}
@media (max-width: 768px) {
  .section-showcase .text-block {
    padding: 30px 25px 0;
  }
}

/* ------ About Section ------ */
.section-about h1:not(.bold),
.section-about h2:not(.bold),
.section-about h3:not(.bold),
.section-about h4:not(.bold),
.section-about h5:not(.bold),
.section-about h6:not(.bold) {
  font-weight: 500;
}
.section-about h1 {
  font-size: 31px;
}
.section-about h3 {
  margin: 0 0 30px;
}
.section-about ul {
  line-height: 1.385em;
  color: #42494f;
  font-size: 13px;
  padding-left: 45px;
  margin-bottom: 40px;
}
.section-about ul li {
  margin: 0 0 20px;
}
.section-about ul span {
  color: #838282;
}

/* ----- Simple Slider ----- */
.simple-slider {
  margin: 40px 0 55px;
  position: relative;
  display: block;
}
.simple-slider .slides-list {
  padding: 0;
  margin: 0;
}
.simple-slider .custom-controll-block {
  position: absolute;
  line-height: 1em;
  display: block;
  bottom: 7%;
  right: 0;
  left: 0;
}
.simple-slider .custom-controll-block .block-inner {
  background: rgba(0, 0, 0, 0.6);
  padding: 25px 80px;
  position: relative;
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  display: block;
  width: 92.5%;
}
.simple-slider .custom-controll-block .block-inner .slide-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1em;
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 3px;
}
.simple-slider .custom-controll-block .block-inner .slide-subtitle {
  line-height: 1em;
  color: #c9c9c9;
  font-size: 14px;
  margin: 0;
}
.simple-slider .custom-controll-block .block-inner .controll-item {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 175ms;
  transition: all 175ms;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  line-height: 1em;
  font-size: 24px;
  cursor: pointer;
  top: 50%;
}
.simple-slider .custom-controll-block .block-inner .controll-item:hover {
  color: #ffffff;
}
.simple-slider .custom-controll-block .block-inner .controll-item.prev {
  left: 30px;
}
.simple-slider .custom-controll-block .block-inner .controll-item.next {
  right: 30px;
}
@media (max-width: 768px) {
  .simple-slider .custom-controll-block .block-inner {
    padding: 10px 60px;
  }
}

/* ----- Progress Blocks ----- */
.progress-block {
  position: relative;
  margin: 0 0 60px;
  line-height: 1em;
  display: block;
}
.progress-block:last-of-type {
  margin: 0;
}
.progress-block .percents {
  vertical-align: middle;
  display: inline-block;
  background: #f5e5d6;
  position: absolute;
  text-align: center;
  line-height: 45px;
  height: 45px;
  width: 80px;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.progress-block .percents:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 22px;
  border-color: transparent transparent #f5e5d6 transparent;
}
.progress-block .block-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 10px;
  color: #838282;
  font-size: 14px;
  display: block;
}
.progress-block .progress-bar {
  width: calc(100% - 100px);
  background: #f5e5d6;
  position: relative;
  display: block;
  height: 7px;
  z-index: 3;
}
.progress-block .actual-progress {
  -webkit-transition: all 2200ms ease-in-out;
  transition: all 2200ms ease-in-out;
  display: inline-block;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  width: 0;
  top: 0;
}
.progress-block .actual-progress:after {
  display: inline-block;
  background: #d0483f;
  position: absolute;
  content: "";
  bottom: -2px;
  width: 3px;
  top: -2px;
  right: 0;
}
@media (max-width: 768px) {
  .progress-block .progress-bar {
    width: calc(100% - 50px);
  }
  .progress-block .percents {
    width: 35px;
  }
  .progress-block .percents:after {
    border-width: 0 0 45px 20px;
  }
}

/* -------- Contact Section -------- */
.map-wrapper {
  margin: 0 0 75px;
}
.map-wrapper .contact-map {
  height: 650px;
}

.contact-section {
  padding-bottom: 50px;
}
.contact-section h3 {
  margin-bottom: 40px;
}

.contact-meta .contact-meta-item {
  border-bottom: 1px solid #e0e0e0;
  letter-spacing: 0.2em;
  line-height: 1.45em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #838282;
  padding-left: 45px;
}
.contact-meta .contact-meta-item:last-of-type {
  margin: 0;
  border: 0;
}
.contact-meta .contact-meta-item a,
.contact-meta .contact-meta-item span {
  letter-spacing: 0em;
  color: #bf9e7f;
}
.contact-meta .contact-meta-item a:hover {
  color: #4d95d1;
}
.contact-meta .contact-meta-item .icon {
  position: absolute;
  text-align: center;
  line-height: 1em;
  color: #c7ab92;
  font-size: 18px;
  min-width: 21px;
  width: 21px;
  height: auto;
  margin: 0;
  left: 0;
  top: 1px;
}

/* -------- Hero Section -------- */
.hero-section {
  padding: 150px 0 65px;
}
.hero-section .support-search-form {
  margin-top: 40px;
}

/* -------- Knowledge Section -------- */
.knowledge-section {
  padding-top: 70px;
  padding-bottom: 45px;
}

/* ----- Knowledge articles ----- */
.knowledge-articles-block {
  margin-bottom: 30px;
  display: block;
}
.knowledge-articles-block .block-title {
  border-bottom: 1px solid #dadada;
  position: relative;
  line-height: 1em;
  padding-bottom: 12.5px;
  font-size: 21px;
}
.knowledge-articles-block .block-title .nr-articles {
  display: inline-block;
  letter-spacing: 0em;
  position: absolute;
  line-height: 1em;
  font-weight: 500;
  color: #4d95d1;
  font-size: 13px;
  top: 5px;
  right: 0;
}
.knowledge-articles-block .articles-list {
  line-height: 1em;
}
.knowledge-articles-block .articles-list li {
  color: #7b8287;
  font-size: 14px;
  display: block;
}
.knowledge-articles-block .articles-list li a {
  -webkit-transition: all 215ms ease-in-out;
  transition: all 215ms ease-in-out;
  padding: 10px 10px 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  display: block;
}
.knowledge-articles-block .articles-list li a:before {
  display: inline-block;
  font-family: icomoon;
  margin-right: 17.5px;
  content: "";
  color: #42494f;
  font-size: 12px;
}
.knowledge-articles-block .articles-list li a:hover {
  background: #ffffff;
  padding-left: 20px;
}

/* -------- Forum Section -------- */
.section-forum {
  padding-bottom: 90px;
}

/* ----- Forum Table - BBPress ----- */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: -4px;
}

#bbpress-forums ul.bbp-forums .bbp-header,
#bbpress-forums ul.bbp-topics .bbp-header,
#bbpress-forums ul.bbp-replies .bbp-header {
  padding: 15px 17.5px;
  background: 0;
  border-top: 0;
}
#bbpress-forums ul.bbp-forums .bbp-header .forum-titles li,
#bbpress-forums ul.bbp-topics .bbp-header .forum-titles li,
#bbpress-forums ul.bbp-replies .bbp-header .forum-titles li {
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.2em;
  font-weight: 500;
  line-height: 1em;
  font-size: 10px;
  color: #838282;
}
#bbpress-forums ul.bbp-forums li.bbp-body ul.forum,
#bbpress-forums ul.bbp-forums li.bbp-body ul.topic,
#bbpress-forums ul.bbp-topics li.bbp-body ul.forum,
#bbpress-forums ul.bbp-topics li.bbp-body ul.topic,
#bbpress-forums ul.bbp-replies li.bbp-body ul.forum,
#bbpress-forums ul.bbp-replies li.bbp-body ul.topic {
  padding: 20px 17.5px;
}
#bbpress-forums ul.bbp-forums li.bbp-body .bbp-forum-info,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-forum-info,
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-forum-info {
  position: relative;
  padding-left: 60px;
  line-height: 1em;
}
#bbpress-forums ul.bbp-forums li.bbp-body .bbp-forum-info .bbp-forum-title,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-forum-info .bbp-forum-title,
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-forum-info .bbp-forum-title {
  display: inline-block;
  line-height: 1em;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 5px;
  color: #42494f;
}
#bbpress-forums ul.bbp-forums li.bbp-body .bbp-forum-info .bbp-forum-content,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-forum-info .bbp-forum-content,
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-forum-info .bbp-forum-content {
  margin: 0 0 7.5px;
  font-size: 12px;
  color: #7b8287;
}
#bbpress-forums ul.bbp-forums li.bbp-body .bbp-forum-info .tt-forum-img,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-forum-info .tt-forum-img,
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-forum-info .tt-forum-img {
  position: absolute;
  display: block;
  width: 45px;
  left: 0;
  top: 0;
}
#bbpress-forums ul.bbp-forums li.bbp-body .bbp-topic-freshness-author,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-topic-freshness-author,
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-topic-freshness-author {
  display: block;
  padding-top: 5px;
}
#bbpress-forums ul.bbp-forums li.bbp-body .bbp-forum-topic-count,
#bbpress-forums ul.bbp-forums li.bbp-body .bbp-forum-reply-count,
#bbpress-forums ul.bbp-forums li.bbp-body .bbp-forum-freshness,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-forum-topic-count,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-forum-reply-count,
#bbpress-forums ul.bbp-topics li.bbp-body .bbp-forum-freshness,
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-forum-topic-count,
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-forum-reply-count,
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-forum-freshness {
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.2em;
  line-height: 1em;
  font-size: 10px;
  color: #838282;
}

fieldset.bbp-form p {
  margin-bottom: 15px !important;
}
fieldset.bbp-form label {
  margin: 0 0 12.5px;
  font-weight: 700;
  line-height: 1em;
  font-size: 14px;
  color: #42494f;
}
fieldset.bbp-form select {
  display: block;
  border: 1px solid #ccc;
  min-width: 250px;
  border-radius: 3px;
  padding: 0 15px;
  display: block;
  height: 40px;
}
fieldset.bbp-form select:focus, fieldset.bbp-form select:active {
  outline: none;
}
fieldset.bbp-form select option {
  cursor: pointer;
}
fieldset.bbp-form input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 15px;
  display: block;
  height: 40px;
  margin-bottom: 14px;
}
fieldset.bbp-form input[type="checkbox"] {
  display: none;
}
fieldset.bbp-form input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
}
fieldset.bbp-form input[type="checkbox"] + label:before {
  content: "";
  border: 1px solid #42494f;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  height: 16px;
  width: 16px;
  top: 2px;
}
fieldset.bbp-form input[type="checkbox"] + label:after {
  content: "";
  -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  font-family: icomoon;
  position: absolute;
  color: #42494f;
  font-size: 11px;
  opacity: 0;
  z-index: 2;
  left: 2px;
  top: 4px;
}
fieldset.bbp-form input[type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.bbp-author-avatar img {
  border-radius: 50%;
}

#bbpress-forums .button.submit,
#bbpress-forums .button.submit.user-submit {
  -webkit-transition: all 230ms ease-in-out;
  transition: all 230ms ease-in-out;
  text-transform: uppercase;
  padding: 14.5px 18.5px;
  background: #67ce56;
  display: inline-block;
  letter-spacing: 0.2em;
  border-radius: 3px;
  line-height: 1em;
  font-size: 12px;
  color: #fff;
}
#bbpress-forums .button.submit:before,
#bbpress-forums .button.submit.user-submit:before {
  content: "";
  font-family: icomoon;
  display: inline-block;
  line-height: 1em;
  margin-right: 15px;
}
#bbpress-forums .button.submit:hover,
#bbpress-forums .button.submit.user-submit:hover {
  background: #49bb36;
}

.bbp-breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  float: none !important;
  letter-spacing: 0.2em;
  background: #f1f1f1;
  line-height: 1em;
  font-size: 12px;
  color: #838282;
  padding: 23px 0 21px;
  letter-spacing: 0.15em;
  display: block;
  width: 100%;
  margin-bottom: 42px;
  position: relative;
}
.bbp-breadcrumb p {
  margin: 0 !important;
}
.bbp-breadcrumb a:hover {
  color: #4d95d1;
}
.bbp-breadcrumb:before, .bbp-breadcrumb:after {
  content: "";
  display: block;
  position: absolute;
  background: #f1f1f1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  bottom: -1px;
  top: 0;
}
.bbp-breadcrumb:before {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  left: 0;
}
.bbp-breadcrumb:after {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  right: 0;
}
.bbp-breadcrumb .bbp-breadcrumb-sep {
  display: inline-block;
  font-size: 0;
}
.bbp-breadcrumb .bbp-breadcrumb-sep:before {
  content: "";
  font-family: icomoon;
  display: inline-block;
  letter-spacing: 0em;
  position: relative;
  line-height: 1em;
  font-size: 14px;
  color: #d0d0d0;
  margin-right: 4px;
  margin-left: 0;
  top: 2px;
}

#bbp-search-form {
  position: relative;
  top: 11px;
  z-index: 2;
}
#bbp-search-form input[type="text"] {
  -webkit-transition: all 230ms ease-in-out;
  transition: all 230ms ease-in-out;
  border: 1px solid #e1e1e1;
  display: inline-block;
  padding: 0 18px;
  font-size: 14px;
  background: 0;
  height: 42px;
  position: relative;
  top: 3px;
  margin-right: 15px;
}
#bbp-search-form input[type="submit"] {
  text-transform: uppercase;
  vertical-align: middle;
  background: #4d95d1;
  letter-spacing: 0.2em;
  position: relative;
  border-radius: 4px;
  line-height: 42px;
  padding: 0 25px;
  font-size: 12px;
  color: #fff;
  height: 42px;
}

#bbpress-forums {
  overflow: visible !important;
}

#bbp-user-wrapper {
  position: relative;
}
#bbp-user-wrapper #bbp-user-body {
  padding-top: 42px;
}
#bbp-user-wrapper .forum-logout {
  -webkit-transition: all 280ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 280ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 280ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: 2px solid #42494f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: #42494f;
  border-radius: 3px;
  line-height: 29px;
  font-weight: 500;
  padding: 0 12.5px;
  font-size: 12px;
  height: 32px;
  color: #fff;
  z-index: 2;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
}
#bbp-user-wrapper .forum-logout:hover {
  color: #42494f;
  background: 0;
}

body.bbpress {
  overflow-x: hidden;
}

/* -------- Profile Section -------- */
.profile-box {
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.profile-box .profile-box-info {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 47.5px;
}
.profile-box .profile-box-info .user-block {
  line-height: 1em;
  font-size: 0;
}
.profile-box .profile-box-info .user-block img,
.profile-box .profile-box-info .user-block .username {
  display: inline-block;
  vertical-align: top;
}
.profile-box .profile-box-info .user-block img {
  border-radius: 50%;
  margin-right: 20px;
}
.profile-box .profile-box-info .user-block .username {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  color: #838282;
  top: 37.5px;
}
.profile-box .tabed-content .tabs-header ul li {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-bottom: 1px solid #e1e1e1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 15px 47.5px;
  font-weight: 500;
  color: #838282;
  font-size: 12px;
  display: block;
  cursor: pointer;
}
.profile-box .tabed-content .tabs-header ul li:hover, .profile-box .tabed-content .tabs-header ul li.current {
  background: #ffffff;
}
.profile-box .tabed-content .tabs-header ul li:last-of-type {
  border: 0;
}
.profile-box .tabed-content .tabs-body {
  border-left: 1px solid #e1e1e1;
  min-height: 315px;
}

.bbp-user-page .content-wrapper,
.bbp-user-edit .content-wrapper {
  padding-top: 156px;
}
.bbp-user-page #bbp-user-avatar img,
.bbp-user-edit #bbp-user-avatar img {
  border-radius: 50%;
}

/* -------- Login Section -------- */
.login-section {
  padding-bottom: 60px;
}

/* ----------------- 9.4. Components ----------------- */
/* -------- Slick Sider -------- */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider * {
  outline: none !important;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* -------- NoUI Sider -------- */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  direction: ltr;
}
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle, [disabled].noUi-origin {
  cursor: not-allowed;
}

.noUi-pips {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  color: #999;
}
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  left: -9px;
  text-align: center;
  width: 50px;
}

.noUi-handle-lower .noUi-tooltip {
  top: -32px;
}

.noUi-handle-upper .noUi-tooltip {
  bottom: -32px;
}

/* -------- Lightbox -------- */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* -------- Parallax Backgrounds -------- */
[data-parallax-bg] {
  position: relative;
}
[data-parallax-bg] .box-img-wrapper {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  height: auto;
  width: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
[data-parallax-bg] .box-img-wrapper + * {
  position: relative;
  z-index: 2;
}
[data-parallax-bg] .box-img {
  will-change: transform;
  position: absolute;
  height: auto;
  width: auto;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
[data-parallax-bg] .box-img > span {
  background-position: top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  bottom: 0;
  top: -5em;
  right: 0;
  left: 0;
}

/* -------- Main Slider -------- */
/* ------- Main Slider ------- */
.main-slider .slide {
  position: relative;
  line-height: 1em;
  font-size: 0;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
}
.main-slider .slide .slide-content {
  position: absolute;
  right: 0;
  top: 55%;
  left: 0;
}
.main-slider .slide .slide-content .row {
  position: relative;
}
@media (min-width: 992px) {
  .main-slider .slide .slide-content .row .right-positioned {
    position: absolute;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .main-slider .slide .slide-content .row .left-positioned {
    position: absolute;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    text-align: right;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 992px) {
  .main-slider .slide .slide-content {
    -webkit-transform: translateY(calc(-50% + 90px));
    -ms-transform: translateY(calc(-50% + 90px));
    transform: translateY(calc(-50% + 90px));
    top: 50%;
  }
}
@media (max-width: 768px) {
  .main-slider .slide .slide-content {
    -webkit-transform: translateY(calc(-50% + 15px));
    -ms-transform: translateY(calc(-50% + 15px));
    transform: translateY(calc(-50% + 15px));
  }
}
@media (max-width: 992px) {
  .main-slider .slide .slide-content .subscribe-form-wrapper {
    margin: 30px 0;
  }
  .main-slider .slide .slide-content h1 {
    line-height: 1.3em;
    font-size: 26px;
  }
  .main-slider .slide .slide-content p {
    margin: 0 0 20px;
  }
}
.main-slider .slide img {
  object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}
.main-slider .slick-dots {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 7.5%;
  padding: 0;
  z-index: 2;
  margin: 0;
  left: 50%;
}
.main-slider .slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.main-slider .slick-dots li button {
  -webkit-transition: all 185ms ease-in-out;
  transition: all 185ms ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 50%;
  line-height: 1em;
  font-size: 0;
  height: 10px;
  width: 10px;
}
.main-slider .slick-dots li.slick-active button {
  background: #ffffff;
}
.main-slider .slick-dots li:last-of-type {
  margin: 0;
}
.main-slider h1,
.main-slider p {
  font-weight: 300;
  color: #ffffff;
}
.main-slider h1 {
  line-height: 1.4em;
  margin: 0 0 20px;
  font-size: 41px;
}
.main-slider p {
  line-height: 1.45em;
  margin: 0 0 40px;
  font-size: 16px;
}

.subscribe-form-wrapper .form-title {
  text-transform: uppercase;
  margin: 0 0 12.5px;
  font-weight: 500;
  line-height: 1em;
  font-size: 14px;
  color: #ffffff;
}
.subscribe-form-wrapper .form-input {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* -------- Sidebar -------- */
.sidebar {
  background: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .sidebar {
    margin: 45px 0 0;
  }
}
.sidebar .widget {
  margin-bottom: 35px;
  display: block;
}
.sidebar .widget .widget-title {
  text-transform: uppercase;
  letter-spacing: 0em;
  margin: 0 0 22.5px;
  line-height: 1em;
  font-size: 15px;
  display: block;
}
.sidebar .widget:not(.widget_search):not(.widget_popular_posts):not(.widget_tag_cloud):not(.widget_instagram):not(.tesla-instagram-widget) ul {
  list-style-type: none;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
.sidebar .widget:not(.widget_search):not(.widget_popular_posts):not(.widget_tag_cloud):not(.widget_instagram):not(.tesla-instagram-widget) ul li {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 0 0 15px;
  font-size: 10px;
  color: #838282;
}
.sidebar .widget:not(.widget_search):not(.widget_popular_posts):not(.widget_tag_cloud):not(.widget_instagram):not(.tesla-instagram-widget) ul li a:hover {
  color: #4d95d1;
}
.sidebar .widget_search .search-form {
  position: relative;
  display: block;
  width: 100%;
}
.sidebar .widget_search .search-form .form-input {
  border: 1px solid #f0eae4;
  padding: 0 42.5px 0 15px;
  font-size: 14px;
  display: block;
  height: 42px;
  width: 100%;
}
.sidebar .widget_search .search-form .form-input::-webkit-input-placeholder {
  color: #838282;
}
.sidebar .widget_search .search-form .form-input:-moz-placeholder {
  color: #838282;
}
.sidebar .widget_search .search-form .form-input.placeholder {
  color: #838282;
}
.sidebar .widget_search .search-form .form-input:focus, .sidebar .widget_search .search-form .form-input.has-value {
  border-color: #d0bdab;
  color: #4d95d1;
}
.sidebar .widget_search .search-form .form-submit {
  display: inline-block;
  position: absolute;
  line-height: 1em;
  background: 0;
  right: 15px;
  top: 14px;
}
.sidebar .widget_search .search-form .form-submit i {
  -webkit-transition: all 185ms ease-in-out;
  transition: all 185ms ease-in-out;
  font-weight: 500;
  font-size: 12px;
  color: #838282;
}
.sidebar .widget_search .search-form .form-submit i:hover {
  color: #4d95d1;
}
.sidebar .widget_popular_posts .small-blogposts-list {
  padding: 0;
}
.sidebar .widget_popular_posts .small-blogposts-list .small-blogpost {
  display: block;
  float: none;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
}
.sidebar .widget_popular_posts .small-blogposts-list .small-blogpost .image {
  display: block;
  float: left;
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.sidebar .widget_popular_posts .small-blogposts-list .small-blogpost .post-title {
  overflow: hidden;
}
.sidebar .widget_popular_posts .small-blogposts-list .small-blogpost:last-of-type {
  margin: 0;
}
.sidebar .widget_tag_cloud .tagcloud {
  line-height: 1em;
  display: block;
  font-size: 0;
}
.sidebar .widget_tag_cloud .tagcloud a {
  -webkit-transition: all 185ms ease-in-out;
  transition: all 185ms ease-in-out;
  text-transform: uppercase;
  text-overflow: ellipsis;
  background: #faf7f4;
  display: inline-block;
  letter-spacing: 0.2em;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  text-align: center;
  border-radius: 4px;
  line-height: 28px;
  overflow: hidden;
  font-size: 10px !important;
  color: #838282;
  min-width: 80px;
  padding: 0 8px;
  height: 28px;
}
.sidebar .widget_tag_cloud .tagcloud a:hover {
  background: #f5e5d6;
}
.sidebar .widget_instagram .instagram-feed {
  line-height: 1em;
  font-size: 0;
}
.sidebar .widget_instagram .instagram-feed li {
  display: block;
  width: 100%;
}
.sidebar .widget_instagram .instagram-feed li a {
  display: inline-block;
  width: 100%;
}
.sidebar .widget_instagram .instagram-feed li a img {
  width: 100%;
}

/* -------- Comments Area -------- */
.comments-list {
  display: block;
}
.comments-list .comment {
  padding: 40px 40px 40px 285px;
  border: 1px solid #e8e8e8;
  position: relative;
  margin-bottom: 40px;
}
.comments-list .comment .comment-user {
  position: absolute;
  padding-left: 100px;
  left: 40px;
  top: 30px;
}
.comments-list .comment .comment-user .avatar {
  position: absolute;
  width: 82px;
  left: 0;
  top: 0;
}
.comments-list .comment .comment-user .avatar img {
  border-radius: 50%;
  width: 100%;
}
.comments-list .comment .comment-user .name,
.comments-list .comment .comment-user .position {
  font-weight: 500;
  line-height: 1em;
  font-size: 14px;
  font-size: 14px;
  display: block;
  margin: 0;
}
.comments-list .comment .comment-user .name {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  margin-top: 12.5px;
  color: #838282;
}
.comments-list .comment .comment-user .position {
  color: #c9c9c9;
}
.comments-list .comment .comment-body {
  line-height: 1em;
}
.comments-list .comment .comment-body p {
  margin: 0 0 30px;
  font-size: 13px;
  color: #838282;
}
.comments-list .comment .comment-body .reply-btn {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: inline-block;
  color: #d0483f;
  font-size: 10px;
}
.comments-list .comment .comment-body .reply-btn:hover {
  color: #4d95d1;
}
.comments-list .comment .comments-list {
  margin-left: -205px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .comments-list .comment .comments-list {
    margin-left: -230px;
  }
}
.comments-list .comment .comments-list .comment {
  padding-left: 245px;
  padding-bottom: 5px;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}
.comments-list .comment .comments-list .comment .comment-user {
  left: 0;
}
.comments-list .comment .comments-list .comment:last-of-type {
  margin: 0;
}
@media (max-width: 768px) {
  .comments-list .comment {
    padding: 25px;
  }
  .comments-list .comment .comment-user {
    position: relative;
    margin: 0 0 15px;
    min-height: 85px;
    display: block;
    left: 0;
    top: 0;
  }
  .comments-list .comment .comment-body p {
    margin: 0 0 10px;
  }
}

/* -------- Services -------- */
/* ----- Service Blocks ----- */
.service-block {
  position: relative;
  margin-bottom: 50px;
  display: block;
  padding-left: 100px;
}
.service-block .service-icon {
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  line-height: 1em;
  font-size: 0;
  z-index: 3;
  left: 0;
  top: 0;
}
.service-block .service-icon i {
  vertical-align: middle;
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  font-weight: 500;
  color: #d0483f;
  font-size: 26px;
  height: 75px;
  width: 75px;
}
.service-block .service-icon i:before {
  position: relative;
  z-index: 3;
}
.service-block .service-icon i:after {
  -webkit-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  background: rgba(208, 72, 63, 0.09);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  content: "";
  bottom: 5px;
  right: 5px;
  left: 5px;
  top: 5px;
}
.service-block .service-body .service-title {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 1em;
  font-size: 14px;
  color: #838282;
}
.service-block .service-body .service-description {
  line-height: 2.3em;
  font-size: 13px;
  color: #838282;
  margin: 0;
}
.service-block.style-2 {
  text-align: center;
  padding: 0;
}
.service-block.style-2 .service-icon {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
}
.service-block:hover .service-icon i:after {
  opacity: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

/* ----- Simple Articles Block ----- */
.simple-articles-block {
  line-height: 1em;
}
@media (max-width: 992px) {
  .simple-articles-block {
    margin: 0 0 30px;
  }
}
.simple-articles-block .block-title {
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 1em;
  color: #42494f;
  font-size: 14px;
}
.simple-articles-block .articles-list li {
  line-height: 1.385em;
  position: relative;
  margin-bottom: 20px;
  margin-left: 25px;
  font-size: 13px;
  display: block;
  color: #838282;
}
.simple-articles-block .articles-list li:hover {
  color: #d0483f;
}
.simple-articles-block .articles-list li:hover:before {
  background: #d0483f;
}
.simple-articles-block .articles-list li:before {
  -webkit-transition: background 150ms ease-in-out;
  transition: background 150ms ease-in-out;
  display: inline-block;
  pointer-events: none;
  background: #42494f;
  position: absolute;
  border-radius: 50%;
  content: "";
  left: -25px;
  height: 6px;
  width: 6px;
  top: 7px;
}
.simple-articles-block .articles-list li:last-of-type {
  margin-bottom: 0;
}

/* -------- Partners -------- */
.partner-box {
  -webkit-transition: all 350ms;
  transition: all 350ms;
  display: inline-block;
  text-align: center;
  opacity: 0.6;
  width: 100%;
}
.partner-box img {
  display: inline-block;
}
.partner-box:hover {
  opacity: 1;
}

/* -------- Call To Action -------- */
.call-to-action-block {
  background: #b2cde4;
  padding: 35px 0;
}
@media (min-width: 992px) {
  .call-to-action-block .call-to-action-inner {
    position: relative;
    padding-right: 205px;
    display: block;
  }
  .call-to-action-block .call-to-action-inner .btn-wrapper {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.call-to-action-block .call-to-action-inner .text-wrapper .title {
  vertical-align: top;
  letter-spacing: 0em;
  font-weight: 700;
  line-height: 1em;
  font-size: 21px;
  margin: 0;
}
.call-to-action-block .call-to-action-inner .text-wrapper .title.uppercase {
  text-transform: uppercase;
  margin: 0 0 10px;
}
.call-to-action-block .call-to-action-inner .text-wrapper .title .price {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  line-height: 1em;
  color: #436581;
  font-size: 43px;
  margin-right: 20px;
  top: -8.5px;
}
.call-to-action-block .call-to-action-inner .text-wrapper p {
  line-height: 1em;
  font-size: 14px;
  color: #436581;
  margin: 0;
}
@media (max-width: 992px) {
  .call-to-action-block .call-to-action-inner .btn-wrapper {
    text-align: center;
    padding: 30px 0 0;
  }
}

/* -------- Promo Block -------- */
.promo-block {
  padding: 5px 0 0;
}
.promo-block .inner-content {
  max-width: 890px;
  display: block;
  margin: 0 auto;
}
.promo-block .inner-content:before {
  font-family: icomoon;
  text-align: center;
  margin: 0 0 25px;
  line-height: 1em;
  content: "";
  color: #4d95d1;
  font-size: 24px;
  display: block;
}
.promo-block .inner-content h2 {
  line-height: 1.4em;
  font-weight: 500;
  font-size: 30px;
  display: block;
  margin: 0;
}

/* -------- FAQ -------- */
.faq-wrapper .wrapper-title {
  text-transform: uppercase;
  margin: 0 0 45px;
  font-weight: 500;
  line-height: 1em;
  font-size: 30px;
}
.faq-wrapper .faq-block {
  margin: 0 0 30px;
  display: block;
}
.faq-wrapper .faq-block .block-title {
  margin: 0 0 30px;
  line-height: 1em;
  font-size: 21px;
}

/* -------- Small Components -------- */
/* ---- Accordions ---- */
.accordion-group {
  margin: 0 0 40px;
}
.accordion-group .accordion-box {
  margin: 0 0 30px;
}
.accordion-group .accordion-box .box-header {
  line-height: 1em;
}
.accordion-group .accordion-box .box-header h4 {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-transform: uppercase;
  width: calc(100% - 40px);
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: 2.05em;
  position: relative;
  font-weight: 500;
  color: #7b8287;
  font-size: 10px;
  cursor: pointer;
  margin-left: 40px;
  margin-bottom: 0;
}
.accordion-group .accordion-box .box-header h4 .box-indicator {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border: 2px solid #42494f;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  display: inline-block;
  position: absolute;
  border-radius: 3px;
  height: 18px;
  width: 18px;
  left: -40px;
  top: 3px;
}
.accordion-group .accordion-box .box-header h4 .box-indicator:before, .accordion-group .accordion-box .box-header h4 .box-indicator:after {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  background: #42494f;
  position: absolute;
  height: 8px;
  content: "";
  width: 2px;
  left: 50%;
  top: 50%;
}
.accordion-group .accordion-box .box-header h4 .box-indicator:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.accordion-group .accordion-box .box-header h4:hover {
  color: #4d95d1;
}
.accordion-group .accordion-box .box-body {
  border-top: 1px solid #ececec;
  padding: 20px 0 0 0;
  margin: 0 0 0 40px;
  display: block;
  width: calc(100% - 40px);
  line-height: 1em;
  display: none;
}
.accordion-group .accordion-box.open {
  border-color: #c95e34;
}
.accordion-group .accordion-box.open .box-header {
  margin: 0 0 20px;
}
.accordion-group .accordion-box.open .box-header h4 {
  color: #4d95d1;
}
.accordion-group .accordion-box.open .box-header h4 .box-indicator {
  border-color: #4d95d1;
}
.accordion-group .accordion-box.open .box-header h4 .box-indicator:before, .accordion-group .accordion-box.open .box-header h4 .box-indicator:after {
  background: #4d95d1;
}
.accordion-group .accordion-box.open .box-header h4 .box-indicator:before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}
.accordion-group .accordion-box.open .box-body {
  display: block;
}
.accordion-group .accordion-box.open .box-body p {
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 2.05em;
  color: #7b8287;
  font-weight: 500;
  font-size: 10px;
  margin: 0;
}
.accordion-group .accordion-box:last-of-type {
  margin: 0;
}
.accordion-group .accordion-box.sytle-2 {
  -webkit-transition: all 225ms ease-in-out;
  transition: all 225ms ease-in-out;
  border: 1px solid #e8e8e8;
  padding: 12.5px 25px;
  margin: 0 0 10px;
}
.accordion-group .accordion-box.sytle-2 .box-header,
.accordion-group .accordion-box.sytle-2 .box-body {
  line-height: 1em;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.accordion-group .accordion-box.sytle-2 .box-header h4 {
  text-overflow: ellipsis;
  letter-spacing: 0.2em;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1em;
  font-size: 14px;
  color: #838282;
  width: 100%;
  margin: 0;
}
.accordion-group .accordion-box.sytle-2 .box-header h4:hover {
  color: #4d95d1;
}
.accordion-group .accordion-box.sytle-2 .box-body {
  padding-top: 15px;
}
.accordion-group .accordion-box.sytle-2 .box-body p {
  text-transform: none;
  line-height: 2.3em;
  font-size: 13px;
  color: #838282;
}
.accordion-group .accordion-box.sytle-2.open {
  padding: 17.5px 25px;
}
.accordion-group .accordion-box.sytle-2.open .box-header h4 {
  color: #4d95d1;
}

/* ---- Tabs ---- */
.tabed-content .tabs-header {
  line-height: 1em;
}
.tabed-content .tabs-header ul {
  line-height: 1em;
}
.tabed-content .tabs-header ul li:last-of-type {
  margin: 0;
}
.tabed-content .tabs-body .tab-item {
  display: none;
  padding: 30px;
}
.tabed-content .tabs-body .tab-item.current {
  -webkit-animation: fadeIn 1250ms;
  -moz-animation: fadeIn 1250ms;
  -ms-animation: fadeIn 1250ms;
  -o-animation: fadeIn 1250ms;
  animation: fadeIn 1250ms;
  display: block;
}

/* ---- Pagination ---- */
.pagination {
  padding-top: 50px;
}

ul.page-numbers {
  display: inline-block;
  list-style-type: none;
  line-height: 1em;
  font-size: 0;
  padding: 0;
  margin: 0;
}
ul.page-numbers li {
  display: inline-block;
}
ul.page-numbers li .page-numbers {
  -webkit-transition: all 185ms ease-in-out;
  transition: all 185ms ease-in-out;
  border: 1px solid #bf9e7f;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  margin: 0 0 0 -1px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  color: #838282;
  font-weight: 700;
}
ul.page-numbers li .page-numbers:hover, ul.page-numbers li .page-numbers.current {
  background: #ddc7b2;
  color: #ffffff;
}
ul.page-numbers li .page-numbers.prev {
  margin-right: 20px;
}
ul.page-numbers li .page-numbers.next {
  margin-left: 20px;
}

/* ---- Social Block ---- */
.social-block {
  line-height: 1em;
  display: block;
  font-size: 0;
}
.social-block li {
  display: inline-block;
  margin-right: 35px;
}
.social-block li:last-of-type {
  margin: 0;
}
.social-block li a {
  display: inline-block;
}
.social-block li a i {
  -webkit-transition: inherit;
  transition: inherit;
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  color: #838282;
}
.social-block li a i:hover.icon-facebook {
  color: #3b5998;
}
.social-block li a i:hover.icon-twitter {
  color: #00aced;
}
.social-block li a i:hover.icon-google-plus, .social-block li a i:hover.icon-google {
  color: #dd4b39;
}
.social-block li a i:hover.icon-youtube {
  color: #bb0000;
}
.social-block li a i:hover.icon-linkedin {
  color: #007bb5;
}
.social-block li a i:hover.icon-instagram {
  color: #9b6954;
}
.social-block li a i:hover.icon-pinterest {
  color: #cb2027;
}
.social-block li a i:hover.icon-whatsapp {
  color: #4dc247;
}
.social-block li a i:hover.icon-vine {
  color: #00bf8f;
}
.social-block li a i:hover.icon-flickr {
  color: #ff0084;
}
.social-block li a i:hover.icon-vimeo {
  color: #aad450;
}
.social-block li a i:hover.icon-dribbble {
  color: #ea4c89;
}

/* ---- Header Clear ---- */
.header-clear {
  display: block;
  height: 100px;
  width: 100%;
}

.space-clear {
  display: block;
  height: 45px;
  width: 100%;
}

/* ---- Breadcrumbs Box ---- */
.breadcrumbs {
  background: #f1f1f1;
  line-height: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.breadcrumbs ul {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs ul li {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.2em;
  font-size: 12px;
  color: #838282;
}
.breadcrumbs ul li:not(:last-of-type):after {
  display: inline-block;
  font-family: icomoon;
  letter-spacing: 0em;
  line-height: 1em;
  color: #d0d0d0;
  content: "";
  margin-right: 7.5px;
  margin-left: 5px;
}
.breadcrumbs ul li a:hover {
  color: #4d95d1;
}
.breadcrumbs .breadcrumbs-wrapper {
  position: relative;
  padding: 25px 0;
  display: block;
  width: 100%;
}
.breadcrumbs .breadcrumbs-search-form {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
}
.breadcrumbs .breadcrumbs-search-form .form-input {
  -webkit-transition: all 230ms ease-in-out;
  transition: all 230ms ease-in-out;
  border-left: 1px solid #e1e1e1;
  display: inline-block;
  padding: 0 25px;
  font-size: 14px;
  background: 0;
  height: 42px;
}
.breadcrumbs .breadcrumbs-search-form .form-input::-webkit-input-placeholder {
  color: #838282;
}
.breadcrumbs .breadcrumbs-search-form .form-input:-moz-placeholder {
  color: #838282;
}
.breadcrumbs .breadcrumbs-search-form .form-input.placeholder {
  color: #838282;
}
.breadcrumbs .breadcrumbs-search-form .form-input:focus, .breadcrumbs .breadcrumbs-search-form .form-input.has-value {
  border-color: #4d95d1;
  color: #4d95d1;
}