/*!
Theme Name: Creationz
Theme URI: http://selthemes.com/themes/creationz
Author: Selthemes.com
Author URI: http://selthemes.com
Description: Creationz is a gospel church theme. Churches can manage their sermons videos, upcoming events, recent news, showing ministries and more.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creationz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Creationz is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  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"] {
  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-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;
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, ::after, ::before {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  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-auto, .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-lg-auto, .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-md-auto, .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-sm-auto, .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, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .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%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
.menu-collapser {
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  background-color: #A90904;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button {
  position: absolute;
  right: 0;
  top: 50%;
  width: 40px;
  padding: 7px 10px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  background-color: #2F2826;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 12px;
  transform: translate(0, -50%);
  box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
  color: #FFF;
  background-color: #040404;
}
.collapse-button .icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
  background-color: #F5F5F5;
  border-radius: 1px;
}

ul.slimmenu {
  background-color: #A90904;
  border-radius: 10px 10px 0 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.slimmenu:before, ul.slimmenu:after {
  content: '';
  display: table;
}
ul.slimmenu:after {
  clear: both;
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
ul.slimmenu.collapsed li > ul {
  position: static;
  display: none;
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
}
ul.slimmenu.collapsed li .sub-toggle {
  height: 51px;
  width: 51px;
}
ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: transparent;
  transition: 0.2s;
}
ul.slimmenu li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.slimmenu li ul li {
  background: #106455;
  width: 200px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
ul.slimmenu li ul li a {
  padding: 12px 26px 12px 24px;
  color: #fff;
}
ul.slimmenu li ul li a:hover, ul.slimmenu li ul li a:active {
  background: #A90904;
  color: #fff;
  box-shadow: none;
}
ul.slimmenu li ul .sub-toggle > i {
  color: #fff;
  transform: rotate(270deg);
}
ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  width: 200px;
}
ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
}
ul.slimmenu li a {
  display: block;
  position: relative;
  padding: 18px 28px 18px 24px;
  color: #f5f0ee;
}
ul.slimmenu li a:hover, ul.slimmenu li a:active {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
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;
}
ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: 0em;
  vertical-align: middle;
}
ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #333;
  font-size: 10px;
  vertical-align: middle;
}
ul.slimmenu > li {
  border: 0;
}
ul.slimmenu > li:hover {
  text-decoration: none;
}
ul.slimmenu > li:first-child {
  border-left: 0;
}

@media screen and (max-width: 768px) {
  ul.slimmenu {
    border-radius: 0;
  }

  ul.slimmenu li > ul {
    width: 100%;
  }

  ul.slimmenu.collapsed li .sub-toggle {
    background: rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }
  ul.slimmenu.collapsed li .sub-toggle:hover {
    background: rgba(0, 0, 0, 0.2);
  }

  ul.slimmenu.collapsed li::after {
    content: none;
  }

  ul.slimmenu li a {
    padding: 13px 16px !important;
  }

  ul.slimmenu li ul .sub-toggle > i {
    transform: rotate(0deg);
  }

  ul.slimmenu li .sub-toggle > i {
    color: #fff;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Generated by grunt-webfont */
