@charset "UTF-8";
/*!
Theme Name: insidect
Theme URI: http://haintheme.com
Author: Haintheme
Author URI: http://themeforest.net/user/haintheme
Description: Insidect theme from Haintheme
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: insidect
Tags: custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Ionicons
# Fontawesome
# Elements
# Forms
# Navigation
	## Breadcrumb
	## Links
	## Menus
	## Post navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Footer
	## Shortcode
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* fonts*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&amp;subset=cyrillic');
@font-face {
  font-family:'Rockwell';
  src: url('fonts/Rockwell.eot');
  src: url('fonts/Rockwell.eot?#iefix') format('embedded-opentype'),
  url('fonts/Rockwell.woff2') format('woff2'),
  url('fonts/Rockwell.woff') format('woff'),
  url('fonts/Rockwell.svg#Rockwell') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

@font-face {
  font-family:'Rockwell';
  src: url('fonts/Rockwell Bold.eot');
  src: url('fonts/Rockwell Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/Rockwell Bold.woff2') format('woff2'),
  url('fonts/Rockwell Bold.woff') format('woff'),
  url('fonts/Rockwell Bold.svg#Rockwell Bold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  margin: 0;
  overflow-x: hidden; }

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;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

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 {
  border-width: 0 1px 1px 0;
  border: 1px solid #2b2b2b; }

th {
  padding: 0.7em 0.9em;
  text-align: left;
  color: #fff; }

td {
  padding: 0.4em 0.9em; }

/*--------------------------------------------------------------
# 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: 1170px;
      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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #b9b9b9;
  font-family: "Roboto";
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #fff;
  font-weight: 400; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p {
  margin-bottom: 1.5em;
  font-size: 14px; }

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

blockquote {
  margin: 0;
  border-left: 3px solid #cab387;
  padding-left: 1.5em; }
  blockquote p {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 300;
    color: white; }
    blockquote p cite {
      font-size: 80%;
      font-style: normal; }
      blockquote p cite:before {
        content: '\2013';
        margin: 5px;
        color: #b9b9b9; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #202020;
  font-family: "Courier 10 Pith", 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: #cab387;
  color: #242424;
  text-decoration: none; }

big {
  font-size: 125%; }

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

/*--------------------------------------------------------------
# Fontawesome
--------------------------------------------------------------*/
/*!
 *  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 {
  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 {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #242424;
  /* Fallback for when there is no custom background color defined. */ }

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 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

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%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="submit"] {
  background: #cab387;
  color: #202020;
  border: none;
  font-size: 12px;
  font-size: 0.75rem;
  padding: .95em 1em .85em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #cab387; }

input#searchsubmit {
  background-color: transparent; }

.comment-respond {
  margin-bottom: 80px; }
  .comment-respond .submit-btn button {
    width: 120px;
    padding: .75em 1em .65em;
    font-size: 14px; }

