@charset "UTF-8";
/*!
Theme Name: filmic
Theme URI: http://haintheme.com
Author: Haintheme
Author URI: http://themeforest.net/user/haintheme/
Description: Filmic theme from Haintheme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: filmic
Tags: custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Ionicons
# Font-Awesome
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Page Header
--------------------------------------------------------------*/
/* flex box=============== */
.flex, .theme-search-box, .scroll-to-top, .sc-project .project-trailer-btn, .sc-project .project-nogap-arrow, .mobile-search-form button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

.inline-flex, .theme-page-links span, .project-carousel .project-buy-btn,
.project-carousel .project-trailer-normal-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

/* transition=============== */
.duration, .theme-search-box, .scroll-to-top, .project-grid-nogap.with-overlay img, .theme-overlay {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.delay {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

/* filter */
/* calc=============== */
/* transform================== */
/* skew */
/* translate */
/* Placeholder text color -- selectors need to be separate to work. */
input::-webkit-input-placeholder {
  color: inherit; }

input:-moz-placeholder {
  color: inherit; }

input::-moz-placeholder {
  color: inherit; }

input:-ms-input-placeholder {
  color: inherit; }

textarea {
  max-width: 100%; }
  textarea::-webkit-input-placeholder {
    color: inherit; }
  textarea:-moz-placeholder {
    color: inherit; }
  textarea::-moz-placeholder {
    color: inherit; }
  textarea:-ms-input-placeholder {
    color: inherit; }

/* keyframe */
/* grid custom column */
/*--------------------------------------------------------------
# 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; }

blockquote {
  font-weight: 300;
  line-height: 30px;
  margin: 42px 0;
  border-left: 4px solid #333;
  padding-left: 15px;
  position: relative;
  clear: both;
  display: block; }
  blockquote p {
    margin-bottom: 1.6667em; }
    blockquote p:last-child {
      margin-bottom: 0; }
  blockquote cite, blockquote small {
    color: #333;
    font-size: 16px;
    line-height: 1.6; }
  blockquote em, blockquote i, blockquote cite {
    font-style: normal; }

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

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

.bypostauthor {
  outline: none; }

#wp-calendar caption {
  margin-bottom: 10px; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
      max-width: 100%; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 16px 0;
  line-height: 1.2; }

p {
  margin-top: 0;
  margin-bottom: 1.5em; }

* > p:last-child {
  margin-bottom: 0; }

dfn, cite, em, i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.t-uppercase {
  text-transform: uppercase; }

.t-small {
  font-size: 12px;
  font-size: 0.75rem; }

/*--------------------------------------------------------------
# Ionicons
--------------------------------------------------------------*/
/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons
  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot?v=2.0.1");
  src: url("fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("fonts/ionicons.woff?v=2.0.1") format("woff"), url("fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ion-alert:before {
  content: ""; }

.ion-alert-circled:before {
  content: ""; }

.ion-android-add:before {
  content: ""; }

.ion-android-add-circle:before {
  content: ""; }

.ion-android-alarm-clock:before {
  content: ""; }

.ion-android-alert:before {
  content: ""; }

.ion-android-apps:before {
  content: ""; }

.ion-android-archive:before {
  content: ""; }

.ion-android-arrow-back:before {
  content: ""; }

.ion-android-arrow-down:before {
  content: ""; }

.ion-android-arrow-dropdown:before {
  content: ""; }

.ion-android-arrow-dropdown-circle:before {
  content: ""; }

.ion-android-arrow-dropleft:before {
  content: ""; }

.ion-android-arrow-dropleft-circle:before {
  content: ""; }

.ion-android-arrow-dropright:before {
  content: ""; }

.ion-android-arrow-dropright-circle:before {
  content: ""; }

.ion-android-arrow-dropup:before {
  content: ""; }

.ion-android-arrow-dropup-circle:before {
  content: ""; }

.ion-android-arrow-forward:before {
  content: ""; }

.ion-android-arrow-up:before {
  content: ""; }

.ion-android-attach:before {
  content: ""; }

.ion-android-bar:before {
  content: ""; }

.ion-android-bicycle:before {
  content: ""; }

.ion-android-boat:before {
  content: ""; }

.ion-android-bookmark:before {
  content: ""; }

.ion-android-bulb:before {
  content: ""; }

.ion-android-bus:before {
  content: ""; }

.ion-android-calendar:before {
  content: ""; }

.ion-android-call:before {
  content: ""; }

.ion-android-camera:before {
  content: ""; }

.ion-android-cancel:before {
  content: ""; }

.ion-android-car:before {
  content: ""; }

.ion-android-cart:before {
  content: ""; }

.ion-android-chat:before {
  content: ""; }

.ion-android-checkbox:before {
  content: ""; }

.ion-android-checkbox-blank:before {
  content: ""; }

.ion-android-checkbox-outline:before {
  content: ""; }

.ion-android-checkbox-outline-blank:before {
  content: ""; }

.ion-android-checkmark-circle:before {
  content: ""; }

.ion-android-clipboard:before {
  content: ""; }

.ion-android-close:before {
  content: ""; }

.ion-android-cloud:before {
  content: ""; }

.ion-android-cloud-circle:before {
  content: ""; }

.ion-android-cloud-done:before {
  content: ""; }

.ion-android-cloud-outline:before {
  content: ""; }

.ion-android-color-palette:before {
  content: ""; }

.ion-android-compass:before {
  content: ""; }

.ion-android-contact:before {
  content: ""; }

.ion-android-contacts:before {
  content: ""; }

.ion-android-contract:before {
  content: ""; }

.ion-android-create:before {
  content: ""; }

.ion-android-delete:before {
  content: ""; }

.ion-android-desktop:before {
  content: ""; }

.ion-android-document:before {
  content: ""; }

.ion-android-done:before {
  content: ""; }

.ion-android-done-all:before {
  content: ""; }

.ion-android-download:before {
  content: ""; }

.ion-android-drafts:before {
  content: ""; }

.ion-android-exit:before {
  content: ""; }

.ion-android-expand:before {
  content: ""; }

.ion-android-favorite:before {
  content: ""; }

.ion-android-favorite-outline:before {
  content: ""; }

.ion-android-film:before {
  content: ""; }

.ion-android-folder:before {
  content: ""; }

.ion-android-folder-open:before {
  content: ""; }

.ion-android-funnel:before {
  content: ""; }

.ion-android-globe:before {
  content: ""; }

.ion-android-hand:before {
  content: ""; }

.ion-android-hangout:before {
  content: ""; }

.ion-android-happy:before {
  content: ""; }

.ion-android-home:before {
  content: ""; }

.ion-android-image:before {
  content: ""; }

.ion-android-laptop:before {
  content: ""; }

.ion-android-list:before {
  content: ""; }

.ion-android-locate:before {
  content: ""; }

.ion-android-lock:before {
  content: ""; }

.ion-android-mail:before {
  content: ""; }

.ion-android-map:before {
  content: ""; }

.ion-android-menu:before {
  content: ""; }

.ion-android-microphone:before {
  content: ""; }

.ion-android-microphone-off:before {
  content: ""; }

.ion-android-more-horizontal:before {
  content: ""; }

.ion-android-more-vertical:before {
  content: ""; }

.ion-android-navigate:before {
  content: ""; }

.ion-android-notifications:before {
  content: ""; }

.ion-android-notifications-none:before {
  content: ""; }

.ion-android-notifications-off:before {
  content: ""; }

.ion-android-open:before {
  content: ""; }

.ion-android-options:before {
  content: ""; }

.ion-android-people:before {
  content: ""; }

.ion-android-person:before {
  content: ""; }

.ion-android-person-add:before {
  content: ""; }

.ion-android-phone-landscape:before {
  content: ""; }

.ion-android-phone-portrait:before {
  content: ""; }

.ion-android-pin:before {
  content: ""; }

.ion-android-plane:before {
  content: ""; }

.ion-android-playstore:before {
  content: ""; }

.ion-android-print:before {
  content: ""; }

.ion-android-radio-button-off:before {
  content: ""; }

.ion-android-radio-button-on:before {
  content: ""; }

.ion-android-refresh:before {
  content: ""; }

.ion-android-remove:before {
  content: ""; }

.ion-android-remove-circle:before {
  content: ""; }

.ion-android-restaurant:before {
  content: ""; }

.ion-android-sad:before {
  content: ""; }

.ion-android-search:before {
  content: ""; }

.ion-android-send:before {
  content: ""; }

.ion-android-settings:before {
  content: ""; }

.ion-android-share:before {
  content: ""; }

.ion-android-share-alt:before {
  content: ""; }

.ion-android-star:before {
  content: ""; }

.ion-android-star-half:before {
  content: ""; }

.ion-android-star-outline:before {
  content: ""; }

.ion-android-stopwatch:before {
  content: ""; }

.ion-android-subway:before {
  content: ""; }

.ion-android-sunny:before {
  content: ""; }

.ion-android-sync:before {
  content: ""; }

.ion-android-textsms:before {
  content: ""; }

.ion-android-time:before {
  content: ""; }

.ion-android-train:before {
  content: ""; }

.ion-android-unlock:before {
  content: ""; }

.ion-android-upload:before {
  content: ""; }

.ion-android-volume-down:before {
  content: ""; }

.ion-android-volume-mute:before {
  content: ""; }

.ion-android-volume-off:before {
  content: ""; }

.ion-android-volume-up:before {
  content: ""; }

.ion-android-walk:before {
  content: ""; }

.ion-android-warning:before {
  content: ""; }

.ion-android-watch:before {
  content: ""; }

.ion-android-wifi:before {
  content: ""; }

.ion-aperture:before {
  content: ""; }

.ion-archive:before {
  content: ""; }

.ion-arrow-down-a:before {
  content: ""; }

.ion-arrow-down-b:before {
  content: ""; }

.ion-arrow-down-c:before {
  content: ""; }

.ion-arrow-expand:before {
  content: ""; }

.ion-arrow-graph-down-left:before {
  content: ""; }

.ion-arrow-graph-down-right:before {
  content: ""; }

.ion-arrow-graph-up-left:before {
  content: ""; }

.ion-arrow-graph-up-right:before {
  content: ""; }

.ion-arrow-left-a:before {
  content: ""; }

.ion-arrow-left-b:before {
  content: ""; }

.ion-arrow-left-c:before {
  content: ""; }

.ion-arrow-move:before {
  content: ""; }

.ion-arrow-resize:before {
  content: ""; }

.ion-arrow-return-left:before {
  content: ""; }

.ion-arrow-return-right:before {
  content: ""; }

.ion-arrow-right-a:before {
  content: ""; }

.ion-arrow-right-b:before {
  content: ""; }

.ion-arrow-right-c:before {
  content: ""; }

.ion-arrow-shrink:before {
  content: ""; }

.ion-arrow-swap:before {
  content: ""; }

.ion-arrow-up-a:before {
  content: ""; }

.ion-arrow-up-b:before {
  content: ""; }

.ion-arrow-up-c:before {
  content: ""; }

.ion-asterisk:before {
  content: ""; }

.ion-at:before {
  content: ""; }

.ion-backspace:before {
  content: ""; }

.ion-backspace-outline:before {
  content: ""; }

.ion-bag:before {
  content: ""; }

.ion-battery-charging:before {
  content: ""; }

.ion-battery-empty:before {
  content: ""; }

.ion-battery-full:before {
  content: ""; }

.ion-battery-half:before {
  content: ""; }

.ion-battery-low:before {
  content: ""; }

.ion-beaker:before {
  content: ""; }

.ion-beer:before {
  content: ""; }

.ion-bluetooth:before {
  content: ""; }

.ion-bonfire:before {
  content: ""; }

.ion-bookmark:before {
  content: ""; }

.ion-bowtie:before {
  content: ""; }

.ion-briefcase:before {
  content: ""; }

.ion-bug:before {
  content: ""; }

.ion-calculator:before {
  content: ""; }

.ion-calendar:before {
  content: ""; }

.ion-camera:before {
  content: ""; }

.ion-card:before {
  content: ""; }

.ion-cash:before {
  content: ""; }

.ion-chatbox:before {
  content: ""; }

.ion-chatbox-working:before {
  content: ""; }

.ion-chatboxes:before {
  content: ""; }

.ion-chatbubble:before {
  content: ""; }

.ion-chatbubble-working:before {
  content: ""; }

.ion-chatbubbles:before {
  content: ""; }

.ion-checkmark:before {
  content: ""; }

.ion-checkmark-circled:before {
  content: ""; }

.ion-checkmark-round:before {
  content: ""; }

.ion-chevron-down:before {
  content: ""; }

.ion-chevron-left:before {
  content: ""; }

.ion-chevron-right:before {
  content: ""; }

.ion-chevron-up:before {
  content: ""; }

.ion-clipboard:before {
  content: ""; }

.ion-clock:before {
  content: ""; }

.ion-close:before {
  content: ""; }

.ion-close-circled:before {
  content: ""; }

.ion-close-round:before {
  content: ""; }

.ion-closed-captioning:before {
  content: ""; }

.ion-cloud:before {
  content: ""; }

.ion-code:before {
  content: ""; }

.ion-code-download:before {
  content: ""; }

.ion-code-working:before {
  content: ""; }

.ion-coffee:before {
  content: ""; }

.ion-compass:before {
  content: ""; }

.ion-compose:before {
  content: ""; }

.ion-connection-bars:before {
  content: ""; }

.ion-contrast:before {
  content: ""; }

.ion-crop:before {
  content: ""; }

.ion-cube:before {
  content: ""; }

.ion-disc:before {
  content: ""; }

.ion-document:before {
  content: ""; }

.ion-document-text:before {
  content: ""; }

.ion-drag:before {
  content: ""; }

.ion-earth:before {
  content: ""; }

.ion-easel:before {
  content: ""; }

.ion-edit:before {
  content: ""; }

.ion-egg:before {
  content: ""; }

.ion-eject:before {
  content: ""; }

.ion-email:before {
  content: ""; }

.ion-email-unread:before {
  content: ""; }

.ion-erlenmeyer-flask:before {
  content: ""; }

.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }

.ion-eye:before {
  content: ""; }

.ion-eye-disabled:before {
  content: ""; }

.ion-female:before {
  content: ""; }

.ion-filing:before {
  content: ""; }

.ion-film-marker:before {
  content: ""; }

.ion-fireball:before {
  content: ""; }

.ion-flag:before {
  content: ""; }

.ion-flame:before {
  content: ""; }

.ion-flash:before {
  content: ""; }

.ion-flash-off:before {
  content: ""; }

.ion-folder:before {
  content: ""; }

.ion-fork:before {
  content: ""; }

.ion-fork-repo:before {
  content: ""; }

.ion-forward:before {
  content: ""; }

.ion-funnel:before {
  content: ""; }

.ion-gear-a:before {
  content: ""; }

.ion-gear-b:before {
  content: ""; }

.ion-grid:before {
  content: ""; }

.ion-hammer:before {
  content: ""; }

.ion-happy:before {
  content: ""; }

.ion-happy-outline:before {
  content: ""; }

.ion-headphone:before {
  content: ""; }

.ion-heart:before {
  content: ""; }

.ion-heart-broken:before {
  content: ""; }

.ion-help:before {
  content: ""; }

.ion-help-buoy:before {
  content: ""; }

.ion-help-circled:before {
  content: ""; }

.ion-home:before {
  content: ""; }

.ion-icecream:before {
  content: ""; }

.ion-image:before {
  content: ""; }

.ion-images:before {
  content: ""; }

.ion-information:before {
  content: ""; }

.ion-information-circled:before {
  content: ""; }

.ion-ionic:before {
  content: ""; }

.ion-ios-alarm:before {
  content: ""; }

.ion-ios-alarm-outline:before {
  content: ""; }

.ion-ios-albums:before {
  content: ""; }

.ion-ios-albums-outline:before {
  content: ""; }

.ion-ios-americanfootball:before {
  content: ""; }

.ion-ios-americanfootball-outline:before {
  content: ""; }

.ion-ios-analytics:before {
  content: ""; }

.ion-ios-analytics-outline:before {
  content: ""; }

.ion-ios-arrow-back:before {
  content: ""; }

.ion-ios-arrow-down:before {
  content: ""; }

.ion-ios-arrow-forward:before {
  content: ""; }

.ion-ios-arrow-left:before {
  content: ""; }

.ion-ios-arrow-right:before {
  content: ""; }

.ion-ios-arrow-thin-down:before {
  content: ""; }

.ion-ios-arrow-thin-left:before {
  content: ""; }

.ion-ios-arrow-thin-right:before {
  content: ""; }

.ion-ios-arrow-thin-up:before {
  content: ""; }

.ion-ios-arrow-up:before {
  content: ""; }

.ion-ios-at:before {
  content: ""; }

.ion-ios-at-outline:before {
  content: ""; }

.ion-ios-barcode:before {
  content: ""; }

.ion-ios-barcode-outline:before {
  content: ""; }

.ion-ios-baseball:before {
  content: ""; }

.ion-ios-baseball-outline:before {
  content: ""; }

.ion-ios-basketball:before {
  content: ""; }

.ion-ios-basketball-outline:before {
  content: ""; }

.ion-ios-bell:before {
  content: ""; }

.ion-ios-bell-outline:before {
  content: ""; }

.ion-ios-body:before {
  content: ""; }

.ion-ios-body-outline:before {
  content: ""; }

.ion-ios-bolt:before {
  content: ""; }

.ion-ios-bolt-outline:before {
  content: ""; }

.ion-ios-book:before {
  content: ""; }

.ion-ios-book-outline:before {
  content: ""; }

.ion-ios-bookmarks:before {
  content: ""; }

.ion-ios-bookmarks-outline:before {
  content: ""; }

.ion-ios-box:before {
  content: ""; }

.ion-ios-box-outline:before {
  content: ""; }

.ion-ios-briefcase:before {
  content: ""; }

.ion-ios-briefcase-outline:before {
  content: ""; }

.ion-ios-browsers:before {
  content: ""; }

.ion-ios-browsers-outline:before {
  content: ""; }

.ion-ios-calculator:before {
  content: ""; }

.ion-ios-calculator-outline:before {
  content: ""; }

.ion-ios-calendar:before {
  content: ""; }

.ion-ios-calendar-outline:before {
  content: ""; }

.ion-ios-camera:before {
  content: ""; }

.ion-ios-camera-outline:before {
  content: ""; }

.ion-ios-cart:before {
  content: ""; }

.ion-ios-cart-outline:before {
  content: ""; }

.ion-ios-chatboxes:before {
  content: ""; }

.ion-ios-chatboxes-outline:before {
  content: ""; }

.ion-ios-chatbubble:before {
  content: ""; }

.ion-ios-chatbubble-outline:before {
  content: ""; }

.ion-ios-checkmark:before {
  content: ""; }

.ion-ios-checkmark-empty:before {
  content: ""; }

.ion-ios-checkmark-outline:before {
  content: ""; }

.ion-ios-circle-filled:before {
  content: ""; }

.ion-ios-circle-outline:before {
  content: ""; }

.ion-ios-clock:before {
  content: ""; }

.ion-ios-clock-outline:before {
  content: ""; }

.ion-ios-close:before {
  content: ""; }

.ion-ios-close-empty:before {
  content: ""; }

.ion-ios-close-outline:before {
  content: ""; }

.ion-ios-cloud:before {
  content: ""; }

.ion-ios-cloud-download:before {
  content: ""; }

.ion-ios-cloud-download-outline:before {
  content: ""; }

.ion-ios-cloud-outline:before {
  content: ""; }

.ion-ios-cloud-upload:before {
  content: ""; }

.ion-ios-cloud-upload-outline:before {
  content: ""; }

.ion-ios-cloudy:before {
  content: ""; }

.ion-ios-cloudy-night:before {
  content: ""; }

.ion-ios-cloudy-night-outline:before {
  content: ""; }

.ion-ios-cloudy-outline:before {
  content: ""; }

.ion-ios-cog:before {
  content: ""; }

.ion-ios-cog-outline:before {
  content: ""; }

.ion-ios-color-filter:before {
  content: ""; }

.ion-ios-color-filter-outline:before {
  content: ""; }

.ion-ios-color-wand:before {
  content: ""; }

.ion-ios-color-wand-outline:before {
  content: ""; }

.ion-ios-compose:before {
  content: ""; }

.ion-ios-compose-outline:before {
  content: ""; }

.ion-ios-contact:before {
  content: ""; }

.ion-ios-contact-outline:before {
  content: ""; }

.ion-ios-copy:before {
  content: ""; }

.ion-ios-copy-outline:before {
  content: ""; }

.ion-ios-crop:before {
  content: ""; }

.ion-ios-crop-strong:before {
  content: ""; }

.ion-ios-download:before {
  content: ""; }

.ion-ios-download-outline:before {
  content: ""; }

.ion-ios-drag:before {
  content: ""; }

.ion-ios-email:before {
  content: ""; }

.ion-ios-email-outline:before {
  content: ""; }

.ion-ios-eye:before {
  content: ""; }

.ion-ios-eye-outline:before {
  content: ""; }

.ion-ios-fastforward:before {
  content: ""; }

.ion-ios-fastforward-outline:before {
  content: ""; }

.ion-ios-filing:before {
  content: ""; }

.ion-ios-filing-outline:before {
  content: ""; }

.ion-ios-film:before {
  content: ""; }

.ion-ios-film-outline:before {
  content: ""; }

.ion-ios-flag:before {
  content: ""; }

.ion-ios-flag-outline:before {
  content: ""; }

.ion-ios-flame:before {
  content: ""; }

.ion-ios-flame-outline:before {
  content: ""; }

.ion-ios-flask:before {
  content: ""; }

.ion-ios-flask-outline:before {
  content: ""; }

.ion-ios-flower:before {
  content: ""; }

.ion-ios-flower-outline:before {
  content: ""; }

.ion-ios-folder:before {
  content: ""; }

.ion-ios-folder-outline:before {
  content: ""; }

.ion-ios-football:before {
  content: ""; }

.ion-ios-football-outline:before {
  content: ""; }

.ion-ios-game-controller-a:before {
  content: ""; }

.ion-ios-game-controller-a-outline:before {
  content: ""; }

.ion-ios-game-controller-b:before {
  content: ""; }

.ion-ios-game-controller-b-outline:before {
  content: ""; }

.ion-ios-gear:before {
  content: ""; }

.ion-ios-gear-outline:before {
  content: ""; }

.ion-ios-glasses:before {
  content: ""; }

.ion-ios-glasses-outline:before {
  content: ""; }

.ion-ios-grid-view:before {
  content: ""; }

.ion-ios-grid-view-outline:before {
  content: ""; }

.ion-ios-heart:before {
  content: ""; }

.ion-ios-heart-outline:before {
  content: ""; }

.ion-ios-help:before {
  content: ""; }

.ion-ios-help-empty:before {
  content: ""; }

.ion-ios-help-outline:before {
  content: ""; }

.ion-ios-home:before {
  content: ""; }

.ion-ios-home-outline:before {
  content: ""; }

.ion-ios-infinite:before {
  content: ""; }

.ion-ios-infinite-outline:before {
  content: ""; }

.ion-ios-information:before {
  content: ""; }

.ion-ios-information-empty:before {
  content: ""; }

.ion-ios-information-outline:before {
  content: ""; }

.ion-ios-ionic-outline:before {
  content: ""; }

.ion-ios-keypad:before {
  content: ""; }

.ion-ios-keypad-outline:before {
  content: ""; }

.ion-ios-lightbulb:before {
  content: ""; }

.ion-ios-lightbulb-outline:before {
  content: ""; }

.ion-ios-list:before {
  content: ""; }

.ion-ios-list-outline:before {
  content: ""; }

.ion-ios-location:before {
  content: ""; }

.ion-ios-location-outline:before {
  content: ""; }

.ion-ios-locked:before {
  content: ""; }

.ion-ios-locked-outline:before {
  content: ""; }

.ion-ios-loop:before {
  content: ""; }

.ion-ios-loop-strong:before {
  content: ""; }

.ion-ios-medical:before {
  content: ""; }

.ion-ios-medical-outline:before {
  content: ""; }

.ion-ios-medkit:before {
  content: ""; }

.ion-ios-medkit-outline:before {
  content: ""; }

.ion-ios-mic:before {
  content: ""; }

.ion-ios-mic-off:before {
  content: ""; }

.ion-ios-mic-outline:before {
  content: ""; }

.ion-ios-minus:before {
  content: ""; }

.ion-ios-minus-empty:before {
  content: ""; }

.ion-ios-minus-outline:before {
  content: ""; }

.ion-ios-monitor:before {
  content: ""; }

.ion-ios-monitor-outline:before {
  content: ""; }

.ion-ios-moon:before {
  content: ""; }

.ion-ios-moon-outline:before {
  content: ""; }

.ion-ios-more:before {
  content: ""; }

.ion-ios-more-outline:before {
  content: ""; }

.ion-ios-musical-note:before {
  content: ""; }

.ion-ios-musical-notes:before {
  content: ""; }

.ion-ios-navigate:before {
  content: ""; }

.ion-ios-navigate-outline:before {
  content: ""; }

.ion-ios-nutrition:before {
  content: ""; }

.ion-ios-nutrition-outline:before {
  content: ""; }

.ion-ios-paper:before {
  content: ""; }

.ion-ios-paper-outline:before {
  content: ""; }

.ion-ios-paperplane:before {
  content: ""; }

.ion-ios-paperplane-outline:before {
  content: ""; }

.ion-ios-partlysunny:before {
  content: ""; }

.ion-ios-partlysunny-outline:before {
  content: ""; }

.ion-ios-pause:before {
  content: ""; }

.ion-ios-pause-outline:before {
  content: ""; }

.ion-ios-paw:before {
  content: ""; }

.ion-ios-paw-outline:before {
  content: ""; }

.ion-ios-people:before {
  content: ""; }

.ion-ios-people-outline:before {
  content: ""; }

.ion-ios-person:before {
  content: ""; }

.ion-ios-person-outline:before {
  content: ""; }

.ion-ios-personadd:before {
  content: ""; }

.ion-ios-personadd-outline:before {
  content: ""; }

.ion-ios-photos:before {
  content: ""; }

.ion-ios-photos-outline:before {
  content: ""; }

.ion-ios-pie:before {
  content: ""; }

.ion-ios-pie-outline:before {
  content: ""; }

.ion-ios-pint:before {
  content: ""; }

.ion-ios-pint-outline:before {
  content: ""; }

.ion-ios-play:before {
  content: ""; }

.ion-ios-play-outline:before {
  content: ""; }

.ion-ios-plus:before {
  content: ""; }

.ion-ios-plus-empty:before {
  content: ""; }

.ion-ios-plus-outline:before {
  content: ""; }

.ion-ios-pricetag:before {
  content: ""; }

.ion-ios-pricetag-outline:before {
  content: ""; }

.ion-ios-pricetags:before {
  content: ""; }

.ion-ios-pricetags-outline:before {
  content: ""; }

.ion-ios-printer:before {
  content: ""; }

.ion-ios-printer-outline:before {
  content: ""; }

.ion-ios-pulse:before {
  content: ""; }

.ion-ios-pulse-strong:before {
  content: ""; }

.ion-ios-rainy:before {
  content: ""; }

.ion-ios-rainy-outline:before {
  content: ""; }

.ion-ios-recording:before {
  content: ""; }

.ion-ios-recording-outline:before {
  content: ""; }

.ion-ios-redo:before {
  content: ""; }

.ion-ios-redo-outline:before {
  content: ""; }

.ion-ios-refresh:before {
  content: ""; }

.ion-ios-refresh-empty:before {
  content: ""; }

.ion-ios-refresh-outline:before {
  content: ""; }

.ion-ios-reload:before {
  content: ""; }

.ion-ios-reverse-camera:before {
  content: ""; }

.ion-ios-reverse-camera-outline:before {
  content: ""; }

.ion-ios-rewind:before {
  content: ""; }

.ion-ios-rewind-outline:before {
  content: ""; }

.ion-ios-rose:before {
  content: ""; }

.ion-ios-rose-outline:before {
  content: ""; }

.ion-ios-search:before {
  content: ""; }

.ion-ios-search-strong:before {
  content: ""; }

.ion-ios-settings:before {
  content: ""; }

.ion-ios-settings-strong:before {
  content: ""; }

.ion-ios-shuffle:before {
  content: ""; }

.ion-ios-shuffle-strong:before {
  content: ""; }

.ion-ios-skipbackward:before {
  content: ""; }

.ion-ios-skipbackward-outline:before {
  content: ""; }

.ion-ios-skipforward:before {
  content: ""; }

.ion-ios-skipforward-outline:before {
  content: ""; }

.ion-ios-snowy:before {
  content: ""; }

.ion-ios-speedometer:before {
  content: ""; }

.ion-ios-speedometer-outline:before {
  content: ""; }

.ion-ios-star:before {
  content: ""; }

.ion-ios-star-half:before {
  content: ""; }

.ion-ios-star-outline:before {
  content: ""; }

.ion-ios-stopwatch:before {
  content: ""; }

.ion-ios-stopwatch-outline:before {
  content: ""; }

.ion-ios-sunny:before {
  content: ""; }

.ion-ios-sunny-outline:before {
  content: ""; }

.ion-ios-telephone:before {
  content: ""; }

.ion-ios-telephone-outline:before {
  content: ""; }

.ion-ios-tennisball:before {
  content: ""; }

.ion-ios-tennisball-outline:before {
  content: ""; }

.ion-ios-thunderstorm:before {
  content: ""; }

.ion-ios-thunderstorm-outline:before {
  content: ""; }

.ion-ios-time:before {
  content: ""; }

.ion-ios-time-outline:before {
  content: ""; }

.ion-ios-timer:before {
  content: ""; }

.ion-ios-timer-outline:before {
  content: ""; }

.ion-ios-toggle:before {
  content: ""; }

.ion-ios-toggle-outline:before {
  content: ""; }

.ion-ios-trash:before {
  content: ""; }

.ion-ios-trash-outline:before {
  content: ""; }

.ion-ios-undo:before {
  content: ""; }

.ion-ios-undo-outline:before {
  content: ""; }

.ion-ios-unlocked:before {
  content: ""; }

.ion-ios-unlocked-outline:before {
  content: ""; }

.ion-ios-upload:before {
  content: ""; }

.ion-ios-upload-outline:before {
  content: ""; }

.ion-ios-videocam:before {
  content: ""; }

.ion-ios-videocam-outline:before {
  content: ""; }

.ion-ios-volume-high:before {
  content: ""; }

.ion-ios-volume-low:before {
  content: ""; }

.ion-ios-wineglass:before {
  content: ""; }

.ion-ios-wineglass-outline:before {
  content: ""; }

.ion-ios-world:before {
  content: ""; }

.ion-ios-world-outline:before {
  content: ""; }

.ion-ipad:before {
  content: ""; }

.ion-iphone:before {
  content: ""; }

.ion-ipod:before {
  content: ""; }

.ion-jet:before {
  content: ""; }

.ion-key:before {
  content: ""; }

.ion-knife:before {
  content: ""; }

.ion-laptop:before {
  content: ""; }

.ion-leaf:before {
  content: ""; }

.ion-levels:before {
  content: ""; }

.ion-lightbulb:before {
  content: ""; }

.ion-link:before {
  content: ""; }

.ion-load-a:before {
  content: ""; }

.ion-load-b:before {
  content: ""; }

.ion-load-c:before {
  content: ""; }

.ion-load-d:before {
  content: ""; }

.ion-location:before {
  content: ""; }

.ion-lock-combination:before {
  content: ""; }

.ion-locked:before {
  content: ""; }

.ion-log-in:before {
  content: ""; }

.ion-log-out:before {
  content: ""; }

.ion-loop:before {
  content: ""; }

.ion-magnet:before {
  content: ""; }

.ion-male:before {
  content: ""; }

.ion-man:before {
  content: ""; }

.ion-map:before {
  content: ""; }

.ion-medkit:before {
  content: ""; }

.ion-merge:before {
  content: ""; }

.ion-mic-a:before {
  content: ""; }

.ion-mic-b:before {
  content: ""; }

.ion-mic-c:before {
  content: ""; }

.ion-minus:before {
  content: ""; }

.ion-minus-circled:before {
  content: ""; }

.ion-minus-round:before {
  content: ""; }

.ion-model-s:before {
  content: ""; }

.ion-monitor:before {
  content: ""; }

.ion-more:before {
  content: ""; }

.ion-mouse:before {
  content: ""; }

.ion-music-note:before {
  content: ""; }

.ion-navicon:before {
  content: ""; }

.ion-navicon-round:before {
  content: ""; }

.ion-navigate:before {
  content: ""; }

.ion-network:before {
  content: ""; }

.ion-no-smoking:before {
  content: ""; }

.ion-nuclear:before {
  content: ""; }

.ion-outlet:before {
  content: ""; }

.ion-paintbrush:before {
  content: ""; }

.ion-paintbucket:before {
  content: ""; }

.ion-paper-airplane:before {
  content: ""; }

.ion-paperclip:before {
  content: ""; }

.ion-pause:before {
  content: ""; }

.ion-person:before {
  content: ""; }

.ion-person-add:before {
  content: ""; }

.ion-person-stalker:before {
  content: ""; }

.ion-pie-graph:before {
  content: ""; }

.ion-pin:before {
  content: ""; }

.ion-pinpoint:before {
  content: ""; }

.ion-pizza:before {
  content: ""; }

.ion-plane:before {
  content: ""; }

.ion-planet:before {
  content: ""; }

.ion-play:before {
  content: ""; }

.ion-playstation:before {
  content: ""; }

.ion-plus:before {
  content: ""; }

.ion-plus-circled:before {
  content: ""; }

.ion-plus-round:before {
  content: ""; }

.ion-podium:before {
  content: ""; }

.ion-pound:before {
  content: ""; }

.ion-power:before {
  content: ""; }

.ion-pricetag:before {
  content: ""; }

.ion-pricetags:before {
  content: ""; }

.ion-printer:before {
  content: ""; }

.ion-pull-request:before {
  content: ""; }

.ion-qr-scanner:before {
  content: ""; }

.ion-quote:before {
  content: ""; }

.ion-radio-waves:before {
  content: ""; }

.ion-record:before {
  content: ""; }

.ion-refresh:before {
  content: ""; }

.ion-reply:before {
  content: ""; }

.ion-reply-all:before {
  content: ""; }

.ion-ribbon-a:before {
  content: ""; }

.ion-ribbon-b:before {
  content: ""; }

.ion-sad:before {
  content: ""; }

.ion-sad-outline:before {
  content: ""; }

.ion-scissors:before {
  content: ""; }

.ion-search:before {
  content: ""; }

.ion-settings:before {
  content: ""; }

.ion-share:before {
  content: ""; }

.ion-shuffle:before {
  content: ""; }

.ion-skip-backward:before {
  content: ""; }

.ion-skip-forward:before {
  content: ""; }

.ion-social-android:before {
  content: ""; }

.ion-social-android-outline:before {
  content: ""; }

.ion-social-angular:before {
  content: ""; }

.ion-social-angular-outline:before {
  content: ""; }

.ion-social-apple:before {
  content: ""; }

.ion-social-apple-outline:before {
  content: ""; }

.ion-social-bitcoin:before {
  content: ""; }

.ion-social-bitcoin-outline:before {
  content: ""; }

.ion-social-buffer:before {
  content: ""; }

.ion-social-buffer-outline:before {
  content: ""; }

.ion-social-chrome:before {
  content: ""; }

.ion-social-chrome-outline:before {
  content: ""; }

.ion-social-codepen:before {
  content: ""; }

.ion-social-codepen-outline:before {
  content: ""; }

.ion-social-css3:before {
  content: ""; }

.ion-social-css3-outline:before {
  content: ""; }

.ion-social-designernews:before {
  content: ""; }

.ion-social-designernews-outline:before {
  content: ""; }

.ion-social-dribbble:before {
  content: ""; }

.ion-social-dribbble-outline:before {
  content: ""; }

.ion-social-dropbox:before {
  content: ""; }

.ion-social-dropbox-outline:before {
  content: ""; }

.ion-social-euro:before {
  content: ""; }

.ion-social-euro-outline:before {
  content: ""; }

.ion-social-facebook:before {
  content: ""; }

.ion-social-facebook-outline:before {
  content: ""; }

.ion-social-foursquare:before {
  content: ""; }

.ion-social-foursquare-outline:before {
  content: ""; }

.ion-social-freebsd-devil:before {
  content: ""; }

.ion-social-github:before {
  content: ""; }

.ion-social-github-outline:before {
  content: ""; }

.ion-social-google:before {
  content: ""; }

.ion-social-google-outline:before {
  content: ""; }

.ion-social-googleplus:before {
  content: ""; }

.ion-social-googleplus-outline:before {
  content: ""; }

.ion-social-hackernews:before {
  content: ""; }

.ion-social-hackernews-outline:before {
  content: ""; }

.ion-social-html5:before {
  content: ""; }

.ion-social-html5-outline:before {
  content: ""; }

.ion-social-instagram:before {
  content: ""; }

.ion-social-instagram-outline:before {
  content: ""; }

.ion-social-javascript:before {
  content: ""; }

.ion-social-javascript-outline:before {
  content: ""; }

.ion-social-linkedin:before {
  content: ""; }

.ion-social-linkedin-outline:before {
  content: ""; }

.ion-social-markdown:before {
  content: ""; }

.ion-social-nodejs:before {
  content: ""; }

.ion-social-octocat:before {
  content: ""; }

.ion-social-pinterest:before {
  content: ""; }

.ion-social-pinterest-outline:before {
  content: ""; }

.ion-social-python:before {
  content: ""; }

.ion-social-reddit:before {
  content: ""; }

.ion-social-reddit-outline:before {
  content: ""; }

.ion-social-rss:before {
  content: ""; }

.ion-social-rss-outline:before {
  content: ""; }

.ion-social-sass:before {
  content: ""; }

.ion-social-skype:before {
  content: ""; }

.ion-social-skype-outline:before {
  content: ""; }

.ion-social-snapchat:before {
  content: ""; }

.ion-social-snapchat-outline:before {
  content: ""; }

.ion-social-tumblr:before {
  content: ""; }

.ion-social-tumblr-outline:before {
  content: ""; }

.ion-social-tux:before {
  content: ""; }

.ion-social-twitch:before {
  content: ""; }

.ion-social-twitch-outline:before {
  content: ""; }

.ion-social-twitter:before {
  content: ""; }

.ion-social-twitter-outline:before {
  content: ""; }

.ion-social-usd:before {
  content: ""; }

.ion-social-usd-outline:before {
  content: ""; }

.ion-social-vimeo:before {
  content: ""; }

.ion-social-vimeo-outline:before {
  content: ""; }

.ion-social-whatsapp:before {
  content: ""; }

.ion-social-whatsapp-outline:before {
  content: ""; }

.ion-social-windows:before {
  content: ""; }

.ion-social-windows-outline:before {
  content: ""; }

.ion-social-wordpress:before {
  content: ""; }

.ion-social-wordpress-outline:before {
  content: ""; }

.ion-social-yahoo:before {
  content: ""; }

.ion-social-yahoo-outline:before {
  content: ""; }

.ion-social-yen:before {
  content: ""; }

.ion-social-yen-outline:before {
  content: ""; }

.ion-social-youtube:before {
  content: ""; }

.ion-social-youtube-outline:before {
  content: ""; }

.ion-soup-can:before {
  content: ""; }

.ion-soup-can-outline:before {
  content: ""; }

.ion-speakerphone:before {
  content: ""; }

.ion-speedometer:before {
  content: ""; }

.ion-spoon:before {
  content: ""; }

.ion-star:before {
  content: ""; }

.ion-stats-bars:before {
  content: ""; }

.ion-steam:before {
  content: ""; }

.ion-stop:before {
  content: ""; }

.ion-thermometer:before {
  content: ""; }

.ion-thumbsdown:before {
  content: ""; }

.ion-thumbsup:before {
  content: ""; }

.ion-toggle:before {
  content: ""; }

.ion-toggle-filled:before {
  content: ""; }

.ion-transgender:before {
  content: ""; }

.ion-trash-a:before {
  content: ""; }

.ion-trash-b:before {
  content: ""; }

.ion-trophy:before {
  content: ""; }

.ion-tshirt:before {
  content: ""; }

.ion-tshirt-outline:before {
  content: ""; }

.ion-umbrella:before {
  content: ""; }

.ion-university:before {
  content: ""; }

.ion-unlocked:before {
  content: ""; }

.ion-upload:before {
  content: ""; }

.ion-usb:before {
  content: ""; }

.ion-videocamera:before {
  content: ""; }

.ion-volume-high:before {
  content: ""; }

.ion-volume-low:before {
  content: ""; }

.ion-volume-medium:before {
  content: ""; }

.ion-volume-mute:before {
  content: ""; }

.ion-wand:before {
  content: ""; }

.ion-waterdrop:before {
  content: ""; }

.ion-wifi:before {
  content: ""; }

.ion-wineglass:before {
  content: ""; }

.ion-woman:before {
  content: ""; }

.ion-wrench:before {
  content: ""; }

.ion-xbox:before {
  content: ""; }

/*--------------------------------------------------------------
# Font-Awesome
--------------------------------------------------------------*/
/*!
 *  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("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only, .project-carousel .sc-project-cat,
.project-carousel .project-nogap-arrow {
  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; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0;
  padding-left: 1.5em; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-left: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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%; }

td, th {
  border: 1px solid #8f8f8f;
  padding: 10px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 12px 20px;
  border: 1px solid transparent;
  color: #ffffff;
  line-height: 1; }
  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 {
    opacity: 0.8; }

input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box; }

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 {
  border: 1px solid #e8e8e8;
  padding: 8px 24px; }
  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 {
    color: #111; }

select {
  border: 1px solid #e8e8e8; }

textarea {
  width: 100%; }

.newsletter-form {
  position: relative; }

.newsletter-field {
  width: 100%;
  padding-right: 120px !important;
  border: 1px solid #8f8f8f !important;
  color: #8f8f8f !important;
  background-color: #292929; }

.newsletter-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 39px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  border: 1px solid transparent !important; }

.newsletter-note {
  display: inline-block; }

.wpcf7-form div.wpcf7-response-output {
  margin: 0; }

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
  color: #d8000c;
  background-color: #ffbaba;
  border: 0;
  padding: 10px; }

.wpcf7-mail-sent-ok {
  color: #4f8a10;
  background-color: #dff2bf;
  border: 0;
  padding: 10px; }

.search-form {
  position: relative;
  width: 100%; }

.search-field {
  width: 100%;
  padding: 13px 74px 13px 24px !important; }

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 17px;
  padding-left: 17px;
  font-size: 18px;
  font-size: 1.125rem; }

.comment-form-field {
  width: 100%;
  background-color: #f3f3f3; }

.contact-form-field {
  width: 100%;
  color: #9e8157;
  margin-bottom: 30px;
  padding-left: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  background: transparent;
  font-weight: 300;
  transition: 0.3s all ease-out; }
  .contact-form-field:focus {
    color: #9e8157 !important;
    outline: 0;
    border-bottom: 1px solid #9e8157 !important; }
  .contact-form-field::placeholder {
    color: #8f8f8f; }

.contact-form-submit {
  padding-left: 45px !important;
  padding-right: 45px !important; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #8f8f8f;
  text-decoration: none;
  transition: all .3s ease-out; }
  a:hover {
    color: #292929; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    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;
  margin-bottom: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 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; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 2.5rem;
  float: left;
  /* Make sure select elements fit in widgets. */ }
  .widget:not(.site-footer__widget) {
    width: 100%; }
  .widget ul, .widget ol {
    padding-left: 0;
    list-style: none; }
  @media (min-width: 992px) {
    .widget {
      margin-bottom: 5rem; } }
  .widget select {
    float: left;
    width: 100%;
    height: 40px; }

.widget li {
  line-height: 1.3; }
  .widget li + li, .widget li .children, .widget li .sub-menu {
    margin-top: 10px; }
  .widget li a, .widget li div {
    line-height: 26px; }

.widget a:hover {
  color: #9e8157; }

.widget-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #8f8f8f;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 2px; }
  @media (min-width: 992px) {
    .widget-title {
      margin-bottom: 30px; } }

.widget_recent_entries li {
  font-family: "Playfair Display", serif; }

.widget_categories li {
  position: relative; }

.widget .cat-item-count {
  display: none; }
  @media (min-width: 992px) {
    .widget .cat-item-count {
      display: inline-block;
      position: absolute;
      right: 0; } }

.cat-item:hover .cat-item-count {
  color: #9e8157; }

.tag-cloud-link {
  font-size: 14px !important;
  line-height: 2; }
  .tag-cloud-link:after {
    content: ", "; }

.tag-cloud-link:last-child:after {
  content: ""; }

.widget_archive ul {
  position: relative; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header layout
--------------------------------------------------------------*/
#masthead .site-header__menu {
  padding-left: 0; }

@media (min-width: 1200px) {
  #masthead .site-header__container > .container {
    width: 100%;
    max-width: 1710px;
    padding-left: 30px;
    padding-right: 30px; }
  #masthead .sub-menu.mega-menu-row {
    width: 100%;
    left: 0; } }

@media (min-width: 992px) {
  #masthead .menu-collapse-btn {
    display: none; }
  #masthead .site-header__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center; }
  #masthead .main-navigation {
    max-width: 80%; } }