@font-face {
  font-family: "Genericons-Neue";
  src: url("/assets/genericons-neue/Genericons-Neue.eot?3d5e5abe2b62a2e8105ddf2de82c02cd");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Genericons-Neue";
  src: url("/assets/genericons-neue/Genericons-Neue.eot?3d5e5abe2b62a2e8105ddf2de82c02cd");
  src: url("/assets/genericons-neue/Genericons-Neue.eot?#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url("/assets/genericons-neue/Genericons-Neue.ttf?3d5e5abe2b62a2e8105ddf2de82c02cd") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.genericons-neue {
  font-family: "Genericons-Neue";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.genericons-neue-activity:before {
  content: "\f508";
}

.genericons-neue-anchor:before {
  content: "\f509";
}

.genericons-neue-aside:before {
  content: "\f101";
}

.genericons-neue-attachment:before {
  content: "\f416";
}

.genericons-neue-audio-mute:before {
  content: "\f174";
}

.genericons-neue-audio:before {
  content: "\f109";
}

.genericons-neue-bold:before {
  content: "\f471";
}

.genericons-neue-book:before {
  content: "\f444";
}

.genericons-neue-bug:before {
  content: "\f50a";
}

.genericons-neue-cart:before {
  content: "\f447";
}

.genericons-neue-category:before {
  content: "\f301";
}

.genericons-neue-chat:before {
  content: "\f108";
}

.genericons-neue-checkmark:before {
  content: "\f418";
}

.genericons-neue-close-alt:before {
  content: "\f406";
}

.genericons-neue-close:before {
  content: "\f405";
}

.genericons-neue-cloud-download:before {
  content: "\f440";
}

.genericons-neue-cloud-upload:before {
  content: "\f441";
}

.genericons-neue-cloud:before {
  content: "\f426";
}

.genericons-neue-code:before {
  content: "\f462";
}

.genericons-neue-cog:before {
  content: "\f445";
}

.genericons-neue-collapse:before {
  content: "\f432";
}

.genericons-neue-comment:before {
  content: "\f300";
}

.genericons-neue-day:before {
  content: "\f305";
}

.genericons-neue-document:before {
  content: "\f443";
}

.genericons-neue-download:before {
  content: "\f50b";
}

.genericons-neue-edit:before {
  content: "\f411";
}

.genericons-neue-ellipsis:before {
  content: "\f476";
}

.genericons-neue-expand:before {
  content: "\f431";
}

.genericons-neue-external:before {
  content: "\f442";
}

.genericons-neue-fastforward:before {
  content: "\f458";
}

.genericons-neue-feed:before {
  content: "\f413";
}

.genericons-neue-flag:before {
  content: "\f468";
}

.genericons-neue-fullscreen:before {
  content: "\f474";
}

.genericons-neue-gallery:before {
  content: "\f103";
}

.genericons-neue-heart:before {
  content: "\f461";
}

.genericons-neue-help:before {
  content: "\f457";
}

.genericons-neue-hide:before {
  content: "\f404";
}

.genericons-neue-hierarchy:before {
  content: "\f505";
}

.genericons-neue-home:before {
  content: "\f409";
}

.genericons-neue-image:before {
  content: "\f102";
}

.genericons-neue-info:before {
  content: "\f455";
}

.genericons-neue-italic:before {
  content: "\f472";
}

.genericons-neue-key:before {
  content: "\f427";
}

.genericons-neue-link:before {
  content: "\f107";
}

.genericons-neue-location:before {
  content: "\f417";
}

.genericons-neue-lock:before {
  content: "\f470";
}

.genericons-neue-mail:before {
  content: "\f410";
}

.genericons-neue-menu:before {
  content: "\f419";
}

.genericons-neue-microphone:before {
  content: "\f50d";
}

.genericons-neue-minus:before {
  content: "\f50e";
}

.genericons-neue-month:before {
  content: "\f307";
}

.genericons-neue-move:before {
  content: "\f50f";
}

.genericons-neue-next:before {
  content: "\f429";
}

.genericons-neue-notice:before {
  content: "\f456";
}

.genericons-neue-paintbrush:before {
  content: "\f506";
}

.genericons-neue-pause:before {
  content: "\f448";
}

.genericons-neue-phone:before {
  content: "\f437";
}

.genericons-neue-picture:before {
  content: "\f473";
}

.genericons-neue-pinned:before {
  content: "\f308";
}

.genericons-neue-play:before {
  content: "\f452";
}

.genericons-neue-plugin:before {
  content: "\f439";
}

.genericons-neue-plus:before {
  content: "\f510";
}

.genericons-neue-previous:before {
  content: "\f430";
}

.genericons-neue-print:before {
  content: "\f469";
}

.genericons-neue-quote:before {
  content: "\f106";
}

.genericons-neue-refresh:before {
  content: "\f420";
}

.genericons-neue-reply:before {
  content: "\f466";
}

.genericons-neue-rewind:before {
  content: "\f459";
}

.genericons-neue-search:before {
  content: "\f400";
}

.genericons-neue-send-to-phone:before {
  content: "\f438";
}

.genericons-neue-send-to-tablet:before {
  content: "\f454";
}

.genericons-neue-share:before {
  content: "\f415";
}

.genericons-neue-show:before {
  content: "\f403";
}

.genericons-neue-shuffle:before {
  content: "\f514";
}

.genericons-neue-sitemap:before {
  content: "\f507";
}

.genericons-neue-skip-ahead:before {
  content: "\f451";
}

.genericons-neue-skip-back:before {
  content: "\f450";
}

.genericons-neue-spam:before {
  content: "\f424";
}

.genericons-neue-standard:before {
  content: "\f100";
}

.genericons-neue-star-empty:before {
  content: "\f511";
}

.genericons-neue-star-half:before {
  content: "\f513";
}

.genericons-neue-star:before {
  content: "\f408";
}

.genericons-neue-status:before {
  content: "\f105";
}

.genericons-neue-stop:before {
  content: "\f449";
}

.genericons-neue-subscribe:before {
  content: "\f463";
}

.genericons-neue-subscribed:before {
  content: "\f465";
}

.genericons-neue-summary:before {
  content: "\f425";
}

.genericons-neue-tablet:before {
  content: "\f453";
}

.genericons-neue-tag:before {
  content: "\f302";
}

.genericons-neue-time:before {
  content: "\f303";
}

.genericons-neue-top:before {
  content: "\f435";
}

.genericons-neue-trash:before {
  content: "\f407";
}

.genericons-neue-unapprove:before {
  content: "\f446";
}

.genericons-neue-unsubscribe:before {
  content: "\f464";
}

.genericons-neue-unzoom:before {
  content: "\f401";
}

.genericons-neue-user:before {
  content: "\f304";
}

.genericons-neue-video:before {
  content: "\f104";
}

.genericons-neue-videocamera:before {
  content: "\f517";
}

.genericons-neue-warning:before {
  content: "\f414";
}

.genericons-neue-website:before {
  content: "\f475";
}

.genericons-neue-week:before {
  content: "\f306";
}

.genericons-neue-xpost:before {
  content: "\f504";
}

.genericons-neue-zoom:before {
  content: "\f402";
}

.sel-staff article.sel-staff-item {
  margin-bottom: 24px;
  border: 1px solid #f5f0ee;
  border-radius: 10px;
  padding: 24px;
  text-align: center;
}
.sel-staff article.sel-staff-item figure {
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  margin: 0;
  transition: 0.3s;
}
.sel-staff article.sel-staff-item figure .staff-thumbnail {
  padding: 24px 0;
}
.sel-staff article.sel-staff-item figure .staff-thumbnail a {
  display: block;
  line-height: 0;
}
.sel-staff article.sel-staff-item figure .staff-thumbnail a img {
  border-radius: 50%;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out 0s;
}
.sel-staff article.sel-staff-item figure figcaption {
  padding: 20px 16px;
  text-align: center;
}
.sel-staff article.sel-staff-item figure figcaption .entry-title {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1;
}
.sel-staff article.sel-staff-item figure figcaption .entry-title a {
  color: #106455;
}
.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;
}
.sel-staff article.sel-staff-item figure figcaption p.post-meta {
  margin-bottom: 12px;
}
.sel-staff article.sel-staff-item figure figcaption p.post-meta a {
  font-size: 10pt !important;
  border: 1px solid #ccc;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 6px;
  border-radius: 10px;
  color: #ccc;
}
.sel-staff article.sel-staff-item figure figcaption p.post-meta a:hover {
  background-color: #A90904;
  color: #fff;
  border-color: transparent;
}
.sel-staff article.sel-staff-item figure figcaption .staff-social-links {
  display: block;
  margin-bottom: 12px;
}
.sel-staff article.sel-staff-item figure figcaption .staff-social-links a {
  display: inline-block;
  padding: 3px 6px;
  color: #ccc;
}
.sel-staff article.sel-staff-item figure figcaption .staff-social-links a:hover {
  color: #A90904;
}
.sel-staff article.sel-staff-item figure figcaption .staff-social-links a i {
  font-size: 18px;
}
.sel-staff article.sel-staff-item figure:hover {
  box-shadow: 0 0 35px rgba(47, 40, 38, 0.2);
}
.sel-staff article.sel-staff-item:hover figure .staff-thumbnail a img {
  transform: scale(1.05);
  filter: grayscale(0);
}
.sel-staff article.sel-staff-item:hover figure figcaption .entry-title a {
  color: #A90904;
}

.sel-staff-single .staff-details .entry-meta {
  display: inline-block;
}

.selt-staff-page-header img {
  border-radius: 50%;
}
.selt-staff-page-header .page-title {
  margin-bottom: 0;
}
.selt-staff-page-header .staff-title {
  margin: 0;
}
.selt-staff-page-header p.post-meta {
  margin-bottom: 12px;
}
.selt-staff-page-header p.post-meta a {
  font-size: 10pt !important;
  border: 1px solid #ccc;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 6px;
  border-radius: 10px;
  color: #ccc;
}
.selt-staff-page-header p.post-meta a:hover {
  color: #fff;
  background: #A90904;
  border-color: transparent;
}
.selt-staff-page-header .staff-social-links {
  display: block;
  margin-bottom: 12px;
}
.selt-staff-page-header .staff-social-links a {
  display: inline-block;
  padding: 3px 6px;
  color: #ccc;
}
.selt-staff-page-header .staff-social-links a:hover {
  color: #A90904;
}
.selt-staff-page-header .staff-social-links a i {
  font-size: 24px;
}

.flexslider {
  border: 0;
  margin: 0;
  padding: 0;
}
.flexslider ul li {
  position: relative;
}
.flexslider ul li .slider-caption {
  position: absolute;
  bottom: 100px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
}
.flexslider ul li .slider-caption .heading {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 24px;
  font-size: 2em;
  border-radius: 10px;
  color: #fff;
}
.flexslider ul li .slider-caption .description {
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 24px;
  font-size: 1em;
  display: inline-block;
  border-radius: 10px;
}
.flexslider ul li .slider-caption .heading,
.flexslider ul li .slider-caption .description,
.flexslider ul li .slider-caption .st-btn {
  margin: 0;
  line-height: inherit;
  margin-bottom: 12px;
  animation-duration: .6s;
  animation-fill-mode: both;
  animation-name: fadeOutLeft;
}
.flexslider ul li.flex-active-slide .slider-caption .heading, .flexslider ul li.flex-active-slide .slider-caption .description, .flexslider ul li.flex-active-slide .slider-caption .st-btn {
  animation-delay: .4s;
  animation-duration: .6s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
}
.flexslider ul li.flex-active-slide .slider-caption .heading {
  animation-delay: .4s;
}
.flexslider ul li.flex-active-slide .slider-caption .description {
  animation-delay: .6s;
}
.flexslider ul li.flex-active-slide .slider-caption .st-btn {
  animation-delay: .8s;
}
.flexslider .flex-control-nav {
  bottom: 20px;
}
.flexslider .flex-control-paging li a:hover,
.flexslider .flex-control-paging li a.flex-active {
  background: #A90904;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: 0;
  right: 80px;
}
.flexslider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  margin: -20px 0 0;
  position: absolute;
  top: 50px;
  z-index: 10;
  overflow: hidden;
  opacity: .5;
  cursor: pointer;
  color: #fff;
  transition: all .3s ease;
}
.flexslider .flex-direction-nav a::before {
  font-family: FontAwesome;
  content: '\f104';
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  color: #fff;
  padding: 2px;
  font-size: 19px;
  line-height: 27px;
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flexslider .flex-direction-nav .flex-prev {
  text-align: left;
  left: -10px;
}
.flexslider .flex-direction-nav .flex-prev:hover {
  background-color: #A90904;
}
.flexslider .flex-direction-nav .flex-next {
  text-align: right;
  left: 30px;
}
.flexslider .flex-direction-nav .flex-next:hover {
  background-color: #A90904;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -10px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  left: 30px;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.selt-slider {
  position: relative;
  width: 100%;
  clear: both;
}
.selt-slider a {
  text-decoration: none;
}
.selt-slider .slider-content {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}
.selt-slider .slider-left-position {
  width: 70%;
  float: left;
}
.selt-slider .slider-center-position {
  width: 70%;
  float: none;
  text-align: center;
  margin: 0 auto;
}
.selt-slider .slider-right-position {
  width: 70%;
  float: right;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .flexslider .slider-caption {
    bottom: 5px !important;
    width: 70% !important;
  }
  .flexslider .slider-caption .heading {
    padding: 3px 12px !important;
    font-size: 1em !important;
  }
  .flexslider .slider-caption .description {
    padding: 3px 12px !important;
    font-size: 0.8em !important;
  }
  .flexslider .slider-caption .st-btn {
    font-size: 75% !important;
    padding: 3px 9px !important;
  }
}
[data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  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] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  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] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0);
}