button.slick-arrow {
  position: absolute;
  bottom: 0;
  visibility: hidden;
  padding: 0;
  height: 50px;
  width: 50px; }
  button.slick-arrow:before {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: 'Ionicons';
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    width: 50px;
    display: inline-block;
    visibility: visible;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  button.slick-arrow.slick-prev {
    right: 50px;
    z-index: 9999; }
    button.slick-arrow.slick-prev:before {
      content: '\f3d5'; }
  button.slick-arrow.slick-next {
    right: 0; }
    button.slick-arrow.slick-next:before {
      content: '\f3d6'; }

.wpcf7-submit {
  width: 120px;
  height: 40px;
  font-size: 14px !important;
  line-height: 1;
  border-radius: 0; }

.btn-theme-primary {
  display: inline-block;
  color: #202020;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 23px;
  height: 40px;
  line-height: 40px;
  margin: 30px 0; }
  .btn-theme-primary:hover {
    color: #202020; }

.theme-button-link-sc a {
  display: inline-block;
  text-align: center; }

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 #4d4d4d;
  padding: 10px 20px;
  font-size: 12px;
  background-color: #282828;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  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 {
    border-color: #cab387;
    outline: none; }

select {
  border: px solid #4d4d4d; }

textarea {
  width: 100%; }

form#searchform.searchform {
  position: relative;
  width: 100%; }
  form#searchform.searchform input[type="text"] {
    width: 87%;
    height: 40px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    border: 1px solid #4d4d4d; }
  form#searchform.searchform button#searchsubmit {
    color: #cab387;
    font-size: 18px;
    width: 13%;
    height: 40px;
    padding: 0;
    float: right;
    background-color: transparent;
    border: 1px solid #4d4d4d; }

.comment-form > p {
  margin: 10px auto; }

.comment-form-author {
  float: left; }
  @media (min-width: 768px) {
    .comment-form-author {
      padding-right: 30px; } }

.comment-form-email {
  float: right; }

.comment-form-author,
.comment-form-email {
  width: 50%; }
  .comment-form-author input,
  .comment-form-email input {
    width: 100%; }
  @media (max-width: 768px) {
    .comment-form-author,
    .comment-form-email {
      width: 100%; } }

.comment-form-url {
  clear: both; }
  .comment-form-url input {
    width: 100%; }

.wpcf7-text {
  min-width: 100%;
  max-width: 100%;
  margin-top: 15px;
  text-transform: uppercase; }

.dk_toggle {
  width: 100% !important;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #767676;
  background: #282828;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 15px;
  border: 1px solid #4d4d4d; }
  .dk_toggle:after {
    position: absolute;
    font-size: 14px;
    right: 0px;
    content: "\f3d0";
    font-family: Ionicons;
    border-left: 1px solid #4d4d4d;
    padding: 0 15px; }
  .dk_toggle.dk_label {
    width: 100%; }

.dk_open {
  z-index: 10; }

.dk_options a {
  background-color: #242424;
  font-size: 12px;
  border-bottom: 1px solid #4d4d4d;
  padding: 8px 15px;
  cursor: pointer; }

.dk_options a:hover,
.dk_options:focus,
.dk_options .dk_option_current a {
  background-color: #333;
  text-decoration: none; }

.dk_options li:last-child a {
  border-bottom: none; }

.dk_options .disabled {
  cursor: default; }

.dk_options .disabled a {
  color: #aaa; }

.dk_options .disabled:hover,
.dk_options .disabled:hover a .dk_options .disabled:focus,
.dk_options .disabled:focus a {
  cursor: default;
  background-color: #ff;
  border-bottom-color: #999; }

.dk_options_inner {
  border: 1px solid;
  color: #666; }

.dk_container {
  display: none;
  width: 100%;
  float: left; }
  .dk_container:focus {
    border: none;
    outline: 0 !important; }

.dk_container a {
  outline: 0; }

.dk_open {
  position: relative; }

.dk_open .dk_options {
  display: block; }

.dk_open .dk_label {
  color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }
  .dk_options:focus {
    border: none;
    outline: 0; }

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block; }

.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

.dk_mobile {
  position: relative; }

.dk_mobile select {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #b9b9b9; }
  a:visited {
    color: inherit; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:focus, a:active {
    color: #cab387; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-wrap {
  height: 100px;
  position: relative;
  box-shadow: 1px 0 15px rgba(0, 0, 0, 0.1); }

.nav-wrap-content {
  display: flex;
  align-items: center; }

.site-branding {
  text-align: left;
  height: 100px;
  line-height: 100px; }
  .site-branding .img-logo {
    vertical-align: middle; }
  .site-branding h1 {
    margin: 0; }

.main-navigation {
  margin-left: auto; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 6.25em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        background-color: inherit; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li a {
      padding: 40px 25px; }
    .main-navigation li ul > li > a {
      padding: 15px 15px;
      line-height: 16px; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-family: "Roboto Condensed";
    font-size: 14px; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.site-contact i {
  margin-right: 10px;
  vertical-align: middle; }

.site-contact.contact-1 {
  text-align: right; }
  .site-contact.contact-1 a {
    padding-right: 50px;
    font-size: 18px;
    font-weight: 700; }
  @media (min-width: 768px) {
    .site-contact.contact-1 {
      width: 750px;
      max-width: 750px; } }
  @media (max-width: 768px) {
    .site-contact.contact-1 {
      display: none; } }

.site-contact.contact-2 * {
  font-size: 12px; }

.site-contact.contact-2 .title {
  display: block;
  padding-bottom: 10px; }

.site-contact.contact-2 a {
  display: block; }
  .site-contact.contact-2 a i {
    padding-right: 10px; }

.site-contact.contact-2 a[href^="mailto"] {
  text-decoration: underline; }

@media (max-width: 768px) {
  .site-contact.contact-2 {
    padding: 20px 0; } }

@media (max-width: 768px) {
  .site-contact.contact-4 {
    display: none; } }

.site-contact.contact-4 * {
  font-size: 14px; }

.site-contact.contact-4 a {
  margin-right: 45px; }

.site-contact.contact-4 a[href^="mailto"] {
  text-decoration: underline;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .site-contact a {
    display: block; } }

.wpb-js-composer .site-contact.contact-2 {
  padding: 50px 0; }

.header-layout-1 .nav-wrap-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
  .header-layout-1 .nav-wrap-content .site-branding .img-logo {
    max-height: 50px; }

.header-layout-1 .nav-wrap,
.header-layout-4 .nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99; }

.header-layout-2 .main-navigation ul {
  background-color: #242424; }

.header-layout-2 .main-navigation li a {
  text-transform: uppercase; }

.header-layout-2 .main-navigation li ul > li > a {
  text-transform: capitalize;
  line-height: 18px; }

@media (min-width: 768px) {
  .header-layout-2 .main-navigation {
    margin-left: 270px; }
    .header-layout-2 .main-navigation li ul > li > a {
      padding: 15px 25px; }
    .header-layout-2 .main-navigation .menu > .menu-item-has-children > a:after,
    .header-layout-2 .main-navigation .sub-menu > .menu-item-has-children > a:after,
    .header-layout-2 .main-navigation ul > li.has-submenu > a:after,
    .header-layout-2 .main-navigation ul.children > li.has-submenu > a:after {
      font-family: "Ionicons";
      padding-left: 5px; }
    .header-layout-2 .main-navigation .menu > .menu-item-has-children > a:after,
    .header-layout-2 .main-navigation ul > li.has-submenu > a:after {
      content: '\f123';
      font-size: 80%; }
    .header-layout-2 .main-navigation .sub-menu > .menu-item-has-children > a:after,
    .header-layout-2 .main-navigation ul.children > li.has-submenu > a:after {
      content: '\f125';
      font-size: 70%;
      float: right; }
    .header-layout-2 .main-navigation .sub-menu {
      border-top: 2px solid;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      -webkit-transition: transform 0.5s ease-out;
      -moz-transition: transform 0.5s ease-out;
      -o-transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out;
      -webkit-transform: translateY(5px);
      -moz-transform: translateY(5px);
      -o-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }
    .header-layout-2 .main-navigation .menu-item-has-children:hover > .sub-menu {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); } }

.header-layout-2 .main-navigation .current_page_item > a,
.header-layout-2 .main-navigation .current-menu-item > a,
.header-layout-2 .main-navigation .current_page_ancestor > a,
.header-layout-2 .main-navigation .current-menu-ancestor > a {
  color: #cab387; }

@media (max-width: 768px) {
  .header-layout-2 .main-navigation {
    margin-left: 0; } }

.header-layout-2 .contact-info {
  padding: 0 60px;
  text-align: left;
  position: absolute;
  top: 0;
  z-index: 9999;
  background-color: #202020; }
  .header-layout-2 .contact-info .site-branding {
    height: auto;
    line-height: 1; }
    .header-layout-2 .contact-info .site-branding .img-logo {
      max-width: 150px;
      vertical-align: top; }
    .header-layout-2 .contact-info .site-branding h1 {
      margin: 45px 0 0; }
  @media (max-width: 768px) {
    .header-layout-2 .contact-info {
      padding: 0 25px;
      background-color: transparent !important; }
      .header-layout-2 .contact-info .site-contact {
        display: none; }
      .header-layout-2 .contact-info .site-branding {
        line-height: 100px; }
        .header-layout-2 .contact-info .site-branding .img-logo {
          max-height: 50px;
          vertical-align: middle; }
        .header-layout-2 .contact-info .site-branding h1 {
          margin: 0; } }

@media (max-width: 768px) {
  .header-layout-2 .translation a {
    display: none; } }

.header-layout-3 .nav-wrap-content,
.header-layout-4 .nav-wrap-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  padding: 0 100px; }
  @media (max-width: 768px) {
    .header-layout-3 .nav-wrap-content,
    .header-layout-4 .nav-wrap-content {
      padding: 0 15px; } }
  .header-layout-3 .nav-wrap-content .site-branding .img-logo,
  .header-layout-4 .nav-wrap-content .site-branding .img-logo {
    max-height: 50px; }

.header-layout-4 .nav-wrap-content .site-branding {
  flex-grow: 1; }

.header-layout-4 .nav-wrap-content .site-contact {
  flex-grow: 5; }

.right-menu {
  position: absolute;
  right: 25px;
  height: 100px;
  line-height: 100px; }

i.icon {
  width: auto;
  height: auto; }

#full-screen-menu {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden; }
  #full-screen-menu.open-sub {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }

.full-screen-menu > div ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.full-screen-menu > div > ul > li > a {
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .full-screen-menu > div > ul > li > a::after {
    display: block;
    height: 1px;
    width: 20px;
    content: '';
    margin: 10px auto;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

.full-screen-menu > div > ul > li .sub-menu {
  display: none;
  padding: 1px 0; }
  .full-screen-menu > div > ul > li .sub-menu li {
    margin: 10px 0; }

.full-screen-menu > div.open-sub > ul > li {
  -webkit-animation: push_text 0.7s normal; }

@-webkit-keyframes push_text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px); }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

.translation {
  display: inline-block; }
  .translation a {
    margin-right: 25px;
    display: inline-block; }

.btn-menu-toggle {
  border: none;
  min-width: 50px;
  height: 50px;
  background-color: #282828; }
  .btn-menu-toggle i {
    font-size: 26px;
    margin: 0;
    vertical-align: middle; }
  .btn-menu-toggle.menu-toggle-1 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.btn-menu-close {
  position: absolute;
  top: 40px;
  right: 70px;
  background-color: transparent; }
  .btn-menu-close::before {
    font-size: 40px; }
  @media (max-width: 768px) {
    .btn-menu-close {
      top: 15px;
      right: 20px; } }

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
nav.insidect-breadcrumb.flw {
  background-repeat: no-repeat;
  background-size: cover; }
  nav.insidect-breadcrumb.flw .page-title {
    margin: 0;
    font-size: 72px;
    font-weight: 700; }
    @media (max-width: 768px) {
      nav.insidect-breadcrumb.flw .page-title {
        font-size: 44px; } }

div.bread.flw {
  padding: 290px 0 110px; }
  @media (max-width: 768px) {
    div.bread.flw {
      padding: 180px 0 70px; } }
  div.bread.flw .breadcrumbs {
    text-transform: capitalize;
    position: relative; }
    div.bread.flw .breadcrumbs .separator {
      padding: 0 5px; }

/*--------------------------------------------------------------
## Post navigation
--------------------------------------------------------------*/
.paging-navigation {
  margin: 30px auto;
  text-align: center; }
  .paging-navigation .page-numbers {
    padding: 0 10px;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-weight: 300; }
    .paging-navigation .page-numbers.current {
      color: #cab387; }

/* post navigation */
.related-post {
  background-color: #202020;
  padding: 30px;
  margin-bottom: 70px;
  *zoom: 1; }
  .related-post:before, .related-post:after {
    content: " ";
    display: table; }
  .related-post:after {
    clear: both; }
  .related-post i {
    background-color: #282828;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .related-post .control-post-desc {
    padding: 0 20px; }
    .related-post .control-post-desc .post-tit {
      margin: 0; }
  .related-post .control-post-btn {
    font-family: "Roboto Condensed";
    font-weight: 300;
    font-size: 12px; }
  .related-post .control-post-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .related-post .prev-post,
  .related-post .next-post {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center; }
    @media (max-width: 768px) {
      .related-post .prev-post,
      .related-post .next-post {
        -webkit-justify-content: flex-start;
        padding: 10px 0; } }
  .related-post .prev-post {
    float: left; }
  .related-post .next-post {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    text-align: right;
    float: right; }

.pos-nav-single {
  background-color: #202020; }
  .pos-nav-single .related-post {
    padding: 30px 0;
    margin-bottom: 0; }

/*--------------------------------------------------------------
## Slim menu
--------------------------------------------------------------*/
.menu-collapser {
  width: 100%;
  height: 100px;
  padding: 0 8px;
  color: #FFF;
  content: "";
  display: table;
  table-layout: fixed; }

.collapse-button {
  width: 40px;
  padding: 7px 10px;
  margin: 30px 10px;
  float: right;
  color: #FFFFFF;
  cursor: pointer; }
  .collapse-button:hover, .collapse-button:focus {
    color: #FFF; }
  .collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 25px;
    margin: 4px 0;
    background-color: #fff; }

@media (max-width: 768px) {
  ul#primary-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: fixed;
    z-index: 99999; }
    ul#primary-menu:before, ul#primary-menu:after {
      content: '';
      display: table; }
    ul#primary-menu:after {
      clear: both; }
    ul#primary-menu.collapsed li {
      display: block;
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
      ul#primary-menu.collapsed li > ul {
        position: static;
        display: none; }
      ul#primary-menu.collapsed li a {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box; }
      ul#primary-menu.collapsed li .sub-toggle {
        height: 40px; }
    ul#primary-menu li {
      position: relative;
      float: left;
      display: inline-block;
      background-color: #202020;
      width: 100%; }
      ul#primary-menu li ul {
        margin: 0;
        list-style-type: none; }
        ul#primary-menu li ul li {
          background-color: rgba(0, 0, 0, 0.4); }
      ul#primary-menu li > ul {
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99999;
        display: none;
        width: 100%; }
        ul#primary-menu li > ul > li ul {
          position: absolute;
          left: 100%;
          top: 0;
          z-index: 99999;
          display: none;
          width: 100%; }
      ul#primary-menu li a {
        padding: 12px 16px; }
      ul#primary-menu li .sub-toggle {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999;
        width: 45px;
        text-align: center;
        cursor: pointer; }
        ul#primary-menu li .sub-toggle:before {
          content: '+';
          display: inline-block;
          height: 100%;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          justify-content: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center; }
    ul#primary-menu > li:first-child,
    ul#primary-menu > li.has-submenu + li {
      border-left: 0; } }

