@charset "UTF-8";
/*!
Theme Name: TM Zone7
Theme URI: http://zone7.zooka.io/
Author: Zooka Team
Author URI: http://zooka.io/
Description: An Elegant And Modern Blog WordPress Theme
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tm-zone7
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
# Tools
# Generic
# Elements
# Objects
# Components
# Trumps
--------------------------------------------------------------*/
/*
Settings store all variables, config switches, etc.
Split up into logical sections, the smaller and simpler the better.
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #636c72; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 544px) {
    .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: 544px) {
    .container {
      width: 576px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 940px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 544px) {
    .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: 544px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 544px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      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 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-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: 544px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-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 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-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 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-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 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-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%; } }

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

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

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 544px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1920px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 544px) {
  .flex-sm-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1920px) {
  .flex-xxl-first {
    order: -1; }
  .flex-xxl-last {
    order: 1; }
  .flex-xxl-unordered {
    order: 0; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1920px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

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

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

.mr-0 {
  margin-right: 0 !important; }

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

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 544px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1920px) {
  .m-xxl-0 {
    margin: 0 0 !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0 {
    margin-left: 0 !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1 {
    margin-left: 0.25rem !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2 {
    margin-left: 0.5rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem 1rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3 {
    margin-left: 1rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4 {
    margin-left: 1.5rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem 3rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5 {
    margin-left: 3rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xxl-0 {
    padding: 0 0 !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0 {
    padding-left: 0 !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1 {
    padding-left: 0.25rem !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2 {
    padding-left: 0.5rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem 1rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3 {
    padding-left: 1rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4 {
    padding-left: 1.5rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem 3rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5 {
    padding-left: 3rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto {
    margin-left: auto !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1920px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

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

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

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

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

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

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1919px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 1920px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*
Tools store all programic Sass functionality.
If your tooling is simplistic enough, you can do something like:
  tools.mixins
If your tooling is more complex you can split it up like:
  tools.grid
  tools.typography
  etc.
*/
/*
Generic rules are project-agnostic.
These can be copied from any project to the next
*/
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; }

.widget_tm_instagram .tm-instagram .tm-instagram-pics::after, .sidebar .postswidget-wrapper .postswidget-list::after {
  display: block;
  content: "";
  clear: both; }

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover,
.button:hover,
a.button:hover, a, select,
textarea, .site-mobile-menu, .header02 .nav-menu > ul > li:before, .header02
.nav-menu > li:before, .nav-menu li.page_item.menu-item-has-children:after,
.nav-menu li.menu-item.menu-item-has-children:after, .nav-menu > ul > li .children li.page_item.page_item_has_children:after, .nav-menu > ul > li .children li.page_item.menu-item-has-children:after,
.nav-menu > li .sub-menu li.menu-item.page_item_has_children:after,
.nav-menu > li .sub-menu li.menu-item.menu-item-has-children:after, .site-search input, .search-menu-opened .site-search, .tagcloud a:hover:before, body.style-organic .tagcloud a:hover:before, body.style-sport .tagcloud a:hover:before, .sidebar .postswidget-wrapper.classic .postswidget-list .postswidget-thumb > a .overlay, .sidebar .postswidget-wrapper .postswidget-readmore:before, .sidebar .widget_text .widget-image .button-sidebar:hover, #page, .site-sidebar-menu {
  transition: all 0.3s ease-in-out; }

.nav-menu li.page_item.menu-item-has-children:after,
.nav-menu li.menu-item.menu-item-has-children:after, .nav-menu > ul > li .children li.page_item.page_item_has_children:after, .nav-menu > ul > li .children li.page_item.menu-item-has-children:after,
.nav-menu > li .sub-menu li.menu-item.page_item_has_children:after,
.nav-menu > li .sub-menu li.menu-item.menu-item-has-children:after, .nav-menu > ul > li .children li.page_item.page_item_has_children.has-hover-back:after, .nav-menu > ul > li .children li.page_item.menu-item-has-children.has-hover-back:after,
.nav-menu > li .sub-menu li.menu-item.page_item_has_children.has-hover-back:after,
.nav-menu > li .sub-menu li.menu-item.menu-item-has-children.has-hover-back:after, .nav-menu > ul > li .children li.page_item .children.hover-back li.page_item_has_children:after,
.nav-menu > ul > li .children li.page_item .children.hover-back li.menu-item-has-children:after,
.nav-menu > ul > li .children li.page_item .sub-menu.hover-back li.page_item_has_children:after,
.nav-menu > ul > li .children li.page_item .sub-menu.hover-back li.menu-item-has-children:after,
.nav-menu > li .sub-menu li.menu-item .children.hover-back li.page_item_has_children:after,
.nav-menu > li .sub-menu li.menu-item .children.hover-back li.menu-item-has-children:after,
.nav-menu > li .sub-menu li.menu-item .sub-menu.hover-back li.page_item_has_children:after,
.nav-menu > li .sub-menu li.menu-item .sub-menu.hover-back li.menu-item-has-children:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1; }

/*
Elements are rules for classless HTML tags.
There can exist no classes at this layer, only further into our triangle.
*/
abbr[title] {
  text-decoration: none;
  display: inline-block;
  line-height: 1; }

address {
  font-style: italic; }

input[type="button"],
input[type="submit"],
button,
.button,
a.button {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 10px 40px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #F8AF86;
  cursor: pointer;
  background-color: #F8AF86; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  button:hover,
  .button:hover,
  a.button:hover {
    background-color: transparent; }
  .widget_search input[type="button"], .widget_search
  input[type="submit"], .widget_search
  button, .widget_search
  .button, .widget_search
  a.button {
    margin: 0 auto;
    margin-top: 20px; }

del {
  color: #999999; }

dl {
  margin: 0 20px; }

dd {
  margin: 0 0 20px; }

h1, h2, h3, h4, h5, h6 {
  color: #111111;
  margin: 25px 0; }

img {
  max-width: 100%;
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */
  vertical-align: top; }

input[type='text'],
input[type='number'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='tel'],
textarea {
  font-size: 14px;
  display: block;
  padding: 9px 25px;
  color: #222;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
  transition: all .3s ease-in-out; }
  input[type='text']:focus,
  input[type='number']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='tel']:focus,
  textarea:focus {
    outline: none;
    border-color: #c7c7c7;
    box-shadow: none; }
  @media (max-width: 1199px) {
    input[type='text'],
    input[type='number'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    input[type='tel'],
    textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; } }

ins {
  text-decoration: none; }

a {
  color: #F8AF86;
  transition-duration: .2s; }
  a:hover, a:focus {
    text-decoration: none; }

.link-secret {
  color: currentColor; }

.link-underline a, a.link-underline {
  display: inline-block;
  border-bottom: 1px solid currentColor; }

p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 24px; }

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

p:empty {
  display: none; }

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 0;
  border-radius: 0;
  border-left: 3px solid #222; }

blockquote,
blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic; }

blockquote {
  border-left: 0;
  padding: 10px 0;
  margin-left: 40px; }

select,
textarea {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 20px;
  max-width: 100%;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: none;
  color: #888;
  vertical-align: top;
  font-size: 14px; }
  select:focus,
  textarea:focus {
    outline: none;
    color: #000;
    border-color: #999999; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ededed; }

table th {
  font-weight: bold; }

table thead th {
  text-transform: uppercase; }

table tr > th {
  padding-right: 20px; }

table td {
  padding: 6px 10px 6px 0;
  border-top: 1px solid #ededed; }

table tr td:first-of-type {
  padding-left: 10px; }

/*
Objects are 'formless', in other words invisible to the user, no cosmetics
  Eg. wrappers, grid systems, etc.
This is the first layer of classes and should be agnostically named
  Eg. list-inline, ui-list, etc.
*/
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: block; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    font-size: 0; }
    .owl-carousel .owl-nav .owl-prev:after,
    .owl-carousel .owl-nav .owl-next:after {
      font-family: FontAwesome;
      font-size: 27px;
      color: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0.3;
      width: 45px;
      height: 45px;
      border: 2px solid #ffffff;
      border-radius: 100%;
      background: #111111; }
    .owl-carousel .owl-nav .owl-prev:hover:after,
    .owl-carousel .owl-nav .owl-next:hover:after {
      opacity: 1; }
  .owl-carousel .owl-nav .owl-prev:after {
    content: '\f104';
    left: 0;
    padding-left: 14px;
    margin-left: 10px; }
  .owl-carousel .owl-nav .owl-next:after {
    content: '\f105';
    right: 0;
    padding-left: 16px;
    margin-right: 10px; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }

.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px; }
  .screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    clip: auto !important;
    padding: 15px 23px 14px;
    width: auto;
    height: auto;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #21759b;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.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: .8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center; }
  .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; }

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

body.style-classic h1, body.style-classic h2, body.style-classic h3, body.style-classic h4, body.style-classic h5, body.style-classic h6,
body.style-classic blockquote {
  font-family: 'Playfair Display', serif; }

body.style-classic p,
body.style-classic input[type="email"] {
  font-family: 'Lato', sans-serif; }

body.style-classic .widget-title, body.style-classic .categories, body.style-classic .post-date, body.style-classic .copyright-text,
body.style-classic .footer .sub-title,
body.style-classic .widget_categories a,
body.style-classic .insight-core-bmw a {
  font-family: 'Open Sans', sans-serif; }

