@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


















:root {
  /* Colors */
  --color-primary: #0057B2;
    --color-secondary:              #D12B00;
    --background-primary:           #F5F5FA;
    --background-secondary:         #fff;
    --color-title:                  #222222;
    --color-excerpt:                rgba(34,34,34,0.4);
    --color-meta:                   rgba(34,34,34,0.8);
    --color-border:                 rgba(0,0,0,0.1);
    --color-button:                 #222222;
    --color-white:                  #fff;
    --color-bg:                     #222222;

}

/*-----------------------------------------------------------------------------------

  Theme Name: Stream
  Theme URI: https://allthebestsofts.com/
  Description: Ultimate News and Magazine Template
  Author: bkninja
  Author URI: https://themeforest.net/user/bkninja
  Version: 1.0

  Stylesheet

-----------------------------------------------------------------------------------*/

/* =============================================================================
## BASE
============================================================================= */
html {
    font-size: 14px;
}

body {
    font-family: Poppins;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
    -webkit-font-smoothing: antialiased;
}

body, * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    outline: 0 !important;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #FC3C2D;
}

button {
    outline: 0 !important;
    cursor: pointer;
}

dl dt:not(:first-child) {
    margin-top: 0.4em;
}

hr {
    border-color: rgba(0, 0, 0, 0.05);
}

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

p {
    margin: 0 0 1em;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-family: Poppins !important ;
}

h1, h2 { font-weight: bold; }



iframe,
object,
embed,
figure {
    max-width: 100%;
}

pre {
    padding: 1.6em;
    margin: 0 0 1.6em;
    font-size: 0.9em;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

table {
    margin: 0 0 1.6em;
    width: 100%;
}

tr {
    border-bottom: 1px solid #eee;
}

th {
    padding: 0.8em;
    text-align: left;
}

td {
    padding: 0.8em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.8em;
}

ul,
ol {
    margin: 0 0 1.6em;
    padding: 0;
}

.scrollbar-overflowing {
    overflow-y: auto;
}
.scrollbar-overflowing::-webkit-scrollbar {
    width: 3px;
}
.scrollbar-overflowing::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.2);
    border: 1px solid transparent;
    background-clip: content-box;   /* THIS IS IMPORTANT */
}
.scrollbar-overflowing::-webkit-scrollbar-thumb {
    background: rgb(255,255,255);
    border: 1px solid rgb(255,255,255);
}
.scrollbar-hidden {
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.scrollbar-hidden::-webkit-scrollbar {
    width: 0;
    display: none;
}
/* =============================================================================
   Color
============================================================================= */
.color-primary {
    color: var(--color-primary);
}
.color-secondary {
    color: var(--color-secondary);
}
.color-white {
    color: #fff;
}
/* =============================================================================
   Background
============================================================================= */
.background-img {
    background-color: #333;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.background-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.background-img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
    opacity: 0;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.background-img--dimmed:after {
    opacity: 0.2;
}

.background-img--darkened:after {
    opacity: 0.4;
}

.background-img--more-darkened:after {
    opacity: 0.6;
}

.background-img--tinted:after {
    background-color: #fff;
}

.background-img--floorfade:after {
    opacity: 1;
    background-color: transparent;
    background-image: -o-linear-gradient(bottom, black 0, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(70%, rgba(0, 0, 0, 0.6)), to(transparent));
    background-image: linear-gradient(0deg, black 0, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
}

.background-img--floorfade-light:after {
    opacity: 1;
    background-color: transparent;
    background-image: -o-linear-gradient(bottom, black 0, transparent 50%, transparent 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(50%, transparent), to(transparent));
    background-image: linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
}

.background-img--scrim-bottom:after {
    opacity: 1;
    background-color: transparent;
    background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(5.3%, rgba(0, 0, 0, 0.917)), color-stop(10.6%, rgba(0, 0, 0, 0.834)), color-stop(15.9%, rgba(0, 0, 0, 0.753)), color-stop(21.3%, rgba(0, 0, 0, 0.672)), color-stop(26.8%, rgba(0, 0, 0, 0.591)), color-stop(32.5%, rgba(0, 0, 0, 0.511)), color-stop(38.4%, rgba(0, 0, 0, 0.433)), color-stop(44.5%, rgba(0, 0, 0, 0.357)), color-stop(50.9%, rgba(0, 0, 0, 0.283)), color-stop(57.7%, rgba(0, 0, 0, 0.213)), color-stop(65%, rgba(0, 0, 0, 0.147)), color-stop(72.9%, rgba(0, 0, 0, 0.089)), color-stop(81.4%, rgba(0, 0, 0, 0.042)), color-stop(90.6%, rgba(0, 0, 0, 0.011)), to(transparent));
    background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
}

.background-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: #aaa;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

.background-svg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h44.1zm160 48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H82v-2h122.1zm57.8-46c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm0 16c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm6.2-114c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2zm-256-48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h12.1zm185.8 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2zM258 12.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V0h2v12.1zm-64 208c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-54.2c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9v54.2zm48-198.2c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V82h64v-2h-62V21.9zm16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V66h48v-2h-46V37.9zm-128 96c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V210h16v10.1c-2.282.463-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.718-4.437-4-4.9V208h-16v-74.1zm-5.9-21.9c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H114v48H85.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H112v-48h12.1zm-6.2 130c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H176v-74.1c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V242h-60.1zm-16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H114v48h10.1c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H112v-48h-10.1zM66 284.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V274H50v30h-2v-32h18v12.1zM236.1 176c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H274v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V146h-10.1zm-64 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H208v-80h16v-14h-42.1c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H226v18h-16v80h-12.1zm86.2-210c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H272V0h2v32h10.1zM98 101.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V144H53.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H98v-44.1zM53.9 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80V0h2v34H53.9zm60.1 3.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V64H80v64H69.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H82V66h32V37.9zM101.9 82c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H128V37.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-28.1zm16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H146v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V18h-26.1zm102.2 270c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H98v14h-2v-16h124.1zM242 149.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64V2H48V0h18v18H53.9zm112 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H192V0h50v2h-48v48h-28.1zm-48-48c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-.342.034-.677.1-1h2.07c-.11.313-.17.65-.17 1 0 1.657 1.343 3 3 3s3-1.343 3-3c0-.35-.06-.687-.17-1H178v34h-18V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V32h14V2h-58.1zm0 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H137l32-32h39V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V66h-40.172l-32 32H117.9zm28.1 90.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-76.513L175.586 80H224V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-49.586L146 112.414V188.1zm16 32c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-99.513L184.586 96H300.1c.398-1.96 1.94-3.502 3.9-3.9v2.07c-1.165.413-2 1.524-2 2.83s.835 2.417 2 2.83v2.07c-1.96-.398-3.502-1.94-3.9-3.9H185.414L162 121.414V220.1zm-144-64c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v42.686l-48 48V210h28.1c.463 2.282 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.437 1.718-4.9 4H2v-62.586l48-48V53.9zm-16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v18.686l-32 32v2.828l34-34V69.9zM12.1 32c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H288V136.587l16-16v2.827l-14 14V210h-28.1zm-208 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64v-22.586L40.586 194H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.513L66 216.586V242H53.9zm150.2 14c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H96v-56.598L56.598 162H37.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.502L98 200.598V256h106.1zm-150.2 2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80v-46.586L48.586 178H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h27.513L82 208.586V258H53.9zM97 100c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-48 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 96c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-144c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM49 36c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM33 68c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 240c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm80-176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm112 176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 180c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 84c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0V302.17c.313-.11.65-.17 1-.17 1.306 0 2.417.835 2.83 2H5.9c-.398-1.96-1.94-3.502-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1c.323-.066.658-.1 1-.1 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.342 0-.677-.034-1-.1v-2.07c.313.11.65.17 1 .17 1.657 0 3-1.343 3-3s-1.343-3-3-3c-.35 0-.687.06-1 .17V92.1zM80 272h2v32h-2v-32zm37.9 32c-.463-2.282-2.48-4-4.9-4-2.42 0-4.437 1.718-4.9 4h2.07c.413-1.165 1.524-2 2.83-2s2.417.835 2.83 2h2.07zM5.9 0c.066.323.1.658.1 1 0 2.76-2.24 5-5 5-.342 0-.677-.034-1-.1V3.83C.313 3.94.65 4 1 4c1.657 0 3-1.343 3-3 0-.35-.06-.687-.17-1H5.9zm294.2 0c-.066.323-.1.658-.1 1 0 2.42 1.718 4.437 4 4.9V3.83c-1.165-.413-2-1.524-2-2.83 0-.35.06-.687.17-1h-2.07zm3.9 300.1c-1.96.398-3.502 1.94-3.9 3.9h2.07c.302-.852.978-1.528 1.83-1.83v-2.07z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.background-svg-pattern-inverse {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='304' height='304' viewBox='0 0 304 304' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.1 224c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h44.1zm160 48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H82v-2h122.1zm57.8-46c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm0 16c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H304v2h-42.1zm6.2-114c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2zm-256-48c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H0v-2h12.1zm185.8 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h86.2c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4h-86.2zM258 12.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V0h2v12.1zm-64 208c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-54.2c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9v54.2zm48-198.2c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V82h64v-2h-62V21.9zm16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V66h48v-2h-46V37.9zm-128 96c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V210h16v10.1c-2.282.463-4 2.48-4 4.9 0 2.76 2.24 5 5 5s5-2.24 5-5c0-2.42-1.718-4.437-4-4.9V208h-16v-74.1zm-5.9-21.9c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H114v48H85.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H112v-48h12.1zm-6.2 130c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H176v-74.1c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V242h-60.1zm-16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H114v48h10.1c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H112v-48h-10.1zM66 284.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V274H50v30h-2v-32h18v12.1zM236.1 176c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H274v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V146h-10.1zm-64 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H208v-80h16v-14h-42.1c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H226v18h-16v80h-12.1zm86.2-210c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H272V0h2v32h10.1zM98 101.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V144H53.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H98v-44.1zM53.9 34c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80V0h2v34H53.9zm60.1 3.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V64H80v64H69.9c-.463-2.282-2.48-4-4.9-4-2.76 0-5 2.24-5 5s2.24 5 5 5c2.42 0 4.437-1.718 4.9-4H82V66h32V37.9zM101.9 82c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H128V37.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-28.1zm16-64c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H146v44.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9V18h-26.1zm102.2 270c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H98v14h-2v-16h124.1zM242 149.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9V162h16v30h-16v66h48v46h2v-48h-48v-62h16v-34h-16v-10.1zM53.9 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64V2H48V0h18v18H53.9zm112 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H192V0h50v2h-48v48h-28.1zm-48-48c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5 0-.342.034-.677.1-1h2.07c-.11.313-.17.65-.17 1 0 1.657 1.343 3 3 3s3-1.343 3-3c0-.35-.06-.687-.17-1H178v34h-18V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V32h14V2h-58.1zm0 96c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H137l32-32h39V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V66h-40.172l-32 32H117.9zm28.1 90.1c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-76.513L175.586 80H224V21.9c-2.282-.463-4-2.48-4-4.9 0-2.76 2.24-5 5-5s5 2.24 5 5c0 2.42-1.718 4.437-4 4.9V82h-49.586L146 112.414V188.1zm16 32c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-99.513L184.586 96H300.1c.398-1.96 1.94-3.502 3.9-3.9v2.07c-1.165.413-2 1.524-2 2.83s.835 2.417 2 2.83v2.07c-1.96-.398-3.502-1.94-3.9-3.9H185.414L162 121.414V220.1zm-144-64c2.282.463 4 2.48 4 4.9 0 2.76-2.24 5-5 5s-5-2.24-5-5c0-2.42 1.718-4.437 4-4.9v-3.513l48-48V48h32V0h2v50H66v55.413l-48 48v2.687zM50 53.9c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v42.686l-48 48V210h28.1c.463 2.282 2.48 4 4.9 4 2.76 0 5-2.24 5-5s-2.24-5-5-5c-2.42 0-4.437 1.718-4.9 4H2v-62.586l48-48V53.9zm-16 16c2.282-.463 4-2.48 4-4.9 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 2.42 1.718 4.437 4 4.9v18.686l-32 32v2.828l34-34V69.9zM12.1 32c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H9.414L0 43.414v-2.828L8.586 32H12.1zm265.8 18c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h18.686L304 40.586v2.828L297.414 50H277.9zm-16 160c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H288V136.587l16-16v2.827l-14 14V210h-28.1zm-208 32c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H64v-22.586L40.586 194H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.513L66 216.586V242H53.9zm150.2 14c.463-2.282 2.48-4 4.9-4 2.76 0 5 2.24 5 5s-2.24 5-5 5c-2.42 0-4.437-1.718-4.9-4H96v-56.598L56.598 162H37.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h19.502L98 200.598V256h106.1zm-150.2 2c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4H80v-46.586L48.586 178H21.9c-.463 2.282-2.48 4-4.9 4-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h27.513L82 208.586V258H53.9zM97 100c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-48 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 96c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-144c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm96 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM49 36c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-32 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM33 68c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 240c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm80-176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 48c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm112 176c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm-16 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 180c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0 16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm0-32c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16 0c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM17 84c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm32 64c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm16-16c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 39.793V0h-2v40.586L8.586 64H0v2h9.413L34 41.414v-1.62zM2 300.1V258h14v46h2v-48H0V302.17c.313-.11.65-.17 1-.17 1.306 0 2.417.835 2.83 2H5.9c-.398-1.96-1.94-3.502-3.9-3.9zM34 241v63h-2v-62H0v-2h34v1zM17 18h1V0h-2v16H0v2h17zm273-2V0h-2v18h16v-2h-14zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1c.323-.066.658-.1 1-.1 2.76 0 5 2.24 5 5s-2.24 5-5 5c-.342 0-.677-.034-1-.1v-2.07c.313.11.65.17 1 .17 1.657 0 3-1.343 3-3s-1.343-3-3-3c-.35 0-.687.06-1 .17V92.1zM80 272h2v32h-2v-32zm37.9 32c-.463-2.282-2.48-4-4.9-4-2.42 0-4.437 1.718-4.9 4h2.07c.413-1.165 1.524-2 2.83-2s2.417.835 2.83 2h2.07zM5.9 0c.066.323.1.658.1 1 0 2.76-2.24 5-5 5-.342 0-.677-.034-1-.1V3.83C.313 3.94.65 4 1 4c1.657 0 3-1.343 3-3 0-.35-.06-.687-.17-1H5.9zm294.2 0c-.066.323-.1.658-.1 1 0 2.42 1.718 4.437 4 4.9V3.83c-1.165-.413-2-1.524-2-2.83 0-.35.06-.687.17-1h-2.07zm3.9 300.1c-1.96.398-3.502 1.94-3.9 3.9h2.07c.302-.852.978-1.528 1.83-1.83v-2.07z' fill='%23000000' fill-opacity='0.025' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.background-svg-pattern--solid-color {
    background-color: #12162d;
}

.object-fit a:not(.post__cat), .object-fit a:not(.post__cat) img {
    width: 100%;
    height: 100%;
}
.object-fit a:not(.post__cat) img {
    -o-object-fit: cover;
    object-fit: cover;
}
.post-not-exist-thumbnail.post--overlay {
    background-color: transparent;
}
/*theme css*/
.atbs-post-line-top-hover.post-not-exist-thumbnail-disable.post-not-exist-thumbnail:before {
    display: none;
}
.post-not-exist-thumbnail-disable.post-not-exist-thumbnail .post__thumb:not(.post__thumb--overlay) {
    display: none;
}

.post--vertical-style-card-thumb-margin-reverse.post-not-exist-thumbnail-disable.post-not-exist-thumbnail .post__text {
    margin-top:0;
    padding-top: 30px;
}
.post--horizontal-thumb-follow-parent-style-normal.post-not-exist-thumbnail-disable.post-not-exist-thumbnail {
    min-height: auto;
}
.post--horizontal-margin-top-text-background.post-not-exist-thumbnail-disable.post-not-exist-thumbnail .post__text:before {
    width: 100%;
    left: 0;
}
.post--horizontal-thumb-follow-parent-style-normal:not(.post--horizontal-reverse).post-not-exist-thumbnail-disable.post-not-exist-thumbnail {
    padding-left: 30px;
}
@media(min-width: 768px) {
    .post--vertical-style-card-border-elip.post-not-exist-thumbnail-disable.post-not-exist-thumbnail {
        padding-top: 80px;
    }
}
@media(max-width: 480px) {
    .post--vertical-style-card-border-elip.post-not-exist-thumbnail-disable.post-not-exist-thumbnail {
        padding-top: 80px;
    }
}
/*end theme css*/
.post-not-exist-thumbnail .post__thumb:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 0;
    top: 0;
    background-color: #CCCCCC;
}
.post-not-exist-thumbnail .post__thumb > * {
    z-index: 1;
}
.set-background-module {
    background-color: #fafbfc;
    padding-top: 85px;
    padding-bottom: 100px;
}
.atbs-patter-dots-circle {
    position: relative;
}
.atbs-patter-dots-circle:before {
    content: '';
    background: -o-radial-gradient(center, circle, var(--color-secondary) 32%, transparent 38%), transparent;
    background: radial-gradient(circle at center, var(--color-secondary) 32%, transparent 38%), transparent;
    background-size: 33px 33px;
    width: 260px;
    height: 225px;
    position: absolute;
    right: 0;
    top: 0;
}

.background-primary {
    background-color: var(--color-primary);
}
.background-secondary {
    background-color: var(--color-secondary);
}
.background-black {
    background-color: var(--color-text);
}

@media (max-width: 991px) {
    .atbs-patter-dots-circle:before {
        background: -o-radial-gradient(center, circle, var(--color-secondary) 30%, transparent 35%), transparent;
        background: radial-gradient(circle at center, var(--color-secondary) 30%, transparent 35%), transparent;
        background-size: 28px 28px;
        width: 225px;
        height: 165px;
    }
}
@media (max-width: 767px) {
    .atbs-patter-dots-circle:before {
        background: -o-radial-gradient(center, circle, var(--color-secondary) 26%, transparent 30%), transparent;
        background: radial-gradient(circle at center, var(--color-secondary) 26%, transparent 30%), transparent;
        background-size: 26px 26px;
        width: 185px;
        height: 125px;
    }
}

.owl-background a {
    display: block;
    width: 100%;
    height: 100%;
}
.owl-background-img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.owl-background-img.active {
    opacity: 1;
}
/* =============================================================================
   Ratio
============================================================================= */
.ratio-1by1 {
    position: relative;
    padding-bottom: 100%;
    height: 0 !important;
}

.ratio-2by1 {
    position: relative;
    padding-bottom: 50%;
    height: 0 !important;
}

.ratio-3by1 {
    position: relative;
    padding-bottom: 33.33%;
    height: 0 !important;
}

.ratio-4by3 {
    position: relative;
    padding-bottom: 75%;
    height: 0 !important;
}

.ratio-16by9 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0 !important;
}

/* =============================================================================
   Border Radius
============================================================================= */
.b-r-0 {
    border-radius: 0;
}
.b-r-1 {
    border-radius: 1px;
}
.b-r-2 {
    border-radius: 2px;
}
.b-r-3 {
    border-radius: 3px;
}
.b-r-4 {
    border-radius: 4px;
}
.b-r-5 {
    border-radius: 5px;
}
.b-r-6 {
    border-radius: 6px;
}
.b-r-7 {
    border-radius: 7px;
}
.b-r-8 {
    border-radius: 8px;
}
.b-r-9 {
    border-radius: 9px;
}
.b-r-10 {
    border-radius: 10px;
}
.b-r-15 {
    border-radius: 15px;
}
.b-r-20 {
    border-radius: 20px;
}
.overflow-hidden {
    overflow: hidden;
}
/* =============================================================================
   Text styling
============================================================================= */
@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }
}

.inverse-text {
    position: relative;

}

.link-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.link-block {
    display: block;
}

/* =============================================================================
   List styling
============================================================================= */
.list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.list-center>li {
    display: inline-block;
}

.list-float::after {
    clear: both;
    content: "";
    display: table;
}

.list-float>li {
    float: left;
}

.list-space-xs {
    margin-top: -5px;
    margin-bottom: -5px;
}