/*--------------------------------------------------------------
# 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: 0.375em 1.5em 1.5em 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0.375em 0 1.5em 1.5em; }

.alignleft.wp-caption img[class*="wp-image-"],
.alignright.wp-caption img[class*="wp-image-"] {
  margin: 0; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

/*--------------------------------------------------------------
# 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: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  @media screen and (min-width: 768px) {
    .widget {
      padding: 20px 0 0 70px; } }
  .widget select {
    max-width: 100%;
    background-color: #242424;
    height: 32px; }
  .widget > ul:not(.nav-tabs) {
    padding: 0; }
    .widget > ul:not(.nav-tabs) > li {
      border-bottom: 1px solid #2b2b2b; }
  .widget ul:not(.nav-tabs) {
    width: 100%;
    margin: 0;
    list-style-type: none; }
    .widget ul:not(.nav-tabs) li {
      font-size: 14px;
      text-transform: capitalize;
      padding: 14px 0; }
      .widget ul:not(.nav-tabs) li a {
        padding-right: 5px; }

.widget_nav_menu,
.menu-level-container {
  max-width: 100%; }
  .widget_nav_menu > ul,
  .menu-level-container > ul {
    padding-left: 0; }
  .widget_nav_menu .sub-menu,
  .menu-level-container .sub-menu {
    padding-left: 15px; }

.textwidget {
  max-width: 100%; }

@media screen and (max-width: 768px) {
  .widget-area {
    padding-top: 50px; } }

.widget-title {
  font-family: "Roboto Condensed";
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px; }

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 12px !important;
  font-weight: 300;
  border: 1px solid;
  padding: 5px 10px;
  margin: 10px 10px 0 0; }

.calendar_wrap {
  width: 100%; }
  .calendar_wrap caption {
    background-color: #242424;
    padding: 8px 0; }
  .calendar_wrap thead {
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424; }
  .calendar_wrap td {
    text-align: center; }
    .calendar_wrap td#today {
      color: #cab387; }

.widget_recent_comments li a:hover {
  color: white; }

.widget_rss ul li a.rsswidget {
  color: #fff; }

.widget_rss ul li span.rss-date {
  font-size: 12px;
  font-style: italic; }

.widget_rss ul li span.rss-date,
.widget_rss ul li .rssSummary {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.widget_rss ul li:hover span.rss-date {
  color: #cab387; }

.widget_rss ul li:hover .rssSummary {
  color: lightgray; }

.widget_nav_menu ul li {
  border: none; }

.widget_nav_menu ul ul {
  list-style-type: square; }

.widget-top-stories .widget-top-stories-wrapper {
  margin-top: 20px; }

.widget-top-stories ul.nav-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .widget-top-stories ul.nav-tabs li {
    display: inline-block;
    padding: 10px 23px;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-size: 300;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .widget-top-stories ul.nav-tabs li.active {
      color: #202020;
      background-color: #cab387; }
      .widget-top-stories ul.nav-tabs li.active:hover {
        color: #202020; }
    .widget-top-stories ul.nav-tabs li:hover, .widget-top-stories ul.nav-tabs li.active {
      cursor: pointer; }

.widget-top-stories .tab-content {
  border: 1px solid #4d4d4d;
  padding: 20px;
  position: relative; }

.widget-top-stories .tab-pane:not(.active) {
  display: none; }

.widget-top-stories ul.list-top-stories {
  counter-reset: stories-counter;
  margin: 0;
  padding: 0; }
  .widget-top-stories ul.list-top-stories li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .widget-top-stories ul.list-top-stories li:before {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      content: counter(stories-counter);
      counter-increment: stories-counter;
      font-size: 36px;
      line-height: 36px;
      padding: 0 30px 0 5px; }
    .widget-top-stories ul.list-top-stories li.last-child {
      border: none; }

.widget_search {
  padding-top: 0; }

.theme-footer-widget {
  border-bottom: 1px solid #272727; }
  .theme-footer-widget .widget_nav_menu {
    padding: 0; }
  .theme-footer-widget ul.menu {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    margin: 0;
    padding: 0; }
    .theme-footer-widget ul.menu li {
      border: none;
      padding: 0;
      line-height: 30px;
      display: block; }
  .theme-footer-widget .footer-email-widget label.footer-email-label {
    position: relative;
    display: block; }
    .theme-footer-widget .footer-email-widget label.footer-email-label:after {
      content: "\f422";
      font-family: "Ionicons";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-left: 1px solid #4d4d4d; }
    .theme-footer-widget .footer-email-widget label.footer-email-label input {
      width: 100%;
      text-transform: uppercase; }
  .theme-footer-widget .footer-email-widget button.footer-email-submit {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 1;
    font-size: 14px;
    margin-top: 10px; }
  .theme-footer-widget .widget_text {
    padding-right: 40px; }

table#wp-calendar {
  content: "";
  display: table;
  table-layout: fixed; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.bread-hide .insidect-breadcrumb {
  display: none; }

.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0.5em 0 0; }

.entry-content a:not(.more-link) {
  color: #cab387; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-title {
  margin: 18px 0; }

.entry-meta * {
  font-family: "Roboto Condensed";
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase; }

.entry-meta .vcard {
  margin-right: 5px; }
  .entry-meta .vcard img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle; }

.entry-meta > span:not(:first-child):before {
  content: '\00B7';
  font-weight: 800;
  padding: 0 5px; }

.entry-meta .cat-links a {
  color: #cab387; }

.entry-meta .posted-on {
  font-family: "Roboto Condensed"; }

.post-thumbnail {
  margin-top: 30px;
  display: block; }

.single .author a {
  color: #cab387; }

.single .cat-links a {
  color: #b9b9b9; }

.post-video {
  *zoom: 1; }
  .post-video:before, .post-video:after {
    content: " ";
    display: table; }
  .post-video:after {
    clear: both; }

a.more-link {
  display: inline-block;
  font-family: "Roboto Condensed";
  color: #202020;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
  margin-top: 35px;
  letter-spacing: 1.5px;
  position: relative;
  background-color: #cab387;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a.more-link:before {
    position: absolute;
    top: 0;
    left: 70%;
    font-family: 'Ionicons';
    content: '\f30f';
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  a.more-link:hover {
    color: #202020;
    filter: contrast(1.3);
    -webkit-filter: contrast(1.3);
    letter-spacing: normal; }
    a.more-link:hover:before {
      left: 80%;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
  @media (max-width: 768px) {
    a.more-link {
      padding-left: 22px; } }

.search-no-results .site-content,
.search-results .site-content,
.archive .site-content,
.blog .site-content,
.page-template-blog-list .page_content,
.page-template-blog-grid .page_content,
.page-template-blog-large-list .page_content,
.page-template-blog-large-grid .page_content {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 768px) {
    .search-no-results .site-content,
    .search-results .site-content,
    .archive .site-content,
    .blog .site-content,
    .page-template-blog-list .page_content,
    .page-template-blog-grid .page_content,
    .page-template-blog-large-list .page_content,
    .page-template-blog-large-grid .page_content {
      padding: 70px 0; } }
  .search-no-results .site-content::after,
  .search-results .site-content::after,
  .archive .site-content::after,
  .blog .site-content::after,
  .page-template-blog-list .page_content::after,
  .page-template-blog-grid .page_content::after,
  .page-template-blog-large-list .page_content::after,
  .page-template-blog-large-grid .page_content::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "\00a0\00a0";
    background-color: rgba(255, 255, 255, 0.02);
    z-index: -9999;
    width: 38.5%; }
    @media (max-width: 1800px) {
      .search-no-results .site-content::after,
      .search-results .site-content::after,
      .archive .site-content::after,
      .blog .site-content::after,
      .page-template-blog-list .page_content::after,
      .page-template-blog-grid .page_content::after,
      .page-template-blog-large-list .page_content::after,
      .page-template-blog-large-grid .page_content::after {
        width: 37%; } }
    @media (max-width: 1660px) {
      .search-no-results .site-content::after,
      .search-results .site-content::after,
      .archive .site-content::after,
      .blog .site-content::after,
      .page-template-blog-list .page_content::after,
      .page-template-blog-grid .page_content::after,
      .page-template-blog-large-list .page_content::after,
      .page-template-blog-large-grid .page_content::after {
        width: 36%; } }
    @media (max-width: 1460px) {
      .search-no-results .site-content::after,
      .search-results .site-content::after,
      .archive .site-content::after,
      .blog .site-content::after,
      .page-template-blog-list .page_content::after,
      .page-template-blog-grid .page_content::after,
      .page-template-blog-large-list .page_content::after,
      .page-template-blog-large-grid .page_content::after {
        width: 34%; } }
    @media (max-width: 1360px) {
      .search-no-results .site-content::after,
      .search-results .site-content::after,
      .archive .site-content::after,
      .blog .site-content::after,
      .page-template-blog-list .page_content::after,
      .page-template-blog-grid .page_content::after,
      .page-template-blog-large-list .page_content::after,
      .page-template-blog-large-grid .page_content::after {
        width: 33%; } }
    @media (max-width: 768px) {
      .search-no-results .site-content::after,
      .search-results .site-content::after,
      .archive .site-content::after,
      .blog .site-content::after,
      .page-template-blog-list .page_content::after,
      .page-template-blog-grid .page_content::after,
      .page-template-blog-large-list .page_content::after,
      .page-template-blog-large-grid .page_content::after {
        width: 0; } }
  .search-no-results .site-content .hentry,
  .search-results .site-content .hentry,
  .archive .site-content .hentry,
  .blog .site-content .hentry,
  .page-template-blog-list .page_content .hentry,
  .page-template-blog-grid .page_content .hentry,
  .page-template-blog-large-list .page_content .hentry,
  .page-template-blog-large-grid .page_content .hentry {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #2b2b2b; }

.archive .site-content {
  padding: 0; }

.blog-list-sb .post:not(.sticky-post).hentry {
  display: flex; }
  .blog-list-sb .post:not(.sticky-post).hentry .post-thumbnail,
  .blog-list-sb .post:not(.sticky-post).hentry .post-video,
  .blog-list-sb .post:not(.sticky-post).hentry .post-gallery {
    min-width: 270px;
    width: 270px;
    margin: 5px 0; }
  @media (min-width: 768px) {
    .blog-list-sb .post:not(.sticky-post).hentry .entry-box {
      padding-left: 25px; } }
  .blog-list-sb .post:not(.sticky-post).hentry .entry-title {
    margin: 0 0 15px; }
    @media (max-width: 768px) {
      .blog-list-sb .post:not(.sticky-post).hentry .entry-title {
        margin: 5px 0 10px; } }
  .blog-list-sb .post:not(.sticky-post).hentry .entry-meta {
    margin-bottom: 0; }
  .blog-list-sb .post:not(.sticky-post).hentry .entry-content {
    margin-top: 10px; }
    @media (max-width: 768px) {
      .blog-list-sb .post:not(.sticky-post).hentry .entry-content p {
        margin: 0px; } }
  .blog-list-sb .post:not(.sticky-post).hentry .post-format {
    margin-bottom: 20px; }
  .blog-list-sb .post:not(.sticky-post).hentry.format-link .entry-meta, .blog-list-sb .post:not(.sticky-post).hentry.format-quote .entry-meta {
    margin-bottom: 30px; }

@media (max-width: 768px) {
  .blog-grid-sb .post.sticky-post,
  .blog-list-sb .post.sticky-post {
    padding: 0 15px; } }

.blog-grid-sb .post:not(.sticky-post) {
  padding: 0 15px; }
  @media (min-width: 768px) {
    .blog-grid-sb .post:not(.sticky-post) {
      width: 50%; } }
  .blog-grid-sb .post:not(.sticky-post).hentry {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .blog-grid-sb .post:not(.sticky-post).hentry:not(.format-link):not(.format-quote) {
      text-align: center; }
    .blog-grid-sb .post:not(.sticky-post).hentry.format-link .entry-header, .blog-grid-sb .post:not(.sticky-post).hentry.format-quote .entry-header {
      padding: 25px 35px 50px; }
      .blog-grid-sb .post:not(.sticky-post).hentry.format-link .entry-header .entry-title, .blog-grid-sb .post:not(.sticky-post).hentry.format-quote .entry-header .entry-title {
        margin: 30px 0 20px; }
        .blog-grid-sb .post:not(.sticky-post).hentry.format-link .entry-header .entry-title a, .blog-grid-sb .post:not(.sticky-post).hentry.format-quote .entry-header .entry-title a {
          font-family: "Roboto";
          font-size: 30px;
          font-weight: 300; }
      .blog-grid-sb .post:not(.sticky-post).hentry.format-link .entry-header .entry-meta, .blog-grid-sb .post:not(.sticky-post).hentry.format-quote .entry-header .entry-meta {
        display: none; }
    .blog-grid-sb .post:not(.sticky-post).hentry:hover {
      filter: contrast(1.1);
      -webkit-filter: contrast(1.1); }
      .blog-grid-sb .post:not(.sticky-post).hentry:hover .post-thumbnail img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .blog-grid-sb .post:not(.sticky-post) .entry-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    background-color: #202020; }
  .blog-grid-sb .post:not(.sticky-post) .entry-meta {
    margin-bottom: 35px; }
  .blog-grid-sb .post:not(.sticky-post) .post-thumbnail,
  .blog-grid-sb .post:not(.sticky-post) .post-video,
  .blog-grid-sb .post:not(.sticky-post) .post-gallery {
    order: -1;
    -webkit-order: -1;
    overflow: hidden; }
    .blog-grid-sb .post:not(.sticky-post) .post-thumbnail img,
    .blog-grid-sb .post:not(.sticky-post) .post-video img,
    .blog-grid-sb .post:not(.sticky-post) .post-gallery img {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .blog-grid-sb .post:not(.sticky-post) .post-thumbnail {
    margin: 0; }
  .blog-grid-sb .post:not(.sticky-post) .entry-title {
    margin: 25px 30px 10px; }
  .blog-grid-sb .post:not(.sticky-post) .posted-on,
  .blog-grid-sb .post:not(.sticky-post) .comments-link {
    display: none; }
  .blog-grid-sb .post:not(.sticky-post) .post-format {
    margin-top: 30px; }

.blog-masonry-grid {
  width: 100%;
  margin: 100px auto 0;
  *zoom: 1; }
  .blog-masonry-grid:before, .blog-masonry-grid:after {
    content: " ";
    display: table; }
  .blog-masonry-grid:after {
    clear: both; }
  .blog-masonry-grid .blog-masonry-it {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .blog-masonry-grid .hentry {
    padding-bottom: 0px;
    border: none;
    margin-bottom: 30px;
    background-color: #202020;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .blog-masonry-grid .hentry:not(.format-link):not(.format-quote) {
      text-align: center; }
    .blog-masonry-grid .hentry.format-link .entry-header, .blog-masonry-grid .hentry.format-quote .entry-header {
      padding: 50px 35px; }
      .blog-masonry-grid .hentry.format-link .entry-header .entry-title, .blog-masonry-grid .hentry.format-quote .entry-header .entry-title {
        margin: 30px 0 20px; }
        .blog-masonry-grid .hentry.format-link .entry-header .entry-title a, .blog-masonry-grid .hentry.format-quote .entry-header .entry-title a {
          font-family: "Roboto";
          font-size: 30px;
          font-weight: 300; }
      .blog-masonry-grid .hentry.format-link .entry-header .entry-meta, .blog-masonry-grid .hentry.format-quote .entry-header .entry-meta {
        display: none; }
    .blog-masonry-grid .hentry:not(.format-standard) .entry-content {
      display: none; }
    .blog-masonry-grid .hentry.format-standard {
      padding: 30px 0; }
      .blog-masonry-grid .hentry.format-standard .entry-content {
        padding: 0px 35px;
        margin-top: 0;
        text-align: justify;
        text-align-last: center;
        -webkit-text-align-last: center; }
      .blog-masonry-grid .hentry.format-standard .entry-meta {
        margin-bottom: 10px; }
    .blog-masonry-grid .hentry:hover {
      filter: contrast(1.1);
      -webkit-filter: contrast(1.1); }
      .blog-masonry-grid .hentry:hover .post-thumbnail img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
  .blog-masonry-grid .entry-header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-bottom: 5px; }
    .blog-masonry-grid .entry-header .entry-title {
      margin: 15px 35px 10px; }
    .blog-masonry-grid .entry-header .entry-meta {
      margin-bottom: 20px; }
    .blog-masonry-grid .entry-header .post-thumbnail,
    .blog-masonry-grid .entry-header .post-video,
    .blog-masonry-grid .entry-header .post-gallery {
      order: -1;
      -webkit-order: -1;
      overflow: hidden; }
      .blog-masonry-grid .entry-header .post-thumbnail img,
      .blog-masonry-grid .entry-header .post-video img,
      .blog-masonry-grid .entry-header .post-gallery img {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .blog-masonry-grid .entry-header .post-thumbnail {
      margin-top: 0; }
    .blog-masonry-grid .entry-header .post-gallery {
      float: none; }
    .blog-masonry-grid .entry-header .posted-on,
    .blog-masonry-grid .entry-header .comments-link {
      display: none; }

.format-link .entry-header,
.format-quote .entry-header {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .format-link .entry-header .link-ct,
  .format-link .entry-header .quote-ct,
  .format-quote .entry-header .link-ct,
  .format-quote .entry-header .quote-ct {
    order: 3;
    -webkit-order: 3; }
  .format-link .entry-header .link-ct a,
  .format-quote .entry-header .link-ct a {
    letter-spacing: 1px;
    text-decoration: underline;
    word-break: break-all; }

.post-format {
  font-size: 12px; }
  .post-format .icon {
    background-color: #cab387;
    color: #202020;
    font-family: 'Ionicons';
    font-size: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px 0 0;
    vertical-align: middle; }

.sticky-post .entry-title a:after {
  vertical-align: text-top;
  content: 'FEATURED';
  font-size: 12px;
  background: #cab387;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin: 0 0 0 10px; }

.single-post .site-content {
  padding: 90px 0; }

.single-post .hentry {
  padding-bottom: 0;
  border: none; }

.single-post .entry-title {
  margin-top: 0; }

@media (min-width: 768px) {
  .single-post .entry-meta {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start; }
    .single-post .entry-meta .cate-author {
      order: -1; }
      .single-post .entry-meta .cate-author:before {
        display: none; }
      .single-post .entry-meta .cate-author:after {
        content: '\00B7';
        font-weight: 800;
        padding: 0 5px; } }

@media (max-width: 768px) {
  .single-post .entry-meta .vcard img {
    display: none; } }

.entry-footer {
  margin: 20px 0 50px; }
  .entry-footer .tags-links i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #282828;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px; }
  .entry-footer .tags-links a {
    font-size: 14px; }

h4#reply-title.comment-reply-title {
  margin-bottom: 25px; }

.post-template-single-fullwidth .entry-title {
  text-align: center; }

.post-template-single-fullwidth .entry-meta {
  justify-content: center; }

.post-template-single-fullwidth .entry-content,
.post-template-single-fullwidth .entry-footer,
.post-template-single-fullwidth .related-post,
.post-template-single-fullwidth .comments-area {
  max-width: 770px;
  margin: auto; }

.post-template-single-fullwidth .entry-footer {
  margin: 20px auto 50px; }

.post-template-single-fullwidth .related-post {
  margin-bottom: 70px; }

.load-more {
  margin: 40px auto; }
  .load-more i.loading {
    display: inline-block;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 10s;
    animation-name: example;
    /* Safari 4.0 - 8.0 */
    animation-duration: 2s; }

