/*!
Theme Name: Theme61393
Theme URI: http://www.templatemonster.com/wordpress-themes.php
Author: Template Monster
Author URI: http://www.templatemonster.com/
Description: Your theme description.
Version: 1.0.0
Blank Version: 1.3.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: theme61393
Tags: grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, footer-widgets, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

blank is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Social List
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0;
}

p {
  margin: 0 0 1em;
}

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

blockquote {
  font-size: 20px;
  font-size: 1.25rem;
}

blockquote cite {
  font-size: 14px;
  font-size: 0.875rem;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  overflow: auto;
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #eee;
  border: 1px solid #d5d5d5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
}

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

code {
  padding: 2px 5px;
  border: 1px solid #e0e0e8;
}

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

mark, ins {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .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-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-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-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 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

.col-xs-first {
  order: -1;
}

.col-xs-last {
  order: 1;
}

@media (min-width: 544px) {
  .col-sm-first {
    order: -1;
  }
  .col-sm-last {
    order: 1;
  }
}

@media (min-width: 768px) {
  .col-md-first {
    order: -1;
  }
  .col-md-last {
    order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg-first {
    order: -1;
  }
  .col-lg-last {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .col-xl-first {
    order: -1;
  }
  .col-xl-last {
    order: 1;
  }
}

.row-xs-top {
  align-items: flex-start;
}

.row-xs-center {
  align-items: center;
}

.row-xs-bottom {
  align-items: flex-end;
}

@media (min-width: 544px) {
  .row-sm-top {
    align-items: flex-start;
  }
  .row-sm-center {
    align-items: center;
  }
  .row-sm-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .row-md-top {
    align-items: flex-start;
  }
  .row-md-center {
    align-items: center;
  }
  .row-md-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .row-lg-top {
    align-items: flex-start;
  }
  .row-lg-center {
    align-items: center;
  }
  .row-lg-bottom {
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .row-xl-top {
    align-items: flex-start;
  }
  .row-xl-center {
    align-items: center;
  }
  .row-xl-bottom {
    align-items: flex-end;
  }
}

.col-xs-top {
  align-self: flex-start;
}

.col-xs-center {
  align-self: center;
}

.col-xs-bottom {
  align-self: flex-end;
}

@media (min-width: 544px) {
  .col-sm-top {
    align-self: flex-start;
  }
  .col-sm-center {
    align-self: center;
  }
  .col-sm-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start;
  }
  .col-md-center {
    align-self: center;
  }
  .col-md-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .col-lg-top {
    align-self: flex-start;
  }
  .col-lg-center {
    align-self: center;
  }
  .col-lg-bottom {
    align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .col-xl-top {
    align-self: flex-start;
  }
  .col-xl-center {
    align-self: center;
  }
  .col-xl-bottom {
    align-self: flex-end;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

blockquote {
  position: relative;
  margin: 0 0 1em;
  padding: 1em 1em 1em 2.5em;
}

@media (min-width: 992px) {
  blockquote {
    padding: 1em 1.5em 1em 3.5em;
  }
}

blockquote p {
  margin: 0;
}

blockquote p + p {
  margin-top: 1em;
}

blockquote cite:before {
  content: "- ";
}

blockquote:before {
  content: "format_quote";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  position: absolute;
  font-size: 2em;
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  blockquote:before {
    font-size: 2.5em;
    left: 20px;
  }
}

hr {
  background-color: #e0e0e8;
  border: 0;
  height: 1px;
  margin: 1.5em 0;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 1.5em;
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Inline list */
.inline-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.inline-list li {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content table {
  margin: 0 0 1.5em;
  max-width: 100%;
  border: 1px solid #e0e0e8;
}

.entry-content table th,
.entry-content table td {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #e0e0e8;
}

.entry-content table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #e0e0e8;
}

.entry-content table tbody + tbody {
  border-top: 1px solid #e0e0e8;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: -999em;
  overflow: hidden;
  width: 70px;
  height: 70px;
  z-index: 999;
  text-align: center;
  border: 3px solid;
  background-color: #fff;
}

#toTop:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 24px;
  content: "arrow_upward";
}

#toTop:focus {
  outline: none;
}

@media (min-width: 544px) {
  #toTop {
    right: 20px;
  }
}

@media (min-width: 768px) {
  #toTop {
    bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 15px 30px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 2px solid;
  box-shadow: none;
}

.btn {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 15px 30px;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 2px solid;
  box-shadow: none;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 10px;
}

.btn-fullwidth {
  width: 100%;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
  padding: 14px 20px;
  border: 1px solid #e0e0e8;
  background-color: #f7fafd;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 10px #e0e0e8;
}

button:focus,
input[type='submit']:focus,
input[type='reset']:focus {
  outline: none;
}

select {
  border: 1px solid #e0e0e8;
}

textarea {
  width: 100%;
  min-height: 150px;
  resize: vertical;
  overflow: auto;
}

::-moz-placeholder {
  opacity: 1;
}

:-moz-placeholder {
  opacity: 1;
}

.search-form {
  margin: 0;
  padding: 0;
}

.top-panel .search-form {
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 768px) {
  .top-panel .search-form {
    display: block;
  }
}

.search-form:after {
  display: block;
  clear: both;
  width: 100%;
  content: '';
}

.search-form__field[type='search'] {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 50px);
  height: 50px;
}

.top-panel .search-form__field[type='search'] {
  width: 150px;
  height: 30px;
  padding: 7px;
  border: none;
  background: none;
}

.top-panel .search-form__field[type='search']:focus {
  box-shadow: none;
}

.search-form__submit {
  float: left;
  width: 50px;
  padding-right: 0;
  padding-left: 0;
  border: none;
}

.search-form__submit i.material-icons {
  line-height: 20px;
  display: block;
  height: 20px;
  margin: 0 auto;
  font-size: 24px;
  font-size: 1.5rem;
}

.top-panel .search-form__submit {
  width: 30px;
  padding: 5px 0;
  background-color: transparent;
}

.top-panel .search-form__submit:hover {
  background: none;
}

.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
  box-shadow: none;
}

@media (min-width: 992px) {
  .comment-reply-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
  margin: 1em 0 0 0;
}

.comment-form .form-submit {
  margin: 1em 0 0 0;
}

.comment-form__field {
  width: 100%;
  vertical-align: top;
}

.comment-list .comment-form__field {
  background-color: #fff;
}

.comment-form .logged-in-as,
.comment-form .comment-notes {
  margin: 1em 0;
}

.comment-list .comment-form {
  padding-bottom: 2em;
}

#cancel-comment-reply-link {
  font-size: 12px;
  font-size: 0.75rem;
}