.list-space-xs>* {
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-space-sm {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
}

.list-space-sm>* {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.list-space-md {
    margin-top: -10px;
    margin-bottom: -10px;
}

.list-space-md>* {
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-space-lg {
    margin-top: -15px;
    margin-bottom: -15px;
}

.list-space-lg>* {
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-space-xl {
    margin-top: -20px;
    margin-bottom: -20px;
}

.list-space-xl>* {
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-space-xxl {
    margin-top: -25px;
    margin-bottom: -25px;
}

.list-space-xxl>* {
    padding-top: 25px;
    padding-bottom: 25px;
}

.list-horizontal {
    margin-top: 0;
    margin-bottom: 0;
}

.list-horizontal>li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

.list-horizontal.list-space-xs {
    margin-left: -5px;
    margin-right: -5px;
}

.list-horizontal.list-space-xs>* {
    padding-left: 5px;
    padding-right: 5px;
}

.list-horizontal.list-space-sm {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.list-horizontal.list-space-sm>* {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.list-horizontal.list-space-md {
    margin-left: -10px;
    margin-right: -10px;
}

.list-horizontal.list-space-md>* {
    padding-left: 10px;
    padding-right: 10px;
}

.list-horizontal.list-space-lg {
    margin-left: -15px;
    margin-right: -15px;
}

.list-horizontal.list-space-lg>* {
    padding-left: 15px;
    padding-right: 15px;
}

.list-horizontal.list-space-xl {
    margin-left: -20px;
    margin-right: -20px;
}

.list-horizontal.list-space-xl>* {
    padding-left: 20px;
    padding-right: 20px;
}

.list-horizontal.list-space-xxl {
    margin-left: -25px;
    margin-right: -25px;
}

.list-horizontal.list-space-xxl>* {
    padding-left: 25px;
    padding-right: 25px;
}

[class*="list-seperated"].list-space-xs {
    margin-top: -10px;
    margin-bottom: -10px;
}

[class*="list-seperated"].list-space-xs>* {
    padding-top: 10px;
    padding-bottom: 10px;
}

[class*="list-seperated"].list-space-sm {
    margin-top: -15px;
    margin-bottom: -15px;
}

[class*="list-seperated"].list-space-sm>* {
    padding-top: 15px;
    padding-bottom: 15px;
}

[class*="list-seperated"].list-space-md {
    margin-top: -20px;
    margin-bottom: -20px;
}

[class*="list-seperated"].list-space-md>* {
    padding-top: 20px;
    padding-bottom: 20px;
}

[class*="list-seperated"].list-space-lg {
    margin-top: -30px;
    margin-bottom: -30px;
}

[class*="list-seperated"].list-space-lg>* {
    padding-top: 30px;
    padding-bottom: 30px;
}

[class*="list-seperated"].list-space-lgx {
    margin-top: -35px;
    margin-bottom: -35px;
}

[class*="list-seperated"].list-space-lgx > * {
    padding-top: 35px;
    padding-bottom: 35px;
}

[class*="list-seperated"].list-space-xl {
    margin-top: -40px;
    margin-bottom: -40px;
}

[class*="list-seperated"].list-space-xl>* {
    padding-top: 40px;
    padding-bottom: 40px;
}

[class*="list-seperated"].list-space-xxl {
    margin-top: -50px;
    margin-bottom: -50px;
}

[class*="list-seperated"].list-space-xxl>* {
    padding-top: 50px;
    padding-bottom: 50px;
}

[class*="list-seperated"]>*:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.list-seperated-only-first>*:not(:first-child) {
    border-bottom: none;
}

.list-seperated-only-last>*:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.list-seperated-exclude-first>*:first-child {
    border-bottom: none;
}

.inverse-text .list-seperated>*:not(:last-child),
.overlay-content .list-seperated>*:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.inverse-text .list-seperated-only-first>*:first-child,
.overlay-content .list-seperated-only-first>*:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.inverse-text .list-seperated-only-last>*:last-child,
.overlay-content .list-seperated-only-last>*:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.list-square-bullet {
    list-style: none;
}

.list-square-bullet>li>* {
    position: relative;
    padding-left: 15px;
}

.list-square-bullet>li>*:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.5em;
    right: auto;
    bottom: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.list-square-bullet-exclude-first>li:not(:first-child)>* {
    position: relative;
    padding-left: 15px;
}

.list-square-bullet-exclude-first>li:not(:first-child)>*:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0.58em;
    right: auto;
    bottom: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* =============================================================================
   Social branding color
============================================================================= */
.facebook-theme,
.facebook-theme-hover:hover {
    color: #3b5998 !important;
}

.facebook-theme-bg,
.facebook-theme-bg-hover:hover {
    background-color: #3b5998 !important;
}

.twitter-theme,
.twitter-theme-hover:hover {
    color: #55acee !important;
}

.twitter-theme-bg,
.twitter-theme-bg-hover:hover {
    background-color: #55acee !important;
}

.dribbble-theme,
.dribbble-theme-hover:hover {
    color: #EA4C89 !important;
}

.dribbble-theme-bg,
.dribbble-theme-bg-hover:hover {
    background-color: #EA4C89 !important;
}


.youtube-theme,
.youtube-theme-hover:hover {
    color: #cd201f !important;
}

.youtube-theme-bg,
.youtube-theme-bg-hover:hover {
    background-color: #cd201f !important;
}

.pinterest-theme,
.pinterest-theme-hover:hover {
    color: #bd081c !important;
}

.pinterest-theme-bg,
.pinterest-theme-bg-hover:hover {
    background-color: #bd081c !important;
}

.googleplus-theme,
.googleplus-theme-hover:hover {
    color: #dc4e41 !important;
}

.googleplus-theme-bg,
.googleplus-theme-bg-hover:hover {
    background-color: #dc4e41 !important;
}

.tumblr-theme,
.tumblr-theme-hover:hover {
    color: #35465c !important;
}

.tumblr-theme-bg,
.tumblr-theme-bg-hover:hover {
    background-color: #35465c !important;
}

.instagram-theme,
.instagram-theme-hover:hover {
    color: #3f729b !important;
}

.instagram-theme-bg,
.instagram-theme-bg-hover:hover {
    background-color: #3f729b !important;
}

.vk-theme,
.vk-theme-hover:hover {
    color: #45668e !important;
}

.vk-theme-bg,
.vk-theme-bg-hover:hover {
    background-color: #45668e !important;
}

.stumbleupon-theme-bg,
.stumbleupon-theme-bg-hover:hover {
    background-color: #EB4823 !important;
}

.linkedin-theme-bg,
.linkedin-theme-bg-hover:hover {
    background-color: #0073B0 !important;
}

/* =============================================================================
   Layout
============================================================================= */
.site-wrapper {
    overflow: hidden;
    background-color: #FAFBFC;
}

.site-content {
    padding-top: 20px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .site-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before {
    display: none !important;
}
.row:after,
.row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
@media (max-width: 767px) {
    .container.fullwidth-xs {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container--narrow {
    max-width: 970px;
}

.container--wide {
    width: 100%;
    max-width: 1440px;
}

.container--fw {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
/**/
.layout-container--left,
.layout-container--right {
    width: calc(50% + 585px);
}

.layout-container--right {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .layout-container--left,
    .layout-container--right {
        width: calc(50% + 940px/2);
    }
}

@media (max-width: 991px) {
    .layout-container--left,
    .layout-container--right {
        width: calc(50% + 720px/2);
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .layout-container--left,
    .layout-container--right {
        width: calc(50% + 510px/2);
    }
}

@media (max-width: 575px) {
    .layout-container--left,
    .layout-container--right {
        width: calc(100% - 15px);
    }
}

/**/
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .container--fw {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

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

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

.atbs-main-col {
    width: 100%;
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .atbs-main-col {
        width: 680px;
    }
}

@media (min-width: 1200px) {
    .atbs-main-col {
        width: 900px;
        padding-right: 35px;
    }
}

.atbs-main-col.has-left-sidebar {
    float: right;
}

@media (min-width: 1200px) {
    .atbs-main-col.has-left-sidebar {
        padding-left: 35px;
        padding-right: 15px;
    }
}

.atbs-sub-col {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .atbs-sub-col {
        padding-top: 0;
        width: 290px;
    }
}

@media (min-width: 1200px) {
    .atbs-sub-col {
        width: 300px;
    }
}


/* =============================================================================
   Block heading
============================================================================= */
.block-heading {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%;
    position: relative;
    margin-bottom: 1.4rem;
    font-size: 1rem;
    line-height: 1.2;
}
.block-heading a {
    color: inherit;
    text-decoration: none;
}
.block-heading a:hover,
.block-heading a:active,
.block-heading a:focus {
    color: inherit;
    text-decoration: none;
}
.block-heading {
    margin-bottom: 40px;
}
.block-heading:last-child {
    /*margin-bottom: 0;*/
}
.block-heading__title,
.heading__title-inside {
    margin: 0;
    color: var(--color-title);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.heading-inside {
    margin-bottom: 35px;
}
.heading-inside .heading__title-inside {
    font-size: 2.2857rem;
    line-height: 1.4;
}

.block-heading__subtitle {
    font-size: 1.1428rem;
    line-height: 1.5;
    font-weight: 400;
    color: #222222;
    opacity: 0.8;
    margin-top: 0px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.block-heading__subtitle p:last-child {
    margin-bottom: 0;
}
/*---- Block heading center ----*/
.block-heading--center {
    display: block;
    text-align: center;
    border: none !important;
}
.block-heading--center .block-heading__title {
    padding: 0;
}
.block-heading--center .block-heading__subtitle {
    padding: 0;
}

/*---- Block heading has icon ----*/
.block-heading__title.block-heading__title-has-icon,
.heading__title-has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 576px) {
    .block-heading__title {
        font-size: 2.8571rem; /*font system*/
    }
}
@media (min-width: 768px) {
    .block-heading__title {
        font-size: 2.2857rem;
        line-height: 1.4;
    }
}
@media (max-width: 1545px) {
    .heading-inside {
        margin-bottom: 30px;
    }
    .heading-inside .heading__title-inside {
        font-size: 2.1428rem;
        line-height: 1.4;
    }
}
@media (max-width: 1366px) {
    .block-heading__title {
        font-size: 2rem;
        line-height: 1.4;
    }

    .heading-inside {
        margin-bottom: 25px;
    }
    .heading-inside .heading__title-inside {
        font-size: 1.8571rem;
        line-height: 1.4;
    }
}
@media (max-width: 1199px) {
    .block-heading {
        margin-bottom: 45px;
    }
    .block-heading__title {
        font-size: 1.8571rem;
        line-height: 1.4;
    }
    .heading-inside {
        margin-bottom: 20px;
    }
    .heading-inside .heading__title-inside {
        font-size: 1.5714rem;
        line-height: 1.4;
    }
}
@media (max-width: 767px) {
    .block-heading {
        margin-bottom: 35px;
    }
}
/* =============================================================================
   Button
============================================================================= */
input[type="button"]:not(.btn),
input[type="reset"]:not(.btn),
input[type="submit"]:not(.btn) {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type="button"]:not(.btn):hover,
input[type="reset"]:not(.btn):hover,
input[type="submit"]:not(.btn):hover {
    background: #efefef;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.btn {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

a.btn {
    text-decoration: none;
}

.btn-link {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #f8f8f8;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

a.btn-view-all {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color-primary);
    color: var(--color-secondary);
    text-decoration: none;
    padding: 20px 15px;
    font-size: 15px;
    line-height: 1.53;
    text-transform: uppercase;
    font-weight: 600;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
a.btn-view-all:hover{
    color: var(--color-secondary);
}
.post-type-icon.post-type-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--color-primary);
    color: var(--color-secondary);
    opacity: 0;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.atbs-carousel .owl-dots {
    padding: 20px 0 0 0;
    text-align: center;
    line-height: 1;
}

.atbs-carousel .owl-dot {
    display: inline-block;
    padding: 4px;
}

.atbs-carousel .owl-dot span {
    display: block;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background: transparent;
    vertical-align: middle;
    border: 1px solid var(--color-primary);
}

.atbs-carousel .owl-dot.active span {
    background: var(--color-primary);
    border: 0;
}

.owl-prev, .owl-next {
    cursor: pointer;
}

.atbs-carousel .owl-prev,
.atbs-carousel .owl-next {
    width: 45px;
    height: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.atbs-carousel .owl-prev i,
.atbs-carousel .owl-next i {
    margin: 0;
    font-size: 25px;
    line-height: 1;
}

.atbs-carousel .owl-prev {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.atbs-carousel .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.atbs-carousel-nav-custom-holder .owl-prev,
.atbs-carousel-nav-custom-holder .owl-next {
    display: inline-block;
    height: 45px;
    width: 45px;
    position: relative;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    color: #333;
    line-height: 38px;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.atbs-carousel-nav-custom-holder .owl-prev:hover,
.atbs-carousel-nav-custom-holder .owl-next:hover {
    background: #fff;
}

.atbs-carousel-nav-custom-holder .owl-prev.disabled,
.atbs-carousel-nav-custom-holder .owl-next.disabled {
    background: #aaa;
    cursor: default;
    opacity: 0.5;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.atbs-carousel-nav-custom-holder .owl-prev i,
.atbs-carousel-nav-custom-holder .owl-next i {
    font-size: 25px;
    line-height: 1;
}

.atbs-carousel-nav-custom-holder .owl-prev {
    margin-right: 4px;
}

.atbs-carousel-nav-number > *:not(:last-child) {
    margin-right: 10px;
}


.atbs-carousel .slide-content:not(:first-child) {
    display: none;
}
.nav-horizontal,
.nav-horizontal .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nav-horizontal .owl-prev:not(:last-child) {
    margin-right: 20px;
}
.nav-horizontal .owl-next,
.nav-horizontal .owl-prev {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


.nav-vertical {
    display: block;
}
.nav-vertical .owl-prev:not(:last-child) {
    margin-bottom: 20px;
}
.nav-vertical .owl-next,
.nav-vertical .owl-prev {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nav-circle .owl-next,
.nav-circle .owl-prev {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0;
}

.nav-white .owl-next,
.nav-white .owl-prev {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
.nav-white .owl-next:hover,
.nav-white .owl-prev:hover {
    background-color: var(--color-primary);
    color: #fff;
}


.nav-border .owl-next,
.nav-border .owl-prev {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}
.nav-border .owl-next:hover,
.nav-border .owl-prev:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.nav-primary-background .owl-next,
.nav-primary-background .owl-prev {
    background-color: var(--color-primary);
    color: var(--color-secondary);
}

.nav-secondary-background .owl-next,
.nav-secondary-background .owl-prev {
    background-color: var(--color-secondary);
    color: var(--color-primary);
}

.dots-vertical .owl-dots {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.dots-vertical .owl-dot {
    display: block;
}

.dots-white .owl-dot span {
    border-color: #fff;
}
.dots-white .owl-dot.active span {
    background-color: rgba(255,255,255,1);
}
@media (max-width: 575px) {
    .dots-vertical .owl-dots {
        width: auto;
    }
    .dots-vertical .owl-dot {
        display: inline-block;
    }
}

.dots-circle .owl-dot{
    padding: 7.5px;
}
.dots-circle .owl-dot span{
    border-radius: 50%;
}



.atbs-theme-switch {
    position: fixed;
    left: 20px;
    top: 20px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.atbs-theme-switch > * {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.atbs-theme-switch > * svg {
    width: 20px;
    height: 20px;
    fill: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.atbs-theme-switch .dark-mode-button {

    visibility: visible;
    opacity: 1;
}
.atbs-theme-switch .light-mode-button {
    visibility: hidden;
    opacity: 0;
}

.atbs-theme-switch.active {
    background-color: #777;
}
.atbs-theme-switch.active > * svg {
    fill: #fff;
}
.atbs-theme-switch.active .dark-mode-button {
    visibility: hidden;
    opacity: 0;
}
.atbs-theme-switch.active .light-mode-button {
    visibility: visible;
    opacity: 1;
}

.post-button-bookmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}

.post-button-bookmark svg {
    fill: rgba(0,0,0,.35);
}
.post-button-bookmark .btn-bookmark {
    display: none;
}
.post-button-bookmark .btn-bookmark.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.btn-bookmark-circle {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.btn-rectangle-radius {
    padding: 10px 25px;
    border-radius: 25px;
    background-color: var(--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 25px;
}
.btn-rectangle-radius a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.btn-rectangle-radius a span {
    color: #fff;
}

.btn-circle,
.btn-circle svg,
.btn-border,
.btn-border svg,
.btn-white,
.btn-white svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-circle {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 50%;
    color: var(--color-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-circle a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-circle svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 15px;
    fill: var(--color-primary);
}
.btn-circle:hover {
    background-color: var(--color-primary);
}
.btn-circle:hover svg {
    fill: var(--color-secondary);
}

.btn-circle.btn-border,
.btn-border {
    border: 1px solid var(--color-primary);
}
.btn-circle.btn-border svg,
.btn-border svg {
    fill: var(--color-primary);
}
.btn-circle:hover.btn-border svg {
    fill: var(--color-secondary);
}
.btn-white {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.btn-white svg {
    fill: var(--color-primary);
}
.btn-white:hover {
    background-color: var(--color-primary);
}
.btn-white:hover svg {
    fill: var(--color-secondary);
}

.btn-elip {
    width: 70px;
    height: 70px;
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
    background-color: #d0d0d0;
}
.btn-elip a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-elip svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    height: 15px;
    fill: #222;
}

.atbs-go-top.atbs-go-top {
    width: 40px;
    height: 40px;
    position: fixed;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
    padding: 0;
    font-size: 18px;
    line-height: 40px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translate(0, 54px);
    -ms-transform: translate(0, 54px);
    transform: translate(0, 54px);
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    pointer-events: none;
    visibility: hidden;
    z-index: 10;
}

@media (min-width: 1200px) {
    .atbs-go-top.atbs-go-top {
        bottom: 20px;
        right: 20px;
        -webkit-transform: translate(0, 64px);
        -ms-transform: translate(0, 64px);
        transform: translate(0, 64px);
    }
}

.atbs-go-top.atbs-go-top.is-active {
    visibility: visible;
    pointer-events: initial;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .atbs-go-top.atbs-go-top {
    display: none;
}

.atbs-go-top.atbs-go-top i {
    line-height: 38px;
    vertical-align: initial;
}



.facebook-theme,
.facebook-theme-hover:hover {
    color: #3b5998 !important;
}

.facebook-theme-bg,
.facebook-theme-bg-hover:hover {
    background-color: #3b5998 !important;
}

.twitter-theme,
.twitter-theme-hover:hover {
    color: #55acee !important;
}

.twitter-theme-bg,
.twitter-theme-bg-hover:hover {
    background-color: #55acee !important;
}

.dribbble-theme,
.dribbble-theme-hover:hover {
    color: #EA4C89 !important;
}

.dribbble-theme-bg,
.dribbble-theme-bg-hover:hover {
    background-color: #EA4C89 !important;
}


.youtube-theme,
.youtube-theme-hover:hover {
    color: #cd201f !important;
}

.youtube-theme-bg,
.youtube-theme-bg-hover:hover {
    background-color: #cd201f !important;
}

.pinterest-theme,
.pinterest-theme-hover:hover {
    color: #bd081c !important;
}

.pinterest-theme-bg,
.pinterest-theme-bg-hover:hover {
    background-color: #bd081c !important;
}

.googleplus-theme,
.googleplus-theme-hover:hover {
    color: #dc4e41 !important;
}

.googleplus-theme-bg,
.googleplus-theme-bg-hover:hover {
    background-color: #dc4e41 !important;
}

.tumblr-theme,
.tumblr-theme-hover:hover {
    color: #35465c !important;
}

.tumblr-theme-bg,
.tumblr-theme-bg-hover:hover {
    background-color: #35465c !important;
}

.instagram-theme,
.instagram-theme-hover:hover {
    color: #3f729b !important;
}

.instagram-theme-bg,
.instagram-theme-bg-hover:hover {
    background-color: #3f729b !important;
}

.vk-theme,
.vk-theme-hover:hover {
    color: #45668e !important;
}

.vk-theme-bg,
.vk-theme-bg-hover:hover {
    background-color: #45668e !important;
}

.stumbleupon-theme-bg,
.stumbleupon-theme-bg-hover:hover {
    background-color: #EB4823 !important;
}

.linkedin-theme-bg,
.linkedin-theme-bg-hover:hover {
    background-color: #0073B0 !important;
}

/* =============================================================================
   Custom Scrollbar
============================================================================= */
.ps-container>.ps-scrollbar-y-rail,
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    width: 6px;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    right: 0;
    border-radius: 2px;
}

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

.ps-container>.ps-scrollbar-y-rail {
    background: transparent !important;
}

.scrollbar-always-visible.ps-container>.ps-scrollbar-x-rail,
.scrollbar-always-visible.ps-container>.ps-scrollbar-y-rail {
    opacity: 0.6;
}

.iScrollVerticalScrollbar {
    position: absolute;
    z-index: 9999;
    width: 6px;
    bottom: 4px;
    top: 4px;
    right: 4px;
    overflow: hidden;
}

.iScrollIndicator {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 999em;
}

.iScrollVerticalScrollbar .iScrollIndicator {
    width: 100%;
}

/* =============================================================================
   Forms
============================================================================= */
label {
    font-size: 14px;
    font-size: 1rem;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.4);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
textarea.form-control,
select,
select.form-control {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

/* =============================================================================
   Review Score
============================================================================= */
.post-score {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.post-score__inner {
    position: relative;
    z-index: 10;
}

.post-score-star {
    font-size: 1.2em;
    line-height: 1;
    color: #F7E74A;
}

.hexagon-svg {
    width: 100%;
    height: auto;
}

.post-score-hexagon {
    position: relative;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.post-score-hexagon .hexagon-svg {
    width: 50px;
    padding: 2px;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.25));
    overflow: visible;
}

@media (min-width: 768px) {
    .post-score-hexagon .hexagon-svg {
        width: 60px;
    }
}

@media (min-width: 1200px) {
    .post-score-hexagon .hexagon-svg {
        width: 64px;
    }
}

.post-score-hexagon .hexagon-svg g path {
    fill: #FC3C2D;
}

.post-score-hexagon .post-score-value {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .post-score-hexagon .post-score-value {
        font-size: 22px;
    }
}

@media (min-width: 1200px) {
    .post-score-hexagon .post-score-value {
        font-size: 26px;
    }
}

.post-score-hexagon--s .hexagon-svg {
    width: 50px;
}

.post-score-hexagon--s .post-score-value {
    font-size: 20px;
}

.post-score-hexagon--l .hexagon-svg {
    width: 100px;
}

.post-score-hexagon--l .post-score-value {
    font-size: 42px;
}

.post-score-hexagon--xl .hexagon-svg {
    width: 100px;
}

@media (min-width: 1200px) {
    .post-score-hexagon--xl .hexagon-svg {
        width: 120px;
    }
}

.post-score-hexagon--xl .post-score-value {
    font-size: 42px;
}

@media (min-width: 1200px) {
    .post-score-hexagon--xl .post-score-value {
        font-size: 50px;
    }
}


/* =============================================================================
   Social List
============================================================================= */
.social-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1rem;
    list-style: none;
}

@media (min-width: 768px) {
    .social-list {
        font-size: 16px;
        font-size: 1.14286rem;
    }
}

.social-list>li>a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 0 0.4em;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.social-list>li>a:hover,
.social-list>li>a:active,
.social-list>li>a:focus {
    color: inherit;
    text-decoration: none;
}

.social-list>li>a:hover,
.social-list>li>a:focus,
.social-list>li>a:active {
    color: rgba(0, 0, 0, 0.4);
}

.inverse-text .social-list>li>a {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .social-list>li>a:hover,
.inverse-text .social-list>li>a:focus,
.inverse-text .social-list>li>a:active,
.inverse-text .social-list>li>a:visited {
    color: white;
}

.social-list--inverse>li>a {
    color: rgba(255, 255, 255, 0.8);
}

.social-list--inverse>li>a:hover,
.social-list--inverse>li>a:focus,
.social-list--inverse>li>a:active {
    color: white;
}

.social-list--circle>li {
    margin-bottom: 8px;
}

.social-list--circle>li:not(:last-child) {
    margin-right: 8px;
}

.social-list--circle>li>a {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.social-list--circle>li>a i {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
}

.inverse-text .social-list--circle>li>a,
.overlay-content .social-list--circle>li>a {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
    .social-list--sm {
        font-size: 14px;
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .social-list--lg {
        font-size: 20px;
        font-size: 1.42857rem;
    }
}

@media (min-width: 768px) {
    .social-list--xl {
        font-size: 26px;
        font-size: 1.85714rem;
    }
}

@media (min-width: 768px) {
    .social-list--md.social-list--circle>li>a {
        width: 60px;
        height: 60px;
        border-width: 2px;
    }
    .social-list--md.social-list--circle>li>a i {
        font-size: 24px;
        line-height: 60px;
    }
}

/* =============================================================================
   Post General
============================================================================= */
.post {
    position: relative;
}
/*---- Post thumb ----*/
.post__thumb,
.entry-thumb {
    position: relative;
}

.post__thumb img,
.entry-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.post__thumb a:not(.post__live),
.entry-thumb  a:not(.post__live) {
    display: block;
}

.post__thumb--circle {
    border-radius: 50%;
    overflow: hidden;
}

.post__thumb--circle img {
    border-radius: 50%;
}
/*---- Post content ----*/
.post__text-inner {
    position: relative;
    padding: 20px;
}

/*---- Post live ----*/
.post__live {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-right: 8px;
    text-decoration: none;
}
/*---- Post category ----*/
.post__cat,
a.post__cat,
.entry-cat,
a.entry-cat {
    display: inline-block;
    font-size: 1.1428rem;
    font-weight: 400;
    line-height: 1.4;
    margin-right: 8px;
    text-decoration: underline;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #222222;
}

/*@media (max-width: 767px) {*/
/*    .post__cat,*/
/*    a.post__cat,*/
/*    .entry-cat,*/
/*    a.entry-cat {*/
/*        font-size: 1.1428rem;*/
/*    }*/
/*}*/

a.post__cat-primary {
    color: var(--color-primary);
}
a.post__cat-secondary {
    color: var(--color-secondary) !important;
}
a.post__cat-white {
    color: #fff;
}
a.post__cat {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-right: 5px;
    text-decoration: none;
    line-height: 1;
}
.inverse-text a.post__cat {
    color: #fff;
}


.post__cat--bg,
a.post__cat--bg,
.entry-cat--bg,
a.entry-cat--bg {
    display: inline-block;
    padding: 8px 15px;
    background: var(--color-primary);
    border: none;
    border-radius: 3px;
    color: #fff;
}

@media (min-width: 768px) {
    /*.post__cat--bg,*/
    /*a.post__cat--bg,*/
    /*.entry-cat--bg,*/
    /*a.entry-cat--bg {*/
    /*    padding: 6px 11px;*/
    /*}*/
}

.post__cat--bg-inverse,
a.post__cat--bg-inverse,
.entry-cat--bg-inverse,
a.entry-cat--bg-inverse {
    display: inline-block;
    padding: 2px 6px;
    color: #333;
    background: #fff !important;
    margin-right: 8px;
    border: none;
}

/*---- Read more ----*/
.btn.read-more {
    text-transform: uppercase;
}

.read-more-link {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.read-more-link:hover,
.read-more-link:focus,
.read-more-link:active,
.read-more-link:visited {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.read-more-link i {
    color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s;
    -o-transition:  all 0.3s;
    transition:  all 0.3s;
}

.post__readmore a {
    text-decoration: none;
}
.readmore__text {
    color: rgba(0,0,0,0.8);
    font-size: 1.1428rem;
    text-transform: capitalize;

}
.readmore__text + svg {
    margin-left: 10px;
}
.inverse-text .readmore__text {
    color: rgba(255,255,255,0.8);
}
/*---- Post title ----*/
.post__title,
.entry-title {
    margin: 0.25em 0 0.4em;
    text-transform: none;
}

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

.post__title:last-child,
.entry-title:last-child {
    margin-bottom: 0;
}

.text-center .post__title,
.text-center .entry-title {
    margin-left: auto;
    margin-right: auto;
}

.post__title a,
.post__title a:hover,
.post__title a:focus,
.post__title a:active,
.entry-title a,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

/*---- Post excerpt ----*/

.post__excerpt,
.entry-excerpt,
.entry-teaser {
    /*max-width: 36em;*/
    max-width: 380px;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    font-size: 1.1428rem;
    line-height: 1.7;
    color: #222222;
    opacity: 0.8;

}
.post__excerpt p,
.entry-excerpt p,
.entry-teaser p {
    font-size: 1.1428rem;
    line-height: 1.7;
}
.text-center .post__excerpt,
.text-center .entry-excerpt {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .post__excerpt--lg p,
    .entry-excerpt--lg p, 
    .post__excerpt--lg,
    .entry-excerpt--lg {
        font-size: 16px;
        font-size: 1.142857142857143rem;
    }
}

/*---- Post meta ----*/
.post__entry,
.post__meta,
.entry-meta,
.post__meta a.post__cat,
.entry-meta a.post__cat {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    color: var(--color-meta);
    text-transform: capitalize;
}
.post__meta.post__meta-small,
.post__meta.post__meta-small a.post__cat {
    font-size: 1rem;
    line-height: 1.5;
}
.post__meta.post__meta-small a.post__cat {
    margin-top: 0;
    margin-bottom: 0;
}
.post__meta:first-child,
.entry-meta:first-child {
    margin-top: 0;
}

.post__meta:last-child:not(.post__meta-head),
.entry-meta:last-child {
    margin-bottom: 0;
}

.post__meta:not(.post__meta--box)>*:not(:last-child),
.post__meta-left:not(.entry-meta--box)>*:not(:last-child),
.post__meta-right:not(.entry-meta--box)>*:not(:last-child),
.entry-meta:not(.entry-meta--box)>*:not(:last-child) {
    margin-right: 10px;
}

.post__meta:not(.post__meta--horizontal):last-child {
    margin-bottom: 0;
}
.post__meta.post__meta--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px -5px;
}
.post__meta--horizontal > * {
    display: inline-block;
    padding: 2px 5px;

}

.post__meta a,
.entry-meta a {
    text-decoration: none;
}

.post__meta a:active,
.post__meta a:focus,
.post__meta a:hover,
.entry-meta a:active,
.entry-meta a:focus,
.entry-meta a:hover {
    text-decoration: none;
}

.post__meta i,
.entry-meta i {
    margin-right: 0.5em;
}

.post__meta .mdicon.mdicon-comment-o {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}
.post__meta--border-top,
.entry-meta--border-top {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--color-border);
}

.post--overlay .post__meta--border-top,
.post--overlay .entry-meta--border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.post__meta.post__meta-layout-1 > *:not(:last-child) {
    margin-right: 15px;
}
.post__meta.post__meta-layout-1 .post__meta-group:first-child {
    padding-right: 15px;
    border-right: 1px solid var(--color-border);
}

.post__meta.post__meta-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post__meta.post__meta-border > *:not(:first-child) {
    padding-left: calc(8px + 0.6em);
    position: relative;
}
.post__meta.post__meta-border > *:not(:first-child):before {
    content: '';
    width: 8px;
    height: 1px;
    background-color: rgba(255,255,255,0.6);
    display: inline-block;
    margin-right: 0.6em;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
/*---- Post author ----*/

.post-author .post-author__name,
.entry-author__name,
a.entry-author__name,
.single-header .entry-author a {
    color: inherit;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
}
time {
    font-weight: 400;
}
.entry-meta span,
.entry-meta .time span,
.entry-author .entry-author__name span,
.post-author .post-author__name span {
    color: var(--color-title);
}
.post-author .post-author__name:hover,
.post-author .post-author__name:active,
.post-author .post-author__name:focus,
.post-author a.post-author__name:hover,
.post-author a.post-author__name:active,
.post-author a.post-author__name:focus {
    /*color: inherit;*/
    /*text-decoration: none;*/
}

.post__meta .entry-author__name,
.post__meta a.entry-author__name,
.post__meta .post-author__name,
.post__meta a.post-author__name {
    color: inherit;
}


.post-author__avatar {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.post-author__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post-author__name span {
    margin-left: 5px;
}
.post-author__socials a {
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
}
.post-author_style-1  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.post-author_style-1 .post-author__avatar {
    margin-right: 10px;
}
.post-author_style-1 .post-author__text > * {
    display: block;
}
.post-author_style-1 .post-author__text time {
    margin-top: 8px;
}
.post-author_style-1 .post-author__name {
    color: #222222;
    font-weight: 600;
}
.post-author_style-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.post-author_style-2 .post-author__avatar {
    margin-left: auto;
    margin-right: auto;

}
.post-author_style-2 .post-author__text {
    text-align: center;
    margin-top: 10px;
}
.post-author_style-2 .post-author__socials {
    margin-top: 8px;
}
.post-author_style-2 .post-author__socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.post-author_style-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-author_style-4 .post-author__avatar {
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
}
.post-author_style-4 .post-author__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.post-author_style-4 .post-author__name,
.post-author_style-4 time.time {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-right: 0;
    margin-top: 0;
    white-space: nowrap;
}
.post-author_style-4 .post-author__name {
    margin-right: 3px;
    display: block;
    color: #222222 !important;
}

.post__meta .post__meta-inner > *:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .post-author_style-1 .post-author__text time {
        margin-top: 6px;
    }
}
/*---- Post comments count ----*/
.comments-count-box {
    display: inline-block;
    position: relative;
    padding: 6px 10px;
    background: #FC3C2D;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    border-radius: 2px;
}

.comments-count-box:hover,
.comments-count-box:active,
.comments-count-box:focus {
    color: #fff;
}

.comments-count-box:before {
    content: '';
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-left: -5px;
    border: 0 solid transparent;
    border-width: 4px 5px;
    border-bottom-width: 0;
    border-top-color: #FC3C2D;
}

/*-- Overlay item --*/
.overlay-item {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    z-index: 2;
}

.overlay-item.overlay-item--sm-p {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
}

.overlay-item--top-left {
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
}

.overlay-item--top-left.overlay-item--sm-p {
    position: absolute;
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
}

.overlay-item--left-bottom {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}

.overlay-item--left-bottom.overlay-item--sm-p {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;
}

.overlay-item--right-bottom {
    position: absolute;
    bottom: 20px;
    left: auto;
    top: auto;
    right: 20px;
}

.overlay-item--right-bottom.overlay-item--sm-p {
    position: absolute;
    bottom: 10px;
    left: auto;
    top: auto;
    right: 10px;
}

.media-right .overlay-item--right-bottom {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
}

.overlay-item--center-xy {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post-type-icon i {
    font-size: 56px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    .post-type-icon i {
        font-size: 60px;
    }
}
@media (min-width: 1200px) {
    .post-type-icon i {
        font-size: 68px;
    }
}

.post-type-icon--sm i {
    font-size: 56px;
}

.post-type-icon--sm .hexagon-svg {
    width: 50px;
}

.post-type-icon--sm .post-score-value {
    font-size: 20px;
}

@media (min-width: 768px) {
    .post-type-icon--md i {
        font-size: 80px;
    }
    .post-type-icon--md .hexagon-svg {
        width: 78px;
    }
    .post-type-icon--md .post-score-value {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .post-type-icon--lg i {
        font-size: 120px;
    }
    .post-type-icon--lg .post-score-hexagon .hexagon-svg {
        width: 90px;
    }
    .post-type-icon--lg .post-score-hexagon .post-score-value {
        font-size: 36px;
    }

    .post-type-icon--lg .hexagon-svg {
        width: 100px;
    }
    .post-type-icon--lg .post-score-value {
        font-size: 42px;
    }
}

/*.inverse-text .post__cat.post__cat-primary,*/
/*.inverse-text .post__cat.post__cat-secondary,*/

.inverse-text .category__title a,
.inverse-text .post__title,
.inverse-text .post__title a,
.inverse-text .entry-title,
.inverse-text .entry-title a,
.inverse-text .entry-author a.entry-author__name,
.inverse-text .entry-author time.time,
.inverse-text time.time,
.inverse-text .category__readmore a,
.inverse-text .view__count {
    color: #fff;
}
.inverse-text time.time,
.inverse-text .view__count {
    opacity: 0.6;
}

.inverse-text .category__excerpt,
.inverse-text .post__excerpt,
.overlay-content .entry-excerpt,
.inverse-text .entry-excerpt,
.inverse-text .entry-teaser {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .post__meta,
.inverse-text .post__meta a:not(.post__cat),
.inverse-text .entry-meta,
.inverse-text .entry-meta a:not(.post__cat),
.inverse-text .meta-text,
.inverse-text a.meta-text,
.category-item .inverse-text  .category__meta {
    color: rgba(255, 255, 255, 0.6);
}

.inverse-text .entry-meta span,
.inverse-text .entry-meta .time span,
.inverse-text .entry-author .entry-author__name span,
.inverse-text .post-author .post-author__name span {
    color: rgba(255, 255, 255, 0.6);
}


.inverse-text .post__meta a.post-author__name,
.inverse-text .entry-author__name.entry-author__name {
    color: rgba(255, 255, 255, 1) !important;
}

.text-color-black .category__excerpt,
.text-color-black .post__excerpt,
.text-color-black .entry-excerpt,
.text-color-black .entry-excerpt{
    color: rgba(0, 0, 0, 0.8);
}
.text-color-black .post__meta,
.text-color-black .post__meta a:not(.post__cat),
.text-color-black .entry-meta,
.text-color-black .entry-meta a:not(.post__cat),
.text-color-black .meta-text,
.text-color-black a.meta-text {
    color: rgba(0, 0, 0, 0.6);
}
.text-color-black .post__meta a.post-author__name,
.text-color-black .entry-author__name.entry-author__name{
    color: rgba(0, 0, 0, 0.9);
}
.text-color-black .category__title a,
.text-color-black .post__title,
.text-color-black .post__title a,
.text-color-black .entry-title,
.text-color-black .entry-title a,
.text-color-black time.time,
.text-color-black .category__readmore a {
    color: #222;
}
/* =============================================================================
   Post Horizontal
============================================================================= */
.post--horizontal::after {
    clear: both;
    content: "";
    display: table;
}

.post--horizontal .post__thumb {
    width: 100%;
    margin: 0 0 15px 0;
}

.post--horizontal .post__excerpt {
    /*max-width: initial;*/
}

@media (min-width: 768px) {
    .post--horizontal .post__thumb {
        width: calc(50% - 15px);
        float: left;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 992px) {
    .post--horizontal .post__thumb {
        margin: 0 30px 0 0;
    }
}

.post--horizontal-xxs .post__thumb,
.post--horizontal-xs .post__thumb {
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 15px 0 0;
}

@media (min-width: 576px) {
    .post--horizontal-xxs .post__thumb,
    .post--horizontal-xs .post__thumb {
        width: 80px;
        height: 80px;
    }
}
@media (min-width: 768px) {
    .post--horizontal-xs .post__thumb {
        width: 100px;
        height: 100px;
        float: left;
    }

    .post--horizontal-xxs .post__thumb,
    .post--horizontal-xs .post__thumb {
        margin: 0 15px 0 0;
    }
}


.post--horizontal-sm .post__thumb {
    width: 33%;
    float: left;
    margin: 0 15px 5px 0;
}

@media (min-width: 768px) {
    .post--horizontal-sm .post__thumb {
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-md .post__thumb {
        width: 40%;
    }
}

@media (min-width: 768px) {
    .post--horizontal-lg .post__thumb {
        width: 55%;
    }
}

.post--horizontal .post__text {
    overflow: hidden;
}

@media (max-width: 767px) {
    .post--horizontal-xxs .post__excerpt,
    .post--horizontal-xs .post__excerpt,
    .post--horizontal-sm .post__excerpt,
    .post--horizontal-xxs .post__cat,
    .post--horizontal-xs .post__cat,
    .post--horizontal-sm .post__cat {
        display: none;
    }
}

@media (max-width: 767px) {
    .post--horizontal-xxs .post__cat+.post__title,
    .post--horizontal-xs .post__cat+.post__title,
    .post--horizontal-sm .post__cat+.post__title {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .post--horizontal-sm .post__title {
        font-size: 1.125rem;
        font-weight: 400;
    }
}


/*---- Post horizontal reverse ----*/

@media (min-width: 768px) {
    .post--horizontal-reverse .post__thumb {
        float: right;
        margin: 0 0 0 20px;
    }
}

@media (min-width: 992px) {
    .post--horizontal-reverse .post__thumb {
        margin: 0 0 0 30px;
    }
}

.post--horizontal-xxs.post--horizontal-reverse .post__thumb,
.post--horizontal-xs.post--horizontal-reverse .post__thumb,
.post--horizontal-sm.post--horizontal-reverse .post__thumb {
    float: right;
    margin: 0 0 0 15px;
}

@media (min-width: 768px) {
    .post--horizontal-xxs.post--horizontal-reverse .post__thumb,
    .post--horizontal-xs.post--horizontal-reverse .post__thumb {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-sm.post--horizontal-reverse .post__thumb {
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .post--horizontal-sm.post--horizontal-reverse .post__thumb {
        margin-left: 30px;
    }
}


/*---- Post horizontal middle ----*/

@media (min-width: 768px) {
    .post--horizontal-middle {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        box-align: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
}

.post--horizontal-middle:after {
    content: none;
}

@media (min-width: 768px) {
    .post--horizontal-middle .post__thumb {
        -webkit-box-flex: 0;
        box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 768px) {
    .post--horizontal-middle .post__text {
        -webkit-box-flex: 1;
        box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.post--horizontal-middle.post--horizontal-xxs,
.post--horizontal-middle.post--horizontal-xs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}

.post--horizontal-middle.post--horizontal-xxs .post__thumb,
.post--horizontal-middle.post--horizontal-xs .post__thumb {
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.post--horizontal-middle.post--horizontal-reverse {
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.post--horizontal-middle.post--horizontal-reverse .post__text {
    -webkit-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
    z-index: 1;
}

/* =============================================================================
   Post Overlay
============================================================================= */
.post--overlay {
    position: relative;
    overflow: hidden;
    background-color: #333;
}

.post__thumb--overlay.post__thumb {
    position: absolute;
    width: 100%;
    height: 100%;
}

.post__thumb--overlay.post__thumb:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.25);
    content: '';
    position: absolute;
}

.post--overlay .post__text:not(.container) {
    width: 100%;
}
.post--overlay .post__text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 14.28571rem;
}

/*.post--overlay .post__text-wrap {*/
/*    width: 100%;*/
/*}*/

.post--overlay .post__text-wrap {
    width: 100%;
}
.post--overlay .post__text.container .post__text-inner {
    padding-left: 0;
    padding-right: 0;
}

.post--overlay-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.post--overlay-bottom .post__text {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    box-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding-top: 40px;
}

.post--overlay-bottom.has-score-badge .post__text {
    padding-top: 80px;
}

.post--overlay.has-badge-bottom .post__text {
    padding-bottom: 80px;
}

.post--overlay.has-badge-bottom .badge-bottom {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.post--overlay-middle {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.post--overlay-middle .post__text {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.post--overlay .post__text {
    z-index: 1;
    pointer-events: none;
}

.post--overlay .post__text a{
    pointer-events: auto;
    z-index: 1;
}

.post--overlay .entry-author{
    pointer-events: auto;
}
@media (min-width: 768px) {
    .post--overlay-xs .post__text {
        min-height: 17.85714rem;
    }
}

.post--overlay-sm .post__text {
    min-height: 17.85714rem;
}

@media (min-width: 768px) {
    .post--overlay-sm .post__text {
        min-height: 25rem;
    }
}

.post--overlay-md .post__text {
    min-height: 17.85714rem;
}

@media (min-width: 768px) {
    .post--overlay-md .post__text {
        min-height: 25rem;
    }
}

@media (min-width: 992px) {
    .post--overlay-md .post__text {
        min-height: 32.14286rem;
    }
}

.post--overlay-lg .post__text {
    min-height: 25rem;
}

@media (min-width: 768px) {
    .post--overlay-lg .post__text {
        min-height: 32.14286rem;
    }
}

@media (min-width: 992px) {
    .post--overlay-lg .post__text {
        min-height: 39.28571rem;
    }
}

@media (max-width: 767px) {
    .post--overlay-primary-xs .post__text {
        min-height: 17.85714rem;
    }
}

.post--overlay .background-img {
    overflow: hidden;
}

.post--overlay-floorfade .post__text-wrap {
    position: relative;
    width: 100%;
}

.post--overlay-floorfade .post__text-wrap:before {
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(5.3%, rgba(0, 0, 0, 0.917)), color-stop(10.6%, rgba(0, 0, 0, 0.834)), color-stop(15.9%, rgba(0, 0, 0, 0.753)), color-stop(21.3%, rgba(0, 0, 0, 0.672)), color-stop(26.8%, rgba(0, 0, 0, 0.591)), color-stop(32.5%, rgba(0, 0, 0, 0.511)), color-stop(38.4%, rgba(0, 0, 0, 0.433)), color-stop(44.5%, rgba(0, 0, 0, 0.357)), color-stop(50.9%, rgba(0, 0, 0, 0.283)), color-stop(57.7%, rgba(0, 0, 0, 0.213)), color-stop(65%, rgba(0, 0, 0, 0.147)), color-stop(72.9%, rgba(0, 0, 0, 0.089)), color-stop(81.4%, rgba(0, 0, 0, 0.042)), color-stop(90.6%, rgba(0, 0, 0, 0.011)), to(transparent));
    background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
}

@media (min-width: 768px) {
    .post--overlay-padding-lg .post__text-inner {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .post--overlay-padding-lg .overlay-item {
        top: 30px;
        right: 30px;
    }
}
.post--overlay-padding-lg .overlay-item--md-p {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

@media (min-width: 768px) {
    .post--overlay-padding-lg .overlay-item--top-left {
        top: 30px;
        left: 30px;
    }
    .post--overlay-padding-lg .overlay-item--sm-p{
        top: 10px;
        right: 10px;
    }
    .post--overlay-padding-lg .overlay-item--md-p {
        top: 20px;
        right: 20px;
    }
}

.post--overlay-padding-lg.has-score-bottom .post-score-hexagon {
    bottom: 30px;
}

/* =============================================================================
   Post Vertical
============================================================================= */
.post--vertical .post__thumb {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}


/*---- Post vertical reverse ----*/
.post--vertical-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post--vertical-reverse > * {
    width: 100%;
}
.post--vertical-reverse .post__thumb {
    margin-top: 20px;
    margin-bottom: 0;
}
.post--vertical-reverse .post__thumb:last-child {
    margin-top: 0;
}
.post--vertical-reverse .post__text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

/*---- Post vertical center ----*/

.post--vertical-center .post__thumb {
    margin-bottom: 20px;
}

.post--vertical-center .post__thumb .post__cat {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.post--vertical-center .post__text,
.post--vertical-center .post__meta {
    text-align: center;
}

.post--vertical-center .post__excerpt {
    margin-left: auto;
    margin-right: auto;
}

/* =============================================================================
   Block general
============================================================================= */
.atbs-block {
    position: relative;
    margin-bottom: 75px;
}

.atbs-block:last-child {
    margin-bottom: 0;
}

.atbs-block__inner {
    position: relative;
}

@media (min-width: 1200px) {
    .atbs-block--fullwidth {
        margin-bottom: px;
    }
}

.atbs-block.has-background {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .atbs-block.has-background {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .atbs-block.has-background.has-background--md {
        padding-top: 80px;
        padding-bottom: 80px;
    }
  
  .desktop-downsize {
    width: 90%;
    float: none;
  }
}

.atbs-block.has-border {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    .atbs-block.has-border {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .atbs-block {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .atbs-block {
        margin-bottom: 50px;
    }
}
/* =============================================================================
   Widgets
============================================================================= */
.widget {
    margin-bottom: 55px;
}

.widget:last-child {
    margin-bottom: 0;
}

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

.widget--has-background {
    padding: 20px;
}

.widget__title {
    margin-bottom: 30px;
}
.widget__title:last-child {
    margin-bottom: 0;
}
.widget__title a {
    color: inherit;
    text-decoration: none;
}

.widget__title-text {
    margin: 0;
    font-size: 1.5714rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* =============================================================================
   WordPress Defaul Widgets
============================================================================= */
/*---- ## Archive Widget ----*/

.widget_archive ul {
    list-style: none;
    padding: 0;
}

.widget_archive li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_archive li>a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.widget_archive a>span {
    display: inline-block;
    background: #ccc;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 0.8571rem;
    color: #fff;
}

.widget_archive ul.children {
    padding-top: 15px;
    padding-left: 15px;
}

.widget_archive ul.children li>a {
    color: rgba(0, 0, 0, 0.6);
}


/*---- ## Calendar Widget ----*/

.widget_calendar {
    border-bottom: none;
}

#calendar_wrap {
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.widget_calendar caption {
    padding: 0.6em;
    text-align: center;
    font-size: 22px;
    font-size: 1.5714rem;
    font-weight: 700;
    color: #fff;
    background-color: #333;
}

.widget_calendar table {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.8571rem;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar thead {
    background-color: #fafafa;
}

.widget_calendar th {
    padding: 1em;
    text-align: center;
    border: none;
}

.widget_calendar td {
    padding: 0.8em 1em;
    border: none;
    text-align: center;
}

.widget_calendar td a {
    position: relative;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.widget_calendar td a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: -4px;
    right: -6px;
    bottom: auto;
    left: auto;
    border-radius: 100%;
    background-color: #aaa;
    background-color: #FC3C2D;
}

.widget_calendar #today,
.widget_calendar #today a {
    position: relative;
    font-weight: 700;
    color: #fff;
    background-color: #444;
    background-color: #FC3C2D;
}

.widget_calendar tfoot {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_calendar tfoot td {
    padding: 1em;
}

.widget_calendar tfoot a {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.8);
}

.widget_calendar tfoot a:before {
    content: none;
}


/*---- ## Categories Widget ----*/

.widget_categories ul {
    list-style: none;
    padding: 0;
}

.widget_categories li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_categories li>a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.widget_categories a>span {
    display: inline-block;
    background: #ccc;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 5px;
    font-size: 0.8571rem;
    color: #fff;
}

.widget_categories ul.children {
    padding-top: 15px;
    padding-left: 20px;
}


/*---- ## Menu Widget ----*/

.widget_nav_menu ul {
    list-style: none;
    padding: 0;
}

.widget_nav_menu li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_nav_menu li>a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.inverse-text .widget_nav_menu li>a {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .widget_nav_menu li>a:hover,
.inverse-text .widget_nav_menu li>a:focus,
.inverse-text .widget_nav_menu li>a:active {
    color: white;
}

.widget_nav_menu .sub-menu {
    padding-top: 15px;
    padding-left: 20px;
}

.widget_nav_menu .sub-menu .sub-menu {
    font-size: 100%;
}


/*---- ## Meta Widget ----*/

.widget_meta ul {
    list-style: none;
    padding: 0;
}

.widget_meta li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_meta li>a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.inverse-text .widget_meta li>a {
    color: rgba(255, 255, 255, 0.8);
}

.inverse-text .widget_meta li>a:hover,
.inverse-text .widget_meta li>a:focus,
.inverse-text .widget_meta li>a:active {
    color: white;
}


/*---- ## Pages Widget ----*/

.widget_pages ul {
    list-style: none;
    padding: 0;
}

.widget_pages li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_pages li>a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}

.widget_pages ul.children {
    padding-top: 15px;
    padding-left: 20px;
}


/*---- ## Recent Comments Widget ----*/

.widget_recent_comments #recentcomments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_recent_comments .recentcomments {
    position: relative;
    margin-bottom: 20px;
}

.widget_recent_comments .recentcomments:before {
    content: '\e0cb';
    font-family: 'mdicon';
    margin-right: 0.2em;
}

.widget_recent_comments .recentcomments>a {
    display: block;
    position: relative;
    margin-top: 8px;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none !important;
}

.widget_recent_comments .comment-author-link {
    font-weight: 700;
}

.widget_recent_comments .comment-author-link a {
    color: inherit;
    text-decoration: none !important;
    text-transform: uppercase;
}

.inverse-text .widget_recent_comments .recentcomments>a {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}


/*---- ## Recent Posts Widget ----*/

.widget_recent_entries ul {
    list-style: none;
    padding: 0;
}

.widget_recent_entries li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_recent_entries li>a {
    display: inline-block;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}


/*---- ## RSS Widget ----*/

.widget_rss .rss-widget-icon {
    display: none;
}

.widget_rss .widget__title a.rsswidget:last-child:before {
    content: '\e0e5';
    font-family: 'mdicon';
    margin-right: 0.3em;
}

.widget_rss ul {
    list-style: none;
}

.widget_rss li {
    position: relative;
    padding: 12px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_rss li:first-child {
    padding-top: 0;
    border-top: none;
}

.widget_rss a.rsswidget {
    font-weight: 700;
    color: inherit;
}

.widget_rss .rss-date {
    display: block;
    margin-top: 0.4em;
    font-size: 12px;
    font-size: 0.8571rem;
    font-style: italic;
}

.widget_rss .rssSummary {
    margin: 0.4em 0;
}


/*---- ## Search Widget ----*/

.widget_search .search-form__submit {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 6px 10px;
    background: transparent;
    border: none;
    outline: 0;
    color: rgba(0, 0, 0, 0.4);
}

.widget_search .search-form__submit i {
    font-size: 20px;
}


/*---- ## Tag Cloud Widget ----*/

.tagcloud::after {
    clear: both;
    content: "";
    display: table;
}

.tagcloud a {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    font-size: 0.8571rem;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
    color: rgba(0, 0, 0, 0.44);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.tagcloud a:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

/*---- ## Instagram Widget ----*/
.tnm-instagram-widget-wrap ul li {
    width: 33.33%;
    border: 1px solid transparent;
    float: left;
}

/* =============================================================================
   Flexbox
============================================================================= */
.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.flex-box-auto > *, .flex-item-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-item-auto-bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-item-align: auto;
    align-self: auto;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.flex-item-auto-top {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/**/
.flex-column-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flex-row-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
/**/
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-content-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/**/
.align-item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-item-space {
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.align-item-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-item-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/**/
.flex-box-1i > * {
    width: 100%;
}
.flex-box-2i > * {
    width: 50%;
}
.flex-box-3i > * {
    width: calc(100% / 3);
}
.flex-box-4i > * {
    width: 25%;
}
.flex-box-5i > * {
    width: calc(100% / 5);
}
.flex-column-10 {
    width: 10%;
}
.flex-column-20 {
    width: 20%;
}
.flex-column-25 {
    width: 25%;
}
.flex-column-30 {
    width: 30%;
}
.flex-column-40 {
    width: 40%;
}
.flex-column-50 {
    width: 50%;
}
.flex-column-60 {
    width: 60%;
}
.flex-column-70 {
    width: 70%;
}
.flex-column-80 {
    width: 80%;
}
.flex-column-100 {
    width: 100%;
}

.flex-height-100 {
    height: 100%;
}

.flex-space-10 {
    margin: -5px;
}
.flex-space-10 > * {
    padding: 5px;
}
.flex-space-15 {
    margin: -7.5px;
}
.flex-space-15 > * {
    padding: 7.5px;
}
.flex-space-20 {
    margin: -10px;
}
.flex-space-20 > * {
    padding: 10px;
}
.flex-space-25 {
    margin: -12.5px;
}
.flex-space-25 > * {
    padding: 12.5px;
}
.flex-space-30 {
    margin: -15px;
}
.flex-space-30 > * {
    padding: 15px;
}
.flex-space-40 {
    margin: -20px;
}
.flex-space-40 > * {
    padding: 20px;
}
.flex-space-45 {
    margin: -22.5px;
}
.flex-space-45 > * {
    padding: 22.5px;
}
.flex-space-50 {
    margin: -25px;
}
.flex-space-50 > * {
    padding: 25px;
}
.flex-space-55 {
    margin: -27.5px;
}
.flex-space-55 > * {
    padding: 27.5px;
}
.flex-space-60 {
    margin: -30px;
}
.flex-space-60 > * {
    padding: 30px;
}
.flex-space-70 {
    margin: -35px;
}
.flex-space-70 > * {
    padding: 35px;
}
.flex-space-75 {
    margin: -37.5px;
}
.flex-space-75 > * {
    padding: 37.5px;
}
.flex-space-80 {
    margin: -40px;
}
.flex-space-80 > * {
    padding: 40px;
}
.flex-space-90 {
    margin: -45px;
}
.flex-space-90 > * {
    padding: 45px;
}
.flex-space-100 {
    margin: -50px;
}
.flex-space-100 > *{
    padding: 50px;
}
.flex-space-120 {
    margin: -60px;
}
.flex-space-120 > *{
    padding: 60px;
}
.flex-space-160 {
    margin: -80px;
}
.flex-space-160 > *{
    padding: 80px;
}

.flex-gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.flex-gutter-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.flex-gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}
.flex-gutter-20 > * {
    padding-left: 10px;
    padding-right: 10px;
}
.flex-gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}
.flex-gutter-25 > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
}
.flex-gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.flex-gutter-30 > * {
    padding-left: 15px;
    padding-right: 15px;
}
.flex-gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}
.flex-gutter-40 > * {
    padding-left: 20px;
    padding-right: 20px;
}
.flex-gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}
.flex-gutter-50 > * {
    padding-left: 25px;
    padding-right: 25px;
}
.flex-gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}
.flex-gutter-60 > * {
    padding-left: 30px;
    padding-right: 30px;
}
.flex-gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}
.flex-gutter-70 > * {
    padding-left: 35px;
    padding-right: 35px;
}

.flex-gutter-75 {
    margin-left: -37.5px;
    margin-right: -37.5px;
}
.flex-gutter-75 > * {
    padding-left: 37.5px;
    padding-right: 37.5px;
}
.flex-gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}
.flex-gutter-80 > * {
    padding-left: 40px;
    padding-right: 40px;
}
.flex-gutter-90 {
    margin-left: -45px;
    margin-right: -45px;
}
.flex-gutter-90 > * {
    padding-left: 45px;
    padding-right: 45px;
}


.flex-order-1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media (max-width: 991px) and (min-width: 768px) {
    .posts-list-tablet-2i > * {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .posts-list-tablet-2i > * {
        width: 100%;
    }
  
 #hs_cos_wrapper_module_167009872210210 .posts-list-tablet-2i .list-item {
        width: 50%;
    }
  
}
.atbs-line-limit, a.atbs-line-limit , h3.atbs-line-limit > a{
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.atbs-line-limit.atbs-line-limit-2, h3.atbs-line-limit.atbs-line-limit-2 > a{
    -webkit-line-clamp: 2;
}
.atbs-line-limit.atbs-line-limit-3, h3.atbs-line-limit.atbs-line-limit-3 > a{
    -webkit-line-clamp: 3;
}
.atbs-line-limit.atbs-line-limit-4, h3.atbs-line-limit.atbs-line-limit-4 > a{
    -webkit-line-clamp: 4;
}

/* =============================================================================
   Typography
============================================================================= */
.f-14 {
    font-size: 20px;
    line-height: 24px;
}
.f-15 {
    font-size: 22px;
    line-height: 28px;
}
.f-16 {
    font-size: 19px;
    line-height: 23px;
}
.f-17 {
    font-size: 26px;
    line-height: 32px;
}
.f-18 {
    font-size: 34px;
    line-height: 33px;
}
.f-20 {
    font-size: 32px;
    line-height: 40px;


}

.f-22 {
    font-size: 1.5714rem;
    line-height: 1.4;
}
.f-24 {
    font-size: 1.7142rem;
    line-height: 1.4;
}
.f-26 {
    font-size: 1.8571rem; /*font system*/
    line-height: 1.4;
}
.f-28 {
    font-size: 2rem;
    line-height: 1.4;
}
.f-30 {
    font-size: 2.1428rem; /*font system*/
    line-height: 1.4;
}
.f-32 {
    font-size: 2.2857rem;
    line-height: 1.4;
}
.f-34 {
    font-size: 2.4285rem;
    line-height: 1.4;
}
.f-36 {
    font-size: 2.5714rem;
    line-height: 1.3;
}
.f-38 {
    font-size: 2.7142rem;
    line-height: 1.3;
}
.f-40 {
    font-size: 2.8571rem;
    line-height: 1.3;
}
.f-42 {
    font-size: 3rem;
    line-height: 1.3;
}
.f-44 {
    font-size: 3.1428rem;
    line-height: 1.3;
}
.f-46 {
    font-size: 36px;
    line-height: 42px;
}
.f-48 {
    font-size: 3.4285rem;
    line-height: 1.3;
}
.f-50 {
    font-size: 3.5714rem;
    line-height: 1.3;
}
.f-52 {
    font-size: 3.7142rem;
    line-height: 1.3;
}
.f-54 {
    font-size: 3.8571rem;
    line-height: 1.3;
}
.f-56 {
    font-size: 4rem;
    line-height: 1.3;
}
.f-58 {
    font-size: 4.1428rem;
    line-height: 1.3;
}
.f-60 {
    font-size: 4.28571428571rem;
    line-height: 1.2;
}
.f-62 {
    font-size: 4.4285rem;
    line-height: 1.2;
}
.f-64 {
    font-size: 4.5714rem;
    line-height: 1.1875;
}

.f-66 {
    font-size: 4.7142rem;
    line-height: 1.19;
}
.f-68 {
    font-size: 4.8571rem;
    line-height: 1.19;
}
.f-70 {
    font-size: 5rem;
    line-height: 1.2;
}
.f-90 {
    font-size: 6.4285rem;
    line-height: 1.1;
}
@media (max-width: 1366px) {
    .f-22 {
        font-size: 1.4285rem;
        line-height: 1.4;
    }
    .f-24 {
        font-size: 1.5714rem; /*font system*/
        line-height: 1.4;
    }
    .f-26 {
        font-size: 1.7142rem;
        line-height: 1.4;
    }
    .f-28 {
        font-size: 1.8571rem; /*font system*/
        line-height: 1.4;
    }
    .f-30 {
        font-size: 1.8571rem; /*font system*/
        line-height: 1.4;
    }
    .f-32 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .f-34 {
        font-size: 2.1428rem; /*font system*/
        line-height: 1.4;
    }
    .f-36 {
        font-size: 2.2857rem;
        line-height: 1.4;
    }
    .f-38 {
        font-size: 2.4285rem; /*font system*/
        line-height: 1.4;
    }
    .f-40 {
        font-size: 2.5714rem; /*font system*/
        line-height: 1.3;
    }
    .f-42 {
        font-size: 2.7142rem;
        line-height: 1.3;
    }
    .f-44 {
        font-size: 2.8571rem;
        line-height: 1.3;
    }
    .f-46 {
        font-size: 3rem;
        line-height: 1.3;
    }
    .f-48 {
        font-size: 3.1428rem;
        line-height: 1.3;
    }
    .f-50 {
        font-size: 3.2857rem;
        line-height: 1.3;
    }
    .f-52 {
        font-size: 3.4285rem;
        line-height: 1.3;
    }
    .f-54 {
        font-size: 3.5714rem;
        line-height: 1.3;
    }
    .f-56 {
        font-size: 3.7142rem;
        line-height: 1.3;
    }
    .f-58 {
        font-size: 3.8571rem;
        line-height: 1.3;
    }
    .f-60 {
        font-size: 3.9285rem;
        line-height: 1.3;
    }

    .f-62 {
        font-size: 4rem;
        line-height: 1.2;
    }

    .f-64 {
        font-size: 4.1rem;
        line-height: 1.1875;
    }


    .f-66 {
        font-size: 4.2857rem;
        line-height: 1.19;
    }

    .f-90 {
        font-size: 5.3571rem;
        line-height: 1.1;
    }
}
@media (max-width: 1199px) {

    .f-60 {
        font-size: 3.5714rem;
        line-height: 1.3;
    }

    .f-62 {
        font-size: 3.58rem;
        line-height: 1.2;
    }

    .f-64 {
        font-size: 3.6rem;
        line-height: 1.1875;
    }


    .f-66 {
        font-size: 3.7142rem;
        line-height: 1.2;
    }


    .f-90 {
        font-size: 4.1428rem;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    .f-24 {
        font-size: 1.5714rem; /*font system*/
        line-height: 1.4;
    }
    .f-30 {
        font-size: 1.7142rem; /*font system*/
        line-height: 1.4;
    }
    .f-32 {
        font-size: 1.8571rem; /*font system*/
        line-height: 1.4;
    }
    .f-34 {
        font-size: 1.8571rem; /*font system*/
        line-height: 1.4;
    }
    .f-36 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .f-38 {
        font-size: 2.1428rem; /*font system*/
        line-height: 1.4;
    }
    .f-40 {
        font-size: 2.1428rem; /*font system*/
        line-height: 1.4;
    }
    .f-42 {
        font-size: 2.2857rem;
        line-height: 1.4;
    }
    .f-44 {
        font-size: 2.4285rem;
        line-height: 1.4;
    }
    .f-46 {
        font-size: 2.5714rem;
        line-height: 1.3;
    }
    .f-48 {
        font-size: 2.7142rem;
        line-height: 1.3;
    }
    .f-50 {
        font-size: 2.8571rem;
        line-height: 1.3;
    }
    .f-52 {
        font-size: 3rem;
        line-height: 1.3;
    }
    .f-54 {
        font-size: 3.1428rem;
        line-height: 1.3;
    }
    .f-56 {
        font-size: 3.2857rem;
        line-height: 1.3;
    }
    .f-58 {
        font-size: 3.4285rem;
        line-height: 1.3;
    }
    .f-60 {
        font-size: 3.1428rem;
        line-height: 1.3;
    }
    .f-62 {
        font-size: 3.17rem;
        line-height: 1.3;
    }

    .f-64 {
        font-size: 3.2rem;
        line-height: 1.3;
    }

    .f-66 {
        font-size: 3.2857rem;
        line-height: 1.2;
    }


    .f-90 {
        font-size: 3.8571rem;
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .f-24
    .f-26,
    .f-28 {
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }



    .f-30,
    .f-32,
    .f-34,
    .f-36,
    .f-38,
    .f-40,
    .f-42 {
        font-size: 1.8571rem; /*font system*/
        line-height: 1.4;
    }

    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54 {
        font-size: 2rem; /*font system*/
        line-height: 1.4;
    }

    .f-56,
    .f-58,
    .f-60,
    .f-62,
    .f-64,
    .f-66 {
        font-size: 2.1428rem; /*font system*/
        line-height: 1.4;
    }



    .f-90 {
        font-size: 3.2857rem;
        line-height: 1.2;
    }
}
@media (max-width: 575px) {
    .f-18,
    .f-24,
    .f-26,
    .f-28 {
     
      
      font-size: 1.8rem;
    line-height: 1.72rem;
    }


    .f-30,
    .f-32,
    .f-34,
    .f-36,
    .f-38,
    .f-40,
    .f-42 {
        font-size: 1.7142rem; /*font system*/
        line-height: 1.4;
    }

    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60,
    .f-62,
    .f-64,
    .f-66  {
        font-size: 1.8571rem; /*font system*/
        line-height: 1.4;
    }



    .f-90 {
        font-size: 2.4285rem;
        line-height: 1.4;
    }
}
@media (max-width: 480px) {
    .f-30,
    .f-32,
    .f-34,
    .f-36,
    .f-38,
    .f-40,
    .f-42 {
        font-size: 1.5714rem; /*font system*/
        line-height: 1.1;
    }
    .f-46,
    .f-48,
    .f-50,
    .f-52,
    .f-54,
    .f-56,
    .f-58,
    .f-60,
    .f-62,
    .f-64,
    .f-66  {
        font-size: 1.7142rem; /*font system*/
        line-height: 1;
    }


    .f-90 {
        font-size: 2.1428rem;
        line-height: 1.4;
    }
}
@media (max-width: 380px) {
    .f-18,
    .f-20,
    .f-22,
    .f-24 {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}

/**/
.f-w-100 {
    font-weight: 100;
}
.f-w-300 {
    font-weight: 300;
}
.f-w-400 {
    font-weight: 400;
}
.f-w-500 {
    font-weight: 500;
}
.f-w-600 {
    font-weight: 600;
}
.f-w-700 {
    font-weight: 700;
}
.f-w-800 {
    font-weight: 700;
}
.f-w-900 {
    font-weight: 900;
}


/* =============================================================================
   Width && Height
============================================================================= */
.atbs-thumb-object-fit a{
    width: 100%;
    height: 100%;
}
.atbs-thumb-object-fit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.atbs-thumb-object-fit a.post__cat{
    width: unset;
    height: unset;
}

.atbs-thumb-object-fit.atbs-thumb-auto-fit.post__thumb {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.atbs-thumb-object-fit.atbs-thumb-auto-fit.post__thumb a:not(.post__cat) {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

<!-- Shit Korte added-->

.atbs-thumb-object-fit.atbs-thumb-auto-fit.post__thumb2 {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.atbs-thumb-object-fit.atbs-thumb-auto-fit.post__thumb2 a:not(.post__cat) {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

<!-- End Korte stuff -->

/*-----post-thumb - width-------*/

.post__thumb--width-100 .post__thumb{
    width: 100px;
}
.post__thumb--width-130 .post__thumb{
    width: 130px;
}
.post__thumb--width-150 .post__thumb{
    width: 150px;
}
.post__thumb--width-170 .post__thumb{
    width: 170px;
}
.post__thumb--width-180 .post__thumb{
    width: 180px;
}
.post__thumb--width-190 .post__thumb{
    width: 190px;
}
.post__thumb--width-200 .post__thumb{
    width: 200px;
}
.post__thumb--width-210 .post__thumb{
    width: 210px;
}
.post__thumb--width-220 .post__thumb{
    width: 220px;
}
.post__thumb--width-250 .post__thumb{
    width: 250px;
}
.post__thumb--width-255 .post__thumb{
    width: 255px;
}
.post__thumb--width-270 .post__thumb{
    width: 270px;
}
.post__thumb--width-280 .post__thumb{
    width: 280px;
}
.post__thumb--width-300 .post__thumb{
    width: 300px;
}
.post__thumb--width-370 .post__thumb{
    width: 370px;
}
.post__thumb--width-390 .post__thumb{
    width: 390px;
}
.post__thumb--width-400 .post__thumb{
    width: 400px;
}
.post__thumb--width-430 .post__thumb{
    width: 430px;
}
.post__thumb--width-450 .post__thumb{
    width: 450px;
}
.post__thumb--width-470 .post__thumb{
    width: 470px;
}
.post__thumb--width-480 .post__thumb{
    width: 480px;
}
.post__thumb--width-500 .post__thumb{
    width: 500px;
}
.post__thumb--width-630 .post__thumb{
    width: 630px;
}
.post__thumb--width-770 .post__thumb{
    width: 770px;
}


/*-----post-thumb - height-------*/
.post__thumb-70 .post__thumb{
    height: 70px;
}
.post__thumb-100 .post__thumb{
    height: 100px;
}
.post__thumb-130 .post__thumb{
    height: 130px;
}
.post__thumb-150 .post__thumb{
    height: 150px;
}
.post__thumb-170 .post__thumb{
    height: 170px;
}
.post__thumb-180 .post__thumb{
    height: 180px;
}

.post__thumb-180 .post__thumb2 {
    height: 340px;
}



.post__thumb-190 .post__thumb{
    height: 190px;
}
.post__thumb-200 .post__thumb{
    height: 200px;
}
.post__thumb-210 .post__thumb{
    height: 210px;
}
.post__thumb-220 .post__thumb{
    height: 220px;
}
.post__thumb-230 .post__thumb{
    height: 230px;
}
.post__thumb-240 .post__thumb{
    height: 240px;
}
.post__thumb-250 .post__thumb{
    height: 250px;
}
.post__thumb-260 .post__thumb{
    height: 260px;
}
.post__thumb-270 .post__thumb{
    height: 270px;
}
.post__thumb-280 .post__thumb{
    height: 280px;
}
.post__thumb-295 .post__thumb{
    height: 295px;
}
.post__thumb-300 .post__thumb{
    height: 300px;
}
.post__thumb-320 .post__thumb{
    height: 320px;
}
.post__thumb-330 .post__thumb{
    height: 330px;
}
.post__thumb-340 .post__thumb{
    height: 340px;
}
.post__thumb-350 .post__thumb{
    height: 350px;
}
.post__thumb-370 .post__thumb{
    height: 370px;
}
.post__thumb-380 .post__thumb{
    height: 380px;
}
.post__thumb-390 .post__thumb{
    height: 390px;
}
.post__thumb-400 .post__thumb{
    height: 400px;
}
.post__thumb-410 .post__thumb{
    height: 410px;
}
.post__thumb-420 .post__thumb{
    height: 420px;
}
.post__thumb-430 .post__thumb{
    height: 430px;
}
.post__thumb-450 .post__thumb{
    height: 450px;
}
.post__thumb-460 .post__thumb{
    height: 460px;
}
.post__thumb-465 .post__thumb{
    height: 465px;
}
.post__thumb-480 .post__thumb{
    height: 480px;
}
.post__thumb-485 .post__thumb{
    height: 485px;
}
.post__thumb-490 .post__thumb{
    height: 490px;
}
.post__thumb-500 .post__thumb{
    height: 500px;
}
.post__thumb-520 .post__thumb{
    height: 520px;
}
.post__thumb-550 .post__thumb{
    height: 550px;
}
.post__thumb-570 .post__thumb{
    height: 570px;
}
.post__thumb-580 .post__thumb{
    height: 580px;
}
.post__thumb-600 .post__thumb{
    height: 600px;
}
.post__thumb-620 .post__thumb{
    height: 620px;
}
.post__thumb-640 .post__thumb{
    height: 640px;
}
.post__thumb-650 .post__thumb{
    height: 650px;
}
.post__thumb-660 .post__thumb{
    height: 660px;
}
.post__thumb-670 .post__thumb{
    height: 670px;
}

.post__thumb-700 .post__thumb{
    height: 700px;
}
.post__thumb-160 .post__thumb{
    height: 160px;
}
.post--overlay-height-190 .post--overlay .post__text{
    min-height: 190px;
}
.post--overlay-height-200.post--overlay .post__text{
    min-height: 200px;
}
.post--overlay-height-220.post--overlay .post__text{
    min-height: 220px;
}
.post--overlay-height-230.post--overlay .post__text{
    min-height: 230px;
}
.post--overlay-height-270.post--overlay .post__text{
    min-height: 270px;
}
.post--overlay-height-280.post--overlay .post__text{
    min-height: 280px;
}
.post--overlay-height-300.post--overlay .post__text{
    min-height: 300px;
}
.post--overlay-height-320.post--overlay .post__text{
    min-height: 320px;
}
.post--overlay-height-330.post--overlay .post__text{
    min-height: 330px;
}
.post--overlay-height-370.post--overlay .post__text{
    min-height: 370px;
}
.post--overlay-height-380.post--overlay .post__text{
    min-height: 380px;
}
.post--overlay-height-410.post--overlay .post__text{
    min-height: 410px;
}
.post--overlay-height-415.post--overlay .post__text{
    min-height: 415px;
}
.post--overlay-height-420.post--overlay .post__text{
    min-height: 420px;
}
.post--overlay-height-440.post--overlay .post__text{
    min-height: 440px;
}
.post--overlay-height-450.post--overlay .post__text{
    min-height: 450px;
}
.post--overlay-height-460.post--overlay .post__text{
    min-height: 460px;
}
.post--overlay-height-480.post--overlay .post__text{
    min-height: 480px;
}
.post--overlay-height-560.post--overlay .post__text{
    min-height: 560px;
}
.post--overlay-height-580.post--overlay .post__text{
    min-height: 580px;
}
.post--overlay-height-500.post--overlay .post__text{
    min-height: 500px;
}
.post--overlay-height-510.post--overlay .post__text{
    min-height: 510px;
}
.post--overlay-height-520.post--overlay .post__text{
    min-height: 520px;
}
.post--overlay-height-560.post--overlay .post__text{
    min-height: 560px;
}
.post--overlay-height-570.post--overlay .post__text{
    min-height: 570px;
}
.post--overlay-height-600.post--overlay .post__text{
    min-height: 600px;
}
.post--overlay-height-640.post--overlay .post__text{
    min-height: 640px;
}
.post--overlay-height-680.post--overlay .post__text{
    min-height: 680px;
}
.post--overlay-height-690.post--overlay .post__text{
    min-height: 690px;
}
.post--overlay-height-700.post--overlay .post__text{
    min-height: 700px;
}
.post--overlay-height-770.post--overlay .post__text{
    min-height: 770px;
}
.post--overlay-height-850.post--overlay .post__text{
    min-height: 850px;
}
.post--overlay-height-900.post--overlay .post__text{
    min-height: 900px;
}
.post--overlay-height-920.post--overlay .post__text{
    min-height: 920px;
}

/* =============================================================================
   Margin
============================================================================= */
.m-b-0 {
    margin-bottom: 0;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-12 {
    margin-bottom: 12px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-35 {
    margin-bottom: 35px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-45 {
    margin-bottom: 45px;
}
.m-b-50 {
    margin-bottom: 50px;
}

.m-t-0 {
    margin-top: 0;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-25 {
    margin-top: 25px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-35 {
    margin-top: 35px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-45 {
    margin-top: 45px;
}
.m-t-50 {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .post__title.m-b-30 {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .post__title.m-b-20,
    .post__title.m-b-25,
    .post__title.m-b-30 {
        margin-bottom: 15px;
    }
}

@media(min-width: 769px){
    .atbs-block.atbs-custom-margin-top-minus-100 {
        margin-top: -100px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-100:not(:last-child) {
        margin-bottom: -100px
    }

    .atbs-block.atbs-custom-margin-top-minus-95 {
        margin-top: -95px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-95:not(:last-child) {
        margin-bottom: -95px
    }

    .atbs-block.atbs-custom-margin-top-minus-90 {
        margin-top: -90px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-90:not(:last-child) {
        margin-bottom: -90px
    }

    .atbs-block.atbs-custom-margin-top-minus-85 {
        margin-top: -85px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-85:not(:last-child) {
        margin-bottom: -85px
    }

    .atbs-block.atbs-custom-margin-top-minus-80 {
        margin-top: -80px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-80:not(:last-child) {
        margin-bottom: -80px
    }

    .atbs-block.atbs-custom-margin-top-minus-75 {
        margin-top: -75px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-75:not(:last-child) {
        margin-bottom: -75px
    }

    .atbs-block.atbs-custom-margin-top-minus-70 {
        margin-top: -70px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-70:not(:last-child) {
        margin-bottom: -70px
    }

    .atbs-block.atbs-custom-margin-top-minus-65 {
        margin-top: -65px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-65:not(:last-child) {
        margin-bottom: -65px
    }

    .atbs-block.atbs-custom-margin-top-minus-60 {
        margin-top: -60px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-60:not(:last-child) {
        margin-bottom: -60px
    }

    .atbs-block.atbs-custom-margin-top-minus-55 {
        margin-top: -55px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-55:not(:last-child) {
        margin-bottom: -55px
    }

    .atbs-block.atbs-custom-margin-top-minus-50 {
        margin-top: -50px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-50:not(:last-child) {
        margin-bottom: -50px
    }

    .atbs-block.atbs-custom-margin-top-minus-45 {
        margin-top: -45px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-45:not(:last-child) {
        margin-bottom: -45px
    }

    .atbs-block.atbs-custom-margin-top-minus-40 {
        margin-top: -40px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-40:not(:last-child) {
        margin-bottom: -40px
    }

    .atbs-block.atbs-custom-margin-top-minus-35 {
        margin-top: -35px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-35:not(:last-child) {
        margin-bottom: -35px
    }

    .atbs-block.atbs-custom-margin-top-minus-30 {
        margin-top: -30px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-30:not(:last-child) {
        margin-bottom: -30px
    }

    .atbs-block.atbs-custom-margin-top-minus-25 {
        margin-top: -25px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-25:not(:last-child) {
        margin-bottom: -25px
    }

    .atbs-block.atbs-custom-margin-top-minus-20 {
        margin-top: -20px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-20:not(:last-child) {
        margin-bottom: -20px
    }

    .atbs-block.atbs-custom-margin-top-minus-15 {
        margin-top: -15px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-15:not(:last-child) {
        margin-bottom: -15px
    }

    .atbs-block.atbs-custom-margin-top-minus-10 {
        margin-top: -10px
    }

    .atbs-block.atbs-custom-margin-bottom-minus-10:not(:last-child) {
        margin-bottom: -10px
    }

    .atbs-block.atbs-custom-margin-top-minus-5 {
        margin-top: -5px
    }

    .atbs-block.atbs-custom-margin-top-minus-0 {
        margin-top: 0
    }

    .atbs-block.atbs-custom-margin-bottom-minus-5:not(:last-child) {
        margin-bottom: -5px
    }
}
/** Spacing heading **/
@media(min-width: 576px) {
    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-100 {
        margin-bottom: 100px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-95 {
        margin-bottom: 95px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-90 {
        margin-bottom: 90px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-85 {
        margin-bottom: 85px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-80 {
        margin-bottom: 80px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-75 {
        margin-bottom: 75px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-70 {
        margin-bottom: 70px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-65 {
        margin-bottom: 65px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-60 {
        margin-bottom: 60px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-55 {
        margin-bottom: 55px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-50 {
        margin-bottom: 50px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-45 {
        margin-bottom: 45px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-40 {
        margin-bottom: 40px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-35 {
        margin-bottom: 35px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-30 {
        margin-bottom: 30px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-25 {
        margin-bottom: 25px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-20 {
        margin-bottom: 20px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-15 {
        margin-bottom: 15px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-10 {
        margin-bottom: 10px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-5 {
        margin-bottom: 5px
    }

    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-0 {
        margin-bottom: 0px
    }
}


/* =============================================================================
   Single
============================================================================= */
/*---- Comments section ----*/

.comments-title {
    margin: 0 0 0 0;
    padding-top: 20px;
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.8);
}

.comments-title:before {
    content: '\e0ca';
    margin-right: 0.4em;
    font-family: 'mdicon';
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.2em;
    vertical-align: middle;
}

.comments-title__text {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.comments-title .add-comment {
    padding-left: 0.6em;
    color: rgba(0, 0, 0, 0.8);
    font-size: 90%;
    text-transform: uppercase;
}

.comment-list {
    margin-bottom: 30px;
    list-style: none;
}

.comment-list>li:not(:first-child) {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-list ol.children {
    position: relative;
    padding: 0 0 0 60px;
    list-style: none;
}

@media (min-width: 768px) {
    .comment-list ol.children {
        padding-left: 65px;
    }
}

.comment-list ol.children ol.children {
    padding-left: 0;
}

@media (min-width: 768px) {
    .comment-list ol.children ol.children {
        padding-left: 50px;
    }
}

.comment-list ol.children>li {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.comment-body {
    margin-left: 80px;
    margin-bottom: 30px;
}

.pingback .comment-body {
    margin-left: 0;
}

.comment-meta {
    margin-bottom: 5px;
}

.comment-meta>*:not(:last-child) {
    margin-right: 4px;
}

.comment-author {
    position: relative;
    font-size: 1.1429rem;
    font-weight: 700;
}

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

.comment-author>img {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: -80px;
    border-radius: 50%;
}

.bypostauthor>.comment-body .comment-author>img {
    /*border: 2px solid #FC3C2D;*/
}

.comment-author a {
    color: inherit;
    text-decoration: none;
}

.comment-author a:hover,
.comment-author a:active,
.comment-author a:focus {
    color: inherit;
    text-decoration: none;
}

.comment-author .says {
    display: none;
}

.children .comment-author>img {
    height: 40px;
    width: 40px;
    left: -55px;
}

.children .comment-body {
    margin-left: 55px;
}

.comment-metadata {
    font-size: 12px;
    font-size: 0.85714rem;
    color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .comment-metadata {
        display: inline-block;
    }
    .comment-metadata:before {
        content: '\b7';
        margin-right: 4px;
        font-weight: 400;
    }
}

.comment-metadata>*:not(:last-child) {
    margin-right: 4px;
}

.comment-metadata a,
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active,
.comment-metadata a:visited {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.comment-metadata .edit-link {
    text-transform: uppercase;
}

.comment-metadata .comment-edit-link {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
}

.comment-metadata .comment-edit-link:before {
    content: '\e254';
    margin-right: 0.2em;
    font-family: 'mdicon';
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
}

.comment-content {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6;
}

.comment-form >* {
    z-index: 1;
}

.comment-content>*:last-child {
    margin-bottom: 0;
}

.comment-content .info {
    padding: 15px;
    background: #eee;
    font-style: italic;
}

.comment-content .info p:last-child {
    margin-bottom: 0;
}

.comment-reply-link {
    color: inherit;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment-reply-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus {
    color: inherit;
    text-decoration: none;
}

.comment-reply-link:hover {
    color: rgba(0, 0, 0, 0.8);
}

.comment-reply-link:before {
    content: '\e15e';
    margin-right: 0.2em;
    font-family: 'mdicon';
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1.1em;
}

.comment-respond {
    margin: 20px 0;
}

@media (min-width: 768px) {
    .comment-respond {
        margin: 40px 0 20px;
    }
}

@media (min-width: 768px) {
    .comment-list .comment-respond {
        padding: 0 0 0 65px;
    }
}

@media (min-width: 768px) {
    .comment-list .children .comment-respond {
        padding-left: 51px;
    }
}

.comment-reply-title {
    margin-top: 0;
    margin-bottom: 1em;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .comment-reply-title {
        font-size: 1.142857142857143rem;
    }
}

.comment-reply-title small {
    font-size: 80%;
}

#cancel-comment-reply-link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    margin-left: 0.4em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 1.2;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:focus {
    color: inherit;
    text-decoration: none;
}

.comment-form .logged-in-as a {
    color: inherit;
    text-decoration: underline;
}

.comment-form .logged-in-as a:hover,
.comment-form .logged-in-as a:active,
.comment-form .logged-in-as a:focus {
    color: inherit;
    text-decoration: underline;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form input[type="tel"],
.comment-form input[type="number"],
.comment-form textarea {
    display: block;
}

.comment-form-comment textarea {
    max-width: 790px;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    max-width: 320px;
}

.comment-form-url {
    margin-right: 0;
}

.comment-form .form-submit {
    clear: both;
    padding-top: 10px;
}

.comment-form .form-submit input[type="submit"] {
}

.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:hover {
}

/*themes*/
/*form comment*/
.comment-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
[class*='comment-form-'] label{
    display: none;
}
.comment-notes{
    padding: 0 15px;
    margin-bottom: 30px;
}
.comment-respond .comment-form .comment-notes{
    width: 100%;
    font-size: 15px;
    opacity: 0.8;
}
.comment-form-comment{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.comment-form-author, .comment-form-email{
    width: 50%;
    max-width: 100%;
    padding: 0 15px;
}
.comment-form-cookies-consent {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 15px;
}
.comment-form-cookies-consent {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.comment-form-cookies-consent label{
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 15px;
    opacity: 0.8;

}
.form-submit{
    width: 100%;
    padding: 0 15px;
}
.logged-in-as{
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 30px;
    font-size: 15px;
    opacity: 0.8;
}
.comment-form-author, .comment-form-email{
    margin-bottom: 35px;
}
.comment-form-author input, .comment-form-email input, .comment-form-comment .textarea{
    padding: 20px;
}
.single .comment-respond .comment-form-url{
    display: none;
}

.single .comment-respond .apsl-login-networks{
    padding-left: 15px;
}
.comment-form-comment textarea,
.comment-form .form-control-custom,
.wpcf7-form textarea{
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border: 1px solid #ebebf7;
    border-radius: 4px;
    background: transparent;
    color: #282835;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    transition: border-color .25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    -o-transition: border-color .25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: border-color .25s ease-in-out, box-shadow 0.25s ease-in-out;
    transition: border-color .25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-comment textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus
{
    outline: 0;
    border-color: rgba(0,0,0,0.1);
    background-color: white;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}
.comment-form-comment .form-control-custom:focus,
.comment-form-author .form-control-custom:focus,
.comment-form-email .form-control-custom:focus{
    outline: 0;
    border-color: #ddd1fe;
    background-color: white;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 21, 46, 0.1);
}
.comment-form .form-control-custom::-webkit-input-placeholder{
    font-size: 15px;
    color: rgba(0,0,0,0.4);
}
.comment-form .form-control-custom::-moz-placeholder{
    font-size: 15px;
    color: rgba(0,0,0,0.4);
}
.comment-form .form-control-custom:-ms-input-placeholder{
    font-size: 15px;
    color: rgba(0,0,0,0.4);
}
.comment-form .form-control-custom::-ms-input-placeholder{
    font-size: 15px;
    color: rgba(0,0,0,0.4);
}
.comment-form .form-control-custom::placeholder{
    font-size: 15px;
    color: rgba(0,0,0,0.4);
}
.form-submit{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.form-submit input{
    min-width: 120px;
    border-radius: 45px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    box-shadow: 0px 20px 30px 0px rgba(12, 0, 46, 0.1);
    border: 1px solid #5e2ced;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    /*float: right;*/
}
.form-submit input:hover,
.comment-form .form-submit input[type="submit"]:active,
.comment-form .form-submit input[type="submit"]:focus,
.comment-form .form-submit input[type="submit"]:hover{
    border: 1px solid var(--color-primary);
    /*background-color: transparent;*/
    color: #222222;
    outline: none;
    color: #fff;
}

.wpcf7-form p {
    margin-bottom: 40px;
}
.wpcf7-form label {
    font-size: 15px;
    font-weight: 400;
}
.wpcf7-form input, .wpcf7-form input, .wpcf7-form label {
    width: 60%;
    margin-bottom: 0;
}
.wpcf7-form textarea, .wpcf7-form label  {
    width: 100%;
}
.wpcf7-form input, .wpcf7-form textarea {
    padding: 12px 20px;
    margin-top: 15px;
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-submit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 25px;
    color: #fff;
    margin-top: 40px;
}
.wpcf7-acceptance input {
    width: initial;

}
.wpcf7-acceptance label > input {
    margin-top: 0;
}
.wpcf7-form p:nth-last-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.wpcf7-form p:nth-last-child(2) > span {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-left: 0;
}
.wpcf7-form p:nth-last-child(2) span.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-form p:nth-last-child(2) span.wpcf7-list-item-label {
    margin-left: 15px;
}
.atbs-block--fullwidth.has-background + .comments-section{
    border: 0;
}
.single .comments-title, .page .comments-title{
    padding-top: 0;
    border-top: none;
    /*font-size: 24px;
    font-size: 1.7142rem;
    font-weight: bold;*/
    /*margin-bottom: 45px;*/
    /*line-height: 1.2;*/
    color: #131313;
}
.single .comment-reply-title, .page .comment-reply-title{
    /*font-size: 24px;
    font-size: 1.7142rem;
    font-weight: bold;*/
    margin-bottom: 15px;
    /*line-height: 1.2;*/
}
.single .comments-title:before {
    display: none;
}
.single .block-heading_style-8 .comments-title:before,
.single .block-heading_style-7 .comments-title:before,
.single .block-heading_style-6 .comments-title:before {
    display: block;
}
.comment-form .form-submit input[type="submit"]{
    color: #fff;
    border-radius: 40px;
    padding: 12px 25px;
    border: 1px solid var(--color-primary);
    font-size: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary);
}

@media (max-width: 767px) {
    .comment-form .form-submit input[type="submit"]{
        color: #fff;
        border-radius: 20px;
        padding: 8px 15px;
        font-size: 14px;
    }
    .wpcf7-form input, .wpcf7-form input, .wpcf7-form label {
        width: 100%;
    }
    .wpcf7-acceptance input {
        width: initial;
    }
    .wpcf7-form p {
        margin-bottom: 30px;
    }
}
.comments-section label {
    margin-bottom: 15px;
}
/*end themes*/



/* =============================================================================
   Vendor
============================================================================= */
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

.hidden {
    display: none !important
}

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

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

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

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}
.clearfix:after {
    clear: both;
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel-under-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

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

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

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

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

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

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

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

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

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


.owl-carousel .owl-cursor {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0,0);
    -ms-transform: translate(-50%,-50%) scale(0,0);
    transform: translate(-50%,-50%) scale(0,0);
    opacity: 0;
    z-index: 2;
    /*pointer-events: none;*/
    /*transition: 0.5s ease-in-out;*/
}
.owl-carousel .owl-cursor svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: rotateY(0deg) perspective(1000px);
    transform: rotateY(0deg) perspective(1000px);
}
.owl-carousel.Left .owl-cursor svg {
    -webkit-transform: rotateY(180deg) perspective(1000px);
    transform: rotateY(180deg) perspective(1000px);
}
.owl-carousel.Right .owl-cursor svg {
    -webkit-transform: rotateY(0deg) perspective(1000px);
    transform: rotateY(0deg) perspective(1000px);
}
.owl-carousel.on-hover {
    cursor: none;
}
.owl-carousel.on-hover .owl-cursor {
    opacity: 1;
    z-index: -1;
}
.owl-carousel.show-cursor .owl-cursor {
    -webkit-transform: translate(-50%,-50%) scale(1,1);
    -ms-transform: translate(-50%,-50%) scale(1,1);
    transform: translate(-50%,-50%) scale(1,1);
}
/**/
.owl-carousel.carousel-dot-center-number .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owl-carousel.carousel-dot-center-number .owl-prev,
.owl-carousel.carousel-dot-center-number .owl-next {
    background-color: transparent;
    width: 20px;
    height: 20px;
    color: #222222;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: unset;
    left: unset;
    right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}
.owl-carousel.carousel-dot-center-number .owl-prev i,
.owl-carousel.carousel-dot-center-number .owl-next i {
    font-size: 15px;
}
/*.owl-carousel.carousel-dot-center-number .owl-next {*/
/*    position: absolute;*/
/*}*/
.owl-carousel.carousel-dot-center-number .owl-dots {
    display: inline-block;
    padding: 0;
    position: absolute;
}


@media(min-width: 769px){
    .atbs-block.atbs-custom-margin-top-minus-100{margin-top: -100px}.atbs-block.atbs-custom-margin-bottom-minus-100:not(:last-child){margin-bottom: -100px}.atbs-block.atbs-custom-margin-top-minus-95{margin-top: -95px}.atbs-block.atbs-custom-margin-bottom-minus-95:not(:last-child){margin-bottom: -95px}.atbs-block.atbs-custom-margin-top-minus-90{margin-top: -90px}.atbs-block.atbs-custom-margin-bottom-minus-90:not(:last-child){margin-bottom: -90px}.atbs-block.atbs-custom-margin-top-minus-85{margin-top: -85px}.atbs-block.atbs-custom-margin-bottom-minus-85:not(:last-child){margin-bottom: -85px}.atbs-block.atbs-custom-margin-top-minus-80{margin-top: -80px}.atbs-block.atbs-custom-margin-bottom-minus-80:not(:last-child){margin-bottom: -80px}.atbs-block.atbs-custom-margin-top-minus-75{margin-top: -75px}.atbs-block.atbs-custom-margin-bottom-minus-75:not(:last-child){margin-bottom: -75px}.atbs-block.atbs-custom-margin-top-minus-70{margin-top: -70px}.atbs-block.atbs-custom-margin-bottom-minus-70:not(:last-child){margin-bottom: -70px}.atbs-block.atbs-custom-margin-top-minus-65{margin-top: -65px}.atbs-block.atbs-custom-margin-bottom-minus-65:not(:last-child){margin-bottom: -65px}.atbs-block.atbs-custom-margin-top-minus-60{margin-top: -60px}.atbs-block.atbs-custom-margin-bottom-minus-60:not(:last-child){margin-bottom: -60px}.atbs-block.atbs-custom-margin-top-minus-55{margin-top: -55px}.atbs-block.atbs-custom-margin-bottom-minus-55:not(:last-child){margin-bottom: -55px}.atbs-block.atbs-custom-margin-top-minus-50{margin-top: -50px}.atbs-block.atbs-custom-margin-bottom-minus-50:not(:last-child){margin-bottom: -50px}.atbs-block.atbs-custom-margin-top-minus-45{margin-top: -45px}.atbs-block.atbs-custom-margin-bottom-minus-45:not(:last-child){margin-bottom: -45px}.atbs-block.atbs-custom-margin-top-minus-40{margin-top: -40px}.atbs-block.atbs-custom-margin-bottom-minus-40:not(:last-child){margin-bottom: -40px}.atbs-block.atbs-custom-margin-top-minus-35{margin-top: -35px}.atbs-block.atbs-custom-margin-bottom-minus-35:not(:last-child){margin-bottom: -35px}.atbs-block.atbs-custom-margin-top-minus-30{margin-top: -30px}.atbs-block.atbs-custom-margin-bottom-minus-30:not(:last-child){margin-bottom: -30px}.atbs-block.atbs-custom-margin-top-minus-25{margin-top: -25px}.atbs-block.atbs-custom-margin-bottom-minus-25:not(:last-child){margin-bottom: -25px}.atbs-block.atbs-custom-margin-top-minus-20{margin-top: -20px}.atbs-block.atbs-custom-margin-bottom-minus-20:not(:last-child){margin-bottom: -20px}.atbs-block.atbs-custom-margin-top-minus-15{margin-top: -15px}.atbs-block.atbs-custom-margin-bottom-minus-15:not(:last-child){margin-bottom: -15px}.atbs-block.atbs-custom-margin-top-minus-10{margin-top: -10px}.atbs-block.atbs-custom-margin-bottom-minus-10:not(:last-child){margin-bottom: -10px}.atbs-block.atbs-custom-margin-top-minus-5{margin-top: -5px}.atbs-block.atbs-custom-margin-top-minus-0{margin-top: 0}.atbs-block.atbs-custom-margin-bottom-minus-5:not(:last-child){margin-bottom: -5px}
}
/** Spacing heading **/
@media(min-width: 576px) {
    .atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-100{margin-bottom: 100px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-95{margin-bottom: 95px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-90{margin-bottom: 90px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-85{margin-bottom: 85px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-80{margin-bottom: 80px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-75{margin-bottom: 75px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-70{margin-bottom: 70px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-65{margin-bottom: 65px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-60{margin-bottom: 60px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-55{margin-bottom: 55px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-50{margin-bottom: 50px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-45{margin-bottom: 45px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-40{margin-bottom: 40px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-35{margin-bottom: 35px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-30{margin-bottom: 30px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-25{margin-bottom: 25px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-20{margin-bottom: 20px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-15{margin-bottom: 15px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-10{margin-bottom: 10px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-5{margin-bottom: 5px}.atbs-block.atbs-block-custom-margin .block-heading.atbs-custom-margin-bottom-0{margin-bottom: 0px}
}
/*elementor*/
.elementor img.post-author__avatar {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}
.elementor img.owl-background-img {
    height: 100%;
}
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(0.1,0,.25,1);-o-transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-timing-function:cubic-bezier(0.1,0,.25,1);-webkit-transition-duration:0ms;-o-transition-duration:0ms;transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{-webkit-box-sizing:content-box;box-sizing:content-box}.fotorama__caption__wrap{-webkit-box-sizing:border-box;box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:2),(-o-min-device-pixel-ratio:2/1),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:-o-linear-gradient(top left,rgba(255,255,255,.25),rgba(64,64,64,.1));background-image:-webkit-gradient(linear,left top, right bottom,from(rgba(255,255,255,.25)),to(rgba(64,64,64,.1)));background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:-o-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-o-radial-gradient(0 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:-webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(25%, rgba(0,0,0,.2)),color-stop(75%, rgba(0,0,0,.3)),to(transparent)),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:-o-linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),-o-radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.4),transparent);background-image:-webkit-gradient(linear,left top, left bottom,from(transparent),color-stop(25%, rgba(0,0,0,.2)),color-stop(75%, rgba(0,0,0,.3)),to(transparent)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/*
 * Fotorama
 *--------------------*/

.atbs-gallery-slider .fotorama__stage {
    background: #111;
}

.atbs-gallery-slider .fotorama__thumb-border {
    border-color: #FC3C2D;
    background: transparent;
}

.atbs-gallery-slider .fotorama__nav__frame:not(.fotorama__active) {
    opacity: 0.8;
}

.atbs-gallery-slider .fotorama__nav--thumbs {
    position: relative;
    background: #111;
}

.atbs-gallery-slider .fotorama__nav--dots {
    margin-top: 5px;
}

.atbs-gallery-slider .fotorama__nav--dots .fotorama__nav__frame {
    width: auto;
    height: auto;
    padding: 12px 8px;
}

.atbs-gallery-slider .fotorama__dot {
    height: 8px;
    width: 8px;
    top: auto;
    left: auto;
    border: none;
    border-radius: 2px;
}

.atbs-gallery-slider .fotorama__nav__frame.fotorama__active .fotorama__dot {
    height: 8px;
    width: 8px;
    background: rgba(0, 0, 0, 0.4);
}

.atbs-gallery-slider .fotorama__caption {
    text-align: center;
    background-color: transparent;
    background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(5.3%, rgba(0, 0, 0, 0.917)), color-stop(10.6%, rgba(0, 0, 0, 0.834)), color-stop(15.9%, rgba(0, 0, 0, 0.753)), color-stop(21.3%, rgba(0, 0, 0, 0.672)), color-stop(26.8%, rgba(0, 0, 0, 0.591)), color-stop(32.5%, rgba(0, 0, 0, 0.511)), color-stop(38.4%, rgba(0, 0, 0, 0.433)), color-stop(44.5%, rgba(0, 0, 0, 0.357)), color-stop(50.9%, rgba(0, 0, 0, 0.283)), color-stop(57.7%, rgba(0, 0, 0, 0.213)), color-stop(65%, rgba(0, 0, 0, 0.147)), color-stop(72.9%, rgba(0, 0, 0, 0.089)), color-stop(81.4%, rgba(0, 0, 0, 0.042)), color-stop(90.6%, rgba(0, 0, 0, 0.011)), to(transparent));
    background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
}

.atbs-gallery-slider .fotorama__caption__wrap {
    padding: 1em;
    background: transparent;
    color: #fff;
    font-size: 1rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.atbs-gallery-slider .fotorama__caption__wrap a,
.atbs-gallery-slider .fotorama__caption__wrap a:hover,
.atbs-gallery-slider .fotorama__caption__wrap a:focus,
.atbs-gallery-slider .fotorama__caption__wrap a:active {
    color: #fff;
    text-decoration: none;
    border: none;
}
/* --------------- scroll-count-percent */
.scroll-count-percent-with-bookmark{
    cursor: pointer;
}
.scroll-count-percent{
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 9999;
    top: calc(101% + 50px);
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
}
.admin-bar .scroll-count-percent{
    top: calc(101% + 82px);
}
.js-sticky-header.is-fixed .scroll-count-percent{
    top: calc(101% + 50px);
}
.js-sticky-header.is-fixed.is-shown .scroll-count-percent{
    top: calc(101% + 50px);
}
.sticky-header.is-fixed .scroll-count-percent.active,
.scroll-count-percent.active{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.scroll-count-percent .progress-scroll {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.scroll-count-percent .progress__meter,
.scroll-count-percent .progress__value {
    fill: none;
}
.scroll-count-percent .progress__meter {
    stroke: #e6e6e6;
    fill: #fff;
}
.scroll-count-percent .progress__value {
    stroke: var(--color-primary);
    opacity: 0.8;
    stroke-linecap: round;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}
.scroll-count-percent .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scroll-count-percent .percent-number{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.scroll-count-percent .percent-number span{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-right: 1px;
}
@media (max-width: 1430px){
    .scroll-count-percent{
        right: 20px;
    }
}
@media (max-width: 1366px){
    .scroll-count-percent{
        right: 15px;
        height: 60px;
        width: 60px;
    }
    .scroll-count-percent .percent-number span{
        font-size: 13px;
    }
}
@media (max-width: 1199px){
    .scroll-count-percent{
        display: none  ;
    }
}
@media (max-width: 1199px){
    .scroll-count-percent{
        right: 20px;
        height: 60px;
        width: 60px;
    }
    .scroll-count-percent .percent-number span{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .scroll-count-percent{
        opacity: 1;
        right: 25px;
        display: none;
    }
}
/*scroll mobile*/
.scroll-count-percent-mobile.scroll-count-percent{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    display: none;
}
.scroll-count-percent-mobile.scroll-count-percent .progress-scroll{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
}
.scroll-count-percent-mobile.scroll-count-percent .percent-number{
    background-color: var(--color-primary);
    height: 100%;
    width: 100px;
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    left: unset;
    top: unset;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media (max-width: 991px){
    .scroll-count-percent-mobile.scroll-count-percent.active{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
    }
}
/*svg bookmark single*/
.scroll-count-percent .btn-bookmark-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.scroll-count-percent .btn-bookmark-icon svg{
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    cursor: pointer;
}
.scroll-count-percent .btn-bookmark-icon .bookmark-status-not-save{
    opacity: 1;
    visibility: visible;
}
.scroll-count-percent .btn-bookmark-icon .bookmark-status-saved{
    visibility: hidden;
    opacity: 0;
}
.scroll-count-percent .btn-bookmark-icon .bookmark-status-saved path{
    fill: var(--color-primary);
}
.scroll-count-percent .btn-bookmark-icon .bookmark-status-not-save path{
    fill: #999;
}
.scroll-count-percent .btn-bookmark-icon svg path{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.scroll-count-percent .btn-bookmark-icon.is-saved .bookmark-status-saved{
    opacity: 1;
    visibility: visible;

}
.scroll-count-percent .btn-bookmark-icon.is-saved .bookmark-status-not-save {
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1366px){
    .scroll-count-percent .btn-bookmark-icon svg{
        width: 25px;
        height: 25px;
    }
}
/*  .scroll-count-percent ---------------*/
/*single */
.infinity-single-trigger {
    height: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    height: 140px;
}
.infinity-single-trigger:before {
    content: "\e97b";
    font-family: 'mdicon' !important;
    font-size: 38px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* -----------------------------------------------------------------
## Offcanvas Menu
----------------------------------------------------------------- */
body.is-atbs-offcanvas-opened {
    overflow: hidden;
}

.atbs-offcanvas {
    max-width: 100%;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1039;
}
.atbs-offcanvas:not(.offcanvas-featured-1) {
    /* bootstrap modal */
    -webkit-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    visibility: hidden;
}
@media (min-width: 768px) {
    .atbs-offcanvas {
        width: 360px; }
}
.atbs-offcanvas.is-active {
    -webkit-box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
}

.atbs-offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1030;
    /* bootstrap backdrop */
}

.atbs-offcanvas-close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: auto;
    left: auto;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    background: transparent;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
}

.atbs-offcanvas__title {
    position: relative;
    padding: 20px 50px 20px 20px;
    font-size: 14px;
}

.atbs-offcanvas__title .social-list {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.atbs-offcanvas__section {
    padding: 20px;
}
.atbs-offcanvas__section:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.atbs-offcanvas__section-search + .atbs-offcanvas__section-navigation {
    padding-top: 0;
    border-top: none;
}

.navigation--offcanvas {
    margin: 0 -20px;
}

.navigation--offcanvas li {
    color: rgba(0, 0, 0, 0.6);
    list-style: none;
}

.navigation--offcanvas li > a {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 4px 7px;
    background: transparent;
    color: rgba(0, 0, 0, 0.6);
}
.navigation--offcanvas li > a:hover, .navigation--offcanvas li > a:active, .navigation--offcanvas li > a:focus {
    color: inherit;
    text-decoration: none;
}
.navigation--offcanvas li > a:hover {
    background: rgba(0, 0, 0, 0.02);
}
.navigation--offcanvas li > a:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-right: 3px solid var(--color-primary);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.navigation--offcanvas li.current-menu-item > a:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navigation--offcanvas li.menu-item-has-children > a {
    padding-right: 56px;
}

.navigation--offcanvas > li > a {
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.navigation--offcanvas .sub-menu {
    display: none;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.01);
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 0;
}

.navigation--offcanvas > li > .sub-menu > li > a {
    padding-left: 30px;
}

.navigation--offcanvas > li > .sub-menu > li > .sub-menu > li > a {
    padding-left: 40px;
}

.navigation--offcanvas .submenu-toggle {
    display: block;
    width: 36px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    text-align: center;
}

.navigation--offcanvas .submenu-toggle i {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#atbs-offcanvas-mobile .atbs-offcanvas__section-group {
    max-height: 100vh;
}
#atbs-offcanvas-mobile .navigation--offcanvas > li > a {
    padding: 12px 30px;
    color: #222222;
    font-weight: 700;
    font-size: 1rem;
}
.navigation--offcanvas li > a {
    padding: 8px 11px;
}
#atbs-offcanvas-mobile .site-logo {
    display: block;
    max-width: 140px;
}
#atbs-offcanvas-mobile .site-logo a,
#atbs-offcanvas-mobile .site-logo img {
    display: block;
}

#atbs-offcanvas-mobile .atbs-offcanvas__title {
    padding: 30px 50px 30px 20px;
}
#atbs-offcanvas-mobile .atbs-offcanvas-close {
    right: 15px;
    top: 30px;
}
@media (min-width: 992px) {
    #atbs-offcanvas-mobile {
        display: none;
    }
}
/*@media (max-width: 991px) {*/
/*    #atbs-offcanvas-primary {*/
/*        display: none;*/
/*    }*/
/*}*/


/*Video Icon*/
.post-icon-video-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.post-icon-video.post-type-icon svg circle {
    fill: var(--background-secondary);
}
.post-icon-video.post-type-icon svg path {
    fill: var(--color-title);
}

@media (min-width: 1200px) {
    /*Default*/
    .post-icon-video.post-type-icon svg {
        width: 80px;
        height: 80px;
    }
    /*Small*/
    .post-icon-video.post-type-icon--sm svg {
        width: 60px;
        height: 60px;
    }
    /*Medium*/
    .post-icon-video.post-type-icon--md svg {
        width: 100px;
        height: 100px;
    }
    /*Large*/
    .post-icon-video.post-type-icon--lg svg {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1199px) {
    /*Default*/
    .post-icon-video.post-type-icon svg {
        width: 70px;
        height: 70px;
    }
    /*Small*/
    .post-icon-video.post-type-icon--sm svg {
        width: 60px;
        height: 60px;
    }
    /*Medium*/
    .post-icon-video.post-type-icon--md svg {
        width: 80px;
        height: 80px;
    }
    /*Large*/
    .post-icon-video.post-type-icon--lg svg {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    /*Default - Medium - Large (Not Small)*/
    .post-icon-video[class *='post-type-icon']:not(.post-type-icon--sm) svg {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 767px) {
    /*Small - Default - Medium - Large*/
    .post-icon-video[class *='post-type-icon'] svg {
        width: 60px;
        height: 60px;
    }
}

/*Gallery Icon*/
.gallery-icon {
    padding: 0.4em 0.8em;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.gallery-icon > *:not(:first-child) {
    margin-left: 5px;
}


/* -----------------------------------------------------------------
## Site Header
----------------------------------------------------------------- */

.site-header {
    position: relative;
    background: #0057B2;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
    z-index: 20;
}

.site-header__inner {
    padding: 0 15px;
}

.container .site-header__inner {
    padding: 0;
}


/*
 * ## Top bar
 *--------------------*/

.top-bar__inner {
    padding: 10px 0;
}

.top-bar__inner--fw {
    padding: 10px 30px;
}

.top-bar__inner--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.top-bar__inner--flex>.top-bar__section {
    padding-right: 20px;
}

.top-bar__inner--flex>.top-bar__section:last-child {
    padding-right: 0;
}


/*---- Top navigation ----*/

.top-bar__nav .navigation {
    margin: 0 -8px;
    font-size: 12px;
}

.top-bar__nav .navigation a {
    color: rgba(255, 255, 255, 0.8);
}

.top-bar__nav .navigation li {
    position: relative;
}

.top-bar__nav .navigation>li>a {
    padding: 0 8px;
    line-height: 20px;
}

.top-bar__nav .navigation>li.menu-item-has-children>a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    display: inline-block;
    font-family: 'mdicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e5c5';
    display: inline-block;
    margin-left: 0.1em;
    margin-top: -0.2em;
    font-size: 1.2em;
}

.top-bar__nav .navigation .sub-menu {
    min-width: 200px;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    margin-top: 11px;
    padding: 8px;
    background: #fafafa;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.1s ease-in-out 0.1s;
    -o-transition: all 0.1s ease-in-out 0.1s;
    transition: all 0.1s ease-in-out 0.1s;
}

.top-bar__nav .navigation li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.top-bar__nav .navigation .sub-menu a {
    display: block;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.6);
}

.top-bar__nav .navigation .sub-menu li:hover>a {
    background: rgba(0, 0, 0, 0.05);
}

.top-bar a {
    color: rgba(0, 0, 0, 0.4);
}

.top-bar__nav .navigation>li>a {
    color: rgba(0, 0, 0, 0.4);
    -webkit-transition: "color", 0.2s;
    -o-transition: "color", 0.2s;
    transition: "color", 0.2s;
}

.top-bar__nav .navigation>li:hover>a {
    color: rgba(0, 0, 0, 0.8);
}


/*---- Top bar fullwidth ----*/

.top-bar--fullwidth {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.top-bar:not(.top-bar--fullwidth) .top-bar__inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


/*---- Top bar inverse ----*/

.top-bar--inverse.top-bar--fullwidth {
    background: #111;
    color: rgba(255, 255, 255, 0.8);
}

.top-bar--inverse .top-bar__nav .navigation>li>a,
.top-bar--inverse .social-list--inline>li>a {
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: "color", 0.2s;
    -o-transition: "color", 0.2s;
    transition: "color", 0.2s;
}

.top-bar--inverse .top-bar__nav .navigation>li:hover>a,
.top-bar--inverse .social-list--inline>li:hover>a {
    color: white;
}


/*
 * ## Header main
 *--------------------*/

.header-main {
    padding: 5px 0;
}

@media (min-width: 992px) {
    .header-main {
        padding: 40px 0;
    }
}

.header-main__inner--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.header-main__section {
    padding-right: 20px;
}

.header-main__section:last-child {
    padding-right: 0;
}

.header-main--inverse {
    background: #1B1D1C;
    color: rgba(255, 255, 255, 0.8);
}


/*---- Header branding ---*/

.navigation-bar .header-branding {
    max-width: 30%;
}

.header-branding--mobile {
    min-width: 0;
}

.site-title {
    color: #FC3C2D;
    font-size: 36px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .site-title {
        font-size: 48px;
    }
}

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

.site-title:last-child {
    margin-bottom: 0;
}

.site-title a {
    color: inherit;
    text-decoration: none;
}

.navigation-bar .site-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 36px;
    line-height: 60px;
}

.site-description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.mobile-header .site-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    font-size: 20px;
}

.mobile-header .site-title a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*---- Header logo ---*/

.header-logo a {
    text-decoration: none !important;
}

.navigation-bar .header-logo {
    display: inline-block;
    vertical-align: middle;
}

.navigation-bar .header-logo img {
    max-height: 60px;
    padding: 15px 0;
}

.navigation-bar--inverse .header-logo--text,
.navigation-bar--inverse .header-logo--text a {
    color: #fff;
}


/*---- Header main buttons ---*/

.header-main-btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    color: inherit;
    text-decoration: none;
}

.header-main-btn:hover,
.header-main-btn:active,
.header-main-btn:focus {
    color: inherit;
    text-decoration: none;
}

.header-main-btn .mdicon,
.header-main-btn i {
    font-size: 1.2em;
}

.header-main-btn .mdicon:not(:last-child),
.header-main-btn i:not(:last-child) {
    margin-right: 0.2em;
}


/*---- Header search ---*/

.header-main .header-search .search-form__input {
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}


/*
 * ## Navigation bar
 *--------------------*/

.navigation-bar {
    height: 60px;
    position: relative;
    z-index: 1;
}

.navigation-bar--fullwidth {
    background: #fff;
}

.navigation-bar__inner {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.navigation-bar--inverse:not(.navigation-bar--fullwidth) .navigation-bar__inner {
    padding-left: 10px;
    padding-right: 10px;
}

.navigation-bar--fullwidth .navigation-bar__inner {
    padding-left: 15px;
    padding-right: 15px;
}

.navigation-bar--fullwidth .container .navigation-bar__inner {
    padding-left: 0;
    padding-right: 0;
}

.navigation-bar:not(.navigation-bar--fullwidth):not(.navigation-bar--inverse) .navigation-bar__inner {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.navigation-bar__section {
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navigation-bar__section:first-child {
    padding-left: 0;
}

.navigation-bar__section:last-child {
    padding-right: 0;
}


/*
 * #Main navigation
 *--------------------*/

.navigation-wrapper {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .navigation-bar .header-logo {
        padding-right: 20px;
    }
}

.navigation--main {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 0;
}

.navigation--main * {
    white-space: initial;
}

.navigation--main a {
    text-decoration: none;
}

.navigation--main>li {
    font-size: 14px;
    font-size: 1rem;
    white-space: normal;
    text-align: left;
}

.navigation--main>li>a {
    display: inline-block;
    height: 60px;
    padding: 0 10px;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.navigation--main>li.menu-item-has-children>a:after,
.navigation--main .sub-menu>li.menu-item-has-children>a:after,
.navigation--main .sub-menu-inner> ul > li.menu-item-has-children>a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    display: inline-block;
    font-family: 'mdicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e5cf';
    display: inline-block;
    margin-left: 0.1em;
    margin-top: -0.1em;
    font-size: 1.3em;
    letter-spacing: -0.2857em;
}

.navigation--main .sub-menu>li.menu-item-has-children>a {
    position: relative;
    padding-right: 20px;
}

.navigation--main .sub-menu>li.menu-item-has-children>a:after,
.navigation--main .sub-menu-inner> ul > li.menu-item-has-children>a:after {
    content: '\e409';
    position: absolute;
    top: 50%;
    right: 7px;
    left: auto;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.navigation--main>li>a {
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.2s ease-out 0.05s;
    -o-transition: all 0.2s ease-out 0.05s;
    transition: all 0.2s ease-out 0.05s;
}

.navigation--main>li>a:before {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FC3C2D;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.navigation--main>li:hover>a,
.navigation--main>li.current-menu-item>a {
    color: rgba(0, 0, 0, 0.8);
}

.navigation--main>li:hover>a:before,
.navigation--main>li.current-menu-item>a:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navigation--main .sub-menu {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.4;
}

.navigation--main>li>.sub-menu,
.navigation--main li>.sub-menu .sub-menu {
    width: 220px;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 10px;
    background: #fafafa;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1, 0.9);
    -ms-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    z-index: 30;
}

.navigation--main li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.navigation--main li>.sub-menu .sub-menu {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    margin-left: 10px;
}

.navigation--main .sub-menu a {
    display: block;
    padding: 6px 8px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.4;
}

.navigation--main .sub-menu li:hover>a {
    background: rgba(0, 0, 0, 0.05);
}


/*
 * Priority nav dropdown
 *------------------------*/

.priority-nav__more {
    direction: rtl;
}

.priority-nav__more * {
    direction: ltr;
}

.priority-nav__more>a>i {
    display: inline-block;
    margin-left: 0.1em;
    margin-top: -0.1em;
    letter-spacing: -0.2857em;
}

.priority-nav__more .sub-menu .sub-menu,
.priority-nav__more li.menu-item-has-children>a:after,
.priority-nav__more .atbs-mega-menu {
    display: none !important;
}


/*
 * Navigation bar inverse
 *------------------------*/

.navigation-bar--inverse:not(.navigation-bar--fullwidth) .navigation-bar__inner {
    background: #0057B2;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.navigation-bar--inverse.navigation-bar--fullwidth {
    background: #1B1D1C;
}

.navigation-bar--inverse.navigation-bar--fullwidth .container .navigation-bar__inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
}

.navigation-bar--inverse .navigation-bar__section--seperated {
    border-color: rgba(255, 255, 255, 0.1);
}

.navigation-bar--inverse .navigation--main>li>a,
.navigation-bar--inverse .navigation-bar-btn {
    color: rgba(255, 255, 255, 0.8);
}

.navigation-bar--inverse .navigation--main>li>a:hover,
.navigation-bar--inverse .navigation--main>li>a:focus,
.navigation-bar--inverse .navigation--main>li>a:active,
.navigation-bar--inverse .navigation-bar-btn:hover,
.navigation-bar--inverse .navigation-bar-btn:focus,
.navigation-bar--inverse .navigation-bar-btn:active {
    color: white;
}

.navigation-bar--inverse .navigation--main>li:hover>a,
.navigation-bar--inverse .navigation--main>li.current-menu-item>a {
    color: white;
}


/*
 * Mega menu
 *--------------------*/

.atbs-mega-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    background: #fafafa;
    -webkit-box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.09);
    z-index: 20;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1, 0.9);
    -ms-transform: scale(1, 0.9);
    transform: scale(1, 0.9);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.navigation--main li:hover>.atbs-mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.atbs-mega-menu__inner {
    padding: 20px;
    pointer-events: auto;
}

.atbs-mega-menu .container .atbs-mega-menu__inner {
    padding-left: 0;
    padding-right: 0;
}


/*---- Category mega menu ----*/

.atbs-mega-menu .posts-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
}

.atbs-mega-menu .posts-list>li {
    max-width: 25%;
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.atbs-mega-menu .posts-list>li.big-post {
    max-width: 50%;
    -webkit-box-flex: 2;
    box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.atbs-mega-menu ul.sub-categories {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.atbs-mega-menu ul.sub-categories li {
    display: inline-block;
}

.atbs-mega-menu ul.sub-categories li:not(:first-child) {
    margin-left: 2px;
}


/*---- Links mega menu ----*/

.atbs-mega-menu__inner>.sub-menu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.atbs-mega-menu__inner>.sub-menu>li {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    padding: 10px;
}

.atbs-mega-menu__inner>.sub-menu>li:nth-child(n+6) {
    max-width: 20%;
}

.atbs-mega-menu__inner>.sub-menu>li>a {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.atbs-mega-menu__inner>.sub-menu>li:hover>a {
    background: transparent;
}

.atbs-mega-menu__inner .sub-menu>li.menu-item-has-children>a:after {
    content: none;
}

.atbs-mega-menu__inner .sub-menu .sub-menu {
    padding: 10px 0 0;
}


/*
 * Nav bar buttons
 *--------------------*/

.navigation-bar-btn {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    height: 60px;
    padding: 0 10px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
}

.navigation-bar-btn:hover,
.navigation-bar-btn:active,
.navigation-bar-btn:focus {
    color: inherit;
    text-decoration: none;
}

.navigation-bar-btn span,
.navigation-bar-btn i {
    line-height: 60px;
    vertical-align: middle;
}

.navigation-bar-btn i {
    font-size: 20px;
}

.navigation-bar-btn i:not(:last-child) {
    margin-right: 0.2em;
}


/*---- Header search ---*/

.header-search {
    max-width: 100%;
    min-width: 280px;
}

.navigation-bar--inverse .header-search .search-form__input,
.navigation-bar--dark .header-search .search-form__input,
.site-header--inverse .header-search .search-form__input {
    background: #fff;
}

.header-search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fafafa;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header-search-dropdown.is-active {
    display: block;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
    opacity: 1;
    visibility: visible;
}

.header-search-dropdown .search-form__input {
    padding: 18px 8px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-size: 1.14286rem;
}

@media (min-width: 768px) {
    .header-search-dropdown .search-form__input {
        font-size: 26px;
        font-size: 1.85714rem;
    }
}

.header-search-dropdown .search-form__input:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.header-search-dropdown .search-form__submit {
    text-transform: uppercase;
}

.search-form--horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.search-form--horizontal .search-form__input-wrap {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-form--horizontal .search-form__submit-wrap {
    -webkit-box-flex: 0;
    box-flex: 0;
    -moz-flex: 0;
    -ms-flex: 0;
    flex: 0;
}

.search-results {
    color: rgba(0, 0, 0, 0.8);
}

.ajax-search .search-results {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ajax-search .search-results.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
}

.ajax-search .search-results .typing-loader {
    margin: 0 auto;
}

.ajax-search .search-results:not(.is-loading) .typing-loader {
    display: none;
}


/*Typing Loader*/

.typing-loader {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    position: relative;
    left: -12px;
}

@-webkit-keyframes typing {
    0% {
        background-color: black;
        -webkit-box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    25% {
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 12px 0px 0px 0px black, 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 12px 0px 0px 0px black, 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    75% {
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px black;
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px black;
    }
}

@keyframes typing {
    0% {
        background-color: black;
        -webkit-box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    25% {
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 12px 0px 0px 0px black, 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 12px 0px 0px 0px black, 24px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    75% {
        background-color: rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px black;
        box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px black;
    }
}

.search-results {
    padding-top: 20px;
    overflow: hidden;
}

body.search-results {
    padding-top: 0;
    overflow: visible;
}

.header-search-dropdown .search-results {
    max-height: calc(100vh - 108px);
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .header-search-dropdown .search-results {
        max-height: calc(100vh - 133px);
    }
}

.header-search-dropdown .search-results__inner {
    padding-bottom: 30px;
}

.search-results__view-all {
    display: block;
    clear: both;
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.28571rem;
    text-align: center;
}


/*---- Dropdown login ---*/

.nav-login__dropdown {
    padding: 20px;
    background: #fafafa;
}


/*
 * Header banner
 *--------------------*/

.header-main--inverse .search-form__input {
    background: #fff;
}

.navigation-bar--inverse .navigation--main>li>a,
.navigation-bar--inverse .navigation-bar-btn {
    color: rgba(255, 255, 255, 0.85);
}

.navigation-bar--inverse .navigation--main>li>a:hover,
.navigation-bar--inverse .navigation--main>li>a:focus,
.navigation-bar--inverse .navigation--main>li>a:active,
.navigation-bar--inverse .navigation-bar-btn:hover,
.navigation-bar--inverse .navigation-bar-btn:focus,
.navigation-bar--inverse .navigation-bar-btn:active {
    color: white;
}


/*
 * Mobile header
 *--------------------*/

.mobile-header {
    position: relative;
    height: 50px;
    background: #0057B2;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
    .mobile-header {
        height: 60px;
    }
}

.mobile-header__inner {
    padding: 0 15px;
}

.container .mobile-header__inner {
    padding: 0;
}

.mobile-header__inner--flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
}

.mobile-header__section {
    padding-right: 20px;
    white-space: nowrap;
}

.mobile-header__section:last-child {
    padding-right: 0;
}

.header-logo--mobile img {
    padding: 10px 0;
}

/* @media (min-width: 768px) {
    .header-logo--mobile img {
    }
} */

.mobile-header-btn {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    padding: 0 4px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: middle;
}

.mobile-header-btn:hover,
.mobile-header-btn:active,
.mobile-header-btn:focus {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 768px) {
    .mobile-header-btn {
        height: 60px;
    }
}

.mobile-header-btn:hover {
    color: rgba(0, 0, 0, 0.8);
}

.mobile-header-btn>span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .mobile-header-btn>span {
        line-height: 60px;
    }
}

.mobile-header-btn i {
    font-size: 26px;
    line-height: 50px;
}

@media (min-width: 768px) {
    .mobile-header-btn i {
        font-size: 24px;
        line-height: 60px;
    }
}

.mobile-header--dark,
.mobile-header--inverse {
    background: #0057B2;
    color: #fff;
}

.mobile-header--dark .mobile-header-btn,
.mobile-header--inverse .mobile-header-btn,
.mobile-header--inverse .header-logo a {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-header--dark .mobile-header-btn:hover,
.mobile-header--inverse .mobile-header-btn:hover,
.mobile-header--inverse .header-logo a:hover {
    color: white;
}


/*---- Sticky header ----*/

.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
    visibility: hidden;
    pointer-events: none;
    z-index: 50;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    -webkit-transform: translate3d(0, -101%, 0);
    -ms-transform: translate3d(0, -101%, 0);
    transform: translate3d(0, -101%, 0);
}

.sticky-header.is-shown {
    pointer-events: initial;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sticky-header.is-fixed {
    pointer-events: initial;
    visibility: visible;
}

@media (min-width: 992px) {
    .admin-bar .sticky-header.is-fixed {
        margin-top: 32px;
    }
}


/*---- Overlap header ---*/

.has-overlap-header .site-header--overlap::after {
    clear: both;
    content: "";
    display: table;
}

.has-overlap-header .site-header--overlap .navigation-bar {
    margin-bottom: -30px;
}

@media (min-width: 992px) {
    .has-overlap-header .atbs-block--fullwidth.atbs-mosaic-block--with-bg:first-child,
    .has-overlap-header .atbs-block--fullwidth.has-overlap-background:first-child,
    .has-overlap-header .atbs-block--fullwidth.has-background:first-child,
    .has-overlap-header .atbs-block--fullwidth:first-child .atbs-block__inner {
        padding-top: 60px;
    }
}

/* -----------------------------------------------------------------
## Forms
----------------------------------------------------------------- */

label {
    font-size: 14px;
    font-size: 1rem;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(0, 0, 0, 0.4);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
textarea.form-control,
select,
select.form-control {
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
textarea.form-control:focus,
select:focus,
select.form-control:focus {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

/* -----------------------------------------------------------------
## Icons
----------------------------------------------------------------- */

@font-face {
    font-family: 'mdicon';
    src: url("//4041669.fs1.hubspotusercontent-na1.net/hubfs/4041669/raw_assets/public/Nvic%20-%20BS%20Nation%20Child/css/nvic/fonts/mdicon.ttf") format("truetype"), 
      url("//4041669.fs1.hubspotusercontent-na1.net/hubfs/4041669/raw_assets/public/Nvic%20-%20BS%20Nation%20Child/css/nvic/fonts/mdicon.woff") format("woff");
        font-weight: normal;
        font-style: normal; 
  }

.mdicon {
    /* use !important to prevent issues with browser extensions that change fonts */
    display: inline-block;
    font-family: 'mdicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn .mdicon {
    font-size: 1.2em;
}

.mdicon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'mdicon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mdicon-schedule:before {
    content: "\e8b5";
}
.mdicon-add_circle:before {
    content: "\e147";
}
.mdicon-apps:before {
    content: "\e5c3";
}
.mdicon-arrow_back:before {
    content: "\e5c4";
}
.mdicon-arrow_downward:before {
    content: "\e5db";
}
.mdicon-arrow_drop_down:before {
    content: "\e5c5";
}
.mdicon-arrow_drop_up:before {
    content: "\e5c7";
}
.mdicon-arrow_forward:before {
    content: "\e5c8";
}
.mdicon-arrow_upward:before {
    content: "\e5d8";
}
.mdicon-audiotrack:before {
    content: "\e3a1";
}
.mdicon-border_color:before {
    content: "\e22b";
}
.mdicon-cached:before {
    content: "\e86a";
}
.mdicon-chat_bubble:before {
    content: "\e0ca";
}
.mdicon-chat_bubble_outline:before {
    content: "\e0cb";
}
.mdicon-navigate_before:before {
    content: "\e408";
}
.mdicon-navigate_next:before {
    content: "\e409";
}
.mdicon-close:before {
    content: "\e5cd";
}
.mdicon-mode_edit:before {
    content: "\e254";
}
.mdicon-crop_original:before {
    content: "\e3c4";
}
.mdicon-dehaze:before {
    content: "\e3c7";
}
.mdicon-remove_circle:before {
    content: "\e15c";
}
.mdicon-expand_less:before {
    content: "\e5ce";
}
.mdicon-expand_more:before {
    content: "\e5cf";
}
.mdicon-extension:before {
    content: "\e87b";
}
.mdicon-favorite:before {
    content: "\e87d";
}
.mdicon-favorite_border:before {
    content: "\e87e";
}
.mdicon-get_app:before {
    content: "\e884";
}
.mdicon-filter:before {
    content: "\e3d3";
}
.mdicon-flash_on:before {
    content: "\e3e7";
}
.mdicon-folder:before {
    content: "\e2c7";
}
.mdicon-folder_open:before {
    content: "\e2c8";
}
.mdicon-star:before {
    content: "\e838";
}
.mdicon-home:before {
    content: "\e88a";
}
.mdicon-open_in_new:before {
    content: "\e89e";
}
.mdicon-shopping_cart:before {
    content: "\e8cc";
}
.mdicon-local_offer:before {
    content: "\e54e";
}
.mdicon-mail_outline:before {
    content: "\e0e1";
}
.mdicon-menu:before {
    content: "\e5d2";
}
.mdicon-more_horiz:before {
    content: "\e5d3";
}
.mdicon-more_vert:before {
    content: "\e5d4";
}
.mdicon-person:before {
    content: "\e7fd";
}
.mdicon-play_arrow:before {
    content: "\e037";
}
.mdicon-play_circle_filled:before {
    content: "\e038";
}
.mdicon-play_circle_outline:before {
    content: "\e039";
}
.mdicon-public:before {
    content: "\e80b";
}
.mdicon-visibility:before {
    content: "\e8f4";
}
.mdicon-reply:before {
    content: "\e15e";
}
.mdicon-rss_feed:before {
    content: "\e0e5";
}
.mdicon-search:before {
    content: "\e8b6";
}
.mdicon-share:before {
    content: "\e80d";
}
.mdicon-shuffle:before {
    content: "\e043";
}
.mdicon-star_border:before {
    content: "\e83a";
}
.mdicon-star_half:before {
    content: "\e839";
}
.mdicon-thumb_up:before {
    content: "\e8dc";
}
.mdicon-trending_up:before {
    content: "\e8e5";
}
.mdicon-chevron-thin-down:before {
    content: "\e902";
}
.mdicon-chevron-thin-left:before {
    content: "\e900";
}
.mdicon-chevron-thin-right:before {
    content: "\e901";
}
.mdicon-chevron-thin-up:before {
    content: "\e903";
}
.mdicon-fire:before {
    content: "\e9a9";
}
.mdicon-enter:before {
    content: "\ea13";
}
.mdicon-telegram:before {
    content: "\ea95";
}
.mdicon-spinner2:before {
    content: "\e97b";
}
.mdicon-youtube-square:before {
    content: "\f166";
}
.mdicon-youtube:before {
    content: "\f167";
}
.mdicon-twitter:before {
    content: "\f099";
}
.mdicon-facebook:before {
    content: "\f09a";
}
.mdicon-facebook-f:before {
    content: "\f09a";
}
.mdicon-google-plus:before {
    content: "\f0d5";
}
.mdicon-linkedin:before {
    content: "\f0e1";
}
.mdicon-xing:before {
    content: "\f168";
}
.mdicon-youtube-play:before {
    content: "\f16a";
}
.mdicon-instagram:before {
    content: "\f16d";
}
.mdicon-tumblr:before {
    content: "\f173";
}
.mdicon-dribbble:before {
    content: "\f17d";
}
.mdicon-skype:before {
    content: "\f17e";
}
.mdicon-foursquare:before {
    content: "\f180";
}
.mdicon-vk:before {
    content: "\f189";
}
.mdicon-stumbleupon:before {
    content: "\f1a4";
}
.mdicon-behance:before {
    content: "\f1b4";
}
.mdicon-spotify:before {
    content: "\f1bc";
}
.mdicon-deviantart:before {
    content: "\f1bd";
}
.mdicon-soundcloud:before {
    content: "\f1be";
}
.mdicon-vine:before {
    content: "\f1ca";
}
.mdicon-codepen:before {
    content: "\f1cb";
}
.mdicon-twitch:before {
    content: "\f1e8";
}
.mdicon-yelp:before {
    content: "\f1e9";
}
.mdicon-pinterest-p:before {
    content: "\f231";
}
.mdicon-medium:before {
    content: "\f23a";
}
.mdicon-vimeo:before {
    content: "\f27d";
}
.mdicon-product-hunt:before {
    content: "\f288";
}
.mdicon-snapchat-ghost:before {
    content: "\f2ac";
}
.mdicon-exit2:before {
    content: "\ea15";
}
.mdicon-person_pin:before {
    content: "\e55a";
}
.mdicon-sign-out:before {
    content: "\f08b";
}
.mdicon-sort-asc:before {
    content: "\f0de";
}
.mdicon-sort-up:before {
    content: "\f0de";
}
.mdicon-envelope:before {
    content: "\f0e0";
}
.mdicon-linkedin1:before {
    content: "\f0e2";
}
.mdicon-rotate-left:before {
    content: "\f0e3";
}
.mdicon-undo:before {
    content: "\f0e3";
}
.mdicon-gavel:before {
    content: "\f0e4";
}
.mdicon-legal:before {
    content: "\f0e4";
}
.mdicon-dashboard:before {
    content: "\f0e5";
}
.mdicon-tachometer:before {
    content: "\f0e5";
}
.mdicon-comment-o:before {
    content: "\f0e6";
}
.mdicon-comments-o:before {
    content: "\f0e7";
}
.mdicon-cloud-download:before {
    content: "\f0ed";
}
.mdicon-cloud-upload:before {
    content: "\f0ee";
}
.mdicon-user-md:before {
    content: "\f0f0";
}
.mdicon-stethoscope:before {
    content: "\f0f1";
}
.mdicon-suitcase:before {
    content: "\f0f2";
}
.mdicon-bell:before {
    content: "\f0f3";
}
.mdicon-coffee:before {
    content: "\f0f4";
}
.mdicon-cutlery:before {
    content: "\f0f5";
}
.mdicon-beer:before {
    content: "\f0fc";
}
.mdicon-h-square:before {
    content: "\f0fd";
}
.mdicon-plus-square:before {
    content: "\f0fe";
}
.mdicon-angle-double-left:before {
    content: "\f100";
}
.mdicon-angle-double-right:before {
    content: "\f101";
}
.mdicon-angle-double-up:before {
    content: "\f102";
}
.mdicon-angle-double-down:before {
    content: "\f103";
}
.mdicon-angle-left:before {
    content: "\f104";
}





.mdicon~span {
    vertical-align: middle;
}

.mdicon--first {
    margin-right: 0.35em;
}

.mdicon--last {
    margin-left: 0.35em;
}

.icon-twitter,
.icon-facebook,
.icon-google-plus,
.icon-linkedin,
.icon-youtube,
.icon-tumbler,
.icon-dribbble,
.icon-vk,
.icon-stumbleupon,
.icon-behance,
.icon-soundcloud,
.icon-vine,
.icon-twitch,
.icon-facebook-official,
.icon-pinterest_p,
.icon-vimeo {
    font-size: 1em;
}

.icon--2x.icon--2x {
    font-size: 200%;
}

/* -----------------------------------------------------------------
## Links
----------------------------------------------------------------- */

a.link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a.link:active,
a.link:focus,
a.link:hover,
a.link:visited {
    color: inherit;
    text-decoration: none;
}

a.link--meta {
    color: rgba(0, 0, 0, 0.4);
}

a.link--meta:active,
a.link--meta:focus,
a.link--meta:hover {
    color: rgba(0, 0, 0, 0.6);
}

a.link--underlined {
    text-decoration: underline;
}

a.link--underlined:active,
a.link--underlined:focus,
a.link--underlined:hover {
    text-decoration: underline;
}

a.link--underlined-hover:hover {
    text-decoration: underline;
}

/* -----------------------------------------------------------------
## Login Form
----------------------------------------------------------------- */

.login-lost-password,
.login-with-social {
    text-align: center;
}

.login-lost-password a {
    text-decoration: underline;
}

.login-submit,
.register-submit {
    margin-top: 20px;
}

.login-modal .modal-dialog {
    width: 400px;
    max-width: 90vw;
    margin: 10vh auto;
}

@media (min-width: 768px) {
    .login-modal .modal-dialog {
        margin: 15vh auto;
    }
}

.login-modal .modal-title .nav-tabs {
    border-bottom: none;
    text-align: center;
}

.login-modal .modal-title .nav-tabs li {
    margin-bottom: 5px;
}

.login-modal .modal-title .nav-tabs li:not(:last-child) {
    margin-right: 15px;
}

.login-modal .modal-title .nav-tabs a {
    padding: 0;
    border: none !important;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.4);
}

.login-modal .modal-title .nav-tabs li.active a,
.login-modal .modal-title .nav-tabs a:hover {
    border-bottom: 1px solid currentColor !important;
    color: rgba(0, 0, 0, 0.8);
}

.login-modal .modal-body {
    padding: 15px;
}

@media (min-width: 768px) {
    .login-modal .modal-body {
        padding: 30px;
    }
}


/* -----------------------------------------------------------------
## Modal
----------------------------------------------------------------- */

.modal-dialog {
    margin: 15vh auto;
}

.modal-header {
    padding: 15px;
}

@media (min-width: 768px) {
    .modal-header {
        padding: 20px 30px;
    }
}

.modal-title.modal-title {
    margin: 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.42857143;
    text-transform: uppercase;
}


/* -----------------------------------------------------------------
## Navigations
----------------------------------------------------------------- */

.navigation,
.menu,
.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation,
.menu {
}

.navigation .sub-menu li {
    position: relative;
}

.navigation a {
    display: inline-block;
    text-decoration: none;
}

.navigation--horizontal::after {
    clear: both;
    content: "";
    display: table;
}

.navigation--horizontal>li {
    float: left;
}

.navigation--inline>li {
    display: inline-block;
}

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

.navigation--center>li {
    display: inline-block;
}

/* -----------------------------------------------------------------
## Offcanvas Menu
----------------------------------------------------------------- */

body.is-atbs-offcanvas-opened {
    overflow: hidden;
}

.atbs-offcanvas {
    max-width: 100%;
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    background: #fff;
    z-index: 1039;
    /* bootstrap modal */
    -webkit-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

body.admin-bar .atbs-offcanvas {
    margin-top: 46px;
}

@media (min-width: 768px) {
    .atbs-offcanvas {
        width: 360px;
    }
}

@media (min-width: 784px) {
    body.admin-bar .atbs-offcanvas {
        margin-top: 32px;
    }
}

.atbs-offcanvas.is-active {
    -webkit-box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.atbs-offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1030;
    /* bootstrap backdrop */
}

.atbs-offcanvas-close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: auto;
    left: auto;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    background: transparent;
    color: rgba(0, 0, 0, 0.4) !important;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
}

.atbs-offcanvas__title {
    position: relative;
    padding: 20px 50px 20px 20px;
    font-size: 14px;
}

.atbs-offcanvas__title .social-list {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
}

.atbs-offcanvas__section {
    padding: 20px;
}

.atbs-offcanvas__section:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.atbs-offcanvas__section-search+.atbs-offcanvas__section-navigation {
    padding-top: 0;
    border-top: none;
}

.navigation--offcanvas {
    margin: 0 -20px;
}

.navigation--offcanvas li {
    color: rgba(0, 0, 0, 0.6);
}

.navigation--offcanvas li>a {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 5px 7px;
    background: transparent;
    color: rgba(0, 0, 0, 0.6);
}

.navigation--offcanvas li>a:hover,
.navigation--offcanvas li>a:active,
.navigation--offcanvas li>a:focus {
    color: inherit;
    text-decoration: none;
}

.navigation--offcanvas li>a:hover {
    background: rgba(0, 0, 0, 0.02);
}

.navigation--offcanvas li>a:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-right: 3px solid #FC3C2D;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

.navigation--offcanvas li.current-menu-item>a:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navigation--offcanvas li.menu-item-has-children>a {
    padding-right: 56px;
}

.navigation--offcanvas>li>a {
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.navigation--offcanvas .sub-menu {
    display: none;
    padding: 5px 0;
}

.navigation--offcanvas>li>.sub-menu>li>a {
    padding-left: 40px;
}

.navigation--offcanvas>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 50px;
}

.navigation--offcanvas .submenu-toggle {
    display: block;
    width: 36px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    text-align: center;
}

.navigation--offcanvas .submenu-toggle i {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: 0;
    font-size: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/* ----------------------- header */
/*
    Layout
*/

/*
    Content
*/
.site-content {
    /*padding-top: 0;*/
}

.site-header{
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #0057B2;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.mobile-header {
    background-color: #0057B2;
}
.inverse-text .mobile-header-btn i {
    color: #fff;
}

.navigation-menu-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 40px;
}
.navigation-bar{
    height: 100px;
    padding: 0 40px 0 40px;
}
.btn-menu-bar-icon {
    display: flex;
}
.site-header .navigation-bar__section:nth-child(3) {
    padding-left: 0;
    position: relative;
}
.site-header .navigation-bar__section:nth-child(3) .navigation-bar-btn:before {
    content: '';
    width: 1px;
    height: 25px;
    background-color: #222222;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}
.site-header .navigation-bar--inverse .navigation-bar__section:nth-child(3) .navigation-bar-btn:before  {
    background-color: rgba(255,255,255,0.2);
}
.site-header .navigation-bar--inverse .navigation-bar__section:nth-child(3) .navigation-bar-btn {
    padding-left: 30px;
    position: relative;
}
.site-header .navigation-bar__inner{
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    border-bottom: 0;
}
.navigation-bar .header-logo a{
    display: block;
}
.navigation-bar .header-logo img{
    max-height: 60px;
    padding: 0;
}
.site-header ul.navigation--main {
    /*margin: 0 -25px;*/
}
.navigation--main>li>a{
    height: 100px;
    line-height: 100px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.navigation--main>li>a:before {
    /*display: none;*/
    background-color: #fff;
}
.navigation--main>li:hover>a, .navigation--main>li.current-menu-item>a{
    color: #fff;
    font-weight: 500;
}
.navigation-bar__inner {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.navigation-bar-btn{
    height: 100px;
    padding: 0 20px 0 0;
}
/*.navigation-bar-btn:hover,
.navigation-bar-btn:active,
.navigation-bar-btn:focus {
    color: var(--color-white);
}*/
.navigation-bar-btn:not(:last-child) {
    margin-right: 25px;
    padding-right: 0;
}
.nav-btn-square.background-primary {
    color: #fff !important;
    background-color: var(--color-primary);
}

.nav-btn-square  {
    width: 100px;
    height: 100px;
}
.navigation-bar-btn i{
    line-height: 100px;
    font-size: 25px;
}
.navigation-bar-btn:last-child {
    padding-right: 0;
}

.btn-menu-bar-icon span{
    display: block;
    width: 25px;
    height: 1px;
    background-color: #000;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 100px;
}
.btn-menu-bar-icon span:before,
.btn-menu-bar-icon span:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
    right: 0;
}
.btn-menu-bar-icon span:before{
    top: -8px;
}
.btn-menu-bar-icon span:after{
    bottom: -8px;
}

/*sticky*/
.sticky-header .navigation-bar {
    padding-left: 0;
}
.sticky-header .navigation-bar .header-logo {
    padding-right: 0;
    margin-left: 10px;
    line-height: 60px;
}
.sticky-header .navigation-bar .header-logo a {
    display: flex;
}
.header-search-dropdown .search-form__submit {
    background-color: var(--color-primary);
}
.sticky-header .navigation-bar{
    height: 60px;
}
.sticky-header .navigation-bar .header-logo img{
    max-height: 60px;
    padding: 12px 0;
}
.sticky-header .navigation--main>li>a{
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    font-size: 14px;
    color: #222222;
}
.sticky-header .navigation-bar-btn{
    height: 60px;
}
.sticky-header .navigation-bar-btn i{
    line-height: 60px;
    font-size: 20px;
    color: #222222;
}
.sticky-header .navigation-bar-btn:not(:last-child) {
    margin-right: 8px;
    padding-right: 0;
}
/*header mobile*/

/*off canvas*/
.navigation--offcanvas .sub-menu {
    padding: 10px 0;
    font-size: 15px ;
}
.navigation--offcanvas>li>a{
    font-size: 16px;
    font-weight: 600;
}

.atbs-offcanvas .btn-form-author a{
    font-size: 14px;
    font-weight: 400;
}

.social-list>li>a {
    color: #222222;
    opacity: 0.5;
}
.social-list>li>a:hover {
    color: #222222;
    opacity: 1;
}

/* search */

@media (max-width: 1366px) {
    .navigation-bar{
        padding: 0 15px;
    }
    .navigation-menu-section {
        padding: 0 30px;
    }
    .site-header ul.navigation--main {
        margin: 0 -20px;
    }
    .navigation--main>li>a {
        padding: 0 20px;
        font-size: 16px;
    }
}
@media (max-width: 1230px) {
    .navigation-bar{
        padding: 0 15px;
    }
}
@media (max-width: 1199px) {
    .navigation-menu-section {
        padding: 0 15px;
    }
    .site-header ul.navigation--main {
        margin: 0 -15px;
    }
    .navigation--main>li>a {
        padding: 0 15px;
    }
}
/* .header ----------------------- */
/* =============================================================================
   Footer Style
============================================================================= */
/*Footer Setting Defatbsult*/
.site-footer {
    --color-white-footer: #222222;
    --color-border: rgba(0,0,0,0.1);
    --background-dark-mode: transparent;
    --background-dark-mode-aside: #353535;
}
.site-footer.inverse-text {
    --color-white-footer: #fff;
    --color-border: rgba(255,255,255,0.1);
}
.site-footer.footer-1.inverse-text,
.site-footer.footer-2.inverse-text,
.site-footer.footer-3.inverse-text,
.site-footer.footer-4.inverse-text {
    --background-dark-mode: #666666;
    --background-dark-mode-aside: #666666;
}
/*.site-footer.footer-1,
.site-footer.footer-2,
.site-footer.footer-3,
.site-footer.footer-4 {
    --background-dark-mode: #222222;
    --background-dark-mode-aside: #353535;
}*/
/**/
.site-footer .widget:not(:last-child) {
    margin-bottom: 40px;
}
.site-footer  [class*="list-seperated"]>*:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
}
.site-footer .owl-carousel.js-atbssuga-carousel-1i-dot-center-number .owl-prev,
.site-footer .owl-carousel.js-atbssuga-carousel-1i-dot-center-number .owl-next {
    color: var(--color-white-footer);
}
/**/
.site-footer [class *='atbs-atoz-widget']:not([class *='atbs-widget-subscribe-']) p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    opacity: 0.8;
}
/**/

.site-footer.footer-1 {
    margin-top: 100px;
    padding: 24px 0 24px 0;
    background-color: #666666;
}
.site-footer.footer-1 .site-footer__section-inner {
    padding: 0 40px;
}


.section-last-child {
    padding-top: 37.5px;
    border-top: 1px solid rgba(255,255,255,0.5);
    margin-top: 20px;
}
.footer-menu  .navigation--inline{
    margin: -3px -30px;
}
.footer-menu  .navigation--inline>li {
    padding: 3px 30px;
}
.site-footer .site-logo a {
    display: block;
}


.text-color-convert .site-logo-description {
    margin-top: 25px;
    color: var(--color-white-footer);
    font-size: 1.1428rem; /*font system*/
    line-height: 1.5;
    opacity: 0.8;
}
.site-footer .social-list:not(.author-social-list) {
    margin: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.site-footer .social-list:not(.author-social-list)>li {
    padding: 4px;
}
.site-footer .social-list:not(.author-social-list)>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*width: 40px;*/
    /*height: 40px;*/
    border-radius: 50%;
    color: #fff;
    opacity: 0.5;
}
.site-footer .social-list:not(.author-social-list)>li>a:hover {
    opacity: 1;
}
.site-footer .social-list>li>a>i {
    font-size: 17px;
}

.text-color-convert:not(.inverse-text) .social-list:not(.author-social-list)>li>a {
    border: 1px solid var(--color-white-footer);
    color: var(--color-white-footer);
}
.text-color-convert.inverse-text .social-list:not(.author-social-list)>li>a {
    background-color: var(--background-dark-mode-aside);
    color: var(--color-white-footer);
}
/**/
.site-footer .navigation--horizontal {
    margin: -2.5px -30px;
}
.site-footer .navigation--horizontal li {
    display: inline-block;
    padding: 2.5px 30px;
}
.site-footer .navigation li a {
    text-transform: uppercase;
    font-size: 16px; /*font system*/
    line-height: 1.5;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.04em;
}

/**/
.site-footer .atbs-widget-categories-4 .widget-category:not(:hover)  .category-thumb {
    opacity: 0;
}
.site-footer .atbs-widget-categories-4 .widget-category:not(:hover) .category-title a {
    background-color: transparent;
    color: var(--color-white-footer);
}
/**/
.text-color-convert .atbs-atoz-widget .widget__title .widget__title-text {
    color: var(--color-white-footer);
}
.text-color-convert .atbs-atoz-widget .widget__title-style-1 i {
    border: 1px solid var(--color-white-footer);
    /*color: #fff;*/
    color: var(--color-white-footer);
}
/**/
.site-footer .atbs-widget-tag-1 .widget-tags-list {
    margin: -5px;
}
.site-footer .atbs-widget-tag-1 .widget-tags-list li {
    padding: 5px;
}
.text-color-convert .atbs-widget-tag-1 .post-tag {
    border: 1px solid var(--color-border);
    color: var(--color-white-footer);
}
.text-color-convert .atbs-widget-tag-1 .post-tag:hover {
    border: 1px solid var(--color-primary);
}
/**/
.text-color-convert [class *='atbs-atoz-widget'] p,
.text-color-convert .widget__author .author__name a,
.text-color-convert .widget__author .social-list>li>a,
.text-color-convert .atbs-widget-posts-1 .post--no-thumb .time,
.text-color-convert .atbs-widget-posts-1 .post--no-thumb .post__cat,
.text-color-convert .atbs-widget-posts-1 .post--no-thumb .post__title,
.text-color-convert .atbs-widget-posts-2 .post--vertical .time,
.text-color-convert .atbs-widget-posts-2 .post--vertical .post__cat,
.text-color-convert .atbs-widget-posts-2 .post--vertical .post__title,
.text-color-convert .atbs-widget-posts-3 .post--horizontal .time,
.text-color-convert .atbs-widget-posts-3 .post--horizontal .post__cat,
.text-color-convert .atbs-widget-posts-3 .post--horizontal .post__title,
.text-color-convert .atbs-widget-posts-review-1 .post--no-thumb-review-score .time,
.text-color-convert .atbs-widget-posts-review-1 .post--no-thumb-review-score .post__cat,
.text-color-convert .atbs-widget-posts-review-1 .post--no-thumb-review-score .post__title,
.text-color-convert .atbs-widget-posts-6 .post--no-thumb-card .time,
.text-color-convert .atbs-widget-posts-6 .post--no-thumb-card .post__cat,
.text-color-convert .atbs-widget-posts-6 .post--no-thumb-card .post__title {
    color: var(--color-white-footer);
}

/**/
.site-footer:not(.footer-3):not(.footer-7) .atbs-widget-posts-review-1 .post--no-thumb-review-score[data-dark-mode="true"]:before {
    background-image: -o-radial-gradient(50% 0, circle, transparent 40px, var(--background-dark-mode-aside) 0);
    background-image: radial-gradient(circle at 50% 0, transparent 40px, var(--background-dark-mode-aside) 0);
    /*z-index: 1;*/
}
.site-footer:not(.footer-3):not(.footer-7) .atbs-widget-posts-review-1 .post--no-thumb-review-score[data-dark-mode="true"] .review-count-percent .progress-score__meter {
    stroke: var(--background-dark-mode-aside);
    fill: var(--background-dark-mode-aside);
}
.site-footer:not(.footer-3):not(.footer-7) .atbs-widget-posts-review-1 .post--no-thumb-review-score[data-dark-mode="true"] .review-count-percent .progress-score-number {
    background-color: var(--background-dark-mode-aside);
}


/**/
.text-color-convert .atbs-widget-categories-2 .category-counter {
    background-color: var(--background-dark-mode-aside);
}
/**/
.text-color-convert .owl-carousel.carousel-dot-center-number .owl-prev,
.text-color-convert .owl-carousel.carousel-dot-center-number .owl-next {
    color: var(--color-white-footer);
}
/**/
.site-footer:not(.footer-subscribe_style-2) [class*='atbs-widget-subscribe-'] .form-control .form-description,
.site-footer:not(.footer-subscribe_style-2) [class*='atbs-widget-subscribe-'] .form-control h4 {
    text-align: left;
}
.site-footer.footer-subscribe_style-2 [class*='atbs-widget-subscribe-'] .form-control .form-description,
.site-footer.footer-subscribe_style-2 [class*='atbs-widget-subscribe-'] .form-control h4 {
    text-align: center;
}
/**/
.site-footer [class*='atbs-widget-subscribe-'] .subscribe-form form p:last-child {
    margin-bottom: 0;
}
.site-footer [class*='atbs-widget-subscribe-'] p input,
.site-footer [class*='atbs-widget-subscribe-'] p button {
    min-height: 50px;
}
.text-color-convert [class*='atbs-widget-subscribe-'] p input {
    background-color: transparent;
    border: 1px solid var(--color-border);
    color: var(--color-white-footer);
}
.text-color-convert [class*='atbs-widget-subscribe-'] p input::-webkit-input-placeholder {
    color: var(--color-white-footer);
    opacity: 0.5;
}
.text-color-convert [class*='atbs-widget-subscribe-'] p input::-moz-placeholder {
    color: var(--color-white-footer);
    opacity: 0.5;
}
.text-color-convert [class*='atbs-widget-subscribe-'] p input:-ms-input-placeholder {
    color: var(--color-white-footer);
    opacity: 0.5;
}
.text-color-convert [class*='atbs-widget-subscribe-'] p input::-ms-input-placeholder {
    color: var(--color-white-footer);
    opacity: 0.5;
}
.text-color-convert [class*='atbs-widget-subscribe-'] p input::placeholder {
    color: var(--color-white-footer);
    opacity: 0.5;
}
.text-color-convert [class*='atbs-widget-subscribe-'] .form-control h4 {
    color: var(--color-white-footer);
}
.text-color-convert [class*='atbs-widget-subscribe-'] .form-control .form-description {
    color: var(--color-white-footer);
}
/**/
.text-color-convert [class *='atbs-widget-categories-'] .category-title a {
    color: var(--color-white-footer);
}
.text-color-convert .atbs-widget-categories-4 .widget-category:hover .category-title a {
    /*color: #222222;*/
}
/**/
.site-footer .atbs-widget-categories-3 .posts-list {
    margin: -5px;
}
.site-footer .atbs-widget-categories-3 .posts-list .list-item {
    padding: 5px;
}
/**/

@media (min-width: 768px) {
    .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) > *:nth-child(1),
    .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) > *:nth-child(3) {
        width: 25%;
    }
    .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) > *:nth-child(2) {
        width: 50%;
    }
}
@media (max-width: 1199px) {
    .site-footer .navigation--horizontal {
        margin: -2.5px -15px;
    }
    .site-footer .navigation--horizontal li {
        padding:2.5px 15px;
    }

    .site-footer.footer-1 {
        margin-top: 90px;
        padding: 50px 0 50px 0;
    }
}
@media (max-width: 991px) {
    .site-footer.footer-1 .site-footer__section-inner {
        padding: 0 15px;
    }

    .site-footer .navigation--horizontal {
        margin: -2.5px -10px;
    }
    .site-footer .navigation--horizontal li {
        padding: 2.5px 10px;
    }
    .site-footer.footer-1 {
        margin-top: 50px;
        padding: 40px 0 40px 0;
    }
}
@media (max-width: 767px) {
    .site-footer.footer-1 {
        padding: 40px 0 40px 0;
    }
    .site-footer.footer-1  .site-footer__section-inner .section-row > * {
        width: 100%;
        text-align: center;
    }
    .site-footer.footer-1  .site-footer__section-inner .section-row > *:not(:last-child) {
        border-bottom: 1px dashed rgba(255,255,255,0.3);
        padding: 0 0 25px 0;
        margin-bottom: 30px;
    }
    .site-footer .site-logo a {
        text-align: center;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .site-footer.footer-1 .site-footer__section-inner .section-row:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    /*.site-footer.footer-1 .section-column-right {*/
    /*    border-bottom: 1px dashed rgba(255,255,255,0.5);*/
    /*    padding: 0 0 25px 0;*/
    /*    margin-bottom: 30px;*/
    /*}*/
    /*.site-footer.footer-1 .section-column-left {*/
    /*    margin-bottom: 2px;*/
    /*}*/

    .site-footer .social-list:not(.author-social-list) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 2px;
    }
    .site-footer.footer-1 .section-last-child {
        padding-top: 25px;
        border-top: 1px dashed rgba(255,255,255,0.5);
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .site-logo img {
        max-width: 170px;
    }
}
@media (max-width: 480px) {
    .site-logo img {
        max-width: 150px;
    }
}



.block-heading--center.block-heading_style-1 .block-heading__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.block-heading_style-1 .block-heading__title {
    font-size: 4.2857rem;
    line-height: 1.1;
    letter-spacing: 0;
    font-weight: 800;
    width: 100%;
    position: relative;
    color: #C7C7C7;
    text-transform: capitalize;
    padding-bottom: 13px;
}

.block-heading_style-1 .block-heading__title:before {
    content: '';
    width: 80px;
    height: 4px;
    background-color: var(--color-primary);
}
.block-heading_style-1 .block-heading__title:after {
    width: 100%;
    height: 1px;
    background-color: #222222;
    opacity: 0.1;
}
.block-heading_style-1 .block-heading__title:before,
.block-heading_style-1 .block-heading__title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.block-heading_style-1 .block-heading__title .first-word {
    color: var(--color-primary);
    padding-right: 10px;
}


.block-heading_style-1.block-heading--center .block-heading__title:before {
    left: 50%;
    transform: translateX(-50%);
}

.block-heading_style-1.block-heading-no-line .block-heading__title:before,
.block-heading_style-1.block-heading-no-line .block-heading__title:after {
    display: none;
}
.block-heading_style-1.block-heading-no-line .block-heading__title {
    padding-bottom: 0;
}
.block-heading_style-2 {
    padding-bottom: 6px;
    position: relative;
}
.block-heading_style-2:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
}
.block-heading_style-2 .block-heading__title {
    padding: 10px 30px;
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 700;
    font-size: 1.8571rem;
    line-height: 1.1;
}
@media (min-width: 992px) {
    .block-heading_style-1.block-heading_style-1-small {
        margin-bottom: 40px;
    }
    .block-heading_style-1.block-heading_style-1-small  .block-heading__title {
        font-size: 2.8571rem;
    }

}
@media (max-width: 1199px) {
    .block-heading_style-1 .block-heading__title {
        font-size: 3.2857rem;
    }
  
}
@media (max-width: 991px) {
    .block-heading_style-1 .block-heading__title {
        font-size: 2.857142857142857rem;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .block-heading_style-1 .block-heading__title {
        font-size: 2.2857142857142856rem;
        line-height: 1.3;
    }
}
@media (max-width: 575px) {
    .block-heading_style-1 .block-heading__title {
        font-size: 2.2rem;
        line-height: 1.3;
    }

    .block-heading_style-2 .block-heading__title {
        font-size: 1.8rem;
    }
}
@media (max-width: 480px) {
    .block-heading_style-1 .block-heading__title {
        font-size: 2rem;
        line-height: 1.3;
    }

    .block-heading_style-2 .block-heading__title {
        font-size: 1.5rem;
    }
}

.site-content {
    padding-top: 0;
}
.post__title, .entry-title {
    text-transform: none;
    color: var(--color-title);
}
.background-dots {
    background: linear-gradient(90deg, var(--color-bg) 13px, transparent 1%) center, linear-gradient(var(--color-bg) 13px, transparent 1%) center,#333333;
    background-size: 15px 15px;
}

.author_name--wrap span {
    margin-right: 2px;
}
.post__thumb-radius a,
.post__thumb-radius a>img{
    border-radius: 5px;
}


.post-author.post-author_style-5,
.post-author.post-author_style-7 {
    display: flex;
    align-items: center;
}

.post-author.post-author_style-5 .post-author__avatar {
    margin-right: 15px;
}

.post-author.post-author_style-5 .post-author__avatar,
.post-author.post-author_style-5 .post-author__avatar img {
    min-width: 50px !important;
    min-height: 50px !important;
    width: 50px !important;
    height: 50px !important;
}


.post-author_style-5 .post-author__text {
    display: flex;
    flex-direction: column;
}
.post-author_style-5 .post-author__text .post-author__name,
.post-author_style-5 .post-author__text .author_name--wrap span,
.post-author_style-6 .post-author__text .post-author__name,
.post-author_style-6 .post-author__text .author_name--wrap span,
.post-author_style-7 .post-author__text .post-author__name,
.post-author_style-7 .post-author__text .author_name--wrap span {
    font-size: 1.0714rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
}
.inverse-text .post-author_style-5 .post-author__text .author_name--wrap span,
.inverse-text .post-author_style-6 .post-author__text .author_name--wrap span,
.inverse-text .post-author_style-7 .post-author__text .author_name--wrap span {

    color: rgba(255,255,255,0.8);
}
.post-author_style-5 .post-author__text .author_name--wrap span,
.post-author_style-6 .post-author__text .author_name--wrap span,
.post-author_style-7 .post-author__text .author_name--wrap span {
    font-weight: 400;
    opacity: 1;
}
.post-author_style-5 .post-author__text time,
.post-author_style-7 .post-author__text time {
    margin-top: 5px;
    margin-left: 0;
    font-size: 1.0714rem;
    font-weight: 400;
    opacity: 0.6;
    font-style: normal;
    text-transform: capitalize;
    line-height: 1;
}


.post-author_style-7 .post-author__text {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.post-author_style-7 .post-author__text time {
    margin-left: 12px;
    margin-top: 0;
}

.time-style-1 time.time {
    font-size: 1.0714rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    font-style: normal;
    opacity: 0.8;
}
.inverse-text .time-style-1 time.time {
    opacity: 0.8;
}


.post__readmore-style-2 svg {
    fill: rgba(34, 34, 34, 0.8)
}
.post__readmore-style-2 a {
    display: flex;
    align-items: center;
}
.post__readmore-style-2 a,
.post__readmore-style-2 a:hover,
.post__readmore-style-2 a:active,
.post__readmore-style-2 a:focus {
    text-decoration: none;
    color: rgba(34, 34, 34, 0.8);
}
.post--vertical-thumb-among .time-style-1 .time {
    font-size: 1.07142857143rem;
}

.inverse-text .post__readmore-style-2 .readmore__text {
    color: rgba(255, 255, 255, 0.8);
}
.inverse-text .post__readmore-style-2 svg {
    fill: rgba(255, 255, 255, 0.8)
}
.inverse-text .post__readmore-style-2 a,
.inverse-text .post__readmore-style-2 a:hover,
.inverse-text .post__readmore-style-2 a:active,
.inverse-text .post__readmore-style-2 a:focus {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    .post-author_style-7 .post-author__text {
        flex-direction: column;
        align-items: flex-start;
    }
    .post-author_style-7 .post-author__text time {
        margin-left: 0;
        margin-top: 5px;
    }
}


@media (max-width: 480px) {
    .post-author_style-5 .post-author__text time {
        display: none;
    }
}


/*Featured Module 1*/
.atbs-featured-module-1 .atbs-block__inner:after,
.atbs-featured-module-1 .atbs-block__inner:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}
.atbs-featured-module-1 .atbs-block__inner:after {
    top: 0;
    bottom: 80%;
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
}
.atbs-featured-module-1 .atbs-block__inner:before {
    top: 80%;
    bottom: 0;
    background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
}
.atbs-featured-module-1 .atbs-block__inner-group {
    max-width: 1795px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.atbs-featured-module-1 .section-main {
    padding: 138px 0 138px 80px;
    width: 73.3711048159%;
    position: relative;
}
.atbs-featured-module-1 .section-main:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: calc(100% - 31.2741312741%);
    background-color: var(--color-primary);
    z-index: 3;
}
.atbs-featured-module-1 .section-main > * {
    position: relative;
    z-index: 4;
}
.atbs-featured-module-1 .section-sub__inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.atbs-featured-module-1 .section-sub {
    width: calc(100% - 73.3711048159%);
    padding-left: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
}
.atbs-featured-module-1 .section-sub .posts-list > *:not(:last-child) {
    margin-bottom: 30px;
}
.post--horizontal-circle .post__thumb {
    border-radius: 50%;
    width: 53.4979423868%;
    height: 0;
    padding-bottom: 53.4979423868%;
    overflow: hidden;
    margin-right: 40px;
}
.post--horizontal-circle .post__thumb a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.post--overlay-outside {
    position: relative;
    margin-right: 35px;
    padding-right: 35px;
    overflow: visible;
}
.post--overlay-outside .post__text,
.post--overlay-outside .post__text-inner {
    position: static;
}
.post--overlay-outside .post__readmore a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%,-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #222222;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post--overlay-outside:hover .post__readmore a {
    background-color: var(--color-primary);
    color: #fff;
}
.post--overlay-outside:hover .post__readmore a path {
    fill: #fff;
    stroke: #fff;
}
.atbs-featured-module-1 .owl-dots {
    display: none;
}
.atbs-featured-module-1 .owl-nav {
    position: absolute;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.atbs-featured-module-1 .owl-next,
.atbs-featured-module-1 .owl-prev {
    border-color: #fff;
    color: #fff;
    opacity: 0.6;
}

.atbs-featured-module-1 .owl-next:hover,
.atbs-featured-module-1 .owl-prev:hover {
    background-color: #fff;
    color: var(--color-primary);
    opacity: 1;
}

@media (max-width: 1860px) {
    .atbs-featured-module-1 .atbs-block__inner-group {
        max-width: 1680px;
    }
}

@media (max-width: 1680px) {
    .atbs-featured-module-1 .atbs-block__inner-group {
        max-width: 1540px;
    }

    .atbs-featured-module-1 .section-main {
        width: 70.3711048159%;
    }
    .atbs-featured-module-1 .section-main:before {
        right: calc(100% - 33.2741312741%);
    }
    .atbs-featured-module-1 .section-sub {
        width: calc(100% - 70.3711048159%);
        padding-left: 50px;
    }
}


@media (max-width: 1680px) and (min-width: 1367px) {
    .post--horizontal-circle .post__title {
        font-size: 3rem;
        line-height: 1.3;
    }
}
@media (max-width: 1366px) {
    .atbs-featured-module-1 .section-main:before {
        right: calc(100% - 31.274131%);
    }
}
@media (max-width: 1366px) and (min-width: 1200px), (max-width: 1199px) and (min-width: 992px) {
    .post--horizontal-circle .post__title {
        font-size: 2.5rem;
        line-height: 1.3;
    }
    .post--horizontal-circle .post__excerpt {
        margin-bottom: 0;
    }
    .post--horizontal-circle .post__meta {
        display: none;
    }
    .post--horizontal-circle .post__thumb {
        width: 49.4979423868%;
        padding-bottom: 49.4979423868%;
    }
}

@media (max-width: 1199px) {
    .atbs-featured-module-1 .atbs-block__inner:after,
    .atbs-featured-module-1 .atbs-block__inner:before {
        display: none;
    }
    .atbs-featured-module-1 .section-main {
        padding: 100px 0 100px 80px;
        width: 100%;
    }
    .atbs-featured-module-1 .section-sub {
        flex: none;
        position: static;
        width: 100%;
        overflow: visible;
        padding-left: 35px;
    }
    .atbs-featured-module-1 .section-sub .posts-list {
        margin: -15px;
    }
    .atbs-featured-module-1 .section-sub .posts-list > * {
        padding: 15px;
        width: 50%;
    }
    .atbs-featured-module-1 .section-sub .posts-list > *:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .post--overlay-outside.post--overlay .post__text {
        min-height: 300px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .post--horizontal-circle .post__title {
        font-size: 2.4rem;
        line-height: 1.4;
    }
}

@media (max-width: 991px) {
    .post--horizontal-circle .post__excerpt {
        margin-bottom: 0;
    }
    .post--horizontal-circle .post__meta {
        display: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .post--horizontal-circle .post__title {
        font-size: 2.1428rem;
        line-height: 1.4;
    }
}

@media (max-width: 860px) {
    .atbs-featured-module-1 .section-main {
        padding: 70px 0 70px 0;
        width: 100%;
    }
    .atbs-featured-module-1 .section-sub {
        padding-left: 0;
    }
    .post--overlay-outside {
        padding-right: 0;
        margin-right: 0;
    }
    .post--overlay-outside.post--overlay .post__text {
        min-height: 300px;
    }
    .post--overlay-outside .post__readmore {
        display: none;
    }



    .atbs-featured-module-1 .owl-dots {
        display: block;
    }
    .atbs-featured-module-1 .owl-nav {
        display: none;
    }
}


@media (max-width: 767px) {
    .atbs-featured-module-1 .section-main {
        padding-bottom: 0;
    }
    .atbs-featured-module-1 .section-main:before {
        width: 100vw;
        height: 38vw;
        right: -15px;
    }
    .post--horizontal-circle .post__thumb {
        margin-bottom: 20px;
    }
    .post--horizontal-circle .post__text,
    .post--horizontal-circle .post__excerpt,
    .post--horizontal-circle .post__thumb {
        margin-right: auto;
        margin-left: auto;
    }
    .post--horizontal-circle .post__text {
        text-align: center;
        max-width: 580px;
    }
}

@media (max-width: 680px) {
    .post--horizontal-circle .post__thumb {
        width: 63.4979423868%;
        padding-bottom: 63.4979423868%;
    }
    .atbs-featured-module-1 .section-main:before {
        height: 42vw;
    }
    .post--overlay-outside.post--overlay .post__text {
        min-height: 270px;
    }
    .post--overlay-outside.post--overlay .post__excerpt {
        margin-bottom: 0;
    }
    .post--overlay-outside.post--overlay .post__meta {
        display: none;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-1 .section-sub .posts-list > * {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .post--horizontal-circle .post__thumb {
        width: 73.4979423868%;
        padding-bottom: 73.4979423868%;
    }
    .atbs-featured-module-1 .section-main:before {
        height: 52vw;
    }
}
@media (max-width: 380px) {
    .post--horizontal-circle .post__thumb {
        width: 80.4979423868%;
        padding-bottom: 80.4979423868%;
    }
}

.atbs-featured-module-2 .section-main .post-main,
.atbs-featured-module-2 .section-sub .post-main {
    width: 65.811965812%;
}
.atbs-featured-module-2 .section-sub .post-sub,
.atbs-featured-module-2 .section-main .post-sub {
    flex: 1;
}
.post--overlay-medium .post__text-inner {
    max-width: 640px;
}

.post--vertical-style-card-thumb-aside {
    border: 1px solid var(--color-border);
    padding: 30px 30px 20px 30px;
    display: flex;
    flex-direction: column;
    min-height: 440px;
}
.post--vertical-style-card-thumb-aside .post__thumb {
    width: 170px;
    height: 170px;
    margin-bottom: 25px;
}
.post--vertical-style-card-thumb-aside .post__text {
    min-height: 160px;
    flex: 1;
}
.post--vertical-style-card-thumb-aside .post__meta {
    width: 100%;
    margin-top: 35px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.post--vertical-style-card-thumb-aside {
    background-color: #2E2E2E;
}

.atbs-featured-module-2 .post--vertical-style-card-thumb-aside {
    background-color: var(--color-primary);
}

@media (min-width: 992px) {
    .post--hover-theme:hover {
        background-color: var(--color-primary);
    }
    .post--hover-theme:hover .post__cat,
    .post--hover-theme:hover .post__title,
    .post--hover-theme:hover .post-author__name {
        color: #fff;
    }

    .post--hover-theme:hover .post__meta {
        color: rgba(255, 255, 255, 0.8);
    }
    .post--hover-theme:hover .time {
        opacity: 1;
    }

    .post--hover-theme:hover .post-author__avatar {
        border-color: var(--color-primary);
    }
}

@media (max-width: 1199px) {
    .atbs-featured-module-2 .section-main .post-main,
    .atbs-featured-module-2 .section-sub .post-main {
        width: 60.811965812%;
    }

    .post--vertical-style-card-thumb-aside .post__thumb {
        height: 155px;
        width: 155px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .atbs-featured-module-2 .post--vertical-style-card-thumb-aside {
        min-height: 400px;
    }
    .atbs-featured-module-2 .post--vertical-style-card-thumb-aside .post__thumb {
        width: 150px;
        height: 150px;
        margin-bottom: 25px;
    }
}
@media (max-width: 991px) {
    .atbs-featured-module-2 .section-main .post-main,
    .atbs-featured-module-2 .section-sub .post-main {
        width: 100%;
    }
    .atbs-featured-module-2  .section-sub .post-sub,
    .atbs-featured-module-2 .section-main .post-sub {
        flex: none;
        width: 100%;
        order: 0;
    }
    .post--overlay-medium.post--overlay .post__text {
        min-height: 400px;
    }
    .post--vertical-style-card-thumb-aside {
        min-height: 400px;
    }
    .post--vertical-style-card-thumb-aside .post__thumb {
        width: 120px;
        height: 120px;
        margin-bottom: 25px;
    }
}

@media (max-width: 480px) {
    .post--overlay-medium.post--overlay .post__text {
        min-height: 380px;
    }

}
@media (max-width: 380px) {
    .post--overlay-medium.post--overlay .post__text {
        min-height: 350px;
    }

    .post--vertical-style-card-thumb-aside {
        min-height: 350px;
        padding: 30px 20px 20px 20px;
    }
    .post--vertical-style-card-thumb-aside .post__thumb {
        width: 100px;
        height: 100px;
        margin-bottom: 25px;
    }
}

.atbs-featured-module-3 .atbs-block__inner-group {
    max-width: 1830px;
    margin: 0 auto;
    padding: 60px 15px;
}

.atbs-featured-module-3 .section-main {
    width: 55.5555555556%;
}
.atbs-featured-module-3 .section-sub {
    flex: 1;
    padding-left: 3.33333333333%;
}

.atbs-featured-module-3 .post--vertical-style-card-thumb-aside {
    border: 1px solid rgba(255,252,255,0.1);
}



.post--vertical-normal-two-column-text-reverse {
    display: flex;
    flex-direction: column;
}
.post--vertical-normal-two-column-text-reverse .post__text {
    order: -1;
    padding: 0 0 85px 0;
}
.post--vertical-normal-two-column-text-reverse .post__thumb {
    margin-bottom: 0;
    height: 560px;
}
.post--vertical-normal-two-column .post__text-group:nth-child(1) {
    width: 100%;
}
.post--vertical-normal-two-column .post__text-group:nth-child(2) {
    width: 58.5714285714%;
    padding-right: 50px;
}
.post--vertical-normal-two-column .post__text-group:nth-child(3) {
    width: calc(100% - 58.5714285714%);
}
@media (min-width: 992px) {
    .atbs-featured-module-3 .post--vertical-style-card-thumb-aside {
        min-height: 450px;
    }

}
@media (max-width: 1680px) {
    .atbs-featured-module-3 .section-main {
        width: 52.5555555556%;
    }
    .atbs-featured-module-3 .atbs-block__inner-group {
        max-width: 1540px;
        padding: 50px 15px;
    }

}
@media (max-width: 1680px) and (min-width: 1367px) {
    .atbs-featured-module-3 .post--vertical-style-card-thumb-aside .post__thumb {
        width: 140px;
        height: 140px;
    }
    .atbs-featured-module-3 .post--vertical-normal-two-column-text-reverse .post__title {
        font-size: 2.5714rem;
    }
}

@media (max-width: 1366px) {
    .atbs-featured-module-3 .atbs-block__inner-group {
        max-width: 1200px;
        padding: 60px 15px;
    }
    .atbs-featured-module-3 .section-main {
        width: 100%;
    }
    .atbs-featured-module-3 .section-sub {
        flex: none;
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
    .atbs-featured-module-3 .section-sub .posts-list {
        margin: -20px;
    }
    .atbs-featured-module-3 .section-sub .posts-list > * {
        padding: 20px;
    }

    .post--vertical-normal-two-column .post__text {
        padding-bottom: 60px;
    }
    .post--vertical-normal-two-column .post__text-group:nth-child(2) {
        width: 50.571429%;
        padding-right: 50px;
    }
}
@media (max-width: 1199px) {
    .atbs-featured-module-3 .atbs-block__inner-group {
        max-width: 970px;
    }

    .post--vertical-normal-two-column .post__text-group:nth-child(2) {
        padding-right: 30px;
    }
    .post--vertical-normal-two-column-text-reverse .post__text {
        padding: 0 0 40px 0;
    }
    .post--vertical-normal-two-column-text-reverse .post__thumb {
        margin-bottom: 0;
        height: 450px;
    }
}


@media (max-width: 991px) {
    .atbs-featured-module-3 .atbs-block__inner-group {
        max-width: 750px;
    }
    .atbs-featured-module-3 .section-sub {
        margin-top: 40px;
    }
    .post--vertical-normal-two-column .post__text-group:nth-child(2) {
        padding-right: 30px;
        width: 60%;
    }
    .post--vertical-normal-two-column .post__text-group:nth-child(3) {
        width: calc(100% - 60%);
    }

    .post--vertical-normal-two-column-text-reverse .post__text {
        padding: 0 0 40px 0;
    }
    .post--vertical-normal-two-column-text-reverse .post__thumb {
        margin-bottom: 0;
        height: 380px;
    }
}


@media (max-width: 767px) {
    .atbs-featured-module-3 .atbs-block__inner-group {
        max-width: 540px;
        padding: 50px 15px;
    }

    .post--vertical-normal-two-column .post__text-group:nth-child(2) {
        padding-right: 0;
        width: 100%;
    }
    .post--vertical-normal-two-column .post__text-group:nth-child(3) {
        display: none;
    }

    .post--vertical-normal-two-column-text-reverse .post__text {
        padding: 0 0 25px 0;
    }
    .post--vertical-normal-two-column-text-reverse .post__thumb {
        margin-bottom: 0;
        height: 320px;
    }
    .post--vertical-normal-two-column-text-reverse .post__title {
        margin-bottom: 0;
    }
    .post--vertical-normal-two-column-text-reverse .post__meta {
        display: none;
    }


    .atbs-featured-module-3 .section-sub .posts-list {
        margin: -15px;
    }
    .atbs-featured-module-3 .section-sub .posts-list > * {
        width: 100%;
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .atbs-featured-module-3 .atbs-block__inner-group {
        max-width: 100%;
        padding: 40px 15px;
    }

}

.atbs-featured-module-4 .section-main {
    position: relative;
}
.atbs-featured-module-4 .section-sub {
    margin-top: 30px;
}
.atbs-featured-module-4 .owl-dots {
    display: none;
}
.atbs-featured-module-4 .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.atbs-featured-module-4 .owl-next,
.atbs-featured-module-4 .owl-prev {
    border-color: #fff;
    color: #fff;
}
.atbs-featured-module-4 .owl-next:hover,
.atbs-featured-module-4 .owl-prev:hover {
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}


.post--overlay-rectangle .post__text-inner {
    max-width: 700px;
}


.post--vertical-normal .post__thumb {
    height: 260px;
    margin-bottom: 25px;
}


@media (max-width: 1199px) {
    .post--overlay-rectangle.post--overlay .post__text {
        min-height: 500px;
    }
    .post--vertical-normal .post__thumb {
        height: 230px;
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .post--overlay-rectangle.post--overlay .post__text {
        min-height: 450px;
    }
    .post--overlay-rectangle .post__text-inner {
        max-width: 540px;
    }
    .post--vertical-normal .post__thumb {
        height: 250px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .post--overlay-rectangle.post--overlay .post__text {
        min-height: 400px;
    }

    .post--overlay-rectangle .post__excerpt {
        margin-bottom: 0;
    }
    .post--overlay-rectangle .post__meta {
        display: none;
    }
    .post--overlay-rectangle .post__text-inner {
        max-width: 540px;
    }
    .post--vertical-normal .post__thumb {
        height: 250px;
        margin-bottom: 20px;
    }




    .atbs-featured-module-4 .owl-dots {
        display: block;
    }
    .atbs-featured-module-4 .owl-nav {
        display: none;
    }
}

@media (max-width: 380px) {
    .post--overlay-rectangle.post--overlay .post__text {
        min-height: 350px;
    }
    .post--overlay-rectangle .post__excerpt {
        display: none !important;
    }
    .post--overlay-rectangle .post__title {
        margin-bottom: 0;
    }
}

.atbs-featured-module-5 .atbs-block__inner {
    margin: 0 auto;
    max-width: 1920px;
}

.atbs-featured-module-5 .section-main {
    width: 45.7172884919%;
}
.atbs-featured-module-5 .section-sub {
    width: calc((100% -  45.7172884919%) / 2);
}

.post--overlay-cylinder.post--overlay .post__text-inner {
    max-width: 680px;
}

.post--vertical-card-background {
    background-color: #222222;
    transition: all 0.3s;
}
.post--vertical-card-background:hover {
    background-color: var(--color-primary);
}
.post--vertical-card-background:hover .border-avatar .post-author__avatar {
    border: 5px solid var(--color-primary);
}
.post--vertical-card-background .post__thumb {
    margin-bottom: 0;
    height: 280px;
}


.post--vertical-card-background .post__text {
    padding: 45px 30px 40px 30px;
    min-height: 180px;
}
.post--vertical-card-background .post__title {
    margin-bottom: 13px;
}
.post--vertical-card-background .post__cat {
    top: 30px;
    left: 30px;
}
.post--vertical-card-background .post-author__avatar {
    position: absolute;
    bottom: 100%;
    right: 30px;
    transform: translateY(50%);
    margin: 0;
}

.border-avatar .post-author__avatar {
    border: 5px solid #222222;
    width: 70px;
    height: 70px;
    transition: all 0.3s;
}

@media (max-width: 1545px) {
    .atbs-featured-module-5 .section-main {
        width: 40.717288%;
    }
    .atbs-featured-module-5 .section-sub {
        width: calc((100% -  40.7172884919%) / 2);
    }
}
@media (max-width: 1366px) {
    .post--vertical-card-background .post__thumb {
        height: 250px;
    }
    .post--vertical-card-background .post__text {
        min-height: 175px;
    }
    .post--vertical-card-background .post__title {
        margin-bottom: 12px;
    }
    .border-avatar .post-author__avatar {
        border: 5px solid #222222;
        width: 60px;
        height: 60px;
    }
    .post--overlay-cylinder.post--overlay .post__text {
        min-height: 850px;
    }
}


@media (max-width: 1199px) {
    .post--vertical-card-background .post__thumb {
        height: 230px;
    }
    .post--vertical-card-background .post__text {
        padding: 40px 25px 36px 25px;
        min-height: 160px;
    }
    .post--vertical-card-background .post__cat {
        top: 30px;
        left: 25px;
    }
    .post--vertical-card-background .post-author__avatar {
        right: 25px;
    }
    .post--overlay-cylinder.post--overlay .post__text {
        min-height: 780px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .atbs-featured-module-5 .post--vertical-card-background .post__title {
        font-size: 1.2857rem;
    }
}

@media (max-width: 991px) {
    .atbs-featured-module-5 .section-main {
        width: 100%;

    }
    .atbs-featured-module-5 .section-sub.section-left {
        margin-top: 45px;
    }
    .atbs-featured-module-5 .section-sub {
        width: 100%;
        order: 0;
        max-width: 750px;
        padding: 0 15px;
        margin: 30px auto 0 auto;
    }

    .atbs-featured-module-5 .section-sub .posts-list {
        margin: -15px;
    }
    .atbs-featured-module-5 .section-sub .posts-list > * {
        padding: 15px;
    }

    .post--overlay-cylinder.post--overlay .post__text {
        min-height: 500px;
    }

    .post--vertical-card-background .post__text {
        padding: 40px 25px 30px 25px;
        min-height: auto;
    }
    .post--vertical-card-background .post__title {
        margin-bottom: 0;
    }
    .post--vertical-card-background .post-author__text {
        display: none;
    }
}

@media (max-width: 767px) {
    .atbs-featured-module-5 .section-sub.section-left {
        margin-top: 30px;
    }
    .atbs-featured-module-5 .section-sub {
        max-width: 510px;
    }

    .post--overlay-cylinder.post--overlay  .post__text {
        min-height: 450px;
    }
    .post--overlay-cylinder.post--overlay .post__excerpt {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .atbs-featured-module-5 .section-sub {
        max-width: 100%;
    }

    .post--overlay-cylinder.post--overlay  .post__text {
        min-height: 400px;
    }
}
.atbs-featured-module-6 .section-main {
    width: 65.811965812%;
}
.atbs-featured-module-6 .section-sub {
    flex: 1;
    padding-left: 30px;
}
.post--overlay-background-blur-primary .post__meta {
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.post--overlay-background-blur-primary .post__thumb:after {
    background-color: var(--color-primary);
    opacity: 0.85;
}
@media (min-width: 992px) {
    .post--overlay-background-blur-primary .post__text-inner {
        padding: 30px 30px 20px 30px;
    }
}
@media (max-width: 1199px) {
    .atbs-featured-module-6 .section-main {
        width: 58.811966%;
    }
}
@media (max-width: 991px) {
    .atbs-featured-module-6 .section-main {
        width: 100%;
    }
    .atbs-featured-module-6 .section-sub {
        margin-top: 40px;
        width: 100%;
        flex: none;
        padding: 0;
    }


    .post--overlay-cylinder-small.post--overlay .post__text {
        min-height: 500px;
    }
}
@media (max-width: 767px) {
    .post--overlay-cylinder-small.post--overlay .post__text {
        min-height: 450px;
    }
    .post--overlay-cylinder-small .post__excerpt {
        display: none !important;
    }


    .post--overlay-background-blur-primary.post--overlay .post__text {
        min-height: 330px;
    }
}
@media (max-width: 480px) {
    .post--overlay-background-blur-primary.post--overlay .post__text {
        min-height: 300px;
    }
    .post--overlay-background-blur-primary .post__title {
        margin-bottom: 0;
    }
    .post--overlay-background-blur-primary .post__excerpt {
        display: none !important;
    }
}
.atbs-featured-module-7 .atbs-block__inner {
    padding: 60px 0;
}
.atbs-featured-module-7 .section-main {
    width: 69.2307692308%;
}
.atbs-featured-module-7 .section-sub {
    flex: 1;
    padding-left: 60px;
}
.atbs-featured-module-7 .section-main .post-sub {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}


.post--horizontal-cylinder .post__thumb {
    height: 590px;
    width: calc(50% - 5px);
}
.post--horizontal-card-space.post--horizontal-middle {
    align-items: center;
}
.post--horizontal-card-space {
    display: flex;
    flex-wrap: wrap;
}
.post--horizontal-card-space .post__thumb {
    width: 120px;
    height: 120px;
    margin-right: 15px;
    margin-bottom: 0;
}
.post--horizontal-card-space .post__text {
    flex: 1;
}

@media (min-width: 992px) {
    .post--vertical-style-card-thumb-aside.post--vertical-style-card-thumb-aside-small {
        padding: 20px;
        min-height: 375px;
    }
    .post--vertical-style-card-thumb-aside.post--vertical-style-card-thumb-aside-small .post__thumb {
        height: 140px;
        width: 140px;
    }
}

@media (min-width: 1200px) {
    .post--vertical-style-card-thumb-aside.post--vertical-style-card-thumb-aside-small .post__title {
        font-size: 19px;
    }
}

@media (max-width: 1199px) {
    .atbs-featured-module-7 .section-main {
        width: 100%;
    }
    .atbs-featured-module-7 .section-sub {
        flex: none;
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .atbs-featured-module-7 .section-sub .posts-list > * {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .post--horizontal-cylinder .post__thumb {
        height: 500px;
    }


    .post--horizontal-card-space .post__thumb {
        width: 100px;
        height: 100px;
    }
    .post--horizontal-card-space .post__title {
        margin-bottom: 0;
    }
    .post--horizontal-card-space .post__meta {
        display: none;
    }
}

@media (max-width: 767px) {
    .post--horizontal-cylinder .post__excerpt {
        margin-bottom: 0;
    }
    .post--horizontal-cylinder .post__meta {
        display: none;
    }
    .post--horizontal-cylinder .post__thumb {
        width: 100%;
        height: 380px;
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .atbs-featured-module-7 .atbs-block__inner {
        padding: 40px 0;
    }
    .post--horizontal-cylinder .post__thumb {
        height: 330px;
    }
}

@media (max-width: 380px) {

    .post--horizontal-card-space .post__thumb {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .post--vertical-card-background.post--vertical-card-background-small .post__thumb {
        height: 250px;
    }
    .post--vertical-card-background.post--vertical-card-background-small .post-author__avatar {
        width: 60px;
        height: 60px;
    }

    .post--vertical-card-background.post--vertical-card-background-small .post__text {
        padding: 40px 30px 30px 30px;
        min-height: 160px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .post--vertical-card-background.post--vertical-card-background-small .post__title {
        font-size: 1.2857rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .atbs-posts-listing--grid-3-has-sidebar .post--overlay-medium .post__text {
        min-height: 350px;
    }
    .atbs-posts-listing--grid-3-has-sidebar .post--overlay-medium .post__title {
        margin-bottom: 0;
    }
    .atbs-posts-listing--grid-3-has-sidebar .post--overlay-medium .post__meta {
        display: none;
    }
}
@media (max-width: 991px) and (min-width: 481px) {
    .atbs-posts-listing--grid-3-has-sidebar .post--overlay-medium .post__text {
        min-height: 330px;
    }
}

.post--horizontal-background {
    padding: 30px 30px 30px 0;
}
.post--horizontal-background:before {
    content: '';
    height: 100%;
    background-color:  #222222;
    position: absolute;
    right: 0;
    left: 55px;
    top: 0;
}
.post--horizontal-background .post__thumb {
    width: 48.1707317073%;
    height: 0;
    padding-bottom: 40%;
    margin-right: 35px;
}
.post--horizontal-background .post__text {
    padding: 30px;
}
.post--horizontal-background .post__thumb a:not(.post__cat):not(.post-author__avatar) {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.post--horizontal-background .post__excerpt {
    margin-bottom: 20px;
}

.post--horizontal-background .post__meta {
    margin: 0;
}
.post--horizontal-background .post-author__avatar {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%,-50%);
    margin-right: 0;
}

@media (min-width: 992px) {
    .post--horizontal-background:hover .post__title {
        color: #fff;
    }
    .post--horizontal-background:hover .post__excerpt {
        color: rgba(255, 255, 255, 1);
    }
    .post--horizontal-background:hover .post__meta {
        color: rgba(255, 255, 255, 0.8);
        opacity: 1;
    }
    .post--horizontal-background:hover .post-author__name {
        color: #fff;

    }
    .post--horizontal-background:hover .post-author_style-5 .post-author__text time,
    .post--horizontal-background:hover .post-author_style-7 .post-author__text time {
        opacity: 0.8;
    }
    .post--horizontal-background:before {
        transition: 0.3s;
    }
    .post--horizontal-background:hover:before {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
    }

}


@media (max-width: 767px) {
    .post--horizontal-background .post__meta {
        display: none;
    }
    .post--horizontal-background {
        padding: 30px 30px;
    }
    .post--horizontal-background .post__thumb {
        width: 100%;
        height: 280px;
        padding-bottom: 0;
    }
    .post--horizontal-background:before {
        left: 0;
    }
    .post--horizontal-background .post__text {
        padding: 0;
    }
}

@media (max-width: 575px) {
    .post--horizontal-background .post__thumb {
        height: 250px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .post--horizontal-background {
        padding: 25px 20px;
    }
    .post--horizontal-background .post__thumb {
        height: 230px;
    }
    .post--horizontal-background .post__excerpt {
        margin-bottom: 0;
    }
    .post--horizontal-background .post__meta {
        display: none;
    }
}

.first-word {
    color: var(--color-primary);
}
.widget__title-text {
    font-weight: 700;
    color: #C7C7C7;
    text-transform: capitalize;
}
@media (min-width: 1200px) {
    .widget__title-text {
        font-size: 1.7142rem;
    }
}

.post--vertical-rectangle-outside .post__thumb {
    height: 180px;
    margin-bottom: 30px;
}

.post--vertical-rectangle-outside .post__thumb2 {

    margin-bottom: 30px;
}
.post--vertical-rectangle-outside .post__cat {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}

@media (max-width: 767px) and (min-width: 381px) {
    .post--vertical-rectangle-outside .post__thumb {
        height: 230px;
    }
}

/* =============================================================================
   Single Style
============================================================================= */
/*Single Setting Default*/
.single .block-heading.block-heading_style-4 {
    margin-bottom: 25px;
}
.single .atbs-block[class *='single-'] > .atbs-block:not(:last-child) {
    margin-bottom: 75px;
}
.single-entry-section {
    margin-top: 40px;
}
.atbs-block--fullwidth.atbs-block--contiguous:first-child {
    margin-top: -50px;
}
.single-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-row .single-box-translate {
    width: 170px;
    padding-right: 50px;
}
.single-row .single-presentation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 768px) {
    .atbs-block--fullwidth.atbs-block--contiguous:first-child {
        margin-top: -65px;
    }
}
@media (min-width: 1200px) {
    .single-entry-section {
        margin-top: 60px;
    }
}
/**/
.entry-cat-wrap {
    margin: -5px -5px 20px -5px;
}
.entry-cat-wrap > * {
    margin-bottom: 0 !important;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.entry-cat-wrap > *:not(:last-child) {
    /*margin-right: 10px;*/
}
.entry-cat-wrap > *:not(:first-child) {
    margin-right: 0;
}
.single .entry-cat {
}
a.entry-cat-radius {
    border-radius: 25px;
    padding: 8px 12px;
}
.entry-title {
    color: #000;
}
.entry-teaser {
    font-size: 1.1428rem; /*font system*/
    line-height: 1.7;
    color: #131313;
}
.single-body {
    font-size: 1.2857rem;
    line-height: 1.77777777778;
    font-weight: 400;
    color: rgba(34,34,34,0.8);
}
.single-body .atbs-responsive-video:first-child,
.single-body .atbs-post-media-wide:first-child {
    margin-top: 0;
}
.single-body .atbs-responsive-video:last-child,
.single-body .atbs-post-media-wide:last-child {
    margin-bottom: 0;
}
.single-body .atbs-responsive-video iframe {
    border: none;
}
.single-body .atbs-responsive-video,
.single-body .atbs-post-media-wide {
    max-width: 100%;
    margin: 35px 0;
    width: 100%;
}
.atbs-responsive-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.atbs-responsive-video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.single-body .atbs-post-media-wide img {
    width: 100%;
}
/**/
.author-box {
    padding: 0;
    max-width: 510px;
    margin: 50px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.author-box .author-avatar {
    margin-right: 20px;
    width: 110px;
    height: 110px;
}
.author-box .author-avatar img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}
.author-box .author-box__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.author-box .author-name {
    line-height: 1;
}
.author-box .author-name a {
    font-size: 1.2857rem; /*font system*/
    line-height: 1.5;
    font-weight: 700;
    color: #171717;
    text-transform: capitalize;
}
.author-box .author-bio {
    margin-top: 10px;
    color: #707070;
    font-size: 1.1428rem; /*font system*/
    line-height: 1.5;
    font-weight: 300;
}
.author-box .author-social li:not(:last-child) {
    margin-right: 8px;
}
.author-box .author-social {
    margin-top: 7.5px;
    line-height: 1;
}
.author-box .author-social a {
    font-size: 1.1rem; /*font system*/
    color: #131313;
    opacity: 0.3;
}
/**/
.entry-interaction--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.entry-interaction--horizontal > * {
    line-height: 1;
}
.entry-interaction--horizontal > *:nth-child(1) {
    width: 70%;
}
.entry-interaction--horizontal > *:nth-child(2) {
    width: 30%;
}
.entry-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    padding: 0;
    vertical-align: middle;
    list-style: none;
}
.entry-tags ul>li {
    display: inline-block;
    list-style: none;
    padding: 10px;
}
.entry-tags ul>li>a {
    padding: 0;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
    color: #707070;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
.entry-tags ul>li>a:hover {
    color: var(--color-primary);
}
/**/
.entry-meta-count {
    margin: -7.5px;
}
.comments-count, .view-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #222222;
    font-size: 0.8571rem;
    font-weight: 400;
    opacity: 0.5;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 7.5px;
}
.comments-count i, .view-count i {
    font-size: 1.1428rem; /*font system*/
    margin-right: 5px;
}
.comments-count:hover,
.view-count:hover {
    text-decoration: none;
    opacity: 1;
    color: var(--color-primary);
}
/**/
.single-footer {
    margin-top: 40px;
}
.posts-navigation-wrap {
    /*padding-left: 100px;*/
    padding-right: 0;
    margin-top: 50px;
}
.posts-navigation-wrap .posts-navigation {
    padding: 20px 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
.posts-navigation .posts-navigation__prev {
    padding-right: 20px;
    padding-left: 0 !important;
}
.posts-navigation .posts-navigation__next {
    padding-left: 20px;
    padding-right: 0 !important;
}
.posts-navigation .posts-navigation__prev,
.posts-navigation .posts-navigation__next {
    position: relative;
}
.posts-navigation .posts-navigation__label {
    font-size: 14px;
    color: #222222;
    opacity: 0.5;
    position: static;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 12px;
    letter-spacing: 0.06em;
    display: block;
}
.posts-navigation .posts-navigation__prev .posts-navigation__label svg {
    margin-right: 6px;
    margin-bottom: 1px;
}
.posts-navigation .posts-navigation__next .posts-navigation__label svg {
    margin-left: 6px;
    margin-bottom: 1px;
}
.posts-navigation .posts-navigation__label a {
    display: block;
}
.posts-navigation .posts-navigation__prev {
    border-right: 1px solid var(--color-border);
}
.posts-navigation .post__text {
    line-height: 1;
}
.posts-navigation .post--horizontal:hover .post__title a {
    color: var(--color-primary);
}
@media (min-width: 768px) {
    .posts-navigation .post--horizontal-xxs.post--horizontal-reverse .post__thumb, .post--horizontal-xs.post--horizontal-reverse .post__thumb {
        margin: 0 0 0 15px;
    }
    .posts-navigation .post--horizontal-xxs .post__thumb, .post--horizontal-xs .post__thumb {
        margin: 0 15px 0 0;
    }
}
/*Socials Share*/
.socials-share-box {
    margin-top: 15px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}
.socials-share-box:before {
    content: '';
    display: block;
    width: 1px;
    height: 78px;
    background-color: var(--color-border);
    margin: 0 auto 22px auto;
}
.socials-share-box .social-share-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 0.5px;
}
.socials-share-box ul li:not(:last-child) {
    margin-bottom: 10px;
}
.socials-share-box ul li a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    color: #fff;
    margin: 0!important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.socials-share-box ul li a svg {
    fill: rgba(34,34,34,0.5);
    width: 21px;
    height: 21px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.socials-share-box ul li a:hover {
    background-color: var(--color-primary) !important;
}
.socials-share-box .share-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.socials-share-box ul li a:hover svg {
    fill: #fff;
}


.post--single .single-footer .entry-interaction  .socials-share-box {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post--single .single-footer .entry-interaction .social-share-label {
    margin-bottom: 0;
    margin-right: 15px;

}
.post--single .single-footer .entry-interaction .socials-share-box a {
    border-radius: 50%;
    border: none;
    background-color: #EEEEEE;
}
/*Entry author*/
.text-center .entry-meta  {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.entry-author .entry-author__avatar {
    margin-bottom: 15px;
}
.entry-author .entry-author__avatar img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    overflow: hidden;
}
.single-box-translate .entry-author a.entry-author__name {
    font-size: 1.2857rem;
    text-transform: uppercase;
}
.single-box-translate .entry-author time.time {
    font-size: 1rem;
}


.entry-author a.entry-author__name {
    font-size: 1.0714rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #222222;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 6px;
}
.entry-author time.time {
    font-size: 1.0714rem;
    line-height: 1.5;
    font-weight: 400;
    color: #222222;
    opacity: 0.6;
    text-transform: capitalize;
    letter-spacing: 0;
    text-align: center;
}
.entry-author_style-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.entry-author.entry-author_style-1 .entry-author__avatar {
    display: block;
    /*width: 100%;*/
    /*height: 100%;*/
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.entry-author.entry-author_style-1 .entry-author__avatar img {
    width: 80px !important;
    height: 80px !important;
}
.entry-author.entry-author_style-1 .entry-author__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/**/
.entry-author.entry-author_style-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.entry-author.entry-author_style-2 .entry-author__avatar {
    margin-right: 12px;
    margin-bottom: 0;
}
.entry-author.entry-author_style-2 .entry-author__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.0714rem;
    line-height: 1;
    font-weight: 500;
}
.entry-author.entry-author.entry-author_style-2 .entry-author__text span {
    margin-right: 3px;
    font-weight: 400;
}
.entry-author.entry-author.entry-author_style-2 a.entry-author__name {
    opacity: 1;
    margin-bottom: 0;
}
/**/
.page_Author .author-box {
    margin: 0 0 50px 0;
}
.page_Author .author-name a {
    text-decoration: none;
}
.page_Author .author-box .row--space-between {
    margin:0;
}
/**/
.post--single .theiaStickySidebar {
    padding-top: 20px !important;
}
@media (max-width: 1199px) {
    .single-body .atbs-responsive-video,
    .single-body .atbs-post-media-wide {
        margin: 30px 0;
    }
    .posts-navigation-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    /**/
    .author-box {
        margin-top: 45px;
    }
    .single-footer {
        margin-top: 25px;
    }
    .posts-navigation-wrap {
        margin-top: 40px;
    }


    .single-row .single-box-translate {
        /*display: none;*/
        width: 100%;
        padding-right: 0;
    }

    .single-row .single-box-translate .socials-share-box {
        margin: 0 0 20px 0;
        padding-right: 0;
        width: 100%;
    }
    .single-row .single-box-translate .social-list {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px;
    }
    .single-row .single-box-translate .social-list li {
        padding: 10px;
    }
    .single-row .single-box-translate .social-list li:not(:last-child) {
        margin-bottom: 0;
    }
    .single-row .single-box-translate .socials-share-box:before {
        display: none;
    }
    .post--single .theiaStickySidebar {
        padding-top: 0 !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .posts-navigation .post--horizontal .post__thumb {
        width: 85px;
        height: 85px;
    }
    .posts-navigation .post--horizontal .post__title {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    .single .atbs-block[class *='single-'] > .atbs-block:not(:last-child) {
        margin-bottom: 50px;
    }
    /**/

}
@media (max-width: 767px) {
    .single .atbs-block[class *='single-'] > .atbs-block:not(:last-child) {
        margin-bottom: 40px;
    }
    .posts-navigation > *:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid var(--color-border);
    }
    .posts-navigation .posts-navigation__prev,
    .posts-navigation .posts-navigation__next {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .posts-navigation .posts-navigation__next .post--horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .posts-navigation .posts-navigation__next .post--horizontal .post__thumb {
        margin-right: 15px;
    }
    .posts-navigation .posts-navigation__next .post--horizontal .post__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media (max-width: 480px) {
    .posts-navigation .post--horizontal .post__thumb {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 380px) {
    .author-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .author-box .author-avatar {
        width: 100px;
        height: 100px;
        margin: 0 0 20px 0;
    }
    .author-box .author-box__text {
        text-align: center;
    }
    .author-box .author-name a {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .author-box .author-bio {
        font-size: 1.0714rem; /*font system*/
        line-height: 1.5;
    }
    .author-box .author-social {
        margin-top: 15px;
    }

    /**/
    .posts-navigation .posts-navigation__prev .posts-navigation__label,
    .posts-navigation .posts-navigation__next .posts-navigation__label {
        display: none;
    }
}

/* =============================================================================
   Reviews
============================================================================= */
.atbs-reviews-section {
    padding: 40px;
    background-color: #FAFBFC;
    border-radius: 8px;
    margin-top: 70px;
}
.atbs-reviews-section .heading-title {
    color: #222222;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 1.2857rem; /*font system*/
    line-height: 1.5;
    text-transform: capitalize;
    display: block;
}
.atbs-reviews-section .reviews-content {
    padding: 30px;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    border-radius: 8px;
}
.atbs-reviews-section .reviews-product__image {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 30px;
    overflow: hidden;
}
.atbs-reviews-section .reviews-product__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/**/
.atbs-reviews-section .reviews-score-average {
    /*margin-top: 15px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.atbs-reviews-section .score-average-content-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.atbs-reviews-section .score-average-number {
    margin-right: 10px;
    line-height: 1;
    color: var(--color-primary);
    font-weight: 700;
}
.atbs-reviews-section .score-average-title {
    font-size: 1rem; /*font system*/
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.atbs-reviews-section .stars-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 0;
    padding: 0;
}
.atbs-reviews-section .star-item {
    color: #86868670;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
.atbs-reviews-section .star-item.star-full i:before {
    content: '\e838';
    color: var(--color-primary);
}
.atbs-reviews-section .star-item.star-half i:before {
    content: '\e838';
    background: -webkit-gradient( linear, left top, right top, color-stop(50%, var(--color-primary)), color-stop(50%, #86868670));
    background: -o-linear-gradient( left, var(--color-primary) 50%, #86868670 50%);
    background: linear-gradient( to right, var(--color-primary) 50%, #86868670 50%);
    -webkit-text-fill-color: #40404000;
    -webkit-background-clip: text;
}
/**/
.atbs-reviews-section .reviews-score {
    /*margin-top: 30px;*/
}
.atbs-reviews-section .user-rating-from .heading-title,
.atbs-reviews-section .review-score-heading .heading-title,
.atbs-reviews-section .user-reviews-heading .heading-title {
    color: var(--color-primary);

}
/**/
.atbs-reviews-section .reviews-score-list .score-item:not(:last-child) {
    margin-bottom: 30px;
}
.atbs-reviews-section .score-item .score-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1rem;
}
.atbs-reviews-section .score-item .score-value {
    width: 100%;
    border-radius: 24px;
    background-color: #f3f3f3;
    height: 5px;
    margin-top: 10px;
    position: relative;
}
.atbs-reviews-section .score-item .score-percent {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 100%;
    background-color: var(--color-primary);
    border-radius: 24px;
}
/**/
.atbs-reviews-section .user-reviews-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.atbs-reviews-section .user-reviews-heading > h3 {
    margin-bottom: 0;
    margin-right: 10px;
}
.atbs-reviews-section .user-reviews {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--color-border);
    position: relative;
}
.atbs-reviews-section .user-reviews .list-item:not(:last-child) {
    margin-bottom: 30px;
}
.atbs-reviews-section .user-review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.atbs-reviews-section .user__info {
    margin-right: 30px;
}
.atbs-reviews-section .user__info-avatar {
    width: 85px;
    height: 85px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.atbs-reviews-section .user__info-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.atbs-reviews-section .user__info-name {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.atbs-reviews-section .user__info-meta {
    font-size: 0.8571rem; /*font system*/
    line-height: 1;
    color: #222222;
    opacity: 0.5;
    margin-top: 5px;
}
.atbs-reviews-section .user__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.atbs-reviews-section .user__description-title {
    font-size: 1.1428rem; /*font system*/
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5px;
}
.atbs-reviews-section .user__description-excerpt {
    margin-top: 12px;
}
.atbs-reviews-section .user__description-excerpt p {
    font-size: 1.1428rem; /*font system*/
    line-height: 1.5;
    color: #222222;
    opacity: 0.6;
    margin-bottom: 0;
}
/**/
.line-limit-default {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}
.line-limit-fade {
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    overflow: hidden;
    max-height: calc(1.1428rem * 1.5 * 2); /*Font-size . Line Height . Line Limit Number */
    position: relative;
    /*transition: 0.3s;*/
}
.line-limit-fade:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
    background: -o-linear-gradient(transparent calc(1.1428rem * 1.5), white);
    background: linear-gradient(transparent calc(1.1428rem * 1.5), white);
}
.btn-line-limit-fade {
    font-size: 0.9285rem;
    line-height: 1.53;
    font-weight: 700;
    color: var(--color-primary);
    cursor: pointer;
    display: none;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.show-btn-more .btn-line-limit-fade {
    display: block;
    margin-top: 10px;
}
.btn-line-limit-fade span.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    position: relative;
    display: block;
}
.btn-line-limit-fade span {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    display: none;
}
/**/
.atbs-reviews-section .user-rating-from  {
    margin-top: 50px;
}
.atbs-reviews-section .user-rating-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}
.atbs-reviews-section .user-rating-heading > *:not(.btn-toggle-form) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.atbs-reviews-section .user-rating-heading .btn-toggle-form {
    padding: 10px 30px;
    background-color: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    cursor: pointer;
}
.atbs-reviews-section .total-rating-counter {
    font-size: 1.1428rem; /*font system*/
    line-height: 1.5;
    color: #222222;
    opacity: 0.6;
}
.atbs-reviews-section .user-rating-from .heading-title {
    margin-bottom: 5px;
}
.atbs-reviews-section .user-rating-from .heading-excerpt {
    color: #222222;
    opacity: 0.56;
    font-size: 1rem; /*font system*/
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.atbs-reviews-section .user-rating-from .form-content {
    margin-top: 30px;
}
.atbs-reviews-section .user-rating-from .user-star-rating {
    display: none !important;
}
/**/
.atbs-reviews-section .user-rating-from .rating-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 15px;
    background-color: var(--color-primary);
    border-radius: 4px;
    color: #fff;
    font-size: 1.0714rem; /*font system*/
    line-height: 1.5;
    position: relative;
}
.atbs-reviews-section .user-rating-from .rating-star .stars-label{
    max-width: 200px;
    word-break: break-word;
}
.atbs-reviews-section .user-rating-from .rating-star .stars-list,
.atbs-reviews-section .user-rating-from .rating-star .star-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.atbs-reviews-section .user-rating-from .rating-star .stars-list {
    margin: 0 -7.5px;
    direction: rtl;
}
.atbs-reviews-section .user-rating-from .rating-star .star-item {
    padding: 0 5px;
    cursor: pointer;
}
.atbs-reviews-section .user-rating-from .rating-star .star-item i{
    font-size: 18px;
}
.atbs-reviews-section .user-rating-from .rating-star .star-item:hover i:before,
.atbs-reviews-section .user-rating-from .rating-star .star-item.active i:before,
.atbs-reviews-section .user-rating-from .rating-star .star-item:last-child i:before {
    content: '\e838';
}
.atbs-reviews-section .user-rating-from .rating-star .star-item:hover ~ .star-item i:before{
    content: '\e838';
}
.atbs-reviews-section .user-rating-from .rating-star .star-item:active{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/**/
.atbs-reviews-section .user-rating-from .rating-submit {
    padding: 10px 30px;
    background-color: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 5px;
    float: right;
    margin-bottom: 0;
}
.atbs-reviews-section .user-rating-from .rating-submit input {
    color: #fff;
}
.atbs-reviews-section .user-rating-from .rating-submit:hover {
    background-color: var(--color-primary);
    -webkit-box-shadow: 0 10px 20px 0 rgba(12, 0, 46, 0.1);
    box-shadow: 0 10px 20px 0 rgba(12, 0, 46, 0.1);
}
.atbs-reviews-section .user-rating-from .rating-submit .field-submit {
    display: inline-block;
    background: none;
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    text-transform: uppercase;
}
.atbs-reviews-section .user-rating-from .rating-submit i {
    display: inline-block;
}
.atbs-reviews-section .user-rating-from .field-input {
    padding: 10px 15px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222222;
    font-size: 1.0714rem; /*font system*/
    line-height: 1.5;
}
.atbs-reviews-section .user-rating-from textarea.field-input {
    max-width: 100%;
    min-height: 150px;
    min-width: 100%;
}
/**/
.atbs-reviews-section .atbs-pagination {
    margin-top: 30px;
}
.atbs-pagination.pagination-circle .atbs-pagination__links {
    width: 100%;
}
.pagination-circle .atbs-pagination__item.atbs-pagination__item-current {
    background-color: var(--color-primary);
    color: #fff;
    -webkit-box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.2);
}
.pagination-circle .atbs-pagination__item {
    display: inline-block;
    width: 28px;
    height: 28px;
    min-width: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: transparent;
    color: rgba(34, 34, 34, 0.6);
    font-weight: normal;
    font-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
    text-decoration: none;
}
.pagination-circle .atbs-pagination__item.atbs-pagination__item-next {
    margin-left: 8px;
}
.pagination-circle .atbs-pagination__item.atbs-pagination__item-prev {
    margin-right: 8px;
}
.pagination-circle .atbs-pagination__item.atbs-pagination__item-next i {
    margin-left: 5px;
}
.pagination-circle .atbs-pagination__item.atbs-pagination__item-prev i {
    margin-right: 5px;
}
.pagination-circle .atbs-pagination__item.atbs-pagination__item-next,
.pagination-circle .atbs-pagination__item.atbs-pagination__item-prev {
    width: auto;
    background-color: transparent !important;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/**/
.user-rating-inner {
    margin-top: 35px;
    /*max-height: 0;*/
    /*overflow: hidden;*/
    margin-bottom: -35px;
}
.user-rating-inner.active {
    margin-bottom: 0;
}
.atbs-accordion .atbs-accordion-btn {
    cursor: pointer;
}
.atbs-accordion .atbs-accordion-panel {
    max-height: 0;
    /*display: none;*/
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
    .atbs-reviews-section {
        padding: 30px;
    }

    .atbs-reviews-section .reviews-product__image {
        width: 110px;
        height: 110px;
        margin-right: 20px;
    }
    .atbs-reviews-section .reviews-product__name h3 {
        font-size: 1.5714rem; /*font system*/
        line-height: 1.4;
    }
    /**/
    .atbs-reviews-section .user__info {
        margin-right: 20px;
    }
    .atbs-reviews-section .user__info-avatar {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) and (min-width: 381px) {
    /**/
    .atbs-reviews-section .score-average-title {
        display: none;
    }
    .atbs-reviews-section .score-average-content-group {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .atbs-reviews-section .score-average-number {
        font-size: 3.5714rem;
        line-height: 1;
    }
}
@media (max-width: 575px) {
    .atbs-reviews-section .user-rating-from .rating-star {
        margin-left: -2.5px;
        margin-right: -2.5px;
    }
    .atbs-reviews-section .user-rating-from .rating-star .star-item {
        padding: 0 2.5px;
    }
}
@media (max-width: 480px) {
    .atbs-reviews-section {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px 15px;
    }
    .atbs-reviews-section .reviews-content {
        padding: 30px 20px;
    }
    /**/
    .atbs-reviews-section .user-rating-heading .btn-toggle-form {
        padding: 10px 20px;
    }
}
@media (max-width: 420px) {
    /**/
    .atbs-reviews-section .reviews-score-average {
        margin-top: 5px;
    }
    /**/
    .atbs-reviews-section .reviews-product__image {
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    /**/
    .atbs-reviews-section .reviews-score {
        /*padding-top: 30px;*/
        /*border-top: 1px solid var(--color-border);*/
    }
    /**/
    .atbs-reviews-section .user-reviews .list-item:not(:last-child) {
        padding-bottom: 30px;
        border-bottom: 1px solid var(--color-border);
    }
    /**/
    .atbs-reviews-section .user__info {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .atbs-reviews-section .user__info-avatar {
        width: 100px;
        height: 100px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .atbs-reviews-section .user__info-context {
        text-align: left;
        padding-top: 10px;
    }
    .atbs-reviews-section .user__info-name {
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-reviews-section .user__description {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-top: 10px;
    }
}
@media (max-width: 380px) {
    .atbs-reviews-section .user-rating-heading {
        /*justify-content: center;*/
    }
    .atbs-reviews-section .user-rating-heading > *:not(.btn-toggle-form) {
        /*width: 100%;*/
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .atbs-reviews-section .user-rating-from {
        margin-top: 40px;
    }
}
/**/
.atbs-review {
    /*padding: 30px;*/
    border-radius: 8px;
    margin-top: 70px;
    overflow: hidden;

}
.atbs-review .atbs-review__inner {
    background-color: #FAFBFC;
    padding-bottom: 30px;
}
.atbs-review .atbs-review__product .media-left {
    padding-right: 30px;
}
.atbs-review .atbs-review__product .media-body {
    padding-top: 0;
    padding-bottom: 0;
}
.atbs-review .atbs-review__product-image {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}
.atbs-review .atbs-review__product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.atbs-review .atbs-review__product-byline {
    margin-top: 15px;
    display: block;
    font-size: 1.1428rem; /*font system*/
    line-height: 1.5;
    color: #222222;
    opacity: 0.6;
}
.atbs-review .atbs-review__product {
    padding: 35px;
    position: relative;
    overflow: visible;
    width: calc(100% - 160px);
    border-right: 1px solid var(--color-border);
}
.atbs-review .atbs-review__product:before {
    content: '';
    position: absolute;
    left: -30px;
    width: 100vw;
    height: 1px;
    background-color: var(--color-border);
    bottom: 0;
}
.atbs-review .atbs-review__overall-score {
    padding: 35px 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.atbs-review .atbs-review__summary {
    margin-top: 30px;
    font-size: 1.1428rem; /*font system*/
    line-height: 1.5;
    color: #222222;
    padding: 0 30px;
}
.atbs-review .atbs-review__pros-and-cons {
    padding: 0 30px;
    margin-top: 40px;
}
.atbs-review .atbs-review__list-title {
    font-size: 1.4285rem; /*font system*/
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}
.atbs-review .atbs-review__list-title:last-child {
    margin-bottom: 0;
}
.atbs-review .atbs-review__pros-and-cons ul {
    margin: 0;
}
.atbs-review .atbs-review__pros-and-cons ul li {
    list-style: none;
}
.atbs-review .atbs-review__pros-and-cons ul li:not(:last-child) {
    margin-bottom: 10px;
}
.atbs-review .atbs-review__pros-and-cons ul span {
    margin-left: 8px;
    font-size: 1.1428rem; /*font system*/
    line-height: 1.5;
}
.atbs-review .atbs-review__pros-and-cons .atbs-review__pros ul i {
    color: #59d66f;
}
.atbs-review .atbs-review__pros-and-cons .atbs-review__cons ul i {
    color: #fa3f40;
}
@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) {
    .atbs-review {
        padding-top: 55px;
    }
    .atbs-review .atbs-review__overall-score {
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: -55px auto 0 auto;
    }
    .atbs-review .atbs-review__product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% );
        border-right: none;
    }
    .atbs-review .atbs-review__product .media-left {
        /*padding-right: 0;*/
    }
    .atbs-review .atbs-review__product .media-body {
        width: auto;
        /*margin-top: 20px;*/
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .atbs-review .atbs-review__product .media-body {
        /*margin-top: 15px;*/
    }
    .atbs-review .atbs-review__product-byline {
        margin-top: 10px;
    }

    .atbs-review__pros-and-cons .flex-box.flex-box-2i >  * {
        width: 100%;
    }
    .atbs-review .atbs-review__pros-and-cons {
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    /*.atbs-review .atbs-review__product .media-left {*/
    /*    width: 100%;*/
    /*    margin-bottom: 20px;*/
    /*}*/
    /*.atbs-review .atbs-review__product .media-body {*/
    /*    width: 100%;*/
    /*    flex: none;*/
    /*}*/
    .atbs-review .atbs-review__product .media-left {
        padding-right: 20px;
    }
    .atbs-review .atbs-review__product-image {
        width: 100px;
        height: 100px;
    }
    .atbs-review .atbs-review__product {
        padding: 30px 25px;
    }

    .atbs-review .atbs-review__summary,
    .atbs-review .atbs-review__pros-and-cons {
        padding: 0 25px;
    }
}
@media (max-width: 420px) {
    .atbs-review .atbs-review__product .media-left {
        width: 100%;
        padding-right: 0;
    }
    .atbs-review .atbs-review__product .media-body {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin-top: 20px;
    }
    .atbs-review .atbs-review__product-image {
        width: 100%;
        height: 180px;
    }
}
/*Review Icon Progress Bar*/
.review-count-percent {
    z-index: 2;
}
.review-count-percent .progress-score-group {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 3px var(--color-border);
    box-shadow: 0px 0px 3px var(--color-border);
}
.review-count-percent .progress-score {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.review-count-percent .progress-score__meter,
.review-count-percent .progress-score__value {
    fill: none;
}
.review-count-percent .progress-score__meter {
    stroke: #fff;
    fill: #fff;
    -webkit-box-shadow: 0px 0px 6px #00000029 inset;
    box-shadow: 0px 0px 6px #00000029 inset;
}
.review-count-percent .progress-score__value {
    stroke: #222222;
    stroke-linecap: round;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    animation: reviewScore 1.5s ease-in-out forwards reverse;
}
.review-count-percent .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.review-count-percent .progress-score-number,
.review-count-percent .progress-score-number .progress-score-number-text {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 13px*2);
    height: calc(100% - 13px*2);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px #00000029;
    box-shadow: 0px 0px 6px #00000029;
}
.review-count-percent .progress-score-number .progress-score-number-text {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #222222;
    width: calc(100% - 8px*2);
    height: calc(100% - 8px*2);
}
.review-count-percent {
    --status-color-1: #FF0000;
    --status-color-2: #FF0088;
    --status-color-3: #FF00F7;
    --status-color-4: #AB00FF;
    --status-color-5: #6E00FF;
    --status-color-6: #00C2FF;
    --status-color-7: #00FFCB;
    --status-color-8: #00FF6F;
    --status-color-9: #3AFF00;
    --status-color-10: #A2FF00;
}
.review-count-percent[data-progress-score ^='1' i] .progress-score__value {
    stroke: var(--status-color-1);
}
.review-count-percent[data-progress-score ^='2' i] .progress-score__value {
    stroke: var(--status-color-2);
}
.review-count-percent[data-progress-score ^='3'] .progress-score__value {
    stroke: var(--status-color-3);
}
.review-count-percent[data-progress-score ^='4' i] .progress-score__value {
    stroke: var(--status-color-4);
}
.review-count-percent[data-progress-score ^='5' i] .progress-score__value {
    stroke: var(--status-color-5);
}
.review-count-percent[data-progress-score ^='6'] .progress-score__value {
    stroke: var(--status-color-6);
}
.review-count-percent[data-progress-score ^='7' i] .progress-score__value {
    stroke: var(--status-color-7);
}
.review-count-percent[data-progress-score ^='8' i] .progress-score__value {
    stroke: var(--status-color-8);
}
.review-count-percent[data-progress-score ^='9' i] .progress-score__value {
    stroke: var(--status-color-9);
}
.review-count-percent[data-progress-score ^='10' i] .progress-score__value {
    stroke: var(--status-color-10);
}

.post-icon-score-transparent .review-count-percent .progress-score__meter {
    stroke: transparent;
    fill: rgba(0, 0, 0, 0.5);
}
.post-icon-score-transparent .review-count-percent .progress-score-number {
    background-color: transparent;
}
/*Size Review Icon*/
@media (min-width: 1200px) {
    /*Default*/
    .review-count-percent.post-type-icon .progress-score {
        width: 80px;
        height: 80px;
    }
    .review-count-percent.post-type-icon .progress-score-number,
    .review-count-percent.post-type-icon .progress-score-number .progress-score-number-text {
        width: calc(100% - 8px*2);
        height: calc(100% - 8px*2);
    }
    .review-count-percent.post-type-icon .progress-score-number .progress-score-number-text {
        font-size: 18px;
    }
    /*Small*/
    .review-count-percent.post-type-icon--sm .progress-score {
        width: 60px;
        height: 60px;
    }
    .review-count-percent.post-type-icon--sm .progress-score-number,
    .review-count-percent.post-type-icon--sm .progress-score-number .progress-score-number-text {
        width: calc(100% - 6px*2);
        height: calc(100% - 6px*2);
    }
    .review-count-percent.post-type-icon--sm .progress-score-number .progress-score-number-text {
        font-size: 14px;
    }
    /*Medium*/
    .review-count-percent.post-type-icon--md .progress-score {
        width: 100px;
        height: 100px;
    }
    .review-count-percent.post-type-icon--md .progress-score-number {
        width: calc(100% - 12px*2);
        height: calc(100% - 12px*2);
    }
    .review-count-percent.post-type-icon--md .progress-score-number .progress-score-number-text {
        width: calc(100% - 10px*2);
        height: calc(100% - 10px*2);
    }
    .review-count-percent.post-type-icon--md .progress-score-number .progress-score-number-text {
        font-size: 24px;
    }
    /*Large*/
    .review-count-percent.post-type-icon--lg .progress-score {
        width: 120px;
        height: 120px;
    }
    .review-count-percent.post-type-icon--lg .progress-score-number {
        width: calc(100% - 14px*2);
        height: calc(100% - 14px*2);
    }
    .review-count-percent.post-type-icon--lg .progress-score-number .progress-score-number-text {
        width: calc(100% - 12px*2);
        height: calc(100% - 12px*2);
    }
    .review-count-percent.post-type-icon--lg .progress-score-number .progress-score-number-text {
        font-size: 28px;
    }
}
@media (max-width: 1199px) {
    /*Default*/
    .review-count-percent.post-type-icon .progress-score {
        width: 70px;
        height: 70px;
    }
    .review-count-percent.post-type-icon .progress-score-number,
    .review-count-percent.post-type-icon .progress-score-number .progress-score-number-text {
        width: calc(100% - 7px*2);
        height: calc(100% - 7px*2);
    }
    .review-count-percent.post-type-icon .progress-score-number .progress-score-number-text {
        font-size: 16px;
    }
    /*Small*/
    .review-count-percent.post-type-icon--sm .progress-score {
        width: 60px;
        height: 60px;
    }
    .review-count-percent.post-type-icon--sm .progress-score-number,
    .review-count-percent.post-type-icon--sm .progress-score-number .progress-score-number-text {
        width: calc(100% - 6px*2);
        height: calc(100% - 6px*2);
    }
    .review-count-percent.post-type-icon--sm .progress-score-number .progress-score-number-text {
        font-size: 14px;
    }
    /*Medium*/
    .review-count-percent.post-type-icon--md .progress-score {
        width: 80px;
        height: 80px;
    }
    .review-count-percent.post-type-icon--md .progress-score-number {
        width: calc(100% - 10px*2);
        height: calc(100% - 10px*2);
    }
    .review-count-percent.post-type-icon--md .progress-score-number .progress-score-number-text {
        width: calc(100% - 8px*2);
        height: calc(100% - 8px*2);
    }
    .review-count-percent.post-type-icon--md .progress-score-number .progress-score-number-text {
        font-size: 22px;
    }
    /*Large*/
    .review-count-percent.post-type-icon--lg .progress-score {
        width: 100px;
        height: 100px;
    }
    .review-count-percent.post-type-icon--lg .progress-score-number {
        width: calc(100% - 12px*2);
        height: calc(100% - 12px*2);
    }
    .review-count-percent.post-type-icon--lg .progress-score-number .progress-score-number-text {
        width: calc(100% - 10px*2);
        height: calc(100% - 10px*2);
    }
    .review-count-percent.post-type-icon--lg .progress-score-number .progress-score-number-text {
        font-size: 26px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    /*Default - Medium - Large (Not Small)*/
    .review-count-percent[class *='post-type-icon']:not(.post-type-icon--sm) .progress-score {
        width: 70px;
        height: 70px;
    }
    .review-count-percent[class *='post-type-icon']:not(.post-type-icon--sm) .progress-score-number,
    .review-count-percent[class *='post-type-icon']:not(.post-type-icon--sm) .progress-score-number .progress-score-number-text {
        width: calc(100% - 7px*2);
        height: calc(100% - 7px*2);
    }
    .review-count-percent[class *='post-type-icon']:not(.post-type-icon--sm) .progress-score-number .progress-score-number-text {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    /*Small - Default - Medium - Large*/
    .review-count-percent[class *='post-type-icon'] .progress-score {
        width: 60px;
        height: 60px;
    }
    .review-count-percent[class *='post-type-icon'] .progress-score-number,
    .review-count-percent[class *='post-type-icon'] .progress-score-number .progress-score-number-text {
        width: calc(100% - 6px*2);
        height: calc(100% - 6px*2);
    }
    .review-count-percent[class *='post-type-icon'] .progress-score-number .progress-score-number-text {
        font-size: 14px;
    }
}
/*Video Icon*/
.post-icon-video-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 1200px) {
    /*Default*/
    .post-icon-video.post-type-icon svg {
        width: 80px;
        height: 80px;
    }
    /*Small*/
    .post-icon-video.post-type-icon--sm svg {
        width: 60px;
        height: 60px;
    }
    /*Medium*/
    .post-icon-video.post-type-icon--md svg {
        width: 100px;
        height: 100px;
    }
    /*Large*/
    .post-icon-video.post-type-icon--lg svg {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1199px) {
    /*Default*/
    .post-icon-video.post-type-icon svg {
        width: 70px;
        height: 70px;
    }
    /*Small*/
    .post-icon-video.post-type-icon--sm svg {
        width: 60px;
        height: 60px;
    }
    /*Medium*/
    .post-icon-video.post-type-icon--md svg {
        width: 80px;
        height: 80px;
    }
    /*Large*/
    .post-icon-video.post-type-icon--lg svg {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    /*Default - Medium - Large (Not Small)*/
    .post-icon-video[class *='post-type-icon']:not(.post-type-icon--sm) svg {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 767px) {
    /*Small - Default - Medium - Large*/
    .post-icon-video[class *='post-type-icon'] svg {
        width: 60px;
        height: 60px;
    }
}

/*Gallery Icon*/
.gallery-icon {
    padding: 0.4em 0.8em;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.gallery-icon > *:not(:first-child) {
    margin-left: 5px;
}

.site-content {
    padding-top: 0 !important;
}
.single-1 .entry-thumb {
    height: 0;
    width: 55.5555555556%;
    padding-bottom: 55.5555555556%;
    margin: 0 50px 0 0;
    position: relative;
    z-index: 2;
}

.single-1 .entry-thumb:before {
    content: '';
    width: 100vw;
    height: 9999px;
    background-color: var(--color-primary);
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(0,-50%);
    z-index: -1;
}
.single-1 .entry-thumb img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.single-1 .atbs-single-header {
    position: relative;
    padding: 75px 0;
    overflow: hidden;

}

.single-1 .single-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-1 .single-header {
    flex: 1;
    z-index: 2;
    position: relative;
}
.single-1 .single-header .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.0714rem;
    line-height: 1.5;
    font-weight: 700;
    text-transform: capitalize;
}
.single-1 .single-header .entry-meta time {
    font-style: normal;
}
.single-1 .single-header .entry-title {
    margin-top: 10px;
    margin-bottom: 15px;
}

.single-1.atbs-block[class *='single-'] .atbs-single-header:not(:last-child) {
    margin-bottom: 50px;
}
@media (max-width: 1680px) {

}

@media (max-width: 1366px) {

}
@media (max-width: 1199px) {
    .single-1 .entry-thumb {
        width: 50%;
        padding-bottom: 50%;
        margin: 0 40px 0 0;
    }
}
@media (max-width: 991px) {
    .single-1 .entry-thumb {
        margin: 0 30px 0 0;
    }
   
      .single-1 .single-header .entry-meta {

    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .single-1 .single-header .entry-title {
        font-size: 2.2857rem;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .single-1 .atbs-single-header {
        padding: 50px 0;
    }
    .single-1 .entry-thumb {
        width: 70%;
        padding-bottom: 70%;
        margin: 0 auto 30px auto;
    }
    .single-1 .entry-thumb:before {
        width: 100vw;
        height: 999px;
        top: auto;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 0);

    }
    .single-1 .single-header {
        width: 100%;
        flex: none;
        text-align: center;
    }
    .single-1 .single-header .entry-title {
        margin-bottom: 0;
    }
    .single-1 .single-header .entry-teaser {
        margin-right: auto;
        margin-left: auto;
        display: none;
    }
    .single-1.atbs-block[class *='single-'] .atbs-single-header:not(:last-child) {
        margin-bottom: 40px;
    }


    .related-posts .posts-list > * {
        width: 100%;
    }
  
      .single-1 .single-header .entry-meta {
       
    }
}

@media (max-width: 575px) {
    .single-1 .entry-thumb {
        width: 75%;
        padding-bottom: 75%;
        margin: 0 auto 30px auto;
    }
  
      .single-1 .single-header .entry-meta {
      
    }
}

@media (max-width: 480px) {
    .single-1 .entry-thumb {
        width: 80%;
        padding-bottom: 80%;
        margin: 0 auto 25px auto;
    }
    .single-1 .single-header .entry-title {
        margin-bottom: 0;
    }

}

.single-2 .entry-thumb {
    height: 637px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.single-2 .entry-thumb img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.single-2 .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.single-2 .entry-meta i {
    margin-right: 0;
}
.single-2 .entry-meta > *:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid var(--color-border);
}

@media (max-width: 1199px) {
    .single-2 .entry-thumb {
        height: 450px;
    }
}
@media (max-width: 767px) {
    .single-2 .entry-thumb {
        height: 350px;
        margin-top: 25px;
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .single-2 .entry-thumb {
        height: 300px;
    }
}
@media (max-width: 360px) {
    .single-2 .entry-title {
        margin-bottom: 0;
    }
    .single-2 .entry-meta {
       
    }
}

















/* hubspot*/ 
.nvic-block-heading {
    margin-bottom: 35px;
  }
  .nvic-block-heading .heading__title {
    font-size: 80px;
    line-height: 1.2;
    letter-spacing: 0.7px;
    font-weight: 700;
    text-transform: uppercase;
  }
  @media ( max-width: 991px ) {
    .nvic-block-heading .heading__title {
      font-size: 54px;
    }
  }
  @media ( max-width: 767px ) {
    .nvic-block-heading .heading__title {
      font-size: 42px;
    }
  }
  @media ( max-width: 575px ) {
    .nvic-block-heading .heading__title {
      font-size: 32px;
    }
  }
  @media ( max-width: 420px ) {
    .nvic-block-heading .heading__title {
      font-size: 28px;
    }
  }
  .archive-header {
    display: none;
  }
  .archive-header,
  .archive-heading{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .archive-header h1,
  .archive-heading h1 {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 36px;
    line-height: 1.5;
    padding: 0 50px 0 70px;
    z-index: 1;
  }
  .archive-header .page-heading__subtitle {
    font-size: 14px;
    font-style: italic;
    color: rgba(0,0,0,0.6);
  }
  
  
  .navigation-bar--inverse .social-links__icon:active svg,
  .navigation-bar--inverse .social-links__icon:focus svg,
  .navigation-bar--inverse .social-links__icon:hover svg,
  .navigation-bar--inverse .social-links__icon svg {
    fill: rgba(255,255,255,0.8)
  }
  .about__readmore a:hover,
  .post__readmore a:hover {
    text-decoration: none;
  }
  .item-hidden {
    display: none;
  }
  .block-overflow-hidden {
    overflow: hidden;
  }
  @media (max-width: 769px) {
    .mobile-block-margin {
      margin-top: 60px;
    }
  }
  .atbs-thumb-object-fit a:not(.post__cat) {
    width: 100%;
    height: 100%;
  }
  .atbs-thumb-object-fit.post__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .nvic-pagination {
    margin-top: 40px;
  }
  .nvic-subscribe .hs_email > label {
    display: none;
  
  }
  .btn-default.js-ajax-load-post-trigger:hover,
  .btn-default.js-ajax-load-post-trigger:active,
  .btn-default.js-ajax-load-post-trigger:focus,
  .btn-default {
    outline: 0;
    background-color: var(--color-primary);
    color: #fff;
  }
  .nvic-block-subscribe-form .hs-error-msgs,
  .nvic-subscribe .hs-error-msgs {
    list-style-type: none;
  }
  .nvic-block-subscribe-form .hs-error-msg,
  .nvic-subscribe .hs-error-msg {
    font-weight: 400;
    margin-top:10px;
  }
  .widget-about__inner .social-list a svg {
    width: 15px;
    height: 15px;
    fill: #ffffff;
  }
  
  .nvic--about {
    position: relative;
  }
  .empty-author {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 2;
  }
  .navigation-primary > .submenu.level-1 > li > a:before  {
    background-color: var(--color-primary);
  }
  .navigation-bar--inverse .header__language-switcher--label-current:after {
    border-top: 6px solid #ffffff;
  }
  .nvic-widget-subscribe .actions input[type="submit"].hs-button {
    background-color: ;
    color:#ffffff;
    height: 38px;
  }
  /**/
  .atbs-block-subscribe-form {
    border: 1px solid rgba(0,0,0,0.1) ;
    padding: 20px;
  }
  .atbs-block-subscribe-form .inside__title {
    font-weight: 700;
  }
  .atbs-block-subscribe-form .subscribe__text {
    opacity: .6;
  }
  .atbs-block-subscribe-form form input[type="email"],
  .atbs-block-subscribe-form .input input[type="email"].hs-button:focus-visible,
  .atbs-block-subscribe-form .input input[type="email"].hs-button:hover,
  .atbs-block-subscribe-form .input input[type="email"].hs-button:active,
  .atbs-block-subscribe-form .input input[type="email"].hs-button:focus,
  .atbs-block-subscribe-form .input input[type="email"].hs-button {
    outline: none;
    border: 1px solid rgba(0,0,0,0.2) !important ;
    /*color: #fff;*/
    text-align: center;
  }
  .nvic-subscribe input[type="submit"],
  .nvic-subscribe input[type="button"]:not(.btn):hover, 
  .nvic-subscribe input[type="reset"]:not(.btn):hover, 
  .nvic-subscribe input[type="submit"]:not(.btn):hover {
    background-color: var(--color-primary);
  }
  
  .background-white {
    background-color:#ffffff;
  }
  .widget-about-me {
    min-height: 100px;
  }
  .about__social svg {
    height: 16px;
    width: 16px;
    fill: #444444;
  }
  .nvic-widget-about {
    position: relative;
    min-height: 100px;
    background: #fafafa;
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    .navigation-bar .header-logo img {
      max-width: 150px;
    }
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .container {
      width: 100% !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .container {
      width: 100% !important;
    }
  }
/*  .blog-related-posts {
    margin-bottom: 70px;
  }*/
  .nvic-widget-subscribe form input[type="submit"]:not(.btn) {
    background-color: var(--color-primary);
  }
  .inverse-text .nvic-widget-subscribe,
  .inverse-text .nvic-widget-subscribe .subscriber-tile {
    color: rgba(255,255,255,1);
  }
  .nvic-widget-subscribe .subscriber-excerpt {
    opacity: 0.6;
  }
  @media (max-width: 1199px) and (min-width: 768px) {
    .nvic-featured-module-1 .dots-inverse .owl-dot.active span {
      background-color: var(--color-primary);
    }
  }
  @media (max-width: 767px) {
    .nvic-single .site-content {
      padding-bottom: 0;
    }
  }
  .post__thumb-400 .post__thumb {
    height: 400px;
  }
  .post__thumb-310 .post__thumb {
    height: 310px;
  }
  .post__thumb-270 .post__thumb {
    height: 270px;
  }
  .post__thumb-170 .post__thumb {
    height: 170px;
  }
  .post__thumb-130 .post__thumb {
    height: 130px;
  }
  .post__thumb-100 .post__thumb {
    height: 100px;
  }
  
  .atbs-thumb-object-fit.post__thumb a:not(.post__cat) {
    width: 100%;
    height: 100%;
  }
  .atbs-thumb-object-fit.post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  .inverse-text .site-copyright .hs_cos_wrapper {
    color: #ffffff;
  }
  .empty-gallery {
    position: relative;
    min-height: 100px;
    background-color: #fafafa;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .site-footer {
    overflow: hidden;
    background: #666666
  }
  .site-footer--inverse .site-footer-main .site-footer__section-inner > div.copyright-text a, 
  .site-footer--inverse .site-footer-main .site-footer__section-inner > div.copyright-text {
    color: rgba(255,255,255,0.6);
  }
  @media (max-width:767px) {
    .dnd_area-row-3-margin {
      margin-bottom: 40px !important;
    }
    .footer-instagram ul li:nth-child(3n+1) {
      clear: both;
    }
  }
  @media (max-width:480px) {
    .nvic--instagram ul li:nth-child(1), .nvic--instagram ul li:nth-child(4) {
      width: 100%;
    }
  }
  .nvic-widget .widget__title,
  .nvic-widget--box .widget__title,
  .widget__title {
    margin-bottom: 30px;
  }
  .nvic-block-subscribe-form h4 {
    font-weight: 700;
  }
  .nvic-pagination .btn-default {
    text-transform: uppercase;
    padding: 12px 30px;
    letter-spacing: 1px;
    border: none;
    box-shadow: none !important;
    background: #111;
  }
  

  /* header */

.post__title,
  .block-heading,
  .widget__title, 
  .entry-title,
  .footer-subscribe .footer-subscribe-title,
  .single-head h1.post__title,
  .posts-navigation .posts-navigation__prev h3.post__title.typescale-2 a,
  .posts-navigation .posts-navigation__next h3.post__title.typescale-2 a,
  .blog-related-posts .post__title a, .blog-related-posts .entry-title a,
  .subscriber-title,
  .nextBtn,
  .widget-about-me .author__name,
  .block-heading__title,
  .error-sub-title,
  .mnmd-404-block h1,
  .widget__title-text,
  .category-tile,
  .follow-name,
  .slide-caption p,
  .author-box .author-name a,
  .block-heading__title span,
  .mnmd-news-ticker__heading span,
  .trending__readmore a,
  .list-post--horizontal__title h4,
  .trendding__content-title,
  .post__title,
  .archive-header h1,
  .archive-heading h1,
  .widget__title .widget__title-text,
  .blog-related-posts .block-heading__title,
  .block-heading .block-heading__title,
  .single-body.entry-content h1.post-title,
  .single-body.entry-content h1.blog-list-header__title,
  .single-entry h1.post-title.entry__title.typescale-4,
  .author-box .meta-font a ,.author-box a.meta-font a,
  .post-single .posts-navigation .post__title a,
  .nvic-pagination__item,
  .post-single__inner .single-title h1,
  .post-card__title h1,
  .contact-heading__title h1,
  .featured-cylinder__title,
  .featured-heading__title h1, 
  .contact-heading__title,
  .page-heading__title, 
  .widget__title-text, .comment-reply-title, 
  .comments-title, .comment-reply-title, .category-tile__name,
  .post-categories__title, .post__title, .entry-title,.h1, .h2, .h3, .h4, .h5, .h6, 
  .text-font-primary, .social-tile__title, .widget_recent_comments .recentcomments > a, .widget_recent_entries li > a, 
  .modal-title.modal-title, .author-box .author-name a, .comment-author, .comment-author-name, .widget_calendar caption, 
  .widget_categories li>a, .widget_meta ul, .widget_recent_comments .recentcomments>a, .widget_recent_entries li>a, 
  .widget_pages li>a, .apsl-widget, .widget_archive a, .lwa td, .widget_nav_menu ul, .widget_rss a.rsswidget, 
  .nvic-search-full-style-2 .search-form__input, .nvic-search-full-style-2 .search-form__input::placeholder, 
  .post-score-circle .post-score-value, .logo-text {
    font-family: Saira Semi Condensed !important;
  }


.copy-right,
.post__cat, a.post__cat,
.entry-cat, a.entry-cat,
.post__meta, .block-heading__subtitle,
.post__excerpt, .entry-excerpt, .entry-tags ul>li>a,
.comments-count, .view-count,
.author-box .author-name a,
.author-box .author-bio,
.entry-teaser,.entry-author a.entry-author__name, .entry-meta,
.time-style-1 time ,
.post-author_style-5 .post-author__text time,
.post__readmore-style-1 .readmore__text,
.time-style-1 time.time,.single-body,
.author-box .author-name a,
.readmore__text,
  .footer-subscribe input[type="email"],
  .footer-subscribe input[type="submit"] ,
  .site-footer .copyright-text .hs_cos_wrapper,
  .site-footer .copyright-text a .hs_cos_wrapper_type_inline_text,
  .single-body p,
  .entry-meta.post__meta time,
  .post-single__inner .author-name a,
  .single-body p ,
  .mobile-header-btn, .menu, .meta-text, a.meta-text, .meta-font, a.meta-font, .text-font-tertiary, .block-heading-tabs, 
  .block-heading-tabs > li > a, input[type="button"]:not(.btn), input[type="reset"]:not(.btn), input[type="submit"]:not(.btn), 
  .btn, label, .page-nav, .post-score, .atbs-post-score .post-score-value, .post__cat, a.post__cat, .entry-cat, 
  a.entry-cat, .read-more-link, .post__meta, .entry-meta, .entry-author__name, a.entry-author__name, .comments-count-box, 
  .atbs-atbs-widget-indexed-posts-a .posts-list > li .post__thumb:after, .atbs-atbs-widget-indexed-posts-b .posts-list > li .post__title:after, 
  .atbs-atbs-widget-indexed-posts-c .list-index, .social-tile__count, .widget_recent_comments .comment-author-link, 
  .atbs-atbs-video-box__playlist .is-playing .post__thumb:after, .atbs-atbs-posts-listing-a .cat-title, 
  .atbs-atbs-news-ticker__heading, .post-sharing__title, .post-sharing--simple .sharing-btn, .entry-action-btn, 
  .entry-tags-title, .comments-title__text, .comments-title .add-comment, .comment-metadata, .comment-metadata a, 
  .comment-reply-link, .countdown__digit, .modal-title, .comment-meta, .comment .reply, .wp-caption, .gallery-caption, 
  .widget-title, 
  .btn, .logged-in-as, .countdown__digit, .atbs-atbs-widget-indexed-posts-a .posts-list>li .post__thumb:after, 
  .atbs-atbs-widget-indexed-posts-b .posts-list>li .post__title:after, .atbs-atbs-widget-indexed-posts-c .list-index, 
  .atbs-atbs-horizontal-list .index, .atbs-atbs-pagination, .atbs-atbs-pagination--next-n-prev .atbs-atbs-pagination__label,
  .post__readmore, .single-header .atbs-date-style,
  ::-webkit-input-placeholder /* WebKit, Blink, Edge */, ::placeholder, .meta-font, .post__cat, .post__readmore, 
  .time, .nvic-pagination, .subscribe-form__info, .btn .author__name, .author__text, .nvic-featured-module-1 .owl-number, .item-number{
    font-family: Saira Semi Condensed;
  }


  .social-share-label,.single-next-article-box .next-article-popup-heading,
  .navigation--main>li>a, .navigation--offcanvas>li>a,
  .site-footer .navigation li a,
  .navigation--main .sub-menu a,
  .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a,
  .header__language-switcher--label-current,
  .menu-header .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a,
  .footer-subscribe .footer-subscribe-title,
  .site-footer .hs-menu-wrapper ul li.hs-menu-item a,
  .header__language-switcher--label-current,
  .header__language-switcher .lang_list_class li a,
  .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a,
  .menu-header .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a,
  .header__language-switcher--label-current,
  .language .header__language-switcher .lang_list_class li a,
  .header__language-switcher--label-current,
  .hs-menu-wrapper ul li.hs-menu-item a,
  .navigation-primary > .submenu.level-1 > li > a,
  .nvic-offcanvas .navigation-primary > .submenu.level-1 > li > a,
  .submenu.level-2 .menu-item .menu-link,
  .header__language-switcher .lang_list_class li a,
  .nvic-offcanvas .submenu.level-2 .menu-item a.menu-link,
  .hs-menu-wrapper ul li.hs-menu-item a,
  .navigation-bar--inverse .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1>a, 
  .navigation-bar--inverse .header__language-switcher--label-current,
  .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-3 > a {
    font-family: Saira Semi Condensed;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*Backup Subscribe*/
  .box-wrapper {
    margin: 100px auto;
    padding: 0;
    max-width: 580px;
  }
  .box-wrapper__inner {
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 5px solid #3545ee;
    padding: 55px 45px 50px 45px;
    border-radius: 8px;
  }
  .box-wrapper .page-header {
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5;
  }
  .box-heading__title {
    margin-bottom: 30px;
  }
  .box-wrapper .box-heading__title h1,
  .box-wrapper .page-header h1 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
  .box-wrapper #content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .box-wrapper .box-wrapper__inner input[type=email],
  .box-wrapper .box-wrapper__inner input[type=password] {
    width: 100% !important;
    padding: 14px 20px !important;
    margin-bottom: 20px;
    margin-top: 0 !important;
    font-size: 15px !important;
    border-color: rgba(0,0,0,0.1) !important;
  }
  .box-wrapper input[type=submit] {
    width: 100%;
    margin: 0 !important;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding: 12px 25px;
    border-radius: 4px;
    background-color: #3545ee;
    text-align: center;
    justify-content: center;
  }
  .box-wrapper .page-header h2 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin: 11px 0 20px 0;
    color: #989898;
  }
  .box-wrapper.box-wrapper-large .header {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 3px;
  }
  .box-wrapper-large .subscribe-options .header + p label, .box-wrapper-large .item .fakelabel {
    font-size: 17px !important;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 4px;
    display: block;
    color: rgba(0,0,0,0.9);
    font-weight: 400;
  }
  .box-wrapper-large .item .checkbox-row + p {
    font-style: italic;
    margin-bottom: 15px;
  }
  .box-wrapper-large .item {
    padding-left: 25px;
  }
  .box-wrapper .subscribe-options .header + p {
    padding-left: 25px;
  }
  .box-wrapper-large .subscribe-options {
    margin-top: 25px;
  }
  .box-wrapper-large .subscribe-options + input[type="submit"] {
    margin-top: 25px !important;
  }
  @media (max-width: 360px) {
    .box-wrapper__inner {
      padding: 35px 22px 30px 22px;
    }   
    .box-wrapper .page-header {
      margin-bottom: 25px;
    }
    .box-wrapper .box-heading__title h1,
    .box-wrapper .page-header h1 {
      font-size: 24px;
    }
    .box-wrapper .box-wrapper__inner input[type=email],
    .box-wrapper .box-wrapper__inner input[type=password] {
      width: 100% !important;
      padding: 12px 20px !important;
      margin-bottom: 15px;
      padding: 5px 15px;
      border-radius: 4px;
      font-size: 14px;
    }
  }
  /*Search*/
  .box-search-results h1 {
    margin-bottom: 40px;
  }
  .box-search-results.systems-page--search-results {
    padding: 100px 0 !important;
  }
  .box-search-results .hs-search-results__listing li:not(:last-child) {
    margin-bottom: 40px;
  }
  .box-search-results .hs-search-results__listing li {
    
      padding: 40px;
      border: 1px dashed rgba(0,0,0,0.1);
  }
  .box-search-results .hs-search-results__title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    color: var(--color-primary);
  }
  .box-search-results .hs-search-results__description {
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(0,0,0,0.6);
    padding-left: 20px;
    text-align: justify;
  }
  .box-search-results .hs-search-results__description:last-child {
    margin-bottom: 0;
  }
  
  .box-search-results .hs-search-results__pagination {
    margin-top: 40px;
  }
  .box-search-results .hs-search-results__pagination a {
    color: var(--color-primary);
  }
  
  /* conact */
  .contact-form-dnd .dnd-section,
  .body-container--landing-page .dnd-section {
    position: relative;
    z-index: 1;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .body-container--contact {
    padding-left: 15px;
    padding-right: 15px;
  
  }
  /* landing page */
  .body-container--landing-page .row-fluid *:not(.dnd_area-row-0-force-full-width-section) .row-fluid  {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .body-container--landing-page .row-fluid .dnd_area-row-0-force-full-width-section .row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .systems-page,
  .box-wrapper {
    min-height: 60vh;
  } 
  
  
  .list-unstyled .maxImagessix {
    display:none;
  }
  .list-unstyled .maxImagessix:nth-child(5),
  .list-unstyled .maxImagessix:nth-child(4),
  .list-unstyled .maxImagessix:nth-child(3),
  .list-unstyled .maxImagessix:nth-child(2),
  .list-unstyled .maxImagessix:nth-child(1) {
    display:block;
  }
  .menu-footer-container .hs-menu-children-wrapper,
  .menu-footer-menu-container .hs-menu-children-wrapper {
     display: none;
  }
  .body-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }
  .body-container-wrapper {
    flex: 1;
  }
  .widget-about-me {
    position: relative;
  }
  .contact-form-submit form input[type="submit"]:hover, 
  .contact-form-submit form .hs-button:hover, 
  .contact-form-submit input[type="submit"]:not(.btn):hover, 
  .contact-form-submit form input[type="submit"]:active, 
  .contact-form-submit form .hs-button:active, 
  .contact-form-submit input[type="submit"]:not(.btn):active, 
  .contact-form-submit form input[type="submit"]:focus, 
  .contact-form-submit form .hs-button:focus, 
  .contact-form-submit input[type="submit"]:not(.btn):focus, 
  .contact-form-submit form input[type="submit"], 
  .contact-form-submit form .hs-button, 
  .contact-form-submit input[type="submit"]:not(.btn) {
    background-color: var(--color-primary) !important;
    color: #222;
    border: 1px solid var(--color-primary) !important;
  }
  
 .nvic-listing-grid-2i > *:nth-child(2n+1){
    clear:both;
    
  }
  @media (max-width: 767px) {
    .body-container--home .dnd_area-row-0-margin {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }
    .mnmd-post--grid-featured .small-post--vertical {
      padding-top:0;
    }
  }
  
  .list-post--nothumbnail h3.post__title {
    text-transform: capitalize;
    font-size: 19px;
  }
  .small-post--vertical-style-1 .post__title,
  .small-post--vertical-style-2 .post__title {
    font-size: 22px;
  }
  .big-post-st-2 .post-date time {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.6;
  }
  .mnmd-pagination {
    margin-top: 50px;
  }
  .btn-default.js-ajax-load-post-trigger:hover,
   .btn-default.js-ajax-load-post-trigger:active, 
   .btn-default.js-ajax-load-post-trigger:focus, 
   .btn-default {
    text-transform: uppercase;
    padding: 12px 30px;
   }
   .mnmd-pagination .mnmd-pagination__item:nth-child(n+2) {
     margin-left: 15px;
   }
   .mnmd-post--grid-b .small-post--vertical-style-1 .post__title.title-style-2 {
     max-width: 240px;
   }
   .widget-posts-list-nothumbnail .post-date {
     margin-top: 10px;
   }
   .widget-posts-list-nothumbnail .post-date time {
     font-weight: 400;
     opacity: 0.6;
     font-size: 12px;
   }
.atbs-pagination {
    margin-top: 50px;
}
.atbs-block-subscribe-form {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 20px;
}

.navigation-bar--inverse .offcanvas-menu-toggle svg rect {
    fill: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
    .atbs-atbs-widget .posts-list-tablet-2i>* {
        width: 100%;
    }
}
.subscriptions_confirmation .page-header br {
  display: none;
}