@-webkit-keyframes example {
  0% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes example {
  0% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.error-404 {
  text-align: center;
  padding: 240px 0; }
  .error-404 .page-title {
    font-size: 72px;
    margin: 0; }
  .error-404 .page-subtitle {
    font-weight: 300;
    margin-top: 0; }
  .error-404 .page-content {
    width: 370px;
    margin: auto; }
    .error-404 .page-content form#searchform.searchform {
      margin-top: 40px; }

.insidect-start-page {
  margin: 100px auto; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* comment list */
.comment-area {
  *zoom: 1;
  max-width: 100%; }
  .comment-area:before, .comment-area:after {
    content: " ";
    display: table; }
  .comment-area:after {
    clear: both; }

.comment-list {
  margin: 0 0 80px;
  padding: 0;
  list-style-type: none;
  max-width: 100%; }
  .comment-list ul.children {
    margin-left: 4em;
    list-style-type: none; }
    @media (max-width: 768px) {
      .comment-list ul.children {
        margin-left: 2em; } }
  .comment-list > li {
    padding-bottom: 25px;
    border-bottom: 1px solid #2b2b2b;
    margin-bottom: 25px; }
  .comment-list li.depth-3 ul {
    margin-left: 0;
    padding-left: 0; }
  .comment-list .comment-post-pingback > a {
    margin: 0 10px; }
  .comment-list .comment-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin: 10px 0; }
    .comment-list .comment-box .vcard {
      min-width: 70px; }
      .comment-list .comment-box .vcard img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      @media (max-width: 768px) {
        .comment-list .comment-box .vcard {
          min-width: 40px; } }
    .comment-list .comment-box .comment-content-box {
      margin-left: 30px;
      overflow: hidden; }
      @media (max-width: 768px) {
        .comment-list .comment-box .comment-content-box {
          margin-left: 20px; } }
    .comment-list .comment-box .metadata {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .comment-list .comment-box .metadata .fn,
      .comment-list .comment-box .metadata .fn a {
        color: #fff;
        font-weight: 700;
        font-style: normal;
        text-transform: capitalize; }
      .comment-list .comment-box .metadata .separator {
        margin: 0 10px; }
      .comment-list .comment-box .metadata .time {
        margin: 0; }
        .comment-list .comment-box .metadata .time a {
          color: inherit;
          font-size: 12px;
          line-height: 24px; }
    .comment-list .comment-box .reply a {
      font-size: 14px;
      font-weight: 700; }
      .comment-list .comment-box .reply a:before {
        content: '\f21e';
        font-family: 'Ionicons';
        margin-right: 5px; }
    .comment-list .comment-box .reply:hover a {
      color: #cab387; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative; }

.theme-footer-widget {
  padding: 80px 0 60px; }

.site-copyright {
  padding: 20px 0; }
  .site-copyright .site-links {
    float: right;
    display: inline-block; }
    .site-copyright .site-links a {
      margin-right: 15px; }
  @media (max-width: 768px) {
    .site-copyright .site-links {
      float: none;
      display: block;
      margin-top: 10px; } }

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: black;
  color: white;
  font-size: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .scroll-to-top.scroll-animation {
    bottom: 50px; }
  .scroll-to-top:hover {
    color: black; }

/*--------------------------------------------------------------
## Shortcode
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Primary element
--------------------------------------------------------------*/
.wpb_gmaps_widget {
  margin-bottom: 0; }
  .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    background-color: transparent; }

@media (max-width: 1366px) {
  #background-image-align,
  #background-image-align-2,
  #background-image-width {
    background-size: 40% 90%; } }

@media (max-width: 768px) {
  #background-image-align,
  #background-image-align-2,
  #background-image-width {
    background-image: none !important;
    padding: 0 15px; } }

#background-image-align,
#background-image-align-2 {
  background-position: right !important; }

#map-height-720 iframe {
  height: 720px; }

#map-height-500 iframe {
  height: 500px; }

.theme-special-heading {
  position: relative; }
  .theme-special-heading .number {
    margin: 0;
    font-weight: 800;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2; }
  .theme-special-heading .heading {
    position: absolute;
    left: 35px;
    bottom: 5px;
    z-index: 9999;
    line-height: 1;
    margin: 0;
    padding: 7px 9px; }