.post-password-form label {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

/*--------------------------------------------------------------
## Top Menu
--------------------------------------------------------------*/
.top-panel__menu {
  display: none;
}

@media (min-width: 544px) {
  .top-panel__menu {
    display: block;
    flex-grow: 1;
  }
}

.top-panel__menu-list {
  text-align: center;
}

.top-panel__menu-list .menu-item {
  margin: .25em;
}

.top-panel__menu-list .menu-item a {
  text-decoration: none;
}

.top-panel__menu-list .menu-item a:focus {
  outline: none;
}

.top-panel__menu-list .menu-item.current-menu-item a, .top-panel__menu-list .menu-item.current_page_item a {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
/* Basic */
.main-navigation {
  display: block;
  clear: both;
  width: 100%;
}

.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.main-navigation .menu {
  display: none;
}

.main-navigation li {
  position: relative;
  text-align: left;
}

.main-navigation a {
  position: relative;
  display: block;
  text-decoration: none;
}

@media (max-width: 767px) {
  .main-navigation ul ul a {
    text-indent: 1rem;
  }
  .main-navigation ul ul ul a {
    text-indent: 2rem;
  }
  .main-navigation ul ul ul ul a {
    text-indent: 3rem;
  }
  .main-navigation ul ul ul ul ul a {
    text-indent: 4rem;
  }
  .main-navigation ul ul ul ul ul ul a {
    text-indent: 5rem;
  }
}

@media (min-width: 768px) {
  .main-navigation li.menu-hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .main-navigation li li.menu-hover > ul {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .main-navigation li li.menu-hover > ul.left-side {
    left: auto;
    right: 100%;
  }
  .main-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .default .main-navigation .menu {
    display: block;
  }
  .main-navigation .menu > li {
    display: flex;
    align-items: flex-start;
  }
  .default .main-navigation .menu > li {
    display: inline-block;
  }
  .main-navigation .sub-menu {
    position: absolute;
    z-index: 999;
    top: 120%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: top .2s linear .1s, opacity .2s linear .1s, visibility .1s linear .2s;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
  .main-navigation .sub-menu ul {
    top: 20%;
    left: 100%;
  }
}

/* Skin */
@media (max-width: 1199px) {
  .main-navigation {
    width: auto;
    margin: 0 0 10px 0;
    vertical-align: top;
  }
}

.main-navigation a {
  padding: 1em;
  border-bottom: 1px solid #e0e0e8;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

@media (min-width: 768px) {
  .main-navigation a {
    padding: 1.5em;
  }
}

@media (max-width: 767px) {
  .main-navigation a {
    width: 100% !important;
    padding-right: 0 !important;
  }
}

.main-navigation a:focus {
  outline: none;
}

.main-navigation .menu > li {
  /* &[hidden] {
				display: none;
			} */
}

@media (min-width: 768px) {
  .main-navigation .menu > li {
    margin: 0 0 0 45px;
    text-transform: uppercase;
  }
}

@media (max-width: 1500px) {
  .main-navigation .menu > li {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 767px) {
  .main-navigation .menu > li {
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .main-navigation .menu > li:first-child {
    margin: 0;
  }
}

.main-navigation .menu > li:hover:after {
  transition: all 0.4s;
  color: #f25f43 !important;
}

@media (min-width: 768px) {
  .main-navigation .menu > li > a,
  .main-navigation .menu > li > .menu-link-wrapper > a {
    padding: 15px 0;
    border-bottom: none;
    letter-spacing: 2px;
    line-height: 21px;
  }
}

.main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon) {
  padding-right: 19px;
}

.main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
  /* Marker (level 1) */
  content: '\f107';
}

@media (max-width: 767px) {
  .main-navigation .menu > li.menu-item-has-children:not(.super-guacamole__menu-with-image):not(.super-guacamole__menu-with-icon)::after {
    display: none !important;
  }
}

.main-navigation .menu > li.super-guacamole__menu-with-image a,
.main-navigation .menu > li.super-guacamole__menu-with-image img {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.main-navigation .menu > li.super-guacamole__menu-with-image img {
  max-width: 1.6em;
  transform: translateY(0.4em);
  margin-top: -100%;
}

.main-navigation .menu > li.super-guacamole__menu {
  display: none !important;
}

.main-navigation .menu > li:last-child > a,
.main-navigation .menu > li:last-child > .menu-link-wrapper > a {
  border-bottom: none;
}

.main-navigation .menu > li.menu-hover > a,
.main-navigation .menu > li.menu-hover > .menu-link-wrapper > a, .main-navigation .menu > li.current_page_item > a,
.main-navigation .menu > li.current_page_item > .menu-link-wrapper > a, .main-navigation .menu > li.current_page_ancestor > a,
.main-navigation .menu > li.current_page_ancestor > .menu-link-wrapper > a, .main-navigation .menu > li.current-menu-item > a,
.main-navigation .menu > li.current-menu-item > .menu-link-wrapper > a, .main-navigation .menu > li.current-menu-ancestor > a,
.main-navigation .menu > li.current-menu-ancestor > .menu-link-wrapper > a {
  /* Active and hover state (level 1) */
}

@media (min-width: 768px) {
  .main-navigation .sub-menu {
    background: #fff !important;
    right: 50%;
    left: auto;
    width: 220px;
    padding: 10px 19px 10px 19px;
    margin: 0 -110px 0 0;
  }
}

@media (min-width: 768px) {
  .main-navigation .sub-menu .sub-menu {
    top: -10px;
    left: 201px;
    margin: 0;
  }
}

.main-navigation .sub-menu.left-side {
  left: auto;
  right: 100%;
}

@media (min-width: 768px) {
  .main-navigation .sub-menu li:last-of-type > a,
  .main-navigation .sub-menu li:last-of-type > .menu-link-wrapper > a {
    border-bottom: none;
  }
}

.main-navigation .sub-menu li.menu-item-has-children::after {
  /* Marker (level 2, 3, ..., N) */
  top: 11px;
  right: 0;
  content: '\f105';
}

.main-navigation .sub-menu a {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .main-navigation .sub-menu a {
    padding: 10px 14px 10px 14px;
    line-height: 23px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #9d9d9d;
  }
}

.main-navigation .sub-menu li.menu-hover > a,
.main-navigation .sub-menu li.menu-hover > .menu-link-wrapper > a,
.main-navigation .sub-menu li.current_page_item > a,
.main-navigation .sub-menu li.current_page_item > .menu-link-wrapper > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current_page_ancestor > .menu-link-wrapper > a,
.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current-menu-item > .menu-link-wrapper > a,
.main-navigation .sub-menu li.current-menu-ancestor > a,
.main-navigation .sub-menu li.current-menu-ancestor > .menu-link-wrapper > a {
  /* Active and hover state (level 2, 3, ..., N) */
}

.main-navigation li::after {
  /* Marker style */
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .main-navigation .menu > li::after {
    /* Marker position (level 1) */
    top: 0.9em;
    right: 0;
    transition: all 0.8s;
    color: #3a3a3b !important;
  }
}

/* Menu items description */
.menu-item__desc {
  font-size: 10px;
  font-size: 0.625rem;
}

@media (min-width: 768px) {
  .menu > li > a > .menu-item__desc,
  .menu > li > .menu-link-wrapper > a > .menu-item__desc {
    position: absolute;
  }
}

/* Toogle button */
.menu-toggle[aria-controls="main-menu"] {
  display: none;
  padding: .5em;
}

@media (max-width: 767px) {
  .menu-toggle[aria-controls="main-menu"] {
    display: inline-block;
    position: relative;
    z-index: 998;
    order: 2;
    margin: 11px 0 20px 0;
    border-width: 0;
    border-radius: 4px;
  }
}

.menu-toggle[aria-controls="main-menu"] .menu-toggle__icon {
  vertical-align: top;
}

.menu-toggle[aria-controls="main-menu"].toggled .menu-toggle__icon {
  display: none;
}

.menu-toggle[aria-controls="main-menu"].toggled .menu-toggle__icon[data-alt] {
  display: inline-block;
}

.menu-toggle[aria-controls="main-menu"]:not(.toggled) .menu-toggle__icon {
  display: inline-block;
}

.menu-toggle[aria-controls="main-menu"]:not(.toggled) .menu-toggle__icon[data-alt] {
  display: none;
}

html.mobile-menu-active {
  position: fixed;
  top: -46px;
  left: 0;
  right: 0;
  bottom: 0;
}

html.mobile-menu-active,
html.mobile-menu-active body {
  overflow: hidden;
}

html.mobile-menu-active .site-content,
html.mobile-menu-active .site-footer {
  display: none;
}

html.mobile-menu-active .menu-toggle[aria-controls="main-menu"] {
  position: fixed;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  html.mobile-menu-active .admin-bar .menu-toggle[aria-controls="main-menu"] {
    top: 46px;
  }
}

html.mobile-menu-active .admin-bar .mobile-menu {
  top: 46px;
}

.sub-menu-toggle {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 995;
  width: 4rem;
  height: calc( 4em - 6px);
  border-bottom: 1px solid #ddd;
}

.mobile-menu .sub-menu-toggle {
  display: block;
  cursor: pointer;
}

.mobile-menu .menu-item-has-children > .sub-menu {
  display: none;
}

.mobile-menu .sub-menu-open > .sub-menu {
  display: block;
}

.mobile-menu li.menu-item-has-children::after {
  transform: rotate(0deg);
}

.mobile-menu li.menu-item-has-children.sub-menu-open::after {
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform-style: preserve-3d;
}

.mobile-menu li.menu-item-has-children > a:not(.sub-menu-toggle),
.mobile-menu li.menu-item-has-children > .menu-link-wrapper > a:not(.sub-menu-toggle) {
  position: relative;
  z-index: 994;
  width: calc( 100% - 4em);
}

.mobile-menu .sub-menu li.menu-item-has-children::after {
  transform: rotate(90deg) translateX(4px) translateY(3px);
}

.mobile-menu .sub-menu li.menu-item-has-children.sub-menu-open::after {
  transform: rotateX(180deg) rotateY(0deg) rotateZ(90deg) translateX(-4px) translateY(3px);
  transform-style: preserve-3d;
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-menu {
  margin: 1em 0;
}

.footer-menu__items {
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-menu__items .menu-item {
  display: flex;
  padding: .25em 1em;
  align-items: flex-start;
}

@media (min-width: 544px) {
  .footer-menu__items .menu-item + li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 992px) {
  .footer-menu__items .menu-item {
    padding: .5em 1.5em;
  }
}

.footer-menu__items .menu-item a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  overflow: hidden;
  margin-top: 2em;
}

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

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  white-space: nowrap;
}

.comment-navigation .nav-previous > a:before,
.posts-navigation .nav-previous > a:before,
.post-navigation .nav-previous > a:before {
  font-size: 20px;
  content: '\E408';
  vertical-align: top;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

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

.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.comment-navigation .nav-next > a:after,
.posts-navigation .nav-next > a:after,
.post-navigation .nav-next > a:after {
  font-size: 20px;
  content: '\E409';
  vertical-align: top;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.pagination {
  margin: 2em 0;
}

.card-columns + .pagination {
  margin-top: 0;
}

.page-numbers {
  line-height: 3;
  display: inline-block;
  min-width: 3em;
  height: 3em;
  margin: 0 5px 5px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e0e0e8;
}

.page-numbers.dots {
  min-width: 2em;
  border: none;
  background-color: transparent;
}

.page-numbers.next, .page-numbers.prev {
  border-color: transparent;
}

.page-numbers.next::after, .page-numbers.prev::after {
  vertical-align: middle;
  font-size: 20px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.page-numbers.next::after {
  content: 'navigate_next';
}

.page-numbers.prev::after {
  content: 'navigate_before';
}

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

.page-links__title {
  margin-right: 5px;
}

.page-links a,
.page-links > .page-links__item {
  line-height: 3;
  display: inline-block;
  min-width: 3em;
  height: 3em;
  margin: 0 5px 5px 0;
  text-align: center;
  border: 1px solid #e0e0e8;
}

.page-links a {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  position: relative;
  margin: 1.5em 0 0;
}

.breadcrumbs__title {
  float: left;
  margin-right: 2em;
  padding-right: 2em;
  border-right: 1px solid #e0e0e8;
}

.breadcrumbs__title .page-title {
  margin: 0;
}

.breadcrumbs__items {
  float: left;
}

.breadcrumbs__browse {
  float: left;
  margin-right: .5em;
}

.breadcrumbs__wrap {
  float: left;
  margin: 0;
}

@media (min-width: 992px) {
  .breadcrumbs__wrap {
    margin: .25em 0;
  }
}

.breadcrumbs__item {
  float: left;
}

.breadcrumbs__item-sep {
  margin: 0 .5em;
}

.breadcrumbs__item-link {
  text-decoration: none;
}

/*--------------------------------------------------------------
## Social List
--------------------------------------------------------------*/
.social-list .menu-item {
  margin: 0;
}

.social-list .menu-item::before {
  display: none;
}

.social-list .menu-item > a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.social-list .menu-item > a:hover {
  text-decoration: none;
}

.social-list .menu-item > a:focus {
  outline: none;
}

.social-list .menu-item > a[href*="500px.com"]::before {
  content: '\f26e';
}

.social-list .menu-item > a[href*="angel.co"]::before {
  content: '\f209';
}

.social-list .menu-item > a[href*="codepen.io"]::before {
  content: '\f1cb';
}

.social-list .menu-item > a[href*="del.icio"]::before, .social-list .menu-item > a[href*="delicious.com"]::before {
  content: '\f1a5';
}

.social-list .menu-item > a[href*="digg.com"]::before {
  content: '\f1a6';
}

.social-list .menu-item > a[href*="dribbble.com"]::before {
  content: '\f17d';
}

.social-list .menu-item > a[href*="dropbox.com"]::before {
  content: '\f16b';
}

.social-list .menu-item > a[href*="facebook.com"]::before {
  content: '\f09a';
}

.social-list .menu-item > a[href*="foursquare.com"]::before {
  content: '\f180';
}

.social-list .menu-item > a[href*="flickr.com"]::before {
  content: '\f16e';
}

.social-list .menu-item > a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

.social-list .menu-item > a[href*="github.com"]::before {
  content: '\f09b';
}

.social-list .menu-item > a[href*="instagram.com"]::before {
  content: '\f16d';
}

.social-list .menu-item > a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

.social-list .menu-item > a[href*="pinterest.com"]::before {
  content: '\f0d2';
}

.social-list .menu-item > a[href*="getpocket.com"]::before {
  content: '\f265';
}

.social-list .menu-item > a[href*="reddit.com"]::before {
  content: '\f1a1';
}

.social-list .menu-item > a[href*="skype.com"]::before, .social-list .menu-item > a[href*="skype:"]::before {
  content: '\f17e';
}

.social-list .menu-item > a[href*="stumbleupon.com"]::before {
  content: '\f1a4';
}

.social-list .menu-item > a[href*="tumblr.com"]::before {
  content: '\f173';
}

.social-list .menu-item > a[href*="twitter.com"]::before {
  content: '\f099';
}

.social-list .menu-item > a[href*="vimeo.com"]::before {
  content: '\f27d';
}

.social-list .menu-item > a[href*="wordpress.org"]::before, .social-list .menu-item > a[href*="wordpress.com"]::before {
  content: '\f19a';
}

.social-list .menu-item > a[href*="youtube.com"]::before {
  content: '\f167';
}

.social-list .menu-item > a[href*="amazon.com"]::before {
  content: '\f270';
}

.social-list .menu-item > a[href*="tripadvisor"]::before {
  content: '\f262';
}

.social-list .menu-item > a[href*="ycombinator.com"]::before {
  content: '\f23b';
}

.social-list .menu-item > a[href*="xing.com"]::before {
  content: '\f168';
}

.social-list .menu-item > a[href*="yahoo."]::before {
  content: '\f19e';
}

.social-list .menu-item > a[href*="vine.co"]::before {
  content: '\f1ca';
}

.social-list .menu-item > a[href*="weibo.com"]::before {
  content: '\f18a';
}

.social-list .menu-item > a[href*="trello.com"]::before {
  content: '\f181';
}

.social-list .menu-item > a[href*="steampowered.com"]::before {
  content: '\f1b6';
}

.social-list .menu-item > a[href*="soundcloud.com"]::before {
  content: '\f1be';
}

.social-list .menu-item > a[href*="spotify.com"]::before {
  content: '\f1bc';
}

.social-list .menu-item > a[href*="stackexchange.com"]::before {
  content: '\f18d';
}

.social-list .menu-item > a[href*="stackoverflow.com"]::before {
  content: '\f16c';
}

.social-list .menu-item > a[href*="slideshare.net"]::before {
  content: '\f1e7';
}

.social-list .menu-item > a[href*="slack.com"]::before {
  content: '\f198';
}

.social-list .menu-item > a[href*="skyatlas.com"]::before {
  content: '\f216';
}

.social-list .menu-item > a[href*="last.fm"]::before {
  content: '\f202';
}

.social-list .menu-item > a[href*="jsfiddle.net"]::before {
  content: '\f1cc';
}

.social-list .menu-item > a[href*="behance.net"]::before {
  content: '\f1b4';
}

.social-list .menu-item > a[href*="bitbucket.org"]::before {
  content: '\f171';
}

.social-list .menu-item > a[href*="codepen.io"]::before {
  content: '\f1cb';
}

.social-list .menu-item > a[href*="codiepie.com"]::before {
  content: '\f284';
}

.social-list .menu-item > a[href*="connectdevelop.com"]::before {
  content: '\f20e';
}

.social-list .menu-item > a[href*="dashcube.com"]::before {
  content: '\f210';
}

.social-list .menu-item > a[href*="contao.org"]::before {
  content: '\f26d';
}

.social-list .menu-item > a[href*="deviantart.com"]::before {
  content: '\f1bd';
}

.social-list .menu-item > a[href*="vk.com"]::before {
  content: '\f189';
}

.social-list .menu-item > a[href*="ok.ru"]::before {
  content: '\f263';
}

.social-list .menu-item > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  border-radius: 50%;
}

.social-list--text .social-list .menu-item > a::before {
  display: none;
}

.social-list--text .menu-item > a::before {
  display: none;
}

.social-list--widget a {
  opacity: .3;
}

.invert .social-list--widget a {
  opacity: 1;
}

.social-list--widget a:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
## RD-Mobile NENU
--------------------------------------------------------------*/
/* RD Navbar */
.rd-navbar-brand {
  margin-top: 100px;
  display: block;
  text-align: center;
  color: #333333;
}

.rd-navbar-brand__name {
  font-size: 55px;
  font-family: "Six Caps", sans-serif;
  letter-spacing: 5px;
}

.rd-navbar-brand__name a:hover {
  color: inherit;
}

.rd-navbar-brand__name span {
  font-size: 100px;
  margin-top: -19px;
  display: inline-block;
}

.rd-navbar-brand__slogan {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 50px;
}

.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  box-shadow: 2px 0 21px 0 rgba(0, 0, 0, 0.26);
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  -ms-transform: translateY(27px);
  -webkit-transform: translateY(27px);
  transform: translateY(27px);
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  right: 0;
  bottom: -56px;
  width: 240px;
  padding: 100px 10px 76px;
  color: #ffffff;
  background: #ffffff;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  box-shadow: 2px 0 21px 0 rgba(0, 0, 0, 0.26);
  -ms-transform: translateX(240px);
  -webkit-transform: translateX(240px);
  transform: translateX(240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu_ul li + li {
  margin-top: 30px;
}

.rd-mobilemenu_ul a {
  display: block;
  color: #3a3a3b;
  font-family: "Oswald";
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rd-mobilemenu_ul a:hover {
  background: #ffffff;
  color: #f25f43;
}

.rd-mobilemenu_ul a:focus {
  outline: none;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  color: #f25f43;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilemenu_submenu {
  margin-left: 0;
  margin-top: 20px;
  padding-left: 29px;
}

.rd-mobilemenu_submenu li + li {
  margin: 0;
}

.rd-mobilemenu_submenu li a {
  color: #6f6f6f;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
  font: 16px/1.5 "Roboto",Helvetica,Arial,sans-serif;
  letter-spacing: normal;
  text-transform: capitalize;
}

.rd-mobilemenu_submenu li a:hover {
  padding-left: 15px;
}

.rd-mobilemenu_submenu li a:hover:before {
  left: 0;
  opacity: 1;
}

.rd-mobilemenu_submenu li a:before {
  transition: .3s ease-out;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  opacity: 0;
  display: flex;
  align-items: center;
}

.rd-mobilepanel {
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding: 4px;
  background: #ffffff;
  color: #ffffff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel .site-logo img {
  height: auto;
  display: block;
  max-width: 152px;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #ffffff;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  background-color: #f25f43;
  border: none;
  border-radius: 0;
  display: block;
  height: 44px;
  padding: 1px 6px;
  position: fixed;
  right: 8px;
  top: 6px;
  width: 44px;
  z-index: 20;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 8px;
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 2px;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before {
  top: 0;
  width: 15px;
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (min-width: 480px) {
  .rd-navbar-brand__name {
    font-size: 90px;
  }
  .rd-navbar-brand__name span {
    font-size: 160px;
    margin-top: -31px;
  }
}

@media (min-width: 768px) {
  .rd-navbar-brand__name {
    font-size: 160px;
  }
  .rd-navbar-brand__name span {
    margin-top: -41px;
    font-size: 250px;
    margin-left: 16px;
  }
  .rd-navbar-brand__slogan {
    font-size: 18px;
    margin-top: 79px;
  }
}

@media (min-width: 992px) {
  .rd-navbar-brand__name {
    letter-spacing: 16.7px;
  }
  .rd-navbar-brand__slogan {
    font-size: 30px;
  }
  .rd-mobilepanel {
    display: none;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu {
    display: block;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}

/*====================================*/
.rd-mobilemenu.active .rd-navbar-search .search-form {
  position: relative;
}

.rd-mobilemenu.active .rd-navbar-search .search-form input {
  background-color: #f1f1f1;
  border: none;
  color: #6f6f6f;
  padding: 10px 38px 10px 18px;
  height: 50px;
  width: 100%;
  display: block;
}

.rd-mobilemenu.active .rd-navbar-search .search-form a {
  position: absolute;
  cursor: pointer;
  display: block;
  padding: 10px;
  right: 0;
  top: 0;
}

.rd-mobilemenu.active .rd-navbar-search .search-form a:hover {
  background: none;
  color: #101010;
}

.rd-mobilemenu.active .rd-navbar-search .search-form .search-form__submit {
  background-color: transparent;
  border: none;
  color: #cccccc;
  position: absolute;
  right: 0;
}

.rd-mobilemenu.active .rd-navbar-search .search-form .search-form__submit:hover {
  color: #f25f43;
  background-color: transparent;
}

/*RD-aside*/
.rd-aside {
  display: block;
  height: 48px;
  position: fixed;
  z-index: 1000;
  right: 55px;
  top: 4px;
  width: 48px;
  color: #000;
  cursor: pointer;
}

.rd-aside span {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  height: 6px;
  left: 50%;
  line-height: 6px;
  margin-left: -3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 6px;
  margin-top: -3px;
  top: 50%;
}

.rd-aside span:after {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  height: 6px;
  left: 50%;
  line-height: 6px;
  margin-left: -3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 6px;
}

.rd-aside span:before {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  height: 6px;
  left: 50%;
  line-height: 6px;
  margin-left: -3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 6px;
}

.rd-aside span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.rd-aside span:after {
  margin-top: 3px;
  top: 100%;
}

.rd-aside span:after {
  content: "";
}

.rd-aside span:before {
  content: "";
}

.rd-aside.active span {
  transform: scale(0.7);
}

.rd-aside.active span:after {
  transform: translateY(-18px);
}

.rd-aside.active span:before {
  transform: translateY(18px);
}

/*Social list styles*/
.rd-social-list .social-list__items {
  min-width: 150px;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  text-align: left;
}

@media (max-width: 1199px) {
  .rd-social-list .social-list__items {
    align-self: center;
  }
}

.rd-social-list .social-list__items li {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 0 0 5px;
  vertical-align: top;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .rd-social-list .social-list__items li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.rd-social-list .social-list__items li:hover:before {
  background: #f25f43;
  transition: all 0.4s;
}

.rd-social-list .social-list__items li:first-child {
  margin: 0;
}

.rd-social-list .social-list__items li:before {
  background: #b3b4b5;
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: top;
  border-radius: 50%;
  transition: all 0.8s;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  .rd-social-list .social-list__items li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.rd-social-list .social-list__items li a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
}

.rd-social-list .social-list__items li a:hover {
  background: none;
}

.rd-social-list .social-list__items li a:before {
  display: none !important;
}

/*RD-top-panel styles*/
@media (max-width: 991px) {
  html .site-header .top-panel {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 13px -1px rgba(0, 0, 0, 0.17);
    display: none;
    padding: 10px;
    position: fixed;
    right: 10px;
    text-align: left;
    top: 60px;
    transition: all 0.3s ease 0s;
    width: 280px;
    z-index: 99;
  }
  html .site-header .top-panel b {
    color: #6f6f6f;
  }
  html .site-header .top-panel b a {
    color: #f25f43;
  }
  html .site-header .top-panel b i {
    color: #f25f43;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.hidden {
  display: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  position: relative;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .comments-area {
    margin-bottom: 2em;
  }
}

@media (min-width: 992px) {
  .comments-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1em;
  }
}

.comment-list {
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
}

.comment-list .children {
  margin-left: 0;
  padding-left: 10px;
  list-style: none;
  border-top: 1px solid #e0e0e8;
}

@media (min-width: 992px) {
  .comment-list .children {
    padding-left: 30px;
  }
}

.comment-list > .comment,
.comment-list > .ping {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f7fafd;
}

@media (min-width: 992px) {
  .comment-list > .comment,
  .comment-list > .ping {
    padding-right: 30px;
    padding-left: 30px;
  }
}

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

.comment-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .comment-body {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.comment-body__holder {
  position: relative;
  padding-right: 18px;
}

.comment-body .avatar {
  float: left;
  width: 40px;
  margin: 0 15px 10px 0;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .comment-body .avatar {
    width: auto;
    margin: 0 30px 15px 0;
  }
}

.comment-body .fn {
  margin-right: 10px;
}

@media (min-width: 992px) {
  .comment-body .fn {
    margin-right: 25px;
  }
}

.comment-body .reply {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  transition: all 0.25s ease;
  opacity: .2;
}

.comment-body .reply:hover {
  opacity: 1;
}

.comment-reply-link {
  font-size: 17px;
}

.comment-reply-link .material-icons {
  font-size: inherit;
}

.comment-date {
  display: inline-block;
}

.comment-date:before {
  font-size: 17px;
  margin-right: 4px;
  content: '\E878';
  vertical-align: top;
  opacity: .2;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

@media (min-width: 992px) {
  .comment-date:before {
    margin-right: 8px;
  }
}

.comment-date__time {
  display: inline-block;
  vertical-align: top;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.post-author-bio {
  margin: 2em 0;
}

.post-author__holder {
  padding: 1em;
}

@media (min-width: 992px) {
  .post-author__holder {
    padding: 2em 2em 1em;
  }
}

.post-author__avatar {
  float: left;
  margin: 0 1em 1em 0;
}

@media (min-width: 992px) {
  .post-author__avatar {
    margin: 0 2em 1em 0;
  }
}

.post-author__avatar .avatar {
  width: 70px;
  vertical-align: top;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .post-author__avatar .avatar {
    width: auto;
  }
}

@media (min-width: 992px) {
  .post-author__title {
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0;
  }
}

/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
.hentry .share-btns__list {
  float: left;
}

.single-post .share-btns__list {
  float: right;
}

.share-btns__item {
  display: inline-block;
  vertical-align: top;
}

.share-btns__link {
  line-height: 2.5em;
  display: block;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  text-decoration: none;
  opacity: .3;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1rem;
}

.share-btns__link:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.card {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
}

@media (min-width: 768px) {
  .card-deck {
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    flex-flow: row wrap;
  }
  .card-deck .card {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    -webkit-display: flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .home .card-deck .card.sticky {
    display: block;
    max-width: calc(100% - 1.875rem);
    flex: none;
  }
  .posts-list--grid-2-cols .card {
    max-width: calc(100%/2 - 1.875rem);
    flex: 1 0 calc(100%/2 - 1.875rem);
  }
  .posts-list--grid-3-cols .card {
    max-width: calc(100%/3 - 1.875rem);
    flex: 1 0 calc(100%/3 - 1.875rem);
  }
}

@media (min-width: 768px) {
  .card-columns {
    column-gap: 1.875rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
  .posts-list--masonry-2-cols {
    column-count: 2;
  }
  .posts-list--masonry-3-cols {
    column-count: 3;
  }
}

@media (min-width: 768px) {
  .posts-list--vertical-justify {
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    flex-flow: row wrap;
  }
  .posts-list--vertical-justify .card {
    flex: 1 0 calc(100%/3 - 1.875rem);
    max-width: calc(100%/3 - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .posts-list--vertical-justify .card:nth-child(7n + 1), .posts-list--vertical-justify .card:nth-child(7n + 4) {
    flex: 1 0 calc(100%/1.5 - 1.875rem);
    max-width: calc(100%/1.5 - 1.875rem);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .posts-list--grid-3-cols {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .posts-list--grid-3-cols .card {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex: none;
  }
  .posts-list--masonry-3-cols.one-left-sidebar, .posts-list--masonry-3-cols.one-right-sidebar {
    column-gap: normal;
    column-count: auto;
  }
  .posts-list--masonry-3-cols.one-left-sidebar .card, .posts-list--masonry-3-cols.one-right-sidebar .card {
    display: block;
  }
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.container.site-header, .container.site-footer {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.container.site-content .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-container {
  padding: 1.5rem 0.9375rem 0;
}

@media (min-width: 768px) {
  .header-container.isStuck {
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
  }
}

.container .header-container {
  padding-right: 0;
  padding-left: 0;
}

.site-header.default .main-navigation {
  padding: 1em 0 0 0;
}

.site-header.default .site-branding {
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.default .site-branding {
    float: left;
    text-align: left;
  }
}

.site-header.default .social-list {
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.default .social-list {
    float: right;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .site-header.centered {
    text-align: center;
  }
}

.site-header.centered .main-navigation {
  padding-top: 1em;
}

.site-header.transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.site-header.transparent .site-branding {
  padding: 0 0 15px;
  order: 1;
  flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.transparent .site-branding {
    order: 0;
    flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.transparent .social-list {
  padding: 0 0 15px;
  order: 0;
  flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.transparent .social-list {
    order: 2;
    flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.transparent .main-navigation {
  order: 2;
  flex: 0 1 100%;
  align-self: flex-end;
}

@media (min-width: 768px) {
  .site-header.transparent .main-navigation {
    order: 1;
    flex: 0 1 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.transparent .main-navigation {
    order: 3;
    flex: 0 1 100%;
  }
}

.site-header.transparent .header-container__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: stretch;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .site-header.transparent .header-container__flex {
    flex-wrap: nowrap;
  }
}

.header-layout-transparent {
  position: relative;
}

.header-layout-transparent.top-panel-invisible .hentry:first-child,
.header-layout-transparent.top-panel-invisible .sidebar .widget:first-child {
  margin-top: 0;
}

.header-layout-transparent.top-panel-invisible .card-columns {
  padding-top: 0;
}

.site-header.minimal .site-branding {
  padding: 0 0 15px;
  order: 1;
  flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.minimal .site-branding {
    order: 0;
    flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.minimal .social-list {
  padding: 0 0 15px;
  order: 0;
  flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.minimal .social-list {
    order: 2;
    flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.minimal .main-navigation {
  order: 2;
  flex: 0 1 100%;
  align-self: flex-end;
}

@media (min-width: 768px) {
  .site-header.minimal .main-navigation {
    order: 1;
    flex: 0 1 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.minimal .main-navigation {
    order: 3;
    flex: 0 1 100%;
  }
}

.header-container__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: stretch;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .header-container__flex {
    flex-wrap: nowrap;
  }
}

.site-header.transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.site-header.transparent .site-branding {
  padding: 0 0 15px;
  order: 1;
  flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.transparent .site-branding {
    order: 0;
    flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.transparent .social-list {
  padding: 0 0 15px;
  order: 0;
  flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.transparent .social-list {
    order: 2;
    flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.transparent .main-navigation {
  order: 2;
  flex: 0 1 100%;
  align-self: flex-end;
}

@media (min-width: 768px) {
  .site-header.transparent .main-navigation {
    order: 1;
    flex: 0 1 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.transparent .main-navigation {
    order: 3;
    flex: 0 1 100%;
  }
}

.site-header.transparent .header-container__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: stretch;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .site-header.transparent .header-container__flex {
    flex-wrap: nowrap;
  }
}

.header-layout-transparent {
  position: relative;
}

.header-layout-transparent.top-panel-invisible .hentry:first-child,
.header-layout-transparent.top-panel-invisible .sidebar .widget:first-child {
  margin-top: 0;
}

.header-layout-transparent.top-panel-invisible .card-columns {
  padding-top: 0;
}

.site-header.mobile .site-branding {
  padding: 0 0 15px;
  order: 1;
  flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.mobile .site-branding {
    order: 0;
    flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.mobile .social-list {
  padding: 0 0 15px;
  order: 0;
  flex: 0 1 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .site-header.mobile .social-list {
    order: 2;
    flex: 0 1 auto;
    text-align: left;
  }
}

.site-header.mobile .main-navigation {
  order: 2;
  flex: 0 1 100%;
  align-self: flex-end;
}

@media (min-width: 768px) {
  .site-header.mobile .main-navigation {
    order: 1;
    flex: 0 1 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .site-header.mobile .main-navigation {
    order: 3;
    flex: 0 1 100%;
  }
}

.header-container__flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: stretch;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .header-container__flex {
    flex-wrap: nowrap;
  }
}

.top-panel {
  padding: 0.5rem 0.9375rem;
  text-align: left;
}

.container .top-panel {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 544px) {
  .top-panel__wrap {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .top-panel__wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .top-panel__wrap {
    flex-wrap: nowrap;
  }
}

.top-panel__message {
  display: none;
}

@media (min-width: 768px) {
  .top-panel__message {
    display: block;
    width: calc( 100% - 180px);
  }
}

@media (min-width: 992px) {
  .top-panel__message {
    width: auto;
  }
}

.top-panel__message .info-block {
  display: inline-block;
  margin-top: 1em;
}

@media (min-width: 992px) {
  .top-panel__message .info-block {
    margin-top: 0;
    margin-right: 1.5em;
  }
}

.top-panel__message .info-block:first-child {
  margin-top: 0;
}

.top-panel__message .material-icons {
  line-height: 2;
  width: 2em;
  height: 2em;
  margin: 0 1em 0 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 2em;
  background: #fff;
  font-size: 16px;
  font-size: 1rem;
}

.top-panel__search {
  display: flex;
  min-width: 180px;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .top-panel__search {
    order: 1;
  }
}

@media (max-width: 767px) {
  .top-panel__search,
  .top-panel__search .search-form {
    width: 100%;
  }
  .top-panel__search .search-form {
    display: block;
  }
  .top-panel__search .search-form .search-form__field {
    width: calc( 100% - 50px);
  }
}

.site-logo {
  margin: 0;
}

.site-logo__link {
  text-decoration: none;
}

.site-logo__link:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}

.card-columns {
  padding-top: 3em;
}

/*--------------------------------------------------------------
### Hentry (WordPress native CSS-class for post/page article)
--------------------------------------------------------------*/
.hentry {
  position: relative;
  margin-top: 3em;
}

.posts-list .hentry:last-child {
  margin-bottom: 3em;
}

.card-columns .hentry {
  margin-top: 0;
  margin-bottom: 3em;
}

.hentry.page {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .hentry.page {
    margin-bottom: 2em;
  }
}

/*--------------------------------------------------------------
### Entry (header, content, footer)
--------------------------------------------------------------*/
.entry-title {
  font-size: 20px;
}

.entry-header .entry-title:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .posts-list--default .entry-title {
    font-size: 30px;
  }
}

.entry-summary + .entry-meta,
.entry-content + .entry-meta {
  margin-top: 1em;
}

.posts-list .entry-summary, .posts-list .entry-content {
  display: none;
}

@media (min-width: 768px) {
  .posts-list .entry-summary, .posts-list .entry-content {
    display: block;
  }
}

.post-list__item .entry-summary, .post-list__item .entry-content {
  margin-top: 0;
}

.post-list__item .entry-summary p, .post-list__item .entry-content p {
  margin: 1em 0 0;
}

.entry-footer {
  position: relative;
  margin-top: 1em;
}

.entry-footer .btn {
  float: right;
}

/*--------------------------------------------------------------
### Post attributes (thumbnail, meta)
--------------------------------------------------------------*/
.post-thumbnail__link.post-thumbnail--small {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .post-thumbnail__link.post-thumbnail--small {
    float: left;
    margin-right: 30px;
    text-align: left;
  }
}

.post-thumbnail__img {
  display: inline-block;
  vertical-align: top;
}

.entry-header + .post-thumbnail > .post-thumbnail__img {
  margin-top: 25px;
}

.posts-list .post-thumbnail--fullwidth {
  display: block;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .posts-list .post-thumbnail--fullwidth {
    margin-bottom: 1.5em;
  }
}

.post__cats a {
  line-height: 22px;
  display: inline-block;
  margin: 0 0 3px 0;
  padding: 0 6px;
  vertical-align: top;
  text-decoration: none;
}

.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats {
    top: 30px;
  }
}

.post-format-wrap .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
}

@media (min-width: 992px) {
  .post-format-wrap .post__cats {
    top: 30px;
    left: 30px;
  }
}

.post__date .material-icons,
.post__date .fa, .post__comments .material-icons,
.post__comments .fa, .post__tags .material-icons,
.post__tags .fa {
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

.invert .post__date .material-icons, .invert
.post__date .fa, .invert .post__comments .material-icons, .invert
.post__comments .fa, .invert .post__tags .material-icons, .invert
.post__tags .fa {
  color: inherit;
}

.post__date a, .post__comments a, .post__tags a {
  text-decoration: none;
}

.post__date, .post__comments {
  margin-right: 15px;
}

.single .post__date, .single .post__comments {
  margin-right: 0;
  margin-left: 15px;
}

.post__tags {
  margin-top: .5em;
}

.single-post .post__tags {
  margin-top: 0;
}

@media (min-width: 544px) {
  .single-post .post__tags {
    float: left;
  }
}

.posted-by__author:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
### Read More button
--------------------------------------------------------------*/
.posts-list__item .btn {
  padding: 0;
}

.posts-list__item .btn__text {
  display: none;
}

.posts-list__item .btn__icon,
.posts-list__item .btn .material-icons,
.posts-list__item .btn .fa {
  line-height: 46px;
  width: 46px;
  height: 46px;
  color: inherit;
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn {
    padding: 15px 30px;
  }
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn__text {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn__icon,
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn .material-icons,
  .posts-list--default:not(.two-sidebars) .posts-list__item .btn .fa {
    display: none;
  }
}

/*--------------------------------------------------------------
### Related posts
--------------------------------------------------------------*/
.single .related-posts .post__date, .single .related-posts .post__comments {
  margin-right: 15px;
  margin-left: 0px;
}

.single .related-post .post-thumbnail__img + .post__cats, .single .related-post .post-thumbnail__link + .post__cats {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 25px;
}

.single .related-posts {
  margin-bottom: 3em;
}

.single .related-posts .post-thumbnail__img {
  width: 100%;
  height: auto;
}

@media (min-width: 544px) {
  .single .related-posts .post-thumbnail__img {
    width: auto;
    height: auto;
  }
}

/*--------------------------------------------------------------
### Sticky Post
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky__label {
  line-height: 22px;
  display: inline-block;
  float: right;
  padding: 0 10px;
  text-align: center;
  border-radius: 20px;
}

.sticky__label .material-icons,
.sticky__label .fa {
  font-size: 21px;
  line-height: 2;
  display: block;
  width: auto;
  width: calc(2em - 20px);
  height: 2em;
}

.posts-list .sticky__label .material-icons, .posts-list
.sticky__label .fa {
  font-size: 21px;
  color: inherit;
}

.has-post-thumbnail .sticky__label {
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 10px;
  float: none;
}

@media (min-width: 992px) {
  .has-post-thumbnail .sticky__label {
    top: 30px;
  }
}

.sticky__label.type-both .material-icons,
.sticky__label.type-both .fa {
  display: inline-block;
  margin: 0 5px 0 0;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .sticky.posts-list__item .btn,
  .posts-list--grid-3-cols .sticky.posts-list__item .btn {
    padding: 15px 30px;
  }
  .two-sidebars .sticky.posts-list__item .btn {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__text {
    display: inline-block;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text {
    display: none;
  }
}

.two-sidebars .sticky.posts-list__item .btn__text {
  display: none;
}

@media (min-width: 992px) {
  .sticky.posts-list__item .btn__icon,
  .sticky.posts-list__item .btn .material-icons,
  .sticky.posts-list__item .btn .fa {
    display: none;
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,
  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon, .posts-list--masonry-2-cols
  .sticky.posts-list__item .btn .material-icons,
  .posts-list--masonry-3-cols
  .sticky.posts-list__item .btn .material-icons, .posts-list--masonry-2-cols
  .sticky.posts-list__item .btn .fa,
  .posts-list--masonry-3-cols
  .sticky.posts-list__item .btn .fa {
    display: inline-block;
  }
}

.two-sidebars .sticky.posts-list__item .btn__icon, .two-sidebars
.sticky.posts-list__item .btn .material-icons, .two-sidebars
.sticky.posts-list__item .btn .fa {
  display: inline-block;
}

@media (min-width: 992px) {
  .posts-list--grid-2-cols .sticky .entry-title,
  .posts-list--grid-3-cols .sticky .entry-title {
    font-size: 30px;
  }
}

.sticky .post-thumbnail__img {
  width: 100%;
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post {
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */
}

.post-gallery {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .post-gallery {
    margin-bottom: 2em;
  }
}

.entry-content .post-gallery {
  margin-top: 10px;
}

.post-gallery__image {
  display: block;
  margin: auto;
}

.post-gallery__button-next, .post-gallery__button-prev {
  top: 50%;
  display: none;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-align: center;
  background-image: none;
}

.post-gallery__button-next.swiper-button-disabled, .post-gallery__button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.post-gallery__button-prev {
  left: 0;
}

.post-gallery__button-next {
  right: 0;
}

.post-gallery .material-icons,
.post-gallery .fa {
  line-height: 50px;
}

.post-gallery__slide.swiper-slide:hover:hover {
  background-color: transparent;
}

.post-gallery__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.post-gallery__link {
  display: block;
}

.post-format-link {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px 10px 15px;
  text-decoration: underline;
}

.post-format-link:before {
  display: inline-block;
  margin: 0 5px 0 0;
  content: 'insert_link';
  vertical-align: middle;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.has-thumb .post-thumbnail {
  position: relative;
}

.has-thumb .post-thumbnail__format-link {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  text-align: center;
}

.has-thumb .post-thumbnail__format-link .post-format-link {
  margin: -20px 0 0 0;
}

.post-format-quote {
  background-color: transparent;
}

.post-featured-content {
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  .post-featured-content {
    margin-bottom: 2em;
  }
}

.format-video .post-featured-content {
  background: none;
}

.post-featured-content .post__cats {
  padding: 1em 0 0 1em;
}

@media (min-width: 992px) {
  .post-featured-content .post__cats {
    padding-top: 2em;
  }
}

.format-video .post-featured-content .post__cats {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
}

@media (min-width: 992px) {
  .format-video .post-featured-content .post__cats {
    margin: 30px;
  }
}

.format-video .post-featured-content .post__cats:first-child {
  position: static;
}

.post.format-status .post__cats {
  padding: 0 0 10px;
}

/* Aside */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.blog-minimal .format-aside .entry-title {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-container {
  padding: 25px 30px;
}

.container .footer-container {
  padding-right: 0;
  padding-left: 0;
}

.site-info .footer-logo {
  margin: 0 0 11px;
}

.site-info .social-list {
  margin: 0 0 20px;
}

.site-info__flex {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .site-info__flex {
    flex-direction: row;
  }
}

.site-info__flex .footer-logo {
  order: 0;
  flex: 0 1 auto;
  align-self: center;
}

.site-info__flex .social-list {
  order: 1;
  flex: 0 1 auto;
  align-self: center;
}

@media (min-width: 768px) {
  .site-info__flex .social-list {
    order: 2;
  }
}

.site-info__flex .site-info__mid-box {
  text-align: center;
  order: 2;
  flex: 0 1 auto;
  align-self: center;
}

@media (min-width: 768px) {
  .site-info__flex .site-info__mid-box {
    order: 1;
  }
}

.site-footer.default .footer-copyright {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .site-footer.default .footer-copyright {
    float: left;
    margin-top: .5em;
  }
}

.site-footer.default .footer-menu {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .site-footer.default .footer-menu {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .site-footer.default .footer-menu__items {
    margin-left: 1.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.site-footer.centered {
  text-align: center;
}

.site-footer.minimal .footer-copyright {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .site-footer.minimal .footer-copyright {
    float: left;
    margin-top: .5em;
  }
}

.site-footer.minimal .footer-menu {
  display: block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .site-footer.minimal .footer-menu {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .site-footer.minimal .footer-menu__items {
    margin-left: 1.5em;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.not-found {
  margin-bottom: 1em;
  text-align: center;
}

@media (min-width: 992px) {
  .not-found {
    margin-bottom: 2em;
  }
}

.not-found .page-title {
  margin: 25px 0;
}

.not-found h4 {
  margin: 0 0 25px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 1em 0;
}

@media (min-width: 992px) {
  .widget-title {
    font-size: 25px;
  }
}

.widget + .widget {
  margin-top: 1em;
}

@media (min-width: 768px) {
  .widget + .widget {
    margin-top: 2em;
  }
}

.sidebar .widget,
.footer-area .widget {
  margin-top: 1.5em;
}

@media (min-width: 768px) {
  .sidebar .widget,
  .footer-area .widget {
    margin-top: 3em;
  }
}

.widget-area .widget:last-child {
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .widget-area .widget:last-child {
    margin-bottom: 2em;
  }
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Defaults
--------------------------------------------------------------*/
.widget ul {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.widget > ul > li:first-child {
  margin-top: 0;
}

.widget li {
  position: relative;
  margin-left: 1em;
  list-style: none;
  margin-top: .25em;
}

.widget li > ul {
  margin-left: 0;
}

.widget_archive li::before,
.widget_categories li::before,
.widget_pages li::before,
.widget_meta li::before,
.widget_rss li::before,
.widget_nav_menu li::before {
  font-size: 6px;
  position: absolute;
  top: 1.25em;
  left: -2em;
  content: 'fiber_manual_record';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*--------------------------------------------------------------
## Widget Calendar
--------------------------------------------------------------*/
.widget_calendar table {
  margin-bottom: 0;
}

.widget_calendar caption {
  margin-bottom: 1.5em;
  padding: 1em .5em;
  font-size: 16px;
  font-size: 1rem;
}

.widget_calendar th, .widget_calendar tbody td {
  padding: .25em 0;
  text-align: center;
}

.widget_calendar #next {
  text-align: right;
}

/*--------------------------------------------------------------
## Widget Tag Cloud
--------------------------------------------------------------*/
.tagcloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 8px;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid;
}

@media (min-width: 992px) {
  .tagcloud a {
    padding: 10px 20px;
  }
}

.tagcloud a:focus {
  outline: none;
}

/*--------------------------------------------------------------
## Widget Recent Posts
--------------------------------------------------------------*/
.widget_recent_entries li {
  margin-left: 0;
}

.widget_recent_entries li::before {
  display: none;
}

.widget_recent_entries li + li {
  margin-top: 1em;
}

.widget_recent_entries li .post-date {
  font-size: .85em;
  display: block;
}

/*--------------------------------------------------------------
## Widget Recent Comments
--------------------------------------------------------------*/
.widget_recent_comments li {
  margin-left: 0;
}

.widget_recent_comments li::before {
  display: none;
}

.widget_recent_comments li + li {
  margin-top: 1em;
}

/*--------------------------------------------------------------
## About Theme61393
--------------------------------------------------------------*/
.widget-about__logo-img {
  vertical-align: top;
}

/*--------------------------------------------------------------
## About author
--------------------------------------------------------------*/
.widget-about-author {
  text-align: center;
}

.full-width-header-area .widget-about-author,
.after-content-full-width-area .widget-about-author {
  padding: 1em;
  text-align: left;
}

@media (min-width: 992px) {
  .full-width-header-area .widget-about-author,
  .after-content-full-width-area .widget-about-author {
    padding: 2em;
  }
}

.before-content-area .widget-about-author,
.before-loop-area .widget-about-author,
.after-content-area .widget-about-author,
.after-loop-area .widget-about-author {
  text-align: left;
}

.about-author:after {
  display: block;
  clear: both;
  width: 100%;
  content: '';
}

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

.full-width-header-area .about-author_avatar,
.after-content-full-width-area .about-author_avatar,
.before-content-area .about-author_avatar,
.before-loop-area .about-author_avatar,
.after-content-area .about-author_avatar,
.after-loop-area .about-author_avatar {
  margin: 0 0 1em;
  max-width: 100%;
}

@media (min-width: 544px) {
  .full-width-header-area .about-author_avatar,
  .after-content-full-width-area .about-author_avatar,
  .before-content-area .about-author_avatar,
  .before-loop-area .about-author_avatar,
  .after-content-area .about-author_avatar,
  .after-loop-area .about-author_avatar {
    float: left;
    max-width: 50%;
    margin: 0 1.5em 0 0;
  }
}

.about-author_img {
  border-radius: 100%;
}

.full-width-header-area .about-author_content,
.after-content-full-width-area .about-author_content,
.before-content-area .about-author_content,
.before-loop-area .about-author_content,
.after-content-area .about-author_content,
.after-loop-area .about-author_content {
  overflow: hidden;
}

.about-author_name {
  margin: 0;
  padding: 1em 0;
}

.about-author_description {
  padding: 0 0 1.5em;
}

.about-author_btn_box {
  padding-top: 1em;
  border-top: 1px solid #e0e0e8;
}

@media (min-width: 992px) {
  .about-author_btn_box {
    padding-top: 2em;
  }
}

.footer-area .about-author_btn_box {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.widget-banner__img {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.swiper-carousel-container {
  position: relative;
}

.widget-carousel .swiper-slide {
  display: flex;
  height: auto;
}

.swiper-slide .inner {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-self: stretch;
}

.swiper-slide .entry-content {
  margin: 0;
  padding: 0 2em;
}

.swiper-slide .entry-footer {
  margin: 1.5em 0;
  padding: 0 2em;
}

.swiper-slide .post-thumbnail__link {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

.swiper-slide .post-thumbnail__link:hover .post-thumbnail__img {
  transform: scale(1.2);
}

.swiper-slide .post-thumbnail__img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 1s ease;
}

.swiper-slide .post__cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.widget-carousel .swiper-pagination {
  position: static;
}

.widget-carousel__button-next, .widget-carousel__button-prev {
  top: 50%;
  display: none;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  background-image: none;
  text-align: center;
}

.widget-carousel__button-next .fa,
.widget-carousel__button-next .material-icons, .widget-carousel__button-prev .fa,
.widget-carousel__button-prev .material-icons {
  line-height: 50px;
}

.widget-carousel__button-next {
  right: 0;
}

.widget-carousel__button-prev {
  left: 0;
}

.sidebar .swiper-button-next,
.sidebar .swiper-button-prev,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev {
  top: 20%;
  width: 30px;
  height: 30px;
}

.sidebar .swiper-button-next .material-icons,
.sidebar .swiper-button-next .fa,
.sidebar .swiper-button-prev .material-icons,
.sidebar .swiper-button-prev .fa,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .material-icons,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-next .fa,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .material-icons,
.footer-area .widget-carousel:not(.footer-area--centered) .swiper-button-prev .fa {
  line-height: 30px;
}

/*--------------------------------------------------------------
## Image Grid
--------------------------------------------------------------*/
.widget-image-grid .row {
  margin: 0;
}

.widget-image-grid__holder {
  padding: 0;
}

.widget-image-grid__inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.widget-image-grid__img {
  display: block;
  width: 100%;
  height: auto;
}

.widget-image-grid__content {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  text-align: center;
  opacity: 0;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s ease;
}

.widget-image-grid__content:hover {
  opacity: 1;
}

.widget-image-grid__content::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.8;
}

.widget-image-grid__title {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .widget-image-grid__title {
    font-size: 15px;
  }
}

.widget-image-grid__link i {
  font-size: 16px;
  position: relative;
  top: 4px;
  margin: 0px 7px;
  transition: inherit;
}

/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.instagram__items {
  display: flex;
  flex-flow: row wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.instagram__item {
  position: relative;
  flex: auto;
  min-height: 1px;
  padding: 4px;
}

.sidebar .instagram__item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.instagram__link {
  position: relative;
  overflow: hidden;
  display: block;
}

.instagram__link:hover .instagram__cover {
  opacity: .75;
}

.instagram__img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.instagram__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: all .25s ease-out;
}

.instagram__cover:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '\E8F4';
  font-size: 2em;
  transform: translate(-50%, -50%);
}

.full-width-header-area .widget-instagram,
.after-content-full-width-area .widget-instagram {
  padding: 0 4px;
}

/*--------------------------------------------------------------
## Smart Slider
--------------------------------------------------------------*/
.smart-slider__instance {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.smart-slider__instance .sp-full-screen-button {
  right: 15px;
  color: #fff;
}

.smart-slider__instance .sp-selected-thumbnail {
  border: 4px solid;
}

.smart-slider__instance .sp-bottom-thumbnails .sp-thumbnail-container,
.smart-slider__instance .sp-top-thumbnail .sp-thumbnail-container {
  margin-right: 5px;
  margin-left: 5px;
}

.smart-slider__instance .sp-arrow {
  width: 50px;
  height: 50px;
}

.smart-slider__instance .sp-arrow:before {
  font-size: 24px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  margin: 13px;
  transform: none;
  background-color: transparent;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.smart-slider__instance .sp-arrow:after {
  display: none;
}

.smart-slider__instance .sp-horizontal .sp-previous-arrow {
  left: 0;
}

.smart-slider__instance .sp-horizontal .sp-previous-arrow:before {
  content: 'keyboard_arrow_left';
}

.smart-slider__instance .sp-horizontal .sp-next-arrow {
  right: 0;
}

.smart-slider__instance .sp-horizontal .sp-next-arrow:before {
  content: 'keyboard_arrow_right';
}

.smart-slider__instance .sp-vertical .sp-arrows {
  margin-left: -25px;
}

.smart-slider__instance .sp-vertical .sp-previous-arrow {
  top: 0;
}

.smart-slider__instance .sp-vertical .sp-previous-arrow:before {
  content: 'keyboard_arrow_left';
}

.smart-slider__instance .sp-vertical .sp-next-arrow {
  bottom: 0;
}

.smart-slider__instance .sp-vertical .sp-next-arrow:before {
  content: 'keyboard_arrow_right';
}

.smart-slider__instance .sp-buttons {
  position: absolute;
  bottom: 15%;
  padding: 0;
}

.smart-slider__instance .sp-button {
  width: 15px;
  height: 15px;
  margin: 4px 15px;
  border-color: #fff;
}

.smart-slider__instance .sp-button.sp-selected-button {
  background-color: #fff;
}

.smart-slider__instance h2.sp-title {
  font-size: 20px;
  line-height: 1.2;
  overflow: hidden;
}

@media (min-width: 544px) {
  .smart-slider__instance h2.sp-title {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .smart-slider__instance h2.sp-title {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .smart-slider__instance h2.sp-title {
    font-size: 60px;
  }
}

@media (min-width: 1200px) {
  .smart-slider__instance h2.sp-title {
    font-size: 80px;
  }
}

.smart-slider__instance .sp-slide {
  text-align: center;
}

.smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 544px) {
  .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
    font-size: 40px;
  }
}

.smart-slider__instance .sp-image-container:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.sidebar .smart-slider__instance .sp-slide.text-wrapped h2.sp-title {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.follow-block {
  padding: 0 0 20px;
}

.sidebar .follow-block,
.footer-area .follow-block {
  text-align: center;
}

.subscribe-block {
  padding: 0 0 20px;
}

.sidebar .subscribe-block,
.footer-area .subscribe-block {
  text-align: center;
}

.follow-block + .subscribe-block {
  padding: 10px 0;
  border-top: 1px solid #e0e0e8;
}

@media (min-width: 992px) {
  .follow-block + .subscribe-block {
    padding: 20px 0;
  }
}

.footer-area .follow-block + .subscribe-block {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.subscribe-block__input-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
}

.sidebar .subscribe-block__input-group,
.footer-area .subscribe-block__input-group {
  justify-content: center;
}

.subscribe-block__input[type='email'] {
  max-width: calc(100% - 50px);
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  order: 0;
  flex: 1 1 0;
  align-self: auto;
}

@media (min-width: 1200px) {
  .subscribe-block__input[type='email'] {
    max-width: 60%;
  }
}

.footer-area .subscribe-block__input[type='email']:focus {
  background: #fff;
  box-shadow: none;
}

.sidebar-1-4 .subscribe-block__input[type='email'] {
  max-width: calc(100% - 50px);
}

.subscribe-block__submit {
  font-size: 0;
  max-width: 40%;
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

.subscribe-block__submit:before {
  content: "arrow_forward";
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .subscribe-block__submit {
    font-size: 16px;
    font-size: 1rem;
  }
  .subscribe-block__submit:before {
    display: none;
  }
}

.footer-area .subscribe-block__submit {
  font-size: 0;
}

.footer-area .subscribe-block__submit:before {
  display: inline-block;
}

.subscribe-block__message {
  padding: 0 0 15px;
}

.footer-area .subscribe-block__message {
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
## Taxonomy Tiles
--------------------------------------------------------------*/
.widget-taxonomy-tiles__holder {
  float: left;
  padding: 0;
  transform: translateZ(0);
}

.widget-taxonomy-tiles__inner {
  position: relative;
  overflow: hidden;
}

.tiles-columns .widget-taxonomy-tiles__inner {
  position: absolute;
  width: 100%;
  height: 100%;
}

.widget-taxonomy-tiles__inner .term-img {
  display: block;
  width: 100%;
  height: auto;
}

.widget-taxonomy-tiles .tiles-columns .term-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.widget-taxonomy-tiles__content {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}

.widget-taxonomy-tiles__content:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.9;
  transition: all 0.5s ease;
}

.widget-taxonomy-tiles__title {
  margin: 0;
}

.widget-taxonomy-tiles .tiles-columns {
  display: block;
}

.widget-taxonomy-tiles .tiles-columns .tile-xs-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-x {
    width: 8.33333%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-sm-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-x {
    width: 16.66667%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-md-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-x {
    width: 25%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-lg-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-x {
    width: 33.33333%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-x {
  width: 100%;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
    width: 50%;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xs-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 62px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 80.5px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xs-y {
    height: 97.5px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-sm-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 124px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 161px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-sm-y {
    height: 195px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-md-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 186px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 241.5px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-md-y {
    height: 292.5px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-lg-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 248px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 322px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-lg-y {
    height: 390px;
  }
}

.widget-taxonomy-tiles .tiles-columns .tile-xl-y {
  height: 544px;
}

@media (min-width: 544px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 544px;
  }
}

@media (min-width: 768px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 372px;
  }
}

@media (min-width: 992px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 483px;
  }
}

@media (min-width: 1200px) {
  .widget-taxonomy-tiles .tiles-columns .tile-xl-y {
    height: 585px;
  }
}

.widget-taxonomy-tiles .tiles-columns:after {
  display: block;
  clear: both;
  content: '';
}

.sidebar .widget-taxonomy-tiles .tiles-columns .tile-xs-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xs-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-sm-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-sm-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-md-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-md-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-lg-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-lg-x, .sidebar .widget-taxonomy-tiles .tiles-columns .tile-xl-x,
.footer-area .widget-taxonomy-tiles .tiles-columns .tile-xl-x {
  width: 50%;
}

@media (min-width: 768px) {
  .sidebar .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .sidebar .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content,
  .footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content,
  .footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
    display: none;
  }
}

/*--------------------------------------------------------------
## Custom Posts
--------------------------------------------------------------*/
.custom-posts__item + .custom-posts__item {
  margin-top: 1.5em;
}

.full-width-header-area .custom-posts__item,
.after-content-full-width-area .custom-posts__item {
  margin: 0 0 1.5em;
}

.full-width-header-area .custom-posts,
.after-content-full-width-area .custom-posts {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/*--------------------------------------------------------------
<<<<<<< HEAD
## Playlist Slider
--------------------------------------------------------------*/
.widget-playlist-slider .playlist-slider {
  position: relative;
  opacity: 0;
}

.widget-playlist-slider .playlist-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.widget-playlist-slider .sp-slide iframe,
.widget-playlist-slider .sp-slide .wp-video-shortcode,
.widget-playlist-slider .sp-slide .wp-video {
  width: 100% !important;
  height: 100% !important;
}

.widget-playlist-slider .sp-layer {
  padding: 20px;
}

.widget-playlist-slider .format-video .sp-layer {
  display: none;
}

.widget-playlist-slider .playlist--slide {
  width: 100%;
  height: 100%;
}

.widget-playlist-slider .sp-thumbnail-text {
  padding: 10px 0;
}

.widget-playlist-slider .sp-thumbnail-title {
  margin-top: 0;
}

.widget-playlist-slider .sp-right-thumbnails .playlist--thumbnail {
  float: left;
  width: 150px;
  height: 122px;
  margin-right: 15px;
}

.widget-playlist-slider .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  right: 0;
}

.widget-playlist-slider .sp-bottom-thumbnails .playlist--thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
}

.widget-playlist-slider .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  bottom: 0;
}

/*--------------------------------------------------------------
## Featured Posts Block
--------------------------------------------------------------*/
.widget-fpblock__wrapper {
  position: relative;
}

.widget-fpblock__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .widget-fpblock__items-row-md {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .widget-fpblock__items-col-md {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-row-lg {
    flex-flow: row;
  }
  .widget-fpblock__items-col-lg {
    flex-flow: column;
  }
}

.sidebar-primary .widget-fpblock__items,
.sidebar-secondary .widget-fpblock__items {
  flex-flow: column;
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__container {
    order: 0;
  }
  .widget-fpblock__items-layout-1 .widget-fpblock__container .widget-fpblock__item {
    max-width: 100%;
    flex: 0 1 100%;
  }
  .widget-fpblock__items-layout-1 .widget-fpblock__container + .widget-fpblock__container {
    order: 2;
  }
}

.widget-fpblock__items-layout-3 .widget-fpblock__container .widget-fpblock__item:first-child {
  max-width: 100%;
  flex: 0 0 100%;
}

.widget-fpblock__item {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex: 1 0 100%;
}

@media (min-width: 768px) {
  .widget-fpblock__item {
    flex: 0 1 50%;
  }
}

@media (min-width: 992px) {
  .widget-fpblock__items-layout-1 .widget-fpblock__item-featured {
    order: 1;
  }
  .widget-fpblock__items-layout-1 .widget-fpblock__item-featured,
  .widget-fpblock__items-layout-3 .widget-fpblock__item-featured,
  .widget-fpblock__items-layout-4 .widget-fpblock__item-featured {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .widget-fpblock__items-layout-5 .widget-fpblock__item-featured {
    max-width: 75%;
    flex: 0 0 75%;
  }
}

.sidebar-primary .widget-fpblock__item-featured,
.sidebar-secondary .widget-fpblock__item-featured {
  order: 0;
}

.sidebar-primary .widget-fpblock__item,
.sidebar-secondary .widget-fpblock__item {
  max-width: 100%;
  flex: 1 0 100%;
}

.widget-fpblock__item-inner {
  padding: 10px;
}

.widget-fpblock__item-tags a {
  line-height: 22px;
  display: inline-block;
  margin: 0 0 3px 0;
  padding: 0 6px;
  vertical-align: top;
  text-decoration: none;
}

/*--------------------------------------------------------------
## News Smart Box
--------------------------------------------------------------*/
.news-smart-box__instance .full-type .news-smart-box__item-inner {
  display: block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

@media (min-width: 1200px) {
  .news-smart-box__instance .mini-type .news-smart-box__item-header {
    max-width: 200px;
    margin-right: 20px;
    flex: 0 0 200px;
  }
}

@media (min-width: 768px) {
  .news-smart-box__instance.layout_type_1 .full-type {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 992px) {
  .news-smart-box__instance.layout_type_1 .mini-type {
    float: left;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .news-smart-box__instance.layout_type_1 .full-type {
    float: left;
    width: 50%;
  }
  .news-smart-box__instance.layout_type_1 .news-smart-box__listing .news-smart-box__item:nth-child(2) .news-smart-box__item-inner {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

@media (min-width: 544px) {
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-header,
  .news-smart-box__instance.layout_type_3 .full-type .news-smart-box__item-content {
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.news-smart-box__wrapper {
  position: relative;
}

@media (min-width: 992px) {
  .layout_type_1 .news-smart-box__listing {
    display: block;
  }
}

.news-smart-box__item-inner {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #d2d1d1;
  flex-wrap: nowrap;
  transition: all 0.8s ease;
}

@media (min-width: 544px) {
  .full-type .news-smart-box__item-inner {
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .news-smart-box__item-inner {
    flex-direction: row;
  }
}

.news-smart-box__item-inner.animate-cycle-show {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, 30px);
  transition: all 0s ease;
}

.news-smart-box__item-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

.news-smart-box__itemthumb-link {
  display: block;
}

.news-smart-box__item-thumb-img {
  display: block;
  width: 100%;
}

.news-smart-box__navigation {
  display: flex;
  margin-bottom: 3em;
  align-items: flex-start;
  flex-direction: column;
}

@media (min-width: 992px) {
  .news-smart-box__navigation {
    flex-direction: row;
  }
}

.news-smart-box__navigation-current-term {
  position: relative;
  flex: 0 1 auto;
  order: 1;
}

.news-smart-box__navigation-title {
  line-height: 1;
  display: block;
  padding-right: 15px;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .news-smart-box__navigation-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .news-smart-box__navigation-title {
    padding: .7rem .7rem 15px .7rem;
  }
}

.news-smart-box__navigation-terms-list {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
}

.news-smart-box__navigation-wrapper {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-self: stretch;
  border-bottom: 1px solid #d2d1d1;
  margin-bottom: 1em;
  order: 1;
}

@media (max-width: 767px) {
  .news-smart-box__navigation-wrapper {
    margin-top: -50px;
  }
}

@media (min-width: 992px) {
  .news-smart-box__navigation-wrapper {
    justify-content: flex-end;
  }
}

.news-smart-box__navigation-terms-list-item {
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .news-smart-box__navigation-terms-list-item {
    padding: 0 20px 20px;
  }
}

.news-smart-box__navigation-terms-list-item:before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  width: 0%;
  height: 3px;
  content: '';
  opacity: 0;
  background-color: #000;
  transition: all 0.4s ease;
}

.news-smart-box__navigation-terms-list-item:hover:before {
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
}

.news-smart-box__preloader {
  position: relative;
  display: none;
  width: 100%;
}

.news-smart-box__navigation-toggle {
  display: none;
}

.sidebar .news-smart-box__item-inner,
.footer-area .news-smart-box__item-inner {
  display: block;
}

.sidebar .news-smart-box__navigation,
.footer-area .news-smart-box__navigation {
  flex-flow: row wrap;
  margin-bottom: 1em;
}

.sidebar .news-smart-box__navigation-title,
.footer-area .news-smart-box__navigation-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.sidebar .mini-type .news-smart-box__item-header,
.footer-area .mini-type .news-smart-box__item-header {
  max-width: 100%;
  margin-right: 0;
  flex: 0 1 auto;
}

.sidebar .news-smart-box__navigation-toggle,
.footer-area .news-smart-box__navigation-toggle {
  display: block;
  padding: .5em;
  margin: .3em;
  order: 2;
}

.sidebar .news-smart-box__navigation-toggle--open .menu-toggle__icon,
.footer-area .news-smart-box__navigation-toggle--open .menu-toggle__icon {
  transform: rotate(180deg);
}

.sidebar .news-smart-box__navigation-wrapper,
.footer-area .news-smart-box__navigation-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: -40px;
}

.sidebar .news-smart-box__navigation-terms-list,
.footer-area .news-smart-box__navigation-terms-list {
  display: block;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: .5em;
  order: 1;
}

.sidebar .news-smart-box__navigation-terms-list--open,
.footer-area .news-smart-box__navigation-terms-list--open {
  height: auto;
}

.sidebar .news-smart-box__navigation-terms-list-item,
.footer-area .news-smart-box__navigation-terms-list-item {
  display: block;
  width: 100%;
  padding: 10px;
}

.sidebar .news-smart-box__navigation-terms-list-item:before,
.footer-area .news-smart-box__navigation-terms-list-item:before {
  display: none;
}

.sidebar .news-smart-box__navigation-terms-list-item:hover,
.footer-area .news-smart-box__navigation-terms-list-item:hover {
  color: #117bb8;
}

@media (max-width: 767px) {
  .news-smart-box__navigation-toggle {
    display: block;
    padding: .5em;
    margin: .3em;
    order: 2;
  }
  .news-smart-box__navigation-toggle--open .menu-toggle__icon {
    transform: rotate(180deg);
  }
  .news-smart-box__navigation-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: -40px;
  }
  .news-smart-box__navigation-terms-list {
    display: block;
    height: 0;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: .5em;
    order: 1;
  }
  .news-smart-box__navigation-terms-list--open {
    height: auto;
  }
  .news-smart-box__navigation-terms-list-item {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .news-smart-box__navigation-terms-list-item:before {
    display: none;
  }
  .news-smart-box__navigation-terms-list-item:hover {
    color: #117bb8;
  }
}

.nsb-spinner {
  position: absolute;
  top: 0;
  right: -50px;
  display: none;
  width: 35px;
  height: 35px;
}

.double-bounce-1,
.double-bounce-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: tm-bounce 2.0s infinite ease-in-out;
  opacity: 0.6;
  border-radius: 50%;
  background-color: #333;
}

.double-bounce-2 {
  animation-delay: -1.0s;
}

@keyframes tm-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
## Contact Information
--------------------------------------------------------------*/
.contact-information-widget__inner li {
  margin-left: 0;
}

.contact-information-widget__inner li .icon {
  font-size: 2em;
  transform: translateY(0.2em);
  margin-right: 5px;
}

/*--------------------------------------------------------------
## Contact Form
--------------------------------------------------------------*/
.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
}

.wpcf7 .wpcf7-not-valid {
  border-color: #fe5c7a;
  background: rgba(254, 92, 122, 0.1);
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #fe5c7a;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
  margin: 1.5em 0;
  padding: 1em 2em;
  color: #fff;
  border: none;
}

.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
  background: #fe5c7a;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: #398f14;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: none;
}

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

.img-pull-left {
  float: left;
  width: 50%;
  margin: 0 4% 1% 0;
}

.img-pull-right {
  float: right;
  width: 50%;
  margin: 0 0 1% 4%;
}

.alignleft {
  margin: 15px 30px 15px 0;
}

.alignright {
  margin: 15px 0 15px 30px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 12px;
  font-size: 0.75rem;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

/* Facebook embed */
.fb_iframe_widget {
  max-width: 100%;
}

.fb_iframe_widget > span {
  max-width: 100%;
}

* {
  outline: none;
}

input {
  box-shadow: none !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background: #fff;
  min-height: 50px;
  margin: 0;
  padding: 13px 17px 13px 17px;
  border: 1px solid #999999;
  box-sizing: border-box;
  box-shadow: none !important;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #6f6f6f;
}

input[type="submit"],
input[type="reset"] {
  background: #f25f43;
  height: 50px;
  margin: 0;
  padding: 0 40px;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  transition: all 0.8s;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

input[type="submit"]:hover,
input[type="reset"]:hover {
  background: #ef3f1d;
  transition: all 0.4s;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

h2 {
  position: relative;
  margin: 0 0 59px 0;
  padding: 0 0 36px 0;
  text-align: center !important;
}

h2:before {
  background: #f25f43;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  overflow: hidden;
  margin: 0 -30px 0 0;
  content: '';
}

h3 strong {
  display: block;
  padding: 23px 0 28px 0;
  letter-spacing: 1.5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

h4 {
  text-transform: uppercase;
}

h5 {
  text-transform: uppercase;
}

h6 {
  margin: 0 0 22px 0;
}

h6 strong {
  display: block;
  margin: 0 0 -11px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

a {
  transition: all 0.8s;
  text-decoration: none;
}

a:hover {
  transition: all 0.4s;
  text-decoration: none;
}

p {
  margin: 0 0 24px 0;
}

img {
  vertical-align: top;
}

.site-header {
  position: relative;
  z-index: 3;
  /* .header_top {
		display: flex;
		justify-content: space-between;
		padding: 45px 0 44px 0;
	
		@include media-breakpoint-down(sm) {
			display: block;
			padding: 20px 0 15px 0;
		}
	
	}
	
	.header_bottom {
		background: #fff;
		position: relative;
		z-index: 3;
	
		@include media-breakpoint-down(sm) {
			text-align: left;
		}
	
		&:before {
			background: inherit;
			position: absolute;
			top: 0;
			right: -2000px;
			bottom: 0;
			left: -2000px;
			z-index: -1;
			content: '';
		}
	
	}
	
	.site-branding {
		display: inline-block !important;
		position: relative;
		min-width: 267px;
		margin: 0;
		padding: 0 0 1px 0 !important;
		vertical-align: top !important;
	
		.site-logo {
			line-height: 49px;
		}
	
		.site-description {
			position: absolute;
			top: 38px;
			left: 100px;
			letter-spacing: 0.8px;
			line-height: 12px;
			font-family: 'Montserrat', sans-serif;
			font-size: 10px;
			text-transform: uppercase;
		}
	
	}
	
	.top-panel {
		background: none;
		margin: 0;
		padding: 2px 0 0 0;
	
		.top-panel__wrap {
			&.container {
				max-width: none !important;
			}
		}
	
		.top-panel__message {
			display: block !important;
			width: 100% !important;
			padding: 0 !important;
	
			@include media-breakpoint-down(lg) {
				padding: 0 !important;
			}
	
			@include media-breakpoint-down(sm) {
				padding: 10px 0 0 0 !important;
				text-align: center;
			}
	
			.info-block {
				margin: 0 0 0 111px;
	
				@include media-breakpoint-down(lg) {
					margin: 0 0 0 50px;
				}
	
				@include media-breakpoint-down(md) {
					margin: 0 0 0 20px;
					line-height: 20px;
					font-size: 12px;
				}
	
				@include media-breakpoint-down(sm) {
					margin: 5px 10px !important;
					text-align: left;
				}
	
				&:first-child {
					margin: 0;
				}
	
				&:after {
					display: block;
					clear: both;
					content: '';
				}
	
				.material-icons {
					background: none;
					float: left;
					width: auto;
					min-width: 28px;
					height: auto;
					margin: 0 10px 0 0;
					padding: 0;
					border-radius: 0;
					line-height: 26px;
					font-size: 26px;
					color: #b7b7b7;
				}
	
				span {
					display: block;
				}
	
			}
	
		}
	
	}
	
	.top-panel__search {
		display: block;
		min-width: 1px;
		text-align: right;
		padding: 18px 0;
	
		i {
			transition: all 0.8s;
			line-height: 25px;
			font-size: 24px;
			color: #3a3a3b;
			cursor: pointer;
			&:hover {
				transition: all 0.4s;
				color: #f25f43;
			}
		}
	
		.search-form {
			display: none;
			position: absolute;
			right: 0;
			bottom: -55px;
			width: 200px;
			opacity: 0;
			transition: all 0.4s;
			z-index: -1;
		}
	
	} */
}

@media (max-width: 767px) {
  .site-header {
    text-align: center;
  }
}

.site-header .header-container {
  padding: 0;
}

@media (max-width: 767px) {
  .site-header .header-container .header-container_wrap {
    max-width: 100%;
  }
}

.site-header .header_top {
  display: flex;
  justify-content: space-between;
  padding: 17px 0 19px 0;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1199px) {
  .site-header .header_top {
    align-content: center;
  }
}

@media (max-width: 767px) {
  .site-header .header_top {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .site-header .header_top {
    padding: 0;
  }
}

.site-header .top-panel {
  background: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .site-header .top-panel {
    margin: 0 0 10px 0;
    text-align: center;
  }
}

.site-header .top-panel .top-panel__wrap {
  padding: 0;
}

@media (min-width: 1200px) {
  .site-header .top-panel .top-panel__wrap {
    padding: 0 0 0 9px;
  }
}

@media (max-width: 767px) {
  .site-header .top-panel .top-panel__wrap {
    max-width: 100%;
  }
}

.site-header .top-panel .top-panel__wrap .top-panel__message {
  display: block;
  width: 100%;
}

.site-header .top-panel b {
  margin: 0 78px 0 0;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .site-header .top-panel b {
    margin: 0 40px 0 0;
  }
}

@media (max-width: 1199px) {
  .site-header .top-panel b {
    display: inline-block;
    margin: 0 30px 0 0;
    padding: 3px 0;
  }
}

@media (max-width: 767px) {
  .site-header .top-panel b {
    margin: 0 10px 5px 10px !important;
  }
}

.site-header .top-panel b:last-child {
  margin: 0;
}

.site-header .top-panel b i {
  display: inline-block;
  vertical-align: top;
  margin: 0 14px 0 0;
  line-height: 24px;
  font-size: 24px;
  color: #b7b7b7;
}

.site-header .top-panel a {
  color: inherit;
}

.site-header .top-panel a:hover {
  color: #f25f43;
}

.site-header .social-list {
  min-width: 150px;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
  text-align: right;
}

@media (max-width: 1199px) {
  .site-header .social-list {
    align-self: center;
  }
}

@media (max-width: 991px) {
  .site-header .social-list {
    display: none;
  }
}

.site-header .social-list li {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 0 0 5px;
  vertical-align: top;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .site-header .social-list li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.site-header .social-list li:hover:before {
  background: #f25f43;
  transition: all 0.4s;
}

.site-header .social-list li:first-child {
  margin: 0;
}

.site-header .social-list li:before {
  background: #b3b4b5;
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: top;
  border-radius: 50%;
  transition: all 0.8s;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .site-header .social-list li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.site-header .social-list li a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
}

.site-header .social-list li a:before {
  display: none !important;
}

.site-header .header_bottom {
  display: flex;
  justify-content: space-between;
  background: #fff;
  position: relative;
  padding: 45px 0 45px 0;
  z-index: 9;
}

@media (max-width: 1199px) {
  .site-header .header_bottom {
    display: block;
    padding: 25px 0 30px 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .site-header .header_bottom {
    display: none;
  }
}

.site-header .header_bottom:after {
  background: inherit;
  display: block;
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  content: '';
}

.site-header .branding {
  display: inline-block !important;
  position: relative;
  min-width: 267px;
  margin: 0;
  padding: 0 0 1px 0 !important;
  vertical-align: top !important;
}

@media (min-width: 1200px) {
  .site-header .branding {
    margin-left: 8px;
  }
}

@media (max-width: 1199px) {
  .site-header .branding {
    margin: 0 0 15px 0;
  }
}

.site-header .branding .site-logo {
  line-height: 49px;
}

.site-header .branding .site-description {
  position: absolute;
  top: 38px;
  left: 100px;
  letter-spacing: 0.8px;
  line-height: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.site-header .top-panel__search {
  border: 1px solid #999999;
}

@media (max-width: 1199px) {
  .site-header .top-panel__search {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
}

.site-header .top-panel__search label {
  float: left;
  vertical-align: top;
}

.site-header .top-panel__search input[type="search"] {
  background: none;
  width: 301px;
  height: 47px !important;
  min-height: 48px;
  padding: 12px 0 12px 19px;
  border: none;
  line-height: 24px;
  font-style: italic;
}

@media (max-width: 1500px) {
  .site-header .top-panel__search input[type="search"] {
    width: 200px;
  }
}

@media (max-width: 1300px) {
  .site-header .top-panel__search input[type="search"] {
    width: 150px;
  }
}

@media (max-width: 1199px) {
  .site-header .top-panel__search input[type="search"] {
    width: 200px;
  }
}

.site-header .top-panel__search .search-form__submit {
  background: none;
  float: left;
  width: 57px;
  height: 48px;
  margin: 0;
  padding: 0;
  transition: all 0.8s;
  color: #3a3a3b;
}

.site-header .top-panel__search .search-form__submit:hover {
  transition: all 0.4s;
  color: #f25f43;
}

.breadcrumbs {
  background: url(images/breadcrumbs.jpg) no-repeat 50% 50%;
  margin: 0;
  padding: 156px 0 41px 0;
}

@media (max-width: 991px) {
  .breadcrumbs {
    padding: 50px 0 50px 0;
  }
}

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

.breadcrumbs .container .breadcrumbs__title {
  float: none;
  margin: 0 0 0 0;
  padding: 0;
  border: none;
}

.breadcrumbs .container .breadcrumbs__title .page-title {
  margin: 0 0 97px 0;
  letter-spacing: 2px;
  line-height: 82px;
  font-size: 45px;
}

body.single .breadcrumbs .container .breadcrumbs__title .page-title {
  line-height: 42px;
  font-size: 45px;
  text-transform: none;
}

@media (max-width: 991px) {
  .breadcrumbs .container .breadcrumbs__title .page-title {
    margin: 0 0 20px 0;
    line-height: 52px;
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .container .breadcrumbs__title .page-title {
    line-height: 42px;
    font-size: 36px;
  }
}

@media (max-width: 543px) {
  .breadcrumbs .container .breadcrumbs__title .page-title {
    text-transform: none;
  }
}

.breadcrumbs .container .breadcrumbs__items {
  float: none;
}

.breadcrumbs .container .breadcrumbs__items .breadcrumbs__wrap {
  float: none;
  margin: 0;
}

.breadcrumbs .container .breadcrumbs__items .breadcrumbs__wrap .breadcrumbs__item {
  display: inline-block;
  float: none;
  vertical-align: top;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.breadcrumbs .container .breadcrumbs__items .breadcrumbs__wrap .breadcrumbs__item .breadcrumbs__item-sep {
  padding: 0 15px;
  line-height: 0;
  font-size: 0;
}

.breadcrumbs .container .breadcrumbs__items .breadcrumbs__wrap .breadcrumbs__item .breadcrumbs__item-sep:before {
  display: inline-block;
  margin: 13px 0 0 0;
  vertical-align: top;
  opacity: 0.5;
  font-family: FontAwesome;
  font-size: 11px;
  color: #fff;
  content: '\f178';
}

.breadcrumbs .container .breadcrumbs__items .breadcrumbs__wrap .breadcrumbs__item a {
  color: #fff;
}

.breadcrumbs .container .breadcrumbs__items .breadcrumbs__wrap .breadcrumbs__item a:hover {
  color: #f25f43;
}

.site-content {
  position: relative;
  padding-top: 116px;
  padding-bottom: 110px;
  z-index: 2;
}

body.home .site-content {
  padding-top: 0;
}

.site-content:before {
  background: inherit;
  display: block;
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  content: '';
}

.site-content article.page {
  margin: 0;
}

.site-content article.page .entry-content {
  margin: 0;
}

.site-content article.post .post-thumbnail img {
  width: 100%;
}

.site-content article.post .entry-header {
  color: #fff;
}

.site-content article.post .entry-header .posted-by {
  font-style: italic;
  color: #fff;
}

.site-content article.post .entry-header .posted-by a {
  color: inherit;
}

.site-content article.post .entry-header .posted-by a:hover {
  color: #f25f43;
}

.site-content article.post .entry-header .entry-title {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left !important;
}

body.single .site-content article.post .entry-header .entry-title {
  text-transform: uppercase;
}

.site-content article.post .entry-header .entry-title:before {
  display: none;
}

.site-content article.post .entry-header .entry-title a {
  color: #fff;
}

.site-content article.post .entry-header .entry-title a:hover {
  color: #f25f43;
}

.site-content article.post .entry-header a {
  color: inherit;
}

.site-content .widget-area .widget .widget-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  line-height: 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #4a4a4a;
  text-transform: uppercase;
  color: #fff;
}

.site-content .widget-area .widget ul {
  margin: 0;
  padding: 0;
}

.site-content .widget-area .widget ul li {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  list-style: none;
  line-height: 22px;
  font-size: 16px;
}

.site-content .widget-area .widget ul li:first-child {
  margin: 0;
}

.site-content .widget-area .widget ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  font-family: FontAwesome;
  font-size: 18px;
  color: #9d9d9d;
  content: '\f105';
}

.site-content .widget-area .widget ul li ul {
  padding: 10px 0 0 0;
}

.related-post .posted-by {
  font-style: italic;
  color: #fff;
}

.related-post .posted-by a {
  color: inherit;
}

.related-post .posted-by a:hover {
  color: #f25f43;
}

.related-post .entry-title {
  text-transform: none;
}

.comment-list .comment-body a:hover {
  color: #f25f43 !important;
}

.pagination .page-numbers {
  background: #333333;
  border: none;
  color: #fff;
}

.pagination .page-numbers.dots {
  background: none;
}

@media (min-width: 1200px) {
  .max_width {
    max-width: 1040px;
    margin: 0 auto;
  }
}

.p_indent p {
  margin: 0 0 42px 0;
}

#tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide {
  padding: 0;
}

#tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide .tm_pb_container {
  max-width: none;
  margin: 0;
  padding-right: 545px;
  padding-left: 15px;
}

@media (max-width: 991px) {
  #tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide .tm_pb_container {
    padding-right: 315px;
  }
}

@media (max-width: 767px) {
  #tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide .tm_pb_container {
    padding-right: 15px !important;
  }
}

@media (max-width: 767px) {
  #tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

#tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_slide_title {
  margin: 0 0 42px 0;
  padding: 0;
  letter-spacing: 2px;
  line-height: 75px;
  font-family: 'Oswald', sans-serif;
  font-size: 75px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_slide_title {
    margin: 0 0 22px 0;
    line-height: 45px;
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  #tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_slide_title {
    line-height: 25px;
    font-size: 25px;
  }
}

#tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_slide_title:before {
  display: none;
}

#tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_slide_content {
  max-width: 750px;
  margin: 0 auto 42px auto;
}

@media (max-width: 1199px) {
  #tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_slide_content {
    margin-bottom: 22px;
  }
}

#tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_slide_content p {
  margin: 0;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 767px) {
  #tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_slide_content p {
    line-height: 20px;
    font-size: 15px;
  }
}

#tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_button {
  background: none;
  display: inline-block;
  margin: 0;
  padding: 14px 48px 14px 48px;
  vertical-align: top;
  border: 1px solid #fff;
  letter-spacing: 1.5px;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

#tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_button:before, #tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_button:after {
  display: none;
}

#tm_builder_outer_content .tm_pb_slider.main_slider .tm_pb_slide_description .tm_pb_button:hover {
  background: #fff;
  color: #3a3a3b;
}

.box_1 {
  position: relative;
  margin-bottom: 110px;
}

.box_2 {
  position: relativee;
  margin-top: 110px;
  margin-bottom: 110px !important;
  padding-top: 110px;
  padding-bottom: 107px;
  z-index: 2;
}

@media (max-width: 767px) {
  .box_2 {
    margin-top: 50px;
    margin-bottom: 50px !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.box_2:before {
  background: #16294a;
  display: block;
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  content: '';
}

.box_2:after {
  background: #c1482f;
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  width: 2000px;
  margin: 0 -2000px 0 0;
  z-index: -1;
  content: '';
}

@media (max-width: 767px) {
  .box_2:after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .box_2 .tm_pb_text {
    padding-right: 80px;
    padding-left: 150px;
  }
}

.box_2 h2 {
  margin: 0 0 39px 0;
  text-align: left !important;
}

.box_2 h2:before {
  background: #fff;
  right: auto;
  left: 0;
  margin: 0;
}

.box_2 p {
  margin: 0 0 11px 0;
}

.box_3 {
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px !important;
  padding-top: 111px;
  padding-bottom: 110px;
  z-index: 2;
}

.box_3:before {
  background: #16294a;
  display: block;
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  content: '';
}

.box_4 {
  position: relative;
  margin-bottom: 110px !important;
  padding-top: 111px;
  padding-bottom: 105px;
  z-index: 2;
}

.box_4:before {
  background: #16294a;
  display: block;
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  content: '';
}

.box_5 {
  position: relative;
  margin-bottom: -110px !important;
  padding-top: 111px;
  padding-bottom: 105px;
  z-index: 2;
}

.box_5:before {
  background: #16294a;
  display: block;
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  content: '';
}

.box_6 {
  position: relative;
  margin-bottom: -110px !important;
  padding-top: 111px;
  padding-right: 15px;
  padding-bottom: 80px;
  padding-left: 15px;
  z-index: 2;
  color: #baced8;
}

.box_6:before {
  background: #16294a;
  display: block;
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  content: '';
}

.box_6 h2 {
  margin: 0 0 40px 0;
  text-align: left !important;
}

.box_6 h2:before {
  right: auto;
  left: 0;
  margin: 0;
}

.box_6 p {
  margin: 0 0 10px 0 !important;
}

.box_6 img {
  max-width: none !important;
  margin-right: -15px !important;
}

@media (min-width: 1800px) {
  .box_6 img {
    margin-top: -111px !important;
    margin-bottom: -90px !important;
  }
}

@media (max-width: 1800px) {
  .box_6 img {
    max-width: 100% !important;
  }
}

.box_6 ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .box_6 ul {
    margin-bottom: 30px !important;
  }
}

.box_6 ul li {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px !important;
  list-style: none;
}

.box_6 ul li:first-child {
  margin: 0;
}

.box_6 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  font-size: 18px;
  content: '\f105';
}

.box_7 {
  position: relative;
  margin-top: 91px !important;
  margin-bottom: 110px !important;
  padding-top: 111px;
  padding-right: 15px;
  padding-bottom: 110px;
  padding-left: 15px;
  z-index: 2;
}

.box_7:before {
  background: #16294a;
  display: block;
  position: absolute;
  top: 0;
  right: -2000px;
  bottom: 0;
  left: -2000px;
  z-index: -1;
  content: '';
}

.box_7:after {
  background: url(images/box_img.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 50%;
  content: '';
}

@media (max-width: 543px) {
  .box_7:after {
    display: none !important;
  }
}

.box_7 h2 {
  margin: 0 0 40px 0;
  text-align: left !important;
}

.box_7 h2:before {
  right: auto;
  left: 0;
  margin: 0;
}

a.btn-default,
a.cherry-btn-default {
  background: #f25f43;
  display: inline-block;
  margin: 0;
  padding: 15px 40px 15px 40px;
  border: none;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 543px) {
  a.btn-default,
  a.cherry-btn-default {
    margin-bottom: 30px;
  }
}

a.btn-default:hover,
a.cherry-btn-default:hover {
  background: #ef3f1d;
  color: #fff;
}

.block_1 {
  background: rgba(233, 183, 158, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 529px;
  padding: 0 75px 0 75px;
  z-index: 9;
}

@media (max-width: 991px) {
  .block_1 {
    right: 15px;
    width: 300px !important;
    padding: 0 15px !important;
  }
}

@media (max-width: 767px) {
  .block_1 {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto !important;
    padding: 15px !important;
  }
}

.block_1 h2 {
  margin: 0 0 28px 0;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 400;
  color: #fff;
}

.block_1 h2:before {
  display: none;
}

.register_form p {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.register_form p:last-child {
  margin: 0;
}

.register_form p b {
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-weight: 400;
}

.register_form p b:first-child {
  padding-right: 10px;
}

.register_form p b:last-child {
  padding-left: 10px;
}

.register_form select {
  width: 100%;
  padding-left: 13px;
  box-shadow: none !important;
}

.register_form input[type="submit"] {
  width: 100%;
}

.banner_1 {
  margin-bottom: 55px;
}

.banner_1:after {
  display: block;
  clear: both;
  content: '';
}

.banner_1 img {
  float: left;
  margin: 1px 40px 5px 0 !important;
}

@media (max-width: 1199px) {
  .banner_1 img {
    float: none;
    margin: 0 0 20px 0 !important;
  }
}

@media (max-width: 767px) {
  .banner_1 img {
    max-width: 45% !important;
    float: left;
    margin: 1px 20px 5px 0 !important;
  }
}

.banner_1 h3 {
  margin: 0 0 28px 0;
  padding: 0;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.banner_1 p:first-child {
  margin: 0;
}

.banner_1 ul {
  overflow: hidden !important;
  margin: 0 0 29px 0 !important;
  padding: 0;
}

.banner_1 ul li {
  position: relative;
  overflow: hidden;
  margin: 14px 0 0 0;
  padding: 0 0 0 25px !important;
  list-style: none;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
}

.banner_1 ul li:first-child {
  margin: 0;
}

.banner_1 ul li:first-child:before {
  content: '\f002';
}

.banner_1 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
  font-family: FontAwesome;
  font-size: 14px;
  color: #96cb41;
  content: '\f002';
}

.banner_1 ul li:last-child:before {
  content: '\f091';
}

.banner_1 a {
  display: inline-block;
  margin: 0;
  padding: 14px 40px 14px 40px;
  border: 1px solid #fff;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.banner_1 a:hover {
  background: #fff;
  color: #222;
}

.banner_2 {
  background: #fff;
  position: relative;
  margin-bottom: 60px;
  padding: 40px 190px 40px 50px;
}

@media (max-width: 1800px) {
  .banner_2 {
    padding-right: 40px;
  }
}

@media (max-width: 1500px) {
  .banner_2 {
    padding: 20px 20px 20px 20px;
  }
}

.banner_2:after {
  display: block;
  clear: both;
  content: '';
}

.banner_2 img {
  float: left !important;
  margin: -40px 50px -40px -50px !important;
}

@media (max-width: 1500px) {
  .banner_2 img {
    max-width: 45% !important;
    margin: 0 20px 5px 0 !important;
  }
}

@media (max-width: 767px) {
  .banner_2 img {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}

.banner_2 h3 {
  margin: 0 0 20px 0;
}

.banner_2 strong {
  font-weight: 400;
}

.banner_2 strong:before {
  display: inline-block;
  margin: 0 6px 0 0;
  vertical-align: top;
  line-height: 26px;
  font-family: FontAwesome;
  font-size: 24px;
  color: #3a3a3b;
  content: '\f095';
}

@media (max-width: 991px) {
  .banner_2 strong:before {
    margin-right: 3px;
  }
}

.banner_2 em {
  position: absolute;
  right: -105px;
  bottom: 160px;
  width: 320px;
  opacity: 0.1;
  transform: rotate(-90deg);
  letter-spacing: 5px;
  line-height: 52px;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-size: 52px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
}

@media (max-width: 1800px) {
  .banner_2 em {
    display: none;
  }
}

.banner_2 p {
  margin: 0 0 18px 0;
}

.banner_2 ul {
  margin: 0 0 29px 0 !important;
  padding: 6px 0 0 0;
  line-height: 0;
  font-size: 0;
}

.banner_2 ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
  font-size: 16px;
}

@media (max-width: 767px) {
  .banner_2 ul li {
    margin: 0 3px 0 0;
  }
}

.banner_2 ul li a {
  background: #b3b4b5;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.banner_2 ul li a:hover {
  background: #f25f43;
  color: #fff;
}

.banner_3 {
  margin-top: 30px !important;
  margin-bottom: 80px !important;
  padding: 32px 15px 42px 15px;
  transition: all 0.8s;
}

@media (max-width: 991px) {
  .banner_3 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .banner_3 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

.banner_3:hover {
  background: #fff;
  transition: all 0.4s;
}

.banner_3:hover h5 {
  transition: all 0.4s;
  color: #3a3a3b;
}

.banner_3:hover h5:before {
  background: #d8d8d8;
  transition: all 0.4s;
}

.banner_3 h5 {
  position: relative;
  margin: 0 0 19px 0;
  padding: 0 0 23px 0;
  transition: all 0.8s;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.banner_3 h5:before {
  background: #fff;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  overflow: hidden;
  margin: 0 -25px 0 0;
  transition: all 0.8s;
  content: '';
}

@media (min-width: 1200px) {
  .banner_3 p {
    min-height: 48px;
    padding: 0 85px;
  }
}

@media (max-width: 1600px) {
  .banner_3 p {
    padding: 0;
  }
}

.banner_3 a:hover {
  color: #3a3a3b;
}

.banner_4 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 87px;
}

.banner_4 img {
  float: right;
  margin: 6px 0 10px 110px !important;
}

@media (max-width: 1700px) {
  .banner_4 img {
    max-width: 45% !important;
    margin-left: 50px !important;
  }
}

@media (max-width: 543px) {
  .banner_4 img {
    float: none !important;
    max-width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
}

.banner_4 h2 {
  margin: 0 0 38px 0;
  text-align: left !important;
}

.banner_4 h2:before {
  right: auto;
  left: 0;
  margin: 0;
}

.banner_4 a {
  background: #f25f43;
  display: inline-block;
  margin: 8px 0 0 0;
  padding: 15px 40px 15px 40px;
  vertical-align: top;
  border: none;
  border-radius: 0;
  letter-spacing: 1.4px;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.banner_4 a:before, .banner_4 a:after {
  display: none;
}

.banner_4 a:hover {
  background: #ef3f1d;
  padding: 15px 40px 15px 40px;
  color: #fff;
}

.cherry-icon.style_1 {
  display: inline-block;
  margin: 0 0 7px 0;
  vertical-align: top;
}

.tm_pb_button.primary_btn,
#tm_builder_outer_content .tm_pb_button.primary_btn {
  background: #f25f43;
  display: inline-block;
  margin: 0;
  padding: 15px 40px 15px 40px;
  vertical-align: top;
  border: none;
  border-radius: 0;
  letter-spacing: 1.4px;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.tm_pb_button.primary_btn:before, .tm_pb_button.primary_btn:after,
#tm_builder_outer_content .tm_pb_button.primary_btn:before,
#tm_builder_outer_content .tm_pb_button.primary_btn:after {
  display: none;
}

.tm_pb_button.primary_btn:hover,
#tm_builder_outer_content .tm_pb_button.primary_btn:hover {
  background: #ef3f1d;
  padding: 15px 40px 15px 40px;
  color: #fff;
}

.tm_pb_button.btn_info,
#tm_builder_outer_content .tm_pb_button.btn_info {
  background: none;
  display: inline-block;
  margin: 0;
  padding: 14px 40px 14px 40px;
  border: 1px solid #fff;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.tm_pb_button.btn_info:hover,
#tm_builder_outer_content .tm_pb_button.btn_info:hover {
  background: #fff;
  padding: 14px 40px 14px 40px;
  color: #222;
}

.tm_pb_button.btn_info:before, .tm_pb_button.btn_info:after,
#tm_builder_outer_content .tm_pb_button.btn_info:before,
#tm_builder_outer_content .tm_pb_button.btn_info:after {
  display: none !important;
}

.cherry-list.list_1 {
  margin: 0 0 60px 0;
  padding: 35px 0 0 0;
}

.cherry-list.list_1 ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .cherry-list.list_1 ul {
    display: block;
  }
}

.cherry-list.list_1 ul li {
  position: relative;
  padding: 0 0 19px 0;
  letter-spacing: 1.5px;
  line-height: 24px;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767px) {
  .cherry-list.list_1 ul li {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .cherry-list.list_1 ul li:first-child {
    margin: 0;
  }
}

.cherry-list.list_1 ul li:before {
  background: #fff;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 30px;
  height: 2px;
  margin: 0 -15px 0 0;
  content: '';
}

.cherry-list.list_1 ul li strong {
  display: block;
  margin: 0 0 15px 0;
  line-height: 52px;
  font-size: 52px;
  font-weight: 400;
}

.cherry-list.list_2 {
  padding: 22px 0 0 0;
}

.cherry-list.list_2 ul {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.cherry-list.list_2 ul li {
  display: inline-block;
  width: 275px;
  margin: 0 90px 62px 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.cherry-list.list_2 ul li:before {
  display: none;
}

.cherry-list.list_2 ul li:nth-child(2n) {
  margin-right: 0;
}

.cherry-list.list_2 ul li img {
  background: #fff !important;
  float: left;
  margin: 0 19px 5px 0 !important;
}

.cherry-list.list_2 ul li strong {
  display: block;
  min-height: 56px;
  margin: 0 0 21px 0;
  padding: 2px 0 0 0;
  letter-spacing: 1.5px;
  line-height: 28px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.cherry-posts-list.style_1 {
  margin-bottom: 60px;
  padding-top: 1px;
}

@media (max-width: 543px) {
  .cherry-posts-list.style_1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 543px) {
  .cherry-posts-list.style_1 .cherry-posts-item {
    margin-bottom: 30px;
  }
}

.cherry-posts-list.style_1 .cherry-posts-item .inner {
  position: relative;
  overflow: hidden;
  padding: 0 0 70px 0;
}

.cherry-posts-list.style_1 .cherry-posts-item .inner:hover .caption {
  bottom: 0;
}

.cherry-posts-list.style_1 .cherry-posts-item .inner:hover .caption .post-excerpt {
  opacity: 1;
  transition: all 0.4s;
}

.cherry-posts-list.style_1 .cherry-posts-item .inner .post-thumbnail {
  margin: 0;
  padding: 0;
}

.cherry-posts-list.style_1 .cherry-posts-item .inner .caption {
  background: #333;
  position: absolute;
  right: 0;
  bottom: -141px;
  left: 0;
  padding: 20px 30px 26px 30px;
  transition: all 0.8s;
}

@media (max-width: 1199px) {
  .cherry-posts-list.style_1 .cherry-posts-item .inner .caption {
    bottom: -59px;
    padding: 20px 15px;
  }
}

.cherry-posts-list.style_1 .cherry-posts-item .inner .caption h4 {
  margin: 0 0 14px 0;
}

@media (max-width: 1199px) {
  .cherry-posts-list.style_1 .cherry-posts-item .inner .caption h4 {
    font-size: 18px;
    text-transform: none;
  }
}

.cherry-posts-list.style_1 .cherry-posts-item .inner .caption .post-excerpt {
  opacity: 0;
  transition: all 0.8s;
}

.cherry-posts-list.style_1 .cherry-posts-item .inner .caption .post-excerpt p {
  max-height: 48px;
  overflow: hidden;
  margin: 0 0 23px 0;
}

@media (max-width: 1199px) {
  .cherry-posts-list.style_1 .cherry-posts-item .inner .caption .post-excerpt p {
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .cherry-posts-list.style_1 .cherry-posts-item .inner .caption a.btn-default {
    display: none;
  }
}

@media (max-width: 543px) {
  .cherry-posts-list.style_2 .cherry-posts-item {
    margin-bottom: 30px;
  }
}

.cherry-posts-list.style_2 .cherry-posts-item .inner {
  max-width: 300px;
  margin: 0 auto;
  text-align: left;
}

.cherry-posts-list.style_2 .cherry-posts-item .inner .post-thumbnail {
  margin: 0 0 22px 0;
}

.cherry-posts-list.style_2 .cherry-posts-item .inner .post-title {
  margin: 0 0 19px 0;
  letter-spacing: 1px;
}

.cherry-posts-list.style_2 .cherry-posts-item .inner .post-title a {
  color: #f25f43;
}

.cherry-posts-list.style_2 .cherry-posts-item .inner .post-title a:hover {
  color: #fff;
}

.cherry-posts-list.style_2 .cherry-posts-item .inner .post-title em {
  display: block;
  padding: 3px 0 0 0;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: none;
  color: #baced8;
}

.cherry-posts-list.style_2 .cherry-posts-item .inner .post-excerpt strong {
  display: block;
  margin: 0 0 17px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.cherry-posts-list.style_2 .cherry-posts-item .inner .post-excerpt strong:before {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 24px;
  color: #3a3a3b;
  content: '\f095';
}

.cherry-posts-list.style_2 .cherry-posts-item .inner .post-excerpt p {
  margin: 0;
  color: #baced8;
}

.cherry-posts-list.style_3 {
  margin-bottom: 110px;
}

.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail a {
  display: block;
}

.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail a:hover:before {
  opacity: 1;
  font-size: 80px;
  transform: rotate(360deg);
  transition: all 0.4s;
}

.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail a:hover img {
  opacity: 0.5 !important;
  transition: all 0.4s;
}

.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail a:before {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  opacity: 0;
  transition: all 0.8s;
  line-height: 100px;
  font-family: FontAwesome;
  font-size: 0;
  text-align: center;
  color: #fff;
  z-index: 99;
  content: '\f08e';
}

.cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail a img {
  transition: all 0.8s;
}

.cherry-posts-list.style_4 {
  margin-bottom: 30px;
}

.cherry-posts-list.style_4 .cherry-posts-item {
  margin-bottom: 30px;
}

.cherry-posts-list.style_4 .cherry-posts-item .inner {
  position: relative;
}

.cherry-posts-list.style_4 .cherry-posts-item .inner:hover .post-thumbnail img {
  opacity: 0.5 !important;
  transform: scale(1.1);
  transition: all 0.4s;
}

.cherry-posts-list.style_4 .cherry-posts-item .inner:hover a.btn-default {
  height: 50px;
  margin-top: 22px !important;
  padding: 15px 40px;
  opacity: 1;
  line-height: 20px;
  font-size: 16px;
  transition: all 0.4s;
}

.cherry-posts-list.style_4 .cherry-posts-item .inner .post-thumbnail {
  overflow: hidden;
  margin: 0;
}

.cherry-posts-list.style_4 .cherry-posts-item .inner .post-thumbnail img {
  transition: all 0.8s;
}

.cherry-posts-list.style_4 .cherry-posts-item .inner .caption {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 35px;
  z-index: 2;
  text-align: center;
}

@media (max-width: 1199px) {
  .cherry-posts-list.style_4 .cherry-posts-item .inner .caption {
    padding: 0 15px;
  }
}

.cherry-posts-list.style_4 .cherry-posts-item .inner .caption:before {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #ddd;
  z-index: -1;
  content: '';
}

@media (max-width: 1199px) {
  .cherry-posts-list.style_4 .cherry-posts-item .inner .caption:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

.cherry-posts-list.style_4 .cherry-posts-item .inner .post-title {
  background: url(images/icon_box.png) no-repeat 50% 0%;
  position: relative;
  margin: 0 0 22px 0;
  padding: 68px 0 26px 0;
  letter-spacing: 2px;
  line-height: 28px;
  font-size: 28px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .cherry-posts-list.style_4 .cherry-posts-item .inner .post-title {
    background: none;
    padding: 0;
    line-height: 20px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .cherry-posts-list.style_4 .cherry-posts-item .inner .post-title {
    margin: 0 0 10px 0;
    letter-spacing: normal;
  }
}

@media (max-width: 991px) {
  .cherry-posts-list.style_4 .cherry-posts-item .inner .post-title {
    text-transform: none;
  }
}

.cherry-posts-list.style_4 .cherry-posts-item .inner .post-title:before {
  background: #fff;
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin: 0 -20px 0 0;
  content: '';
}

@media (max-width: 1199px) {
  .cherry-posts-list.style_4 .cherry-posts-item .inner .post-title:before {
    display: none;
  }
}

.cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta {
  color: #fff;
}

@media (max-width: 767px) {
  .cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta {
    display: none;
  }
}

@media (max-width: 543px) {
  .cherry-posts-list.style_4 .cherry-posts-item .inner .post-meta {
    display: block;
  }
}

.cherry-posts-list.style_4 .cherry-posts-item .inner a.btn-default {
  height: 0;
  opacity: 0;
  max-width: 168px !important;
  margin: 0 auto !important;
  padding: 0;
  line-height: 0;
  font-size: 0;
  transition: all 0.8s;
}

@media (max-width: 991px) {
  .cherry-posts-list.style_4 .cherry-posts-item .inner a.btn-default {
    display: none !important;
  }
}

.cherry-posts-list.style_5 {
  padding-top: 19px;
}

.cherry-posts-list.style_5 .cherry-posts-item {
  margin-bottom: 35px;
}

.cherry-posts-list.style_5 .cherry-posts-item .inner {
  text-align: left;
}

.cherry-posts-list.style_5 .cherry-posts-item .inner .post-thumbnail {
  float: left;
  margin: 0 40px 5px 0;
}

@media (max-width: 767px) {
  .cherry-posts-list.style_5 .cherry-posts-item .inner .post-thumbnail {
    max-width: 45% !important;
    margin: 0 20px 5px 0 !important;
  }
}

.cherry-posts-list.style_5 .cherry-posts-item .inner .post-title {
  margin: 0 0 19px 0;
  letter-spacing: 1px;
}

.cherry-posts-list.style_5 .cherry-posts-item .inner .post-title a {
  color: #fff;
}

.cherry-posts-list.style_5 .cherry-posts-item .inner .post-title a:hover {
  color: #f25f43;
}

.cherry-posts-list.style_5 .cherry-posts-item .inner .post-title em {
  display: block;
  padding: 3px 0 0 0;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-transform: none;
  color: #8e8e8e;
}

@media (min-width: 1800px) {
  .cherry-posts-list.style_5 .cherry-posts-item .inner .post-excerpt {
    padding-right: 300px !important;
  }
}

.cherry-posts-list.style_5 .cherry-posts-item .inner .post-excerpt b {
  display: block;
  margin: 0 0 17px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.cherry-posts-list.style_5 .cherry-posts-item .inner .post-excerpt b:before {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: top;
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
  content: '\f095';
}

.cherry-posts-list.style_5 .cherry-posts-item .inner .post-excerpt p {
  margin: 0;
  color: #baced8;
}

.cherry-posts-list.style_6 .cherry-posts-item {
  margin: 0 0 25px 0;
}

.cherry-posts-list.style_6 .cherry-posts-item:last-child {
  margin: 0;
}

.cherry-posts-list.style_6 .cherry-posts-item .inner {
  width: 100%;
  overflow: hidden;
}

.cherry-posts-list.style_6 .cherry-posts-item .inner .post-thumbnail {
  float: left;
  max-width: 45%;
  margin: 0 20px 5px 0;
}

.cherry-posts-list.style_6 .cherry-posts-item .inner .post-meta {
  margin: 0 0 7px 0;
  line-height: 22px;
  font-size: 16px;
  font-style: italic;
  color: #9d9d9d;
}

.cherry-posts-list.style_6 .cherry-posts-item .inner .post-title {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #f25f43;
}

.cherry-posts-list.style_6 .cherry-posts-item .inner .post-title a {
  color: inherit;
}

.cherry-posts-list.style_6 .cherry-posts-item .inner .post-title a:hover {
  color: #fff;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 {
  padding-top: 1px;
  padding-bottom: 110px;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-thumbnail {
  float: left;
  margin: 0 20px 5px 0;
  border-radius: 50%;
  overflow: hidden;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-title {
  margin: 0 0 5px 0;
  padding: 10px 0 0 0;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-excerpt p {
  margin: 0;
  font-style: italic;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-content {
  background: #333;
  position: relative;
  margin: 28px 0 0 0;
  padding: 31px 60px 37px 40px;
  box-sizing: border-box;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
}

@media (min-width: 1200px) {
  .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-content {
    margin-right: 21px;
  }
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-content:before {
  display: block;
  position: absolute;
  top: -13px;
  left: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 13px;
  border-color: transparent transparent #333333 transparent;
  content: '';
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-content:after {
  position: absolute;
  right: 29px;
  bottom: 24px;
  opacity: 0.2;
  font-family: FontAwesome;
  font-size: 36px;
  font-style: normal;
  color: #eeeeee;
  content: '\f10e';
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 + .swiper-button-next {
  background: #eee;
  top: auto;
  right: 50%;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: 0 -55px 0 0;
  transition: all 0.8s;
  line-height: 50px;
  text-align: center;
  color: #3a3a3b;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 + .swiper-button-next:hover {
  background: #f25f43;
  transition: all 0.4s;
  color: #fff;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 + .swiper-button-next:before {
  display: block;
  line-height: 50px;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
  content: '\f061';
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 + .swiper-button-next + .swiper-button-prev {
  background: #eee;
  top: auto;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: 0 0 0 -55px;
  transition: all 0.8s;
  line-height: 50px;
  text-align: center;
  color: #3a3a3b;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 + .swiper-button-next + .swiper-button-prev:hover {
  background: #f25f43;
  transition: all 0.4s;
  color: #fff;
}

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 + .swiper-button-next + .swiper-button-prev:before {
  display: block;
  line-height: 50px;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
  content: '\f060';
}

.contact_form h3 {
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.contact_form h3:before {
  display: none;
}

.mail_form {
  max-width: 770px;
  margin: 0 auto;
  padding: 21px 0 0 0;
  text-align: left;
}

.mail_form p {
  display: flex;
  margin: 0 0 14px 0;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #9d9d9d;
}

.mail_form p .column:first-child {
  padding-right: 15px !important;
}

.mail_form p .column:last-child {
  padding-left: 15px !important;
}

.mail_form label {
  display: block;
  margin: 0 0 6px 0;
  line-height: 20px;
  font-size: 14px;
}

.mail_form textarea {
  width: 100%;
  height: 150px;
  margin: 0 0 18px 0;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.site-footer .footer_bottom {
  padding: 18px 0 18px 0;
}

.site-footer .social {
  margin: 0;
  padding: 0;
}

.site-footer .social li {
  margin: 26px 0 0 0;
  padding: 0;
  list-style: none;
  line-height: 18px;
  font-size: 16px;
  color: #fff;
}

.site-footer .social li:first-child {
  margin: 0;
}

.site-footer .social li i {
  min-width: 30px;
  font-size: 16px;
  text-align: left;
}

.site-footer .social li a {
  color: inherit;
}

.site-footer .social li a:hover {
  color: #f25f43;
}

.site-footer .google-map-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 74%;
  z-index: 99;
}

@media (max-width: 767px) {
  .site-footer .google-map-container {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: 275px !important;
  }
}

.site-footer .footer-area {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 543px) {
  .site-footer .footer-area {
    flex-direction: column;
  }
}

.site-footer .footer-area .widget {
  max-width: 360px;
  padding: 0 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-footer .footer_top {
  background: #111111;
  padding-top: 97px;
  padding-bottom: 79px;
}

@media (max-width: 767px) {
  .site-footer .footer_top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.site-footer .footer_top .widget {
  margin: 0 !important;
  /* ul.social {
				margin: 0;
				padding: 16px 0 0 0;
			
				li {
					display: inline-block;
					margin: 0 4px 0 0;
					padding: 0;
					vertical-align: top;
			
					@include media-breakpoint-down(md) {
						margin: 0 1px 0 0;
					}
			
					&:last-child {
						margin: 0;
					}
			
					&:before {
						display: none;
					}
			
					a {
						background: #b3b4b5;
						display: block;
						width: 40px;
						height: 40px;
						border-radius: 50%;
						line-height: 40px;
						text-align: center;
						color: #fff;
			
						@include media-breakpoint-down(md) {
							width: 30px;
							height: 30px;
							line-height: 30px;
						}
			
						@include media-breakpoint-down(sm) {
							width: 40px;
							height: 40px;
							line-height: 40px;
						}
			
						&:hover {
							background: #f25f43;
							color: #fff;
						}
			
					}
			
				}
			
			} */
}

@media (max-width: 767px) {
  .site-footer .footer_top .widget {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.site-footer .footer_top .widget .widget-title {
  margin: 0 0 32px 0;
  letter-spacing: 1.4px;
  font-size: 20px;
}

@media (max-width: 543px) {
  .site-footer .footer_top .widget .widget-title {
    margin: 0 0 18px 0;
  }
}

.site-footer .footer_top .widget .textwidget p {
  position: relative;
  margin: 0 0 13px 0;
  padding: 3px 0 0 30px;
  /* @include media-breakpoint-down(md) {
						padding-top: 30px;
						padding-left: 0;
					} */
}

@media (max-width: 767px) {
  .site-footer .footer_top .widget .textwidget p {
    padding: 3px 0 0 30px;
  }
}

.site-footer .footer_top .widget .textwidget p .fa {
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 24px;
  font-size: 21px;
  color: #fff;
}

.site-footer .footer_top .widget .textwidget p span {
  display: block;
}

@media (max-width: 1199px) {
  .site-footer .footer_top .widget .textwidget p span {
    display: inline;
  }
}

.site-footer .footer_top .widget #menu-quick-links {
  margin: 0;
  padding: 4px 0 0 0;
}

.site-footer .footer_top .widget #menu-quick-links li {
  position: relative;
  margin: 16px 0 0 0;
  padding: 0 0 0 30px;
  list-style: none;
  line-height: 24px;
  font-size: 16px;
  color: #f25f43;
}

.site-footer .footer_top .widget #menu-quick-links li:first-child {
  margin: 0;
}

.site-footer .footer_top .widget #menu-quick-links li:before {
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 18px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #b7b7b7;
  content: '\f105';
}

.site-footer .footer_top .widget #menu-quick-links li a {
  color: inherit;
}

.site-footer .footer_top .widget #menu-quick-links li a:hover {
  color: #fff;
}

.site-footer .footer-copyright {
  margin: 0 !important;
}

.site-footer .footer-copyright a {
  color: inherit;
}

.site-footer .footer-copyright a:hover {
  color: #f25f43;
}

#toTop {
  background: #f25f43;
  width: 50px;
  height: 50px;
  border: none;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
}

#toTop:hover {
  background: #fff !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#toTop:hover:before {
  transition: all 0.4s;
  color: #333 !important;
}

#toTop:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transition: all 0.8s;
  line-height: 50px;
  font-family: FontAwesome;
  font-size: 18px;
  text-align: center;
  color: #fff !important;
  content: '\f106';
}

#toTop span {
  display: none;
}

.error-404 .page-title {
  line-height: 240px;
  font-size: 220px;
}

@media (max-width: 543px) {
  .error-404 .page-title {
    line-height: 220px;
    font-size: 160px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  margin-bottom: 109px !important;
  border: none !important;
}

.table thead {
  background: #f25f43;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.table thead tr th {
  padding: 13px 10px;
  border: none;
}

.table tbody tr:nth-child(2n-1) {
  background: #333;
}

.table tbody tr th {
  padding: 13px 10px;
  border: none;
  font-weight: 400;
  color: #f25f43;
}

.table tr td {
  padding: 13px 10px;
  border: none;
  text-align: center;
}
.single-post #comments {
display: none;
}

body {
color: #ffffff !important;
}
#form_login input[type="text"], input[type="password"]
#{
  
  #background: #fff;
  #min-height: 15px;
  #margin: 0;
  #padding: 2px;
  #border: 1px solid #999999;
  #box-sizing: border-box;
  #box-shadow: none !important;
  #line-height: 15px;
  #color: #6f6f6f;
	
#}
.site-header .branding .site-description {
margin:11px !important;
left: -6px !important;
font-size: 13px; !important;
}
.site-description {
color: #0f0f0a !important;
text-transform: capitalize !important;
}

.tm_pb_text.tm_pb_module.tm_pb_bg_layout_light.tm_pb_text_align_right.tm_pb_text_15 a {
color: white!important;
}

.tm_pb_text.tm_pb_module.tm_pb_bg_layout_light.tm_pb_text_align_left.tm_pb_text_15 a {
background: black!important;
padding: 3px 32px!important;
}

@media (min-width:1200px) {
.page-id-751.tm_pb_builder #tm_builder_outer_content .tm_pb_post_slider_0.tm_pb_post_slider {
height: 350px !important;
}
}
@media (min-width: 1000px) {
.footer-copyright :last-child {
position: relative;
left: 50px !important;
}}
 
@media(min-width:1200px){
.site-content article.post .post-thumbnail img {
width: 30%!important;
}
}
.site-header .header_bottom {
padding: 15px 0 15px 0 !important;
}
.main_navigation {
	display: block !important;
	margin: 0 auto !important;
}
table, tr, td {
    border: none !important;
}
.postid-3901 .site-header .header_bottom {
display: none!important;
}
.postid-3901 .breadcrumbs .header_bottom {
display: none!important;
}

.page-id-3901 .footer-widgets {
display: none;
}

.entry-meta {
display:none !important;
}
.post__cats {
display:none !important;
}