[data-aos=fade-up] {
  transform: translateY(100px);
}

[data-aos=fade-down] {
  transform: translateY(-100px);
}

[data-aos=fade-right] {
  transform: translate(-100px);
}

[data-aos=fade-left] {
  transform: translate(100px);
}

[data-aos=fade-up-right] {
  transform: translate(-100px, 100px);
}

[data-aos=fade-up-left] {
  transform: translate(100px, 100px);
}

[data-aos=fade-down-right] {
  transform: translate(-100px, -100px);
}

[data-aos=fade-down-left] {
  transform: translate(100px, -100px);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate(100px) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0);
}

[data-aos=slide-up] {
  transform: translateY(100%);
}

[data-aos=slide-down] {
  transform: translateY(-100%);
}

[data-aos=slide-right] {
  transform: translateX(-100%);
}

[data-aos=slide-left] {
  transform: translateX(100%);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/*# sourceMappingURL=aos.css.map*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #2f2826;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14.4px;
  font-size: 0.9rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", serif;
  color: #2F2826;
  clear: both;
  line-height: inherit;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0;
  border-left: 5px solid #f5f0ee;
  padding: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f5f0ee;
  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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  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/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
table tr, table th, table td {
  border: 1px solid #f5f0ee;
}
table th, table td {
  padding: 4px 8px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.st-btn {
  display: inline-block;
  font-family: sans-serif;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 18px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 1, 0.4);
  border-radius: 30px;
  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 {
  box-shadow: none;
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.st-btn-primary {
  background: #A90904;
  color: #fff !important;
  border: 2px solid;
  border-color: #A90904;
}
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: #A90904;
  border: 2px solid;
  border-color: #A90904;
}
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: #A90904;
  color: #fff;
  opacity: 1;
}

.st-btn-secondary {
  background: #106455;
  color: #fff;
  border: 2px solid;
  border-color: #106455;
}
.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: #106455;
  border: 2px solid;
  border-color: #106455;
}
.st-btn-secondary.st-btn-outline:hover, .st-btn-secondary.st-btn-outline:focus, .st-btn-secondary.st-btn-outline:active {
  background: #106455;
  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;
  transition: .3s;
}

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: #2f2826;
  border: 2px solid #ccc;
  border-radius: 10px;
  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 #A90904;
}

select {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 9px 12px;
}
select:focus {
  outline: 0;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #A90904;
  transition: 0.2s;
}
a:visited {
  color: #A90904;
}
a:hover, a:focus, a:active {
  color: #2F2826;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.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: 10px;
}
.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: #106455;
  color: #fff;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  float: left;
  text-align: left;
  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: "Montserrat", serif;
  font-weight: 600;
  font-size: 18px;
  color: #2F2826;
}
.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: 60px 0 0 0;
}
.nav-links .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 6px;
  background: #f1f1f1;
  border-radius: 10px;
  color: #2F2826;
  transition: 0.3s;
}
.nav-links .page-numbers:hover {
  background: #A90904;
  color: #fff;
}
.nav-links .current {
  background: #A90904;
  color: #fff;
}

.site-sticky-nav {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #A90904;
  box-shadow: 0 2px 20px rgba(47, 40, 38, 0.5);
}

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #2f2826;
  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;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.creationz-breadcrumb {
  font-size: 13px;
  margin: 12px 0;
}
.creationz-breadcrumb .breadcrumbs .trail-browse,
.creationz-breadcrumb .breadcrumbs .trail-items,
.creationz-breadcrumb .breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
}
.creationz-breadcrumb .breadcrumbs .trail-browse {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}
.creationz-breadcrumb .breadcrumbs .trail-items {
  list-style: none;
}
.creationz-breadcrumb .trail-items li::after {
  content: "\002F";
  padding: 0 0.5em;
}
.creationz-breadcrumb .trail-items li:last-of-type::after {
  display: none;
}
.creationz-breadcrumb a {
  color: #2F2826;
  opacity: 0.6;
  margin: 0 3px;
  display: inline-block;
  padding: 3px 0px;
}
.creationz-breadcrumb a:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget,
.footer-widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select,
.footer-widget select {
  max-width: 100%;
}
.widget.widget_search label,
.footer-widget.widget_search label {
  display: inline-block;
  float: left;
  width: 65%;
}
.widget.widget_search.search-submit,
.footer-widget.widget_search.search-submit {
  padding: 13px 18px;
}
.widget.widget_tag_cloud .tagcloud a,
.footer-widget.widget_tag_cloud .tagcloud a {
  font-size: 10pt !important;
  border: 1px solid #dcdcdc;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 6px;
  color: #272f35;
  border-radius: 10px;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.footer-widget.widget_tag_cloud .tagcloud a:hover {
  background: #A90904;
  color: #fff !important;
  border: 1px solid #A90904;
}
.widget.widget select,
.footer-widget.widget select {
  border: 2px solid #f5f0ee;
  transition: 0.3s;
}
.widget.widget select:focus,
.footer-widget.widget select:focus {
  border: 2px solid #A90904;
}
.widget.widget_calendar #wp-calendar,
.footer-widget.widget_calendar #wp-calendar {
  margin-bottom: 0;
}
.widget.widget_calendar .calendar_wrap,
.footer-widget.widget_calendar .calendar_wrap {
  padding: 0 2px;
}
.widget.widget_calendar .calendar_wrap caption,
.footer-widget.widget_calendar .calendar_wrap caption {
  margin-bottom: 16px;
  font-size: 18px;
}
.widget.widget_calendar .calendar_wrap table thead,
.footer-widget.widget_calendar .calendar_wrap table thead {
  background: #2F2826;
  color: #fff;
  padding: 6px;
}
.widget.widget_calendar .calendar_wrap table thead th,
.footer-widget.widget_calendar .calendar_wrap table thead th {
  padding: 6px;
}
.widget.widget_calendar .calendar_wrap table tbody,
.footer-widget.widget_calendar .calendar_wrap table tbody {
  text-align: center;
}
.widget.widget_calendar .calendar_wrap table td,
.footer-widget.widget_calendar .calendar_wrap table td {
  padding: 6px 10px;
  border: 1px solid #2F2826;
}
.widget.widget_calendar .calendar_wrap table tfoot,
.footer-widget.widget_calendar .calendar_wrap table tfoot {
  text-align: center;
}
.widget ul,
.footer-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li,
.footer-widget ul li {
  position: relative;
  padding: 6px 30px;
  padding-left: 24px;
}
.widget ul li:before,
.footer-widget ul li:before {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  background: #dcdcdc;
  top: 13px;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
.widget ul li:hover:before,
.footer-widget ul li:hover:before {
  background-color: #A90904;
}
.widget ul a,
.footer-widget ul a {
  color: #2F2826;
}
.widget ul a:hover,
.footer-widget ul a:hover {
  color: #A90904;
}
.widget ul ul.sub-menu,
.widget ul ul.children,
.footer-widget ul ul.sub-menu,
.footer-widget ul ul.children {
  padding: 0;
  margin-top: 3px;
}
.widget:hover .widget-title::after,
.footer-widget:hover .widget-title::after {
  width: 50%;
}

.widget {
  border-top: 2px solid;
  border-color: #A90904;
  background-color: #f5f0ee;
  border-radius: 10px;
  padding: 24px;
}
.widget .widget-title {
  margin-top: 0;
  position: relative;
}
.widget .widget-title::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -32px;
  width: 18px;
  height: 12px;
  background-color: #A90904;
}

.creationz-footer-sidebars {
  background: #106455;
  color: #fff;
}
.creationz-footer-sidebars p, .creationz-footer-sidebars a, .creationz-footer-sidebars li {
  color: #fff;
}
.creationz-footer-sidebars ul {
  padding-left: 16px;
}
.creationz-footer-sidebars ul a {
  color: #fff;
}
.creationz-footer-sidebars ul a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2px !important;
}
.creationz-footer-sidebars ul a:visited {
  color: #fff;
}
.creationz-footer-sidebars a {
  color: #fff;
}
.creationz-footer-sidebars a:hover {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2px !important;
}
.creationz-footer-sidebars a:visited {
  color: #fff;
}
.creationz-footer-sidebars .recentcomments a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 2px !important;
}
.creationz-footer-sidebars .footer-widget.widget_tag_cloud .tagcloud a {
  color: #fff;
}
.creationz-footer-sidebars .footer-widget-title {
  color: #fff;
  margin-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 12px;
  opacity: 0.5;
}
.creationz-footer-sidebars span.post-date {
  display: block;
  font-size: 12px;
  font-style: italic;
  opacity: 0.5;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 768px) {
  .creationz-footer-sidebars .col {
    width: 100% !important;
    flex-basis: initial;
  }
  .creationz-footer-sidebars .box {
    margin-bottom: 60px;
  }
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
  float: left;
  margin: 0 -35% 0 0;
  width: 100%;
}

.site-main {
  margin: 0 35% 0 0;
}

.site-content .widget-area {
  float: right;
  overflow: hidden;
  width: 30%;
}

.site-footer {
  clear: both;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main {
    margin: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  #secondary {
    float: none;
    width: inherit;
    padding-left: 36px;
    padding-right: 36px;
  }
}
.creationz-page-heading {
  text-align: center;
}

.creationz-section {
  padding: 48px 0;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 48px;
}
.section-heading-wrap .section-heading {
  display: inline-block;
  position: relative;
}
.section-heading-wrap .section-heading::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 24px;
  right: -32px;
  width: 24px;
  height: 2px;
  background-color: #A90904;
}
.section-heading-wrap .section-heading::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 24px;
  left: -32px;
  width: 24px;
  height: 2px;
  background-color: #A90904;
}

.light-bg {
  background-color: #f5f0ee;
}

.dark-bg {
  background-color: #2F2826;
}

.text-center {
  text-align: center;
}

.pt {
  padding-top: 48px;
}

.pb {
  padding-bottom: 48px;
}

.mt {
  margin-top: 48px;
}

.mb {
  margin-bottom: 48px;
}

.post-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  width: 100%;
  background: #2F2826;
  border-radius: 10px;
}
.post-thumb-placeholder .placeholder-text {
  color: #f5f0ee;
  padding: 16px;
  border: 2px solid #f5f0ee;
  border-radius: 100%;
  display: inline-block;
  font-weight: lighter;
  margin: 0;
  width: 100px;
  height: 100px;
  text-align: center;
}

/*--------------------------------------------------------------
## Loader Animation
--------------------------------------------------------------*/
.site-loader {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.site-load-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid;
  border-color: #f5f5f5;
  border-radius: 50%;
  border-top: 3px solid;
  border-top-color: #A90904;
  box-shadow: 0 0 35px rgba(47, 40, 38, 0.2);
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
  z-index: 99999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
## Back top Button
--------------------------------------------------------------*/
.creationz-top {
  display: inline-block;
  height: 42px;
  width: 42px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  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: #A90904;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
  border-radius: 10px;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.creationz-top.creationz-visible, .creationz-top.creationz-fade-out, .no-touch .creationz-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}
.creationz-top.creationz-visible {
  visibility: visible;
  opacity: 1;
}
.creationz-top.creationz-fade-out {
  opacity: .5;
}
.no-touch .creationz-top:hover {
  background-color: #a90904;
  opacity: 1;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.site-header a {
  text-decoration: none;
  transition: 0.2s;
}
.site-header .site-branding {
  display: block;
  text-align: center;
  padding: 48px 0px;
}
.site-header .site-branding .site-title,
.site-header .site-branding .site-description {
  margin: 0;
  line-height: initial;
}
.site-header .site-branding .site-description {
  font-size: 15px;
  opacity: 0.7;
}

/*--------------------------------------------------------------
## Hero
--------------------------------------------------------------*/
section.creationz-hero {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  clear: both;
}
section.creationz-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .65;
  z-index: 9;
}
section.creationz-hero .hero-wrap {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}
section.creationz-hero .hero-content {
  vertical-align: middle;
  display: table-cell;
}
section.creationz-hero .hero-left-position {
  width: 70%;
  float: left;
}
section.creationz-hero .hero-center-position {
  width: 70%;
  float: none;
  text-align: center;
  margin: 0 auto;
}
section.creationz-hero .hero-right-position {
  width: 70%;
  float: right;
  text-align: right;
}
section.creationz-hero .headline {
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 18px;
  color: #fff;
}
section.creationz-hero p {
  font-size: 20px;
  margin-bottom: 28px;
  color: #fff;
}
section.creationz-hero p a {
  font-size: initial;
}

@media screen and (max-width: 768px) {
  section.creationz-hero .headline {
    font-size: 42px;
    line-height: 1.5;
  }
  section.creationz-hero p {
    font-size: 16px;
  }
  section.creationz-hero .hero-left-position,
  section.creationz-hero .hero-center-position,
  section.creationz-hero .hero-right-position {
    width: inherit;
  }
}
/*--------------------------------------------------------------
## Featured
--------------------------------------------------------------*/
section.creationz-featured-content article {
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 24px;
  top: -60px;
  transition: 0.2s;
  clear: both;
  z-index: 999;
}
section.creationz-featured-content article .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
section.creationz-featured-content article .content-wrap {
  display: table;
  width: 100%;
  z-index: 10;
  position: relative;
}
section.creationz-featured-content article .content {
  vertical-align: middle;
  display: table-cell;
}
section.creationz-featured-content article .content-left-position {
  width: 70%;
  float: left;
}
section.creationz-featured-content article .content-center-position {
  width: 70%;
  float: none;
  text-align: center;
  margin: 0 auto;
}
section.creationz-featured-content article .content-right-position {
  width: 70%;
  float: right;
  text-align: right;
}
section.creationz-featured-content article .headline {
  font-size: 52px;
  line-height: 75px;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
section.creationz-featured-content article h4 {
  color: #fff;
}
section.creationz-featured-content article a {
  font-size: initial;
  text-decoration: none;
}
section.creationz-featured-content article p {
  color: #fff;
}
section.creationz-featured-content article:hover {
  box-shadow: 0 0 35px rgba(47, 40, 38, 0.2);
  z-index: 999;
}

.cl-1,
.cl-1 .bg-overlay {
  border-radius: 10px 0 0 10px;
}

.cl-2,
.cl-2 .bg-overlay {
  border-radius: 0;
}

.cl-3,
.cl-3 .bg-overlay {
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 768px) {
  section.creationz-featured-content .headline {
    font-size: 42px;
    line-height: 1.5;
  }
  section.creationz-featured-content p {
    font-size: 16px;
  }
  section.creationz-featured-content .hero-left-position,
  section.creationz-featured-content .hero-center-position,
  section.creationz-featured-content .hero-right-position {
    width: inherit;
  }
  section.creationz-featured-content .cl-1, section.creationz-featured-content .cl-2, section.creationz-featured-content .cl-3 {
    border-radius: 0;
  }
  section.creationz-featured-content .cl-1 .bg-overlay, section.creationz-featured-content .cl-2 .bg-overlay, section.creationz-featured-content .cl-3 .bg-overlay {
    border-radius: 0;
  }
}
/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
section.creationz-home-about .attachment-post-thumbnail {
  box-shadow: 0 0 35px rgba(47, 40, 38, 0.2);
}

@media screen and (max-width: 768px) {
  section.creationz-home-about {
    padding-top: 0;
    text-align: center;
  }
  section.creationz-home-about .st-btn {
    margin-bottom: 48px;
  }
}
/*--------------------------------------------------------------
## Believe
--------------------------------------------------------------*/
section.creationz-home-believe article.site-believe {
  text-align: center;
  margin-bottom: 24px;
  transition: 0.3s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
section.creationz-home-believe article.site-believe::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.05);
  width: 75%;
  top: 0;
  left: 50%;
  margin-right: 50%;
  transform: translate(-50%, -50%);
  height: 120px;
  opacity: 0.8;
  border-radius: 0 0 10px 10px;
  transition: 0.5s;
}
section.creationz-home-believe article.site-believe figure {
  position: relative;
  padding: 12px;
  z-index: 9;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
section.creationz-home-believe article.site-believe figure .believe-img {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
}
section.creationz-home-believe article.site-believe figure figcaption h5 {
  margin-bottom: 0;
}
section.creationz-home-believe article.site-believe:hover {
  box-shadow: 0 0 35px rgba(47, 40, 38, 0.2);
  background-color: #fff;
}
section.creationz-home-believe article.site-believe:hover::after {
  background-color: #A90904;
}

/*--------------------------------------------------------------
## Sermon
--------------------------------------------------------------*/
.creationz-sermon-entry figure {
  margin: 0;
  padding: 0;
  border: 1px solid #f1f1f1;
  transition: 0.3s;
  border-radius: 10px;
}
.creationz-sermon-entry figure a {
  text-decoration: none;
}
.creationz-sermon-entry figure .sermon-header-thumb {
  position: relative;
}
.creationz-sermon-entry figure .sermon-header-thumb header {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #2F2826, rgba(16, 100, 85, 0));
  width: 100%;
  padding: 20px;
  transition: 0.3s ease;
}
.creationz-sermon-entry figure .sermon-header-thumb header .entry-title {
  margin: 0;
  padding: 0;
}
.creationz-sermon-entry figure .sermon-header-thumb header .entry-title a {
  color: #fff;
}
.creationz-sermon-entry figure .sermon-header-thumb header .entry-meta {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2px;
}
.creationz-sermon-entry figure .sermon-header-thumb header .entry-meta a {
  color: #fff;
}
.creationz-sermon-entry figure .sermon-header-thumb header .entry-meta a:hover {
  color: #fff;
}
.creationz-sermon-entry figure .sermon-header-thumb .sermon-thumbnail a {
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.creationz-sermon-entry figure .sermon-header-thumb .sermon-thumbnail a img {
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease-in-out 0s;
}
.creationz-sermon-entry figure figcaption footer .entry-meta-wrap {
  padding: 20px;
  font-size: 13px;
}
.creationz-sermon-entry figure figcaption footer .entry-meta-wrap a {
  color: #2F2826;
  opacity: 0.5;
  transition: 0.3s;
}
.creationz-sermon-entry figure figcaption footer .entry-meta-wrap a:hover {
  color: #A90904;
  opacity: 1;
}
.creationz-sermon-entry figure figcaption a {
  text-decoration: none;
}
.creationz-sermon-entry figure:hover {
  box-shadow: 0 0 35px rgba(47, 40, 38, 0.2);
}
.creationz-sermon-entry:hover figure .sermon-header-thumb .sermon-thumbnail a img {
  transform: scale(1.2) rotate(3deg);
}
.creationz-sermon-entry .sermon-entry-meta {
  font-size: 13px;
  color: #fff;
}
.creationz-sermon-entry .sermon-entry-meta a {
  color: #fff;
  text-decoration: underline;
}

.creationz-sermon-single .sermon-thumbnail img {
  width: 100%;
}
.creationz-sermon-single .creationz-meta-data {
  font-size: 13px;
  text-align: center;
  margin-bottom: 24px;
  display: inline-block;
}
.creationz-sermon-single .sermon-note {
  text-align: center;
}
.creationz-sermon-single .soundcloud-sermon iframe {
  width: 100%;
}
.creationz-sermon-single .entry-meta {
  display: inline-block;
  float: left;
  margin-right: 12px;
}
.creationz-sermon-single .entry-meta a {
  margin-right: 2px;
}

.term-image img {
  border-radius: 50%;
}

.selthemes-widgets.recent-semons .row {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.selthemes-widgets.recent-semons .row .sermon-thumbnail {
  padding-right: 0;
}
.selthemes-widgets.recent-semons .row .sermon-thumbnail a {
  display: block;
  line-height: 1;
}
.selthemes-widgets.recent-semons .row .sermon-thumbnail img {
  border-radius: 10px;
  width: 62px;
}
.selthemes-widgets.recent-semons .row .sermon-content {
  font-weight: bold;
}
.selthemes-widgets.recent-semons .row .sermon-content a:hover {
  color: #A90904;
}
.selthemes-widgets.recent-semons .row .sermon-content .sermon-date {
  display: block;
  font-size: 11px;
  opacity: 0.5;
  font-weight: 300;
  letter-spacing: 0.9px;
  font-style: italic;
}
.selthemes-widgets.recent-semons .row:nth-last-child(-n+1) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sermon-tax-list li a {
  font-size: initial !important;
}

.widget-sermon-tags .sermon-tags a {
  font-size: 10pt !important;
  border: 1px solid #dcdcdc;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 6px;
  color: #272f35;
  border-radius: 10px;
  margin-right: 6px;
}
.widget-sermon-tags .sermon-tags a:hover {
  background: #A90904;
  color: #fff !important;
  border: 1px solid #A90904;
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/
.creationz-event-entry {
  background: #fff;
  padding: 24px;
  transition: 0.2s;
  border-radius: 10px;
  position: relative;
  border: 1px solid #f5f0ee;
}
.creationz-event-entry::before {
  position: absolute;
  content: '';
  width: 48px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #106455;
  border-radius: 10px 0 0 10px;
  transition: width 0.5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}
.creationz-event-entry .event-thumbnail img {
  box-shadow: 0 0 35px rgba(47, 40, 38, 0.2);
}
.creationz-event-entry a {
  text-decoration: none;
}
.creationz-event-entry .event-content {
  background: #fff;
  padding: 12px 22px;
  border-radius: 10px;
}
.creationz-event-entry .entry-title {
  margin: 0;
}
.creationz-event-entry .entry-meta {
  font-size: 13px;
  color: #ccc;
}
.creationz-event-entry .event-entry-header,
.creationz-event-entry .event-dates,
.creationz-event-entry .event-times,
.creationz-event-entry .event-address {
  display: block;
}
.creationz-event-entry .event-dates,
.creationz-event-entry .event-times,
.creationz-event-entry .event-address {
  padding: 8px 0;
  transition: 0.3s;
}
.creationz-event-entry .event-dates p,
.creationz-event-entry .event-times p,
.creationz-event-entry .event-address p {
  margin: 0;
}
.creationz-event-entry .event-dates i,
.creationz-event-entry .event-times i,
.creationz-event-entry .event-address i {
  font-size: 24px;
  color: #A90904;
  display: inline-block;
  transition: 0.3s;
}
.creationz-event-entry .event-dates .event-label,
.creationz-event-entry .event-times .event-label,
.creationz-event-entry .event-address .event-label {
  font-size: 13px;
  color: #2F2826;
  opacity: 0.5;
  font-style: italic;
  padding: 0;
  margin: 0;
  display: block;
}
.creationz-event-entry .event-dates {
  padding-top: 0;
}
.creationz-event-entry .event-dates .event-start-date,
.creationz-event-entry .event-dates .event-end-date {
  display: block;
  margin: 0;
  font-weight: 500;
}
.creationz-event-entry .event-times {
  border-radius: 10px;
  background-color: #f5f0ee;
}
.creationz-event-entry .event-times .event-start-time,
.creationz-event-entry .event-times .event-end-time {
  margin: 0;
  font-weight: 500;
}
.creationz-event-entry .event-address {
  border-right: 0;
}
.creationz-event-entry .event-address .event-location-address {
  margin: 0;
  font-weight: 500;
}
.creationz-event-entry:hover {
  box-shadow: 0 0 35px rgba(47, 40, 38, 0.2);
}
.creationz-event-entry:hover::before {
  background-color: #A90904;
  width: 200px;
}

.creationz-event-single .entry-meta-wrap-single .entry-meta {
  font-size: 13px;
  text-align: center;
  margin-bottom: 24px;
  display: inline-block;
}
.creationz-event-single .event-thumbnail,
.creationz-event-single .event-dates,
.creationz-event-single .event-times,
.creationz-event-single .event-address,
.creationz-event-single .event-reg-url {
  text-align: center;
}
.creationz-event-single .event-thumbnail i,
.creationz-event-single .event-dates i,
.creationz-event-single .event-times i,
.creationz-event-single .event-address i,
.creationz-event-single .event-reg-url i {
  font-size: 23px;
  color: #fff;
  background: #A90904;
  padding: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  transition: 0.3s;
}
.creationz-event-single .event-thumbnail .event-label,
.creationz-event-single .event-dates .event-label,
.creationz-event-single .event-times .event-label,
.creationz-event-single .event-address .event-label,
.creationz-event-single .event-reg-url .event-label {
  font-size: 12px;
  opacity: 0.7;
  font-style: italic;
  margin-bottom: 12px;
  display: inline-block;
}
.creationz-event-single .event-thumbnail img {
  width: 100%;
}
.creationz-event-single .event-dates,
.creationz-event-single .event-times,
.creationz-event-single .event-address,
.creationz-event-single .event-reg-url {
  padding: 36px;
  background-color: #f5f0ee;
  border-radius: 10px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 24px;
  text-align: left;
}
.creationz-event-single .event-dates p,
.creationz-event-single .event-times p,
.creationz-event-single .event-address p,
.creationz-event-single .event-reg-url p {
  margin: 0;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 12px;
}
.creationz-event-single .event-dates .event-label,
.creationz-event-single .event-times .event-label,
.creationz-event-single .event-address .event-label,
.creationz-event-single .event-reg-url .event-label {
  margin: 0;
}
.creationz-event-single .event-dates h4,
.creationz-event-single .event-times h4,
.creationz-event-single .event-address h4,
.creationz-event-single .event-reg-url h4 {
  margin: 0;
  margin-bottom: 12px;
}
.creationz-event-single .event-address {
  border-bottom: 0;
}
.creationz-event-single .event-reg-url {
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
}

.selthemes-widgets.upcoming-events .row {
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.selthemes-widgets.upcoming-events .row .event-thumbnail {
  padding-right: 0;
}
.selthemes-widgets.upcoming-events .row .event-thumbnail a {
  display: block;
  line-height: 1;
}
.selthemes-widgets.upcoming-events .row .event-thumbnail img {
  border-radius: 10px;
  width: 62px;
}
.selthemes-widgets.upcoming-events .row .event-content {
  font-weight: bold;
}
.selthemes-widgets.upcoming-events .row .event-content a:hover {
  color: #A90904;
}
.selthemes-widgets.upcoming-events .row .event-content .event-date {
  display: block;
  font-size: 11px;
  opacity: 0.5;
  font-weight: 300;
  letter-spacing: 0.9px;
  font-style: italic;
}
.selthemes-widgets.upcoming-events .row:nth-last-child(-n+1) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .creationz-event-entry .event-thumbnail,
  .creationz-event-entry .event-content {
    margin-bottom: 36px;
  }
  .creationz-event-entry .event-dates {
    margin-bottom: 24px;
  }
  .creationz-event-entry .event-times {
    margin-bottom: 24px;
    padding: 12px;
    text-align: center;
  }
  .creationz-event-entry .event-times .event-start-time {
    margin-bottom: 12px;
  }
  .creationz-event-entry .event-dates i,
  .creationz-event-entry .event-times i,
  .creationz-event-entry .event-address i {
    font-size: 42px;
    margin-bottom: 18px;
  }
  .creationz-event-entry::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 48px;
    left: 0;
    top: 0;
    background-color: #106455;
    border-radius: 0 0 10px 10px;
    transition: height 0.5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
  }
  .creationz-event-entry:hover::before {
    background-color: #A90904;
    height: 150px;
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Ministries
--------------------------------------------------------------*/
.creationz-ministry-page-entry {
  margin-bottom: 24px;
}
.creationz-ministry-page-entry figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.creationz-ministry-page-entry figure a {
  text-decoration: none;
}
.creationz-ministry-page-entry figure::after {
  position: absolute;
  content: "";
  background-color: #A90904;
  width: 120px;
  top: 0;
  height: 10px;
  opacity: 0.8;
  border-radius: 0 0 10px 10px;
  transition: height 0.5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}
.creationz-ministry-page-entry figure .ministry-thumbnail a {
  display: block;
  line-height: 0.5;
  overflow: hidden;
}
.creationz-ministry-page-entry figure .ministry-thumbnail a img {
  transition: .3s ease-in-out;
}
.creationz-ministry-page-entry figure figcaption {
  position: absolute;
}
.creationz-ministry-page-entry figure figcaption .entry-title {
  position: relative;
  z-index: 3;
  margin: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 35px rgba(0, 0, 0, 0.9);
}
.creationz-ministry-page-entry figure figcaption .entry-title a {
  color: #fff;
}
.creationz-ministry-page-entry figure figcaption P {
  font-size: 13px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 18px;
  display: none;
}
.creationz-ministry-page-entry:hover figure::after {
  height: 158px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.creationz-site-footer {
  text-align: center;
  padding: 24px 0;
  background: #2F2826;
  color: #FFF;
  text-align: left;
}
.creationz-site-footer .site-info p {
  margin-bottom: 0;
}

.creationz-social-icons {
  display: inline-block;
  float: right;
}
.creationz-social-icons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.creationz-social-icons ul li {
  display: inline-block;
}
.creationz-social-icons ul li a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 10px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}
.creationz-social-icons ul li a i {
  opacity: 0.9;
}
.creationz-social-icons ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .creationz-site-footer .site-info {
    text-align: center;
    margin-bottom: 24px;
  }
  .creationz-site-footer .creationz-social-icons {
    float: none;
    display: grid;
  }
  .creationz-site-footer .creationz-social-icons ul {
    margin: 0 auto;
  }
  .creationz-site-footer .creationz-social-icons ul li {
    margin-bottom: 24px;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
  background-color: #f5f0ee;
  padding: 24px;
  border-radius: 10px;
}

.hentry {
  margin: 0 0 3em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.more-link {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  background: #f5f0ee;
  font-size: 13px;
  transition: 0.2s;
}
.more-link:hover {
  color: #fff;
  background-color: #A90904;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  font-size: 13px;
  text-transform: uppercase;
  padding: 3px 10px;
  border-top: 1px solid #ccc;
  margin: 0 2px;
}
.page-links a {
  border: 1px solid #ccc;
  padding: 3px 10px;
  margin: 0 2px;
}

.entry-title {
  color: #2F2826;
  margin-bottom: 0;
  margin-top: 12px;
}
.entry-title a {
  color: #2F2826;
}

.entry-meta,
.entry-footer {
  font-size: 13px;
  border-bottom: 1px solid #f5f0ee;
  border-top: 1px solid #f5f0ee;
  padding: 6px 0;
}

.cat-links,
.comments-link,
.edit-link,
.tags-links {
  margin-right: 12px;
}

a {
  text-decoration: none;
}

section.creationz-home-post .entry-title {
  margin-bottom: 0;
}
section.creationz-home-post .entry-meta {
  font-size: 13px;
}
section.creationz-home-post a {
  text-decoration: none;
}

.post-single .entry-meta {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .post-thumb-placeholder,
  .post-thumbnail {
    margin-bottom: 24px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  background: #f9f9f9;
  padding: 36px !important;
  clear: both;
  padding: 2em 0 0.5em;
  margin: 0 0 1.5em 0;
  border-radius: 10px;
}

.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: 10px;
  transition: 0.3s;
}
article.comment-body:hover {
  box-shadow: 0 0 35px rgba(47, 40, 38, 0.2);
}
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: #A90904;
  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;
  }
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.post-thumbnail img,
.attachment-post-thumbnail {
  border-radius: 10px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 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;
}

.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;
}

/*# sourceMappingURL=style.css.map */