.theme-custom-heading.no-margin h1, .theme-custom-heading.no-margin h2, .theme-custom-heading.no-margin h3, .theme-custom-heading.no-margin h4, .theme-custom-heading.no-margin h5, .theme-custom-heading.no-margin h6 {
  margin: 0; }

.vc_icon_element {
  display: inline-block;
  margin-right: 10px; }

.vc_wp_custommenu .widget {
  padding: 0;
  margin: 0; }
  .vc_wp_custommenu .widget ul:hover {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    font-weight: 400; }
  .vc_wp_custommenu .widget ul li {
    border: none;
    padding: 5px 0; }
    .vc_wp_custommenu .widget ul li::before {
      content: '\002B';
      margin-right: -5px;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      transition-duration: 0.3s; }
    .vc_wp_custommenu .widget ul li:hover::before {
      margin-right: 5px;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }

@media (min-width: 768px) {
  .theme-gallery div.slick-list.draggable {
    padding: 0 200px !important; } }

.theme-gallery .gallery-item {
  margin: 0 15px; }
  .theme-gallery .gallery-item:not(.slick-active) {
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2; }
  .theme-gallery .gallery-item img {
    margin: auto; }

.theme-gallery .slick-slide img {
  display: inline-block; }

.theme-gallery.gallery-multiple-images .gallery-item {
  position: relative; }
  .theme-gallery.gallery-multiple-images .gallery-item i {
    position: absolute;
    background-color: rgba(32, 32, 32, 0.7);
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .theme-gallery.gallery-multiple-images .gallery-item:hover i {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }

.theme-gallery.gallery-single-image .slick-arrow {
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.theme-gallery.gallery-single-image .slick-prev {
  left: 10%; }

.theme-gallery.gallery-single-image .slick-next {
  right: 10%; }

.theme-brand-logo {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }
  .theme-brand-logo img {
    margin: 20px 0; }
  @media (max-width: 768px) {
    .theme-brand-logo {
      flex-direction: column;
      -webkit-flex-direction: column; } }

.theme-accordion .vc_tta-panel-heading,
.theme-accordion .vc_tta-panel-body {
  border-color: #282828 !important; }

.theme-accordion .vc_tta-panel-body {
  background-color: #242424 !important; }

.theme-accordion .vc_tta-panel-title {
  font-size: 14px; }

.theme-imagehover a.button-link {
  color: #cab387;
  background-color: #2e2e2e;
  display: block;
  font-size: 18px;
  text-align: center;
  font-family: "Roboto"; }
  @media (max-width: 768px) {
    .theme-imagehover a.button-link {
      font-size: 14px; } }

.theme-imagehover.style-1 .image-wrapper .image a {
  content: "";
  display: table;
  table-layout: fixed;
  line-height: 0; }

.theme-imagehover.style-1 .image-wrapper a.button-link {
  height: 70px;
  line-height: 70px; }

.theme-imagehover.style-1 .image-wrapper:hover a.button-link {
  color: #242424;
  background-color: #cab387; }

.theme-imagehover.style-2 .image-wrapper {
  overflow: hidden;
  position: relative; }
  .theme-imagehover.style-2 .image-wrapper a.button-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0; }
    .theme-imagehover.style-2 .image-wrapper a.button-link:hover {
      color: #242424;
      background-color: #cab387; }
  .theme-imagehover.style-2 .image-wrapper:hover > a.button-link {
    height: 70px;
    line-height: 70px; }

.theme-imagehover.slick-slide {
  border: 1px solid #cab387;
  margin: 15px; }

.theme-imagehover.slick-slide:not(.slick-center) {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3; }
  .theme-imagehover.slick-slide:not(.slick-center):hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }

.slick-slide {
  outline: none; }

/*--------------------------------------------------------------
## Iconbox
--------------------------------------------------------------*/
.icon-above-title {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .icon-above-title .iconbox-title {
    margin-bottom: 15px; }
  .icon-above-title .iconbox-icon {
    overflow: hidden; }
  .icon-above-title:hover {
    filter: contrast(1.1);
    -webkit-filter: contrast(1.1); }
    .icon-above-title:hover .iconbox-icon img {
      -webkit-animation: toBottomFromTop 0.5s forwards;
      -moz-animation: toBottomFromTop 0.5s forwards;
      -ms-animation: toBottomFromTop 0.5s forwards;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }

@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }

.icon-beside-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .icon-beside-title .iconbox-icon {
    min-width: 45px;
    margin-top: 5px; }
  .icon-beside-title .iconbox-bot {
    padding-left: 35px; }
    .icon-beside-title .iconbox-bot .iconbox-title {
      margin: 0 0 15px;
      display: inline-block;
      overflow: hidden; }
      .icon-beside-title .iconbox-bot .iconbox-title a::after {
        display: block;
        content: '';
        height: 1px;
        background-color: #fff;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .icon-beside-title:hover {
    filter: contrast(1.1);
    -webkit-filter: contrast(1.1); }
    .icon-beside-title:hover .iconbox-bot .iconbox-title a::after {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }

.theme-iconbox.icon-above-title-2 {
  background-position: left bottom !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .theme-iconbox.icon-above-title-2 .iconbox-title {
    margin: 20px 0 10px; }
  .theme-iconbox.icon-above-title-2 .iconbox-content {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 30px; }
  .theme-iconbox.icon-above-title-2:hover {
    filter: contrast(1.05);
    -webkit-filter: contrast(1.05); }

/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/
.consult-blog-style-1 .blog-post-info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-top: 15px; }
  .consult-blog-style-1 .blog-post-info .time {
    min-width: 20%;
    font-weight: 300;
    padding-top: 3px; }
    .consult-blog-style-1 .blog-post-info .time .date {
      font-size: 36px;
      line-height: 36px;
      float: left; }
    .consult-blog-style-1 .blog-post-info .time .month,
    .consult-blog-style-1 .blog-post-info .time .year {
      text-align: left;
      min-width: 30px;
      float: left;
      margin-left: 5px; }
    .consult-blog-style-1 .blog-post-info .time .month {
      font-size: 14px;
      text-transform: uppercase; }
    .consult-blog-style-1 .blog-post-info .time .year {
      font-size: 10px; }
  .consult-blog-style-1 .blog-post-info .blog-post-content {
    width: 80%; }
    .consult-blog-style-1 .blog-post-info .blog-post-content .post-tit {
      margin: 0 0 12px; }
    .consult-blog-style-1 .blog-post-info .blog-post-content .post-excerpt {
      font-size: 14px; }

.consult-blog-style-1 .blog-news-item .sc-blog-image {
  position: relative;
  line-height: 0;
  overflow: hidden; }
  .consult-blog-style-1 .blog-news-item .sc-blog-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center; }
  .consult-blog-style-1 .blog-news-item .sc-blog-image::after {
    position: absolute;
    top: -35px;
    right: -35px;
    display: block;
    width: 55px;
    height: 55px;
    content: '';
    background-color: #f5f8fe;
    -webkit-transform: rotate(-45deg) translate(25px);
    -moz-transform: rotate(-45deg) translate(25px);
    -o-transform: rotate(-45deg) translate(25px);
    -ms-transform: rotate(-45deg) translate(25px);
    transform: rotate(-45deg) translate(25px); }
  .consult-blog-style-1 .blog-news-item .sc-blog-image::before, .consult-blog-style-1 .blog-news-item .sc-blog-image::after {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }

.consult-blog-style-1 .vc-more-link {
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
  margin: 25px 0 30px;
  display: block; }

.consult-blog-style-1 .blog-news-item:hover .sc-blog-image::after {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -webkit-transform: rotate(-45deg) translate(0);
  -moz-transform: rotate(-45deg) translate(0);
  -o-transform: rotate(-45deg) translate(0);
  -ms-transform: rotate(-45deg) translate(0);
  transform: rotate(-45deg) translate(0); }

.consult-blog-style-1 .blog-news-item:hover .sc-blog-image::before {
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  -webkit-opacity: 0.25;
  opacity: 0.25; }

.consult-blog-style-2 {
  text-align: center; }
  .consult-blog-style-2 .blog-post-info {
    padding: 35px 25px 45px; }
    .consult-blog-style-2 .blog-post-info .time {
      font-size: 12px;
      text-transform: uppercase; }
      .consult-blog-style-2 .blog-post-info .time:before {
        content: '';
        width: 30px;
        height: 2px;
        display: block;
        margin: 0 auto 30px;
        background-color: #b9b9b9;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .consult-blog-style-2 .blog-post-info .blog-post-content .post-tit {
      margin-top: 7px;
      position: relative; }
      .consult-blog-style-2 .blog-post-info .blog-post-content .post-tit::after {
        position: absolute;
        top: 100%;
        left: 50%;
        margin: auto;
        color: transparent;
        content: '•';
        text-shadow: 0 0 transparent;
        transition: text-shadow 0.5s, color 0.5s;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .consult-blog-style-2 .blog-news-item:hover .blog-post-info {
    outline: 1px solid;
    outline-offset: -15px;
    -webkit-animation: outline-effect 0.5s;
    animation: outlineeffect 0.5s; }

@-webkit-keyframes outline-effect {
  0% {
    outline-offset: 15px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0; }
  100% {
    outline-offset: -15px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; } }
    .consult-blog-style-2 .blog-news-item:hover .blog-post-info .post-tit::after {
      text-shadow: #7f7f7f; }
  .consult-blog-style-2 .blog-news-item .blog-post-info .blog-post-content .post-tit:hover::after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    text-shadow: 10px 0, -10px 0; }

.consult-blog-sc .blog-news-item {
  margin-bottom: 30px; }

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.theme-testi {
  margin: 0 -15px; }
  .theme-testi .testi-content * {
    font-size: 18px; }
  .theme-testi .testi-name strong {
    color: #fff; }
  .theme-testi .testi-name span {
    font-size: 12px; }

.testi-style-carousel {
  overflow: hidden; }
  .testi-style-carousel.theme-direction-horizontal .theme-col-item {
    padding: 40px 80px 60px; }
    @media (max-width: 768px) {
      .testi-style-carousel.theme-direction-horizontal .theme-col-item {
        padding: 20px 20px 40px; } }
  .testi-style-carousel.theme-direction-vertical .slick-list.draggable {
    height: 740px !important;
    padding: 0 0 150px !important; }
  .testi-style-carousel.theme-direction-vertical .theme-col-item {
    background-color: #282828;
    max-width: 570px;
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -o-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out;
    float: left;
    padding: 20px 30px;
    margin: 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .testi-style-carousel.theme-direction-vertical .theme-col-item span.icon {
      display: block;
      min-width: 60px;
      font-size: 36px;
      padding-top: 10px; }
    .testi-style-carousel.theme-direction-vertical .theme-col-item .testi-content {
      text-align: left; }
    .testi-style-carousel.theme-direction-vertical .theme-col-item .testi-user {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      padding: 5px 0 20px; }
      .testi-style-carousel.theme-direction-vertical .theme-col-item .testi-user .testi-img {
        margin-right: 15px; }
        .testi-style-carousel.theme-direction-vertical .theme-col-item .testi-user .testi-img img {
          width: 50px;
          height: 50px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          vertical-align: middle; }
    @media (min-width: 768px) {
      .testi-style-carousel.theme-direction-vertical .theme-col-item:not(.slick-current) {
        margin-left: 100px; } }
  .testi-style-carousel .theme-col-item {
    margin: 15px 20px;
    background-color: #282828; }
    .testi-style-carousel .theme-col-item:not(.slick-current) {
      -moz-opacity: 0.35;
      -khtml-opacity: 0.35;
      -webkit-opacity: 0.35;
      opacity: 0.35; }
    .testi-style-carousel .theme-col-item .testi-content {
      text-align: center; }
    .testi-style-carousel .theme-col-item .testi-name {
      text-align: center; }

.testi-style-grid.theme-col-2 .theme-col-item {
  max-width: 555px; }

.testi-style-grid.theme-col-3 .theme-col-item {
  max-width: 360px; }

.testi-style-grid.theme-col-2 .theme-col-item, .testi-style-grid.theme-col-3 .theme-col-item {
  background-color: #282828; }

.testi-style-grid.theme-col-1 .testi-content * {
  font-size: 36px;
  line-height: 46px;
  font-weight: 300; }
  @media (max-width: 768px) {
    .testi-style-grid.theme-col-1 .testi-content * {
      font-size: 30px; } }

.testi-style-grid.theme-col-1 .theme-col-item {
  padding: 0; }
  .testi-style-grid.theme-col-1 .theme-col-item span.icon {
    min-width: 90px;
    font-size: 40px;
    padding-top: 30px;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3; }
    @media (max-width: 768px) {
      .testi-style-grid.theme-col-1 .theme-col-item span.icon {
        min-width: 60px; } }

.testi-style-grid .theme-col-item {
  float: left;
  padding: 20px 30px;
  margin: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .testi-style-grid .theme-col-item span.icon {
    display: block;
    min-width: 60px;
    font-size: 36px;
    padding-top: 10px; }
  .testi-style-grid .theme-col-item .testi-content {
    text-align: left; }
  .testi-style-grid .theme-col-item .testi-user {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    padding: 5px 0 20px; }
    .testi-style-grid .theme-col-item .testi-user .testi-img {
      margin-right: 15px; }
      .testi-style-grid .theme-col-item .testi-user .testi-img img {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        vertical-align: middle; }

.slick-dots {
  text-align: center;
  margin: 50px 0 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 4px;
    line-height: 5px; }
    .slick-dots li button {
      background-color: #3a3a3a;
      vertical-align: middle;
      border: 0;
      width: 10px;
      height: 10px;
      font-size: 0;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      outline: none; }

/*--------------------------------------------------------------
## Progress bar
--------------------------------------------------------------*/
.theme-progress-bars .progress-wrapper {
  margin: 10px 0 27px; }

.theme-progress-bars label {
  font-size: 12px; }

.theme-progress-bars .progress {
  display: block;
  margin-top: 7px;
  padding-right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .theme-progress-bars .progress .progress-bar {
    height: 3px;
    width: 0;
    display: block;
    max-width: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: 0.7s 0.5s ease-out;
    -moz-transition: 0.7s 0.5s ease-out;
    -o-transition: 0.7s 0.5s ease-out;
    transition: 0.7s 0.5s ease-out; }

/*--------------------------------------------------------------
## Portfolios
--------------------------------------------------------------*/
.portfolios-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 50px 0; }
  .portfolios-nav ul li {
    display: inline-block;
    background-color: #282828;
    border: 1px solid #4d4d4d;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 0 15px 15px 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .portfolios-nav ul li.is-checked, .portfolios-nav ul li:hover {
      color: #202020; }
  @media (max-width: 768px) {
    .portfolios-nav ul {
      text-align: center; }
      .portfolios-nav ul li {
        margin: 0 5px 15px 5px; } }

.project-caption .project-tit {
  margin: 15px 0 5px; }

.project-caption .project-cate {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300; }

.project {
  margin: auto; }
  .project.with-spacing {
    margin-bottom: 30px; }
  .project.without-spacing {
    padding: 0; }
  .project.show-caption {
    margin-bottom: 45px; }
    .project.show-caption .project-item .project-cover-image {
      line-height: 0;
      position: relative;
      overflow: hidden; }
      .project.show-caption .project-item .project-cover-image a {
        background: linear-gradient(-135deg, rgba(202, 179, 135, 0.8) 0%, rgba(77, 77, 77, 0.6) 75%);
        color: #fff;
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        z-index: 1; }
        .project.show-caption .project-item .project-cover-image a i {
          font-size: 90px;
          width: 90px;
          height: 90px;
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          -webkit-transform: scale(0.7);
          -moz-transform: scale(0.7);
          -o-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); }
      .project.show-caption .project-item .project-cover-image img {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
    .project.show-caption .project-item:hover .project-cover-image a {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
      .project.show-caption .project-item:hover .project-cover-image a i {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin: 0; }
    .project.show-caption .project-item:hover .project-cover-image img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .project.hide-caption .project-item {
    position: relative;
    overflow: hidden; }
    .project.hide-caption .project-item .project-caption {
      background-color: #282828;
      position: absolute;
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      justify-content: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      .project.hide-caption .project-item .project-caption * {
        color: #fff; }
      .project.hide-caption .project-item .project-caption .caption-wrapper {
        text-align: center; }
      .project.hide-caption .project-item .project-caption .project-tit a {
        position: relative;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .project.hide-caption .project-item .project-caption .project-tit a::after {
          position: absolute;
          top: 240%;
          left: 50%;
          color: transparent;
          content: '•';
          text-shadow: 0 0 transparent;
          font-size: 1.2em;
          transition: text-shadow 0.3s, color 0.3s;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .project.hide-caption .project-item .project-caption .project-tit a:hover::after {
          color: #fff;
          text-shadow: 10px 0 #fff, -10px 0 #fff; }
      .project.hide-caption .project-item .project-caption:nth-child(2) {
        right: -85%;
        /* right */ }
      .project.hide-caption .project-item .project-caption:nth-child(3) {
        top: -85%;
        /* top */ }
      .project.hide-caption .project-item .project-caption:nth-child(4) {
        right: 85%;
        /* left */ }
      .project.hide-caption .project-item .project-caption:nth-child(5) {
        top: 85%;
        /* bottom */ }
      .project.hide-caption .project-item .project-caption:nth-child(even) {
        top: 0; }
        .project.hide-caption .project-item .project-caption:nth-child(even):hover {
          right: 0; }
      .project.hide-caption .project-item .project-caption:nth-child(odd) {
        left: 0; }
        .project.hide-caption .project-item .project-caption:nth-child(odd):hover {
          top: 0; }
      .project.hide-caption .project-item .project-caption:hover {
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; }
    .project.hide-caption .project-item .project-cover-image {
      line-height: 0; }

.portfolio-grid-special .project {
  text-align: center; }
  @media (min-width: 768px) {
    .portfolio-grid-special .project .project-cover-image {
      max-width: 75%;
      margin: auto; }
    .portfolio-grid-special .project:nth-child(4n-3), .portfolio-grid-special .project:nth-child(4n-4) {
      margin: 60px auto 100px; }
      .portfolio-grid-special .project:nth-child(4n-3) .project-cover-image, .portfolio-grid-special .project:nth-child(4n-4) .project-cover-image {
        max-width: 55%;
        margin: auto; } }
  @media (max-width: 768px) {
    .portfolio-grid-special .project:nth-child(odd) {
      margin: 60px auto 100px; }
      .portfolio-grid-special .project:nth-child(odd) .project-cover-image {
        max-width: 55%;
        margin: auto; } }

.portfolio-rectangle-grid .project-caption {
  padding-bottom: 20px; }

.portfolio-carousel .project {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/*--------------------------------------------------------------
## Achievement blocks
--------------------------------------------------------------*/
.theme-achievement-blocks {
  position: relative; }
  .theme-achievement-blocks .block {
    width: 270px;
    height: 270px;
    padding: 30px; }
    @media (min-width: 768px) {
      .theme-achievement-blocks .block {
        position: absolute; } }
    .theme-achievement-blocks .block h2 {
      font-size: 48px;
      line-height: 48px;
      margin: 0 auto 25px; }
    @media (max-width: 768px) {
      .theme-achievement-blocks .block {
        margin: 30px auto; } }
    .theme-achievement-blocks .block .description p {
      color: inherit; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
## 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; }

/*--------------------------------------------------------------
## Plyr plugin
--------------------------------------------------------------*/
.plyr .plyr__video-embed iframe,
.plyr__tooltip {
  pointer-events: none; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

.plyr {
  position: relative;
  width: 100%;
  direction: ltr;
  float: left; }
  .plyr iframe {
    margin: 0; }

.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.plyr audio,
.plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit; }

.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0; }

.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none; }

.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box; }

.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none; }

.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box; }

.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent; }

.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none; }

.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db; }

.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0; }

.plyr input[type=range]::-ms-tooltip {
  display: none; }

.plyr input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px; }

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25); }

.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25); }

.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25); }

.plyr--video input[type=range].tab-focus:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px; }

.plyr--audio input[type=range].tab-focus:focus {
  outline: rgba(86, 93, 100, 0.5) dotted 1px; }

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

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit; }

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%); }