body.style-classic .scrollup, body.style-classic input[type="submit"],
body.style-classic .site-search input, body.style-classic .nav-menu > ul > li:before,
body.style-classic .nav-menu > li:before {
  background-color: #F8AF86 !important; }

body.style-classic .header-menu.light .nav-menu > ul > li:hover:after,
body.style-classic .header-menu.light .nav-menu > li:hover:after {
  color: #F8AF86 !important; }

body.style-classic .header .social-links a:hover {
  color: #F8AF86; }

body.style-classic .header .subcribe a:hover {
  border-color: #F8AF86;
  background-color: #F8AF86; }

body.style-classic .header-menu .nav-menu > li:hover > a,
body.style-classic .header-menu .nav-menu > li:hover:after,
body.style-classic .header-menu .nav-menu > ul > li:hover > a,
body.style-classic .header-menu .nav-menu > ul > li:hover:after,
body.style-classic .header-menu .nav-menu > li.current-menu-item > a,
body.style-classic .header-menu .nav-menu > li.current-menu-item:after,
body.style-classic .header-menu .nav-menu > ul > li.current-menu-item > a,
body.style-classic .header-menu .nav-menu > ul > li.current-menu-item:after,
body.style-classic .widget_tm_instagram .tm-instagram .tm-instagram-follow-links a:hover {
  color: #F8AF86 !important; }

body.style-classic .footer.light a:hover {
  color: #F8AF86 !important; }

body.style-classic .footer.light .recent-posts .recent-posts__info .categories {
  color: #F8AF86 !important; }

body.style-classic .footer.dark a:hover {
  color: #F8AF86 !important; }

body.style-classic .footer.dark .footer-menu li a:hover {
  color: #F8AF86; }

body.style-classic .email-submit {
  border: 1px solid #F8AF86;
  background-color: #F8AF86; }
  .footer.light body.style-classic .email-submit {
    color: #ffffff; }
  .footer.dark body.style-classic .email-submit {
    color: #111111; }
  body.style-classic .email-submit:hover {
    border: 1px solid #F8AF86;
    background-color: #eeeeee;
    color: #F8AF86 !important; }

body.style-classic article a:hover {
  color: #F8AF86 !important; }

body.style-organic h1, body.style-organic h2, body.style-organic h3, body.style-organic h4, body.style-organic h5, body.style-organic h6,
body.style-organic blockquote, body.style-organic .author-info__name,
body.style-organic .comment-content, body.style-organic .recent-posts__info a {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important; }

body.style-organic p,
body.style-organic input[type="email"],
body.style-organic .widget_categories li a,
body.style-organic .insight-core-bmw li a {
  font-family: Lora, Georgia, serif; }
  body.style-organic p.more-link,
  body.style-organic input[type="email"].more-link,
  body.style-organic .widget_categories li a.more-link,
  body.style-organic .insight-core-bmw li a.more-link {
    font-family: 'Open Sans', sans-serif; }

body.style-organic .widget-title, body.style-organic .categories, body.style-organic .post-date, body.style-organic .copyright-text {
  font-family: 'Open Sans', sans-serif; }

body.style-organic .scrollup, body.style-organic input[type="submit"],
body.style-organic .site-search input, body.style-organic .nav-menu > ul > li:before,
body.style-organic .nav-menu > li:before {
  background-color: #95AF7E !important; }

body.style-organic .header-menu.light .nav-menu > ul > li:hover:after,
body.style-organic .header-menu.light .nav-menu > li:hover:after {
  color: #95AF7E !important; }

body.style-organic .header .social-links a:hover {
  color: #95AF7E; }

body.style-organic .header .subcribe a:hover {
  border-color: #95AF7E;
  background-color: #95AF7E; }

body.style-organic .header-menu .nav-menu > li:hover > a,
body.style-organic .header-menu .nav-menu > li:hover:after,
body.style-organic .header-menu .nav-menu > ul > li:hover > a,
body.style-organic .header-menu .nav-menu > ul > li:hover:after,
body.style-organic .header-menu .nav-menu > li.current-menu-item > a,
body.style-organic .header-menu .nav-menu > li.current-menu-item:after,
body.style-organic .header-menu .nav-menu > ul > li.current-menu-item > a,
body.style-organic .header-menu .nav-menu > ul > li.current-menu-item:after,
body.style-organic .widget_tm_instagram .tm-instagram .tm-instagram-follow-links a:hover {
  color: #95AF7E !important; }

body.style-organic .footer.light a:hover {
  color: #95AF7E !important; }

body.style-organic .recent-posts .recent-posts__info .categories {
  color: #95AF7E !important; }

body.style-organic .footer.dark a:hover {
  color: #95AF7E !important; }

body.style-organic .footer.dark .footer-menu li a:hover {
  color: #95AF7E; }

body.style-organic .email-submit {
  border: 1px solid #95AF7E;
  background-color: #95AF7E; }
  body.style-organic .email-submit:hover {
    border: 1px solid #95AF7E;
    color: #95AF7E !important; }

body.style-organic article a:hover {
  color: #95AF7E !important; }

body.style-sport h1, body.style-sport h2, body.style-sport h3, body.style-sport h4, body.style-sport h5, body.style-sport h6,
body.style-sport blockquote, body.style-sport .author-info__name,
body.style-sport .comment-content {
  font-family: 'Oswald', sans-serif; }

body.style-sport p,
body.style-sport input[type="email"],
body.style-sport .widget_categories li a,
body.style-sport .insight-core-bmw li a {
  font-family: 'Poppins', sans-serif; }

body.style-sport .widget-title, body.style-sport .categories, body.style-sport .post-date, body.style-sport .copyright-text, body.style-sport .sub-title {
  font-family: 'Open Sans', sans-serif; }

body.style-sport .scrollup, body.style-sport input[type="submit"],
body.style-sport .site-search input,
body.style-sport .nav-menu > ul > li:before,
body.style-sport .nav-menu > li:before {
  background-color: #5C83BC !important; }

body.style-sport .header-menu.light .nav-menu > ul > li:hover:after,
body.style-sport .header-menu.light .nav-menu > li:hover:after,
body.style-sport .header-menu.light .nav-menu > li:hover > a,
body.style-sport .header-menu.light .nav-menu > li:hover:after .header-menu.light .nav-menu > li.current-menu-item:hover > a,
body.style-sport .header-menu.light .nav-menu > li.current-menu-item:hover:after {
  color: #5C83BC !important; }

body.style-sport .header .social-links a:hover {
  color: #5C83BC; }

body.style-sport .header .subcribe a:hover {
  border-color: #5C83BC;
  background-color: #5C83BC; }

body.style-sport .header-menu .nav-menu > li:hover > a,
body.style-sport .header-menu .nav-menu > li:hover:after,
body.style-sport .header-menu .nav-menu > ul > li:hover > a,
body.style-sport .header-menu .nav-menu > ul > li:hover:after,
body.style-sport .header-menu .nav-menu > li.current-menu-item > a,
body.style-sport .header-menu .nav-menu > li.current-menu-item:after,
body.style-sport .header-menu .nav-menu > ul > li.current-menu-item > a,
body.style-sport .header-menu .nav-menu > ul > li.current-menu-item:after,
body.style-sport .widget_tm_instagram .tm-instagram .tm-instagram-follow-links a:hover {
  color: #5C83BC !important; }

body.style-sport .footer.light a:hover {
  color: #5C83BC !important; }

body.style-sport .recent-posts .recent-posts__info .categories {
  color: #5C83BC !important; }

body.style-sport .footer.dark a:hover {
  color: #5C83BC !important; }

body.style-sport .footer.dark .footer-menu li a:hover {
  color: #5C83BC; }

body.style-sport .email-submit {
  border: 1px solid #5C83BC;
  background-color: #5C83BC; }
  .footer.light body.style-sport .email-submit {
    color: #ffffff; }
  .footer.dark body.style-sport .email-submit {
    color: #111111; }
  body.style-sport .email-submit:hover {
    border: 1px solid #5C83BC;
    background-color: #eeeeee;
    color: #5C83BC !important; }

body.style-sport article a:hover {
  color: #5C83BC !important; }

body.style-classic .header-menu .nav-menu > li:hover > a,
body.style-classic .header-menu .nav-menu > li.current-menu-item:hover > a,
body.style-organic .header-menu .nav-menu > li:hover > a,
body.style-organic .header-menu .nav-menu > li.current-menu-item:hover > a,
body.style-sport .header-menu .nav-menu > li:hover > a,
body.style-sport .header-menu .nav-menu > li.current-menu-item:hover > a {
  color: #111111; }

body.style-classic .header02 .header-menu .nav-menu > li:hover > a,
body.style-organic .header02 .header-menu .nav-menu > li:hover > a,
body.style-sport .header02 .header-menu .nav-menu > li:hover > a {
  color: #ffffff !important; }

body.style-classic .more-link a:hover,
body.style-classic .banner-advert > a:hover,
body.style-organic .more-link a:hover,
body.style-organic .banner-advert > a:hover,
body.style-sport .more-link a:hover,
body.style-sport .banner-advert > a:hover {
  color: #ffffff !important; }

/*
Components are the stuff of UI. Eg. buttons, special titles, etc.
These get much more explicitly named: eg. products-list, etc.
*/
.header {
  position: relative;
  background-repeat: no-repeat;
  z-index: 10; }
  .is-sticky .header {
    z-index: 99 !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background-color: #ffffff; }
    .is-sticky .header .header-menu {
      display: none; }
    @media (min-width: 768px) {
      .admin-bar .is-sticky .header {
        top: 32px !important; } }
    @media (min-width: 544px) {
      .admin-bar .is-sticky .header {
        top: 0; } }
  .header button, .header .search-submit {
    display: none; }
  .header .top-header {
    padding: 30px 0; }
  @media (max-width: 991px) {
    .header .top-header {
      padding-top: 0; } }
  .header .site-branding {
    text-align: center; }
  .header .social-links {
    list-style: none;
    padding: 0; }
    .header .social-links li {
      display: inline-block;
      margin-right: 10px; }
      .header .social-links li:hover {
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
        .header .social-links li:hover a {
          color: #F8AF86; }
      .header .social-links li:before {
        display: none; }
      .header .social-links li:last-child {
        margin-right: 0; }
  .header .subcribe {
    float: right; }
    .header .subcribe a {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      padding: 10px 30px;
      border: 1px solid #cccccc;
      border-radius: 5px;
      color: #999999; }
      .header .subcribe a:hover {
        color: #ffffff !important;
        background-color: #F8AF86; }
  .header .offcanvas-button {
    cursor: pointer;
    text-align: left; }
    .header .offcanvas-button i {
      color: #333333; }
  .header .button-search {
    text-align: right; }
  .header.header02 #sidebar-left, .header.header03 #sidebar-left {
    padding: 20px 0; }
  .header.header02 .header-menu, .header.header03 .header-menu {
    border: none; }

@media (max-width: 991px) {
  .header01, .header02, .header03 {
    border-bottom: 1px solid #eeeeee; }
  .header02 .site-branding, .header03 .site-branding {
    padding: 20px 0 !important; }
  .header02 .mobile-menu-btn, .header03 .mobile-menu-btn {
    padding: 40px 0; }
  .header01 .site-branding {
    padding: 23px 0 !important; }
  .header01 .top-header {
    padding: 0; } }

@media (max-width: 767px) {
  .header02 .mobile-menu-btn, .header03 .mobile-menu-btn {
    padding: 20px 0 !important; }
  .header01 .mobile-menu-btn {
    padding: 12px 0; } }

.header02 .navbar,
.header03 .navbar {
  float: left; }

.header02 .site-right,
.header03 .site-right {
  text-align: right; }
  .header02 .site-right .social-links, .header02 .site-right .button-search,
  .header03 .site-right .social-links,
  .header03 .site-right .button-search {
    text-align: left;
    display: inline-block; }

.header02 .social-links,
.header03 .social-links {
  padding: 20px 0;
  margin: 0; }

.header02 .site-branding,
.header03 .site-branding {
  padding: 100px 0; }

.header03 .site-branding {
  padding: 60px 0; }

@media (max-width: 991px) {
  .header .site-branding {
    float: left; } }

.footer {
  padding: 80px 0; }
  .footer .container-fluid {
    margin: 0 180px; }
  @media (max-width: 1199px) {
    .footer .container-fluid {
      margin: 0; } }

.copyright1 {
  text-align: center;
  padding: 25px 0; }
  .copyright1 p {
    color: #878787;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px; }

.copyright1.dark {
  background-color: #111111; }

.copyright1.light {
  background-color: #ffffff; }

.site-footer {
  margin-top: 100px; }

.scrollup {
  display: block;
  cursor: pointer;
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: -50px;
  padding: 0 8px;
  font-size: 0;
  color: #ffffff !important;
  background-color: #F8AF86; }
  .scrollup i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px; }
  .scrollup.show {
    bottom: 70px;
    opacity: 0.8; }
  .scrollup:hover {
    color: #ffffff;
    font-size: 12px; }
    .scrollup:hover i {
      margin-right: 5px; }
  body.style-organic .scrollup {
    background-color: #95AF7E; }
  body.style-sport .scrollup {
    background-color: #5C83BC; }

#page:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 0;
  height: 0;
  background: rgba(11, 11, 11, 0.8);
  content: '';
  opacity: 0;
  transition: opacity .3s linear; }

body.mobile-menu-opened #page:after {
  width: 100%;
  height: 100%;
  opacity: 1; }

.mobile-menu-btn {
  width: 50px;
  float: right;
  padding: 20px 0;
  margin-right: -10px;
  top: 0;
  z-index: 999;
  position: relative; }
  .mobile-menu-btn path {
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    -o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    fill: none;
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #666666;
    stroke-dashoffset: 0; }
    .mobile-menu-btn path#top, .mobile-menu-btn path#bottom {
      stroke-dasharray: 240px 950px; }
    .mobile-menu-btn path#middle {
      stroke-dasharray: 240px 240px; }
  .mobile-menu-btn.is-active path#top,
  .mobile-menu-btn.is-active path#bottom {
    stroke-dashoffset: -650px; }
  .mobile-menu-btn.is-active path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .mobile-menu-btn .hamburger {
    transform: scale(1.2); }
  .mobile-menu-btn .hamburger-inner,
  .mobile-menu-btn .hamburger-inner:before,
  .mobile-menu-btn .hamburger-inner:after {
    height: 2px; } }

.site-mobile-menu .is-sticky {
  top: 69px !important; }

.site-mobile-menu {
  position: fixed;
  left: 0;
  z-index: 1000;
  display: block;
  overflow-x: hidden;
  width: 270px;
  height: 100%;
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(-100%, 0, 0); }
  .mobile-menu-opened .site-mobile-menu {
    transform: translate3d(0, 0, 0); }
  .mobile-search-opened .site-mobile-menu {
    display: none; }
  .site-mobile-menu .menu > ul,
  .site-mobile-menu .menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
  .site-mobile-menu .menu > ul li.page_item,
  .site-mobile-menu .menu li.menu-item {
    display: block;
    clear: both;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #e6e6e6;
    vertical-align: top; }
    .site-mobile-menu .menu > ul li.page_item.hide,
    .site-mobile-menu .menu li.menu-item.hide {
      display: none; }
    .site-mobile-menu .menu > ul li.page_item.over > .children,
    .site-mobile-menu .menu > ul li.page_item.over > .sub-menu,
    .site-mobile-menu .menu li.menu-item.over > .children,
    .site-mobile-menu .menu li.menu-item.over > .sub-menu {
      transform: translateX(0); }
    .site-mobile-menu .menu > ul li.page_item.mega-menu .sub-menu .menu-item-object-ic_mega_menu,
    .site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .menu-item-object-ic_mega_menu {
      padding-top: 20px;
      padding-bottom: 20px; }
    .site-mobile-menu .menu > ul li.page_item.mega-menu .sub-menu .mega-menu-content,
    .site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .mega-menu-content {
      padding: 0; }
    .site-mobile-menu .menu > ul li.page_item.page_item_has_children, .site-mobile-menu .menu > ul li.page_item.menu-item-has-children,
    .site-mobile-menu .menu li.menu-item.page_item_has_children,
    .site-mobile-menu .menu li.menu-item.menu-item-has-children {
      padding-right: 0; }
    .site-mobile-menu .menu > ul li.page_item > a,
    .site-mobile-menu .menu li.menu-item > a {
      text-transform: uppercase;
      font-weight: 500;
      line-height: 40px; }
    .site-mobile-menu .menu > ul li.page_item .open-child,
    .site-mobile-menu .menu li.menu-item .open-child {
      top: 0;
      z-index: 100;
      display: inline-block;
      float: right;
      padding-right: 20px;
      padding-left: 15px;
      vertical-align: middle;
      font-size: 0;
      line-height: 0; }
      .site-mobile-menu .menu > ul li.page_item .open-child:before,
      .site-mobile-menu .menu li.menu-item .open-child:before {
        display: block;
        color: #cccccc;
        font-size: 20px;
        line-height: 40px;
        content: '\f105';
        font-family: FontAwesome; }
  .site-mobile-menu .menu > ul > li .children,
  .site-mobile-menu .menu > li .sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    float: left;
    margin: 0;
    padding: 0;
    min-height: 100% !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: #f5f5f5;
    list-style: none;
    transform: translateX(100%);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .site-mobile-menu .menu-back,
  .site-mobile-menu .menu-show-all {
    display: block;
    padding-left: 20px;
    border-bottom: 1px solid #e6e6e6; }
    .site-mobile-menu .menu-back a,
    .site-mobile-menu .menu-show-all a {
      text-transform: uppercase;
      font-weight: 500;
      line-height: 40px; }
  .site-mobile-menu .menu-back {
    background-color: #e6e6e6; }
    .site-mobile-menu .menu-back:before {
      display: inline-block;
      float: left;
      font-size: 20px;
      line-height: 39px;
      font-family: FontAwesome;
      content: '\f104'; }
    .site-mobile-menu .menu-back a {
      padding-left: 15px; }
  @media (min-width: 768px) {
    .site-mobile-menu {
      top: auto !important; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .site-mobile-menu {
      width: 600px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .admin-bar .site-mobile-menu {
    top: 32px; } }
  @media (min-width: 1200px) {
    .site-mobile-menu {
      display: none; } }
  .site-mobile-menu a {
    color: #888888 !important; }

.site-mobile-menu #searchform {
  position: relative;
  padding: 10px;
  background-color: #e6e6e6; }
  .site-mobile-menu #searchform input[type='text'] {
    padding: 9px 15px;
    font-size: 14px;
    display: block;
    color: #222222;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    transition: all .3s ease-in-out;
    outline: none; }
  .site-mobile-menu #searchform button {
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: transparent;
    border: none;
    color: #aaaaaa;
    font-size: 0;
    padding: 0;
    transform: translateY(-50%); }
    .site-mobile-menu #searchform button:after {
      font-size: 18px;
      line-height: 40px;
      content: '\f002';
      font-family: FontAwesome;
      color: #000000; }

.site-mobile-menu .social-links {
  padding-left: 0;
  margin-top: 30px;
  text-align: center;
  list-style: none; }
  .site-mobile-menu .social-links li {
    display: inline-block;
    margin-right: 10px; }
    .site-mobile-menu .social-links li i {
      font-size: 15px; }
      .site-mobile-menu .social-links li i:hover {
        color: #F8AF86; }

.header-menu {
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-align: center; }
  .is-sticky .header-menu {
    z-index: 999 !important;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .admin-bar .is-sticky .header-menu {
      top: 32px !important; }

.site-menu {
  align-items: center; }

.header-menu.sticky {
  display: block;
  left: 0;
  z-index: 99 !important;
  top: 0; }
  .header02 .header-menu.sticky,
  .header03 .header-menu.sticky {
    border-bottom: 1px solid #eeeeee; }

.nav-menu > ul,
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }

.nav-menu > ul > li,
.nav-menu > li {
  position: relative;
  display: inline-block;
  padding: 20px 14px;
  font-size: 14px; }
  .nav-menu > ul > li > a,
  .nav-menu > li > a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    padding: 0 5px;
    z-index: 100; }
    .nav-menu > ul > li > a > i,
    .nav-menu > li > a > i {
      margin-right: 10px; }
  .header02 .nav-menu > ul > li, .header02
  .nav-menu > li {
    position: relative; }
    .header02 .nav-menu > ul > li:before, .header02
    .nav-menu > li:before {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      content: '';
      top: 49%;
      left: 50%;
      opacity: 0;
      visibility: hidden;
      transform: translateX(-50%) translateY(-49%) skewX(-20deg);
      z-index: 10; }
    .header02 .nav-menu > ul > li:hover, .header02
    .nav-menu > li:hover {
      background-color: transparent !important; }
      .header02 .nav-menu > ul > li:hover:before, .header02
      .nav-menu > li:hover:before {
        opacity: 1;
        visibility: visible; }
    .header02 .nav-menu > ul > li:after, .header02
    .nav-menu > li:after {
      display: none !important; }

.nav-menu li.page_item:hover > a:after,
.nav-menu li.menu-item:hover > a:after {
  width: 100%; }

.nav-menu li.page_item:hover > .children,
.nav-menu li.page_item:hover > .sub-menu,
.nav-menu li.menu-item:hover > .children,
.nav-menu li.menu-item:hover > .sub-menu {
  top: 100%;
  z-index: 999;
  visibility: visible;
  opacity: 1; }
  .nav-menu li.page_item:hover > .children li,
  .nav-menu li.page_item:hover > .sub-menu li,
  .nav-menu li.menu-item:hover > .children li,
  .nav-menu li.menu-item:hover > .sub-menu li {
    padding: 0 !important; }

.nav-menu li.page_item.menu-item-has-children:after,
.nav-menu li.menu-item.menu-item-has-children:after {
  font-size: 14px;
  vertical-align: middle;
  margin-top: 10px;
  color: #999999;
  transform: translateY(-50%);
  z-index: 99;
  content: ""; }

@media (max-width: 991px) {
  .nav-menu li.page_item,
  .nav-menu li.menu-item {
    padding: 20px 9px; } }

.nav-menu > ul > li .children,
.nav-menu > li .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: -1;
  visibility: hidden;
  margin: 0;
  padding: 0 !important;
  width: 200px;
  background-color: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  list-style: none;
  text-align: left;
  opacity: 0;
  font-weight: 400;
  transition: all 0.3s ease-in-out 0.1s; }
  .nav-menu > ul > li .children.hover-back,
  .nav-menu > li .sub-menu.hover-back {
    right: 0;
    left: auto; }

.nav-menu > ul > li .children li.page_item,
.nav-menu > li .sub-menu li.menu-item {
  position: relative;
  display: block;
  line-height: 1.5;
  border-bottom: 1px solid #eeeeee; }
  .nav-menu > ul > li .children li.page_item.page_item_has_children:after, .nav-menu > ul > li .children li.page_item.menu-item-has-children:after,
  .nav-menu > li .sub-menu li.menu-item.page_item_has_children:after,
  .nav-menu > li .sub-menu li.menu-item.menu-item-has-children:after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 16px;
    margin: -1px;
    content: "";
    transform: translateY(-50%); }
  .nav-menu > ul > li .children li.page_item.page_item_has_children.has-hover-back:after, .nav-menu > ul > li .children li.page_item.menu-item-has-children.has-hover-back:after,
  .nav-menu > li .sub-menu li.menu-item.page_item_has_children.has-hover-back:after,
  .nav-menu > li .sub-menu li.menu-item.menu-item-has-children.has-hover-back:after {
    content: ""; }
  .nav-menu > ul > li .children li.page_item.page_item_has_children.has-hover-back > a, .nav-menu > ul > li .children li.page_item.menu-item-has-children.has-hover-back > a,
  .nav-menu > li .sub-menu li.menu-item.page_item_has_children.has-hover-back > a,
  .nav-menu > li .sub-menu li.menu-item.menu-item-has-children.has-hover-back > a {
    padding-left: 25px; }
  .nav-menu > ul > li .children li.page_item:hover > a,
  .nav-menu > li .sub-menu li.menu-item:hover > a {
    transform: translate(5px);
    color: #F8AF86; }
    body.style-organic .nav-menu > ul > li .children li.page_item:hover > a, body.style-organic
    .nav-menu > li .sub-menu li.menu-item:hover > a {
      color: #95AF7E; }
    body.style-sport .nav-menu > ul > li .children li.page_item:hover > a, body.style-sport
    .nav-menu > li .sub-menu li.menu-item:hover > a {
      color: #5C83BC; }
  .nav-menu > ul > li .children li.page_item:hover > .children,
  .nav-menu > ul > li .children li.page_item:hover > .sub-menu,
  .nav-menu > li .sub-menu li.menu-item:hover > .children,
  .nav-menu > li .sub-menu li.menu-item:hover > .sub-menu {
    left: 100%; }
    .nav-menu > ul > li .children li.page_item:hover > .children.hover-back,
    .nav-menu > ul > li .children li.page_item:hover > .sub-menu.hover-back,
    .nav-menu > li .sub-menu li.menu-item:hover > .children.hover-back,
    .nav-menu > li .sub-menu li.menu-item:hover > .sub-menu.hover-back {
      right: 100%; }
  .nav-menu > ul > li .children li.page_item a,
  .nav-menu > li .sub-menu li.menu-item a {
    display: block;
    padding: 12px 15px; }
  .nav-menu > ul > li .children li.page_item > a,
  .nav-menu > li .sub-menu li.menu-item > a {
    color: currentColor; }
  .nav-menu > ul > li .children li.page_item .children,
  .nav-menu > ul > li .children li.page_item .sub-menu,
  .nav-menu > li .sub-menu li.menu-item .children,
  .nav-menu > li .sub-menu li.menu-item .sub-menu {
    top: 0;
    left: 110%; }
    .nav-menu > ul > li .children li.page_item .children.hover-back,
    .nav-menu > ul > li .children li.page_item .sub-menu.hover-back,
    .nav-menu > li .sub-menu li.menu-item .children.hover-back,
    .nav-menu > li .sub-menu li.menu-item .sub-menu.hover-back {
      right: 110%;
      left: auto; }
      .nav-menu > ul > li .children li.page_item .children.hover-back li.page_item_has_children:after,
      .nav-menu > ul > li .children li.page_item .children.hover-back li.menu-item-has-children:after,
      .nav-menu > ul > li .children li.page_item .sub-menu.hover-back li.page_item_has_children:after,
      .nav-menu > ul > li .children li.page_item .sub-menu.hover-back li.menu-item-has-children:after,
      .nav-menu > li .sub-menu li.menu-item .children.hover-back li.page_item_has_children:after,
      .nav-menu > li .sub-menu li.menu-item .children.hover-back li.menu-item-has-children:after,
      .nav-menu > li .sub-menu li.menu-item .sub-menu.hover-back li.page_item_has_children:after,
      .nav-menu > li .sub-menu li.menu-item .sub-menu.hover-back li.menu-item-has-children:after {
        content: ""; }
      .nav-menu > ul > li .children li.page_item .children.hover-back li.page_item_has_children > a,
      .nav-menu > ul > li .children li.page_item .children.hover-back li.menu-item-has-children > a,
      .nav-menu > ul > li .children li.page_item .sub-menu.hover-back li.page_item_has_children > a,
      .nav-menu > ul > li .children li.page_item .sub-menu.hover-back li.menu-item-has-children > a,
      .nav-menu > li .sub-menu li.menu-item .children.hover-back li.page_item_has_children > a,
      .nav-menu > li .sub-menu li.menu-item .children.hover-back li.menu-item-has-children > a,
      .nav-menu > li .sub-menu li.menu-item .sub-menu.hover-back li.page_item_has_children > a,
      .nav-menu > li .sub-menu li.menu-item .sub-menu.hover-back li.menu-item-has-children > a {
        padding-left: 25px; }

.header-menu.dark {
  background-color: #111111 !important;
  border-color: #111111 !important; }
  .header-menu.dark .nav-menu > ul > li,
  .header-menu.dark .nav-menu > li {
    background-color: #111111 !important; }
    .header-menu.dark .nav-menu > ul > li > a,
    .header-menu.dark .nav-menu > li > a {
      color: #ffffff !important; }
  .header-menu.dark .nav-menu li.page_item.menu-item-has-children:after,
  .header-menu.dark .nav-menu li.menu-item.menu-item-has-children:after {
    color: #ffffff; }
  .header-menu.dark .button-search {
    color: #999999; }
  .header-menu.dark .offcanvas-button i:before {
    color: #999999; }
  .header02 .header-menu.dark {
    border: none !important; }
    .header02 .header-menu.dark .nav-menu > li.page_item.menu-item-has-children:after,
    .header02 .header-menu.dark .nav-menu > li.menu-item.menu-item-has-children:after {
      display: none; }
    .header02 .header-menu.dark .nav-menu li.page_item.menu-item-has-children:after,
    .header02 .header-menu.dark .nav-menu li.menu-item.menu-item-has-children:after {
      color: #999999; }
  .header03 .header-menu.dark {
    border: none !important; }
  .header01 .header-menu.dark .button-search i:after {
    display: none; }

.header-menu.light {
  background-color: #ffffff !important;
  border-color: #ffffff; }
  .header-menu.light .nav-menu > ul > li,
  .header-menu.light .nav-menu > li {
    background-color: #ffffff !important; }
    .header-menu.light .nav-menu > ul > li > a,
    .header-menu.light .nav-menu > li > a {
      color: #111111; }
  .header-menu.light .nav-menu li.page_item.menu-item-has-children:after,
  .header-menu.light .nav-menu li.menu-item.menu-item-has-children:after {
    display: inline-block;
    color: #111111; }
  .header-menu.light .offcanvas-button i:before {
    color: #999999; }
  .header03 .header-menu.light {
    border-bottom: 1px solid #eeeeee; }
  .header02 .header-menu.light {
    border-bottom: 1px solid #eeeeee; }
  .header01 .header-menu.light .button-search i:after {
    display: none; }

.header01 .header-menu.custom .site-menu {
  border-top: 1px solid #eeeeee !important; }

.header01 .header-menu.custom .button-search i {
  color: #333333; }

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-menu .menu-item {
    padding: 20px 5px; } }

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

.big-title h1.entry-header {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.2em;
  text-transform: capitalize;
  font-weight: 900; }

.big-title p {
  letter-spacing: 0.12em; }

.big-title .sub-title {
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #F8AF86; }
  body.style-organic .big-title .sub-title {
    background-color: #95AF7E !important; }
  body.style-sport .big-title .sub-title {
    background-color: #95AF7E !important; }

.img-aboutme {
  max-height: 700px; }
  .img-aboutme .wpb_single_image {
    margin: 0 !important; }

.quote-about-me {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  text-align: center; }
  .quote-about-me .wpb_wrapper {
    max-width: 50%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .quote-about-me .wpb_wrapper {
        max-width: 100%; } }
    .quote-about-me .wpb_wrapper p:before, .quote-about-me .wpb_wrapper p:after {
      display: block;
      content: '';
      height: 1px;
      width: 80%;
      margin: 0 auto;
      background-color: #eeeeee; }
    .quote-about-me .wpb_wrapper p:before {
      margin-bottom: 30px; }
    .quote-about-me .wpb_wrapper p:after {
      margin-top: 30px; }
    .quote-about-me .wpb_wrapper:before {
      position: absolute;
      display: block;
      content: '”';
      font-size: 25px;
      left: 50%;
      transform: translateX(-50%);
      margin-top: -25px;
      border: 15px solid #ffffff;
      border-radius: 100%; }

.page .content-page {
  padding: 30px;
  border: 1px solid #eeeeee;
  margin: 0 0 100px 0; }
  @media (max-width: 543px) {
    .page .content-page {
      padding: 25px; } }
  .page .content-page > p {
    font-size: 15px;
    line-height: 1.5em; }
  .page .content-page .tm-aboutme {
    text-align: center; }
  .page .content-page .tm-aboutme__sign {
    margin-bottom: 15px; }

.tm-aboutme__social {
  list-style: none;
  padding: 0 !important; }
  .tm-aboutme__social li.tm-aboutme__social__item {
    position: relative;
    display: inline-block; }
    .tm-aboutme__social li.tm-aboutme__social__item > a {
      text-transform: uppercase;
      font-weight: 600;
      padding: 0 12px;
      font-size: 12px; }
      .tm-aboutme__social li.tm-aboutme__social__item > a:before {
        position: absolute;
        display: block;
        background-color: #f8af86;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        content: '';
        border-radius: 100%; }
    @media (min-width: 768px) {
      .tm-aboutme__social li.tm-aboutme__social__item:first-child a:before {
        display: none; }
        .social-contact .tm-aboutme__social li.tm-aboutme__social__item:first-child a:before {
          display: block; } }

.page-gallery {
  margin-bottom: 50px; }
  .page-gallery .sub-title {
    display: none; }
  .page-gallery .vc_pageable-load-more-btn a {
    max-width: 200px;
    width: 100%;
    padding: 12px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #222222 !important;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4em; }
    .page-gallery .vc_pageable-load-more-btn a:hover {
      background-color: #F8AF86 !important; }
      body.style-organic .page-gallery .vc_pageable-load-more-btn a:hover {
        background-color: #95AF7E !important; }
      body.style-sport .page-gallery .vc_pageable-load-more-btn a:hover {
        background-color: #95AF7E !important; }

.error-404 {
  position: relative; }
  .error-404:after {
    content: '';
    z-index: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .error-404 .page-title {
    font-weight: 700;
    font-size: 80px; }
  .error-404 .container {
    position: relative;
    z-index: 2; }
  .error-404 .content-404 {
    padding: 270px 0 !important;
    text-align: center; }
    .error-404 .content-404 p {
      font-size: 30px; }
      .error-404 .content-404 p a {
        font-size: 30px; }

.wpcf7 .col-md-6 {
  padding: 0 5px; }
  .wpcf7 .col-md-6.half-left {
    padding-left: 15px; }
    @media (max-width: 767px) {
      .wpcf7 .col-md-6.half-left {
        padding: 15px; } }
  .wpcf7 .col-md-6.half-right {
    padding-right: 15px; }
    @media (max-width: 767px) {
      .wpcf7 .col-md-6.half-right {
        padding: 0 15px; } }

.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
  border: 1px solid #eeeeee;
  box-shadow: none;
  color: #888888;
  vertical-align: top;
  font-size: 14px;
  background-color: #ffffff; }

.wpcf7 input[type='submit'] {
  background-color: #111111;
  border: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4em; }
  .wpcf7 input[type='submit']:hover {
    background-color: #F8AF86;
    color: #ffffff !important; }

.wpcf7 .row-contact {
  padding-bottom: 10px; }

.address {
  letter-spacing: 0.01em; }

.archive article {
  margin-bottom: 20px; }

article {
  margin-bottom: 50px; }
  .tm-post-option article,
  .featured-posts article,
  .vc_row article,
  .single article,
  .vc_desktop article {
    margin: 0; }
  .archive article {
    margin-bottom: 40px; }

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

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

.byline {
  display: none !important; }

.entry-header {
  text-align: center; }
  .entry-header .entry-title {
    margin: 0;
    letter-spacing: 0.02em;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 28px;
    color: #111111; }
    .entry-header .entry-title a {
      font-size: 28px;
      color: #111111; }
      .post-grid-layout .entry-header .entry-title a,
      .post-list-layout .entry-header .entry-title a {
        font-size: 20px; }
        @media (max-width: 991px) {
          .post-grid-layout .entry-header .entry-title a,
          .post-list-layout .entry-header .entry-title a {
            font-size: 16px; } }
      .post-fullwidth .entry-header .entry-title a {
        font-size: 28px; }
      @media (max-width: 543px) {
        .entry-header .entry-title a {
          font-size: 17px; } }
    .entry-header .entry-title.page {
      background-color: #f8f8f8;
      padding: 50px 0;
      margin-bottom: 50px; }
    .list-content .entry-header .entry-title {
      padding: 10px 0; }
    @media (max-width: 991px) {
      .entry-header .entry-title {
        line-height: 0.8em; } }
    .single .entry-header .entry-title {
      padding: 15px 0; }
    .post-related .entry-header .entry-title {
      padding: 0 !important; }
    .archive .entry-header .entry-title {
      padding: 15px 0; }
    @media (max-width: 543px) {
      .entry-header .entry-title {
        padding: 10px 0; } }
  .post-slider .entry-header {
    padding: 0 !important; }
  .entry-header .post-date {
    display: inline-block; }
  .post-list-layout .entry-header {
    padding: 0;
    margin-top: 20px;
    text-align: left; }
    .post-list-layout .entry-header .post-categories,
    .post-list-layout .entry-header .post-date {
      display: inline-block; }
    body.style-sport .post-list-layout .entry-header {
      padding-bottom: 0; }
  .entry-header .header-page {
    letter-spacing: 0.02em;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 28px;
    color: #111111;
    margin: 0 0 10px 0; }
  .entry-header.big-title {
    padding: 50px 0;
    margin-bottom: 70px; }
    .entry-header.big-title .entry-title {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.12em;
      line-height: 1.2em;
      text-transform: uppercase;
      color: #F8AF86; }
      .entry-header.big-title .entry-title p {
        margin-bottom: 15px; }
      body.style-organic .entry-header.big-title .entry-title {
        color: #95AF7E; }
      body.style-sport .entry-header.big-title .entry-title {
        color: #5C83BC; }
      .entry-header.big-title .entry-title .vcard {
        text-transform: capitalize;
        letter-spacing: 0.02em;
        line-height: 1.2em;
        font-weight: 900;
        font-size: 28px;
        color: #111111;
        margin-bottom: 10px; }
      .entry-header.big-title .entry-title span {
        font-style: italic;
        font-size: 13px;
        color: #878787;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0; }
  .entry-header.above {
    padding-bottom: 15px; }
  .entry-header.below {
    z-index: 1;
    position: relative; }
  .post-fullwidth .entry-header,
  .post-simple-layout .entry-header {
    padding-bottom: 20px;
    margin: 0; }
    .post-fullwidth .entry-header .entry-title,
    .post-simple-layout .entry-header .entry-title {
      padding: 10px 0; }
    body.style-sport .post-fullwidth .entry-header, body.style-sport
    .post-simple-layout .entry-header {
      padding: 15px 0 0 0; }
  body.style-organic .entry-header {
    margin: -60px auto 0 auto;
    max-width: 500px;
    background-color: #ffffff;
    padding-bottom: 15px; }
  .none-style-page .entry-header {
    margin: 0 !important;
    background: none !important; }
  .post-slider .entry-header {
    margin: 0 !important;
    background: none !important;
    padding: 0 !important;
    max-width: none !important; }
  body.style-sport .entry-header {
    padding-bottom: 15px; }
  .post-option .entry-header {
    padding: 0 !important; }
  .featured-list .entry-header {
    margin: 0 !important; }
  .list-content .entry-header {
    margin: 0 !important;
    padding: 25px 0 0 0 !important; }

.post-categories {
  display: inline-block;
  margin: 0 !important; }
  .post-categories a {
    position: relative;
    background-color: transparent;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 15px;
    color: #F8AF86; }
    body.style-organic .post-categories a {
      color: #95AF7E; }
    body.style-sport .post-categories a {
      color: #5C83BC; }
      body.style-sport .post-categories a:before, body.style-sport .post-categories a:after {
        content: '/';
        margin-left: -10px; }
      body.style-sport .post-categories a:after {
        left: 100%;
        margin-left: 2px; }
    .post-categories a:before, .post-categories a:after {
      position: absolute;
      content: '#';
      top: 0;
      left: 0;
      margin-left: -15px;
      font-size: 14px; }
    .post-categories a:after {
      content: ''; }
    .archive .post-categories a {
      color: #F8AF86; }
  body.style-sport .post-categories {
    padding: 0; }
  .below .post-categories {
    padding: 20px 0 10px 0; }

.site-content {
  border: 1px solid #eeeeee; }
  .site-content .entry-content {
    padding: 30px;
    text-align: left; }
    body.style-organic .site-content .entry-content {
      padding-top: 0; }
    .post-grid-layout .site-content .entry-content {
      padding: 0; }
  .site-content .entry-footer {
    border-top: 1px solid #eeeeee; }
  .site-content .post-author,
  .site-content .post-comments,
  .site-content .like,
  .site-content .post-share-buttons {
    position: relative;
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase; }
    .site-content .post-author a,
    .site-content .post-comments a,
    .site-content .like a,
    .site-content .post-share-buttons a {
      position: relative;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 1.6em;
      color: #888888; }
      .site-content .post-author a:before,
      .site-content .post-comments a:before,
      .site-content .like a:before,
      .site-content .post-share-buttons a:before {
        font-family: FontAwesome;
        content: '\f040';
        font-size: 15px;
        margin-right: 10px; }
      .site-content .post-author a:hover,
      .site-content .post-comments a:hover,
      .site-content .like a:hover,
      .site-content .post-share-buttons a:hover {
        color: #F8AF86; }

@media (min-width: 768px) and (max-width: 991px) {
  .site-content .post-author a,
  .site-content .post-comments a,
  .site-content .like a,
  .site-content .post-share-buttons a {
    font-size: 10px; } }
    .site-content .post-author:after,
    .site-content .post-comments:after,
    .site-content .like:after,
    .site-content .post-share-buttons:after {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: block;
      content: '';
      width: 1px;
      height: 50px;
      background-color: #eeeeee; }
      @media (max-width: 1199px) {
        .site-content .post-author:after,
        .site-content .post-comments:after,
        .site-content .like:after,
        .site-content .post-share-buttons:after {
          height: 30px; } }
    .site-content .post-author:first-child:after,
    .site-content .post-comments:first-child:after,
    .site-content .like:first-child:after,
    .site-content .post-share-buttons:first-child:after {
      display: none; }
    @media (max-width: 1199px) {
      .site-content .post-author,
      .site-content .post-comments,
      .site-content .like,
      .site-content .post-share-buttons {
        padding: 10px 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .site-content .post-author,
  .site-content .post-comments,
  .site-content .like,
  .site-content .post-share-buttons {
    padding: 10px 0; } }
  @media (max-width: 543px) {
    .site-content .post-author,
    .site-content .post-comments {
      border-bottom: 1px solid #eeeeee; } }
  .site-content .post-comments a:before {
    content: '\f0e5'; }
  .site-content .like a:before {
    content: '\f08a'; }
  .site-content .like a.liked:before {
    content: '\f004'; }
  .site-content .like a.loading:before {
    content: '\f110';
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }
  @media (max-width: 543px) {
    .site-content .like {
      text-align: center !important; } }
  @media (max-width: 543px) {
    .site-content .like:after {
      display: none; } }
  .site-content .post-share-buttons a {
    font-size: 15px;
    padding: 0 4px; }
    .site-content .post-share-buttons a:before {
      display: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .site-content .post-share-buttons a {
    font-size: 12px; } }
  .post-grid-layout .site-content {
    padding: 30px;
    margin: 0 0 50px 0; }

.more-link {
  text-align: center;
  padding-top: 20px; }
  .more-link a {
    max-width: 200px;
    width: 100%;
    padding: 12px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #222222;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4em; }
    .more-link a:hover {
      background-color: #F8AF86; }
      body.style-organic .more-link a:hover {
        background-color: #95AF7E; }
      body.style-sport .more-link a:hover {
        background-color: #5C83BC; }
    @media (max-width: 991px) {
      .more-link a {
        padding: 12px 10px; } }
  .post-grid-layout .more-link {
    margin-bottom: 15px; }

article.post-list-item {
  margin-bottom: 30px;
  margin-right: -15px;
  margin-left: -15px; }
  article.post-list-item .post-img {
    padding: 0; }
  article.post-list-item .post-comments a {
    padding-left: 25px; }
    article.post-list-item .post-comments a:before {
      position: absolute;
      top: 50%;
      left: 0;
      padding-left: 20px;
      font-family: FontAwesome;
      content: '\f0e5';
      font-size: 15px;
      transform: translateY(-50%); }
      @media (max-width: 543px) {
        article.post-list-item .post-comments a:before {
          padding: 0; } }
  @media (max-width: 543px) {
    article.post-list-item .post-comments {
      padding: 10px 0; } }
  article.post-list-item .post-share-buttons {
    text-align: right; }
    article.post-list-item .post-share-buttons a {
      padding: 0 5px; }
    @media (max-width: 543px) {
      article.post-list-item .post-share-buttons {
        padding: 10px 0; } }

.post-simple-layout article {
  margin-bottom: 30px; }

time {
  font-style: italic;
  font-size: 13px;
  line-height: 1.6em;
  color: #888888; }
  time.updated:before {
    content: '-';
    margin-right: 5px; }
  time.published {
    display: none; }
  .featured-grid time:before,
  .single time:before,
  .slider time:before,
  .above time:before {
    display: none; }

.single .site-content {
  margin: 0; }

.single .entry-header {
  text-align: center;
  background-color: #f8f8f8;
  padding: 45px 0;
  margin-bottom: 70px; }
  .single .entry-header .entry-title a {
    color: #111111; }

.single .site-content {
  padding: 30px; }

.single .entry-content {
  padding: 0; }

.single .entry-footer {
  border-top: none; }
  .single .entry-footer .post-meta {
    align-items: center;
    padding-top: 50px; }
  .single .entry-footer .like:after {
    display: none; }
  @media (max-width: 991px) {
    .single .entry-footer .like {
      text-align: center; } }

.single .tagcloud {
  padding: 0; }
  .single .tagcloud:first-child {
    padding-left: 15px; }

.single .like, .single .post-share-buttons {
  padding: 0;
  text-align: center;
  line-height: 40px; }

@media (max-width: 543px) {
  .single .like {
    text-align: left; } }

@media (max-width: 543px) {
  .single .post-share-buttons {
    text-align: right; } }

.single .post-share-buttons {
  padding-right: 15px; }
  .single .post-share-buttons:after {
    top: 20px;
    left: 0;
    height: 35px; }
    @media (max-width: 1199px) {
      .single .post-share-buttons:after {
        left: 0; } }
  @media (max-width: 543px) {
    .single .post-share-buttons {
      padding-right: 0; } }

.single .author-info {
  position: relative;
  border: 1px solid #eeeeee;
  text-align: center;
  margin: 80px 0;
  padding: 70px 30px 50px 30px; }
  .single .author-info img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 15px solid #ffffff; }
  .single .author-info .author-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #F8AF86; }
    body.style-organic .single .author-info .author-title {
      color: #95AF7E; }
    body.style-sport .single .author-info .author-title {
      color: #5C83BC; }
  .single .author-info .author-info__name {
    font-weight: 700;
    font-size: 22px;
    color: #111111;
    letter-spacing: 0.02em;
    line-height: 1.4em; }
  .single .author-info .author-info__description {
    margin: 30px 0;
    text-align: justify; }
  .single .author-info .author-social {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 12px;
    font-size: 12px; }
    .single .author-info .author-social:before {
      position: absolute;
      display: block;
      background-color: #f8af86;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
      width: 5px;
      height: 5px;
      content: '';
      border-radius: 100%; }
    .single .author-info .author-social:first-child:before {
      display: none; }
      @media (max-width: 767px) {
        .single .author-info .author-social:first-child:before {
          display: block; } }

.post-related .entry-header {
  padding: 0;
  background-color: transparent; }
  .post-related .entry-header .entry-title {
    font-weight: 700; }
    .post-related .entry-header .entry-title a {
      color: #666666;
      font-size: 15px;
      letter-spacing: 0.02em;
      line-height: 1.3em; }

@media (max-width: 991px) {
  .post-meta > .row {
    padding: 0;
    margin: 0; } }

.pagination {
  background-color: #eeeeee;
  padding: 20px 0;
  margin-bottom: 50px;
  text-align: center; }
  .display_numbers .pagination {
    padding: 0;
    height: 50px; }
  .pagination .page-numbers {
    display: inline-block;
    color: #111111;
    font-size: 12px;
    font-weight: 600;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-style: italic; }
    .pagination .page-numbers:hover:before, .pagination .page-numbers:hover:after {
      color: #F8AF86; }
      body.style-organic .pagination .page-numbers:hover:before, body.style-organic .pagination .page-numbers:hover:after {
        color: #95AF7E; }
      body.style-sport .pagination .page-numbers:hover:before, body.style-sport .pagination .page-numbers:hover:after {
        color: #5C83BC; }
    .display_numbers .pagination .page-numbers {
      display: none; }
  .pagination .prev,
  .pagination .next {
    font-style: normal;
    padding: 0; }
    .display_numbers .pagination .prev, .display_numbers
    .pagination .next {
      display: block;
      padding: 15px 0; }
  .pagination .prev {
    float: left;
    margin-left: 15px; }
    .pagination .prev:before {
      font-family: FontAwesome;
      content: '\f104';
      margin-right: 5px;
      color: #aaaaaa; }
  .pagination .next {
    float: right;
    margin-right: 15px; }
    .pagination .next:after {
      font-family: FontAwesome;
      content: '\f105';
      margin-left: 5px;
      color: #aaaaaa; }

.post-list-item .entry-footer {
  padding: 15px 0; }

.post-list-item .no-comment {
  text-align: left !important; }

.post-img > a {
  display: block; }

.post-img img {
  width: 100%; }

.post-audio {
  height: 150px; }
  .post-audio iframe {
    width: 100%;
    height: 150px; }

.post-quote {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding: 50px; }
  .post-simple-layout .post-quote {
    margin-bottom: 20px; }
  .single .post-quote {
    border: 1px solid #eeeeee;
    margin-bottom: 30px; }
  .post-related .post-quote {
    margin-bottom: 0 !important; }
  .post-quote:before {
    font-family: Playfair Display;
    font-weight: 600;
    content: '\201D';
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #F8AF86; }
    body.style-organic .post-quote:before {
      color: #95AF7E; }
    body.style-sport .post-quote:before {
      color: #5C83BC; }
  .post-quote h2 {
    font-style: italic;
    color: #111111;
    margin: 0;
    font-size: 22px; }
  .post-quote .source-name {
    margin-top: 15px; }
    .post-quote .source-name a {
      font-size: 16px; }

.banner-advert {
  position: relative;
  margin-top: 25px; }
  .banner-advert > a {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 50%;
    right: 0;
    border: 1px solid #a3a4a5;
    border-radius: 5px;
    padding: 10px 20px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    transform: translate(-50%, -50%); }
    .banner-advert > a span {
      z-index: 20; }
    @media (max-width: 767px) {
      .banner-advert > a {
        transform: translate(0, -50%);
        padding: 5px 10px;
        margin-right: 10px; } }
    .banner-advert > a:after {
      background: #ffffff;
      content: "";
      height: 155px;
      left: -75px;
      opacity: .2;
      position: absolute;
      top: -50px;
      transform: rotate(35deg);
      transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
      width: 50px;
      z-index: -10; }
    .banner-advert > a:hover {
      color: #ffffff; }
      .banner-advert > a:hover:after {
        left: 120%;
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }
  .tm-post-grid .banner-advert {
    margin-bottom: 50px; }
  @media (max-width: 543px) {
    .banner-advert {
      margin: 15px 0 30px 0 !important; } }

.post-simple-layout .post {
  max-width: 100%; }

.tm-post-grid .post-fullwidth {
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 25px; }
  .tm-post-grid .post-fullwidth .entry-header {
    text-align: center !important; }
  .tm-post-grid .post-fullwidth .site-content {
    padding: 0 !important;
    margin-bottom: 25px; }
    .tm-post-grid .post-fullwidth .site-content .entry-content {
      padding: 30px; }
      body.style-organic .tm-post-grid .post-fullwidth .site-content .entry-content {
        padding-top: 0; }

.tm-post-grid .post-list-layout .post-fullwidth {
  padding: 0;
  margin-bottom: 25px; }

.title-featured-post {
  position: relative;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  font-style: italic;
  color: #111111;
  letter-spacing: .01em;
  margin-bottom: 50px; }
  .title-featured-post:before, .title-featured-post:after {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    width: 30%;
    height: 1px;
    background-color: #eeeeee;
    left: 0;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .title-featured-post:before, .title-featured-post:after {
        width: 20%; } }
  .title-featured-post:after {
    left: auto;
    right: 0; }
  body.style-organic .title-featured-post {
    font-weight: 600 !important;
    font-style: normal;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    text-transform: uppercase; }
  body.style-sport .title-featured-post {
    font-style: normal; }

.featured-posts {
  text-align: center; }
  body.style-organic .featured-posts .featured-grid .post-categories {
    padding: 20px 0 10px 0; }
  .featured-posts .row {
    margin: 0; }
  .featured-posts .entry-title a {
    font-size: 20px !important; }
  .featured-posts .entry-header {
    text-align: center;
    margin: 0;
    padding-bottom: 15px; }
    body.style-organic .featured-posts .entry-header {
      margin-top: -60px;
      position: relative; }
    body.style-sport .featured-posts .entry-header {
      padding-bottom: 15px !important; }
  .featured-posts .entry-excerpt {
    text-align: left; }
    .featured-posts .entry-excerpt p {
      margin-bottom: 15px; }
  .featured-posts .post-featured-item {
    padding-bottom: 30px; }
  .featured-posts .content-grid {
    border: 1px solid #eeeeee;
    padding: 30px; }
  .featured-posts .more-link {
    padding: 10px 0; }
  .featured-posts .featured-list .entry-header {
    padding-bottom: 0; }
  .featured-posts .featured-list article {
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding: 0; }
  .featured-posts .featured-list .post-img {
    padding: 0; }
  .featured-posts .featured-list .post-comments {
    text-align: left;
    padding: 0; }
    .featured-posts .featured-list .post-comments:before {
      font-family: FontAwesome;
      content: '\f0e5';
      font-size: 15px;
      margin-right: 10px; }
  @media (max-width: 767px) {
    .featured-posts .featured-list .post-meta {
      padding-bottom: 15px; } }
  .featured-posts .featured-list .no-comment {
    text-align: left;
    padding: 0; }
  .featured-posts .featured-list .entry-header {
    text-align: left;
    padding-top: 25px; }
  .featured-posts .featured-list .entry-excerpt {
    padding: 0; }
  .featured-posts .featured-list .more-link {
    display: none; }
  .featured-posts .featured-list .post-share-buttons a {
    padding: 0 5px; }

.post-list-layout .is-column-post {
  padding: 0; }

.post_page_10 .post-list-item {
  display: none; }

.tm-categories {
  position: relative; }
  .tm-categories > a {
    display: block; }
  .tm-categories span {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    padding: 20px 40px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.2em;
    text-transform: uppercase;
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .tm-categories span {
        padding: 10px; } }
  .tm-categories img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%; }
  .tm-categories:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .tm-categories figure {
    overflow: hidden; }
  @media (max-width: 543px) {
    .tm-categories {
      margin-bottom: 20px; } }

.mc4wp-form-fields span {
  display: inline-block; }
  @media (max-width: 767px) {
    .mc4wp-form-fields span {
      text-align: left;
      margin: 0 0 15px 0; } }

.site-main .mc4wp-form-fields {
  background-color: #f7f7f7;
  padding: 15px 30px; }
  .site-main .mc4wp-form-fields input {
    background-color: #ffffff; }
  .site-main .mc4wp-form-fields span {
    margin-right: 20px; }
    body.style-organic .site-main .mc4wp-form-fields span {
      margin-right: 10px; }
    .site-main .mc4wp-form-fields span.title-mailchip {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.05em;
      line-height: 1.4em;
      color: #111111; }
      @media (max-width: 991px) {
        .site-main .mc4wp-form-fields span.title-mailchip {
          margin: 0 0 15px 0;
          width: 100% !important; } }
    .site-main .mc4wp-form-fields span.button-mailchip {
      margin: 0; }
      .site-main .mc4wp-form-fields span.button-mailchip .email-submit {
        padding: 10px 30px; }
        .site-main .mc4wp-form-fields span.button-mailchip .email-submit:hover {
          background-color: transparent !important; }
    .site-main .mc4wp-form-fields span:first-child {
      width: 42%; }
      body.style-sport .site-main .mc4wp-form-fields span:first-child {
        width: 37%; }
    @media (max-width: 991px) {
      .site-main .mc4wp-form-fields span {
        margin: 0 0 8px 0;
        width: 100%; } }

@media (max-width: 991px) {
  .mc4wp-form-fields {
    text-align: left; } }

.vc_column-inner {
  padding-top: 0 !important; }

.list-content {
  padding-left: 25px;
  border: 1px solid #eeeeee; }

.display_numbers {
  margin-top: 50px; }

ul.post-categories {
  padding: 0;
  margin-bottom: 10px; }
  ul.post-categories li {
    display: inline-block;
    padding-right: 10px; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget ul {
    margin: 0;
    padding: 0; }
  .widget li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer.light .widget input[type="submit"]:hover {
    background-color: #eeeeee !important; }
  .footer.dark .widget input[type="submit"]:hover {
    background-color: #111111 !important; }

.textwidget a {
  position: relative;
  display: block; }
  .footer.dark .textwidget a {
    font-size: 12px; }

.textwidget img {
  margin-bottom: 20px; }

.textwidget .sub-title {
  font-weight: 600 !important;
  color: #bbbbbb;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2em;
  letter-spacing: 0.12em; }

.footer.light .textwidget p {
  line-height: 1.5em; }

.footer.dark .textwidget p {
  font-size: 13px;
  font-weight: 100; }

.textwidget .menu-footer {
  width: 50%;
  padding: 0 15px; }

.widget-title {
  text-align: left;
  border: none;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 13px;
  margin-top: 0; }
  .footer.light .widget-title {
    color: #111111; }
  .footer.dark .widget-title {
    color: #ffffff; }

.widget_categories {
  display: inline-block;
  width: 50%;
  text-transform: uppercase; }
  .widget_categories li {
    margin: 20px 0;
    font-weight: 600; }
    .widget_categories li a {
      font-size: 12px;
      letter-spacing: 0.12em;
      line-height: 1.2em; }
    .widget_categories li:first-child {
      margin: 0; }

@media (min-width: 544px) and (max-width: 767px) {
  .widget_categories {
    width: 100%; } }

.insight-core-bmw {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  width: 50%;
  text-transform: uppercase; }
  .insight-core-bmw li {
    margin: 20px 0;
    font-weight: 600; }
    .insight-core-bmw li a {
      font-size: 12px;
      letter-spacing: 0.12em;
      line-height: 1.2em; }
    .insight-core-bmw li:first-child {
      margin: 0; }

@media (min-width: 544px) and (max-width: 767px) {
  .insight-core-bmw {
    width: 100%; } }

ul.footer-categories {
  font-size: 0; }
  ul.footer-categories li {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    margin-bottom: 10px; }
    ul.footer-categories li a {
      position: relative;
      display: block;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 1.2;
      letter-spacing: 0.12em;
      padding: 0 5px; }
      ul.footer-categories li a > span {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 140px;
        max-height: 50px;
        background-color: #ffffff;
        transform: translate(-50%, -50%);
        padding: 20px 40px; }
        @media (max-width: 1199px) {
          ul.footer-categories li a > span {
            padding: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  ul.footer-categories li a > span {
    padding: 20px 10px; } }
      .footer.dark ul.footer-categories li a {
        padding: 0; }
    ul.footer-categories li img {
      margin-bottom: 0;
      max-height: 97px;
      height: 100%; }
      .footer.dark ul.footer-categories li img {
        width: 100%; }
    .footer.dark ul.footer-categories li {
      display: block;
      width: 100%;
      margin-bottom: 0; }
    .footer.light ul.footer-categories li:nth-child(odd) a {
      padding-left: 0; }
    .footer.light ul.footer-categories li:nth-child(even) a {
      padding-right: 0; }

.recent-posts .recent-posts__item {
  margin-bottom: 40px; }
  .recent-posts .recent-posts__item:last-child {
    margin-bottom: 0; }

.recent-posts .recent-posts__thumb,
.recent-posts .recent-posts__info {
  display: inline-block;
  vertical-align: top; }

.recent-posts .recent-posts__thumb {
  padding: 0 10px 0 0; }
  @media (max-width: 991px) {
    .recent-posts .recent-posts__thumb {
      margin-right: 10px; } }

.recent-posts .recent-posts__info {
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.12em; }
  @media (max-width: 991px) {
    .recent-posts .recent-posts__info {
      padding-top: 15px; } }
  .recent-posts .recent-posts__info .categories {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding-right: 15px; }
    .recent-posts .recent-posts__info .categories:after {
      position: absolute;
      display: block;
      width: 5px;
      height: 1px;
      top: 50%;
      left: 100%;
      margin-left: -12px;
      content: '';
      background-color: #858585; }
  .recent-posts .recent-posts__info .post-date {
    font-style: normal; }
  .recent-posts .recent-posts__info h3 {
    margin: 10px 0; }

.recent-posts a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0.02em; }

.recent-posts .post-meta, .recent-posts .categories {
  display: inline-block; }

.footer.dark .recent-posts a {
  color: #ffffff; }

.footer.dark .recent-posts .post-date {
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  letter-spacing: 0; }

.tm-contact-info .description {
  letter-spacing: 1px;
  margin-top: 16px; }
  .tm-contact-info .description span {
    font-size: 12px; }

.tm-contact-info .content {
  font-size: 14px; }

.footer .mc4wp-form-fields .title-mailchip,
.footer .mc4wp-form-fields .name-input {
  display: none; }

.footer .mc4wp-form-fields .full-row {
  width: 100%; }

.footer .mc4wp-form-fields .email-input {
  padding: 15px 20px;
  margin-bottom: 15px;
  outline: none;
  font-size: 14px;
  border: none; }
  @media (max-width: 543px) {
    .footer .mc4wp-form-fields .email-input {
      max-width: 100%; } }
  .footer.light .footer .mc4wp-form-fields .email-input {
    border: 1px solid #eeeeee; }

.footer.light .footer .mc4wp-form-fields .email-submit {
  color: #ffffff; }

.footer.dark .footer .mc4wp-form-fields .email-submit {
  color: #111111; }

.footer .mc4wp-form-fields .email-submit:hover {
  background-color: #111111 !important; }
  .footer.light .footer .mc4wp-form-fields .email-submit:hover {
    background-color: #ffffff !important; }
  .footer.dark .footer .mc4wp-form-fields .email-submit:hover {
    background-color: #111111 !important; }

.footer.dark {
  background-color: #111111; }
  .footer.dark .footer-menu {
    padding: 15px 0; }
    .footer.dark .footer-menu li {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.12em;
      line-height: 1.2em;
      margin: 10px 0;
      text-transform: uppercase; }

.footer.light {
  background-color: #eeeeee; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-reply-title,
.comments-title,
.post-related__title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  color: #111111;
  margin-bottom: 30px; }
  .comment-reply-title:before, .comment-reply-title:after,
  .comments-title:before,
  .comments-title:after,
  .post-related__title:before,
  .post-related__title:after {
    position: absolute;
    display: block;
    width: 30%;
    height: 1px;
    background-color: #eeeeee;
    top: 50%;
    left: 0;
    content: ''; }
  .comment-reply-title:after,
  .comments-title:after,
  .post-related__title:after {
    left: auto;
    right: 0; }
  @media (max-width: 991px) {
    .comment-reply-title:before, .comment-reply-title:after,
    .comments-title:before,
    .comments-title:after,
    .post-related__title:before,
    .post-related__title:after {
      display: none; } }

.comments-area .comments-title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase; }

.comments-area .comment-list {
  list-style: none;
  padding: 0; }
  .comments-area .comment-list .comment {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0; }
    .comments-area .comment-list .comment .comment-author {
      float: left;
      margin-right: 30px; }
      @media (max-width: 543px) {
        .comments-area .comment-list .comment .comment-author {
          margin-right: 10px; } }
    .comments-area .comment-list .comment .comment-content {
      padding-left: 130px; }
      .comments-area .comment-list .comment .comment-content cite.fn {
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 1.4em;
        text-transform: uppercase;
        font-style: normal; }
      .comments-area .comment-list .comment .comment-content span.date {
        font-style: italic;
        line-height: 3.4em;
        letter-spacing: 0.01em; }
      .comments-area .comment-list .comment .comment-content .comment-reply-link {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 30px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.12em;
        line-height: 1.2em;
        color: #F8AF86; }
        body.style-organic .comments-area .comment-list .comment .comment-content .comment-reply-link {
          color: #95AF7E; }
        body.style-sport .comments-area .comment-list .comment .comment-content .comment-reply-link {
          color: #5C83BC; }
      @media (max-width: 543px) {
        .comments-area .comment-list .comment .comment-content {
          padding-left: 60px; } }
    .comments-area .comment-list .comment .avatar {
      border-radius: 100%; }
      @media (max-width: 543px) {
        .comments-area .comment-list .comment .avatar {
          width: 50px; } }
    .comments-area .comment-list .comment .children {
      margin-top: 40px;
      border-top: 1px solid #eeeeee; }
      .comments-area .comment-list .comment .children .comment {
        list-style: none; }
      @media (max-width: 543px) {
        .comments-area .comment-list .comment .children {
          margin-top: 0;
          padding-left: 0; } }
    .comments-area .comment-list .comment:last-child {
      border-bottom: none;
      padding-bottom: 0; }

.comments-area .comment-respond {
  margin-top: 50px;
  margin-bottom: 60px; }
  .comments-area .comment-respond .comment-form input[type="text"],
  .comments-area .comment-respond .comment-form textarea {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    padding: 15px 20px;
    max-width: 100%;
    border: 1px solid #eeeeee;
    box-shadow: none;
    color: #888888;
    vertical-align: top;
    font-size: 14px;
    background-color: #ffffff; }
    .comments-area .comment-respond .comment-form input[type="text"]::-webkit-input-placeholder,
    .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #111111; }
    .comments-area .comment-respond .comment-form input[type="text"]::-moz-placeholder,
    .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #111111; }
    .comments-area .comment-respond .comment-form input[type="text"]:-ms-input-placeholder,
    .comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #111111; }
    .comments-area .comment-respond .comment-form input[type="text"]:-moz-placeholder,
    .comments-area .comment-respond .comment-form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #111111; }
    .comments-area .comment-respond .comment-form input[type="text"]:focus,
    .comments-area .comment-respond .comment-form textarea:focus {
      outline: none;
      color: #000000;
      border-color: #999999; }
  .comments-area .comment-respond .form-submit {
    width: 100%;
    text-align: left;
    display: block;
    margin-top: 20px; }
    .comments-area .comment-respond .form-submit input[type="submit"] {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 0.05em;
      line-height: 1.4em; }

#cancel-comment-reply-link {
  display: none; }

.button-search {
  cursor: pointer;
  border-left: 1px solid #999999;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 40px; }
  .header01 .button-search {
    border: none; }

.sidebar-menu {
  padding: 15px 0; }

.site-search {
  display: none; }
  .site-search input {
    background-color: #F8AF86;
    border: none;
    color: #ffffff !important;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    outline: none;
    width: 100%;
    display: block; }
    .site-search input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ffffff; }
    .site-search input::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff; }
    .site-search input:-ms-input-placeholder {
      /* IE 10+ */
      color: #ffffff; }
    .site-search input:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff; }
  .search-menu-opened .site-search {
    transform: translate3d(0, 0, 0); }
    .search-menu-opened .site-search .site-search {
      margin-top: 40px; }

.search article {
  padding-bottom: 50px; }

.search .entry-header {
  padding-bottom: 15px; }

.search .entry-title {
  padding: 10px 0;
  line-height: 1.2em; }

.search .updated:before {
  display: none; }

.search .more-link {
  margin-top: 30px; }

.not-found {
  padding-bottom: 80px; }
  .not-found button {
    margin: 15px 0;
    color: #ffffff; }
    .not-found button:hover {
      color: #F8AF86; }

.widget_tm_instagram {
  margin: 0; }
  .widget_tm_instagram .tm-instagram {
    position: relative; }
    .widget_tm_instagram .tm-instagram .tm-instagram-follow-links {
      position: absolute;
      top: 50%;
      left: 50%;
      background: #ffffff;
      border-radius: 35px;
      transform: translate(-50%, -50%);
      padding: 13px 40px;
      margin: 0;
      text-align: center; }
      .widget_tm_instagram .tm-instagram .tm-instagram-follow-links span {
        display: block;
        font-weight: 700;
        color: #111111;
        letter-spacing: 0.05em; }
      .widget_tm_instagram .tm-instagram .tm-instagram-follow-links a {
        font-size: 13px;
        letter-spacing: 0.05em; }
    .widget_tm_instagram .tm-instagram ul {
      margin: 0;
      padding: 0; }
      .widget_tm_instagram .tm-instagram ul li {
        list-style: none; }
    .widget_tm_instagram .tm-instagram .tm-instagram-style-2 > li:first-child {
      width: 100%; }
    .widget_tm_instagram .tm-instagram .item {
      float: left; }
    .widget_tm_instagram .tm-instagram .tm-instagram-1 .item {
      width: 100%; }
    .widget_tm_instagram .tm-instagram .tm-instagram-2 .item {
      width: 50%; }
    .widget_tm_instagram .tm-instagram .tm-instagram-3 .item {
      width: 33.333333%; }
    .widget_tm_instagram .tm-instagram .tm-instagram-4 .item {
      width: 25%; }
    .widget_tm_instagram .tm-instagram .tm-instagram-5 .item {
      width: 20%; }
    .widget_tm_instagram .tm-instagram .tm-instagram-6 .item {
      width: 16.6666666667%; }
    .widget_tm_instagram .tm-instagram .tm-instagram-7 .item {
      width: 14.2857142857%; }
    .widget_tm_instagram .tm-instagram .tm-instagram-8 .item {
      width: 12.5%; }
    .widget_tm_instagram .tm-instagram .tm-instagram-9 .item {
      width: 11.1111111111%; }
    .widget_tm_instagram .tm-instagram .tm-instagram-10 .item {
      width: 10%; }
    .widget_tm_instagram .tm-instagram .item {
      position: relative; }
      .widget_tm_instagram .tm-instagram .item .item-info {
        color: #ffffff;
        position: absolute;
        top: 50%;
        text-align: center;
        right: 0;
        left: 0;
        transform: translate(0, -50%); }
      .widget_tm_instagram .tm-instagram .item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        background: rgba(0, 0, 0, 0.5);
        cursor: pointer; }
      .widget_tm_instagram .tm-instagram .item:hover .overlay {
        opacity: 1;
        visibility: visible; }
      .widget_tm_instagram .tm-instagram .item .item-info > li {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        color: #ffffff;
        position: relative; }
        .widget_tm_instagram .tm-instagram .item .item-info > li span {
          color: #ffffff;
          position: relative;
          display: block;
          padding: 0 0 0 20px; }
        .widget_tm_instagram .tm-instagram .item .item-info > li:before {
          font-family: FontAwesome;
          position: absolute;
          top: 0;
          left: 0; }
        .widget_tm_instagram .tm-instagram .item .item-info > li.likes:before {
          content: '\f08a'; }
        .widget_tm_instagram .tm-instagram .item .item-info > li.comments {
          margin-left: 10px; }
          .widget_tm_instagram .tm-instagram .item .item-info > li.comments:before {
            content: '\f0e5'; }

.masonry-one .grid-item-width1 {
  width: 66.666666% !important; }

.masonry-two .grid-item-width2 {
  width: 50% !important; }

@media (max-width: 767px) {
  .tm-instagram .tm-instagram-follow-links {
    padding: 10px 20px; }
  .tm-instagram .tm-instagram-5 .item,
  .tm-instagram .tm-instagram-6 .item,
  .tm-instagram .tm-instagram-7 .item,
  .tm-instagram .tm-instagram-8 .item,
  .tm-instagram .tm-instagram-9 .item,
  .tm-instagram .tm-instagram-10 .item {
    width: 25% !important; } }

.widget-area {
  border: none !important; }
  .widget-area aside {
    border: 1px solid #dedede;
    margin-bottom: 30px; }
  .widget-area a {
    color: #888888; }
    .widget-area a:hover {
      color: #F8AF86; }

.tagcloud a {
  position: relative;
  display: inline-block;
  font-size: 14px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  background-color: #f6f6f6;
  border-radius: 0;
  letter-spacing: 0.02em;
  line-height: 1.6em;
  padding: 10px;
  color: #858585 !important;
  border: 1px solid #f6f6f6; }
  .tagcloud a:before {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    content: '';
    border-radius: 100%; }
  .tagcloud a:hover {
    background-color: #ffffff;
    border-color: #F8AF86;
    color: #858585 !important; }
    .tagcloud a:hover:before {
      background-color: #F8AF86; }
    body.style-organic .tagcloud a:hover {
      border-color: #95AF7E; }
      body.style-organic .tagcloud a:hover:before {
        background-color: #95AF7E; }
    body.style-sport .tagcloud a:hover {
      border-color: #5C83BC; }
      body.style-sport .tagcloud a:hover:before {
        background-color: #5C83BC; }

body.style-organic .tagcloud {
  padding: 0; }

body.style-sport .tagcloud {
  padding-top: 0; }

.sidebar .widget-title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 0;
  font-size: 13px;
  font-weight: 800;
  margin: 0 !important;
  letter-spacing: 0.1em;
  line-height: 1.4em; }
  .sidebar .widget-title:after {
    display: block;
    position: absolute;
    content: url(./assets/images/after-widget.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 15px; }
  body.style-organic .sidebar .widget-title {
    border: 1px solid #95AF7E;
    padding: 18px 0;
    font-weight: 700 !important;
    margin-bottom: 25px !important; }
    body.style-organic .sidebar .widget-title:after {
      display: none; }
  body.style-sport .sidebar .widget-title {
    position: relative;
    background-color: #111111;
    color: #ffffff;
    padding: 18px 0;
    margin-bottom: 30px !important; }
    body.style-sport .sidebar .widget-title:after {
      position: absolute;
      content: '';
      display: block;
      top: 100%;
      left: 50%;
      margin-top: 2px;
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10.5px 0 10.5px;
      border-color: #111111 transparent transparent transparent; }

.sidebar aside, .sidebar .widget {
  border: 1px solid #dedede;
  margin-bottom: 30px; }
  body.style-organic .sidebar aside, body.style-organic .sidebar .widget {
    border: none; }

.sidebar .widget_categories {
  width: 100%;
  text-align: center;
  padding-bottom: 25px; }
  body.style-organic .sidebar .widget_categories {
    padding: 0;
    background-color: #eeeeee;
    margin: 30px 0; }
    body.style-organic .sidebar .widget_categories .widget-title {
      border: none;
      margin: 0 !important; }
    body.style-organic .sidebar .widget_categories .postform {
      margin: 25px;
      max-width: 85%; }

.sidebar select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMS8yOC8xNvemAy8AAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQImW3MQQ2AMADF0DcMIAELSEACcibhy0ICEkACDrgAWcJ6bdOS5MCkzzlgxdWRF9YCSWZsGBu51Fr38uZN5JW/Z5L5CT9uO00UkFukHloAAAAASUVORK5CYII=) !important;
  background-repeat: no-repeat !important;
  background-position: right 24px center !important;
  -webkit-appearance: none !important;
  width: 80%;
  margin-bottom: 10px; }

.sidebar .postswidget-wrapper .postswidget-list {
  display: inline-block;
  width: 100%; }
  .sidebar .postswidget-wrapper .postswidget-list .postswidget-info .title {
    font-size: 13px;
    color: #222222;
    font-weight: 600; }
  .sidebar .postswidget-wrapper .postswidget-list .postswidget-date {
    color: #bbbbbb;
    font-size: 12px; }

.sidebar .postswidget-wrapper.classic .postswidget-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee; }
  .sidebar .postswidget-wrapper.classic .postswidget-list .postswidget-thumb {
    float: left;
    width: 45%;
    margin-right: 10px; }
    .sidebar .postswidget-wrapper.classic .postswidget-list .postswidget-thumb img {
      width: 100%; }
  .sidebar .postswidget-wrapper.classic .postswidget-list .postswidget-info {
    padding-left: 110px; }
  .sidebar .postswidget-wrapper.classic .postswidget-list.last-post {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0; }
  .sidebar .postswidget-wrapper.classic .postswidget-list .postswidget-thumb > a {
    position: relative;
    display: block; }
    .sidebar .postswidget-wrapper.classic .postswidget-list .postswidget-thumb > a .overlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0; }
    .sidebar .postswidget-wrapper.classic .postswidget-list .postswidget-thumb > a:hover .overlay {
      opacity: 1;
      visibility: visible; }

.sidebar .postswidget-wrapper.modern {
  position: relative; }
  .sidebar .postswidget-wrapper.modern .postswidget-list {
    background-size: cover;
    background-position: center; }
  .sidebar .postswidget-wrapper.modern .postswidget-info {
    width: 100%;
    height: 100%;
    min-height: 240px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center; }
    .sidebar .postswidget-wrapper.modern .postswidget-info * {
      color: #ffffff; }

.sidebar .postswidget-wrapper .post-categories {
  margin: 0;
  padding: 0; }
  .sidebar .postswidget-wrapper .post-categories li {
    list-style-type: none; }

.sidebar .postswidget-wrapper .postswidget-readmore {
  position: relative; }
  .sidebar .postswidget-wrapper .postswidget-readmore:before {
    position: absolute;
    top: 50%;
    translate: translate(0, -50%);
    right: 15px;
    font-family: FontAwesome;
    content: '\f061';
    font-size: 10px; }

.sidebar .widget_tm_instagram {
  padding: 0 !important; }
  .sidebar .widget_tm_instagram .widget-title {
    margin: 0; }
    body.style-sport .sidebar .widget_tm_instagram .widget-title {
      margin: 0 !important; }
  .sidebar .widget_tm_instagram .tm-instagram {
    padding: 25px; }
    @media (max-width: 1199px) {
      .sidebar .widget_tm_instagram .tm-instagram {
        padding: 18px; } }
    @media (max-width: 543px) {
      .sidebar .widget_tm_instagram .tm-instagram {
        padding: 16px; } }
    body.style-organic .sidebar .widget_tm_instagram .tm-instagram {
      padding: 0; }

.sidebar .widget_text .widget-image {
  position: relative; }
  .sidebar .widget_text .widget-image img {
    margin: 0 !important; }
  .sidebar .widget_text .widget-image .text-banner-sidebar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .sidebar .widget_text .widget-image .banner-sidebar {
    transform: none;
    width: 100%; }
  .sidebar .widget_text .widget-image .button-sidebar {
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #111111;
    background-color: #ffffff;
    width: 140px;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    border: 1px solid #ffffff; }
    .sidebar .widget_text .widget-image .button-sidebar:hover {
      border: 1px solid #ffffff;
      background-color: transparent;
      color: #ffffff !important; }

.sidebar ul.social {
  padding-bottom: 30px;
  text-align: center; }
  .sidebar ul.social li {
    position: relative;
    display: inline-block;
    color: #777777;
    text-transform: uppercase;
    padding: 0 10px; }
    .sidebar ul.social li > a {
      font-size: 12px;
      font-weight: 600;
      line-height: 1.6em; }
      body.style-organic .sidebar ul.social li > a:hover {
        color: #95AF7E !important; }
      body.style-sport .sidebar ul.social li > a:hover {
        color: #5C83BC !important; }
    .sidebar ul.social li:before {
      position: absolute;
      display: block;
      background-color: #F8AF86;
      top: 50%;
      left: 0;
      transform: translate(-50%, -50%);
      width: 5px;
      height: 5px;
      content: '';
      border-radius: 100%; }
      body.style-classic .sidebar ul.social li:before {
        background-color: #F8AF86 !important; }
      body.style-organic .sidebar ul.social li:before {
        background-color: #95AF7E !important; }
      body.style-sport .sidebar ul.social li:before {
        background-color: #5C83BC !important; }
    .sidebar ul.social li:first-child:before {
      display: none; }
    @media (max-width: 1199px) {
      .sidebar ul.social li {
        padding: 0 3px; }
        .sidebar ul.social li:before {
          display: none; } }

.sidebar .widget_tm-aboutme-widget .tm-aboutme {
  text-align: center; }
  .sidebar .widget_tm-aboutme-widget .tm-aboutme .tm-aboutme__image img {
    width: 100% !important; }
  .sidebar .widget_tm-aboutme-widget .tm-aboutme .tm-aboutme__description {
    font-size: 15px;
    line-height: 1.5em;
    padding: 25px 30px; }
  .sidebar .widget_tm-aboutme-widget .tm-aboutme .tm-aboutme__sign {
    margin-bottom: 25px; }

body.style-organic .sidebar .widget_tm-aboutme-widget,
body.style-sport .sidebar .widget_tm-aboutme-widget {
  border: none !important; }

.sidebar .recent-posts {
  padding: 0 25px; }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .recent-posts .recent-posts__thumb {
    margin: 0; }
    .sidebar .recent-posts .recent-posts__thumb img {
      width: 100%;
      margin-right: 5px; } }
  @media (max-width: 543px) {
    .sidebar .recent-posts .recent-posts__thumb {
      margin-right: 15px; } }
  .sidebar .recent-posts h3 a {
    font-weight: 700;
    color: #666666; }
  @media (max-width: 991px) {
    .sidebar .recent-posts .recent-posts__info h3 {
      margin: 10px 0; } }
  .sidebar .recent-posts .recent-posts__info .post-date {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em; }
    body.style-organic .sidebar .recent-posts .recent-posts__info .post-date {
      font-style: normal;
      font-weight: 600; }
  .sidebar .recent-posts .recent-posts__item {
    padding: 15px 0;
    border-top: 1px solid #eeeeee;
    margin: 0; }
    .sidebar .recent-posts .recent-posts__item:last-child {
      margin-bottom: 10px; }
    body.style-organic .sidebar .recent-posts .recent-posts__item:first-child {
      border-top: none;
      padding-top: 5px !important; }
  body.style-organic .sidebar .recent-posts {
    padding: 0; }
    body.style-organic .sidebar .recent-posts h3 a {
      font-weight: 500; }

body.style-sport .sidebar .widget {
  border: 1px solid #eeeeee;
  margin-bottom: 30px !important; }

.sidebar .tagcloud {
  padding: 0 25px 25px 25px; }

.sidebar .widget_archive,
.sidebar .widget_pages,
.sidebar .widget_meta,
.sidebar .widget_recent_comments,
.sidebar .widget_recent_entries,
.sidebar .widget_nav_menu,
.sidebar .widget_rss,
.sidebar .widget_categories {
  text-align: center; }
  .sidebar .widget_archive ul,
  .sidebar .widget_pages ul,
  .sidebar .widget_meta ul,
  .sidebar .widget_recent_comments ul,
  .sidebar .widget_recent_entries ul,
  .sidebar .widget_nav_menu ul,
  .sidebar .widget_rss ul,
  .sidebar .widget_categories ul {
    text-align: left;
    padding: 0 30px 30px 30px; }
    .sidebar .widget_archive ul li,
    .sidebar .widget_pages ul li,
    .sidebar .widget_meta ul li,
    .sidebar .widget_recent_comments ul li,
    .sidebar .widget_recent_entries ul li,
    .sidebar .widget_nav_menu ul li,
    .sidebar .widget_rss ul li,
    .sidebar .widget_categories ul li {
      margin-bottom: 20px; }
  .sidebar .widget_archive ul.children,
  .sidebar .widget_pages ul.children,
  .sidebar .widget_meta ul.children,
  .sidebar .widget_recent_comments ul.children,
  .sidebar .widget_recent_entries ul.children,
  .sidebar .widget_nav_menu ul.children,
  .sidebar .widget_rss ul.children,
  .sidebar .widget_categories ul.children {
    padding-bottom: 0; }

.sidebar .widget_rss li {
  margin-bottom: 30px; }

.sidebar .widget_search form {
  padding: 30px; }

.sidebar select[name="monster-widget-just-testing"] {
  width: 100%; }

.sidebar .widget_search {
  text-align: center; }
  .sidebar .widget_search button {
    color: #ffffff; }
    .sidebar .widget_search button:hover {
      color: #F8AF86; }

.sidebar .sub-menu {
  padding: 0 0 0 15px !important; }

.textwidget {
  padding: 0 30px 30px 30px; }
  .vc_desktop .textwidget {
    padding: 0; }

.sidebar-menu {
  padding: 15px 0; }

body.sidebar-menu-opened #page:after {
  width: 100%;
  height: 100%;
  opacity: .5; }

.site-sidebar-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: block;
  overflow-x: hidden;
  width: 390px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  box-shadow: 13px 0 80px rgba(0, 0, 0, 0.4);
  transform: translate3d(-120%, 0, 0); }
  @media (min-width: 768px) {
    .admin-bar .site-sidebar-menu {
      top: 32px !important; } }
  .sidebar-menu-opened .site-sidebar-menu {
    transform: translate3d(0, 0, 0); }
  .site-sidebar-menu .site-sidebar-menu #searchform {
    position: relative;
    padding: 10px;
    background-color: #e6e6e6; }
    .site-sidebar-menu .site-sidebar-menu #searchform input[type='text'] {
      padding: 9px 15px;
      font-size: 14px;
      display: block;
      color: #222;
      width: 100%;
      background: #f7f7f7;
      border: 1px solid #eee;
      transition: all .3s ease-in-out;
      outline: none; }
    .site-sidebar-menu .site-sidebar-menu #searchform button {
      position: absolute;
      top: 50%;
      right: 20px;
      background-color: transparent;
      border: none;
      color: #aaaaaa;
      font-size: 0;
      padding: 0;
      transform: translateY(-50%); }
      .site-sidebar-menu .site-sidebar-menu #searchform button:after {
        font-size: 18px;
        line-height: 40px;
        content: '\f002';
        font-family: FontAwesome;
        color: #000000; }

.sidebar-menu-opened .site-search {
  display: none; }

.offcanvas-sidebar {
  padding: 0 20px; }
  .offcanvas-sidebar aside {
    margin-bottom: 35px !important; }
  .offcanvas-sidebar .button {
    text-transform: uppercase; }
  .offcanvas-sidebar .widget_tm-aboutme-widget {
    border: none; }

.vc_row.row:before,
.vc_row.row:after {
  display: none; }

.slider {
  background: rgba(0, 0, 0, 0.7);
  margin: 0 !important;
  position: relative;
  padding: 10px 20px !important;
  border: none; }
  .slider .entry-title,
  .slider .post-date,
  .slider .post-meta {
    display: inline-block; }
  .slider .entry-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    max-width: none !important;
    background: transparent !important; }
    .slider .entry-header .entry-title {
      font-size: 18px; }
      .slider .entry-header .entry-title a {
        color: #ffffff;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.2em; }
  .slider .post-categories {
    margin: 0; }
    .slider .post-categories a:before {
      display: none; }
  .slider .post-meta a,
  .slider time {
    font-size: 12px;
    text-transform: uppercase;
    color: #cccccc !important;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2em; }
  .slider .posted-on a time {
    padding-left: 5px; }
  .slider .posted-on a:after {
    display: none; }
  .slider .posted-on a:before {
    content: '/' !important;
    left: 0;
    margin-left: -10px;
    color: #cccccc; }
  .slider .more-link {
    display: none; }

.post-img {
  position: relative; }
  .post-img .slider, .post-img .slider-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out; }
  .post-img .slider-hover {
    opacity: 0;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: rgba(0, 0, 0, 0.7); }
    .post-img .slider-hover .entry-title {
      display: none; }
      .post-img .slider-hover .entry-title.title-hover {
        display: block;
        padding: 20px 0; }
        .post-img .slider-hover .entry-title.title-hover a {
          color: #ffffff;
          font-size: 28px;
          font-weight: 600; }
          body.style-organic .post-img .slider-hover .entry-title.title-hover a {
            font-weight: 400; }
          @media (max-width: 991px) {
            .post-img .slider-hover .entry-title.title-hover a {
              font-size: 20px; } }
        @media (max-width: 991px) {
          .post-img .slider-hover .entry-title.title-hover {
            padding: 10px 0; } }
    .post-img .slider-hover .post-meta > a {
      text-transform: uppercase; }
      body.style-sport .post-img .slider-hover .post-meta > a {
        color: #5C83BC; }
    body.style-organic .post-img .slider-hover .post-meta a {
      text-transform: uppercase; }
    .post-img .slider-hover .entry-header {
      display: block;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .post-img .slider-hover .entry-content {
      padding: 30px 120px;
      color: #ffffff; }
      @media (max-width: 767px) {
        .post-img .slider-hover .entry-content {
          display: none; } }
    .post-img .slider-hover .more-link {
      display: block;
      padding-top: 20px; }
  .post-img .title-hover {
    display: none; }
  .post-img:hover .slider,
  .full-slide .post-img .slider {
    opacity: 0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out; }
  .post-img:hover .slider-hover,
  .full-slide .post-img .slider-hover {
    opacity: 1;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out; }
  .full-slide .post-img .slider {
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%; }
    @media (max-width: 991px) {
      .full-slide .post-img .slider {
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%; } }
    @media (max-width: 543px) {
      .full-slide .post-img .slider {
        top: 8%;
        left: 8%;
        width: 85%;
        height: 85%; } }

.zone7-slider .no-padding {
  padding: 0; }

.zone7-slider .row-post-option {
  margin: 0 !important; }

/* --------------------------------------------
	CALENDAR WIDGET
-------------------------------------------- */
.widget_calendar .calendar_wrap {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: #fff;
  /* layer fill content */
  overflow: hidden;
  margin: 30px; }

.calendar_wrap caption {
  border-bottom: 1px solid #222;
  padding: 7px 0;
  caption-side: top;
  text-align: center; }

.widget_calendar table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  margin-bottom: -2px; }

.widget_calendar th {
  text-align: center;
  width: 26px;
  height: 35px;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  border-top: 0;
  vertical-align: middle;
  padding-right: 0 !important; }

.widget_calendar th:first-child {
  border-left: 0; }

.widget_calendar th:last-child {
  border-right: 0; }

.widget_calendar tbody tr {
  height: 35px; }

.widget_calendar tbody tr > td {
  color: #444;
  text-align: center;
  border: 1px solid #e4e4e4;
  vertical-align: middle;
  padding: 0; }

.widget_calendar tbody tr > td:first-child {
  border-left: 0; }

.widget_calendar tbody tr > td:last-child {
  border-right: 0; }

.sidebar .widget_calendar tbody tr > td a {
  text-decoration: none;
  color: #444444; }

.sidebar .widget_calendar tbody tr > td a:hover {
  text-decoration: none;
  color: #444444; }

.widget_calendar tbody tr > td.pad {
  border: 0;
  border-top: 1px solid #e4e4e4; }

.widget_calendar tfoot {
  position: absolute;
  top: 2px;
  width: 100%;
  display: block; }

.widget_calendar tfoot tr {
  width: 100%;
  display: block; }

.widget_calendar tfoot td {
  padding: 4px 0;
  border-color: transparent;
  float: left; }

.widget_calendar tfoot td#prev {
  padding-left: 10px;
  text-align: left; }

.widget_calendar tfoot td#next {
  padding-right: 10px;
  text-align: right;
  float: right; }

.sidebar .widget_calendar tfoot a {
  white-space: nowrap; }

.widget_calendar tfoot td a:hover {
  text-decoration: none; }

/*
Trumps are overrides, helpers, utilities. They should only affect
one piece of DOM at a time and usually carry !important
*/

/*# sourceMappingURL=assets/scss/sourcemap/style.css.map */
