/*
Theme Name: Tsiyyon
Theme URI: https://themeforest.net/user/selthemes
Author: Selthemes
Author URI: https://selthemes.com
Description: Responsive Gospel Church Theme
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tsiyyon
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  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;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-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;
          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;
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.333333%;
  }

  .pull-sm-2 {
    right: 16.666667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.333333%;
  }

  .pull-sm-5 {
    right: 41.666667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.333333%;
  }

  .pull-sm-8 {
    right: 66.666667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.333333%;
  }

  .pull-sm-11 {
    right: 91.666667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.333333%;
  }

  .push-sm-2 {
    left: 16.666667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.333333%;
  }

  .push-sm-5 {
    left: 41.666667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.333333%;
  }

  .push-sm-8 {
    left: 66.666667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.333333%;
  }

  .push-sm-11 {
    left: 91.666667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.333333%;
  }

  .pull-md-2 {
    right: 16.666667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.333333%;
  }

  .pull-md-5 {
    right: 41.666667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.333333%;
  }

  .pull-md-8 {
    right: 66.666667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.333333%;
  }

  .pull-md-11 {
    right: 91.666667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.333333%;
  }

  .push-md-2 {
    left: 16.666667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.333333%;
  }

  .push-md-5 {
    left: 41.666667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.333333%;
  }

  .push-md-8 {
    left: 66.666667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.333333%;
  }

  .push-md-11 {
    left: 91.666667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.333333%;
  }

  .pull-lg-2 {
    right: 16.666667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.333333%;
  }

  .pull-lg-5 {
    right: 41.666667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.333333%;
  }

  .pull-lg-8 {
    right: 66.666667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.333333%;
  }

  .pull-lg-11 {
    right: 91.666667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.333333%;
  }

  .push-lg-2 {
    left: 16.666667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.333333%;
  }

  .push-lg-5 {
    left: 41.666667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.333333%;
  }

  .push-lg-8 {
    left: 66.666667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.333333%;
  }

  .push-lg-11 {
    left: 91.666667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.333333%;
  }

  .pull-xl-2 {
    right: 16.666667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.333333%;
  }

  .pull-xl-5 {
    right: 41.666667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.333333%;
  }

  .pull-xl-8 {
    right: 66.666667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.333333%;
  }

  .pull-xl-11 {
    right: 91.666667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.333333%;
  }

  .push-xl-2 {
    left: 16.666667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.333333%;
  }

  .push-xl-5 {
    left: 41.666667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.333333%;
  }

  .push-xl-8 {
    left: 66.666667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.333333%;
  }

  .push-xl-11 {
    left: 91.666667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/*--------------------------------------------------------------
# Animate CSS
--------------------------------------------------------------*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

/* 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;
}

/*--------------------------------------------------------------
# AOS
--------------------------------------------------------------*/
[data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

[data-aos=fade-up] {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

[data-aos=fade-down] {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

[data-aos=fade-right] {
  -webkit-transform: translate(-100px);
          transform: translate(-100px);
}

[data-aos=fade-left] {
  -webkit-transform: translate(100px);
          transform: translate(100px);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate(-100px, 100px);
          transform: translate(-100px, 100px);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate(100px, 100px);
          transform: translate(100px, 100px);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate(-100px, -100px);
          transform: translate(-100px, -100px);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translateY(100px) scale(0.6);
          transform: translateY(100px) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translateY(-100px) scale(0.6);
          transform: translateY(-100px) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate(-100px) scale(0.6);
          transform: translate(-100px) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate(100px) scale(0.6);
          transform: translate(100px) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translateY(100px) scale(1.2);
          transform: translateY(100px) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translateY(-100px) scale(1.2);
          transform: translateY(-100px) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate(-100px) scale(1.2);
          transform: translate(-100px) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate(100px) scale(1.2);
          transform: translate(100px) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translate(0);
          transform: translate(0);
}

[data-aos=slide-up] {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

[data-aos=slide-down] {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

[data-aos=slide-right] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

[data-aos=slide-left] {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}
/*--------------------------------------------------------------
# Lity
--------------------------------------------------------------*/
/*! Lity - v2.2.0 - 2016-10-08
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #404040;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  margin-bottom: 24px;
  clear: both;
}

h1 {
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 60px;
}

h2 {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 42px;
}

h3 {
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 48px;
}

h4 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 36px;
}

h5 {
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin: 0;
  margin-bottom: 24px;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote, q {
  quotes: "" "";
  position: relative;
  margin: 0;
  margin-bottom: 24px;
  background: #F5F5F5;
  padding: 24px 42px;
  border-radius: 2px;
}
blockquote:before, q:before {
  content: "\201C";
  font-family: "Poppins", sans-serif;
  line-height: 0;
  position: absolute;
  color: #FF533D;
}
blockquote P, q P {
  margin-bottom: 0;
}
blockquote cite, q cite {
  display: block;
  margin-top: 12px;
  font-size: 13px;
}

blockquote:before {
  font-size: 100px;
  top: 60px;
  left: -14px;
}

q:before {
  font-size: 36px;
  top: 31px;
  left: 14px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 2px solid #f1f1f1;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline: 0;
  color: #111;
  border: 2px solid #FF533D;
}

select {
  border: 2px solid #f1f1f1;
  border-radius: 2px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  padding: 9px 12px;
}

textarea {
  padding: 12px;
  width: 100%;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.st-btn {
  display: inline-block;
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 2px;
  padding: 12px 18px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}
button.st-btn-small,
input[type="button"].st-btn-small,
input[type="reset"].st-btn-small,
input[type="submit"].st-btn-small,
.st-btn.st-btn-small {
  padding: 4px 8px;
  font-size: 13px;
}
button.st-btn-large,
input[type="button"].st-btn-large,
input[type="reset"].st-btn-large,
input[type="submit"].st-btn-large,
.st-btn.st-btn-large {
  font-size: 20px;
  padding: 18px 36px;
}
button.st-btn-expanded,
input[type="button"].st-btn-expanded,
input[type="reset"].st-btn-expanded,
input[type="submit"].st-btn-expanded,
.st-btn.st-btn-expanded {
  display: block;
  padding: 18px 36px;
  font-size: 24px;
}
button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.st-btn:hover,
.st-btn:active,
.st-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.st-btn-primary {
  background: #FF533D;
  color: #fff;
  border: 2px solid;
  border-color: #FF533D;
}
button:hover, button:focus, button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.st-btn-primary:hover,
.st-btn-primary:focus,
.st-btn-primary:active {
  opacity: 0.8;
  color: #fff;
  border: 2px solid transparent;
}
button.st-btn-outline,
input[type="button"].st-btn-outline,
input[type="reset"].st-btn-outline,
input[type="submit"].st-btn-outline,
.st-btn-primary.st-btn-outline {
  background: transparent;
  color: #FF533D;
  border: 2px solid;
  border-color: #FF533D;
}
button.st-btn-outline:hover, button.st-btn-outline:focus, button.st-btn-outline:active,
input[type="button"].st-btn-outline:hover,
input[type="button"].st-btn-outline:focus,
input[type="button"].st-btn-outline:active,
input[type="reset"].st-btn-outline:hover,
input[type="reset"].st-btn-outline:focus,
input[type="reset"].st-btn-outline:active,
input[type="submit"].st-btn-outline:hover,
input[type="submit"].st-btn-outline:focus,
input[type="submit"].st-btn-outline:active,
.st-btn-primary.st-btn-outline:hover,
.st-btn-primary.st-btn-outline:focus,
.st-btn-primary.st-btn-outline:active {
  background: #FF533D;
  color: #fff;
  opacity: 1;
}

.st-btn-secondary {
  background: #AB987A;
  color: #fff;
  border: 2px solid;
  border-color: #AB987A;
}
.st-btn-secondary:hover, .st-btn-secondary:focus, .st-btn-secondary:active {
  opacity: 0.8;
  color: #fff;
  border: 2px solid transparent;
}
.st-btn-secondary.st-btn-outline {
  background: transparent;
  color: #AB987A;
  border: 2px solid;
  border-color: #AB987A;
}
.st-btn-secondary.st-btn-outline:hover, .st-btn-secondary.st-btn-outline:focus, .st-btn-secondary.st-btn-outline:active {
  background: #AB987A;
  color: #fff;
  opacity: 1;
}

.st-btn-success {
  background: #449d44;
  color: #fff;
  border: 2px solid #449d44;
}
.st-btn-success:hover, .st-btn-success:focus, .st-btn-success:active {
  opacity: 0.7;
  color: #fff;
  border: 2px solid transparent;
}
.st-btn-success.st-btn-outline {
  background: transparent;
  color: #449d44;
  border: 2px solid #449d44;
}
.st-btn-success.st-btn-outline:hover, .st-btn-success.st-btn-outline:focus, .st-btn-success.st-btn-outline:active {
  background: #449d44;
  color: #fff;
  opacity: 1;
}

.st-btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.st-btn-info:hover, .st-btn-info:focus, .st-btn-info:active {
  opacity: 0.8;
  color: #fff;
  border: 2px solid transparent;
}
.st-btn-info.st-btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.st-btn-info.st-btn-outline:hover, .st-btn-info.st-btn-outline:focus, .st-btn-info.st-btn-outline:active {
  background: #5bc0de;
  color: #fff;
  opacity: 1;
}

.st-btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.st-btn-warning:hover, .st-btn-warning:focus, .st-btn-warning:active {
  opacity: 0.8;
  color: #fff;
  border: 2px solid transparent;
}
.st-btn-warning.st-btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.st-btn-warning.st-btn-outline:hover, .st-btn-warning.st-btn-outline:focus, .st-btn-warning.st-btn-outline:active {
  background: #f0ad4e;
  color: #fff;
  opacity: 1;
}

.st-btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.st-btn-danger:hover, .st-btn-danger:focus, .st-btn-danger:active {
  opacity: 0.8;
  color: #fff;
  border: 2px solid transparent;
}
.st-btn-danger.st-btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.st-btn-danger.st-btn-outline:hover, .st-btn-danger.st-btn-outline:focus, .st-btn-danger.st-btn-outline:active {
  background: #d9534f;
  color: #fff;
  opacity: 1;
}

.st-btn-outline {
  background: none;
  border: 2px solid #cccccc;
  font-size: 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav.tsiyyon-navigation .menu-collapser {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  color: #404040;
  font-size: 16px;
  line-height: 48px;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
nav.tsiyyon-navigation .collapse-button {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 40px;
  padding: 7px 10px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  background-color: #FF533D;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.tsiyyon-navigation .collapse-button:hover, nav.tsiyyon-navigation .collapse-button:focus {
  color: #FFF;
  background-color: #040404;
}
nav.tsiyyon-navigation .collapse-button .icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
  background-color: #F5F5F5;
  border-radius: 1px;
}
nav.tsiyyon-navigation ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.tsiyyon-navigation ul.slimmenu:before, nav.tsiyyon-navigation ul.slimmenu:after {
  content: '';
  display: table;
}
nav.tsiyyon-navigation ul.slimmenu:after {
  clear: both;
}
nav.tsiyyon-navigation ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.tsiyyon-navigation ul.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}
nav.tsiyyon-navigation ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav.tsiyyon-navigation ul.slimmenu.collapsed li .sub-toggle {
  height: 48px;
}
nav.tsiyyon-navigation ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
nav.tsiyyon-navigation ul.slimmenu li::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #FF533D;
  bottom: -1px;
  left: 0;
  height: 3px;
  width: 0%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
nav.tsiyyon-navigation ul.slimmenu li:hover::after {
  width: 100%;
}
nav.tsiyyon-navigation ul.slimmenu li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.tsiyyon-navigation ul.slimmenu li ul li {
  background: #0F1626;
  width: 200px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
nav.tsiyyon-navigation ul.slimmenu li ul li a {
  padding: 12px 26px 12px 24px;
  color: #fff;
}
nav.tsiyyon-navigation ul.slimmenu li ul li a:hover, nav.tsiyyon-navigation ul.slimmenu li ul li a:active {
  background: #FF533D;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
nav.tsiyyon-navigation ul.slimmenu li ul .sub-toggle > i {
  color: #fff;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
nav.tsiyyon-navigation ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  width: 200px;
}
nav.tsiyyon-navigation ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
}
nav.tsiyyon-navigation ul.slimmenu li a {
  display: block;
  position: relative;
  padding: 24px 28px 24px 24px;
  color: #404040;
  font-size: 13px;
  font-weight: 500;
}
nav.tsiyyon-navigation ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0 transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 36px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
nav.tsiyyon-navigation ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: 0em;
  vertical-align: middle;
}
nav.tsiyyon-navigation ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #333;
  font-size: 10px;
  vertical-align: middle;
}
nav.tsiyyon-navigation ul.slimmenu > li {
  border: 0;
}
nav.tsiyyon-navigation ul.slimmenu > li:hover {
  text-decoration: none;
  background: rgba(1, 1, 1, 0.05);
}
nav.tsiyyon-navigation ul.slimmenu > li:first-child {
  border-left: 0;
}

@media screen and (max-width: 768px) {
  nav.tsiyyon-navigation ul.slimmenu li > ul {
    width: 100%;
  }

  nav.tsiyyon-navigation ul.slimmenu.collapsed li .sub-toggle {
    height: 46px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  nav.tsiyyon-navigation ul.slimmenu.collapsed li .sub-toggle:hover {
    background: rgba(0, 0, 0, 0.2);
  }

  nav.tsiyyon-navigation ul.slimmenu.collapsed li::after {
    content: none;
  }

  nav.tsiyyon-navigation ul.slimmenu li a {
    padding: 13px 16px !important;
  }

  nav.tsiyyon-navigation ul.slimmenu li ul .sub-toggle > i {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a, .posts-navigation .nav-previous a,
.posts-navigation .nav-next a, .post-navigation .nav-previous a,
.post-navigation .nav-next a {
  text-align: center;
  width: 50%;
  padding: 24px;
  background-color: #f9f9f9;
  margin-bottom: 24px;
  display: block;
  border-radius: 2px;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background-color: #AB987A;
  color: #fff;
}
.comment-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-previous a {
  float: left;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-right: 0.5px solid #f1f1f1;
}
.comment-navigation .nav-next a, .posts-navigation .nav-next a, .post-navigation .nav-next a {
  float: right;
  text-align: right;
  border-left: 0.5px solid #f1f1f1;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a, .posts-navigation .nav-previous a,
.posts-navigation .nav-next a, .post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #0F1626;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover, .posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover, .post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  opacity: 1;
}
.comment-navigation .nav-link-label, .posts-navigation .nav-link-label, .post-navigation .nav-link-label {
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 6px;
  opacity: 0.7;
  margin-bottom: 6px;
}

.nav-links {
  text-align: center;
  margin: 24px 0;
}
.nav-links .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 6px;
  background: #f1f1f1;
  border-radius: 2px;
  color: #0F1626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav-links .page-numbers:hover {
  background: #FF533D;
  color: #fff;
}
.nav-links .current {
  background: #FF533D;
  color: #fff;
}

ul.menu-tsiyyon {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 18px;
}
ul.menu-tsiyyon li {
  display: inline-block;
  list-style: none;
  margin-left: 0.3em;
}
ul.menu-tsiyyon li a:before {
  display: inline-block;
  font-family: "fontawesome";
  vertical-align: middle;
  content: "\f005";
  color: #4169e1;
  font-size: 20px;
}
ul.menu-tsiyyon li a[href*="facebook.com"]:before {
  content: '\f082';
  color: #3b5998;
}
ul.menu-tsiyyon li a[href*="twitter.com"]:before {
  content: '\f081';
  color: #00aced;
}
ul.menu-tsiyyon li a[href*="plus.google.com"]:before {
  content: '\f0d4';
  color: #dd4b39;
}
ul.menu-tsiyyon li a[href*="youtube.com"]:before {
  content: '\f167';
  color: #bb0000;
}
ul.menu-tsiyyon li a[href*="pinterest.com"]:before {
  content: '\f0d2';
  color: #cb2027;
}
ul.menu-tsiyyon li a[href*="instagram.com"]:before {
  content: '\f16d';
  color: #517fa4;
}
ul.menu-tsiyyon li a[href*="vimeo.com"]:before {
  content: '\f194';
  color: #44bbff;
}
ul.menu-tsiyyon li a[href*="linkedin.com"]:before {
  content: '\f0e1';
  color: #007bb6;
}
ul.menu-tsiyyon li a[href*="github.com"]:before {
  content: '\f09b';
  color: #4183c4;
}
ul.menu-tsiyyon li a[href*="flickr.com"]:before {
  content: '\f16e';
  color: #0062dd;
}
ul.menu-tsiyyon li a[href*="dribbble.com"]:before {
  content: '\f17d';
  color: #e24d87;
}
ul.menu-tsiyyon li a[href*="wordpress.com"]:before,
ul.menu-tsiyyon li a[href*="wordpress.org"]:before {
  content: '\f19a';
  color: #21759b;
}
ul.menu-tsiyyon li a[href*="digg.com"]:before {
  content: '\f1a6';
  color: #14589e;
}
ul.menu-tsiyyon li a[href*="reddit.com"]:before {
  content: '\f1a1';
  color: #ff4500;
}
ul.menu-tsiyyon li a[href*="xing.com"]:before {
  content: '\f168';
  color: #026466;
}
ul.menu-tsiyyon li a[href*="vk.com"]:before {
  content: '\f189';
  color: #45668e;
}
ul.menu-tsiyyon li a[href*="weibo.com"]:before {
  content: '\f18a';
  color: #e6162d;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #FF533D;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Tabs and Accordion
--------------------------------------------------------------*/
.st-callouts {
  border-radius: 2px;
}

.st-callouts {
  background: #f1f1f1;
}
.st-callouts.callouts-primary {
  color: #fff;
  background: #FF533D;
}
.st-callouts.callouts-secondary {
  color: #fff;
  background: #AB987A;
}
.st-callouts.callouts-success {
  color: #fff;
  background: #449d44;
}
.st-callouts.callouts-info {
  color: #fff;
  background: #5bc0de;
}
.st-callouts.callouts-warning {
  color: #fff;
  background: #f0ad4e;
}
.st-callouts.callouts-danger {
  color: #fff;
  background: #d9534f;
}

.ui-widget {
  font-family: "Cabin", sans-serif;
  line-height: 1.5;
}

.ui-widget-content {
  line-height: 1.5;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
  background: #FF533D;
  border-color: #FF533D;
}

.ui-accordion-header {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Sel Staff
--------------------------------------------------------------*/
section.sel-staff article.sel-staff-item {
  margin-bottom: 24px;
}
section.sel-staff article.sel-staff-item figure {
  border-radius: 2px;
  border: 1px solid #f5f5f5;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.sel-staff article.sel-staff-item figure .staff-thumbnail a {
  display: block;
  line-height: 0;
  overflow: hidden;
}
section.sel-staff article.sel-staff-item figure .staff-thumbnail a img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
section.sel-staff article.sel-staff-item figure figcaption {
  padding: 20px 16px;
  text-align: center;
}
section.sel-staff article.sel-staff-item figure figcaption .entry-title {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1;
}
section.sel-staff article.sel-staff-item figure figcaption .entry-title a {
  color: #AB987A;
}
section.sel-staff article.sel-staff-item figure figcaption .staff-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.7;
  margin-bottom: 12px;
}
section.sel-staff article.sel-staff-item figure figcaption p.post-meta {
  margin-bottom: 12px;
}
section.sel-staff article.sel-staff-item figure figcaption .staff-social-links {
  display: block;
  margin-bottom: 12px;
}
section.sel-staff article.sel-staff-item figure figcaption .staff-social-links a {
  display: inline-block;
  padding: 3px 6px;
  color: #ccc;
}
section.sel-staff article.sel-staff-item figure figcaption .staff-social-links a:hover {
  color: #FF533D;
}
section.sel-staff article.sel-staff-item figure figcaption .staff-social-links a i {
  font-size: 18px;
}
section.sel-staff article.sel-staff-item figure:hover {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}
section.sel-staff article.sel-staff-item:hover figure .staff-thumbnail a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
section.sel-staff article.sel-staff-item:hover figure figcaption .entry-title a {
  color: #FF533D;
}

/*--------------------------------------------------------------
# Sel portfolio
--------------------------------------------------------------*/
section.sel-portfolio li {
  list-style: none;
}
section.sel-portfolio article.portfolio-item {
  margin-bottom: 32px;
}
section.sel-portfolio article.portfolio-item figure {
  margin: 0;
  border: 1px solid #f5f5f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.sel-portfolio article.portfolio-item figure figcaption {
  padding: 24px;
}
section.sel-portfolio article.portfolio-item figure figcaption .entry-title {
  font-size: 100%;
  line-height: initial;
  margin-bottom: 12px;
}
section.sel-portfolio article.portfolio-item figure figcaption .client-name {
  background: #f5f5f5;
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 700;
}
section.sel-portfolio article.portfolio-item:hover figure {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}
section.sel-portfolio ul.portfolio-filter li[data-filter="all"] {
  float: left;
  margin-right: 4px;
}
section.sel-portfolio ul.portfolio-filter li[data-filter] {
  display: inline-block;
  padding: 6px 12px;
  background: #f1f1f1;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.sel-portfolio ul.portfolio-filter li[data-filter].active, section.sel-portfolio ul.portfolio-filter li[data-filter]:hover {
  cursor: pointer;
  background: #FF533D;
  color: #fff;
}

section.sel-portfolio-single {
  padding: 48px 0;
}
section.sel-portfolio-single .portfolio-details table.portfolio-meta td {
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
}
section.sel-portfolio-single .portfolio-details table.portfolio-meta .meta-label {
  color: #999;
}
section.sel-portfolio-single .portfolio-details a {
  margin-bottom: 24px;
}
section.sel-portfolio-single .portfolio-details .post-meta {
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ccc;
}
section.sel-portfolio-single .single-content {
  padding: 48px 0;
}

@media screen and (max-width: 37.5em) {
  .portfolio-details {
    padding: 36px 0;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}

@media screen and (min-width: 37.5em) {
  .content-area {
    float: left;
    margin: 0 -30% 0 0;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .site-main {
    margin: 0 30% 0 0;
    padding-right: 48px;
  }

  .site-content .widget-area {
    float: right;
    overflow: hidden;
    padding: 48px 0 48px 30px;
    width: 30%;
  }

  .site-footer {
    clear: both;
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Loader Animation
--------------------------------------------------------------*/
.site-loader {
  display: block;
  position: absolute;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/*--------------------------------------------------------------
## Back top Button
--------------------------------------------------------------*/
.tsiyyon-top {
  display: inline-block;
  height: 42px;
  width: 42px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("assets/img/angle-up.png");
  background-color: #FF533D;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
  border-radius: 2px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.tsiyyon-top.tsiyyon-visible, .tsiyyon-top.tsiyyon-fade-out, .no-touch .tsiyyon-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.tsiyyon-top.tsiyyon-visible {
  visibility: visible;
  opacity: 1;
}
.tsiyyon-top.tsiyyon-fade-out {
  opacity: .5;
}
.no-touch .tsiyyon-top:hover {
  background-color: #ff533d;
  opacity: 1;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.tsiyyon-breadcrumb {
  font-size: 13px;
  margin: 12px 0;
}
.tsiyyon-breadcrumb .breadcrumbs .trail-browse,
.tsiyyon-breadcrumb .breadcrumbs .trail-items,
.tsiyyon-breadcrumb .breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
}
.tsiyyon-breadcrumb .breadcrumbs .trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
.tsiyyon-breadcrumb .breadcrumbs .trail-items {
  list-style: none;
}
.tsiyyon-breadcrumb .trail-items li::after {
  content: "\002F";
  padding: 0 0.5em;
}
.tsiyyon-breadcrumb .trail-items li:last-of-type::after {
  display: none;
}
.tsiyyon-breadcrumb a {
  color: #0F1626;
  opacity: 0.6;
  margin: 0 3px;
  display: inline-block;
  padding: 3px 0px;
}
.tsiyyon-breadcrumb a:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
## Utility
--------------------------------------------------------------*/
.st-o-h {
  overflow: hidden;
}

.mb {
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
## Section
--------------------------------------------------------------*/
.tsiyyon-section {
  padding: 72px 0;
}
.tsiyyon-section:hover .tsiyyon-section-heading h1::after {
  width: 100%;
}

.tsiyyon-section-heading {
  display: inline-block;
  padding-bottom: 42px;
}
.tsiyyon-section-heading p {
  margin-bottom: 12px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.tsiyyon-section-heading h1 {
  padding-bottom: 18px;
  position: relative;
  border-bottom: 2px solid #F5F5F5;
}
.tsiyyon-section-heading h1::after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #FF533D;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 10%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.tsiyyon-site-header {
  display: flow-root;
  position: relative;
  z-index: 999;
  clear: both;
}
.tsiyyon-site-header::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tsiyyon-site-header .topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  padding: 0.5em;
  font-size: 75%;
}
.tsiyyon-site-header .topbar .topbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tsiyyon-site-header .topbar .topbar-wrap .content.right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tsiyyon-site-header .topbar .topbar-wrap .content.right .header-search label {
  float: left;
}
.tsiyyon-site-header .topbar .topbar-wrap .content.right .header-search label input[type=search] {
  border: 1px solid rgba(204, 204, 204, 0.3);
  border-radius: 0;
  padding: 5px 8px;
  font-size: 90%;
  width: 150px;
  background-color: rgba(204, 204, 204, 0.3);
}
.tsiyyon-site-header .topbar .topbar-wrap .content.right .header-search input[type=submit] {
  padding: 8px;
  font-size: 90%;
  border-radius: 0;
  border: 1px solid #FF533D;
}
.tsiyyon-site-header .topbar .topbar-wrap .content.left {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tsiyyon-site-header .tsiyyon-header.style-default {
  clear: both;
}
.tsiyyon-site-header .tsiyyon-header.style-default .header-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tsiyyon-site-header .tsiyyon-header.style-default .header-content-wrap .left .site-branding .site-title {
  float: left;
  line-height: 1;
  margin-right: 16px;
  margin-bottom: 0;
}
.tsiyyon-site-header .tsiyyon-header.style-default .header-content-wrap .left .site-branding .site-title a {
  color: #FF533D;
}
.tsiyyon-site-header .tsiyyon-header.style-default .header-content-wrap .left .site-branding .site-description {
  margin: 0;
  font-size: 13px;
  float: left;
  margin: 8px 0;
}
.tsiyyon-site-header .tsiyyon-header.style-default .header-content-wrap .center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.7em;
  margin-left: 0.7em;
}
.tsiyyon-site-header .tsiyyon-header.style-default.right-nav .header-content-wrap .center {
  margin-right: 0;
}
.tsiyyon-site-header .tsiyyon-header.style-default.right-nav .tsiyyon-navigation {
  float: right;
}
.tsiyyon-site-header .tsiyyon-header.style-3 {
  clear: both;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .site-branding {
  float: initial;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .site-branding a img {
  margin: 0 auto;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .site-branding .site-title {
  margin-bottom: 0;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .site-branding .site-description {
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-bottom: 0;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .header-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .header-content .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .header-content .block i {
  opacity: 0.8;
  color: #FF533D;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .header-content .block .info {
  margin-left: 11px;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .header-content .block .info p {
  margin: 0;
  line-height: 1;
  opacity: 0.9;
}
.tsiyyon-site-header .tsiyyon-header.style-3 .top .header-content .block .info span {
  font-size: 75%;
  color: #b1b1b1;
  opacity: 0.5;
}
.tsiyyon-site-header .tsiyyon-header.style-3 nav.tsiyyon-navigation {
  border-top: solid 1px rgba(15, 22, 38, 0.1);
  float: initial;
  display: block;
}
.tsiyyon-site-header .tsiyyon-header.style-3 nav.tsiyyon-navigation ul.slimmenu {
  float: left;
}
.tsiyyon-site-header .tsiyyon-header.style-3 nav.tsiyyon-navigation ul.slimmenu li a {
  padding: 16px 36px 16px 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.tsiyyon-site-header .tsiyyon-header.style-3 nav.tsiyyon-navigation ul.slimmenu li ul li a {
  padding: 12px 20px;
}
.tsiyyon-site-header .tsiyyon-header.style-center {
  clear: both;
}
.tsiyyon-site-header .tsiyyon-header.style-center .site-branding {
  float: initial;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.tsiyyon-site-header .tsiyyon-header.style-center .site-branding a img {
  margin: 0 auto;
}
.tsiyyon-site-header .tsiyyon-header.style-center .site-branding .site-title {
  text-align: center;
  margin-bottom: 0;
}
.tsiyyon-site-header .tsiyyon-header.style-center .site-branding .site-description {
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  opacity: 0.7;
  margin-bottom: 0;
}
.tsiyyon-site-header .tsiyyon-header.style-center nav.tsiyyon-navigation {
  border-top: solid 1px rgba(15, 22, 38, 0.1);
  float: initial;
  display: block;
}
.tsiyyon-site-header .tsiyyon-header.style-center nav.tsiyyon-navigation ul.slimmenu {
  float: left;
}
.tsiyyon-site-header .tsiyyon-header.style-center nav.tsiyyon-navigation ul.slimmenu li a {
  padding: 16px 36px 16px 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.tsiyyon-site-header .tsiyyon-header.style-center nav.tsiyyon-navigation ul.slimmenu li ul li a {
  padding: 12px 20px;
}

.tsiyyon-page-header {
  clear: both;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 300px;
  color: #fff;
  /* Sel Staff Styles */
}
.tsiyyon-page-header a {
  color: #fff;
}
.tsiyyon-page-header .page-header-overlay {
  position: absolute;
  background-color: #FF533D;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .85;
  z-index: 9;
}
.tsiyyon-page-header .page-header-wrap {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
  height: 300px;
}
.tsiyyon-page-header .page-header-content {
  vertical-align: middle;
  display: table-cell;
}
.tsiyyon-page-header .left-align {
  width: 75%;
  float: left;
}
.tsiyyon-page-header .page-title {
  margin: 0;
}
.tsiyyon-page-header .tsiyyon-sermon-speaker-meta {
  margin-bottom: 0;
}
.tsiyyon-page-header .selt_staff.page-title {
  margin-top: 20px;
  margin-bottom: -5px;
}
.tsiyyon-page-header .staff-thumbnail img {
  width: 180px;
  display: inline-block;
  float: left;
  border-radius: 50%;
  padding: 6px;
  background: rgba(0, 0, 0, 0.1);
}
.tsiyyon-page-header .staff-social-links a {
  display: inline-block;
  margin-right: 12px;
  font-size: 24px;
  line-height: 0;
  background: rgba(0, 0, 0, 0.12);
  padding: 10px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-page-header .staff-social-links a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.tsiyyon-page-header .staff-title {
  opacity: 0.6;
}

@media screen and (max-width: 991px) {
  .tsiyyon-site-header .tsiyyon-header.style-default .site-branding {
    padding: 18px 0;
  }
  .tsiyyon-site-header .tsiyyon-header.style-default .header-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .tsiyyon-site-header .tsiyyon-header.style-center nav.tsiyyon-navigation .header-search .search-form .search-submit,
  .tsiyyon-site-header .tsiyyon-header.style-center nav.tsiyyon-navigation .header-search .search-form .search-field {
    bottom: 0;
    top: inherit;
  }

  .tsiyyon-site-header .tsiyyon-header.style-center nav.tsiyyon-navigation .header-search .search-form .search-field:focus {
    width: 90%;
    padding: 12.5px 24px;
  }

  .tsiyyon-site-header .tsiyyon-header.style-default .site-branding .site-title,
  .tsiyyon-site-header .tsiyyon-header.style-default .site-branding .site-description {
    float: inherit;
  }

  .tsiyyon-site-header .tsiyyon-header.style-default .site-branding {
    display: block;
    float: inherit;
    text-align: center;
    clear: both;
  }
  .tsiyyon-site-header .tsiyyon-header.style-default .site-branding a img {
    margin: 0 auto;
  }

  .tsiyyon-site-header .tsiyyon-header.style-default nav.tsiyyon-navigation {
    float: inherit;
    position: relative;
  }

  .tsiyyon-site-header .tsiyyon-header.style-default nav.tsiyyon-navigation .header-search .search-form .search-submit,
  .tsiyyon-site-header .tsiyyon-header.style-default nav.tsiyyon-navigation .header-search .search-form .search-field {
    padding: 0 24px;
  }

  .tsiyyon-site-header .tsiyyon-header.style-default nav.tsiyyon-navigation .header-search .search-form .search-field:focus {
    width: 90%;
    padding: 10.5px 24px;
  }

  nav.tsiyyon-navigation ul.slimmenu li a {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tsiyyon-page-header .left-align {
    width: 100%;
    float: none !important;
  }

  .topbar .topbar-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .topbar .topbar-wrap .content.left {
    margin-bottom: 12px;
  }

  .tsiyyon-site-header .tsiyyon-header.style-default .site-branding {
    padding: 18px 0;
  }
  .tsiyyon-site-header .tsiyyon-header.style-default .header-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }

  .tsiyyon-site-header .tsiyyon-header.style-default.right-nav .tsiyyon-navigation {
    float: none;
  }

  .tsiyyon-site-header .tsiyyon-header.style-3 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tsiyyon-site-header .tsiyyon-header.style-3 .top .header-content {
    margin: 0;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 90%;
  }
  .tsiyyon-site-header .tsiyyon-header.style-3 .top .header-content .block {
    margin: 6px 12px;
  }

  /*
    Sel Staff Styles
  */
  .staff-thumbnail img {
    width: 100px !important;
  }

  .page-title.selt_staff {
    font-size: 36px;
    line-height: 1.2;
  }
}
/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
section.tsiyyon-hero {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  clear: both;
}
section.tsiyyon-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .65;
  z-index: 9;
}
section.tsiyyon-hero .hero-wrap {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}
section.tsiyyon-hero .hero-content {
  vertical-align: middle;
  display: table-cell;
}
section.tsiyyon-hero .hero-left-position {
  width: 70%;
  float: left;
}
section.tsiyyon-hero .hero-center-position {
  width: 70%;
  float: none;
  text-align: center;
  margin: 0 auto;
}
section.tsiyyon-hero .hero-right-position {
  width: 70%;
  float: right;
  text-align: right;
}
section.tsiyyon-hero .headline {
  font-size: 52px;
  line-height: 75px;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
section.tsiyyon-hero p {
  font-size: 20px;
  margin-bottom: 28px;
  color: #fff;
}
section.tsiyyon-hero p a {
  font-size: initial;
}

@media screen and (max-width: 768px) {
  section.tsiyyon-hero .headline {
    font-size: 42px;
    line-height: 1.5;
  }
  section.tsiyyon-hero p {
    font-size: 16px;
  }
  section.tsiyyon-hero .hero-left-position,
  section.tsiyyon-hero .hero-center-position,
  section.tsiyyon-hero .hero-right-position {
    width: inherit;
  }
}
/*--------------------------------------------------------------
## Featured Contetn
--------------------------------------------------------------*/
.tsiyyon-featured-content article {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 400px;
}
.tsiyyon-featured-content article:hover .block-overlay {
  background-color: #AB987A;
}
.tsiyyon-featured-content .block-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .85;
  z-index: 9;
  -webkit-transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tsiyyon-featured-content .block-overlay.sermon {
  background: #FF533D;
}
.tsiyyon-featured-content .block-overlay.event {
  background: #0F1626;
}
.tsiyyon-featured-content .ft-content-wrap {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
  height: 400px;
}
.tsiyyon-featured-content .ft-content {
  vertical-align: middle;
  display: table-cell;
  color: #fff;
}
.tsiyyon-featured-content .ft-content h2, .tsiyyon-featured-content .ft-content p {
  margin: 0;
  padding: 0;
}
.tsiyyon-featured-content .ft-content .ft-content-description {
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 24px;
  font-size: 13px;
}
.tsiyyon-featured-content .ft-content .ft-content-title {
  color: #fff;
  margin-bottom: 12px;
}
.tsiyyon-featured-content .ft-content .ft-content-meta {
  color: #fff;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 24px;
  display: block;
  text-transform: uppercase;
  opacity: 0.7;
}
.tsiyyon-featured-content .ft-content .ft-content-meta a {
  color: #fff;
}
.tsiyyon-featured-content .ft-content .posted-on, .tsiyyon-featured-content .ft-content .byline {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  margin-bottom: 24px;
  display: inline-block;
  opacity: 0.7;
}
.tsiyyon-featured-content .ft-content .posted-on a, .tsiyyon-featured-content .ft-content .byline a {
  color: #fff;
}
.tsiyyon-featured-content .ft-content .ft-left-align {
  width: 70%;
  float: none;
  text-align: center;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.tsiyyon-post-entry {
  position: relative;
  margin-bottom: 42px;
  padding: 36px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-post-entry .entry-header {
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
}
.tsiyyon-post-entry .entry-header .posted-time {
  position: absolute;
  display: inline-block;
  margin: 0;
  background: #FF533D;
  color: #fff;
  border-radius: 2px;
  top: 6px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-post-entry .entry-header .posted-time .posted-date {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.5;
  text-align: center;
  padding: 14px 12px;
}
.tsiyyon-post-entry .entry-header .posted-time .posted-year-month {
  text-transform: uppercase;
  font-size: 10px;
  padding: 3px 0;
  text-align: center;
  display: block;
  border-radius: 2px;
  background: #0F1626;
}
.tsiyyon-post-entry .entry-header .entry-title {
  margin-bottom: 6px;
  border-bottom: 2px solid #AB987A;
  padding-bottom: 8px;
  margin-left: 80px;
}
.tsiyyon-post-entry .entry-header .entry-title a {
  color: #0F1626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-post-entry .entry-header .entry-meta {
  font-size: 13px;
  color: #AB987A;
  margin-left: 80px;
}
.tsiyyon-post-entry .entry-header .entry-meta a {
  color: #AB987A;
  font-weight: bold;
}
.tsiyyon-post-entry .post-thumbnail a img {
  border-radius: 2px;
}
.tsiyyon-post-entry .more-link {
  background: #AB987A;
  padding: 6px 12px;
  border-radius: 3px;
  color: #fff;
}
.tsiyyon-post-entry:hover {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}
.tsiyyon-post-entry:hover .entry-header .posted-time {
  background: #AB987A;
}
.tsiyyon-post-entry:hover .entry-header .entry-title a {
  color: #FF533D;
}

.tags-links {
  font-size: 13px;
}
.tags-links a {
  display: inline-block;
  padding: 1px 6px;
  background: #F5F5F5;
  color: #999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}
.tags-links a:hover {
  background: #FF533D;
  color: #fff;
}

.sticky {
  background: #f9f9f9;
}

.tsiyyon-home-post .post-entry figure {
  margin: 0;
  border: 1px solid #F5F5F5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  padding: 18px;
}
.tsiyyon-home-post .post-entry figure .post-thumbnail img {
  border-radius: 2px;
  margin-bottom: 24px;
}
.tsiyyon-home-post .post-entry figure figcaption .entry-title {
  margin: 0;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.tsiyyon-home-post .post-entry figure figcaption .entry-title::after {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  background: #FF533D;
  top: 6px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-home-post .post-entry figure figcaption .entry-title a {
  color: #0F1626;
}
.tsiyyon-home-post .post-entry figure figcaption .entry-title a:hover {
  color: #FF533D;
}
.tsiyyon-home-post .post-entry figure figcaption .entry-title:hover::after {
  background: #AB987A;
}
.tsiyyon-home-post .post-entry figure figcaption p {
  margin: 0;
}
.tsiyyon-home-post .post-entry figure figcaption .entry-meta {
  font-size: 13px;
  margin-bottom: 3px;
}
.tsiyyon-home-post .post-entry figure:hover {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .tsiyyon-post-entry .entry-title {
    font-size: 24px;
    line-height: 32px;
  }
}
/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.front-page.content-area {
  padding: 0;
}

.error-404 {
  text-align: center;
}

.tsiyyon-page {
  position: relative;
  margin-bottom: 42px;
  padding: 36px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-page:hover {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}
.tsiyyon-page .entry-content {
  margin: 0;
}

/* Since 1.0.1 */
.tsiyyon-home-custom-content {
  padding: 0;
}
.tsiyyon-home-custom-content .tsiyyon-page {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.tsiyyon-home-custom-content .tsiyyon-page:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------------------------------------------------
## Sermons
--------------------------------------------------------------*/
.tsiyyon-sermon-entry figure {
  margin: 0;
  padding: 0;
  border: 1px solid #f1f1f1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-sermon-entry figure .sermon-thumbnail a {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.tsiyyon-sermon-entry figure .sermon-thumbnail a img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tsiyyon-sermon-entry figure figcaption header {
  background: #0F1626;
  padding: 12px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tsiyyon-sermon-entry figure figcaption header h6, .tsiyyon-sermon-entry figure figcaption header span, .tsiyyon-sermon-entry figure figcaption header a {
  color: #fff;
}
.tsiyyon-sermon-entry figure figcaption header .entry-title {
  margin: 0;
  padding: 0;
}
.tsiyyon-sermon-entry figure figcaption header .entry-meta {
  opacity: 0.5;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.tsiyyon-sermon-entry figure figcaption footer .entry-meta-wrap {
  padding: 12px 20px;
  font-size: 13px;
}
.tsiyyon-sermon-entry figure figcaption footer .entry-meta-wrap a {
  color: #0F1626;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-sermon-entry figure figcaption footer .entry-meta-wrap a:hover {
  color: #FF533D;
  opacity: 1;
}
.tsiyyon-sermon-entry figure:hover {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}
.tsiyyon-sermon-entry:hover figure figcaption header {
  background: #FF533D;
}
.tsiyyon-sermon-entry:hover figure .sermon-thumbnail a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.tsiyyon-sermon-single .sermon-thumbnail img {
  width: 100%;
}
.tsiyyon-sermon-single .tsiyyon-meta-data {
  font-size: 13px;
  text-align: center;
  margin-bottom: 24px;
  display: inline-block;
}
.tsiyyon-sermon-single .sermon-note {
  text-align: center;
}
.tsiyyon-sermon-single .soundcloud-sermon iframe {
  width: 100%;
}
.tsiyyon-sermon-single .entry-meta {
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.tsiyyon-sermon-single .entry-meta a {
  margin-right: 2px;
}

.selthemes-widgets.recent-semons .row {
  margin-bottom: 18px;
}
.selthemes-widgets.recent-semons .row .sermon-thumbnail {
  padding-right: 0;
}
.selthemes-widgets.recent-semons .row .sermon-thumbnail img {
  border-radius: 2px;
  width: 62px;
}
.selthemes-widgets.recent-semons .row .sermon-content {
  font-weight: bold;
  padding-top: 8px;
}
.selthemes-widgets.recent-semons .row .sermon-content a {
  color: #404040;
}
.selthemes-widgets.recent-semons .row .sermon-content a:hover {
  color: #FF533D;
}
.selthemes-widgets.recent-semons .row .sermon-content .sermon-date {
  display: block;
  font-size: 13px;
  color: #AB987A;
  opacity: 0.7;
  font-weight: 400;
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.tsiyyon-event-entry-2 {
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-event-entry-2 .event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: solid 1px #f1f1f1;
}
.tsiyyon-event-entry-2 .event-row:hover .event-entry-header .block-overlay {
  opacity: 0.9;
}
.tsiyyon-event-entry-2 .event-row:hover .event-entry-header figcaption::after {
  width: 110%;
}
.tsiyyon-event-entry-2 .event-row:hover .event-entry-header figcaption::after a {
  color: #fff;
}
.tsiyyon-event-entry-2 .event-dates,
.tsiyyon-event-entry-2 .event-times,
.tsiyyon-event-entry-2 .event-address {
  border-right: 1px solid #f1f1f1;
}
.tsiyyon-event-entry-2 .event-entry-header {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.tsiyyon-event-entry-2 .event-dates {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tsiyyon-event-entry-2 .event-address {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tsiyyon-event-entry-2 .event-costs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tsiyyon-event-entry-2 .event-organizer {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.tsiyyon-event-entry-2 .event-dates,
.tsiyyon-event-entry-2 .event-times,
.tsiyyon-event-entry-2 .event-address,
.tsiyyon-event-entry-2 .event-costs,
.tsiyyon-event-entry-2 .event-organizer {
  padding: 24px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.tsiyyon-event-entry-2 .event-dates .heading,
.tsiyyon-event-entry-2 .event-times .heading,
.tsiyyon-event-entry-2 .event-address .heading,
.tsiyyon-event-entry-2 .event-costs .heading,
.tsiyyon-event-entry-2 .event-organizer .heading {
  margin-bottom: 18px;
}
.tsiyyon-event-entry-2 .event-dates abbr,
.tsiyyon-event-entry-2 .event-times abbr,
.tsiyyon-event-entry-2 .event-address abbr,
.tsiyyon-event-entry-2 .event-costs abbr,
.tsiyyon-event-entry-2 .event-organizer abbr {
  text-decoration: none;
}
.tsiyyon-event-entry-2 .event-dates i,
.tsiyyon-event-entry-2 .event-times i,
.tsiyyon-event-entry-2 .event-address i,
.tsiyyon-event-entry-2 .event-costs i,
.tsiyyon-event-entry-2 .event-organizer i {
  font-size: 23px;
  color: #fff;
  background: #0F1626;
  padding: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-event-entry-2 .event-dates .event-label,
.tsiyyon-event-entry-2 .event-times .event-label,
.tsiyyon-event-entry-2 .event-address .event-label,
.tsiyyon-event-entry-2 .event-costs .event-label,
.tsiyyon-event-entry-2 .event-organizer .event-label {
  font-size: 12px;
  opacity: 0.7;
  font-style: italic;
}
.tsiyyon-event-entry-2 .event-dates h6,
.tsiyyon-event-entry-2 .event-times h6,
.tsiyyon-event-entry-2 .event-address h6,
.tsiyyon-event-entry-2 .event-costs h6,
.tsiyyon-event-entry-2 .event-organizer h6 {
  margin: 0;
}
.tsiyyon-event-entry-2 .event-entry-header {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-attachment: inherit;
  background-repeat: no-repeat;
  border: none;
  min-height: 250px;
  margin: 0;
  padding: 1rem;
}
.tsiyyon-event-entry-2 .event-entry-header figcaption {
  position: absolute;
  bottom: 2rem;
  z-index: 10;
  color: #fff;
}
.tsiyyon-event-entry-2 .event-entry-header figcaption .wrap {
  padding: 0.5rem;
}
.tsiyyon-event-entry-2 .event-entry-header figcaption .entry-title {
  margin-bottom: 0;
  line-height: 1;
}
.tsiyyon-event-entry-2 .event-entry-header figcaption .entry-title a {
  color: #fff;
}
.tsiyyon-event-entry-2 .event-entry-header figcaption .entry-title a:hover {
  opacity: 1;
}
.tsiyyon-event-entry-2 .event-entry-header figcaption .entry-meta {
  font-size: 13px;
  margin-bottom: 0;
  display: inline-block;
  opacity: 0.7;
}
.tsiyyon-event-entry-2 .event-entry-header figcaption .entry-meta .posted-on a,
.tsiyyon-event-entry-2 .event-entry-header figcaption .entry-meta .byline a {
  color: #fff;
  opacity: 1;
}
.tsiyyon-event-entry-2 .event-entry-header figcaption:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 8px;
  bottom: 0;
  left: -1rem;
  background: #FF533D;
  z-index: -1;
  opacity: 0.9;
  -webkit-transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tsiyyon-event-entry-2 .event-entry-header .block-overlay {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 75%;
  left: 0;
  bottom: 0;
  opacity: .9;
  z-index: 9;
  -webkit-transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tsiyyon-event-entry-2 .event-dates {
  background: #FF533D;
  color: #fff !important;
}
.tsiyyon-event-entry-2 .event-dates .event-start-date,
.tsiyyon-event-entry-2 .event-dates .event-end-date {
  display: block;
}
.tsiyyon-event-entry-2 .event-dates .event-start-date {
  margin-bottom: 14px;
}
.tsiyyon-event-entry-2 .event-dates .event-end-date {
  margin: 0;
}
.tsiyyon-event-entry-2 .event-costs,
.tsiyyon-event-entry-2 .event-organizer {
  border-left: 1px solid #F5F5F5;
}
.tsiyyon-event-entry-2 .event-costs .event-end-time,
.tsiyyon-event-entry-2 .event-organizer .event-end-time {
  margin: 0;
}
.tsiyyon-event-entry-2 .event-costs:hover,
.tsiyyon-event-entry-2 .event-organizer:hover {
  background: #F5F5F5;
}
.tsiyyon-event-entry-2 .event-costs:hover i,
.tsiyyon-event-entry-2 .event-organizer:hover i {
  background: #FF533D;
}
.tsiyyon-event-entry-2 .event-address {
  border-right: 0;
}
.tsiyyon-event-entry-2 .event-address .address {
  margin: 0;
}
.tsiyyon-event-entry-2 .event-address:hover {
  background: #F5F5F5;
}
.tsiyyon-event-entry-2 .event-address:hover i {
  background: #FF533D;
}
.tsiyyon-event-entry-2:hover .event-entry-header .event-content-wrap .event-content header::after {
  width: 124%;
}
.tsiyyon-event-entry-2:hover {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}
.tsiyyon-event-entry-2:hover .event-dates {
  background: #0F1626;
}
.tsiyyon-event-entry-2:hover .event-dates i {
  background: #FF533D;
}
.tsiyyon-event-entry-2:hover .event-entry-header figure figcaption {
  background-color: #FF533D;
}

.tsiyyon-event-single .entry-meta-wrap-single .entry-meta {
  font-size: 13px;
  text-align: center;
  margin-bottom: 24px;
  display: inline-block;
}
.tsiyyon-event-single .event-thumbnail,
.tsiyyon-event-single .event-dates,
.tsiyyon-event-single .event-times,
.tsiyyon-event-single .event-address,
.tsiyyon-event-single .event-reg-url,
.tsiyyon-event-single .event-organizer {
  text-align: center;
}
.tsiyyon-event-single .event-thumbnail i,
.tsiyyon-event-single .event-dates i,
.tsiyyon-event-single .event-times i,
.tsiyyon-event-single .event-address i,
.tsiyyon-event-single .event-reg-url i,
.tsiyyon-event-single .event-organizer i {
  font-size: 23px;
  color: #fff;
  background: #FF533D;
  padding: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-event-single .event-thumbnail .event-label,
.tsiyyon-event-single .event-dates .event-label,
.tsiyyon-event-single .event-times .event-label,
.tsiyyon-event-single .event-address .event-label,
.tsiyyon-event-single .event-reg-url .event-label,
.tsiyyon-event-single .event-organizer .event-label {
  font-size: 12px;
  opacity: 0.7;
  font-style: italic;
  margin-bottom: 12px;
  display: inline-block;
}
.tsiyyon-event-single .event-thumbnail img {
  width: 100%;
}
.tsiyyon-event-single .event-dates,
.tsiyyon-event-single .event-times,
.tsiyyon-event-single .event-address,
.tsiyyon-event-single .event-reg-url,
.tsiyyon-event-single .event-organizer {
  padding: 36px;
  border-bottom: 1px solid #f1f1f1;
}
.tsiyyon-event-single .event-address {
  border-bottom: 0;
}
.tsiyyon-event-single .event-organizer {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
}
.tsiyyon-event-single .event-organizer .organizer-address {
  font-style: normal;
  font-size: 24px;
}
.tsiyyon-event-single .event-organizer .organizer-address .tribe-events-divider {
  display: inline-block;
  margin: 0 6px;
}

@media screen and (max-width: 768px) {
  .tsiyyon-event-entry-2 .event-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tsiyyon-event-entry-2 .event-entry-header,
  .tsiyyon-event-entry-2 .event-dates,
  .tsiyyon-event-entry-2 .event-times,
  .tsiyyon-event-entry-2 .event-address {
    display: block;
    float: inherit;
    width: 100%;
    text-align: center;
  }
  .tsiyyon-event-entry-2 .event-entry-header .event-content p {
    font-size: 13px;
  }

  .event-single.style-2 .event-single-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-single.style-2 .event-single-wrap .right {
    width: 100%;
  }

  .tsiyyon-event-entry .event-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .tsiyyon-event-entry-2 .event-entry-header .event-content header::after {
    display: none;
  }
}
.tsiyyon-event-entry {
  padding: 0;
  border: solid 1px #f1f1f1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-event-entry .event-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tsiyyon-event-entry .event-row:hover .event-entry-header .block-overlay {
  opacity: 1;
}
.tsiyyon-event-entry .event-row:hover .event-entry-header figcaption::after {
  width: 110%;
}
.tsiyyon-event-entry .event-row:hover .event-entry-header figcaption::after a {
  color: #fff;
}
.tsiyyon-event-entry .event-entry-header {
  width: 50%;
}
.tsiyyon-event-entry .event-dates {
  width: 20%;
}
.tsiyyon-event-entry .event-times {
  width: 15%;
}
.tsiyyon-event-entry .event-address {
  width: 15%;
}
.tsiyyon-event-entry .event-entry-header,
.tsiyyon-event-entry .event-dates,
.tsiyyon-event-entry .event-times,
.tsiyyon-event-entry .event-address {
  display: inline-block;
  float: left;
  border-right: 1px solid #f1f1f1;
}
.tsiyyon-event-entry .event-dates,
.tsiyyon-event-entry .event-times,
.tsiyyon-event-entry .event-address {
  padding: 18px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-event-entry .event-dates p,
.tsiyyon-event-entry .event-times p,
.tsiyyon-event-entry .event-address p {
  margin-bottom: 12px;
}
.tsiyyon-event-entry .event-dates i,
.tsiyyon-event-entry .event-times i,
.tsiyyon-event-entry .event-address i {
  font-size: 23px;
  color: #fff;
  background: #0F1626;
  padding: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-event-entry .event-dates .event-label,
.tsiyyon-event-entry .event-times .event-label,
.tsiyyon-event-entry .event-address .event-label {
  font-size: 12px;
  opacity: 0.7;
  font-style: italic;
}
.tsiyyon-event-entry .event-entry-header {
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-attachment: inherit;
  background-repeat: no-repeat;
  border: none;
  min-height: 250px;
  margin: 0;
  padding: 1rem;
}
.tsiyyon-event-entry .event-entry-header figcaption {
  position: absolute;
  bottom: 2rem;
  z-index: 10;
  color: #fff;
}
.tsiyyon-event-entry .event-entry-header figcaption .wrap {
  padding: 0.5rem;
}
.tsiyyon-event-entry .event-entry-header figcaption .entry-title {
  margin-bottom: 0;
  line-height: 1;
}
.tsiyyon-event-entry .event-entry-header figcaption .entry-title a {
  color: #fff;
}
.tsiyyon-event-entry .event-entry-header figcaption .entry-title a:hover {
  opacity: 1;
}
.tsiyyon-event-entry .event-entry-header figcaption .entry-meta {
  font-size: 13px;
  margin-bottom: 0;
  display: inline-block;
  opacity: 0.7;
}
.tsiyyon-event-entry .event-entry-header figcaption .entry-meta .posted-on a,
.tsiyyon-event-entry .event-entry-header figcaption .entry-meta .byline a {
  color: #fff;
  opacity: 1;
}
.tsiyyon-event-entry .event-entry-header figcaption:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 8px;
  bottom: 0;
  left: -1rem;
  background: #FF533D;
  z-index: -1;
  opacity: 0.9;
  -webkit-transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tsiyyon-event-entry .event-entry-header .block-overlay {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 75%;
  left: 0;
  bottom: 0;
  opacity: .9;
  z-index: 9;
  -webkit-transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.tsiyyon-event-entry .event-dates {
  background: #FF533D;
  color: #fff !important;
}
.tsiyyon-event-entry .event-dates .event-start-date,
.tsiyyon-event-entry .event-dates .event-end-date {
  display: block;
}
.tsiyyon-event-entry .event-dates .event-start-date {
  margin-bottom: 14px;
}
.tsiyyon-event-entry .event-dates .event-end-date {
  margin: 0;
}
.tsiyyon-event-entry .event-times .event-end-time {
  margin: 0;
}
.tsiyyon-event-entry .event-times:hover {
  background: #F5F5F5;
}
.tsiyyon-event-entry .event-times:hover i {
  background: #FF533D;
}
.tsiyyon-event-entry .event-address {
  border-right: 0;
}
.tsiyyon-event-entry .event-address:hover {
  background: #F5F5F5;
}
.tsiyyon-event-entry .event-address:hover i {
  background: #FF533D;
}
.tsiyyon-event-entry:hover .event-entry-header .event-content-wrap .event-content header::after {
  width: 124%;
}
.tsiyyon-event-entry:hover {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}
.tsiyyon-event-entry:hover .event-dates {
  background: #0F1626;
}
.tsiyyon-event-entry:hover .event-dates i {
  background: #FF533D;
}
.tsiyyon-event-entry:hover .event-row .event-thumbnail a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.tsiyyon-event-single .entry-meta-wrap-single .entry-meta {
  font-size: 13px;
  text-align: center;
  margin-bottom: 24px;
  display: inline-block;
}
.tsiyyon-event-single .event-thumbnail,
.tsiyyon-event-single .event-dates,
.tsiyyon-event-single .event-times,
.tsiyyon-event-single .event-address,
.tsiyyon-event-single .event-reg-url {
  text-align: center;
}
.tsiyyon-event-single .event-thumbnail i,
.tsiyyon-event-single .event-dates i,
.tsiyyon-event-single .event-times i,
.tsiyyon-event-single .event-address i,
.tsiyyon-event-single .event-reg-url i {
  font-size: 23px;
  color: #fff;
  background: #FF533D;
  padding: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-event-single .event-thumbnail .event-label,
.tsiyyon-event-single .event-dates .event-label,
.tsiyyon-event-single .event-times .event-label,
.tsiyyon-event-single .event-address .event-label,
.tsiyyon-event-single .event-reg-url .event-label {
  font-size: 12px;
  opacity: 0.7;
  font-style: italic;
  margin-bottom: 12px;
  display: inline-block;
}
.tsiyyon-event-single .event-thumbnail img {
  width: 100%;
}
.tsiyyon-event-single .event-dates,
.tsiyyon-event-single .event-times,
.tsiyyon-event-single .event-address,
.tsiyyon-event-single .event-reg-url {
  padding: 36px;
  border-bottom: 1px solid #f1f1f1;
}
.tsiyyon-event-single .event-address {
  border-bottom: 0;
}
.tsiyyon-event-single .event-reg-url {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
}

.selthemes-widgets.upcoming-events .row {
  margin-bottom: 18px;
}
.selthemes-widgets.upcoming-events .row .event-thumbnail {
  padding-right: 0;
}
.selthemes-widgets.upcoming-events .row .event-thumbnail img {
  border-radius: 2px;
  width: 62px;
}
.selthemes-widgets.upcoming-events .row .event-content {
  font-weight: bold;
  padding-top: 8px;
}
.selthemes-widgets.upcoming-events .row .event-content a {
  color: #404040;
}
.selthemes-widgets.upcoming-events .row .event-content a:hover {
  color: #FF533D;
}
.selthemes-widgets.upcoming-events .row .event-content .event-date {
  display: block;
  font-size: 13px;
  color: #AB987A;
  opacity: 0.7;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .tsiyyon-event-entry .event-row {
    display: block;
    width: 100%;
  }
  .tsiyyon-event-entry .event-entry-header,
  .tsiyyon-event-entry .event-dates,
  .tsiyyon-event-entry .event-times,
  .tsiyyon-event-entry .event-address {
    display: block;
    float: inherit;
    width: 100%;
    text-align: center;
  }
  .tsiyyon-event-entry .event-entry-header .event-content p {
    font-size: 13px;
  }
  .tsiyyon-event-entry .event-entry-header {
    height: 250px;
    text-align: left;
    overflow: hidden;
  }
  .tsiyyon-event-entry .event-entry-header figcaption {
    bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .tsiyyon-event-entry .event-entry-header .event-content header::after {
    display: none;
  }
}
.event-single.style-2 .event-single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.event-single.style-2 .event-single-wrap .content.right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.event-single.style-2 .event-single-wrap .content.left {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.event-single.style-2 .event-single-wrap .event-content {
  padding: 36px;
}
.event-single.style-2 .event-single-wrap .event-content .event-meta {
  font-size: 13px;
}
.event-single.style-2 .event-single-wrap .event-content .event-meta dd {
  margin: 0;
}
.event-single.style-2 .event-single-wrap .event-content .event-meta dd a {
  text-decoration: none;
  padding-right: 3px;
}
.event-single.style-2 .event-single-wrap .event-data {
  padding: 36px 24px;
}
.event-single.style-2 .event-single-wrap .event-data .event-data-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.event-single.style-2 .event-single-wrap .event-data .event-data-heading i {
  margin-right: 12px;
  padding: 0.54rem;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
}
.event-single.style-2 .event-single-wrap .event-data .event-data-heading h6 {
  margin: 0;
}
.event-single.style-2 .event-single-wrap .event-data .event-data-details {
  text-align: center;
}
.event-single.style-2 .event-single-wrap .event-data .event-data-details .short-desc {
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 0.7;
  font-size: 13px;
}
.event-single.style-2 .event-single-wrap .event-data .event-data-details h3 {
  margin-top: 0;
}
.event-single.style-2 .event-single-wrap .event-data .event-data-details abbr {
  text-decoration: none;
}
.event-single.style-2 .event-single-wrap .event-data.date {
  background-color: #FF533D;
  color: #fff;
}
.event-single.style-2 .event-single-wrap .event-data.date .event-data-heading i {
  background-color: #0F1626;
}
.event-single.style-2 .event-single-wrap .event-data.location {
  background-color: #0F1626;
  color: #fff;
}
.event-single.style-2 .event-single-wrap .event-data.location .event-data-heading i {
  background-color: #FF533D;
}
.event-single.style-2 .event-single-wrap .event-data.cost {
  background-color: #F5F5F5;
}
.event-single.style-2 .event-single-wrap .event-data.cost .event-data-heading i {
  background-color: #FF533D;
  color: #fff;
}
.event-single.style-2 .event-single-wrap .event-data.organizer .event-data-heading i {
  background-color: #FF533D;
  color: #fff;
}
.event-single.style-2 .event-single-wrap .event-data.organizer ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.event-single.style-2 .event-single-wrap .event-data.organizer ul li {
  margin: 6px 0;
}
.event-single.style-2 .event-single-wrap .event-data.organizer ul li span {
  font-weight: bold;
}

/*--------------------------------------------------------------
## Ministry
--------------------------------------------------------------*/
.tsiyyon-ministry-page-entry figure {
  position: relative;
  margin: 0;
}
.tsiyyon-ministry-page-entry figure .post-thumbnail a {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.tsiyyon-ministry-page-entry figure .post-thumbnail a img {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.tsiyyon-ministry-page-entry figure figcaption {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 18px 36px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tsiyyon-ministry-page-entry figure figcaption .entry-title {
  position: relative;
  z-index: 3;
  margin: 0;
}
.tsiyyon-ministry-page-entry figure figcaption .entry-title a {
  color: #fff;
}
.tsiyyon-ministry-page-entry figure figcaption P {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 18px;
  display: none;
}
.tsiyyon-ministry-page-entry figure::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.tsiyyon-ministry-page-entry::after {
  display: block;
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #FF533D;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tsiyyon-ministry-page-entry:hover figure .post-thumbnail a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(100%) blur(3px);
  filter: blur(3px);
}
.tsiyyon-ministry-page-entry:hover::after {
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

/*--------------------------------------------------------------
## Socials
--------------------------------------------------------------*/
.tsiyyon-social-icons {
  display: inline-block;
  float: right;
}
.tsiyyon-social-icons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tsiyyon-social-icons ul li {
  display: inline-block;
}
.tsiyyon-social-icons ul li a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 10px;
  text-align: center;
  border-radius: 2px;
}
.tsiyyon-social-icons ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.tsiyyon-site-footer {
  text-align: center;
  padding: 24px 0;
  background: #0F1626;
  color: #FFF;
  text-align: left;
}
.tsiyyon-site-footer .site-info p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .tsiyyon-site-footer .site-info {
    text-align: center;
    margin-bottom: 24px;
  }
  .tsiyyon-site-footer .tsiyyon-social-icons {
    float: none;
  }
  .tsiyyon-site-footer .tsiyyon-social-icons ul {
    margin: 0 auto;
  }
  .tsiyyon-site-footer .tsiyyon-social-icons ul li {
    margin-bottom: 24px;
  }
}
/*--------------------------------------------------------------
## 3rd Party Customization
--------------------------------------------------------------*/
.wpcf7-form-control {
  width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
  width: inherit;
}

.tsiyyon-woocommerce h3 {
  font-family: "Cabin", sans-serif;
  letter-spacing: normal;
  line-height: normal;
}
.tsiyyon-woocommerce ul.products li {
  padding: 18px !important;
  border: 1px solid #F5F5F5;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-woocommerce ul.products li h3 {
  padding: 0 !important;
  line-height: 1;
  margin-bottom: 4px !important;
}
.tsiyyon-woocommerce ul.products li a {
  color: #0F1626;
}
.tsiyyon-woocommerce ul.products li a:hover {
  color: #FF533D;
}
.tsiyyon-woocommerce ul.products li:hover {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}
.tsiyyon-woocommerce ul.products li.product .button {
  margin-top: 0 !important;
  font-size: 13px;
  background: #FF533D !important;
  color: #fff;
}
.tsiyyon-woocommerce .added_to_cart {
  font-size: 13px !important;
}
.tsiyyon-woocommerce ul.products li.product .price {
  color: #0F1626;
}
.tsiyyon-woocommerce .related.products h2 {
  font-size: 30px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  border-bottom: solid 1px #AB987A;
  padding-bottom: 12px;
  position: relative;
}
.tsiyyon-woocommerce .related.products h2::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: #FF533D;
  bottom: -1px;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tsiyyon-woocommerce .related.products:hover h2::after {
  width: 50%;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 24px;
  letter-spacing: 0;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #FF533D !important;
  color: #fff;
  padding: 15px 24px;
}

.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  border: 0;
}

.woocommerce-info {
  border-top-color: #FF533D;
  background-color: #F5F5F5;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 48% !important;
  max-width: 48% !important;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 48% !important;
  max-width: 48% !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #F5F5F5;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #F5F5F5;
}

.woocommerce-info:before {
  color: #FF533D;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #F5F5F5;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 1.33% 0.75em 0 !important;
  width: 32% !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #FF533D;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #F5F5F5;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  font-size: 12px;
  color: #AB987A;
}

.woocommerce span.onsale {
  padding: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #FF533D;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: bold;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  letter-spacing: inherit;
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  line-height: 1;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  position: relative;
  padding: 6px 30px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 13px;
  border-radius: 50%;
  height: 13px;
  border: 4px solid;
  border-color: #F5F5F5;
  background: #fff;
  top: 11px;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 6px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover:before {
  border-color: #FF533D;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul a {
  color: #0F1626;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul a:hover {
  color: #FF533D;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul ul.sub-menu,
.woocommerce-account .woocommerce-MyAccount-navigation ul ul.children {
  padding: 0;
  margin-top: 3px;
}

.woocommerce-account .addresses .title h3 {
  font-size: 24px;
}

.tsiyyon-widgets-shop .widget-title {
  margin-bottom: 20px;
  border-bottom: solid 1px #AB987A;
  padding-bottom: 12px;
  position: relative;
}
.tsiyyon-widgets-shop .widget-title::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: #FF533D;
  bottom: -1px;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tsiyyon-widgets-shop .woocommerce {
  margin-bottom: 36px;
}
.tsiyyon-widgets-shop ul.cart_list,
.tsiyyon-widgets-shop ul.product_list_widget {
  margin-bottom: 12px;
}
.tsiyyon-widgets-shop .widget_shopping_cart .total,
.tsiyyon-widgets-shop .woocommerce.widget_shopping_cart .total {
  padding: 12px 0 0;
}
.tsiyyon-widgets-shop .widget_product_search .search-field {
  width: 170px;
  display: inline-block;
  float: left;
}
.tsiyyon-widgets-shop .widget_product_search input[type="submit"] {
  padding: 13px 18px;
}
.tsiyyon-widgets-shop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tsiyyon-widgets-shop ul li {
  position: relative;
  padding: 6px 30px !important;
}
.tsiyyon-widgets-shop ul li:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 13px;
  border-radius: 50%;
  height: 13px;
  border: 4px solid;
  border-color: #F5F5F5;
  background: #fff;
  top: 11px;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tsiyyon-widgets-shop ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 6px;
}
.tsiyyon-widgets-shop ul li:hover:before {
  border-color: #FF533D;
}
.tsiyyon-widgets-shop ul a {
  color: #0F1626;
}
.tsiyyon-widgets-shop ul a:hover {
  color: #FF533D;
}
.tsiyyon-widgets-shop ul ul.sub-menu,
.tsiyyon-widgets-shop ul ul.children {
  padding: 0;
  margin-top: 3px;
}
.tsiyyon-widgets-shop .widget_shopping_cart_content ul li {
  padding-top: 0 !important;
}
.tsiyyon-widgets-shop .widget_shopping_cart_content ul li:before, .tsiyyon-widgets-shop .widget_shopping_cart_content ul li:after {
  display: none;
}

#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured,
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #FF533D;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  background: #f9f9f9;
  padding: 36px !important;
  clear: both;
  padding: 2em 0 0.5em;
  margin: 0 0 1.5em 0;
  border-radius: 2px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title, .comment-reply-title, .logged-in-as, .comment-notes {
  text-align: center;
}

.comments-title {
  margin-bottom: 48px;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 24px;
}

.comment-list li:before {
  display: none;
}

article.comment-body {
  position: relative;
  margin-left: 48px;
  margin-right: 3em;
  padding: 24px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
article.comment-body:hover {
  -webkit-box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5px 25px rgba(0, 0, 0, 0.1);
}
article.comment-body .fn {
  font-size: 20px;
}
article.comment-body::after {
  content: "";
  display: block;
  width: 0;
  border: 9px solid;
  border-color: transparent transparent transparent transparent;
  border-right-color: #FF533D;
  position: absolute;
  margin-left: 0;
  top: 12px;
  left: -18px;
}
article.comment-body .edit-link {
  display: inline-block;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  top: -24px;
  left: -100px;
  position: absolute;
  width: 50px;
  border: 3px solid #fff;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  left: -100px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.pingback .comment-body {
  margin-bottom: 1em;
}

.comment-form-author label, .comment-form-author input,
.comment-form-email label,
.comment-form-email input,
.comment-form-url label,
.comment-form-url input {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .comment-list, .comment-list .children {
    padding-left: 12px;
  }

  article.comment-body {
    margin-right: 0;
  }
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  padding: 24px;
}

.widget {
  margin: 0 0 3em;
  border-radius: 1px;
  /* Make sure select elements fit in widgets. */
}
.widget .widget-title {
  margin-bottom: 24px;
  border-bottom: solid 1px #AB987A;
  padding-bottom: 12px;
  position: relative;
}
.widget .widget-title::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: #FF533D;
  bottom: -1px;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.widget select {
  width: 100%;
  padding: 8px 12px;
  outline: 0;
  border: 1px solid #7d9000;
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li {
  position: relative;
  padding: 6px 30px;
  padding-left: 24px;
}
.widget ul li:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 13px;
  border-radius: 50%;
  height: 13px;
  border: 4px solid;
  border-color: #F5F5F5;
  background: #fff;
  top: 11px;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #F5F5F5;
  position: absolute;
  top: 0;
  left: 6px;
}
.widget ul li:hover:before {
  border-color: #FF533D;
}
.widget ul a {
  color: #0F1626;
}
.widget ul a:hover {
  color: #FF533D;
}
.widget ul ul.sub-menu,
.widget ul ul.children {
  padding: 0;
  margin-top: 3px;
}
.widget:hover .widget-title::after {
  width: 50%;
}

.widget.tribe-events-list-widget .tribe-event-title {
  font-size: 18px;
  line-height: 1;
}
.widget.tribe-events-list-widget .tribe-list-widget {
  padding: 0;
}

.widget select {
  border: 2px solid #F5F5F5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget select:focus {
  border: 2px solid #FF533D;
}

.widget_calendar .calendar_wrap {
  padding: 0 2px;
}
.widget_calendar .calendar_wrap caption {
  margin-bottom: 16px;
  font-size: 18px;
}
.widget_calendar .calendar_wrap table thead {
  background: #0F1626;
  color: #fff;
  padding: 6px;
}
.widget_calendar .calendar_wrap table thead th {
  padding: 6px;
}
.widget_calendar .calendar_wrap table tbody {
  text-align: center;
}
.widget_calendar .calendar_wrap table td {
  padding: 6px 10px;
  border: 1px solid #f1f1f1;
}
.widget_calendar .calendar_wrap table tfoot {
  text-align: center;
}

.tagcloud a {
  font-size: 10pt !important;
  border: 1px solid #dcdcdc;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 6px;
  color: #272f35;
}
.tagcloud a:hover {
  background: #FF533D;
  color: #fff !important;
  border: 1px solid #FF533D;
}

.widget_search label {
  display: inline-block;
  float: left;
}
.widget_search .search-submit {
  padding: 13px 18px;
}

.tsiyyon-footer-widgets-wrap {
  padding: 48px 0;
}
.tsiyyon-footer-widgets-wrap .footer-widget .widget-title {
  margin-bottom: 24px;
  border-bottom: solid 1px #AB987A;
  padding-bottom: 12px;
  position: relative;
}
.tsiyyon-footer-widgets-wrap .footer-widget .widget-title::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 24px;
  background-color: #FF533D;
  bottom: -1px;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.tsiyyon-footer-widgets-wrap .footer-widget:hover .widget-title::after {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .tsiyyon-footer-widgets-wrap .footer-widget {
    margin-bottom: 36px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin: 1em 0 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Ensure center-aligned captions center-align properly. */
.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* Give some padding to floated elements, to prevent them butting up against text. */
.wp-caption.alignleft {
  margin-right: 20px;
}

.wp-caption.alignright {
  margin-left: 20px;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