.plyr video::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-40px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400; }

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--fullscreen-active .plyr__captions {
  font-size: 32px; }

.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px); }

.plyr::-webkit-media-controls {
  display: none; }

.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center; }

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
  margin-left: 5px; }

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
  margin-left: 0; }

.plyr__controls .plyr__volume {
  margin-left: 5px; }

.plyr__controls [data-plyr=pause] {
  margin-left: 0; }

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit; }

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor; }

.plyr__controls button:focus {
  outline: 0; }

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none; }

@media (min-width: 480px) {
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls > button {
    margin-left: 10px; } }

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none; }

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity .3s ease; }

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff; }

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64; }

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: transparent;
  color: #fff; }

.plyr__play-large {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all .3s ease; }

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor; }

.plyr__play-large:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px; }

.plyr .plyr__play-large {
  display: inline-block;
  outline: none; }

.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
  display: none; }

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden; }

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block; }

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block; }

.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg {
  display: none; }

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block; }

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease; }

.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2; }

.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr button:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px; }

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%); }

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1); }

.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  flex: 1; }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0; }

.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0; }

.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0; }

.plyr__progress .plyr__tooltip {
  left: 0; }

.plyr .plyr__progress {
  display: inline-block; }

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px; }

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px; }

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px; }

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px; }

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  transition: none; }

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none; }

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none; }

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none; }