#masthead ul {
  list-style: none; }

/*right action*/
.r-header-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }

#theme-search-btn {
  background: unset;
  padding: 0;
  font-size: 28px;
  width: 30px;
  height: 30px;
  color: #292929;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.header-layout-1 .site-header__container {
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(57, 63, 72, 0.3); }

@media (min-width: 992px) {
  .header-layout-1 {
    /*menu class*/
    /*mega-menu*/ }
    .header-layout-1 .site-header__menu > li {
      display: inline-flex;
      /*parent item menu*/ }
      .header-layout-1 .site-header__menu > li:hover .mega-menu-row ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
      .header-layout-1 .site-header__menu > li:hover > a {
        color: #8f8f8f; }
      .header-layout-1 .site-header__menu > li > a {
        line-height: 100px;
        padding: 0 20px; }
        .header-layout-1 .site-header__menu > li > a:hover {
          color: #8f8f8f; }
      .header-layout-1 .site-header__menu > li.current-menu-ancestor, .header-layout-1 .site-header__menu > li.current-menu-parent, .header-layout-1 .site-header__menu > li.current_page_parent, .header-layout-1 .site-header__menu > li.current_page_ancestor {
        /*highlight text color on parent menu*/ }
        .header-layout-1 .site-header__menu > li.current-menu-ancestor > a, .header-layout-1 .site-header__menu > li.current-menu-parent > a, .header-layout-1 .site-header__menu > li.current_page_parent > a, .header-layout-1 .site-header__menu > li.current_page_ancestor > a {
          color: #8f8f8f; }
      .header-layout-1 .site-header__menu > li ul {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 110%;
        left: 0;
        margin-left: 0;
        background: #fff;
        min-width: 180px;
        text-align: left;
        z-index: 2; }
        .header-layout-1 .site-header__menu > li ul ul {
          top: 30%;
          left: 100%; }
        .header-layout-1 .site-header__menu > li ul li.menu-item-has-children:after {
          content: "\f3d3";
          font-family: "ionicons" !important;
          font-size: 12px !important;
          top: 17px;
          line-height: 1 !important;
          position: absolute;
          right: 10px; }
        .header-layout-1 .site-header__menu > li ul a {
          display: block;
          line-height: 24px;
          padding: 10px 20px; }
          .header-layout-1 .site-header__menu > li ul a:hover {
            background: rgba(239, 239, 239, 0.28); }
    .header-layout-1 .site-header__menu li {
      position: relative; }
      .header-layout-1 .site-header__menu li.menu-item-has-mega-menu {
        position: static; }
      .header-layout-1 .site-header__menu li.current-menu-item {
        /*highlight text color on submenu*/ }
        .header-layout-1 .site-header__menu li.current-menu-item a {
          color: #8f8f8f; }
      .header-layout-1 .site-header__menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        top: 100%;
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
      .header-layout-1 .site-header__menu li a {
        color: #292929; }
    .header-layout-1 .site-header__menu .sub-menu {
      display: initial !important;
      -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
      transition: top 0.3s ease 0s, opacity 0.3s;
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
      .header-layout-1 .site-header__menu .sub-menu > li:hover > ul {
        left: 100%;
        top: 0; }
      .header-layout-1 .site-header__menu .sub-menu a {
        color: #000;
        white-space: nowrap;
        background: transparent; }
    .header-layout-1 .mega-menu-row {
      position: absolute;
      left: 0;
      top: 110%;
      visibility: hidden;
      opacity: 0;
      z-index: 10;
      text-align: left;
      margin-left: 0;
      padding: 20px 20px 0 20px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: bottom right;
      width: 1170px;
      left: -webkit-calc((100% - 1170px) / 2);
      left: -moz-calc((100% - 1170px) / 2);
      left: calc((100% - 1170px) / 2); }
      .header-layout-1 .mega-menu-row * {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        color: inherit; }
      .header-layout-1 .mega-menu-row > li {
        float: left;
        margin-bottom: 20px;
        width: 20%; }
        .header-layout-1 .mega-menu-row > li > a {
          padding: 10px 10px !important;
          margin-bottom: 10px;
          display: block;
          font-weight: 600;
          font-size: -webkit-calc(100% + 2px);
          font-size: -moz-calc(100% + 2px);
          font-size: calc(100% + 2px); }
      .header-layout-1 .mega-menu-row li {
        overflow: hidden; }
        .header-layout-1 .mega-menu-row li.menu-item-has-children:after {
          content: none !important; }
        .header-layout-1 .mega-menu-row li span:not(.theme-icon-wp-menu) {
          color: #b6b6b6;
          font-size: 12px;
          line-height: 24px;
          margin-bottom: 10px; }
        .header-layout-1 .mega-menu-row li div {
          line-height: 24px;
          color: #b6b6b6;
          font-size: 12px;
          padding: 5px 10px; }
          .header-layout-1 .mega-menu-row li div p {
            margin-top: 10px;
            color: #b6b6b6; }
        .header-layout-1 .mega-menu-row li ul {
          position: static;
          float: left;
          border: 0;
          width: 100%; }
          .header-layout-1 .mega-menu-row li ul li {
            width: 100%;
            padding: 0 0 0 1px; }
      .header-layout-1 .mega-menu-row .sub-menu {
        margin-left: 0;
        left: 0;
        position: static;
        background: transparent; }
        .header-layout-1 .mega-menu-row .sub-menu a {
          display: block;
          padding: 5px 10px;
          white-space: nowrap; }
    .header-layout-1 .mega-menu-col .sub-menu {
      width: 100%; } }

@media (min-width: 992px) {
  .header-layout-2 {
    /*menu class*/
    /*mega-menu*/ }
    .header-layout-2 .site-header__container {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 10; }
      .logged-in.admin-bar .header-layout-2 .site-header__container {
        top: 32px; }
    .header-layout-2 .main-navigation {
      flex-grow: 1; }
    .header-layout-2 .site-header__menu > li {
      display: inline-flex; }
      .header-layout-2 .site-header__menu > li:hover .mega-menu-row ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
      .header-layout-2 .site-header__menu > li > a {
        line-height: 100px;
        padding: 0 20px; }
      .header-layout-2 .site-header__menu > li ul {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 110%;
        left: 0;
        margin-left: 0;
        background: #fff;
        min-width: 180px;
        text-align: left;
        z-index: 2; }
        .header-layout-2 .site-header__menu > li ul ul {
          top: 30%;
          left: 100%; }
        .header-layout-2 .site-header__menu > li ul li.menu-item-has-children:after {
          content: "\f3d3";
          font-family: "ionicons" !important;
          font-size: 12px !important;
          top: 17px;
          line-height: 1 !important;
          position: absolute;
          right: 10px; }
        .header-layout-2 .site-header__menu > li ul a {
          display: block;
          line-height: 24px;
          padding: 10px 20px; }
          .header-layout-2 .site-header__menu > li ul a:hover {
            background: rgba(239, 239, 239, 0.28); }
    .header-layout-2 .site-header__menu li {
      position: relative; }
      .header-layout-2 .site-header__menu li.menu-item-has-mega-menu {
        position: static; }
      .header-layout-2 .site-header__menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        top: 100%;
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
    .header-layout-2 .site-header__menu .sub-menu {
      display: initial !important;
      -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
      transition: top 0.3s ease 0s, opacity 0.3s;
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
      .header-layout-2 .site-header__menu .sub-menu > li:hover > ul {
        left: 100%;
        top: 0; }
      .header-layout-2 .site-header__menu .sub-menu a {
        white-space: nowrap;
        background: transparent; }
    .header-layout-2 .mega-menu-row {
      position: absolute;
      left: 0;
      top: 110%;
      visibility: hidden;
      opacity: 0;
      z-index: 10;
      text-align: left;
      margin-left: 0;
      padding: 20px 20px 0 20px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: bottom right;
      width: 1170px;
      left: -webkit-calc((100% - 1170px) / 2);
      left: -moz-calc((100% - 1170px) / 2);
      left: calc((100% - 1170px) / 2); }
      .header-layout-2 .mega-menu-row * {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        color: inherit; }
      .header-layout-2 .mega-menu-row > li {
        float: left;
        margin-bottom: 20px;
        width: 20%; }
        .header-layout-2 .mega-menu-row > li > a {
          padding: 10px 10px !important;
          margin-bottom: 10px;
          display: block;
          font-weight: 600;
          font-size: -webkit-calc(100% + 2px);
          font-size: -moz-calc(100% + 2px);
          font-size: calc(100% + 2px); }
      .header-layout-2 .mega-menu-row li {
        overflow: hidden; }
        .header-layout-2 .mega-menu-row li.menu-item-has-children:after {
          content: none !important; }
        .header-layout-2 .mega-menu-row li span:not(.theme-icon-wp-menu) {
          color: #b6b6b6;
          font-size: 12px;
          line-height: 24px;
          margin-bottom: 10px; }
        .header-layout-2 .mega-menu-row li div {
          line-height: 24px;
          color: #b6b6b6;
          font-size: 12px;
          padding: 5px 10px; }
          .header-layout-2 .mega-menu-row li div p {
            margin-top: 10px;
            color: #b6b6b6; }
        .header-layout-2 .mega-menu-row li ul {
          position: static;
          float: left;
          border: 0;
          width: 100%; }
          .header-layout-2 .mega-menu-row li ul li {
            width: 100%;
            padding: 0 0 0 1px; }
      .header-layout-2 .mega-menu-row .sub-menu {
        margin-left: 0;
        left: 0;
        position: static;
        background: transparent; }
        .header-layout-2 .mega-menu-row .sub-menu a {
          display: block;
          padding: 5px 10px;
          white-space: nowrap; }
    .header-layout-2 .mega-menu-col .sub-menu {
      width: 100%; } }

.header-layout-3 .site-header__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10; }
  .logged-in.admin-bar .header-layout-3 .site-header__container {
    top: 32px; }

.header-layout-3 .site-header__content {
  min-height: 120px; }

.header-layout-3 .head-info-block {
  display: none; }
  @media (min-width: 992px) {
    .header-layout-3 .head-info-block {
      flex-grow: 1;
      padding: 0 100px; } }

.header-layout-3 .head-info-block li {
  display: inline-block; }
  .header-layout-3 .head-info-block li + li {
    margin-left: 40px; }

.header-layout-3 .toggle-menu {
  position: relative;
  right: 10px;
  width: 46px;
  height: 46px; }

.header-layout-3 .toggle-menu__link {
  position: absolute;
  z-index: 1002;
  width: 100%;
  height: 100%; }

.header-layout-3 .toggle-menu__icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
  width: 20px;
  height: 14px;
  margin: auto; }

.header-layout-3 .toggle-menu__line {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #292929;
  border-radius: 2px;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.header-layout-3 .toggle-menu__line-2 {
  top: 0;
  bottom: 0;
  margin: auto; }

.header-layout-3 .toggle-menu__line-3 {
  bottom: 0; }

.header-layout-3 .toggle-menu.open .toggle-menu__line-1 {
  transform: translateY(7px) translateY(-50%) rotate(-135deg); }

.header-layout-3 .toggle-menu.open .toggle-menu__line-3 {
  transform: translateY(-7px) translateY(50%) rotate(135deg); }

.header-layout-3 .toggle-menu.open .toggle-menu__line-2 {
  opacity: 0; }

.header-layout-3 .toggle-menu__circle {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

.header-layout-3 .toggle-menu:hover .toggle-menu__circle {
  transform: scale(1.5); }

.header-layout-3 .toggle-menu.open .toggle-menu__circle {
  transform: scale(60); }

.header-layout-3 .menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden; }
  .header-layout-3 .menu-overlay ul {
    margin: 0;
    padding: 0; }

.header-layout-3 .menu-overlay.open {
  opacity: 1;
  visibility: visible; }

.header-layout-3 .menu-overlay__container {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px 0; }

.header-layout-3 nav {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.header-layout-3 .menu-main a {
  display: inline-block;
  padding: 5px 20px; }

.header-layout-3 .menu-main > li > a {
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 1.2rem; }

.header-layout-3 .menu-main li ul.sub-menu {
  display: none; }

.header-layout-3 .menu-main a:not(:only-child) {
  position: relative; }
  .header-layout-3 .menu-main a:not(:only-child):after {
    position: absolute;
    right: 2px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    transition: all 0.35s ease-in-out; }

.header-layout-3 .menu-main a:not(:only-child).is-active:after {
  transform: rotate(180deg); }

html.hide-scrollbar {
  overflow: hidden; }

html.hide-scrollbar body {
  overflow: hidden; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .content-area--fw {
    left: 16.66667%; } }

.content-area--page-template {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .content-area--page-template {
      padding: 80px 0; } }

.post,
.search-results #main > article {
  margin-bottom: 50px; }

.entry-thumbnail__container {
  margin-top: 50px; }

.entry-thumbnail {
  margin-bottom: 25px;
  line-height: 0; }

.entry-wrapper {
  flex-grow: 1;
  max-width: 100%;
  overflow-x: hidden; }

.entry-primary {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8; }

@media (min-width: 576px) {
  .entry-container {
    display: flex;
    align-items: flex-start; } }

.entry-container--no-spacing {
  padding: 0;
  border: 0; }

@media (min-width: 992px) {
  .entry-flex {
    display: flex;
    align-items: center; } }

.entry-flex .entry-thumbnail {
  position: relative; }
  @media (min-width: 992px) {
    .entry-flex .entry-thumbnail {
      min-width: 300px;
      margin-bottom: 0;
      margin-right: 30px; } }

.entry-flex .entry-container {
  display: block; }

.entry-time {
  display: inline-block;
  height: 70px;
  margin-bottom: 10px;
  padding: 0 15px;
  border: 1px solid #cccccc;
  color: #8f8f8f;
  text-align: center; }
  @media (min-width: 576px) {
    .entry-time {
      margin-right: 15px;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .entry-time {
      margin-right: 30px;
      margin-bottom: 0; } }

.entry-time--secondary {
  border: 1px solid;
  color: #ffffff; }
  .entry-time--secondary:hover {
    background: #ffffff; }

.entry-time--absolute {
  position: absolute;
  left: 0;
  top: 20px;
  margin: 0; }
  .entry-time--absolute .entry-date {
    margin-bottom: 15px; }

.entry-date,
.entry-month {
  display: block; }

.entry-date {
  margin-bottom: 5px;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1; }

.entry-categories {
  margin-bottom: 8px; }
  .entry-categories a:hover {
    color: #9e8157; }

.entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem; }

.read-more {
  cursor: pointer; }

.read-more--t-margin {
  margin-top: 15px; }

.read-more-icon {
  padding-left: 5px;
  transition: 0.3s all ease-out; }
  .read-more:hover .read-more-icon {
    padding-left: 10px; }

.entry-tags {
  color: #292929;
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    .entry-tags {
      margin-bottom: 0; } }

nav.pagination {
  width: 100%; }

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

.ht-pagination {
  clear: both;
  text-align: center;
  padding-bottom: 80px; }

ul.page-numbers {
  list-style: none; }
  ul.page-numbers li {
    display: inline-block; }

span.page-numbers,
a.page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  color: #8f8f8f;
  text-align: center;
  line-height: 40px;
  transition: 0.3s all ease-out; }
  span.page-numbers:hover, span.page-numbers.current,
  a.page-numbers:hover,
  a.page-numbers.current {
    border-color: transparent;
    background-color: #9e8157;
    color: #ffffff; }

.post-section {
  padding: 50px 0 30px;
  border-bottom: 1px solid #e8e8e8; }

.post-headline {
  margin-top: 0;
  margin-bottom: 35px;
  color: #8f8f8f;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 2px; }

.entry-related__single {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .entry-related__single {
      margin-bottom: 0; } }

.entry-related__time {
  display: inline-block;
  margin: 5px 0; }
  @media (min-width: 768px) {
    .entry-related__time {
      margin: 10px 0; } }

.entry-related__title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .entry-related__title {
      margin-bottom: 15px; } }

.sc-blog-col-2,
.sc-blog-col-3,
.sc-blog-col-4 {
  content: "";
  display: table;
  table-layout: fixed; }

@media (min-width: 768px) {
  .sc-blog-col-2 .entry-single {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    .sc-blog-col-2 .entry-single:nth-of-type(2n + 3) {
      clear: both; } }

@media (min-width: 992px) {
  .sc-blog-col-3 .entry-single {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3); }
    .sc-blog-col-3 .entry-single:nth-of-type(3n + 4) {
      clear: both; } }

@media (min-width: 992px) {
  .sc-blog-col-4 .entry-single {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    .sc-blog-col-4 .entry-single:nth-of-type(4n + 5) {
      clear: both; } }

.sc-blog-custom .post {
  margin-bottom: 30px;
  padding-top: 40px;
  padding-right: 40px;
  border: 1px solid #cccccc; }

.sc-blog-custom .entry-thumbnail {
  display: none; }

.sc-blog-custom .entry-primary {
  border-bottom: 0; }

.sc-blog-grid .entry-primary {
  padding-bottom: 0 !important;
  border-bottom: 0 !important; }

.sticky .entry-header {
  position: relative; }
  .sticky .entry-header:after {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    font-size: 30px;
    content: "\f08d";
    font-family: "FontAwesome"; }

/* template pagination */
.theme-page-links {
  float: left;
  width: 100%;
  margin: 20px 0; }
  .theme-page-links a span {
    background: #8f8f8f; }
  .theme-page-links span {
    width: 26px;
    height: 26px;
    background: #333;
    border-radius: 50%;
    color: #fff; }

/* page-without-vc */
.page-without-vc > .page {
  margin-bottom: 60px; }

.post-links {
  overflow: hidden; }
  @media (min-width: 768px) {
    .post-links {
      display: flex; } }
  .post-links a {
    display: block; }

.post-links-prev,
.post-links-next {
  position: relative;
  z-index: 1; }
  .post-links-prev:before,
  .post-links-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.5s ease-in-out; }
  .post-links-prev:hover:before,
  .post-links-next:hover:before {
    transform: scaleY(1); }
  @media (min-width: 768px) {
    .post-links-prev,
    .post-links-next {
      width: 50%; } }

.post-links-container {
  padding: 25px; }

.post-links-prev {
  background-color: #353232; }
  .post-links-prev:before {
    background-color: #1b1919;
    transform-origin: 100% 50%; }
  .post-links-prev .post-links-title {
    color: #9e8157; }

.post-links-next {
  text-align: right;
  background-color: #e6e6e6; }
  .post-links-next:before {
    background-color: #cccccc;
    transform-origin: 0 50%; }
  @media (min-width: 768px) {
    .post-links-next {
      margin-left: auto; } }
  .post-links-next .post-links-title {
    color: #292929; }

.post-links-desc {
  color: #8f8f8f; }

.post-links-title {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400; }

@keyframes rotateX {
  0% {
    transform: translateX(0px); }
  49% {
    transform: translateY(80%); }
  50% {
    transform: translateY(-100px); }
  100% {
    transform: translateX(0); } }

.error-404.not-found {
  padding: 80px 0; }

.comment-respond {
  margin-bottom: 80px; }

/*--------------------------------------------------------------
## Desktop search form
--------------------------------------------------------------*/
.theme-search-box {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100; }
  .desktop-search-form-opened .theme-search-box {
    opacity: 1;
    visibility: visible; }

.desktop-search-form {
  width: 840px;
  max-width: 100%;
  display: inline-block;
  overflow: hidden; }
  .desktop-search-form-opened .desktop-search-form input {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .desktop-search-form-opened .desktop-search-form span {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .desktop-search-form input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ddd;
    padding: 0;
    height: 60px;
    font-size: 30px;
    width: 100%;
    color: #ccc;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
    .desktop-search-form input:focus {
      color: #ddd; }
  .desktop-search-form span {
    float: right;
    color: #ddd;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
  float: left;
  width: 100%; }

#cancel-comment-reply-link {
  color: #f00; }

.comment-list {
  position: relative;
  list-style: none;
  padding-left: 0; }

.children {
  list-style: none; }

.comment-container {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .comment-container {
      display: flex;
      align-items: flex-start; } }

.comment-avatar {
  display: none;
  line-height: 0;
  width: 70px;
  float: left; }
  @media (min-width: 768px) {
    .comment-avatar {
      display: block;
      flex-shrink: 0;
      margin-right: 15px; } }
  @media (min-width: 992px) {
    .comment-avatar {
      margin-right: 30px; } }
  .comment-avatar img {
    border-radius: 50%; }

.comment-main {
  flex: 1;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  float: left;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px); }

.comment-header {
  margin-bottom: 15px; }

.comment-author {
  margin-bottom: 5px;
  color: #292929;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600; }

.comment-reply-link {
  color: #292929; }
  .comment-reply-link:hover {
    color: #9e8157; }

.comment-footer > * {
  display: inline-block;
  margin-right: 10px; }

.pingback .comment-avatar {
  display: none !important; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer p {
  margin-bottom: 0; }

.site-footer a {
  color: #8f8f8f; }

.site-footer a:hover,
.site-footer a:focus {
  color: #ffffff; }

.site-footer__main {
  padding: 100px 0 70px;
  background-color: #292929; }
  @media (min-width: 992px) {
    .site-footer__main {
      padding: 100px 0 60px; } }

.site-footer__widget {
  margin-bottom: 40px; }
  .site-footer__widget ul,
  .site-footer__widget ol {
    list-style: none; }
  .site-footer__widget li {
    margin-bottom: 10px; }
    .site-footer__widget li:last-child {
      margin-bottom: 0; }
  .site-footer__widget select {
    width: 100%;
    height: 40px; }

.site-footer__widget-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #8f8f8f;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px; }
  @media (min-width: 992px) {
    .site-footer__widget-title {
      margin-bottom: 30px; } }

.site-footer__logo {
  margin-bottom: 25px; }

.site-footer__link {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .site-footer__link {
      margin-bottom: 15px; } }
  .site-footer__link:last-child {
    margin-bottom: 0; }

.site-footer__link a {
  display: block; }

.site-footer__widget .newsletter-form {
  margin-top: 35px; }

.site-footer__copyright {
  padding: 25px 0;
  background-color: #1b1919; }

@media (min-width: 768px) {
  .site-footer__container {
    display: flex;
    justify-content: space-between; } }

.social-links li {
  display: inline-block;
  margin-right: 40px;
  letter-spacing: 1px; }
  .social-links li:last-child {
    margin-right: 0; }

.copyright {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .copyright {
      margin-bottom: 0; } }

.right-copyright ul {
  list-style: none; }

.right-copyright li {
  display: inline-block;
  margin-right: 30px; }
  .right-copyright li:last-child {
    margin-right: 0; }

/* scroll to top */
.scroll-to-top {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: -50px;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  z-index: 10; }
  .scroll-to-top.scroll-visible {
    bottom: 15px; }

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contact__desc {
  color: #292929; }

.contact__social {
  list-style: none; }
  @media (min-width: 576px) {
    .contact__social {
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 20px;
      column-gap: 20px; } }
  .contact__social a {
    color: #9e8157; }

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.about-testimonial {
  padding-top: 80px; }

.custom-seperator {
  display: block;
  margin-bottom: 40px; }
  .custom-seperator:before {
    content: '';
    width: 70px;
    height: 2px;
    display: block;
    background-color: #9e8157; }

.about-testimonial__description {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.8; }

.about-testimonial__title {
  color: #292929;
  text-transform: uppercase;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700; }

.about-testimonial__founder {
  color: #9e8157; }

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
/* blog left sidebar */
@media (min-width: 992px) {
  .blog-sidebar-left .blog-sidebar-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start; } }

.blog-sidebar-left .content-area {
  order: 2; }

.blog-sidebar-left .theme-blog-sidebar {
  order: 1; }

/* blog no sidebar */
@media (min-width: 992px) {
  .blog-no-sidebar .entry-container,
  .blog-no-sidebar .entry-related {
    width: 100%;
    max-width: 770px;
    margin: 0 auto; }
  .blog-no-sidebar #comments {
    float: none;
    max-width: 770px;
    margin: 0 auto; } }

/*--------------------------------------------------------------
# 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%; }

/*--------------------------------------------------------------
## 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; }

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.theme-breadcrumb {
  position: relative;
  margin-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bread-title {
  margin-top: 0;
  font-size: 54px; }

.bread {
  padding: 100px 0; }

.ht-breadcrumbs {
  margin-top: 20px; }
  .ht-breadcrumbs .last-item {
    color: #292929; }

/*--------------------------------------------------------------
# Short Code
--------------------------------------------------------------*/
.sc-lightbox {
  position: relative;
  text-align: center; }
  .sc-lightbox img {
    display: block; }

.sc-lightbox__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.sc-lightbox__title {
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

.sc-lightbox__subtitle {
  margin-bottom: 50px;
  color: #ffffff; }

.sc-lightbox__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border: 2px solid #82653c;
  border-radius: 50%;
  transition: 0.3s box-shadow ease-out; }
  .sc-lightbox__link:hover {
    box-shadow: 0px 0px 0px 12px rgba(41, 41, 41, 0.45); }

.sc-lightbox__icon {
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff; }

.sc-timeline {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column; }
  .sc-timeline:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #8f8f8f;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .sc-timeline:before {
        left: 50%; } }
  .sc-timeline:after {
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 19px;
    text-align: center;
    font-weight: 200; }
    @media (min-width: 768px) {
      .sc-timeline:after {
        left: 50%; } }

.timeline {
  padding-left: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .timeline {
      width: 50%;
      margin-bottom: 0; } }
  .timeline:before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transition: 0.3s all ease-out; }
    @media (min-width: 768px) {
      .timeline:before {
        left: 50%; } }
  .timeline:hover:before {
    box-shadow: 0px 0px 0px 6px #9e8157; }

@media (min-width: 768px) {
  .timeline:nth-child(odd) {
    align-self: flex-end;
    padding-left: 80px; }
  .timeline:nth-child(even) {
    padding-right: 80px;
    text-align: right; } }

.timeline__year {
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 1px; }

.timeline__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 25px;
  font-style: italic; }

.sc-iconbox {
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 768px) {
    .sc-iconbox {
      text-align: left; } }

.sc-iconbox__icon {
  min-height: 100px;
  margin-bottom: 30px; }

.sc-iconbox__title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 30px; }

.sc-iconbox__desc {
  margin-bottom: 25px; }

.sc-carousel .slick-slide {
  margin: 0 30px; }
  @media (min-width: 576px) {
    .sc-carousel .slick-slide {
      margin: 0 45px; } }
  @media (min-width: 992px) {
    .sc-carousel .slick-slide {
      margin: 0 60px; } }

.sc-carousel .slick-track {
  display: flex;
  align-items: center; }

.sc-carousel .slick-prev:before,
.sc-carousel .slick-next:before {
  font-family: "ionicons";
  font-size: 32px;
  font-size: 2rem; }
  @media (min-width: 992px) {
    .sc-carousel .slick-prev:before,
    .sc-carousel .slick-next:before {
      font-size: 48px;
      font-size: 3rem; } }

.sc-carousel .slick-next:before {
  content: "\f3d6"; }

.sc-carousel .slick-prev:before {
  content: "\f3d5"; }

.team-members-layout-1 {
  margin-bottom: 30px; }
  .team-members-layout-1 .team-members__name {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem; }
  .team-members-layout-1 .team-members__position {
    display: inline-block;
    margin-bottom: 25px; }
  .team-members-layout-1 .team-members__desc {
    margin-bottom: 25px; }
  .team-members-layout-1 .team-members_links {
    padding: 0;
    list-style: none; }
    .team-members-layout-1 .team-members_links li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; }
      .team-members-layout-1 .team-members_links li:last-child {
        margin-right: 0; }
    .team-members-layout-1 .team-members_links a {
      display: block;
      width: 40px;
      height: 40px;
      border: 1px solid #cccccc;
      color: #8f8f8f;
      font-size: 16px;
      font-size: 1rem;
      line-height: 40px;
      text-align: center; }
      .team-members-layout-1 .team-members_links a:hover {
        border: 1px solid transparent;
        color: #ffffff; }

.team-members-layout-2 {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .team-members-layout-2 .team-members__images {
    width: 70px;
    height: 70px;
    margin-right: 30px; }
    .team-members-layout-2 .team-members__images img {
      border-radius: 50%; }
  .team-members-layout-2 .team-members__name {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500 !important;
    color: #292929 !important; }

.team-members-layout-3 .team-members__content {
  text-align: center; }

.team-members-layout-3 .team-members__name {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 10px 0; }

.team-members-layout-3 .slick-slide {
  margin: 0 10px; }

.sc-project:not(.project-carousel) .project-trailer-normal-btn {
  display: none; }

.sc-project.project-grid {
  margin-left: -15px;
  margin-right: -15px; }

.sc-project .sc-project-item {
  float: left;
  width: 100%; }

.sc-project .project-head {
  position: relative;
  display: block; }
  .sc-project .project-head img {
    display: block; }
  .sc-project .project-head:hover .project-trailer-btn {
    opacity: 1;
    -webkit-animation: moveBot 0.5s ease;
    animation: moveBot 0.5s ease; }

.sc-project .project-sum {
  padding: 20px; }

.sc-project .project-trailer-btn {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  margin-left: -85px;
  margin-top: -20px;
  height: 40px;
  padding: 0 15px;
  background: #fff;
  cursor: pointer;
  z-index: 2;
  overflow: hidden;
  -webkit-animation: moveTop 0.5s ease;
  animation: moveTop 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .sc-project .project-trailer-btn:hover {
    color: #fff; }
    .sc-project .project-trailer-btn:hover:after {
      visibility: visible;
      -webkit-animation: moveRight 0.5s ease;
      animation: moveRight 0.5s ease; }
  .sc-project .project-trailer-btn:before {
    content: "\f488";
    font-size: 16px;
    font-family: "ionicons";
    margin-right: 8px; }
  .sc-project .project-trailer-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-animation: moveLeft 0.5s ease;
    animation: moveLeft 0.5s ease; }

.sc-project .sc-project-cat a {
  font-size: 12px;
  color: #8f8f8f; }

.sc-project .sc-project-title {
  font-size: 0;
  line-height: initial;
  margin-top: 3px;
  margin-bottom: 5px; }
  .sc-project .sc-project-title a {
    font-size: 18px; }

.sc-project .project-nogap-arrow {
  width: 50px;
  height: 50px;
  color: #8f8f8f; }
  .sc-project .project-nogap-arrow:before {
    content: "\f3d6";
    font-family: "ionicons";
    font-size: 36px; }

@media (min-width: 768px) and (max-width: 991px) {
  .sc-project.sc-project-col-5.project-grid .sc-project-item, .sc-project.sc-project-col-4.project-grid .sc-project-item, .sc-project.sc-project-col-3.project-grid .sc-project-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    .sc-project.sc-project-col-5.project-grid .sc-project-item:nth-of-type(2n+3), .sc-project.sc-project-col-4.project-grid .sc-project-item:nth-of-type(2n+3), .sc-project.sc-project-col-3.project-grid .sc-project-item:nth-of-type(2n+3) {
      clear: both; }
  .sc-project.sc-project-col-5.project-grid-nogap .sc-project-item, .sc-project.sc-project-col-4.project-grid-nogap .sc-project-item, .sc-project.sc-project-col-3.project-grid-nogap .sc-project-item {
    width: 50%; }
    .sc-project.sc-project-col-5.project-grid-nogap .sc-project-item:nth-of-type(2n+3), .sc-project.sc-project-col-4.project-grid-nogap .sc-project-item:nth-of-type(2n+3), .sc-project.sc-project-col-3.project-grid-nogap .sc-project-item:nth-of-type(2n+3) {
      clear: both; } }

/* style */
.project-grid .sc-project-item {
  text-align: center; }

.project-grid-nogap:not(.with-overlay) .sc-project-item:hover .project-sum {
  background: #fff; }

.project-grid-nogap:not(.with-overlay) .project-sum {
  position: relative;
  float: left;
  width: 100%;
  padding-right: 50px;
  background: #f3f3f3;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.project-grid-nogap:not(.with-overlay) .project-nogap-arrow {
  position: absolute;
  right: 24px;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px); }

.project-grid-nogap.with-overlay .project-trailer-btn {
  display: none; }

.project-grid-nogap.with-overlay img {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%); }

.project-grid-nogap.with-overlay .sc-project-item {
  position: relative; }
  .project-grid-nogap.with-overlay .sc-project-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .project-grid-nogap.with-overlay .sc-project-item:hover .sc-project-title a, .project-grid-nogap.with-overlay .sc-project-item:hover .project-nogap-arrow {
    color: #fff; }
  .project-grid-nogap.with-overlay .sc-project-item:hover .sc-project-cat, .project-grid-nogap.with-overlay .sc-project-item:hover .sc-project-title {
    opacity: 1;
    -webkit-animation: moveRightX 0.5s ease;
    animation: moveRightX 0.5s ease; }
  .project-grid-nogap.with-overlay .sc-project-item:hover .sc-project-title {
    transition-delay: .1s;
    animation-delay: .1s;
    -webkit-transition-delay: .1s;
    -webkit-animation-delay: .1s; }
  .project-grid-nogap.with-overlay .sc-project-item:hover .project-nogap-arrow {
    opacity: 1;
    -webkit-animation: moveRightShort 0.5s ease;
    animation: moveRightShort 0.5s ease; }

.project-grid-nogap.with-overlay .project-sum {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  @media (min-width: 992px) {
    .project-grid-nogap.with-overlay .project-sum {
      padding: 40px; } }

.project-grid-nogap.with-overlay .sc-project-title a, .project-grid-nogap.with-overlay .sc-project-cat a, .project-grid-nogap.with-overlay .project-nogap-arrow {
  color: #fff; }

.project-grid-nogap.with-overlay .sc-project-cat {
  position: relative;
  z-index: 3; }

.project-grid-nogap.with-overlay .sc-project-cat, .project-grid-nogap.with-overlay .sc-project-title {
  display: block;
  opacity: 0;
  -webkit-animation: moveLeftX 0.5s ease;
  animation: moveLeftX 0.5s ease;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.project-grid-nogap.with-overlay .sc-project-title {
  transition-delay: .1s;
  animation-delay: .1s;
  -webkit-transition-delay: .1s;
  -webkit-animation-delay: .1s; }

.project-grid-nogap.with-overlay .project-nogap-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-animation: moveLeftShort 0.5s ease;
  animation: moveLeftShort 0.5s ease; }

.project-grid-nogap.with-overlay .project-permalink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.project-zigzag .sc-project-item {
  float: left;
  width: 100%;
  clear: both; }
  @media (min-width: 768px) {
    .project-zigzag .sc-project-item .project-head, .project-zigzag .sc-project-item .project-sum {
      width: 50%; } }
  @media (min-width: 992px) {
    .project-zigzag .sc-project-item .project-sum {
      padding: 60px; } }
  .project-zigzag .sc-project-item .sc-project-title {
    margin-bottom: 26px; }
  .project-zigzag .sc-project-item .project-nogap-arrow {
    margin-top: 5px;
    float: left;
    width: 25px;
    height: 25px; }
  .project-zigzag .sc-project-item:nth-of-type(odd) .project-head {
    float: left; }
  .project-zigzag .sc-project-item:nth-of-type(odd) .project-sum {
    float: right; }
  .project-zigzag .sc-project-item:nth-of-type(even) .project-head {
    float: right; }
  .project-zigzag .sc-project-item:nth-of-type(even) .project-sum {
    float: left;
    text-align: right; }
  .project-zigzag .sc-project-item:nth-of-type(even) .project-nogap-arrow {
    float: right; }

@media (min-width: 992px) {
  .project-carousel {
    padding: 0 70px; } }

.project-carousel .slick-dots {
  margin-top: 30px;
  position: static; }

.project-carousel .project-head {
  float: left;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .project-carousel .project-head {
      max-width: -webkit-calc((100% - 70px) / 2);
      max-width: -moz-calc((100% - 70px) / 2);
      max-width: calc((100% - 70px) / 2); } }

.project-carousel .project-sum {
  float: left;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .project-carousel .project-sum {
      max-width: -webkit-calc((100% - 70px) / 2);
      max-width: -moz-calc((100% - 70px) / 2);
      max-width: calc((100% - 70px) / 2);
      margin-left: 70px; } }
  @media (max-width: 991px) {
    .project-carousel .project-sum {
      padding: 20px 0; } }

.project-carousel .sc-project-title a {
  font-size: 36px; }

.project-carousel .project-trailer-btn {
  display: none; }

.project-carousel .project-buy-btn,
.project-carousel .project-trailer-normal-btn {
  height: 40px;
  min-width: 150px;
  padding: 0 15px; }

.project-carousel .project-trailer-normal-btn {
  border: 1px solid;
  color: #fff; }
  .project-carousel .project-trailer-normal-btn:hover {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #8f8f8f; }

.project-carousel .project-buy-btn {
  margin-left: 10px;
  border: 1px solid #8f8f8f;
  color: #8f8f8f; }
  .project-carousel .project-buy-btn:hover {
    color: #fff; }

.project-carousel .project-carousel-info {
  float: left;
  width: 100%;
  margin: 30px 0; }
  .project-carousel .project-carousel-info dt {
    font-weight: normal;
    float: left;
    clear: both;
    min-width: 100px;
    padding-right: 10px; }
  .project-carousel .project-carousel-info dd {
    float: left;
    margin: 0;
    color: #fff; }

/* column */
@media (min-width: 768px) {
  .sc-project-col-2.project-grid .sc-project-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    .sc-project-col-2.project-grid .sc-project-item:nth-of-type(2n+3) {
      clear: both; }
  .sc-project-col-2.project-grid-nogap .sc-project-item {
    width: 50%; }
    .sc-project-col-2.project-grid-nogap .sc-project-item:nth-of-type(2n+3) {
      clear: both; } }

@media (min-width: 992px) {
  .sc-project-col-3.project-grid .sc-project-item {
    padding-left: 15px;
    padding-right: 15px;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3); }
    .sc-project-col-3.project-grid .sc-project-item:nth-of-type(3n+4) {
      clear: both; }
  .sc-project-col-3.project-grid-nogap .sc-project-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3); }
    .sc-project-col-3.project-grid-nogap .sc-project-item:nth-of-type(3n+4) {
      clear: both; } }

@media (min-width: 992px) {
  .sc-project-col-4.project-grid .sc-project-item {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    .sc-project-col-4.project-grid .sc-project-item:nth-of-type(4n+5) {
      clear: both; }
  .sc-project-col-4.project-grid-nogap .sc-project-item {
    width: 25%; }
    .sc-project-col-4.project-grid-nogap .sc-project-item:nth-of-type(4n+5) {
      clear: both; } }

@media (min-width: 992px) {
  .sc-project-col-5.project-grid .sc-project-item {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px; }
    .sc-project-col-5.project-grid .sc-project-item:nth-of-type(5n+6) {
      clear: both; }
  .sc-project-col-5.project-grid-nogap .sc-project-item {
    width: 20%; }
    .sc-project-col-5.project-grid-nogap .sc-project-item:nth-of-type(5n+6) {
      clear: both; } }

/* animation */
@-webkit-keyframes moveTop {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }

@keyframes moveTop {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }

@-webkit-keyframes moveBot {
  from {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes moveBot {
  from {
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes moveLeft {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateX(170px);
    transform: translateX(170px); } }

@keyframes moveLeft {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateX(170px);
    transform: translateX(170px); } }

@-webkit-keyframes moveRight {
  from {
    -webkit-transform: translateX(-170px);
    transform: translateX(-170px); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes moveRight {
  from {
    -webkit-transform: translateX(-170px);
    transform: translateX(-170px); }
  to {
    -webkit-transform: none;
    transform: none; } }

/* for arrow icon nogap-with overlay */
@-webkit-keyframes moveLeftShort {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }

@keyframes moveLeftShort {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }

@-webkit-keyframes moveRightShort {
  from {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes moveRightShort {
  from {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  to {
    -webkit-transform: none;
    transform: none; } }

/* for category and title nogap-with overlay */
@-webkit-keyframes moveLeftX {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@keyframes moveLeftX {
  from {
    -webkit-transform: none;
    transform: none; }
  to {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); } }

@-webkit-keyframes moveRightX {
  from {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes moveRightX {
  from {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); }
  to {
    -webkit-transform: none;
    transform: none; } }

.sc-testimonial__content p {
  margin-bottom: 45px;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  line-height: 1.5; }
  .sc-testimonial__content p::after {
    content: "\201D"; }
  .sc-testimonial__content p::before {
    content: "\201C"; }

.sc-testimonial__name {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }

.sc-testimonial__image {
  width: 70px;
  height: 70px;
  margin-right: 20px; }
  .sc-testimonial__image img {
    border-radius: 50%; }

.sc-testimonial-style-1 .sc-testimonial__detail,
.sc-testimonial-style-2 .sc-testimonial__detail {
  display: flex;
  align-items: center; }

.sc-testimonial-style-2 {
  counter-reset: section; }
  .sc-testimonial-style-2 .sc-testimonial__slide {
    position: relative; }
    @media (min-width: 576px) {
      .sc-testimonial-style-2 .sc-testimonial__slide {
        padding-right: 20px;
        padding-left: 60px; } }
    @media (min-width: 992px) {
      .sc-testimonial-style-2 .sc-testimonial__slide {
        padding-left: 80px; } }
    @media (min-width: 1200px) {
      .sc-testimonial-style-2 .sc-testimonial__slide {
        padding-left: 100px; } }
  .sc-testimonial-style-2 .sc-testimonial__content {
    color: #8f8f8f; }
  .sc-testimonial-style-2 .sc-testimonial__slide:before {
    display: none;
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    top: 0;
    left: 0;
    color: #8f8f8f;
    font-size: 40px;
    font-size: 2.5rem;
    font-family: "Playfair Display", serif;
    line-height: 0.5; }
    @media (min-width: 576px) {
      .sc-testimonial-style-2 .sc-testimonial__slide:before {
        display: block; } }
    @media (min-width: 992px) {
      .sc-testimonial-style-2 .sc-testimonial__slide:before {
        font-size: 48px;
        font-size: 3rem; } }
    @media (min-width: 1200px) {
      .sc-testimonial-style-2 .sc-testimonial__slide:before {
        font-size: 56px;
        font-size: 3.5rem; } }

.sc-testimonial-style-3,
.sc-testimonial-style-4 {
  text-align: center; }
  .sc-testimonial-style-3 .sc-testimonial__image,
  .sc-testimonial-style-4 .sc-testimonial__image {
    display: inline-block;
    margin: 0 auto 20px; }

.sc-testimonial-style-3 .sc-testimonial__content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
  .sc-testimonial-style-3 .sc-testimonial__content p {
    color: #8f8f8f; }

.sc-testimonial-style-3 .sc-testimonial__name {
  color: #ffffff; }

.sc-testimonial-style-3 .slick-prev:before,
.sc-testimonial-style-3 .slick-next:before {
  color: #292929;
  font-family: "ionicons";
  font-size: 32px;
  font-size: 2rem; }
  @media (min-width: 992px) {
    .sc-testimonial-style-3 .slick-prev:before,
    .sc-testimonial-style-3 .slick-next:before {
      font-size: 48px;
      font-size: 3rem; } }

.sc-testimonial-style-3 .slick-next:before {
  content: "\f3d6"; }

.sc-testimonial-style-3 .slick-prev:before {
  content: "\f3d5"; }

.sc-testimonial-style-4:before {
  content: "\201C";
  display: inline-block;
  width: 68px;
  height: 68px;
  padding-top: 10px;
  border-radius: 50%;
  border: 1px solid #8f8f8f;
  font-family: "Playfair Display", serif;
  font-size: 68px;
  font-size: 4.25rem;
  line-height: 68px; }

.sc-testimonial-style-4 .sc-testimonial__content p::before, .sc-testimonial-style-4 .sc-testimonial__content p::after {
  content: ""; }

.sc-testimonial-style-4 .sc-testimonial__name {
  color: #ffffff; }

.sc-testimonial-style-4 .slick-dots li {
  width: 8px;
  height: 8px; }

.sc-testimonial-style-4 .slick-dots__icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8f8f8f; }

.vc_btn3-style-filmic-btn {
  padding: 8px 35px !important;
  color: #ffffff !important; }
  .vc_btn3-style-filmic-btn:hover {
    opacity: .8 !important; }

.vc_custom_heading {
  margin-top: 0; }

.vc_custom_heading-custom-style {
  position: relative; }
  @media (min-width: 768px) {
    .vc_custom_heading-custom-style {
      padding-left: 100px; }
      .vc_custom_heading-custom-style:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        width: 70px;
        height: 2px;
        margin-right: 30px; } }

.vc_custom_subtitle {
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .vc_custom_subtitle {
      padding-left: 100px; } }

.vc_custom_heading--offset-top {
  margin-top: 30px !important;
  font-size: 48px !important; }
  @media (min-width: 992px) {
    .vc_custom_heading--offset-top {
      font-size: 72px !important; } }
  @media (min-width: 1200px) {
    .vc_custom_heading--offset-top {
      margin-top: 0 !important;
      font-size: 120px !important; } }

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

.sc-counter__number {
  margin-bottom: 15px;
  font-size: 48px;
  font-size: 3rem; }

.sc-counter__description {
  color: #8f8f8f;
  font-size: 12px !important;
  font-weight: 400; }

.vc_row-ht_custom > .container > .wpb_column > .vc_column-inner {
  margin-top: -230px; }

.vc_column-background .vc_column-inner {
  background-size: cover; }

.vc_row--offset-top {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
  @media (min-width: 992px) {
    .vc_row--offset-top {
      padding-top: 0 !important;
      padding-bottom: 0 !important; } }

.vc_column--offset-top {
  position: relative; }
  @media (min-width: 992px) {
    .vc_column--offset-top > .vc_column-inner {
      position: absolute;
      top: 360px;
      z-index: 2; } }

.vertical-scrolling {
  background-size: cover !important;
  margin-left: 0;
  margin-right: 0; }

.theme-row-default {
  padding-left: 15px !important;
  padding-right: 15px !important; }
  @media (min-width: 992px) {
    .theme-row-default {
      padding-left: 100px !important;
      padding-right: 100px !important; } }

.hide-on-mobile {
  display: none; }
  @media (min-width: 992px) {
    .hide-on-mobile {
      display: block; } }

.sc-demo {
  margin-bottom: 60px;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 768px) {
    .sc-demo {
      margin-bottom: 100px; } }
  .sc-demo img {
    display: block; }

.sc-demo__thumbnail {
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .sc-demo__thumbnail {
      margin-bottom: 40px; } }

.sc-demo__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: 0.3s all ease-in-out;
  opacity: 0; }
  .sc-demo__thumbnail:hover .sc-demo__overlay {
    opacity: 1;
    visibility: visible; }

.sc-demo__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  margin: auto;
  padding: 8px 35px;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: 0.3s opacity ease-in-out;
  opacity: 0; }
  .sc-demo__cta:hover {
    color: #ffffff; }
  .sc-demo__thumbnail:hover .sc-demo__cta {
    opacity: 1; }

.sc-demo__title a {
  color: #8f8f8f;
  letter-spacing: 1px; }

/*--------------------------------------------------------------
# Mobile Responsive
--------------------------------------------------------------*/
/* search form mobile */
.mobile-search-form {
  margin-top: 10px; }
  .mobile-search-form input {
    height: 36px;
    padding: 0 10px;
    float: left;
    width: -webkit-calc(100% - 36px);
    width: -moz-calc(100% - 36px);
    width: calc(100% - 36px); }
  .mobile-search-form button {
    padding: 0;
    width: 36px;
    height: 36px;
    float: left;
    font-size: 16px; }
    .mobile-search-form button:before {
      content: "\f4a4";
      font-family: "ionicons"; }

@media (min-width: 992px) {
  .mobile-search-form {
    display: none; } }

/* end search form mobile */
@media (max-width: 991px) {
  .theme-logo {
    position: relative;
    z-index: 22; }
  .has-menu-opened {
    overflow: hidden; }
  .r-header-layout {
    display: none; }
  .site-header__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center; }
  /*menu button*/
  .menu-collapse-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #333;
    cursor: pointer;
    z-index: 21;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center; }
    .menu-collapse-btn.active-btn span {
      background: #fff; }
      .menu-collapse-btn.active-btn span:before {
        -webkit-transform: rotate(45deg) translate(4px, 4px);
        transform: rotate(45deg) translate(4px, 4px); }
      .menu-collapse-btn.active-btn span:after {
        -webkit-transform: rotate(-45deg) translate(5px, -4px);
        transform: rotate(-45deg) translate(5px, -4px); }
    .menu-collapse-btn span {
      height: 2px;
      width: 20px;
      background: #333;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .menu-collapse-btn span:before, .menu-collapse-btn span:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: #333;
        visibility: visible;
        -webkit-transition: transform 0.3s ease;
        transition: transform 0.3s ease; }
      .menu-collapse-btn span:before {
        top: -6px; }
      .menu-collapse-btn span:after {
        bottom: -6px; }
  .main-navigation {
    opacity: 0;
    visibility: hidden; }
  .main-navigation.collapsed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 20;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); } }
  @media (max-width: 991px) and (min-width: 768px) {
    .main-navigation.collapsed {
      padding-left: -webkit-calc((100% - 690px) / 2);
      padding-left: -moz-calc((100% - 690px) / 2);
      padding-left: calc((100% - 690px) / 2);
      padding-right: -webkit-calc((100% - 690px) / 2);
      padding-right: -moz-calc((100% - 690px) / 2);
      padding-right: calc((100% - 690px) / 2); } }
  @media (max-width: 991px) and (min-width: 576px) and (max-width: 767px) {
    .main-navigation.collapsed {
      padding-left: -webkit-calc((100% - 510px) / 2);
      padding-left: -moz-calc((100% - 510px) / 2);
      padding-left: calc((100% - 510px) / 2);
      padding-right: -webkit-calc((100% - 510px) / 2);
      padding-right: -moz-calc((100% - 510px) / 2);
      padding-right: calc((100% - 510px) / 2); } }

@media (max-width: 991px) {
    .main-navigation.collapsed.menu-opened {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .logged-in.admin-bar .main-navigation.collapsed.menu-opened {
        top: 32px; } }
      @media (max-width: 991px) and (max-width: 782px) {
        .logged-in.admin-bar .main-navigation.collapsed.menu-opened {
          top: 46px; } }

@media (max-width: 991px) {
    .main-navigation.collapsed a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center;
      line-height: 30px; }
    .main-navigation.collapsed .menu-icon-arrow.expanded:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .main-navigation.collapsed .menu-icon-arrow:after {
      line-height: 1;
      content: "\f3d3";
      font-family: "ionicons";
      margin-right: 10px;
      font-size: 15px;
      color: #000;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; } }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/*edit location*/
[id*="-edit-location"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20; }
  [id*="-edit-location"] .customize-partial-edit-shortcut-button {
    left: 50px !important;
    top: 20px !important; }

.header-layout-2 #bread-edit-location,
.header-layout-3 #bread-edit-location {
  top: 50%; }

/* overlay */
.theme-overlay {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99; }

/* add menu */
.add-menu {
  line-height: 100px; }

/* lity video lightbox */
.logged-in.admin-bar .lity.lity-opened, .logged-in.admin-bar .lity-close {
  top: 32px; }

/* no kirki customize */
.no-kirki-customize .bread {
  padding: 50px 0; }

.no-kirki-customize #main {
  min-height: 500px; }

.single-post .entry-meta {
  margin-top: 30px; }

/* space shortcode VC */
.vc_empty_space {
  float: left;
  width: 100%; }

/* main div */
@media (max-width: 991px) {
  .site-main {
    overflow-x: hidden; } }

/*# sourceMappingURL=maps/style.css.map */