.plyr__progress--buffer::-webkit-progress-value {
  transition: width .2s ease; }

.plyr__progress--buffer::-moz-progress-bar {
  transition: width .2s ease; }

.plyr__progress--buffer::-ms-fill {
  transition: width .2s ease; }

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25); }

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66); }

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66); }

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66); }

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }

.plyr__time + .plyr__time {
  display: none; }

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block; } }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

.plyr__volume {
  display: none; }

.plyr .plyr__volume {
  -ms-flex: 1;
  flex: 1;
  position: relative; }

.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2; }

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px; } }

@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px; } }

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
  display: none !important; }

.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important; }

.plyr--fullscreen-active video {
  height: 100%; }

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

/*--------------------------------------------------------------
## Slick plugin
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

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

.slick-dots li {
  list-style: none; }

/*--------------------------------------------------------------
## Fancybox plugin
--------------------------------------------------------------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .fancybox-skin iframe {
    margin: 0; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../bridge/images/fancybox/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../bridge/images/fancybox/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../bridge/images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../bridge/images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(../bridge/images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*# sourceMappingURL=maps/style.css.map */

/*modal floor*/

#my-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(3, 31, 52, 0.9);
  /* background: url("images/floor.png") no-repeat center; */
  -webkit-background-size:cover;
  background-size:cover;
  display: none;
  /* filter: grayscale(50%) blur(5px); */
  /* -webkit-filter: grayscale(50%) blur(5px); */
}
.modal {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 100%;
  margin-left: -317px;
  background: #fff;
  z-index: 1000;
  overflow: hidden;
  padding: 45px 40px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform:  translate(0,-100%);
  -moz-transform:  translate(0,-100%);
  -ms-transform:  translate(0,-100%);
  -o-transform: translate(0,-100%);
  transform: translate(0,-100%);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.modal__in {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0,0);
  -moz-transform: scale(1) translate(0,0);
  -ms-transform: scale(1) translate(0,0);
  -o-transform: scale(1) translate(0,0);
  transform: scale(1) translate(0,0);
}

.modal-floor {
  position: fixed;
  width:100%;
  height:100%;
  background: rgba(94,94,94,0.5);
  -webkit-background-size:cover;
  background-size:cover;
  top:0!important;
  left:0;
  margin:0;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal__close {
  position: absolute;
  top: 69px;
  right: 111px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-right:40px;
  font-size:24px;
  color: #ffffff;
  font-weight: 300;
  cursor: pointer;
  z-index: 300;
  -webkit-transition:0.3s all ease;
  -moz-transition:0.3s all ease;
  transition:0.3s all ease;
  opacity: 0.8;
}

.modal__close span {
  color: inherit;
}

.modal__close:hover {
  opacity: 1;
}

.modal__close:before {
  position: absolute;
  background: url("images/close.svg") no-repeat center;
  width:28px;
  height:28px;
  -webkit-background-size:cover;
  background-size:cover;
  content: '';
  top: 6px;
  right: -2px;
}

.floor-slider__item {
  overflow: hidden;
  height: 100%;
  opacity: 1 !important;
  z-index: 950 !important;
  visibility: hidden;
  perspective: 1200px;
}

.floor-slider {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.floor-slider_hide {
  -webkit-transform: translate(-200%,0)!important;
  -moz-transform: translate(-200%,0)!important;
  -ms-transform: translate(-200%,0)!important;
  -o-transform: translate(-200%,0)!important;
  transform: translate(-200%,0)!important;
}

.floor-slider__item.slick-current {
  visibility: visible;
  z-index: 951 !important;
}

.floor-slider__item.slick-current .floor-slider__inner {
  -webkit-animation: scaleUp .7s ease both;
  animation: scaleUp .7s ease both;
}

.floor-slider__item.slick-prev .floor-slider__inner {
  -webkit-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}

.some-slider .item.slick-prev .floor-slider__inner {

}
.floor-slider__inner {

}
/**/
.some-slider .item {
  width: 800px;
  height: 500px;
  perspective: 1200px;
  visibility: hidden;
  opacity: 1 !important;
  z-index: 950 !important;
}

.some-slider .item .inner {
  width: 800px;
  height: 500px;
  background-position: center;
  background-size: cover;
}

.some-slider .item.slick-current {
  visibility: visible;
  z-index: 951 !important;
}
.some-slider .item.slick-current .inner {
  -webkit-animation: scaleUp .7s ease both;
  animation: scaleUp .7s ease both;
}
.some-slider .item.slick-prev {
  visibility: visible;
  z-index: 952 !important;
}
.some-slider .item.slick-prev .inner {
  -webkit-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}

.floor__download {
	/*
  position: absolute;
  right: 87px;
  bottom:30px;
	 padding-right:40px;
	*/
	display: flex;
	align-items:center;
  color: #fff;
  font-size:24px;
 
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:300;
  z-index: 100;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0.8;
}

.floor__download span {
  color: #fff;
  padding: 0 7px;
  /* background: #3d4953; */
  border-radius: 5px;
}

.floor__download:hover {
  opacity: 1;
}

.floor__download .icon-pdf, .floor__download .icon-3d {
/*   position: absolute;
  top: -16px;
  right: -16px; 
	margin: 15px 10px 0 0;*/
}

.floor__download.floor__3d {
	justify-content:center;
	margin-top: 15px;
}

.floor__links {
  position: absolute;
  right: 30px;
  bottom:30px;
	display: flex;
}

.floor__links a {
	position: relative;
	margin-left: 40px;
}

.icon-pdf {
  width:46px;
  height:60px;
  background: url("images/pdf.png") no-repeat center;
  -webkit-background-size:cover;
  background-size:cover;
}
.icon-3d {
  width:46px;
  height:60px;
  background: url("images/3d.png") no-repeat center;
  -webkit-background-size:cover;
  background-size:cover;
}

.floor-1 {
  width: 1392px;
  max-width: 100%;
  max-height: 100%;
}

.floor-item__polygon {
  fill: transparent;
  cursor: pointer;
}

.floor-item__img {
   opacity: 0;
   -webkit-transition: 0.3s all ease;
   -moz-transition: 0.3s all ease;
   transition: 0.3s all ease;
   overflow: visible;
}

.floor-item__text {
  font-size:90px;
  font-weight: 600;
  font-family: 'Rockwell';
  fill: #474747;
   /*opacity: 0.5;*/
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.floor-item__sub-text {
  font-size:30px;
  fill: #474747;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.floor-item__sup-text {
  vertical-align: sub;
  font-size: 18px;
}

.floor__info-text {
  font-size:24px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #0e0e0e;
  font-weight:500;
}

.floor-item__img.active {
  opacity: 1;
}

.floor-item.active .floor-item__text,
.floor-item.active .floor-item__sub-text{
  fill: #fff;
  opacity: 1;
}

.floor-cont--color .floor-item.active .floor-item__polygon {
  opacity: .8;
  fill: #866042;
}

.floor-cont--color .floor-item__text {
  font-size: 70px;
}

.floor-cont--color .floor-item__sub-text {
  font-size: 24px;
}

.floor__item-1 {
  margin: 20px 0 0 74px;
  padding-right: 250px;
  z-index:100;
}

.house-location {
  width: 135px;
  position: absolute;
  bottom: 105px;
  right: 92px;
}

.house-location img {
  width:100%;
}

.floor-nav {
  position: absolute;
  top: 130px;
  right: 100px;
  z-index:100;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.floor-nav_hide {
  -webkit-transform: translate(200%,0);
  -moz-transform: translate(200%,0);
  -ms-transform: translate(200%,0);
  -o-transform: translate(200%,0);
  transform: translate(200%,0);
}

.floor-nav__title {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size:29px;
  text-align: center;
}

.floor-nav__inner {
  width:134px;
  height:273px;
  background: url("images/floor-nav-inner.png") no-repeat center;
  overflow: hidden;
  margin: 6px 0 0;
}


.floor-nav__arrow_up {
  background: url("images/arrow-up.svg") no-repeat center;
  margin-top: 36px;
}

.floor-nav__arrow_down {
  background: url("images/arrow-down.svg") no-repeat center;
  -webkit-background-size:cover;
  background-size:cover;
  margin-top: 26px;
}

.floor-nav__arrow {
  cursor: pointer;
  margin-left:auto;
  margin-right:auto;
  width:53px;
  height:28px;
  -webkit-background-size:cover;
  background-size:cover;
  opacity: 0.8;
}

.floor-nav__arrow:hover {
  opacity: 1;
}

.floor-nav__num {
  color: #fff;
  font-family:'Rockwell';
  font-size:100px;
  text-align: center;
  margin: 17px 0 0;
  line-height: 1;
}
/*
* Transitions
*/
.pt-page-scaleUp {
  -webkit-animation: scaleUp .7s ease both;
  animation: scaleUp .7s ease both;
}
.pt-page-scaleDownUp {
  -webkit-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}
.pt-page-scaleDown {
  -webkit-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}
.pt-page-scaleUpDown {
  -webkit-animation: scaleUpDown .5s ease both;
  animation: scaleUpDown .5s ease both;
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleDown {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.floor-tabs {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  z-index:0;
}

.floor-tabs__back {
  padding-left: 30px;
  font-size: 24px;
  color: #ffffff;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.floor-tabs__back:hover {
  opacity: 1;
}

.floor-tabs__back:after {
  width: 17px;
  height: 30px;
  background: url("images/arrow-left.svg") no-repeat center;
  -webkit-background-size:cover;
  background-size:cover;
  position: absolute;
  top: 5px;
  left:0;
  content: '';
  display:  block;
}

.floor-tabs__cont {
  margin-left:100px;
  margin-right:auto;
  padding:55px 15px 15px;
  max-width: 881px;
}

.floor-tabs__pic {
  padding:30px 0;
  /* text-align: center; */
}

.floor-tabs__pic img {
  max-width: 100%;
  margin-left: -10px;
}

.floor-tabs__item {
  -webkit-transform: translate(0,-200%);
  -moz-transform: translate(0,-200%);
  -ms-transform: translate(0,-200%);
  -o-transform: translate(0,-200%);
  transform: translate(0,-200%);
  -webkit-transition:0.3s all ease;
  -moz-transition:0.3s all ease;
  transition:0.3s all ease;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  z-index:0;
    opacity: 0;
    visibility: hidden;
}

.floor-tabs__item.active {
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
  z-index:200;
  z-index: 10;
    opacity: 1;
    visibility: visible;
}

.floor-tabs__info {
  width:279px;
  position: absolute;
  top: 150px;
  right: 35px;
}

.floor-tabs__info__title {
  text-align: center;
  color: #fff;
  font-size:30px;
  /* font-weight: 600; */
  text-align: center;
}

.floor-tabs__info__title span {
  font-size:100px;
  color: #fff;
  font-family: 'Rockwell';
}

.floor-tabs__inner {
  border:3px solid #fff;
  padding:15px;
}

.floor-tabs__table {
  color: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  border:0;
}

.floor-tabs__table td {
  border: 0;
  padding: 5px 0;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.floor-tabs__table td:nth-child(2) {
  padding-right:10px;
}

.floor-tabs__sum {
  border-top:1px solid rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  text-align: left;
}

.floor-tabs__sum  span {
  min-width:65px;
  display: inline-block;
  vertical-align: top;
  color: rgba(255,255,255,0.8);
}

.floor-tabs__num {
  width:70px;
}

.all-floor {
  width:100%;
  min-height: 500px;
  background: url("images/bg-floor.jpg") no-repeat center;
  -webkit-background-size:cover;
  background-size:cover;
  overflow: hidden;
  position: relative;
  padding:50px 0 0;
}

.all-floor-cont {
  max-width:1173px;
  width:100%;
  padding-left:15px;
  padding-right:15px;
  margin:auto;
  padding-top:50px;
}

.all-floor-cont h1{
  margin-bottom: -20px;
}

.floor-cont {
  margin:auto;
  display: block;
}

.all-floor-svg {
  width:100%;
}

.floor-polygon {
  fill:transparent;
  cursor: pointer;
}

.floor-inner {
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.all-floor-svg__hover {
  -webkit-transition:0.3s all ease;
  -moz-transition:0.3s all ease;
  transition:0.3s all ease;
  opacity: 0;
}

.floor-item.active .all-floor-svg__hover {
  opacity: 1;
}

/*.floor-inner_1 {*/
  /*opacity: 0.4;*/
/*}*/

.floor-inner_1 path {
  fill: #050505!important;
}

.floor-inner_2 path {
  fill: #070707!important;
}

.floor-inner_3 path {
  fill: #020202!important;
}

.floor-item.active .floor-inner {
  opacity: 0.4;
}

.floor-tabs__pic .floor-tabs__info__title {
  display: none;
}

.floor-tabs__img {
  -webkit-transition:0.3s all ease;
  -moz-transition:0.3s all ease;
  transition:0.3s all ease;
  max-height:600px;
}

.houses {
  background: url(images/bg-floor.jpg) no-repeat center;
  -webkit-background-size:cover;
  background-size:cover;
  padding: 100px 0 0;
}

.houses h1 {
  padding: 0 30px;
  font-family: Roboto Condensed;
  font-weight: 400;
  font-style: normal;
  color: #694a35;
  text-align: center;
  margin:30px 0;
}

.houses__inner {
  padding:20px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.houses__item {
  position: relative;
}

.houses__item_1 {
  -ms-flex: 0 0 32.5%;
  flex: 0 0 32.5%;
  max-width: 32.5%;
}

.houses__item_2 {
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.houses__item_3 {
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  max-width: 32%;

}

.houses__item.active .houses__svg {
  opacity: 0.4;
}

.houses__svg {
  width:100%;
  opacity: 1;
  -webkit-transition:0.3s all ease;
  -moz-transition:0.3s all ease;
  transition:0.3s all ease;
}

.houses__polygon {
  fill:transparent;
  cursor: pointer;
}

.houses__bottom{
  background-color: #fff;
  color: #000;
}

.houses__all-sold {
  position: absolute;
  top:50%;
  left:50%;
  font-size:22px;
  text-transform: uppercase;
  padding:20px;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-transition:0.3s all  ease;
  -moz-transition:0.3s all  ease;
  transition:0.3s all  ease;
  z-index: 100;
  color: #000;
  font-weight:300;
  background: #fff;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
  box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -7px rgba(0,0,0,0.2);
  -webkit-transform: translate(-50%,-200%);
  -moz-transform: translate(-50%,-200%);
  transform: translate(-50%,-200%);
  opacity: 0;
  visibility: hidden;
}


.houses__item.active .houses__all-sold {
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 1;
  visibility: visible;
}

.footer-widget-title{
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0;
  color: #8e8e8e !important;
}

.footer__top{
  padding: 30px 0;
}

.footer__top-inner > div:not(:last-child){
  border-right: 1px solid #8e8e8e;
}

.widget-footer .textwidget{
  text-align: center;
  font-size: 18px;
}

.widget-footer .textwidget a, .widget-footer .textwidget p{
  color: #cab387 !important;
  margin-bottom: 20px;
}

.footer__bottom{
  background-color: #202020;
  margin-top: 30px;
  padding: 60px 0 80px 0;
}

.footer__bottom-inner{
  justify-content: space-between;
  align-items: center;
}

.footer__logo{
  width: 200px;
  height: 27px;
}

.footer__logo{
  position: absolute;
  left: 50%;
  margin-left: -100px;
}

.footer__logo a{
  outline: none;
}

.footer__links{
  display: flex;
  flex-direction: row;
}

.footer__links a{
  font-size: 20px;
  width: 56px;
  height: 56px;
  color: #cab387 !important;
  text-align: center;
  line-height: 3;
}

.footer__copyright{
  text-align: center;
  max-width: 360px;
  color: #7f7f7f !important;
}

@media(max-width: 1550px) {
  .floor-tabs__cont {
    margin-left:100px;
    max-width: none;
  }

}

@media(max-width: 1300px) {
  .floor-tabs__cont {
    margin-left:15px;
  }
}

@media(max-width: 1200px) {
  .modal__close_floor {
    top: 10px;
    right: 20px;
  }
  .modal__close_floor span {
    display: none;
  }

  .floor-tabs__cont {
    margin-left:auto;

    padding-top: 10px;
  }

  .floor-tabs__info {
    position: static;
    top:auto;
    right:auto;
    margin:20px auto;
  }

  .floor-tabs__info .floor-tabs__info__title {
    display: none;
  }

  .floor-tabs__pic .floor-tabs__info__title {
    display: block;
    line-height: 1;
    margin-bottom:15px;
  }

  .floor-tabs__pic {
    padding:10px 0;
    text-align: center;
  }

  .floor-tabs__info__title span {
    font-size:50px;
  }

  .floor-tabs__item {
    padding-bottom:70px;
  }

  .floor__links {
    right: 15px;
    bottom: 15px;
	flex-direction:column;
  }
	
  .floor__links a {
	  margin-left: 10px;
  }

  .icon-pdf {
    width:30px;
    height:39px;
	margin: 15px 10px 0 0;
  }

  .floor-nav {
    position:relative;
    top: auto;
    right:auto;
    margin:auto;
  }

  .floor-nav__title {
    font-size:20px;
  }

  .floor-nav__inner {
    margin: 10px auto;
    width: 250px;
    height: 70px;
    background: none;
    border: 2px solid #fff;
    position: relative;
    top:10px;
  }

  .floor-nav__arrow_up {
    right: 4px;
    -webkit-transform: rotate(-271deg);
    -moz-transform: rotate(-271deg);
    -ms-transform: rotate(-271deg);
    -o-transform: rotate(-271deg);
    transform: rotate(-271deg);
  }

  .floor-nav__arrow_down {
    left: 5px;
    -webkit-transform: rotate(91deg);
    -moz-transform: rotate(91deg);
    -ms-transform: rotate(91deg);
    -o-transform: rotate(91deg);
    transform: rotate(91deg);
  }

  .floor-nav__arrow {
    position: absolute;
    margin: 0;
    top: 23px;

    width: 35px;
    height: 19px;
  }

  .floor-nav__num {
    font-size: 50px;
    margin: 7px 0 0;
  }

  .floor__item-1 {
    padding:0;
    margin: 15px auto 0;
    max-width: 800px;
  }

  .modal-floor {
    padding:15px;
    padding-bottom: 70px;
  }

  .floor__download span {
    display: none;
  }
  .floor__download.floor__3d span {
    display: block;
  }

  .floor-tabs__pic img {
    margin-left:0;
    display: inline-block;
    vertical-align: top;
    max-width: 80%;
  }

  .house-location {
    left: 14px;
    bottom: 7px;
    right:auto;
  }
}

@media(max-width: 992px) {
  .houses__item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .houses__svg {
    display: block;
    margin:auto;
    max-width: 700px;
  }


    .houses__item_2 .houses__svg {
    opacity: 1;
  }

    .houses__item_2 .houses__all-sold {
    transform: translate(-50%,-50%);
    opacity: 1;
    visibility: visible;
    cursor:default;
  }

/*  .houses__item_3 .houses__svg {
    opacity: 0.4;
  }*/

  .houses__item_3 .houses__all-sold {
    transform: translate(-50%,-50%);
    opacity: 1;
    visibility: visible;
    cursor:default;
  }

  .houses__all-sold {
    font-size: 16px;
    padding: 10px;
  }

  .houses h1 {
    font-size:36px;
  }

  .footer__bottom-inner{
    flex-direction: column;
    align-items: center;
  }

  .footer__logo{
    position: static;
    margin: 60px auto;
  }
}

@media(max-height: 500px) {
  .house-location {
    top:7px;
    bottom: auto;
  }
}

@media(max-height: 650px) {
  .floor__download span {
    display: none;
  }
  .floor__download.floor__3d span {
    display: block;
  }
}

@media(max-width: 568px) {
  .all-floor-cont {
    width: auto;
    left: -15%;
    right: -15%;
    top: 80px;
    max-width: none;
    display: block;
    position: absolute;
    padding-top:0;
  }

  .houses h1 {
    font-size:30px;
    margin: 20px 0 0;
  }

  .footer__top-inner > div{
    border-right: none !important;
  }

  .footer__copyright{
    max-width: 260px;
  }
}

@media(max-width: 480px) {
  .floor-slider {
    position: absolute;
    width: auto;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
}

@media (max-height: 375px) {
  .floor-cont {
    max-height: none!important;
  }

  .floor__item-1 {
    max-width: 80%;
  }
}

.floor-tabs__img-box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 279px);
}

@media(max-width: 1200px){
  .floor-tabs__img-box{
    width: 100%;
  }
}

.floor-tabs__img-box img{
  margin: 0!important;
  max-width: 900px;
}