html {
  font-size: 14px; }

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

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

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

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

/* =============================================================================
## TYPOGRAPHY
============================================================================= */
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child,
  .h1:first-child,
  .h2:first-child,
  .h3:first-child,
  .h4:first-child,
  .h5:first-child,
  .h6:first-child {
    margin-top: 0; }

/*---- Typography scale ----*/
.h6,
h6 {
  font-size: 1rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .h6,
    h6 {
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 992px) {
    .h6,
    h6 {
      font-size: 1rem;
      line-height: 1.5; } }

.h5,
h5 {
  font-size: 1.125rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .h5,
    h5 {
      font-size: 1.2rem;
      line-height: 1.4; } }
  @media (min-width: 992px) {
    .h5,
    h5 {
      font-size: 1.25rem;
      line-height: 1.4; } }

.h4,
h4 {
  font-size: 1.266rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .h4,
    h4 {
      font-size: 1.44rem;
      line-height: 1.4; } }
  @media (min-width: 992px) {
    .h4,
    h4 {
      font-size: 1.563rem;
      line-height: 1.3; } }

.h3,
h3 {
  font-size: 1.424rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .h3,
    h3 {
      font-size: 1.728rem;
      line-height: 1.3; } }
  @media (min-width: 992px) {
    .h3,
    h3 {
      font-size: 1.953rem;
      line-height: 1.3; } }

.h2,
h2 {
  font-size: 1.602rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .h2,
    h2 {
      font-size: 2.074rem;
      line-height: 1.3; } }
  @media (min-width: 992px) {
    .h2,
    h2 {
      font-size: 2.441rem;
      line-height: 1.2; } }

.h1,
h1 {
  font-size: 1.802rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .h1,
    h1 {
      font-size: 2.488rem;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    .h1,
    h1 {
      font-size: 3.052rem;
      line-height: 1.2; } }

.h0,
h0 {
  font-size: 2.027rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .h0,
    h0 {
      font-size: 2.986rem;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    .h0,
    h0 {
      font-size: 3.815rem;
      line-height: 1.1; } }

.h-1,
h-1 {
  font-size: 2.281rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .h-1,
    h-1 {
      font-size: 3.583rem;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    .h-1,
    h-1 {
      font-size: 4.768rem;
      line-height: 1.1; } }

.h-2,
h-2 {
  font-size: 2.566rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .h-2,
    h-2 {
      font-size: 4.3rem;
      line-height: 1.1; } }
  @media (min-width: 992px) {
    .h-2,
    h-2 {
      font-size: 5.96rem;
      line-height: 1.1; } }

.typescale-n1 {
  font-size: 0.889rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .typescale-n1 {
      font-size: 0.889rem;
      line-height: 1.5; } }
  @media (min-width: 992px) {
    .typescale-n1 {
      font-size: 0.889rem;
      line-height: 1.5; } }

.typescale-0 {
  font-size: 1rem;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .typescale-0 {
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 992px) {
    .typescale-0 {
      font-size: 1.1rem;
      line-height: 1.5; } }

.typescale-1 {
  font-size: 1.125rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .typescale-1 {
      font-size: 1.2rem;
      line-height: 1.3; } }
  @media (min-width: 992px) {
    .typescale-1 {
      font-size: 1.4rem;
      line-height: 1.3; } }

.typescale-2 {
  font-size: 1.266rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .typescale-2 {
      font-size: 1.44rem;
      line-height: 1.4; } }
  @media (min-width: 992px) {
    .typescale-2 {
      font-size: 1.421rem;
      line-height: 1.3; } }

.typescale-3 {
  font-size: 1.424rem;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .typescale-3 {
      font-size: 1.728rem;
      line-height: 1.3; } }
  @media (min-width: 992px) {
    .typescale-3 {
      font-size: 1.88rem;
      line-height: 1.27; } }

.typescale-4 {
  font-size: 1.602rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .typescale-4 {
      font-size: 2.074rem;
      line-height: 1.449; } }
  @media (min-width: 992px) {
    .typescale-4 {
      font-size: 2.153rem;
      line-height: 1.449; } }

.typescale-5 {
  font-size: 1.602rem;
  line-height: 1.3; }
  @media(max-width:767px) and (min-width:576px){
    .typescale-5 {
      font-size: 1.802rem;
      line-height: 1.3; }
      }
  @media (min-width: 768px) {
    .typescale-5 {
      font-size: 2.488rem;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    .typescale-5 {
      font-size: 3.265rem;
      line-height: 1.2; } }

.typescale-6 {
  font-size: 2.027rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .typescale-6 {
      font-size: 2.986rem;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    .typescale-6 {
      font-size: 3.743rem;
      line-height: 1.18; } }

.typescale-7 {
  font-size: 2.281rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .typescale-7 {
      font-size: 3.583rem;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    .typescale-7 {
      font-size: 4.768rem;
      line-height: 1.1; } }

.typescale-8 {
  font-size: 2.566rem;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .typescale-8 {
      font-size: 4.3rem;
      line-height: 1.1; } }
  @media (min-width: 992px) {
    .typescale-8 {
      font-size: 5.96rem;
      line-height: 1.1; } }

.typography-copy,
.comment-content {
  font-size: 16px;
  font-size: 1.1429rem;
  line-height: 1.6; }
  .typography-copy .h6,
  .typography-copy h6,
  .comment-content .h6,
  .comment-content h6 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1em;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .typography-copy .h6,
      .typography-copy h6,
      .comment-content .h6,
      .comment-content h6 {
        font-size: 1em;
        line-height: 1.5; } }
    @media (min-width: 992px) {
      .typography-copy .h6,
      .typography-copy h6,
      .comment-content .h6,
      .comment-content h6 {
        font-size: 1em;
        line-height: 1.5; } }
  .typography-copy .h5,
  .typography-copy h5,
  .comment-content .h5,
  .comment-content h5 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.125em;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .typography-copy .h5,
      .typography-copy h5,
      .comment-content .h5,
      .comment-content h5 {
        font-size: 1.2em;
        line-height: 1.4; } }
    @media (min-width: 992px) {
      .typography-copy .h5,
      .typography-copy h5,
      .comment-content .h5,
      .comment-content h5 {
        font-size: 1.25em;
        line-height: 1.4; } }
  .typography-copy .h4,
  .typography-copy h4,
  .comment-content .h4,
  .comment-content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.266em;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .typography-copy .h4,
      .typography-copy h4,
      .comment-content .h4,
      .comment-content h4 {
        font-size: 1.44em;
        line-height: 1.4; } }
    @media (min-width: 992px) {
      .typography-copy .h4,
      .typography-copy h4,
      .comment-content .h4,
      .comment-content h4 {
        font-size: 1.563em;
        line-height: 1.3; } }
  .typography-copy .h3,
  .typography-copy h3,
  .comment-content .h3,
  .comment-content h3 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.424em;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .typography-copy .h3,
      .typography-copy h3,
      .comment-content .h3,
      .comment-content h3 {
        font-size: 1.728em;
        line-height: 1.3; } }
    @media (min-width: 992px) {
      .typography-copy .h3,
      .typography-copy h3,
      .comment-content .h3,
      .comment-content h3 {
        font-size: 1.953em;
        line-height: 1.3; } }
  .typography-copy .h2,
  .typography-copy h2,
  .comment-content .h2,
  .comment-content h2 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.602em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .h2,
      .typography-copy h2,
      .comment-content .h2,
      .comment-content h2 {
        font-size: 2.074em;
        line-height: 1.3; } }
    @media (min-width: 992px) {
      .typography-copy .h2,
      .typography-copy h2,
      .comment-content .h2,
      .comment-content h2 {
        font-size: 2.441em;
        line-height: 1.2; } }
  .typography-copy .h1,
  .typography-copy h1,
  .comment-content .h1,
  .comment-content h1 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 1.802em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .h1,
      .typography-copy h1,
      .comment-content .h1,
      .comment-content h1 {
        font-size: 2.488em;
        line-height: 1.2; } }
    @media (min-width: 992px) {
      .typography-copy .h1,
      .typography-copy h1,
      .comment-content .h1,
      .comment-content h1 {
        font-size: 3.052em;
        line-height: 1.2; } }
  .typography-copy .h0,
  .typography-copy h0,
  .comment-content .h0,
  .comment-content h0 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 2.027em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .h0,
      .typography-copy h0,
      .comment-content .h0,
      .comment-content h0 {
        font-size: 2.986em;
        line-height: 1.2; } }
    @media (min-width: 992px) {
      .typography-copy .h0,
      .typography-copy h0,
      .comment-content .h0,
      .comment-content h0 {
        font-size: 3.815em;
        line-height: 1.1; } }
  .typography-copy .h-1,
  .typography-copy h-1,
  .comment-content .h-1,
  .comment-content h-1 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 2.281em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .h-1,
      .typography-copy h-1,
      .comment-content .h-1,
      .comment-content h-1 {
        font-size: 3.583em;
        line-height: 1.2; } }
    @media (min-width: 992px) {
      .typography-copy .h-1,
      .typography-copy h-1,
      .comment-content .h-1,
      .comment-content h-1 {
        font-size: 4.768em;
        line-height: 1.1; } }
  .typography-copy .h-2,
  .typography-copy h-2,
  .comment-content .h-2,
  .comment-content h-2 {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
    font-size: 2.566em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .h-2,
      .typography-copy h-2,
      .comment-content .h-2,
      .comment-content h-2 {
        font-size: 4.3em;
        line-height: 1.1; } }
    @media (min-width: 992px) {
      .typography-copy .h-2,
      .typography-copy h-2,
      .comment-content .h-2,
      .comment-content h-2 {
        font-size: 5.96em;
        line-height: 1.1; } }
  .typography-copy .typescale-n1,
  .comment-content .typescale-n1 {
    font-size: 0.889em;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .typography-copy .typescale-n1,
      .comment-content .typescale-n1 {
        font-size: 0.889em;
        line-height: 1.5; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-n1,
      .comment-content .typescale-n1 {
        font-size: 0.889em;
        line-height: 1.5; } }
  .typography-copy .typescale-0,
  .comment-content .typescale-0 {
    font-size: 1em;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .typography-copy .typescale-0,
      .comment-content .typescale-0 {
        font-size: 1em;
        line-height: 1.5; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-0,
      .comment-content .typescale-0 {
        font-size: 1em;
        line-height: 1.5; } }
  .typography-copy .typescale-1,
  .comment-content .typescale-1 {
    font-size: 1.125em;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .typography-copy .typescale-1,
      .comment-content .typescale-1 {
        font-size: 1.2em;
        line-height: 1.4; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-1,
      .comment-content .typescale-1 {
        font-size: 1.25em;
        line-height: 1.4; } }
  .typography-copy .typescale-2,
  .comment-content .typescale-2 {
    font-size: 1.266em;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .typography-copy .typescale-2,
      .comment-content .typescale-2 {
        font-size: 1.44em;
        line-height: 1.4; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-2,
      .comment-content .typescale-2 {
        font-size: 1.563em;
        line-height: 1.3; } }
  .typography-copy .typescale-3,
  .comment-content .typescale-3 {
    font-size: 1.424em;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .typography-copy .typescale-3,
      .comment-content .typescale-3 {
        font-size: 1.728em;
        line-height: 1.3; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-3,
      .comment-content .typescale-3 {
        font-size: 1.953em;
        line-height: 1.3; } }
  .typography-copy .typescale-4,
  .comment-content .typescale-4 {
    font-size: 1.602em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .typescale-4,
      .comment-content .typescale-4 {
        font-size: 2.074em;
        line-height: 1.3; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-4,
      .comment-content .typescale-4 {
        font-size: 2.441em;
        line-height: 1.2; } }
  .typography-copy .typescale-5,
  .comment-content .typescale-5 {
    font-size: 1.802em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .typescale-5,
      .comment-content .typescale-5 {
        font-size: 2.488em;
        line-height: 1.2; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-5,
      .comment-content .typescale-5 {
        font-size: 3.052em;
        line-height: 1.2; } }
  .typography-copy .typescale-6,
  .comment-content .typescale-6 {
    font-size: 2.027em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .typescale-6,
      .comment-content .typescale-6 {
        font-size: 2.986em;
        line-height: 1.2; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-6,
      .comment-content .typescale-6 {
        font-size: 3.815em;
        line-height: 1.1; } }
  .typography-copy .typescale-7,
  .comment-content .typescale-7 {
    font-size: 2.281em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .typescale-7,
      .comment-content .typescale-7 {
        font-size: 3.583em;
        line-height: 1.2; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-7,
      .comment-content .typescale-7 {
        font-size: 4.768em;
        line-height: 1.1; } }
  .typography-copy .typescale-8,
  .comment-content .typescale-8 {
    font-size: 2.566em;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .typography-copy .typescale-8,
      .comment-content .typescale-8 {
        font-size: 4.3em;
        line-height: 1.1; } }
    @media (min-width: 992px) {
      .typography-copy .typescale-8,
      .comment-content .typescale-8 {
        font-size: 5.96em;
        line-height: 1.1; } }
  .typography-copy h4,
  .typography-copy .h4,
  .comment-content h4,
  .comment-content .h4 {
    font-weight: 700; }
  .typography-copy h5,
  .typography-copy .h5,
  .comment-content h5,
  .comment-content .h5 {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    text-transform: uppercase; }
  .typography-copy h6,
  .typography-copy .h6,
  .comment-content h6,
  .comment-content .h6 {
    font-weight: 700; }
  .typography-copy blockquote,
  .comment-content blockquote {
    margin: 0 0 1.6em 0;
    padding: 0 0 0 1em;
    border-left: 5px solid #eee;
    
    font-size: 1.5em;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5); }
    .typography-copy blockquote:before,
    .comment-content blockquote:before {
      content: '\201c';
      display: block;
      position: relative;
      top: 0.225em;
      margin-bottom: 0.2em;
      color: #eee;
      font-family: sans-serif;
      font-weight: 700;
      font-size: 5em;
      line-height: 0.3; }
    .typography-copy blockquote cite,
    .comment-content blockquote cite {
      font-size: 0.86em; }
    .typography-copy blockquote p,
    .comment-content blockquote p {
      margin-bottom: 1em; }
  .typography-copy mark,
  .comment-content mark {
    color: rgba(0, 0, 0, 0.8);
    background: #FBFF64; }
  .typography-copy ol,
  .typography-copy ul,
  .comment-content ol,
  .comment-content ul {
    margin-bottom: 1.6em;
    padding-left: 1.8em; }
  .typography-copy li > ol,
  .typography-copy li > ul,
  .comment-content li > ol,
  .comment-content li > ul {
    margin-bottom: 0; }
  .typography-copy p,
  .comment-content p {
    margin-bottom: 1.6em; }

/* =============================================================================
## UTILITIES
============================================================================= */
/* -----------------------------------------------------------------
## Objects
----------------------------------------------------------------- */
/*---- Responsive Video wrapper ----*/
.atbs-responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .atbs-responsive-video iframe,
  .atbs-responsive-video object,
  .atbs-responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

/*---- Rainbow bar ----*/
.rainbow-bar {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #a85e6c), color-stop(12.5%, #a85e6c), color-stop(12.5%, #e37f52), color-stop(25%, #e37f52), color-stop(25%, #ef9f48), color-stop(37.5%, #ef9f48), color-stop(37.5%, #9cb641), color-stop(50%, #9cb641), color-stop(50%, #009484), color-stop(62.5%, #009484), color-stop(62.5%, #21acb8), color-stop(75%, #21acb8), color-stop(75%, #1972dd), color-stop(87.5%, #1972dd), color-stop(87.5%, #8fa0ae), color-stop(100%, #8fa0ae));
  background-image: -webkit-linear-gradient(left, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
  background-image: -moz-linear-gradient(left, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
  background-image: -o-linear-gradient(left, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%);
  background-image: linear-gradient(left, #a85e6c 0%, #a85e6c 12.5%, #e37f52 12.5%, #e37f52 25%, #ef9f48 25%, #ef9f48 37.5%, #9cb641 37.5%, #9cb641 50%, #009484 50%, #009484 62.5%, #21acb8 62.5%, #21acb8 75%, #1972dd 75%, #1972dd 87.5%, #8fa0ae 87.5%, #8fa0ae 100%); }

/*---- Flexbox ----*/
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .flexbox > * {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*IE fix*/ }

.flexbox--middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.flexbox__item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/*---- Scrollable list ----*/
.atbs-scrollable-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.atbs-scrollable-list-wrapper {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden; }

.atbs-scrollable-list-inner {
  height: 0; }

/* ----------------------------------------------------------------
  Background
-----------------------------------------------------------------*/
.block-with-bg {
  position: relative;
  padding: 10px; }
  @media (min-width: 768px) {
    .block-with-bg {
      padding: 20px; } }

.background-wrap {
  overflow: hidden;
  background: #444; }

.has-cover-bg-img,
.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;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -moz-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: -webkit-linear-gradient(bottom, black 0, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
  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: -webkit-linear-gradient(bottom, black 0, transparent 50%, transparent 100%);
  background-image: linear-gradient(0deg, black 0, transparent 50%, transparent 100%); }

.background-img--scrim-bottom:after {
  opacity: 1;
  background-color: transparent;
  background-image: -webkit-linear-gradient(-270deg, 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: 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; }

.overlap-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 60px;
  left: 0; }
  .atbs-carousel-nav-a .overlap-background {
    bottom: 90px; }

.background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6; }

.js-overlay-bg-sub {
  display: none; }

.blurred {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px); }

.blurred-subtle {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px); }

.blurred-more {
  filter: blur(20px);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px); }

.blurred-massive {
  filter: blur(30px);
  -webkit-filter: blur(30px);
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px); }

.grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1); }

.floorfade {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 70%, transparent 100%); }

.floorfade-pseudo:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.6) 50%, transparent 100%); }

.ceilingfade {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.6) 50%, transparent 100%); }

.sidefade-from-left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 70%, transparent 100%); }

.sidefade-from-left--wide:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: -9999px;
  background: rgba(0, 0, 0, 0.9); }

.sidefade-from-left--pseudo:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 70%, transparent 100%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 70%, transparent 100%); }

.sidefade-from-right {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.6) 50%, transparent 100%); }

.color-primary {
  color: #FC3C2D; }

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

.secondary-bg-color {
  background-color: #0a293b !important; }

.lightgray-bg {
  background-color: #fafafa; }

/* ----------------------------------------------------------------
  Positioning
-----------------------------------------------------------------*/
.abs-center, .atbs-video-player__play-icon, .atbs-video-box__playlist .is-playing .post__thumb:after {
  position: absolute !important;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  -moz-transform: translate(-50%, -50%) translateZ(0);
  -ms-transform: translate(-50%, -50%) translateZ(0);
  -o-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0); }

.stretched {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.overlay-content,
.overlay-content__inner {
  position: relative; }

.overlay-bottom.overlay-bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

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

.overlap-bottom.overlap-bottom {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.pos-relative {
  position: relative !important; }

/* ----------------------------------------------------------------
  Padding & Margin
-----------------------------------------------------------------*/
.p-0 {
  padding: 0; }

.p-t-0 {
  padding-top: 0; }

.p-r-0 {
  padding-right: 0; }

.p-b-0 {
  padding-bottom: 0; }

.p-l-0 {
  padding-left: 0; }

.p-xs {
  padding: 10px !important; }

.p-t-xs {
  padding-top: 10px !important; }

.p-r-xs {
  padding-right: 10px !important; }

.p-b-xs {
  padding-bottom: 10px !important; }

.p-l-xs {
  padding-left: 10px !important; }

.p-x-xs {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.p-y-xs {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-sm {
  padding: 15px !important; }

.p-t-sm {
  padding-top: 15px !important; }

.p-r-sm {
  padding-right: 15px !important; }

.p-b-sm {
  padding-bottom: 15px !important; }

.p-l-sm {
  padding-left: 15px !important; }

.p-x-sm {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.p-y-sm {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.p-md {
  padding: 20px !important; }

.p-t-md {
  padding-top: 20px !important; }

.p-r-md {
  padding-right: 20px !important; }

.p-b-md {
  padding-bottom: 20px !important; }

.p-l-md {
  padding-left: 20px !important; }

.p-x-md {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.p-y-md {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.p-lg {
  padding: 30px !important; }

.p-t-lg {
  padding-top: 30px !important; }

.p-r-lg {
  padding-right: 30px !important; }

.p-b-lg {
  padding-bottom: 30px !important; }

.p-l-lg {
  padding-left: 30px !important; }

.p-x-lg {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.p-y-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-xl {
  padding: 40px !important; }

.p-t-xl {
  padding-top: 40px !important; }

.p-r-xl {
  padding-right: 40px !important; }

.p-b-xl {
  padding-bottom: 40px !important; }

.p-l-xl {
  padding-left: 40px !important; }

.p-x-xl {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.p-y-xl {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.p-xxl {
  padding: 50px !important; }

.p-t-xxl {
  padding-top: 50px !important; }

.p-r-xxl {
  padding-right: 50px !important; }

.p-b-xxl {
  padding-bottom: 50px !important; }

.p-l-xxl {
  padding-left: 50px !important; }

.p-x-xxl {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.p-y-xxl {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.m-l-a {
  margin-left: auto !important; }

.m-r-a {
  margin-right: auto !important; }

.m-x-a {
  margin-left: auto !important;
  margin-right: auto !important; }

.m-0 {
  margin: 0; }

.m-t-0 {
  margin-top: 0; }

.m-r-0 {
  margin-right: 0; }

.m-b-0 {
  margin-bottom: 0; }

.m-l-0 {
  margin-left: 0; }

.m-xs {
  margin: 10px !important; }

.m-t-xs {
  margin-top: 10px !important; }

.m-r-xs {
  margin-right: 10px !important; }

.m-b-xs {
  margin-bottom: 10px !important; }

.m-l-xs {
  margin-left: 10px !important; }

.m-x-xs {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.m-y-xs {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-sm {
  margin: 15px !important; }

.m-t-sm {
  margin-top: 15px !important; }

.m-r-sm {
  margin-right: 15px !important; }

.m-b-sm {
  margin-bottom: 15px !important; }

.m-l-sm {
  margin-left: 15px !important; }

.m-x-sm {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.m-y-sm {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.m-md {
  margin: 20px !important; }

.m-t-md {
  margin-top: 20px !important; }

.m-r-md {
  margin-right: 20px !important; }

.m-b-md {
  margin-bottom: 20px !important; }

.m-l-md {
  margin-left: 20px !important; }

.m-x-md {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.m-y-md {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.m-lg {
  margin: 30px !important; }

.m-t-lg {
  margin-top: 30px !important; }

.m-r-lg {
  margin-right: 30px !important; }

.m-b-lg {
  margin-bottom: 30px !important; }

.m-l-lg {
  margin-left: 30px !important; }

.m-x-lg {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.m-y-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-xl {
  margin: 40px !important; }

.m-t-xl {
  margin-top: 40px !important; }

.m-r-xl {
  margin-right: 40px !important; }

.m-b-xl {
  margin-bottom: 40px !important; }

.m-l-xl {
  margin-left: 40px !important; }

.m-x-xl {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.m-y-xl {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.m-xxl {
  margin: 50px !important; }

.m-t-xxl {
  margin-top: 50px !important; }

.m-r-xxl {
  margin-right: 50px !important; }

.m-b-xxl {
  margin-bottom: 50px !important; }

.m-l-xxl {
  margin-left: 50px !important; }

.m-x-xxl {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.m-y-xxl {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.spacer-xs {
  height: 20px;
  clear: both; }

.spacer-sm {
  height: 30px;
  clear: both; }

.spacer-md {
  height: 40px;
  clear: both; }

.spacer-lg {
  height: 60px;
  clear: both; }

.spacer-xl {
  height: 80px;
  clear: both; }

.spacer-xxl {
  height: 100px;
  clear: both; }

/* ----------------------------------------------------------------
  Width & Height
-----------------------------------------------------------------*/
.max-width-xs {
  max-width: 320px !important; }

.max-width-sm {
  max-width: 720px !important; }

.max-width-md {
  max-width: 940px !important; }

.max-width-lg {
  max-width: 1140px !important; }

.max-width-xl {
  max-width: 1440px !important; }

.max-width-xxl {
  max-width: 1920px !important; }

[class*="max-width-"].text-center {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .fullwidth-xs {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px; } }

/*---- Ratio ----*/
.ratio-1by1 {
  position: relative;
  padding-bottom: 100%;
  height: 0; }

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

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

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

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

/* ----------------------------------------------------------------
  Text styling
-----------------------------------------------------------------*/
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center; } }

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

.text-underline {
  text-decoration: underline; }

.text-font-primary {
   }

.text-font-secondary {
   }

.text-font-tertiary {
   }

.inverse-text {
  position: relative;
  color: white; }

.inverse-text .text-secondary {
  color: rgba(255, 255, 255, 0.8); }

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

.truncate-y {
  position: relative;
  overflow: hidden; }
  .truncate-y:after {
    content: '';
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, black 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%); }

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

.link-block {
  display: block; }

.meta-color,
a.meta-color {
  color: rgba(0, 0, 0, 0.4); }

.meta-text,
a.meta-text {
  
  color: rgba(0, 0, 0, 0.4); }

.meta-font,
a.meta-font {
   }

.v-align {
  vertical-align: middle; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.has-mdicon > span,
.has-mdicon > b,
.has-mdicon > em,
.has-mdicon > strong,
.has-mdicon > a,
.has-mdicon > i {
  vertical-align: middle; }

/* ----------------------------------------------------------------
  List styling
-----------------------------------------------------------------*/
.list-unstyled, .atbs-video-box__playlist ul {
  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: -22.25px;
  margin-right: -22.25px; }

.list-horizontal.list-space-xxl > * {
  padding-left: 22.25px;
  padding-right: 22.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-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: -45px;
  margin-bottom: -45px; }

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

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

.list-seperated-include-first > *:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.list-seperated-include-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-include-first > *:first-child,
.overlay-content .list-seperated-include-first > *:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.inverse-text .list-seperated-include-last > *:last-child,
.overlay-content .list-seperated-include-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; }

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

/* ----------------------------------------------------------------
  Shadows
-----------------------------------------------------------------*/
.shadow-1,
.atbs-carousel-shadow-1 .owl-stage-outer {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08); }

.shadow-2,
.atbs-carousel-shadow-2 .owl-stage-outer {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.06); }

.shadow-3,
.atbs-carousel-shadow-3 .owl-stage-outer {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05); }

.shadow-4,
.atbs-carousel-shadow-4 .owl-stage-outer {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.04); }

.shadow-5,
.atbs-carousel-shadow-5 .owl-stage-outer {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.06), 0 15px 12px rgba(0, 0, 0, 0.04); }

.shadow-hover-1 {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .shadow-hover-1:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08); }

.shadow-hover-2 {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .shadow-hover-2:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.06); }

.shadow-hover-3 {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .shadow-hover-3:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05); }

.shadow-hover-4 {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .shadow-hover-4:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.04); }

.shadow-hover-5 {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .shadow-hover-5:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.06), 0 15px 12px rgba(0, 0, 0, 0.04); }

.stacked-top {
  box-shadow: 0 -20px 0 -10px #f5f5f5, 0 -38px 0 -20px #fafafa; }

.stacked-bottom {
  box-shadow: 0 20px 0 -10px #f5f5f5, 0 38px 0 -20px #fafafa; }

/* ----------------------------------------------------------------
  Animation
-----------------------------------------------------------------*/
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes kenburns {
  0% {
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/*---- Scrollable container ----*/
.scroll-area-horizontal {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.scroll-area-horizontal__inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: no-wrap;
  -moz-box-lines: no-wrap;
  box-lines: no-wrap;
  -webkit-flex-wrap: no-wrap;
  -moz-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap; }

.scroll-area-horizontal__inner > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.kenburns {
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation-name: kenburns;
  -moz-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate; }

/* =============================================================================
## LAYOUT
============================================================================= */
.site-wrapper {
  overflow: hidden; }

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

@media (max-width: 767px) {
  .container.fullwidth-xs {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

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

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

.container--fw {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .container--fw {
      padding-left: 30px;
      padding-right: 30px; } }

.atbs-main-col {
  width: 100%;
  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: 840px;
      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: 330px; } }

.row--flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row--flex.row--vertical-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }

.row--flex > [class*='col-'] {
  float: none; }

.row--stack > [class*='col-'] {
  margin-bottom: 30px; }

.row--space-between {
  margin-top: -15px;
  margin-bottom: -15px;
  clear: both; }

.row--space-between > [class*='col-'] {
  padding-top: 15px;
  padding-bottom: 15px; }

.grid-no-gutter .row, .grid-no-gutter.row {
  margin-left: 0;
  margin-right: 0; }
.grid-no-gutter .row--space-between, .grid-no-gutter.row--space-between {
  margin-top: 0;
  margin-bottom: 0; }
.grid-no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }
.grid-no-gutter .row--space-between > [class*="col-"], .grid-no-gutter.row--space-between > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }

.grid-gutter-2 .row, .grid-gutter-2.row {
  margin-left: -1px;
  margin-right: -1px; }
.grid-gutter-2 .row--space-between, .grid-gutter-2.row--space-between {
  margin-top: -1px;
  margin-bottom: -1px; }
.grid-gutter-2 [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px; }
.grid-gutter-2 .row--space-between > [class*="col-"], .grid-gutter-2.row--space-between > [class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px; }

.grid-gutter-4 .row, .grid-gutter-4.row {
  margin-left: -2px;
  margin-right: -2px; }
.grid-gutter-4 .row--space-between, .grid-gutter-4.row--space-between {
  margin-top: -2px;
  margin-bottom: -2px; }
.grid-gutter-4 [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px; }
.grid-gutter-4 .row--space-between > [class*="col-"], .grid-gutter-4.row--space-between > [class*="col-"] {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px; }

.grid-gutter-10 .row, .grid-gutter-10.row {
  margin-left: -5px;
  margin-right: -5px; }
.grid-gutter-10 .row--space-between, .grid-gutter-10.row--space-between {
  margin-top: -5px;
  margin-bottom: -5px; }
.grid-gutter-10 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }
.grid-gutter-10 .row--space-between > [class*="col-"], .grid-gutter-10.row--space-between > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px; }

.grid-gutter-20 .row, .grid-gutter-20.row {
  margin-left: -10px;
  margin-right: -10px; }
.grid-gutter-20 .row--space-between, .grid-gutter-20.row--space-between {
  margin-top: -10px;
  margin-bottom: -10px; }
.grid-gutter-20 [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px; }
.grid-gutter-20 .row--space-between > [class*="col-"], .grid-gutter-20.row--space-between > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }

.grid-gutter-40 .row, .grid-gutter-40.row {
  margin-left: -20px;
  margin-right: -20px; }
.grid-gutter-40 .row--space-between, .grid-gutter-40.row--space-between {
  margin-top: -20px;
  margin-bottom: -20px; }
.grid-gutter-40 [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px; }
.grid-gutter-40 .row--space-between > [class*="col-"], .grid-gutter-40.row--space-between > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px; }

.grid-gutter-50 .row, .grid-gutter-50.row {
  margin-left: -25px;
  margin-right: -25px; }
.grid-gutter-50 .row--space-between, .grid-gutter-50.row--space-between {
  margin-top: -25px;
  margin-bottom: -25px; }
.grid-gutter-50 [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px; }
.grid-gutter-50 .row--space-between > [class*="col-"], .grid-gutter-50.row--space-between > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px; }

/* -----------------------------------------------------------------
## Site Header
----------------------------------------------------------------- */
.site-header {
  position: relative;
  background: #fff;
  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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -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: 220px;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: 10px;
  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);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  -moz-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;
  -moz-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;
  -moz-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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -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;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: 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;
  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;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  font-size: 20px; }

.mobile-header .site-title a {
  overflow: hidden;
  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 {
  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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: 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 {
    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;
  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;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-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 {
  /* 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 {
  content: '\e409';
  position: absolute;
  top: 50%;
  right: 7px;
  left: auto;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-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;
  -moz-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);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: all 0.2s ease-out;
    -moz-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);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-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;
  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);
  -moz-transform: scale(1, 0.9);
  -ms-transform: scale(1, 0.9);
  -o-transform: scale(1, 0.9);
  transform: scale(1, 0.9);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-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);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -moz-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: #1B1D1C;
  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;
  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;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.09);
  z-index: 20;
  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);
  -moz-transform: scale(1, 0.9);
  -ms-transform: scale(1, 0.9);
  -o-transform: scale(1, 0.9);
  transform: scale(1, 0.9);
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-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);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -moz-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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px; }

.atbs-mega-menu .posts-list > li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px; }
  .atbs-mega-menu .posts-list > li.big-post {
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.atbs-mega-menu__inner > .sub-menu > li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  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;
  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;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .header-search-dropdown.is-active {
    display: block;
    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;
  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;
    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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: 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;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.search-form--horizontal .search-form__submit-wrap {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-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;
  -moz-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;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  position: relative;
  left: -12px; }

@-webkit-keyframes typing {
  0% {
    background-color: black;
    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);
    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);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px black; } }
@-moz-keyframes typing {
  0% {
    background-color: black;
    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);
    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);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px black; } }
@keyframes typing {
  0% {
    background-color: black;
    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);
    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);
    box-shadow: 12px 0px 0px 0px rgba(0, 0, 0, 0.2), 24px 0px 0px 0px black; } }
.search-results {
  padding-top: 20px;
  overflow: hidden; }

.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: #fff;
  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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -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;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: 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 {
  max-height: 50px;
  padding: 10px 0; }
  @media (min-width: 768px) {
    .header-logo--mobile img {
      max-height: 60px; } }

.mobile-header-btn {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  height: 50px;
  padding: 0 4px;
  background: transparent;
  border: 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: #1B1D1C;
  color: #fff; }

.mobile-header--dark .mobile-header-btn,
.mobile-header--inverse .mobile-header-btn {
  color: rgba(255, 255, 255, 0.8); }
  .mobile-header--dark .mobile-header-btn:hover,
  .mobile-header--inverse .mobile-header-btn:hover {
    color: white; }

/*---- Sticky header ----*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  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;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-transform: translate3d(0, -101%, 0);
  -moz-transform: translate3d(0, -101%, 0);
  -ms-transform: translate3d(0, -101%, 0);
  -o-transform: translate3d(0, -101%, 0);
  transform: translate3d(0, -101%, 0); }
  .sticky-header.is-shown {
    pointer-events: initial;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .sticky-header.is-fixed {
    pointer-events: initial;
    visibility: visible; }

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

/* -----------------------------------------------------------------
## Site Footer
----------------------------------------------------------------- */
.site-footer {
  position: relative;
  background: #F2F2F2;
  color: rgba(0, 0, 0, 0.6); }

.site-footer__inner {
  position: relative; }

.site-footer__section {
  position: relative;
  padding-bottom: 30px; }

.site-footer__section:first-child {
  padding-top: 40px; }

.site-footer__section--seperated {
  padding-top: 30px; }

.site-footer__section-inner {
  position: relative; }

.site-footer__section--bordered,
.site-footer__section--bordered-inner .site-footer__section-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.site-footer__section--bordered-inner .site-footer__section-inner {
  padding-top: 30px; }

/*
 * Footer widget
 *--------------------*/
.site-footer .widget:last-child {
  margin-bottom: 0; }

.has-block-heading-line-under .site-footer .widget__title {
  border-bottom: none; }

/*
 * Footer menu
 *--------------------*/
.navigation--footer .sub-menu {
  display: none; }

.navigation--footer > li {
  padding: 0.2em 0.4em; }

.navigation--footer > li > a {
  color: rgba(0, 0, 0, 0.6); }
  .navigation--footer > li > a:hover {
    color: rgba(0, 0, 0, 0.8); }

.footer-menu--bold .navigation--footer > li > a {
  font-weight: 700;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .site-footer__section--flex .site-footer__section-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; } }

.site-footer__section--flex .site-footer__section-left {
  padding-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .site-footer__section--flex .site-footer__section-left {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-right: 10px;
      padding-bottom: 0;
      text-align: left; } }

.site-footer__section--flex .site-footer__section-right {
  text-align: center; }
  @media (min-width: 768px) {
    .site-footer__section--flex .site-footer__section-right {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding-left: 10px;
      text-align: right; } }

/*---- Footer inverse ----*/
.site-footer--inverse {
  background: #222;
  color: rgba(255, 255, 255, 0.8); }

.site-footer--inverse a,
.site-footer--inverse .post__title a {
  color: white; }

.site-footer--inverse .navigation--footer > li > a {
  color: rgba(255, 255, 255, 0.8); }
  .site-footer--inverse .navigation--footer > li > a:hover {
    color: white; }

.site-footer--inverse .site-footer__section--bordered,
.site-footer--inverse .site-footer__section--bordered-inner .site-footer__section-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.06); }

.has-block-heading-line-around .site-footer--inverse .widget__title:before,
.has-block-heading-line-around .site-footer--inverse .widget__title:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.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;
  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);
  -moz-transform: translate(0, 54px);
  -ms-transform: translate(0, 54px);
  -o-transform: translate(0, 54px);
  transform: translate(0, 54px);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-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);
      -moz-transform: translate(0, 64px);
      -ms-transform: translate(0, 64px);
      -o-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);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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; }

/* =============================================================================
## COMPONENTS
============================================================================= */
/* -----------------------------------------------------------------
## Block heading
----------------------------------------------------------------- */
.block-heading {
  
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -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__title {
  
  margin: 0;
  color: var(--color-title-black);
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase; }
  .block-heading--secondary .block-heading__title {
    font-size: 1rem;
    font-weight: 400; }

.block-heading .first-word {
  font-weight: 400; }

.block-heading__subtitle {
  
  line-height: 1.4;
  letter-spacing: normal;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.4); }
  .overlay-content .block-heading__subtitle, .inverse-text .block-heading__subtitle {
    color: rgba(255, 255, 255, 0.8); }

.block-heading__secondary {
  padding-left: 0.6em;
  text-align: right;
  vertical-align: middle; }
  .block-heading__secondary a {
    color: inherit;
    text-decoration: none; }
    .block-heading__secondary a:hover, .block-heading__secondary a:active, .block-heading__secondary a:focus {
      color: inherit;
      text-decoration: none; }

/*---- Block heading large ----*/
@media (min-width: 768px) {
  .block-heading--lg {
    margin-bottom: 1.6rem; } }

@media (min-width: 768px) {
  .block-heading--lg .block-heading__title {
    font-size: 20px;
    font-size: 1.43rem; } }

/*---- Block heading line ----*/
.has-block-heading-line .block-heading:after {
  content: '';
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  margin-left: 0.6em;
  border-top: 2px solid rgba(0, 0, 0, 0.05); }

.has-block-heading-line .block-heading__secondary {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  -ms-flex-order: 3; }

/*---- Block heading center ----*/
.block-heading--center {
  display: block;
  text-align: center;
  border: none !important; }

.block-heading--center .block-heading__title {
  margin-bottom: 0.4em;
  padding: 0; }

.block-heading--center .block-heading__subtitle {
  padding: 0; }

.block-heading--center:before,
.block-heading--center:after {
  display: none; }

/*---- Block heading line around ----*/
.has-block-heading-line-around .block-heading:before,
.has-block-heading-line-around .block-heading:after {
  content: '';
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.6em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
.has-block-heading-line-around .block-heading:after {
  margin-left: 0.6em; }
.has-block-heading-line-around .block-heading__secondary {
  display: none; }

/*---- Block heading line under ----*/
.has-block-heading-line-under .block-heading {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
.has-block-heading-line-under .overlay-content .block-heading,
.has-block-heading-line-under .inverse-text .block-heading,
.has-block-heading-line-under .block-heading--inverse.block-heading {
  border-color: rgba(255, 255, 255, 0.4); }

/*---- Block heading box ----*/
.block-heading--box {
  padding: 10px 12px 11px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  background: #fafafa; }

.block-heading--box .block-heading__title {
  font-size: 14px; }

/*---- Block heading vertical ----*/
.block-heading--vertical {
  display: block; }
  .block-heading--vertical.block-heading--vertical {
    padding-bottom: 0;
    border-bottom: none; }

.block-heading--vertical > *:not(:last-child) {
  margin-bottom: 0.4em; }

/*---- Block heading inverse ----*/
.block-heading--inverse {
  position: relative;
  color: white;
  z-index: 1; }

.block-heading--inverse .block-heading__title {
  color: white; }

.block-heading--inverse .block-heading__subtitle {
  color: rgba(255, 255, 255, 0.8); }

.block-heading.block-heading--inverse:before,
.block-heading.block-heading--inverse:after {
  border-color: rgba(255, 255, 255, 0.2); }

/*---- Search results section heading ----*/
.search-results__section-heading {
  
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.2; }

.search-results__section-heading-title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase; }

.search-results__section-heading a {
  color: inherit;
  text-decoration: none; }
  .search-results__section-heading a:hover, .search-results__section-heading a:active, .search-results__section-heading a:focus {
    color: inherit;
    text-decoration: none; }

.search-results__section-heading-more {
  
  color: rgba(0, 0, 0, 0.4); }

/* -----------------------------------------------------------------
## Buttons
----------------------------------------------------------------- */
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;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-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;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  
  -webkit-transition: all 0.2s ease-out;
  -moz-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;
  box-shadow: none; }
  .btn-link:active, .btn-link:focus, .btn-link:hover {
    border: 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); }

.btn-primary {
  background: #FC3C2D;
  color: #fff; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: #ef392b;
    color: #fff; }
  .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    background: #e33629;
    color: #fff; }

.btn-pill {
  border-radius: 999em; }

.btn-glass {
  border: 3px solid rgba(255, 255, 255, 0.4);
  background-clip: padding-box; }
  .btn-glass:active, .btn-glass:focus, .btn-glass:hover {
    border: 3px solid rgba(255, 255, 255, 0.4); }

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.8); }
  .btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus, .btn-ghost:visited {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: white; }

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

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

.atbs-video-box .iScrollIndicator {
  background: rgba(255, 255, 255, 0.5); }

/* -----------------------------------------------------------------
## 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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.2s ease-out;
  -moz-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); }

/* -----------------------------------------------------------------
## Category Tile
----------------------------------------------------------------- */
.category-tile {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08); }

.category-tile__wrap {
  position: relative;
  margin-top: 20px;
  box-shadow: 0 -20px 0 -10px rgba(0, 0, 0, 0.05), 0 -38px 0 -20px rgba(0, 0, 0, 0.02); }

.category-tile__inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 180px;
  position: relative; }

.category-tile--sm .category-tile__inner {
  min-height: 120px; }

.category-tile .link-overlay {
  z-index: 1; }

.category-tile__text {
  width: 100%;
  position: relative;
  padding: 20px 20px 15px;
  text-align: center; }

.category-tile__name {
  
  max-width: 100%;
  display: inline-block;
  padding: 0.4em 1em;
  background: #333;
  color: #fff;
  font-size: 0.8571rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }

.category-tile__description {
  margin-top: 0.4em;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8571rem; }

.category-tile:hover .background-img:after {
  opacity: 0.6; }

/* -----------------------------------------------------------------
## Block Divider
----------------------------------------------------------------- */
.block-divider {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 1.2em 0; }
  .block-divider:before, .block-divider:after {
    content: '';
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.block-divider > span {
  margin: 0 0.6em; }

.horizontal-divider {
  margin: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.horizontal-divider--space-sm {
  margin: 10px 0; }

/* -----------------------------------------------------------------
## 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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.2s ease-out;
  -moz-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("../fonts/mdicon.ttf?sx8kbt") format("truetype"), url("../fonts/mdicon.woff?sx8kbt") format("woff"), url("../fonts/mdicon.svg?sx8kbt#mdicon") format("svg");
  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-location1:before {
  content: "\e909";
}
.mdicon-list:before {
  content: "\e90a";
}
.mdicon-fire:before {
  content: "\e9a9";
}
.mdicon-enter:before {
  content: "\ea13";
}
.mdicon-home1:before {
  content: "\e905";
}
.mdicon-home3:before {
  content: "\e906";
}
.mdicon-quotes-right:before {
  content: "\e978";
}
.mdicon-google:before {
  content: "\ea88";
}
.mdicon-facebook2:before {
  content: "\ea91";
}
.mdicon-arrow-down:before {
  content: "\e90e";
}
.mdicon-arrow-left:before {
  content: "\e90f";
}
.mdicon-arrow-right:before {
  content: "\e910";
}
.mdicon-arrow-thin-left:before {
  content: "\e911";
}
.mdicon-arrow-thin-right:before {
  content: "\e90d";
}
.mdicon-arrow-thin-up:before {
  content: "\e912";
}
.mdicon-camera:before {
  content: "\e904";
}
.mdicon-location:before {
  content: "\e907";
}
.mdicon-phone:before {
  content: "\e908";
}
.mdicon-send:before {
  content: "\e90b";
}
.mdicon-share-alt:before {
  content: "\e90c";
}
.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-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-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-instagram,
.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; }

/* -----------------------------------------------------------------
## Paginations
----------------------------------------------------------------- */
.atbs-pagination {
  
  margin: 40px 0 20px; }
  .atbs-pagination:last-child {
    margin-bottom: 0; }

.atbs-pagination__title {
  font-size: 16px;
  font-size: 1.14286rem; }

.atbs-pagination__links {
  margin: -2px;
  font-size: 0; }

.atbs-pagination__item {
  display: inline-block;
  min-width: 34px;
  height: 34px;
  margin: 2px;
  padding: 0 4px;
  border-radius: 3px;
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase; }
  .atbs-pagination__item:hover, .atbs-pagination__item:focus, .atbs-pagination__item:active {
    background: #ddd;
    color: rgba(0, 0, 0, 0.8); }
  @media (min-width: 768px) {
    .atbs-pagination__item {
      padding: 0 6px;
      font-size: 14px; } }

.atbs-pagination__item-current {
  background: #FC3C2D;
  color: #fff; }
  .atbs-pagination__item-current:hover, .atbs-pagination__item-current:focus, .atbs-pagination__item-current:active {
    background: #FC3C2D;
    color: #fff; }

.atbs-pagination__dots {
  min-width: auto;
  background: transparent !important; }

.atbs-pagination--next-n-prev .atbs-pagination__inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -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;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.atbs-pagination--next-n-prev .atbs-pagination__label {
  padding-right: 10px;
  
  font-size: 14px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .atbs-pagination--next-n-prev .atbs-pagination__label {
      font-size: 16px;
      font-size: 1.14286rem; } }

.atbs-pagination--next-n-prev .atbs-pagination__item {
  position: relative;
  padding: 0 8px;
  background: #FC3C2D;
  color: #fff; }

.atbs-pagination--next-n-prev .atbs-pagination__item-next {
  margin-right: 8px; }

.atbs-pagination--next-n-prev .atbs-pagination__item-prev {
  margin-left: 8px;
  background: #f1f1f1;
  color: rgba(0, 0, 0, 0.8); }

.atbs-pagination--next-n-prev .atbs-pagination__item-next:after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
  border-width: 17px 8px;
  margin-left: -1px;
  margin-right: 0;
  border-style: solid;
  border-color: transparent;
  border-left-color: #FC3C2D; }

.atbs-pagination--next-n-prev .atbs-pagination__item-prev:after {
  content: '';
  display: block;
  width: 0;
  position: absolute;
  right: 100%;
  left: auto;
  top: 0;
  border-width: 17px 8px;
  margin-left: 0;
  margin-right: -1px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #f1f1f1; }

/* -----------------------------------------------------------------
## Review Score
----------------------------------------------------------------- */
/*---- Score circle ----*/
.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%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-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; } }

.atbs-review .post-score-hexagon .hexagon-svg {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)); }

/* -----------------------------------------------------------------
## Search Form
----------------------------------------------------------------- */
.search-form {
  position: relative; }

.search-form__input {
  color: rgba(0, 0, 0, 0.8); }

.search-form--inline {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.search-form--inline .search-form__input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  margin-right: 4px; }

.search-form--btn-inside .search-form__input {
  padding-right: 40px; }
  .search-form--btn-inside .search-form__input:focus {
    outline: none; }

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

.search-form--btn-inside .search-form__submit i {
  font-size: 20px; }

/* -----------------------------------------------------------------
## Search Modal
----------------------------------------------------------------- */
.search-modal .modal-dialog {
  margin: 10vh 10px; }
  @media (min-width: 768px) {
    .search-modal .modal-dialog {
      margin: 15vh auto; } }

.search-modal__inner {
  max-width: 480px;
  margin: auto; }

.search-modal .modal-body {
  padding: 15px; }
  @media (min-width: 768px) {
    .search-modal .modal-body {
      padding: 30px; } }

.search-modal .search-form {
  margin-bottom: 15px; }

.search-modal .search-form__input {
  padding-right: calc(1em + 40px);
  font-size: 14px; }
  @media (min-width: 768px) {
    .search-modal .search-form__input {
      padding-right: calc(1em + 40px);
      font-size: 20px; } }

.search-modal .search-form__submit {
  width: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px; }
  @media (min-width: 768px) {
    .search-modal .search-form__submit {
      width: 50px;
      font-size: 20px; } }
  .search-modal .search-form__submit:focus {
    outline: none; }

/* -----------------------------------------------------------------
## Tabs
----------------------------------------------------------------- */
ul.nav-tabs {
  padding-left: 0; }

.nav-tabs > li > a {
  color: #aaa; }

.panel-title.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

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

/* -----------------------------------------------------------------
## Subscribe Form
----------------------------------------------------------------- */
.subscribe-form--has-background {
  padding: 30px;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .subscribe-form--has-background {
      padding: 40px; } }

.subscribe-form__inner {
  position: relative; }

.subscribe-form__fields {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.subscribe-form__fields input[type="submit"] {
  margin-bottom: 0.5rem;
  background: #FC3C2D;
  color: #fff; }
  .subscribe-form__fields input[type="submit"]:hover {
    background: #ef392b;
    color: #fff; }

.subscribe-form--horizontal input[type="email"],
.subscribe-form--horizontal input[type="text"],
.subscribe-form--horizontal input[type="url"] {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-width: 240px;
  margin-bottom: 0.5rem; }

.subscribe-form--center,
.subscribe-form--center input[type="email"],
.subscribe-form--center input[type="text"],
.subscribe-form--center input[type="url"] {
  text-align: center; }

/* -----------------------------------------------------------------
## 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,
.entry-thumb a {
  display: block; }

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

/*---- Post content ----*/
.post__text-inner {
  position: relative;
  padding: 20px; }
  .post__text-inner--p-sm .post__text-inner {
    padding: 15px; }
  .post__text-inner--p-lg .post__text-inner {
    padding: 30px; }

.has-overlap-bg:before {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  bottom: -20px;
  left: 0;
  background: #FC3C2D;
  opacity: 0.6;
  -webkit-transform: scale(0.6, 1);
  -moz-transform: scale(0.6, 1);
  -ms-transform: scale(0.6, 1);
  -o-transform: scale(0.6, 1);
  transform: scale(0.6, 1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
article:hover .has-overlap-bg:before {
  opacity: 1;
  -webkit-transform: scale(0.9, 1);
  -moz-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  -o-transform: scale(0.9, 1);
  transform: scale(0.9, 1); }

.has-overlap-frame:before {
  content: '';
  position: absolute;
  top: -20px;
  right: 20%;
  bottom: -20px;
  left: 20%;
  border: 12px solid #FC3C2D;
  opacity: 0.6; }

/*---- Post category ----*/
.post__cat,
a.post__cat,
.entry-cat,
a.entry-cat {
  
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  font-size: 0.64286rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none; }
  @media (min-width: 768px) {
    .post__cat,
    a.post__cat,
    .entry-cat,
    a.entry-cat {
      font-size: 10px;
      font-size: 0.71429rem; } }

.post__cat--bg,
a.post__cat--bg,
.entry-cat--bg,
a.entry-cat--bg {
  display: inline-block;
  padding: 4px 6px;
  color: #fff !important;
  line-height: 1;
  background: #FC3C2D;
  border: none; }
  @media (min-width: 768px) {
    .post__cat--bg,
    a.post__cat--bg,
    .entry-cat--bg,
    a.entry-cat--bg {
      padding: 5px 8px; } }

.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;
  border: none; }

.post__cat--ghost,
a.post__cat--ghost,
.entry-cat--ghost,
a.entry-cat--ghost {
  display: inline-block;
  padding: 2px 6px;
  color: #fff !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4); }

.post__cat--overlap,
a.post__cat--overlap,
.entry-cat--overlap,
a.entry-cat--overlap {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .post__thumb .post__cat--overlap, .post__thumb
  a.post__cat--overlap, .post__thumb
  .entry-cat--overlap, .post__thumb
  a.entry-cat--overlap {
    top: 100%; }

/*---- 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, 0, "bounce";
  -moz-transition: "all", 0.3s, 0, "bounce";
  transition: "all", 0.3s, 0, "bounce"; }

.read-more-link:hover i {
  -webkit-transform: translate(40%, 0);
  -moz-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  -o-transform: translate(40%, 0);
  transform: translate(40%, 0); }

/*---- Post title ----*/
.post__title,
.entry-title {
  margin: 0.25em 0 0.4em;
  
  color: var(--color-title-black); }
  .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, .post--vertical-overlap .post__title, .text-center
  .entry-title, .post--vertical-overlap
  .entry-title {
    margin-left: auto;
    margin-right: auto; }

.post__title.typescale--1,
.entry-title.typescale--1 {
  font-weight: 400; }

.post__title.typescale-0,
.entry-title.typescale-0 {
  font-weight: 400; }

.post__title.typescale-1,
.entry-title.typescale-1 {
  font-weight: 600; }

.post__title.typescale-2,
.entry-title.typescale-2 {
  font-weight: 700; }

.post__title.typescale-3,
.entry-title.typescale-3 {
  font-weight: 700; }

.post__title.typescale-4,
.entry-title.typescale-4 {
  font-weight: 700; }

.post__title.typescale-5,
.entry-title.typescale-5 {
  font-weight: 700; }

.post__title.typescale-6,
.entry-title.typescale-6 {
  font-weight: 700; }

.post__title.typescale-7,
.entry-title.typescale-7 {
  font-weight: 700; }

.post__title.typescale-8,
.entry-title.typescale-8 {
  font-weight: 700; }

.post__title a,
.entry-title a {
  color: inherit;
  text-decoration: none; }

.post__cat--overlap + .post__title,
a.post__cat--overlap + .post__title,
.entry-cat--overlap + .post__title,
a.entry-cat--overlap + .post__title {
  margin-top: 0; }

/*---- Post excerpt ----*/
.post__excerpt,
.entry-excerpt {
  max-width: 36em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.6; }
  .text-center .post__excerpt, .post--vertical-overlap .post__excerpt, .text-center
  .entry-excerpt, .post--vertical-overlap
  .entry-excerpt {
    margin-left: auto;
    margin-right: auto; }

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

/*---- Post meta ----*/
.post__meta,
.entry-meta {
  
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.5; }
  .post__meta:first-child,
  .entry-meta:first-child {
    margin-top: 0; }
  .post__meta:last-child,
  .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: 0.6em; }

.post__meta a,
.entry-meta a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4); }
  .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,
.post__meta .mdicon,
.entry-meta i,
.entry-meta .mdicon {
  margin-right: 0.3em; }

.post__meta .meta-seperator.meta-seperator,
.entry-meta .meta-seperator.meta-seperator {
  margin-left: -0.4em;
  margin-right: 0.2em; }

.post__meta--box,
.entry-meta--box {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  background: #fafafa; }

.post__meta--flex,
.entry-meta--flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.post__meta--flex > .post__meta-left,
.entry-meta--flex > .post__meta-left {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
  text-align: left; }

.post__meta--flex > .post__meta-right,
.entry-meta--flex > .post__meta-right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 5px;
  text-align: right; }

.post__meta .updated,
.entry-meta .updated {
  display: none; }

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

/*---- Post author ----*/
.entry-author {
  text-transform: none; }

.entry-author__name,
a.entry-author__name {
  color: inherit;
  text-decoration: none;
  
  text-transform: uppercase;
  font-weight: 700; }
  .entry-author__name:hover, .entry-author__name:active, .entry-author__name:focus,
  a.entry-author__name:hover,
  a.entry-author__name:active,
  a.entry-author__name:focus {
    color: inherit;
    text-decoration: none; }

.post__meta .entry-author__name,
.post__meta a.entry-author__name {
  color: rgba(0, 0, 0, 0.6); }

.overlay-content .entry-author__name,
.overlay-content a.entry-author__name {
  color: rgba(255, 255, 255, 0.8); }

/*---- Post author with date ----*/
.post__meta--author-w-date {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.post__meta--author-w-date > * {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.post__meta--author-w-date .author-avatar img {
  height: 34px;
  width: 34px;
  margin-right: 10px;
  border-radius: 100%; }

.post__meta--author-w-date .author-name a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 110%;
  font-weight: 700;
  text-transform: capitalize; }

.entry-author__avatar {
  height: 34px;
  width: 34px;
  border-radius: 100%;
  margin-right: 10px; }

/*---- 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; }
  .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--center-xy {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.post-type-icon i {
  font-size: 46px;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .post-type-icon i {
      font-size: 60px; } }

.overlay-content .post-type-icon,
.post__thumb .post-type-icon,
.post--overlay .post-type-icon,
.post-type-icon--inverse {
  color: rgba(255, 255, 255, 0.8); }

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

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

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

.media-left.post-type-icon > i:only-child,
.media-right.post-type-icon > i:only-child {
  display: block; }

.post--overlay .gallery-icon,
.post__thumb .gallery-icon {
  padding: 0.4em 0.8em;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff; }
  .post--overlay .gallery-icon .mdicon:not(:last-child),
  .post__thumb .gallery-icon .mdicon:not(:last-child) {
    margin-right: 0.4em; }

.overlay-content .post__title,
.overlay-content .post__title a,
.inverse-text .post__title,
.inverse-text .post__title a,
.inverse-text .entry-title,
.inverse-text .entry-title a {
  color: #fff; }

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

.overlay-content .post__meta,
.overlay-content .post__meta a,
.overlay-content .entry-meta,
.overlay-content .entry-meta a,
.overlay-content .meta-text,
.overlay-content a.meta-text,
.inverse-text .post__meta,
.inverse-text .post__meta a,
.inverse-text .entry-meta,
.inverse-text .entry-meta a,
.inverse-text .meta-text,
.inverse-text a.meta-text {
  color: rgba(255, 255, 255, 0.6); }

.overlay-content .entry-author__name.entry-author__name,
.inverse-text .entry-author__name.entry-author__name {
  color: rgba(255, 255, 255, 0.9); }

/* -----------------------------------------------------------------
## Post Card
----------------------------------------------------------------- */
.post--card {
  height: auto;
  position: relative;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-clip: padding-box;
  overflow: hidden; }

.post--card .post__text {
  min-height: 2.85714rem; }

@media (min-width: 768px) {
  .post--card-xs {
    height: 17.85714rem; } }

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

@media (min-width: 768px) {
  .post--card-md {
    height: 25rem; } }
@media (min-width: 992px) {
  .post--card-md {
    height: 32.14286rem; } }

@media (min-width: 768px) {
  .post--card-lg {
    height: 32.14286rem; } }
@media (min-width: 992px) {
  .post--card-lg {
    height: 39.28571rem; } }

.post--card .post__thumb {
  height: 40%;
  min-height: 120px;
  position: relative;
  margin: -21px -21px 20px; }

.post--card-sm .post__thumb {
  height: 140px; }

.post--card-md .post__thumb {
  height: 180px; }

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

.post--card .post__footer {
  margin: 20px -20px -20px;
  padding: 10px 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff; }
  .post--card .post__footer::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .post--card .post__footer {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0; }
      .post--card .post__footer:before {
        content: '';
        display: block;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 100%;
        left: 0;
        height: 20px;
        width: 100%;
        margin-bottom: 1px;
        background: -webkit-linear-gradient(bottom, black 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(0deg, white 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%); } }

.post--card .post__footer-left {
  width: 50%;
  float: left;
  padding-right: 5px;
  text-align: left; }

.post--card .post__footer-right {
  width: 50%;
  float: left;
  padding-left: 5px;
  text-align: right; }

.post--card .post__footer .post__meta {
  margin-top: 0;
  margin-bottom: 0; }

/* -----------------------------------------------------------------
## Post Horizontal
----------------------------------------------------------------- */
.post--horizontal::after {
  clear: both;
  content: "";
  display: table; }

.post--horizontal .post__thumb {
  width: 100%;
  margin: 0 0 15px 0; }
  @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;
  float: left;
  margin: 0 15px 0 0; }

@media (min-width: 768px) {
  .post--horizontal-xs .post__thumb {
    width: 100px;
    float: left;
    margin: 0 15px 0 0; } }

.post--horizontal-sm .post__thumb {
  width: 33%;
  float: left;
  margin: 0 15px 0 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 10px; }

@media (min-width: 768px) {
  .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: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -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;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -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;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-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: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-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;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.post--horizontal-middle.post--horizontal-reverse {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -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;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1; }

/*---- Post horizontal equal height ----*/
.post--horizontal-equal-height .post__thumb {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  @media (min-width: 768px) {
    .post--horizontal-equal-height .post__thumb {
      height: auto;
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: 0;
      margin: 0;
      padding-bottom: 0; } }

.post--horizontal-equal-height .post__text {
  margin: 0; }
  @media (min-width: 768px) {
    .post--horizontal-equal-height .post__text {
      width: 100%;
      padding: 30px;
      padding-left: calc(50% + 15px); } }

.post--horizontal-equal-height.post--horizontal-xxs .post__text {
  padding-left: 85px; }

.post--horizontal-equal-height.post--horizontal-xs .post__text {
  padding-left: 115px; }

.post--horizontal-equal-height.post--horizontal-sm .post__text {
  padding-left: calc(33% + 30px); }

.post--horizontal-equal-height.post--horizontal-md .post__text {
  padding-left: calc(40% + 30px); }

.post--horizontal-equal-height.post--horizontal-lg .post__text {
  padding-left: calc(55% + 30px); }

@media (min-width: 768px) {
  .post--horizontal-equal-height.post--horizontal-reverse .post__text {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    box-ordinal-group: -1;
    -webkit-order: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1; } }

.post--horizontal-equal-height.post--horizontal-xxs,
.post--horizontal-equal-height.post--horizontal-xs {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -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-equal-height.post--horizontal-xxs .post__thumb,
.post--horizontal-equal-height.post--horizontal-xs .post__thumb {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.post--horizontal-equal-height.post--horizontal-reverse.post--horizontal-xxs .post__text,
.post--horizontal-equal-height.post--horizontal-reverse.post--horizontal-xs .post__text {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  box-ordinal-group: -1;
  -webkit-order: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1; }

/*
 * Post list
 *--------------------*/
.post--list::after {
  clear: both;
  content: "";
  display: table; }

.post--list .post__thumb {
  max-width: 100%;
  position: relative;
  margin: 0 0 10px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  @media (min-width: 768px) {
    .post--list .post__thumb {
      max-width: 200px;
      float: left;
      margin: 0 30px 0 0; } }
  @media (min-width: 768px) {
    .post--list .post__thumb {
      max-width: 300px;
      margin: 0 30px 0 0; } }

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

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

.post--list--size-1 .post__thumb {
  width: 60px;
  float: left;
  margin: 0 15px 0 0; }

.post--list--size-2 .post__thumb {
  width: 80px;
  float: left;
  margin: 0 15px 0 0; }

@media (min-width: 768px) {
  .post--list--size-3 .post__thumb {
    width: 50%;
    max-width: 50%;
    float: left;
    margin: 0 30px 0 0; } }

@media (min-width: 768px) {
  .post--list--size-4 .post__thumb {
    width: 55%; } }

/*---- Post list reverse ----*/
.post--list--reverse .post__thumb {
  float: right;
  margin: 0 0 0 10px; }
  @media (min-width: 768px) {
    .post--list--reverse .post__thumb {
      margin: 0 0 0 15px; } }

@media (min-width: 768px) {
  .post--list--reverse.post--list--size-md .post__thumb,
  .post--list--reverse.post--list--size-lg .post__thumb {
    margin: 0 0 0 30px; } }

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

.post--overlay .post__text {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 14.28571rem; }

.post--overlay-bottom .post__text {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-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-score-badge-bottom .post__text {
  padding-bottom: 80px; }

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

.post--overlay-middle .post__text {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: 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-wrap {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@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: -webkit-linear-gradient(-270deg, 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: 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; } }

@media (min-width: 768px) {
  .post--overlay-padding-lg .overlay-item--top-left {
    top: 30px;
    left: 30px; } }

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

/* -----------------------------------------------------------------
## Post Thumb Overlap
----------------------------------------------------------------- */
.post--thumb-overlap::after {
  clear: both;
  content: "";
  display: table; }

.post--thumb-overlap .post__wrap {
  position: relative;
  margin-top: 20px;
  background: #f5f5f5; }
  @media (min-width: 768px) {
    .post--thumb-overlap .post__wrap {
      margin: 0 0 60px 0;
      padding: 40px 40px; } }

.post--thumb-overlap .post__thumb {
  position: relative;
  top: -20px;
  margin: 0 20px -20px;
  border: 5px solid #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .post--thumb-overlap .post__thumb {
      width: 50%;
      position: absolute;
      top: 40px;
      right: auto;
      bottom: -40px;
      left: auto;
      margin: 0;
      border: 8px solid #fff; } }

.post--thumb-overlap .post__text {
  position: relative;
  padding: 20px; }
  @media (min-width: 768px) {
    .post--thumb-overlap .post__text {
      width: 50%;
      padding: 0 0 0 80px;
      margin-left: 50%; } }

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

/*---- Post vertical reverse ----*/
.post--vertical-reverse .post__thumb {
  margin-top: 10px;
  margin-bottom: 0; }

/*---- 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%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-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; }

/*---- Post vertical fixed height ----*/
.post--vertical--fixed-height .post__text-wrapper {
  overflow: hidden; }

@media (min-width: 768px) {
  .post--vertical--fixed-height .post__text {
    height: 180px;
    position: relative;
    overflow: hidden; }
    .post--vertical--fixed-height .post__text:after {
      content: '';
      display: block;
      height: 40px;
      width: 100%;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(0deg, white 0, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%); } }

.post--vertical--fixed-height .post__meta--box {
  margin-top: 10px; }

/*---- Post vertical overlap ----*/
.post--vertical-overlap .post__text {
  position: relative;
  margin: -40px 20px 0;
  text-align: center; }
  .post--vertical-overlap .post__text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #fff;
    background: -webkit-linear-gradient(-450deg, white 0, white 40px, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(180deg, white 0, white 40px, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 6px -10px 27px -8px rgba(0, 0, 0, 0.2), -6px -10px 27px -8px rgba(0, 0, 0, 0.2); }

.post--vertical-overlap .post__text-inner {
  padding: 15px 15px 0; }

.post--vertical-overlap .post__text-inner .post__meta--box {
  margin-left: -20px;
  margin-right: -20px; }

@media (min-width: 768px) {
  .post--vertical-overlap-l .post__text {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -60px; }
    .post--vertical-overlap-l .post__text:before {
      height: 110px;
      background: -webkit-linear-gradient(-450deg, white 0, white 60px, rgba(255, 255, 255, 0.2) 100%);
      background: linear-gradient(180deg, white 0, white 60px, rgba(255, 255, 255, 0.2) 100%); } }

@media (min-width: 768px) {
  .post--vertical-overlap-l .post__text-inner {
    padding: 30px 30px 0 30px; } }

@media (min-width: 768px) {
  .post--vertical-overlap-l .post__text-inner .post__meta--box {
    margin-left: -30px;
    margin-right: -30px; } }

/* =============================================================================
## PARTIALS
============================================================================= */
/* -----------------------------------------------------------------
## Advertisement area
----------------------------------------------------------------- */
.advertisement-area--before-content {
  padding: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.advertisement-inner {
  margin: 0 auto;
  text-align: center; }

/* -----------------------------------------------------------------
## Carousels
----------------------------------------------------------------- */
/*
## Owl carousel
----------------------------------------------------------------- */
.owl-carousel {
  display: block; }

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible; }

.owl-carousel .owl-item:not(:first-child),
.owl-carousel .slide-content:not(:first-child) {
  display: none; }

.owl-carousel .owl-item:first-child,
.owl-carousel .slide-content:first-child {
  visibility: hidden; }

.owl-carousel.owl-loaded .owl-item:not(:first-child),
.owl-carousel.owl-loaded .slide-content:not(:first-child) {
  display: block; }

.owl-carousel.owl-loaded .owl-item:first-child,
.owl-carousel.owl-loaded .slide-content:first-child {
  visibility: visible; }

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

.carousel-stage-visible .owl-stage-outer {
  overflow: visible; }

.dots-visible-xs .owl-dots {
  display: none; }
  @media (max-width: 767px) {
    .dots-visible-xs .owl-dots {
      display: block; } }

.dots-visible-sm .owl-dots {
  display: none; }
  @media (max-width: 991px) {
    .dots-visible-sm .owl-dots {
      display: block; } }

@media (max-width: 767px) {
  .nav-hidden-xs .owl-nav {
    display: none; } }

.atbs-carousel {
  position: relative; }

/*
## Default Dots Pagination
----------------------------------------------------------------- */
.atbs-carousel .owl-dots {
  padding: 15px 0;
  text-align: center;
  line-height: 1; }

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

.atbs-carousel .owl-dot span {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
  vertical-align: middle; }

.atbs-carousel .owl-dot.active span {
  background: rgba(0, 0, 0, 0.4); }

.atbs-carousel .flickity-page-dots {
  position: relative;
  bottom: 0;
  padding: 15px 0;
  text-align: center;
  line-height: 1; }

.atbs-carousel .flickity-page-dots .dot {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 7px;
  background: transparent;
  opacity: 1;
  vertical-align: middle; }
  .atbs-carousel .flickity-page-dots .dot:after {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2); }
  .atbs-carousel .flickity-page-dots .dot.is-selected:after {
    background: rgba(0, 0, 0, 0.4); }

/*---- Inverse dots pagination ----*/
.atbs-carousel-dots-inverse .owl-dot span {
  background: rgba(255, 255, 255, 0.4); }

.atbs-carousel-dots-inverse .owl-dot.active span {
  background: rgba(255, 255, 255, 0.8); }

.atbs-carousel-dots-inverse .flickity-page-dots .dot:after {
  background: rgba(255, 255, 255, 0.4); }
.atbs-carousel-dots-inverse .flickity-page-dots .dot.is-selected:after {
  background: rgba(255, 255, 255, 0.8); }

/*---- Inside inverse dots pagination ----*/
.atbs-carousel-dots-inside .slide-content .post__text-wrap {
  padding-bottom: 20px; }

.atbs-carousel-dots-inside .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 0; }

.atbs-carousel-dots-inside .owl-dot span {
  background: rgba(255, 255, 255, 0.4); }

.atbs-carousel-dots-inside .owl-dot.active span {
  background: rgba(255, 255, 255, 0.8); }

.atbs-carousel-dots-inside .flickity-page-dots {
  position: absolute;
  bottom: 0; }

.atbs-carousel-dots-inside .flickity-page-dots .dot:after {
  background: rgba(255, 255, 255, 0.4); }
.atbs-carousel-dots-inside .flickity-page-dots .dot.is-selected:after {
  background: rgba(255, 255, 255, 0.8); }

/*
## Default Navigation
----------------------------------------------------------------- */
.atbs-carousel .owl-prev,
.atbs-carousel .owl-next {
  width: 36px;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate(0, -50%) scale(1, 1);
  -moz-transform: translate(0, -50%) scale(1, 1);
  -ms-transform: translate(0, -50%) scale(1, 1);
  -o-transform: translate(0, -50%) scale(1, 1);
  transform: translate(0, -50%) scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -moz-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; }
  .atbs-carousel .owl-prev:hover,
  .atbs-carousel .owl-next:hover {
    width: 51px;
    background: rgba(0, 0, 0, 0.6); }
  .atbs-carousel .owl-prev.disabled,
  .atbs-carousel .owl-next.disabled {
    -webkit-transform: translate(0, -50%) scale(0, 1);
    -moz-transform: translate(0, -50%) scale(0, 1);
    -ms-transform: translate(0, -50%) scale(0, 1);
    -o-transform: translate(0, -50%) scale(0, 1);
    transform: translate(0, -50%) scale(0, 1); }
  .atbs-carousel .owl-prev i,
  .atbs-carousel .owl-next i {
    margin: 0;
    font-size: 30px;
    line-height: 1; }

.atbs-carousel .owl-prev {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-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;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.atbs-carousel .slick-arrow {
  width: 36px;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -moz-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; }
  .atbs-carousel .slick-arrow:hover {
    width: 51px;
    background: rgba(0, 0, 0, 0.6); }
  .atbs-carousel .slick-arrow:before {
    margin: 0;
    font-size: 30px;
    line-height: 1; }

.atbs-carousel .slick-prev {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0; }
  .atbs-carousel .slick-prev.disabled {
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }

.atbs-carousel .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto; }
  .atbs-carousel .slick-next.disabled {
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }

.atbs-carousel .flickity-prev-next-button {
  width: 36px;
  height: auto;
  padding: 25px 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate(0, -50%) scale(1, 1);
  -moz-transform: translate(0, -50%) scale(1, 1);
  -ms-transform: translate(0, -50%) scale(1, 1);
  -o-transform: translate(0, -50%) scale(1, 1);
  transform: translate(0, -50%) scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -moz-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; }
  .atbs-carousel .flickity-prev-next-button:hover {
    width: 51px;
    background: rgba(0, 0, 0, 0.6); }
  .atbs-carousel .flickity-prev-next-button.disabled {
    -webkit-transform: translate(0, -50%) scale(0, 1);
    -moz-transform: translate(0, -50%) scale(0, 1);
    -ms-transform: translate(0, -50%) scale(0, 1);
    -o-transform: translate(0, -50%) scale(0, 1);
    transform: translate(0, -50%) scale(0, 1); }
  .atbs-carousel .flickity-prev-next-button svg {
    display: none; }

.atbs-carousel .flickity-prev-next-button:before {
  content: '\e408';
  font-family: 'mdicon';
  font-size: 30px; }

.atbs-carousel .flickity-prev-next-button.previous {
  left: 0; }

.atbs-carousel .flickity-prev-next-button.next {
  right: 0; }
  .atbs-carousel .flickity-prev-next-button.next:before {
    content: '\e409'; }

/*---- Owl carousel nav A ----*/
.atbs-carousel-nav-none .owl-nav {
  display: none; }

.atbs-carousel-nav-a {
  padding-bottom: 30px; }

.atbs-carousel-nav-a .owl-nav {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }
  .atbs-carousel-nav-a .owl-nav .disabled {
    cursor: auto; }

.atbs-carousel-nav-a .owl-prev,
.atbs-carousel-nav-a .owl-next {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
  padding: 0;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .atbs-carousel-nav-a .owl-prev i,
  .atbs-carousel-nav-a .owl-next i {
    color: rgba(0, 0, 0, 0.8);
    font-size: 24px;
    line-height: 40px;
    text-align: center; }

.atbs-carousel-nav-a .owl-prev {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

/*---- Owl theme B ----*/
.atbs-carousel-nav-b .owl-prev,
.atbs-carousel-nav-b .owl-next,
.atbs-carousel-nav-b .slick-arrow {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08); }
  .atbs-carousel-nav-b .owl-prev.disabled,
  .atbs-carousel-nav-b .owl-next.disabled,
  .atbs-carousel-nav-b .slick-arrow.disabled {
    display: none; }

.atbs-carousel-nav-b .owl-prev,
.atbs-carousel-nav-b .slick-prev {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.atbs-carousel-nav-b .owl-next,
.atbs-carousel-nav-b .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

/*---- Owl theme C ----*/
.atbs-carousel-nav-c .owl-prev,
.atbs-carousel-nav-c .owl-next {
  top: 0;
  bottom: 0;
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1); }
  .atbs-carousel-nav-c .owl-prev.disabled,
  .atbs-carousel-nav-c .owl-next.disabled {
    -webkit-transform: translate(0, 0) scale(0, 1);
    -moz-transform: translate(0, 0) scale(0, 1);
    -ms-transform: translate(0, 0) scale(0, 1);
    -o-transform: translate(0, 0) scale(0, 1);
    transform: translate(0, 0) scale(0, 1); }

.atbs-carousel-nav-c .owl-prev i,
.atbs-carousel-nav-c .owl-next i {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*---- Owl nav D ----*/
.atbs-carousel-nav-d .owl-carousel .owl-stage-outer {
  overflow: visible; }

.atbs-carousel-nav-d .owl-prev,
.atbs-carousel-nav-d .owl-next {
  display: block;
  width: 9999px;
  width: calc(100vw - 100%);
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 0, 0, 0.4);
  font-size: 40px;
  text-align: center; }
  .atbs-carousel-nav-d .owl-prev.disabled,
  .atbs-carousel-nav-d .owl-next.disabled {
    display: none; }

.atbs-carousel-nav-d .owl-prev {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -10px;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  @media (min-width: 992px) {
    .atbs-carousel-nav-d .owl-prev {
      left: -30px; } }

.atbs-carousel-nav-d .owl-next {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: auto;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
  @media (min-width: 992px) {
    .atbs-carousel-nav-d .owl-next {
      right: -30px; } }

.atbs-carousel-nav-d .owl-prev i {
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.atbs-carousel-nav-d .owl-next i {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/*---- Owl nav E ----*/
.atbs-carousel-nav-e .owl-prev,
.atbs-carousel-nav-e .owl-next,
.atbs-carousel-nav-e .slick-arrow,
.atbs-carousel-nav-e .swiper-button-next,
.atbs-carousel-nav-e .swiper-button-prev {
  display: block;
  height: 80px;
  width: 36px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 24px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }
  .atbs-carousel-nav-e .owl-prev:hover,
  .atbs-carousel-nav-e .owl-next:hover,
  .atbs-carousel-nav-e .slick-arrow:hover,
  .atbs-carousel-nav-e .swiper-button-next:hover,
  .atbs-carousel-nav-e .swiper-button-prev:hover {
    width: 46px; }

.atbs-carousel-nav-e .owl-prev i,
.atbs-carousel-nav-e .slick-prev i {
  margin-right: 6px;
  line-height: 60px; }

.atbs-carousel-nav-e .owl-next i,
.atbs-carousel-nav-e .slick-next i {
  margin-left: 6px;
  line-height: 60px; }

.atbs-carousel-nav-e .owl-prev,
.atbs-carousel-nav-e .slick-prev,
.atbs-carousel-nav-e .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0; }
  .atbs-carousel-nav-e .owl-prev:before,
  .atbs-carousel-nav-e .slick-prev:before,
  .atbs-carousel-nav-e .swiper-button-prev:before {
    content: '\e408';
    font-family: 'mdicon';
    font-size: 36px;
    line-height: 80px; }

.atbs-carousel-nav-e .owl-next,
.atbs-carousel-nav-e .slick-next,
.atbs-carousel-nav-e .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto; }
  .atbs-carousel-nav-e .owl-next:before,
  .atbs-carousel-nav-e .slick-next:before,
  .atbs-carousel-nav-e .swiper-button-next:before {
    content: '\e409';
    font-family: 'mdicon';
    font-size: 32px;
    line-height: 80px; }

/*---- Owl carousel nav F ----*/
.atbs-carousel-nav-f .owl-prev,
.atbs-carousel-nav-f .owl-next,
.atbs-carousel-nav-f .slick-arrow {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  background: #fff;
  background-clip: padding-box;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03), 0 6px 6px rgba(0, 0, 0, 0.05); }

.atbs-carousel-nav-f .owl-prev,
.atbs-carousel-nav-f .slick-prev {
  left: 20px;
  right: auto; }

/*---- Custom Owl carousel nav ----*/
.atbs-carousel-nav-custom-holder .owl-prev,
.atbs-carousel-nav-custom-holder .owl-next {
  display: inline-block;
  height: 40px;
  width: 40px;
  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;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .atbs-carousel-nav-custom-holder .owl-prev:hover,
  .atbs-carousel-nav-custom-holder .owl-next:hover {
    background: #fff;
    width: 40px; }
  .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;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .atbs-carousel-nav-custom-holder .owl-prev i,
  .atbs-carousel-nav-custom-holder .owl-next i {
    font-size: 20px; }

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

/*---- Owl dot nav A ----*/
.atbs-carousel-dots-none .owl-dots {
  display: none; }

.atbs-carousel-dots-a .owl-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    .atbs-carousel-dots-a .owl-dots {
      bottom: 10px; } }

.atbs-carousel-dots-a .owl-dot {
  display: inline-block;
  padding: 10px; }

.atbs-carousel-dots-a .owl-dot span {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  vertical-align: middle;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease; }

.atbs-carousel-dots-a .owl-dot.active span {
  background: rgba(255, 255, 255, 0.8); }

/*---- Owl dot nav B ----*/
.atbs-carousel-dots-b .owl-dots {
  padding: 15px 0;
  text-align: center; }

.atbs-carousel-dots-b .owl-dot {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 8px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .atbs-carousel-dots-b .owl-dot.active {
    background: rgba(0, 0, 0, 0.4); }

.atbs-carousel-dots-b .swiper-pagination {
  position: static;
  padding: 15px 0; }

.atbs-carousel-dots-b--inverse .swiper-pagination-bullet {
  background: #fff; }

/*
 * Slick carousel
 *--------------------*/
.atbs-carousel .slide-content:not(:first-child) {
  display: none; }

.atbs-carousel.slick-initialized .slide-content,
.atbs-carousel .slick-initialized .slide-content {
  display: block; }

/*
 * Flickity carousel
 *--------------------*/
.atbs-carousel.flickity-enabled .slide-content,
.atbs-carousel .flickity-enabled .slide-content {
  display: block; }

/*---- Arrow ----*/
.slick-arrow {
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 0;
  z-index: 10; }

.slick-arrow:before {
  content: '\e408';
  font-family: 'mdicon';
  font-size: 22px; }

.slick-next:before {
  content: '\e409'; }

/*---- Arrow ----*/
.slick-dots {
  display: block;
  margin: 10px auto;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 10; }

.slick-dots li {
  display: inline-block; }

.slick-dots li button {
  display: inline-block;
  height: 12px;
  width: 12px;
  padding: 0;
  margin: 0 10px;
  border: 1px solid transparent;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
  font-size: 0;
  vertical-align: middle;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
  .slick-dots li button:hover, .slick-dots li button:focus {
    background: rgba(0, 0, 0, 0.4); }

.slick-dots li.slick-active button {
  -webkit-transform: scale(1.4, 1.4);
  -moz-transform: scale(1.4, 1.4);
  -ms-transform: scale(1.4, 1.4);
  -o-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4);
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.atbs-carousel--dots-transparent .slick-dots {
  width: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: auto;
  margin: 0 auto; }

/*
 * Flexslider
 *--------------------*/
.flexslider {
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 400px; }

.flexslider .slides > li:first-child {
  display: block;
  opacity: 0; }

.flexslider .flex-viewport .slides > li:first-child {
  opacity: 1; }

/*
 * 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;
  background: rgba(0, 0, 0, 0.2); }

.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: -webkit-linear-gradient(-270deg, 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: 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; }

/*
 * Overflow carousel
 *--------------------*/
.atbs-carousel-overflow {
  overflow: hidden; }
  @media (max-width: 767px) {
    .atbs-carousel-overflow {
      margin-left: -15px;
      margin-right: -15px; } }

.atbs-carousel-overflow--has-background {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5; }
  @media (min-width: 768px) {
    .atbs-carousel-overflow--has-background {
      padding: 40px; } }

.atbs-carousel-overflow--has-background .atbs-carousel__inner {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .atbs-carousel-overflow--has-background .atbs-carousel__inner {
      margin-left: -40px;
      margin-right: -40px; } }

.atbs-carousel-overflow--has-background:not(.atbs-carouel-dots-none) {
  padding-bottom: 0; }

/* -----------------------------------------------------------------
## Categories bar
----------------------------------------------------------------- */
.category-bar {
  margin-bottom: 30px; }

.category-bar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px; }

.category-bar__cat {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 8px 10px;
  text-align: center; }

.category-bar__cat a {
  display: block;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
  .category-bar__cat a:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.06); }

.category-bar .cat-icon {
  color: rgba(0, 0, 0, 0.2);
  font-size: 30px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }

.category-bar .cat-name {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  text-transform: uppercase; }

/* -----------------------------------------------------------------
## Count down
----------------------------------------------------------------- */
.atbs-countdown {
  position: relative;
  text-align: center; }

.atbs-countdown__inner {
  display: inline-block;
  margin: 0 -10px; }
  .atbs-countdown__inner::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .atbs-countdown__inner {
      margin: 0 -20px; } }
  @media (min-width: 992px) {
    .atbs-countdown__inner {
      margin: 0 -30px; } }

.countdown__section {
  display: inline-block;
  min-width: 60px;
  margin: 0 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .countdown__section {
      min-width: 80px;
      margin: 0 20px; } }

.countdown__digit {
  display: block;
  
  font-size: 32px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .countdown__digit {
      font-size: 48px; } }
  @media (min-width: 992px) {
    .countdown__digit {
      font-size: 60px; } }

.countdown__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media (min-width: 768px) {
    .countdown__text {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .countdown__text {
      font-size: 20px; } }

.atbs-countdown-block::after {
  clear: both;
  content: "";
  display: table; }

.atbs-countdown-block .atbs-block__inner {
  padding: 20px; }
  @media (min-width: 768px) {
    .atbs-countdown-block .atbs-block__inner {
      padding: 30px; } }

.atbs-countdown-block--solid-overlay .atbs-countdown {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.06); }

/* -----------------------------------------------------------------
## Block general
----------------------------------------------------------------- */
.atbs-block {
  position: relative;
  margin-bottom: 40px; }
  .atbs-block:last-child {
    margin-bottom: 0; }

.atbs-block__inner {
  position: relative; }

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

.atbs-block--fullwidth.atbs-block--contiguous:first-child {
  margin-top: -20px; }
  @media (min-width: 768px) {
    .atbs-block--fullwidth.atbs-block--contiguous:first-child {
      margin-top: -40px; } }

.atbs-block--fullwidth.has-background:last-child {
  margin-bottom: -30px; }
  @media (min-width: 1200px) {
    .atbs-block--fullwidth.has-background:last-child {
      margin-bottom: -60px; } }

.atbs-block--contiguous + .atbs-block--contiguous {
  margin-top: -40px; }

@media (min-width: 1200px) {
  .atbs-block--fullwidth.atbs-block--contiguous + .atbs-block--fullwidth.atbs-block--contiguous {
    margin-top: -60px; } }

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

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

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

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

.atbs-layout-split:first-child {
  margin-top: -10px; }

/* -----------------------------------------------------------------
## 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);
  -moz-transform: translate(-101%, 0);
  -ms-transform: translate(-101%, 0);
  -o-transform: translate(-101%, 0);
  transform: translate(-101%, 0);
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -moz-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; }
  @media (min-width: 768px) {
    .atbs-offcanvas {
      width: 360px; } }
  .atbs-offcanvas.is-active {
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-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: 10px 20px;
  background: transparent;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
  .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);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -moz-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);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-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);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05) inset; }

.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%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* -----------------------------------------------------------------
## Widgets
----------------------------------------------------------------- */
.widget {
  margin-bottom: 40px; }
  .widget:last-child {
    margin-bottom: 0; }

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

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

.widget__title {
  margin-bottom: 20px; }
  .has-block-heading-line-around .widget__title, .has-block-heading-line .widget__title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
  .has-block-heading-line .widget__title:after {
    content: '';
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    margin-left: 0.6em;
    border-top: 2px solid rgba(0, 0, 0, 0.05); }
  .widget__title a {
    color: inherit;
    text-decoration: none; }

.site-footer .widget__title:before,
.site-footer .widget__title:after,
.atbs-offcanvas .widget__title:before,
.atbs-offcanvas .widget__title:after {
  content: none !important; }

.has-block-heading-line-around .site-footer .widget__title {
  display: block;
  text-align: center; }

.widget__title-text {
  
  margin: 0;
  font-size: 15px;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

.widget__title .first-word {
  font-weight: 400; }

.has-block-heading-line-under .widget__title {
  padding-bottom: 5px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.has-block-heading-line-around .widget__title__title {
  padding-right: 0; }

.has-block-heading-line-under .widget__title__seperator,
.has-block-heading-line-around .widget__title__seperator {
  display: none; }

.has-block-heading-line-around .widget__title:before,
.has-block-heading-line-around .widget__title:after {
  content: '';
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.6em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05); }

.has-block-heading-line-around .widget__title:after {
  margin-left: 0.6em; }

.has-block-heading-line-around .atbs-widget--box .widget__title {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.site-footer .widget__title__title {
  font-size: 14px; }

/*---- Box Widget ----*/
.atbs-widget--box .widget__title {
  margin-bottom: 0;
  padding: 10px 20px;
  background: #FC3C2D;
  border-bottom: none;
  color: #fff; }
  .atbs-widget--box .widget__title:before, .atbs-widget--box .widget__title:after {
    content: none; }

.atbs-widget--box .widget__inner {
  padding: 20px;
  background: #fafafa; }

/*---- Indexed Widget A ----*/
.atbs-widget-indexed-posts-a .posts-list {
  counter-reset: li; }

.atbs-widget-indexed-posts-a .posts-list > li .post__thumb {
  position: relative; }
  .atbs-widget-indexed-posts-a .posts-list > li .post__thumb:after {
    
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 4px;
    left: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: #FC3C2D;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700; }

/*---- Indexed Widget B ----*/
.atbs-widget-indexed-posts-b .posts-list {
  counter-reset: li; }

.atbs-widget-indexed-posts-b .posts-list > li .post__title {
  position: relative; }
  .atbs-widget-indexed-posts-b .posts-list > li .post__title:after {
    
    content: counter(li);
    /* Use the counter as content */
    counter-increment: li;
    display: block;
    position: absolute;
    top: -30px;
    right: 15px;
    bottom: auto;
    left: auto;
    color: #FC3C2D;
    font-size: 96px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    opacity: 0.25; }

/*---- Indexed Widget C ----*/
.atbs-widget-indexed-posts-c .list-index {
  
  display: inline-block;
  min-width: 45px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 26px;
  font-size: 1.86rem;
  line-height: 1;
  font-weight: 700;
  text-align: center; }

.atbs-widget-indexed-posts-c .posts-list > li .post--overlay .post__text-inner {
  padding-left: 10px; }

.atbs-widget-indexed-posts-c .posts-list > li .post--overlay .list-index {
  margin-left: 0;
  color: #fff;
  font-size: 36px;
  font-size: 2.57rem; }

/*---- Widget most commented ----*/
.atbs-widget-most-commented .comments-count-box {
  color: inherit;
  text-decoration: none;
  min-width: 48px;
  margin-right: 10px;
  padding: 10px 12px;
  background: #444;
  font-size: 16px; }
  .atbs-widget-most-commented .comments-count-box:hover, .atbs-widget-most-commented .comments-count-box:active, .atbs-widget-most-commented .comments-count-box:focus {
    color: inherit;
    text-decoration: none; }
  .atbs-widget-most-commented .comments-count-box:before {
    border-top-color: #444; }

/*---- Social counter widget ----*/
.atbs-widget-social-counter::after {
  clear: both;
  content: "";
  display: table; }

.social-tile {
  color: inherit;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 15px 30px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .social-tile:hover, .social-tile:active, .social-tile:focus {
    color: inherit;
    text-decoration: none; }
  .social-tile:hover {
    background: rgba(0, 0, 0, 0.02); }
  .social-tile:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0) 100%); }

.social-tile__inner {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.social-tile__icon {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  font-size: 5.7143rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: translate(20%, 25%) scale(1, 1);
  -moz-transform: translate(20%, 25%) scale(1, 1);
  -ms-transform: translate(20%, 25%) scale(1, 1);
  -o-transform: translate(20%, 25%) scale(1, 1);
  transform: translate(20%, 25%) scale(1, 1);
  -webkit-transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0; }
  .social-tile:hover .social-tile__icon {
    -webkit-transform: translate(20%, 20%) scale(1.4, 1.4);
    -moz-transform: translate(20%, 20%) scale(1.4, 1.4);
    -ms-transform: translate(20%, 20%) scale(1.4, 1.4);
    -o-transform: translate(20%, 20%) scale(1.4, 1.4);
    transform: translate(20%, 20%) scale(1.4, 1.4); }

.social-tile__title {
  margin: 0;
  
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase; }

.social-tile__count {
  
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.1; }

.social-tile__right .mdicon {
  display: inline-block;
  font-size: 1.2857rem;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .social-tile:hover .social-tile__right .mdicon {
    -webkit-transform: translate(40%, 0);
    -moz-transform: translate(40%, 0);
    -ms-transform: translate(40%, 0);
    -o-transform: translate(40%, 0);
    transform: translate(40%, 0); }

/*---- Subscribe widget ----*/
.widget-subscribe {
  padding-top: 20px; }

.widget-subscribe__inner {
  padding: 20px;
  background: #fff;
  border: 3px solid #eee;
  box-shadow: 0 -20px 0 -10px #f5f5f5, 0 -38px 0 -20px #fafafa; }
  @media (min-width: 768px) {
    .widget-subscribe__inner {
      padding: 30px; } }

.widget-subscribe.widget--centered .subscribe-form input[type="email"] {
  text-align: center; }

.widget-subscribe--stack-bottom {
  padding-top: 0;
  padding-bottom: 20px; }

.widget-subscribe--stack-bottom .widget-subscribe__inner {
  box-shadow: 0 20px 0 -10px #f5f5f5, 0 38px 0 -20px #fafafa; }

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

/*---- ## 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;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .tagcloud a:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

/* -----------------------------------------------------------------
## Carousel Heading Aside
----------------------------------------------------------------- */
.atbs-carousel-heading-aside .owl-nav {
  display: none; }

.atbs-carousel-heading-aside .carousel-heading {
  height: 100%;
  text-align: center;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .atbs-carousel-heading-aside .carousel-heading {
      text-align: left;
      padding-right: 15px; } }

.atbs-carousel-heading-aside .carousel-heading--has-bg {
  padding: 20px;
  background: #0a293b; }

/* -----------------------------------------------------------------
## Carousel Thumb Overlap
----------------------------------------------------------------- */
@media (min-width: 768px) {
  .atbs-carousel-thumb-overlap .post__text {
    min-height: 380px; } }

/* -----------------------------------------------------------------
## Carousel Overlap
----------------------------------------------------------------- */
.atbs-carousel-overlap .overlap-background {
  bottom: 112px; }

@media (max-width: 767px) {
  .atbs-carousel-overlap .atbs-carousel__inner {
    margin-top: -30px; } }

.atbs-carousel-overlap .flickity-viewport {
  overflow: visible !important; }

.atbs-carousel-overlap .slide-content {
  width: 100%;
  visibility: hidden; }
  @media (min-width: 768px) {
    .atbs-carousel-overlap .slide-content {
      margin: 0 -20px;
      max-width: 720px; } }
  @media (min-width: 992px) {
    .atbs-carousel-overlap .slide-content {
      margin: 0 -30px;
      max-width: 970px; } }

.atbs-carousel-overlap .flickity-enabled .slide-content {
  visibility: visible; }

@media (min-width: 768px) {
  .atbs-carousel-overlap .slide-content .post--overlay {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1); } }

@media (min-width: 768px) {
  .atbs-carousel-overlap .slide-content.is-selected .post--overlay {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

.atbs-carousel-overlap .post--overlay {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2); }

.atbs-carousel-overlap .post--overlay .post__text {
  min-height: 360px; }
  @media (min-width: 768px) {
    .atbs-carousel-overlap .post--overlay .post__text {
      min-height: 480px; } }

/* -----------------------------------------------------------------
## Mosaic Block
----------------------------------------------------------------- */
.atbs-mosaic .row, .atbs-mosaic.row {
  margin-left: -5px;
  margin-right: -5px; }
.atbs-mosaic .row--space-between, .atbs-mosaic.row--space-between {
  margin-top: -5px;
  margin-bottom: -5px; }
.atbs-mosaic [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px; }
.atbs-mosaic .row--space-between > [class*="col-"], .atbs-mosaic.row--space-between > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px; }

.atbs-mosaic.has-background,
.atbs-mosaic.has-overlap-background {
  padding-top: 30px; }

.atbs-mosaic .mosaic-item {
  float: left;
  position: relative; }
  @media (min-width: 992px) {
    .atbs-mosaic .mosaic-item {
      height: 480px; } }

@media (min-width: 992px) {
  .atbs-mosaic .mosaic-item--half {
    height: 240px; } }

@media (max-width: 767px) {
  .atbs-mosaic .mosaic-item .post--overlay .post__text {
    min-height: 220px; } }
@media (max-width: 991px) {
  .atbs-mosaic .mosaic-item .post--overlay .post__text {
    min-height: 220px; } }

@media (max-width: 767px) {
  .atbs-mosaic .mosaic-item:first-child .post--overlay .post__text {
    min-height: 320px; } }
@media (max-width: 991px) {
  .atbs-mosaic .mosaic-item:first-child .post--overlay .post__text {
    min-height: 320px; } }

@media (min-width: 992px) {
  .atbs-mosaic .mosaic-item .post--overlay,
  .atbs-mosaic .mosaic-item .post--overlay .post__text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; } }

.atbs-mosaic--has-shadow .mosaic-item .post--overlay {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.4); }

@media (min-width: 992px) {
  .atbs-mosaic--gutter-10 .mosaic-item .post--overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; } }

@media (min-width: 992px) {
  .atbs-mosaic--gutter-20 .mosaic-item .post--overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; } }

@media (min-width: 992px) {
  .atbs-mosaic--gutter-30 .mosaic-item .post--overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px; } }

.atbs-mosaic .mosaic-item .post--overlay .background-img {
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.atbs-mosaic-block .overlap-background {
  bottom: 60px; }

/* -----------------------------------------------------------------
## Featured with overlap posts
----------------------------------------------------------------- */
.featured-with-overlap-posts .main-post {
  min-height: 420px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end; }
  @media (min-width: 768px) {
    .featured-with-overlap-posts .main-post {
      min-height: 520px; } }

.featured-with-overlap-posts .main-post .background-img:after {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-270deg, 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: 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%);
  opacity: 1;
  background-color: transparent; }

.featured-with-overlap-posts .main-post .post__text {
  width: 100%; }

.featured-with-overlap-posts .main-post .post__text-inner {
  padding: 20px 0 100px; }

.featured-with-overlap-posts .sub-posts {
  position: relative;
  margin-top: -60px; }

.featured-with-overlap-posts .sub-posts > ul {
  padding: 0;
  list-style: none; }

.featured-with-overlap-posts .sub-posts > ul > li:nth-child(3) {
  clear: both; }
  @media (min-width: 992px) {
    .featured-with-overlap-posts .sub-posts > ul > li:nth-child(3) {
      clear: none; } }

.featured-with-overlap-posts .sub-posts article .post__thumb {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.06); }

/* -----------------------------------------------------------------
## Featured Block B
----------------------------------------------------------------- */
.atbs-featured-block-b {
  padding-top: 40px; }

.atbs-featured-block-b .atbs-block__background {
  bottom: 30px; }

/* -----------------------------------------------------------------
## Featured Block C
----------------------------------------------------------------- */
.atbs-featured-block-a {
  position: relative;
  overflow: hidden; }

.atbs-featured-block-a article {
  position: relative; }

@media (max-width: 767px) {
  .atbs-featured-block-a .main-post-wrap {
    position: relative;
    margin: -30px -15px 0;
    padding: 30px 15px; } }

.atbs-featured-block-a .main-post {
  position: relative;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .atbs-featured-block-a .main-post {
      margin: 40px auto; } }
  @media (min-width: 992px) {
    .atbs-featured-block-a .main-post {
      margin: 40px auto 60px; } }
  @media (min-width: 768px) {
    .atbs-featured-block-a .main-post:before {
      content: '';
      position: absolute;
      top: 0;
      right: 20%;
      bottom: 0;
      left: 20%;
      border: 10px solid #FC3C2D;
      opacity: 0.6; } }
  @media (min-width: 1200px) {
    .atbs-featured-block-a .main-post:before {
      content: '';
      position: absolute;
      top: 0;
      right: 30%;
      bottom: 0;
      left: 30%;
      border: 12px solid #FC3C2D;
      opacity: 0.6; } }

.atbs-featured-block-a .main-post .video-post .atbs-post-type-icon {
  margin-top: 30px; }

.atbs-featured-block-a .main-post .post__text {
  position: relative;
  margin: 0 auto;
  text-align: center; }

.atbs-featured-block-a .main-post .post__excerpt {
  max-width: 600px;
  margin: 20px auto 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 768px) {
    .atbs-featured-block-a .main-post .post__excerpt {
      font-size: 16px; } }

@media (max-width: 767px) {
  .atbs-featured-block-a .sub-posts-wrap {
    position: relative;
    margin: -30px -15px;
    padding: 15px;
    background: #12162d; } }

/* -----------------------------------------------------------------
## Featured with list
----------------------------------------------------------------- */
.atbs-featured-with-list__wrapper {
  position: relative;
  overflow: hidden; }

.atbs-featured-with-list .main-post {
  overflow: hidden; }

.atbs-featured-with-list .main-post .post__title {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.4); }

.atbs-featured-with-list .main-post .post__meta,
.atbs-featured-with-list .main-post .post__excerpt {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

.atbs-featured-with-list .sub-posts {
  position: relative;
  overflow: hidden; }

.atbs-featured-with-list .sub-posts__inner {
  width: 100%;
  /* IE fix */
  max-width: 1440px;
  margin: 0 auto; }

@media (min-width: 992px) {
  .atbs-featured-with-list--vertical-list .atbs-featured-with-list__inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }

.atbs-featured-with-list--vertical-list .sub-background,
.atbs-featured-with-list--vertical-list .sub-background .background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto; }

.atbs-featured-with-list--vertical-list .main-post {
  position: relative;
  padding: 50px 30px; }
  @media (min-width: 992px) {
    .atbs-featured-with-list--vertical-list .main-post {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      position: static;
      min-height: 520px;
      padding: 80px 40px; }
      .atbs-featured-with-list--vertical-list .main-post:before {
        content: '';
        position: absolute;
        top: 0;
        right: 52%;
        bottom: 0;
        left: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0, transparent 100%);
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0, transparent 100%); } }

.atbs-featured-with-list--vertical-list .atbs-featured-with-list__heading {
  max-width: 1440px;
  margin: auto; }

.atbs-featured-with-list--vertical-list .block-heading {
  margin: 40px 40px 0 40px; }

.atbs-featured-with-list--vertical-list .main-post .block-heading {
  margin: 0 0 80px 0; }

.atbs-featured-with-list--vertical-list .main-post .post__text {
  z-index: 1;
  max-width: 680px; }

.atbs-featured-with-list--vertical-list .sub-posts {
  padding: 20px;
  background-color: #12162d; }
  @media (min-width: 768px) {
    .atbs-featured-with-list--vertical-list .sub-posts {
      padding: 30px; } }
  @media (min-width: 992px) {
    .atbs-featured-with-list--vertical-list .sub-posts {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 40%;
      padding: 80px 40px;
      background: transparent; } }
  @media (min-width: 1200px) {
    .atbs-featured-with-list--vertical-list .sub-posts {
      width: 30%; } }

@media (min-width: 992px) {
  .atbs-featured-with-list--vertical-list .sub-posts__inner {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .atbs-featured-with-list--vertical-list .sub-posts__inner:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.6) 0, transparent 100%);
      background: linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 0, transparent 100%); } }

.atbs-featured-with-list--vertical-list .posts-list {
  list-style: none;
  margin: -20px 0;
  padding: 0; }

.atbs-featured-with-list--vertical-list .posts-list > li {
  position: relative;
  padding: 20px 0;
  border-bottom-color: rgba(255, 255, 255, 0.1); }

.atbs-featured-with-list--vertical-list .posts-list article {
  position: relative; }
  .atbs-featured-with-list--vertical-list .posts-list article:before {
    content: none;
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5, 1);
    -moz-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    -o-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  @media (min-width: 992px) {
    .atbs-featured-with-list--vertical-list .posts-list article:before {
      content: ''; }
    .atbs-featured-with-list--vertical-list .posts-list article:hover:before {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .atbs-featured-with-list--vertical-list .posts-list article:hover .post__text .post__title, .atbs-featured-with-list--vertical-list .posts-list article:hover .post__text .post__title a {
      color: rgba(0, 0, 0, 0.8);
      text-shadow: none; }
    .atbs-featured-with-list--vertical-list .posts-list article:hover .post__text .post__meta, .atbs-featured-with-list--vertical-list .posts-list article:hover .post__text .post__meta a {
      color: rgba(0, 0, 0, 0.4);
      text-shadow: none; } }

.atbs-featured-with-list--horizontal-list .main-post {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 360px;
  position: relative; }
  @media (min-width: 768px) {
    .atbs-featured-with-list--horizontal-list .main-post {
      position: static; } }
  @media (min-width: 992px) {
    .atbs-featured-with-list--horizontal-list .main-post {
      min-height: 480px; }
      .atbs-featured-with-list--horizontal-list .main-post:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 160px;
        left: 0;
        background-color: transparent;
        background-image: -webkit-linear-gradient(-450deg, 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: 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%);
        opacity: 0.85; } }

.atbs-featured-with-list--horizontal-list .main-post__inner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .atbs-featured-with-list--horizontal-list .main-post__inner {
      padding: 60px 30px; } }
  @media (min-width: 992px) {
    .atbs-featured-with-list--horizontal-list .main-post__inner {
      padding: 60px 0; } }

.atbs-featured-with-list--horizontal-list .main-post .block-heading {
  margin-bottom: 80px; }

.atbs-featured-with-list--horizontal-list .sub-posts {
  padding: 20px;
  background-color: #12162d; }
  @media (min-width: 768px) {
    .atbs-featured-with-list--horizontal-list .sub-posts {
      padding: 50px 40px;
      background-color: transparent; } }

@media (min-width: 992px) {
  .atbs-featured-with-list--horizontal-list .sub-posts__inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0, transparent 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, transparent 100%);
    background-color: transparent;
    background-image: -webkit-linear-gradient(-270deg, 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: 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) {
  .atbs-featured-with-list--horizontal-list .posts-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-left: -20px;
    margin-right: -20px; } }

.atbs-featured-with-list--horizontal-list .posts-list li {
  position: relative;
  border-bottom-color: rgba(255, 255, 255, 0.1); }
  @media (min-width: 768px) {
    .atbs-featured-with-list--horizontal-list .posts-list li {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 0;
      padding: 0;
      border-bottom: none; }
      .atbs-featured-with-list--horizontal-list .posts-list li:not(:first-child) {
        border-left: 1px solid rgba(255, 255, 255, 0.1); } }

@media (min-width: 768px) {
  .atbs-featured-with-list--horizontal-list .posts-list article {
    padding: 0 20px; }
    .atbs-featured-with-list--horizontal-list .posts-list article:before {
      content: '';
      position: absolute;
      top: -15px;
      right: 0;
      bottom: -15px;
      left: 0;
      background: #fff;
      opacity: 0;
      -webkit-transform: scale(1, 0.5);
      -moz-transform: scale(1, 0.5);
      -ms-transform: scale(1, 0.5);
      -o-transform: scale(1, 0.5);
      transform: scale(1, 0.5);
      -webkit-transform-origin: center bottom;
      -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
      -o-transform-origin: center bottom;
      transform-origin: center bottom;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .atbs-featured-with-list--horizontal-list .posts-list article:hover:before {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .atbs-featured-with-list--horizontal-list .posts-list article:hover .post__text .post__title, .atbs-featured-with-list--horizontal-list .posts-list article:hover .post__text .post__title a {
      color: rgba(0, 0, 0, 0.8);
      text-shadow: none; }
    .atbs-featured-with-list--horizontal-list .posts-list article:hover .post__text .post__meta, .atbs-featured-with-list--horizontal-list .posts-list article:hover .post__text .post__meta a {
      color: rgba(0, 0, 0, 0.4);
      text-shadow: none; } }

@media (min-width: 768px) {
  .atbs-featured-with-list--horizontal-list .posts-list article .post__thumb {
    display: none; } }
@media (min-width: 992px) {
  .atbs-featured-with-list--horizontal-list .posts-list article .post__thumb {
    display: block; } }

/* -----------------------------------------------------------------
## Horizontal List
----------------------------------------------------------------- */
.atbs-horizontal-list [class^="col-"]:not(:last-child) article {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .atbs-horizontal-list [class^="col-"]:not(:last-child) article {
      padding-right: 15px;
      padding-bottom: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.05);
      border-bottom: none; } }

.atbs-horizontal-list .index {
  
  font-size: 40px;
  font-size: 2.8571rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4); }

.atbs-horizontal-list.has-background {
  background: #fafafa; }

/* -----------------------------------------------------------------
## Posts Listing A
----------------------------------------------------------------- */
.atbs-posts-listing-a__cat-wrap {
  position: relative; }

.atbs-posts-listing-a__cat-inner {
  padding: 20px; }
  @media (min-width: 768px) {
    .atbs-posts-listing-a__cat-inner {
      padding: 30px; } }

.atbs-posts-listing-a .cat-title {
  
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase; }

/* -----------------------------------------------------------------
## News Ticker
----------------------------------------------------------------- */
.atbs-news-ticker__inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.5rem; }
  @media (min-width: 768px) {
    .atbs-news-ticker__inner {
      padding: 1rem; } }
  .atbs-news-ticker--fw .atbs-news-ticker__inner {
    padding-left: 0;
    padding-right: 0;
    border: none; }

.atbs-news-ticker--fw {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.atbs-news-ticker__heading {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.08em; }

.atbs-news-ticker__content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden; }

.atbs-news-ticker__content > ul {
  max-width: 100%;
  margin: 0; }

.atbs-news-ticker__content > ul li {
  display: block; }

.atbs-news-ticker__content:not(.initialized) > ul > li:not(:first-child) {
  display: none; }

.atbs-news-ticker__content .post {
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.atbs-news-ticker__content .post__cat {
  display: inline;
  margin-right: 0.4em; }

.atbs-news-ticker__content .post__title {
  display: inline;
  margin: 0;
  vertical-align: middle; }

.atbs-news-ticker__control {
  margin-left: 10px;
  white-space: nowrap; }

.atbs-news-ticker__next,
.atbs-news-ticker__prev {
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  line-height: 34px;
  text-align: center; }
  .atbs-news-ticker__next i,
  .atbs-news-ticker__prev i {
    font-size: 20px; }

/* -----------------------------------------------------------------
## Carousel Gallery Posts
----------------------------------------------------------------- */
.atbs-carousel-gallery-posts .atbs-carousel__inner {
  position: relative; }

.atbs-carousel-gallery-posts__thumbs {
  position: relative;
  padding: 10px;
  background-color: #000; }
  .atbs-carousel-gallery-posts__thumbs:after {
    content: '';
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    bottom: auto;
    left: 0;
    background-image: -webkit-linear-gradient(-270deg, black 0%, transparent 100%);
    background-image: linear-gradient(0deg, black 0%, transparent 100%); }

.atbs-carousel-gallery-posts__thumbs .slide-content {
  width: 70px;
  height: auto;
  margin: 0 5px; }
  @media (min-width: 768px) {
    .atbs-carousel-gallery-posts__thumbs .slide-content {
      width: 120px; } }

/* -----------------------------------------------------------------
## Video Box
----------------------------------------------------------------- */
.atbs-video-box__inner {
  background: #2B2D32; }
  @media (min-width: 992px) {
    .atbs-video-box__inner {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.atbs-video-box__player {
  padding: 20px 20px 0; }
  @media (min-width: 992px) {
    .atbs-video-box__player {
      width: 70%; } }
  .atbs-video-box--fullwidth-bg .atbs-video-box__player {
    padding: 0 20px 0 0; }

.atbs-video-box__player .atbs-responsive-video {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.04); }

.atbs-video-player__info {
  position: relative;
  padding: 20px;
  color: #fff; }
  .atbs-video-player__info a {
    color: #fff; }
  .atbs-video-player__info .post__meta {
    color: rgba(255, 255, 255, 0.6); }

.atbs-video-player__play-icon {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.8); }
  @media (min-width: 768px) {
    .atbs-video-player__play-icon {
      font-size: 120px; } }

.atbs-video-box__playlist {
  height: 320px;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  box-shadow: inset 0 13px 8px -6px rgba(0, 0, 0, 0.2), inset 0 -13px 8px -6px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .atbs-video-box__playlist {
      height: auto;
      width: 30%; } }

@media (min-width: 992px) {
  .atbs-video-box__playlist ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0; } }

.atbs-video-box__playlist li {
  cursor: pointer;
  padding: 10px 20px; }
  .atbs-video-box__playlist li:hover {
    background: rgba(0, 0, 0, 0.2); }
  .atbs-video-box__playlist li.is-playing {
    background: rgba(0, 0, 0, 0.5); }

.atbs-video-box__playlist .post__thumb img {
  width: 100%;
  height: auto; }

.atbs-video-box__playlist .is-playing .post__thumb:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }
.atbs-video-box__playlist .is-playing .post__thumb:after {
  
  content: 'Now playing';
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase; }

.atbs-video-box__playlist .post__meta {
  margin-top: 0; }

/*---- Videos box overlap ----*/
@media (min-width: 992px) {
  .atbs-video-box--overlap {
    padding-top: 30px; } }

.atbs-video-box--overlap .atbs-video-player__info {
  padding: 20px; }

.atbs-video-box--overlap .atbs-video-box__inner {
  background: #2B2D32; }

@media (min-width: 992px) {
  .atbs-video-box--overlap .atbs-video-box__player {
    margin-top: -30px;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px; } }

.atbs-video-box--overlap .atbs-responsive-video {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.04); }

.atbs-video-box--overlap .atbs-video-box__playlist {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 13px 8px -6px rgba(0, 0, 0, 0.2), inset 0 -13px 8px -6px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .atbs-video-box--overlap .atbs-video-box__playlist {
      box-shadow: inset 0 13px 8px -6px rgba(0, 0, 0, 0.2), inset 0 -13px 8px -6px rgba(0, 0, 0, 0.2), inset 13px 0 10px -6px rgba(0, 0, 0, 0.3); } }

/* =============================================================================
## PAGES
============================================================================= */
/* -----------------------------------------------------------------
## 404
----------------------------------------------------------------- */
.page-404-logo {
  margin-bottom: 60px; }

.page-404-image {
  margin-bottom: 30px; }

.page-404-search {
  max-width: 400px;
  margin: auto; }

/* -----------------------------------------------------------------
## Archives
----------------------------------------------------------------- */
.page-heading {
  position: relative; }
  .atbs-block .page-heading {
    margin-bottom: 30px; }

.page-heading__title {
  margin: 0;
  
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .page-heading__title {
      font-size: 1.8rem; } }

.page-heading__subtitle {
  max-width: 40em;
  margin-top: 0.6em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.2857rem; }

.page-heading--inverse .page-heading__title {
  position: relative;
  color: #fff; }

.page-heading--inverse .page-heading__subtitle {
  position: relative;
  color: rgba(255, 255, 255, 0.8); }

.page-heading--center {
  text-align: center; }
  .page-heading--center .page-heading__title,
  .page-heading--center .page-heading__subtitle {
    margin-left: auto;
    margin-right: auto; }

.page-heading--has-background {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f8f8f8;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); }
  @media (min-width: 768px) {
    .page-heading--has-background {
      padding-top: 40px;
      padding-bottom: 40px; } }

/* -----------------------------------------------------------------
## Coming Soon
----------------------------------------------------------------- */
.page-coming-soon .site-wrapper {
  position: relative; }

.page-coming-soon .page-content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 100vh;
  position: relative;
  padding: 50px 0; }

.page-coming-soon .site-logo {
  margin-bottom: 60px;
  text-align: center; }

.page-coming-soon .social-list {
  font-size: 24px; }

.page-coming-soon .atbs-countdown {
  margin: 60px auto;
  text-align: center; }

.page-coming-soon .countdown__section {
  display: inline-block;
  min-width: 60px;
  margin: 0 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .page-coming-soon .countdown__section {
      min-width: 80px;
      margin: 0 20px; } }
  @media (min-width: 992px) {
    .page-coming-soon .countdown__section {
      min-width: 100px;
      margin: 0 30px; } }

/* -----------------------------------------------------------------
## Single
----------------------------------------------------------------- */
.single-entry-section {
  margin-top: 40px; }

.single-header-wrap {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .single-header-wrap {
      margin-bottom: 30px; } }

.single-header {
  margin: 20px 0; }
  .single-header:first-child {
    margin-top: 0; }

.single-header__content {
  position: relative; }

.single-header .entry-title {
  max-width: 970px;
  font-size: 2.027rem;
  font-weight: 700;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .single-header .entry-title {
      font-size: 2.986rem;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    .single-header .entry-title {
      font-size: 3.052rem;
      line-height: 1.2; } }

@media (min-width: 992px) {
  .single-header .entry-title--lg {
    font-size: 3.815rem;
    line-height: 1.1; } }

.single-header--center .entry-title {
  margin-left: auto;
  margin-right: auto; }

.single-header > *:first-child,
.single-header .post__header-inner > *:first-child,
.single-content > *:first-child,
.single-content .entry-content > *:first-child {
  margin-top: 0; }

.single-header > *:last-child,
.single-header .post__header-inner > *:last-child {
  margin-bottom: 0; }

.single-header .post__header-inner {
  max-width: 940px; }

.entry-teaser {
  margin: 1em 0;
  font-size: 18px;
  font-size: 1.28571rem;
  font-style: italic;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    .entry-teaser {
      font-size: 20px;
      font-size: 1.42857rem;
      line-height: 1.4; } }
  .inverse-text .entry-teaser {
    color: rgba(255, 255, 255, 0.8); }

@media (min-width: 768px) {
  .entry-teaser--lg {
    font-size: 18px;
    font-size: 1.2857rem; } }

.single-header .entry-teaser {
  max-width: 40em; }

.single-header--center .entry-teaser {
  margin-left: auto;
  margin-right: auto; }

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

.entry-interaction {
  margin: 15px 0; }
  .entry-interaction:first-child {
    margin-top: 0; }
  .entry-interaction:last-child {
    margin-bottom: 0; }

.entry-interaction--border-top {
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.entry-interaction--horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .entry-interaction--horizontal > div {
    margin-top: 5px;
    margin-bottom: 5px; }

.entry-interaction__left:not(:last-child) {
  margin-right: 15px; }

.single-entry-thumb,
.single-entry-featured-media {
  margin-bottom: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08); }
  @media (max-width: 767px) {
    .single-entry-thumb,
    .single-entry-featured-media {
      margin-left: -15px;
      margin-right: -15px; } }
  .single-entry-thumb:last-child,
  .single-entry-featured-media:last-child {
    margin-bottom: 0; }

.single-entry-featured-media-wrap {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .single-entry-featured-media-wrap {
      margin-bottom: 30px; } }

.single-content::after,
.entry-content::after {
  clear: both;
  content: "";
  display: table; }

/*
 * Post sharing
 *--------------------*/
.post-sharing > ul {
  display: inline-block;
  margin: -4px -2px;
  padding: 0;
  line-height: 0;
  list-style: none;
  vertical-align: middle; }

.post-sharing > ul > li {
  display: inline-block;
  margin: 4px 2px;
  line-height: 0; }

.post-sharing--simple .sharing-btn {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  
  color: #fff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .post-sharing--simple .sharing-btn {
      height: 34px;
      width: 34px; } }

.post-sharing--simple .sharing-btn i {
  font-size: 12px;
  font-size: 0.8571rem; }
  @media (min-width: 768px) {
    .post-sharing--simple .sharing-btn i {
      font-size: 14px;
      font-size: 1rem; } }

.post-sharing--simple .sharing-btn > * {
  line-height: 30px; }
  @media (min-width: 768px) {
    .post-sharing--simple .sharing-btn > * {
      line-height: 34px; } }

@media (min-width: 768px) {
  .post-sharing--simple .sharing-btn-primary {
    width: auto;
    padding: 0 15px; } }

.post-sharing--simple .sharing-btn-primary .sharing-btn__text {
  display: none; }
  @media (min-width: 768px) {
    .post-sharing--simple .sharing-btn-primary .sharing-btn__text {
      display: inline-block;
      margin-left: 0.4em; } }

.entry-action-btn {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  height: 30px;
  min-width: 60px;
  padding: 0 10px;
  border-radius: 2px;
  background: #FC3C2D;
  
  color: #fff !important;
  font-size: 12px;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
  .entry-action-btn:hover, .entry-action-btn:active, .entry-action-btn:focus {
    color: inherit;
    text-decoration: none; }
  @media (min-width: 768px) {
    .entry-action-btn {
      height: 34px;
      min-width: 80px;
      padding: 0 14px;
      font-size: 14px; } }
  .entry-action-btn:not(:first-child) {
    margin-left: 5px; }
  .entry-action-btn i {
    margin-right: 0.4em;
    font-size: 1.2em; }
  .entry-action-btn span {
    vertical-align: middle; }

.entry-action-btn > * {
  line-height: 30px; }
  @media (min-width: 768px) {
    .entry-action-btn > * {
      line-height: 34px; } }

/*---- Single center ----*/
.post--single-center .single-header,
.post--single-center .post__header-inner,
.post--single-center .entry-teaser {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/*---- Single thumb top ----*/
@media (max-width: 767px) {
  .single-entry--template-2 .post--single.has-post-thumbnail .single-entry-thumb {
    margin-top: -20px; } }

.single-entry--template-2-alt .single-billboard .background-img:after {
  background-color: transparent;
  background-image: -webkit-linear-gradient(-270deg, 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: 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%);
  opacity: 1; }

/*---- Single billboard ----*/
.single-billboard {
  min-height: 480px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .single-billboard {
      min-height: 580px; } }
  @media (min-width: 992px) {
    .single-billboard {
      min-height: 680px;
      margin-bottom: 30px; } }

.single-billboard--sm {
  min-height: 280px; }
  @media (min-width: 768px) {
    .single-billboard--sm {
      min-height: 380px; } }
  @media (min-width: 992px) {
    .single-billboard--sm {
      min-height: 480px; } }

.single-billboard .single-billboard__inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  min-height: 480px; }
  @media (min-width: 768px) {
    .single-billboard .single-billboard__inner {
      min-height: 580px; } }
  @media (min-width: 992px) {
    .single-billboard .single-billboard__inner {
      min-height: 680px; } }

.single-billboard .single-header {
  width: 100%;
  margin: 0;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .single-billboard .single-header {
      padding: 30px 0; } }

.single-entry--billboard-floorfade.single-entry--no-sidebar .single-billboard {
  margin-bottom: 10px; }

.single-entry--billboard-floorfade .single-billboard .single-header {
  position: relative; }
  .single-entry--billboard-floorfade .single-billboard .single-header:before {
    content: '';
    position: absolute;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(-270deg, 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: 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%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

/*---- Single overlap thumb ----*/
.single-entry--template-4 .single-header-with-bg,
.single-entry--template-4-alt .single-header-with-bg {
  margin-bottom: 20px;
  padding-top: 20px;
  background-color: #12162d;
  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"); }
  @media (min-width: 768px) {
    .single-entry--template-4 .single-header-with-bg,
    .single-entry--template-4-alt .single-header-with-bg {
      padding-top: 40px; } }
  @media (min-width: 992px) {
    .single-entry--template-4 .single-header-with-bg,
    .single-entry--template-4-alt .single-header-with-bg {
      margin-bottom: 30px; } }

.single-entry--template-4-alt .single-header-with-bg {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05) inset;
  background-color: #fafafa;
  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"); }

.single-entry--template-4 .single-header,
.single-entry--template-4-alt .single-header {
  position: relative;
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .single-entry--template-4 .single-header,
    .single-entry--template-4-alt .single-header {
      margin-bottom: 90px; } }

.single-entry--template-4.has-no-thumb .single-header,
.single-entry--template-4-alt.has-no-thumb .single-header {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .single-entry--template-4.has-no-thumb .single-header,
    .single-entry--template-4-alt.has-no-thumb .single-header {
      margin-bottom: 40px; } }

.single-entry--template-4 .single-entry-thumb,
.single-entry--template-4 .single-entry-featured-media,
.single-entry--template-4-alt .single-entry-thumb,
.single-entry--template-4-alt .single-entry-featured-media {
  position: relative;
  margin-top: -70px;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 992px) {
    .single-entry--template-4 .single-entry-thumb,
    .single-entry--template-4 .single-entry-featured-media,
    .single-entry--template-4-alt .single-entry-thumb,
    .single-entry--template-4-alt .single-entry-featured-media {
      margin-top: -90px; } }

.single-entry--template-4.single-entry--no-sidebar .single-entry-thumb,
.single-entry--template-4.single-entry--no-sidebar .single-entry-featured-media,
.single-entry--template-4-alt.single-entry--no-sidebar .single-entry-thumb,
.single-entry--template-4-alt.single-entry--no-sidebar .single-entry-featured-media {
  margin-bottom: 15px; }

/*---- Single cover blur ----*/
.single-entry--billboard-blur.single-entry--no-sidebar .single-billboard {
  margin-bottom: 10px; }

.single-entry--billboard-blur .single-header {
  padding-bottom: 0; }

.single-entry--billboard-blur .single-header__inner {
  position: relative;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden; }
  @media (min-width: 768px) {
    .single-entry--billboard-blur .single-header__inner {
      padding: 30px 40px; } }

.single-entry--billboard-blur .single-billboard .background-img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  /* fix chrome blur edge */ }

/*---- Single billboard overlap thumb ----*/
.single-entry--billboard-overlap-title-aside .single-billboard {
  background-color: #12162d;
  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"); }

.single-entry--billboard-overlap-title-aside.single-entry--no-sidebar .single-billboard {
  margin-bottom: 10px; }

.single-entry--billboard-overlap-title-aside .single-billboard__inner {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 300px; }
  @media (min-width: 768px) {
    .single-entry--billboard-overlap-title-aside .single-billboard__inner {
      min-height: 420px; } }
  @media (min-width: 992px) {
    .single-entry--billboard-overlap-title-aside .single-billboard__inner {
      min-height: 520px; } }

@media (min-width: 768px) {
  .single-entry--billboard-overlap-title-aside .single-billboard .background-img {
    left: 40%; } }

@media (min-width: 768px) {
  .single-entry--billboard-overlap-title-aside .single-header__inner {
    max-width: 70%; } }
@media (min-width: 992px) {
  .single-entry--billboard-overlap-title-aside .single-header__inner {
    max-width: 50%; } }

.single-entry--billboard-overlap-title-aside .single-header .entry-title,
.single-entry--billboard-overlap-title-aside .single-header .entry-teaser {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

@media (min-width: 768px) {
  .single-entry--billboard-overlap-title-aside .single-header .entry-teaser,
  .single-entry--billboard-overlap-title-aside .single-header .entry-meta {
    max-width: 70%; } }

/*---- Single cover gradient ----*/
.post--single-cover-gradient .single-header {
  background-image: -webkit-linear-gradient( bottom , #fc3c2d 0%, rgba(252, 60, 45, 0.7) 50%, rgba(252, 60, 45, 0) 100%);
  background-image: linear-gradient(to top, #fc3c2d 0%, rgba(252, 60, 45, 0.7) 50%, rgba(252, 60, 45, 0) 100%); }

/*---- Single cover small ----*/
.post--single-cover-small .post--single__cover--small {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08); }
  @media (min-width: 768px) {
    .post--single-cover-small .post--single__cover--small {
      margin-left: 0;
      margin-right: 0; } }

.post--single-cover-small .post__header-inner {
  padding: 30px; }
  @media (min-width: 1200px) {
    .post--single-cover-small .post__header-inner {
      padding: 30px 40px; } }

/*---- Single overlap title ----*/
.single-entry--billboard-overlap-title .single-billboard {
  height: 320px; }
  @media (min-width: 992px) {
    .single-entry--billboard-overlap-title .single-billboard {
      height: 420px; } }

.single-entry--billboard-overlap-title .single-header {
  position: relative;
  background: #fff; }
  .single-entry--billboard-overlap-title .single-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .single-entry--billboard-overlap-title .single-header:before {
      height: 150px; } }

.single-entry--billboard-overlap-title .single-header--has-background {
  margin-bottom: 10px; }

.single-entry--billboard-overlap-title .has-post-thumbnail .single-header {
  margin-top: -80px; }
  @media (min-width: 768px) {
    .single-entry--billboard-overlap-title .has-post-thumbnail .single-header {
      margin-top: -110px; } }

.single-entry--billboard-overlap-title .single-header__inner {
  position: relative;
  padding: 20px 20px 0;
  background: #fff; }
  @media (min-width: 768px) {
    .single-entry--billboard-overlap-title .single-header__inner {
      padding: 20px 40px 0; } }

.single-entry--billboard-overlap-title .single-header--has-background .single-header__inner {
  padding-bottom: 20px; }

.single-entry--billboard-overlap-title .single-header--fullwidth {
  margin-bottom: 40px; }

.single-entry--billboard-overlap-title .single-header--svg-bg {
  background-color: #12162d;
  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"); }
  .single-entry--billboard-overlap-title .single-header--svg-bg:before {
    content: none; }

.single-entry--billboard-overlap-title .single-header--svg-bg .single-header__inner {
  background: transparent; }

/*---- Single video ----*/
.single-billboard--video {
  min-height: auto;
  padding: 20px 0;
  background-color: #111; }
  @media (min-width: 768px) {
    .single-billboard--video {
      padding: 40px 0; } }

.single-billboard--video .single-billboard__background {
  opacity: 0.4; }

/*---- Post single body ----*/
.post--single .single-body {
  margin: 2em auto;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .post--single .single-body {
      font-size: 17px;
      font-size: 1.21429rem; } }
  @media (min-width: 1200px) {
    .post--single .single-body {
      padding-left: 60px;
      padding-right: 60px; } }

.single-content > .single-body:first-child {
  margin-top: 0; }

.single-body p {
  margin-bottom: 1.6em; }

.single-body .atbs-gallery-wrap {
  margin-top: 2em;
  margin-bottom: 2em; }

.single-body .atbs-post-media-wide {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 768px) {
    .single-body .atbs-post-media-wide {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .single-body .atbs-post-media-wide {
      margin-left: -60px;
      margin-right: -60px; } }

.single-body .atbs-post-media-wide .wp-caption-text {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .single-body .atbs-post-media-wide .wp-caption-text {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 992px) {
  .single-body--wide {
    padding-left: 80px;
    padding-right: 80px; } }

@media (min-width: 992px) {
  .single-body--wide .atbs-post-media-wide {
    margin-left: -80px;
    margin-right: -80px; } }

@media (min-width: 1200px) {
  .single-body .atbs-pagination {
    margin-left: -60px;
    margin-right: -60px; } }

@media (min-width: 992px) {
  .single-body--wide .atbs-pagination {
    margin-left: -80px;
    margin-right: -80px; } }

/*---- WordPress core ----*/
/* Alignment */
.alignleft {
  float: left;
  margin: 0.8em 1.6em 1.6em 0; }
  @media (min-width: 1200px) {
    .alignleft {
      margin-left: -60px; } }
  @media (min-width: 992px) {
    .post--single .single-body--wide .alignleft {
      margin-left: -80px; } }

.alignright {
  float: right;
  margin: 0.8em 0 1.6em 1.6em; }
  @media (min-width: 1200px) {
    .alignright {
      margin-right: -60px; } }
  @media (min-width: 992px) {
    .post--single .single-body--wide .alignright {
      margin-right: -80px; } }

.aligncenter {
  clear: both;
  display: block;
  margin: 0.8em auto; }

/*  Caption */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.6em;
  text-align: inherit; }

.wp-caption .wp-caption-text,
.wp-caption-dd {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  font-size: 0.8em; }

.wp-caption.alignleft {
  margin: 0.8em 1.6em 1.6em 0;
  text-align: left; }

.wp-caption.alignright {
  margin: 0.8em 0 1.6em 1.6em;
  text-align: right; }

.wp-caption.aligncenter {
  margin: 0.8em auto;
  text-align: center; }

/* Galleries */
[class*="gallery-columns-"] {
  margin: 0 -1.79104477%; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery .gallery-caption {
  color: rgba(0, 0, 0, 0.44);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 7px 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }

/*---- Single footer ----*/
.entry-info {
  margin: 15px 0;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .entry-info::after {
    clear: both;
    content: "";
    display: table; }

@media (min-width: 768px) {
  .entry-tags {
    text-align: right; } }

.entry-tags__icon,
.entry-categories__icon {
  margin-right: 0.2em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px; }

.entry-tags ul,
.entry-categories ul {
  display: inline-block;
  margin: -4px;
  padding: 0;
  vertical-align: middle;
  list-style: none; }

.entry-tags ul > li,
.entry-categories ul > li {
  display: inline-block;
  margin: 4px;
  line-height: 1; }

.entry-tags ul > li > a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-size: 0.8571rem; }
  .entry-tags ul > li > a:hover {
    color: rgba(0, 0, 0, 0.8); }

.entry-tags ul > li:not(.entry-tags__icon) > a:before {
  content: '#'; }

/*---- Review box ----*/
.atbs-review {
  padding-top: 25px;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.1429rem; }
  @media (min-width: 1200px) {
    .single-body .atbs-review:not(.atbs-review--aside) {
      margin-left: -60px;
      margin-right: -60px; } }
  @media (min-width: 1200px) {
    .single-body--wide .atbs-review:not(.atbs-review--aside) {
      margin-left: -80px;
      margin-right: -80px; } }

.atbs-review__inner {
  padding: 20px;
  border-radius: 3px;
  background: #fafafa; }
  @media (min-width: 768px) {
    .atbs-review__inner {
      padding: 30px; } }

.atbs-review__inner > *:not(:last-child) {
  margin-bottom: 20px; }

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

.atbs-review__product {
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px; }

.atbs-review__product-image {
  width: 60px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.08); }
  @media (min-width: 768px) {
    .atbs-review__product-image {
      width: 70px; } }

.atbs-review .atbs-review__product-name {
  margin-top: 0;
  margin-bottom: 0; }

.atbs-review__product-byline {
  color: rgba(0, 0, 0, 0.4); }

.atbs-review__overall-score {
  text-align: center; }
  @media (min-width: 768px) {
    .atbs-review__overall-score {
      margin-top: -40px; } }
  @media (min-width: 1200px) {
    .atbs-review__overall-score {
      margin-top: -50px; } }

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

.atbs-review .atbs-review__list-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase; }

.atbs-review__pros ul,
.atbs-review__cons ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.atbs-review__pros ul i,
.atbs-review__cons ul i {
  margin-right: 0.4em; }

.atbs-review__pros ul i {
  color: #59d66f; }

.atbs-review__cons ul i {
  color: #fa3f40; }

/* Review box aside */
.atbs-review--aside {
  width: 100%;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .atbs-review--aside {
      width: 300px; } }

.atbs-review--aside .atbs-review__inner {
  padding: 20px;
  font-size: 0.9em; }

.atbs-review--aside .atbs-review__overall-score {
  margin-top: -45px; }

.atbs-review--aside .atbs-review__product-image {
  width: 50px; }

/*---- Author box ----*/
.author-box {
  position: relative;
  padding: 30px;
  background: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.author-box .author-avatar {
  height: 100px;
  width: 100px;
  margin: -50px auto 20px;
  border-radius: 100%;
  border: 4px solid #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.04); }
  @media (min-width: 768px) {
    .author-box .author-avatar {
      margin: 0;
      position: absolute;
      top: 50%;
      right: auto;
      bottom: auto;
      left: -15px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); } }

.author-box .author-avatar img {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-box__text {
  text-align: center; }
  @media (min-width: 768px) {
    .author-box__text {
      padding-left: 80px;
      text-align: left; } }

.author-box .author-name span {
  color: rgba(0, 0, 0, 0.4); }

.author-box .author-name a {
  
  color: rgba(0, 0, 0, 0.8);
  color: #FC3C2D;
  font-size: 110%;
  font-weight: 700;
  text-transform: uppercase; }

.author-box .author-bio {
  margin: 15px 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px; }

.author-box .author-info {
  color: rgba(0, 0, 0, 0.6);
  text-align: center; }
  @media (min-width: 768px) {
    .author-box .author-info {
      text-align: left; } }

.author-box .author-info a,
.author-box .author-bio a {
  color: rgba(0, 0, 0, 0.6); }
  .author-box .author-info a:hover, .author-box .author-info a:focus, .author-box .author-info a:active,
  .author-box .author-bio a:hover,
  .author-box .author-bio a:focus,
  .author-box .author-bio a:active {
    color: rgba(0, 0, 0, 0.8); }
.author-box .author-info a svg {
  margin-bottom: -3px;
}
.author-box .author-socials ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

.author-box .author-socials a {
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
  text-decoration: none; }

@media (min-width: 768px) {
  .author-box .author-all-posts {
    text-align: right; } }

.author-box .author-all-posts__link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none; }

/*---- Posts navigation ----*/
.posts-navigation {
  padding-bottom: 20px; }

.posts-navigation .post--overlay .post__text {
  min-height: 200px; }

.posts-navigation .post--overlay .post__text-wrap {
  padding-bottom: 15px; }

.posts-navigation__prev,
.posts-navigation__next {
  position: relative; }
  @media (min-width: 768px) {
    .posts-navigation__prev,
    .posts-navigation__next {
      width: 50%;
      float: left; } }

@media (min-width: 768px) {
  .posts-navigation__prev {
    padding-right: 10px; } }
.posts-navigation__prev:not(:only-child) {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .posts-navigation__prev:not(:only-child) {
      margin-bottom: 0; } }
.posts-navigation__prev i {
  margin-right: 0.4em; }

.posts-navigation__next {
  text-align: right; }
  @media (min-width: 768px) {
    .posts-navigation__next {
      padding-left: 10px; } }
  .posts-navigation__next i {
    margin-left: 0.4em; }

.posts-navigation__label {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 35px;
  
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  color: #fff !important;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%); }
  .posts-navigation__label:hover, .posts-navigation__label:active, .posts-navigation__label:focus {
    color: inherit;
    text-decoration: none; }
  .posts-navigation__label:before {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: 20px;
    background: #FC3C2D;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .posts-navigation > div:hover .posts-navigation__label:before {
    left: 0;
    right: 0; }

@media (min-width: 768px) {
  .posts-navigation__prev .posts-navigation__label {
    right: 10px; } }

@media (min-width: 768px) {
  .posts-navigation__next .posts-navigation__label {
    left: 10px; } }

.posts-navigation__label span {
  position: relative; }

/*---- Comments section ----*/
.comments-title {
  
  margin: 0 0 2em 0;
  padding-top: 20px;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .comments-title {
      font-size: 1.3rem; } }
  .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: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.comment-list ol.children {
  position: relative;
  padding: 0 0 0 30px;
  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: 65px;
  margin-bottom: 20px; }

.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: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  left: -65px;
  border-radius: 4px; }
  .bypostauthor > .comment-body .comment-author > img {
    border: 2px solid var(--color-primary); }

.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: 36px;
  width: 36px;
  left: -51px; }

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

.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 {
  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-content > *: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: none; }
  .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: none; }

.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"] {
  background: #FC3C2D;
  color: #fff; }
  .comment-form .form-submit input[type="submit"]:active, .comment-form .form-submit input[type="submit"]:focus, .comment-form .form-submit input[type="submit"]:hover {
    background: #ef392b;
    color: #fff; }

/* =============================================================================
## THEMES
============================================================================= */
/* -----------------------------------------------------------------
## Skin
----------------------------------------------------------------- */
/*# sourceMappingURL=style.css.map */
.post-single--inner .single-body__inner{
  float: right;
    width: calc(100% - 100px);
}

@charset "UTF-8";

/*************************
*
*  Animation
*
*************************/
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}


/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*************************
*
*  General
*
*************************/
.background-img {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-40 {
    margin-top: 40px;
}

/* ===============================================================
    ## fonts - meta
 =================================================================*/

/*font-wight: 100*/
.widget-instagram .entry-author span {
    font-weight: 100;
}

/*font-wight: 100*/

/*font-wight: 300*/
.widget-follow span,
.category-list li a,
.post__excerpt,
.menu-footer ul > li a,
.about__text time,
.atbs-pagination__item,
.post__social > ul > span,
.widget-about-me .about-bio,
.single-footer .entry-tags ul > li > a.post-tag,
.category-tile__text,
.navigation--footer li a,
.author-box .author-bio,
time,
a.post__cat.cat-style-2,
a.post__cat,
.navigation--main > li > a,
.author-bio,
.block-heading p,
.post-date span,
.category-tile,
.widget-posts-list-nothumbnail .post-date time,
.post-datetime time {
    font-weight: 400;
}

/*end font-wight: 300*/


/*font-wight: 400*/
.view-all-post,
.post-date time,
.trendding__content-title,
#menu-footer-menu li > a,
.widget-posts--vertical-list .post-number,
.about__bio-text,
.view-all a,
.category-tile__name,
.post--horizontal-xxs .post__title,
.atbs-post--grid-a .big-post--vertical .post__title,
.error-sub-title,
.atbs-post--grid-c .big-post--vertical .post__title,
.trending__readmore a {
    font-weight: 400;
}

/*end font-wight: 400*/

/*font-wight: 500*/

.icon-menu span,
.list-post--nothumbnail li .post__title,
span.entry-author,
.slider-post-b .owl-dot span,
.author__text,
.widget-instagram .entry-author a,
.comments-title,
.date-style-2 time,
.widget-posts-list h3.post__title,
.post-author span,
.baker-author .author-name,
.button__readmore,
.widget-post-nothumbnail .post-number,
.block-heading--line-under .block-heading__title,
.post__title.typescale-2,
.post__title.typescale-4, .entry-title.typescale-4,
.post--grid-featured .big-post--vertical .post__title,
.post__title,
a.entry-author__name {
    font-weight: 500;
}

/*end font-wight: 500*/

/* font-wight: 600*/
.atbs-news-ticker__heading span,
.widget__title-text,
.post-th,
.widget-about-me a.author-name,
.slider-post .post__title,
.big-widget-posts-list .post__title,
.subscribe-form__text p,
.heading__title-st-3 h4.block-heading__title,
.heading-style-2 .block-heading__title {
    font-weight: 600;
}

/*end font-wight: 600*/


/*font-wight: 700*/
.author-lable,
.number-post,
.list-post--horizontal__title h4,
.nextBtn,
.follow-name,
.trending__title h3,
.slider-post__title h4,
.post-day,
.block-heading h4,
.error-sub-title span,
.post-number,
.subscriber-title,
.widget-posts--vertical-list .post__title,
.about__category-tile,
.owl-dot span,
.itemnumber-dot,
.widget-about-me time,
.goback a,
.post__title.typescale-0,
.copyright,
.atbs-404-block h1 {
    font-weight: bold;
}

/*end font-wight: 700*/

/*end font-wight: 800*/
/* font-wight: 900*/

/*end font-wight: 900*/

/*header design */


/* all css design*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

}


@media (min-width: 768px) {
    .post--horizontal-xs .post__thumb {
        width: 80px;
        float: left;
        margin: 0 25px 0 0;
    }

}

.height-xxs .post__thumb {
    height: 70px;
}

.height-xs .post__thumb {
    height: 120px;
}

.height-sm .post__thumb {
    height: 220px;
}

.height-md .post__thumb {
    height: 420px;
}

.height-lg .post__thumb {
    height: 620px;
}

.post--horizontal-xs .post__cat {
    margin-bottom: 0px;
}

.post--horizontal-xxs .post__cat {
    margin-bottom: 0px;
}

.post__excerpt {
    max-width: 330px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 20px;
    color: var(--color-excerpt);
}

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

.excerpt-style-2 {

}

a.post__cat {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 12px;
    color: #888888;
    line-height: 1;
    text-transform: uppercase;
}

a.post__cat:hover {
    color: var(--color-primary);
}

.inverse-text a.post__cat {
    color: #fff;
}

.cat-style-2 {
    background: var(--color-primary);
    color: #222;
    border-bottom: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

a.post__cat.cat-style-2 {
    background: var(--color-primary);
    color: #222;
    border-bottom: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}


.post__title {
    position: relative;
    text-transform: uppercase;


}

.post__title.title-style-2 {
    max-width: 270px;
    margin-bottom: -10px;
}

.post__title.title-style-2 {


    position: relative;
    z-index: 3;
}

.post__title.title-style-2 a {
    display: inline;
    position: relative;
    margin: 0;
}

.title-style-2 a:before {
    content: "";
    background: var(--color-primary);
    position: absolute;
    width: 100%;
    height: 15px;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 5px 0 0 var(--color-primary), -2px 0 0 var(--color-primary);
    box-shadow: 5px 0 0 var(--color-primary), -2px 0 0 var(--color-primary);
    z-index: -1;

}

.big-post--vertical .post__title {
    max-width: 440px;

    float: right;
}

/**/
.typescale-38 {
    font-size: 38px;
}

.typescale-38.title-style-2 a:before {
    content: "";
    height: 24px;
    width: 100%;
}

@media (max-width: 991px) {
    .typescale-38 {
        font-size: 24px;
    }

    .typescale-38.title-style-2 a:before {
        content: "";
        height: 18px;
    }

    .typescale-4 {
        font-size: 24px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .typescale-38 {
        font-size: 22px;
        line-height: 1.4;
    }

    .typescale-4 {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    .typescale-38 {
        font-size: 20px;
        line-height: 1.4;
    }
}

/**/

.typescale-36.title-style-2 a:before {
    content: "";
    height: 24px;

}

.list-space-xxxl {
    margin: -20px -30px;

}

.list-space-xxxl > li {
    padding: 20px 30px;
    float: left;
    width: 50%;
}

.author__text {
    font-size: 13px;
    color: #222222;
}

.author__text .author-name {
    text-decoration: none;
    color: #222222;

}

.author-name {
    text-transform: capitalize;
}

.post-date {
    font-size: 13px;
    color: #888888;
}

.entry-author {
    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;
    margin-top: 30px;
}

.entry-author a {
    display: block;
    font-size: 14px;
    color: #222222;
}

.entry-author .author-name {
    opacity: 0.7;
}

.author-avatar {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    margin-right: 20px;
}

.entry-author img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.button__readmore {
    text-transform: uppercase;
    color: #222222;
    font-size: 12px;
    text-decoration: none;
}

a.button__readmore:hover {
    color: #222222;
    text-decoration: none;
}

.readmore-style-2 .button__readmore {
    padding: 0px 45px;
    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;
    -ms-flex-align: center;
    align-items: center;
}

.readmore-style-2 .button__readmore-text {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-post {
    color: #7f7f7f;
    padding: 10px 15px;
    text-align: center;
    display: block;
}

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

.category-tile__wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
}

.category-tile {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.category-tile.category-main {
    font-size: 88px;
    color: var(--color-heading);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 33px;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 200px;
    z-index: 5;
}

.category-item:nth-child(n+2) {
    margin-top: 20px;
}

.category-tile__name {
    color: #222;
    border-bottom: 0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.category-tile__text {
    padding: 0;
    font-size: 12px;
    opacity: 0;
}

.category-tile:hover .category-tile__text {
    opacity: 1;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -oz-transition: 0.3s all ease;
}

.category-item.entry-tags {
    text-align: left;
}

.post-date time {
    font-size: 12px;
    letter-spacing: 2px;
}

.post-date span {
    display: block;
    color: var(--color-primary);
}

span.post-th {
    text-transform: uppercase;
    font-size: 12px;
    color: #7a7a7a;
}

/*=================absolute*/
.text-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.text-top-left {
    position: absolute;
    left: 0;
    top: 0;
}

.text-top-right {
    position: absolute;
    right: 0;
    top: 0;
}

.text-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*============absolute*/
.post-excerpt-read {
    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;
    -ms-flex-align: center;
    align-items: center;
}

.post-excerpt-read .post__excerpt {
    margin-top: 0;
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-background {
    background: #111111;
    padding: 35px;
}

.white-background {
    background: #fff;
}

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

/*version color */
.color-white {
    color: #fff;
}

.color-grey, span.color-grey, a.color-grey {
    color: #838383;
}

.color-logo {
    color: var(--color-primary);
}

a.color-white, span.color-white {
    color: #fff;
}

.color-white:before {
    background: #fff;
}

.background-c-logo {
    background: var(--color-primary);
    color: #fff;
}

.icon-post.background-c-logo {
    border-color: var(--color-primary);
}

/*version color */
.flex-center {
    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;
    -ms-flex-align: center;
    align-items: center;
}

.flex-1 {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


/*-===================================================
block-heading
-=====================================================*/
.block-heading {
    display: block;
    margin-bottom: 60px;
}

.heading__title-st-3 .block-heading__title {
    font-size: 40px;
    position: relative;
    float: left;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    padding: 0px 50px;
    line-height: 1;
}

.heading__title-st-3 .block-heading__title:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #8888884d;
    width: 200px;
    right: 100%;
    top: 50%;
}

.heading__title-st-3 .block-heading__title:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #8888884d;
    width: 200px;
    left: 100%;
    top: 50%;
}

.heading-style-2 {

}

.heading-style-2 .block-heading__title {
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
    padding-left: 5px;
    z-index: 1;
}

.heading-style-2 .block-heading__title:before {
    content: "";
    position: absolute;
    background: var(--color-primary);
    width: 134px;
    height: 17px;
    z-index: -1;
    bottom: 0;
    left: 0;
}


/*-===================================================
block-heading
-=====================================================*/

.atbs-pagination {
    margin-top: 70px;
    text-align: center;
}

/**/


.atbs-pagination .atbs-pagination__item {
    background: none;
    line-height: 1;
    padding: 0;
    border-radius: 0;
    height: 14px;
    min-width: 0px;
    position: relative;
    padding-bottom: 2px;
    font-size: 16px;
    color: #6b6a6a;
}

.atbs-pagination .atbs-pagination__item:nth-child(n+2) {
    margin-left: 25px;
}

.atbs-pagination .atbs-pagination-active__item {
    color: var(--color-title);
    background: var(--color-primary);
    width: 29px;
    height: 29px;
    border-radius: 100%;
    line-height: 29px;
    text-align: center;
}


/*big-post--horizontal*/
.atbs-block {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .big-post--horizontal .post__thumb {
        width: 58.6111%;
        margin-right: 60px;
    }

    .big-post--horizontal .post__text {

        padding-top: 30px;
    }

    .small-post--horizontal .post__text {

        padding-top: 30px;
    }
}

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

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

.header-logo--mobile img {
    padding: 0;
}

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

    .atbs-block {
        margin-bottom: 90px;
    }

    .atbs-main-col {
        width: 900px;
        padding-right: 35px;
    }

    .atbs-sub-col {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .heading__title-st-3 .block-heading__title {
        font-size: 54px;
    }

    .heading-style-2 .block-heading__title {
        font-size: 48px;
    }

}
@media (min-width: 768px) {

    .site-content {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1199px) {
    .block-heading__title {
        font-size: 54px;
    }

    .block-heading {
        margin-bottom: 50px;
    }

    .heading__title-st-3 .block-heading__title {
        font-size: 32px;
    }
}

@media (min-width: 991px) {
}

@media (max-width: 991px) {
    .atbs-sub-col {
        padding-top: 40px;
    }

    .heading__title-st-3 .block-heading__title {
        font-size: 28px;
    }

    .heading__title-st-3 .block-heading__title:before, .heading__title-st-3 .block-heading__title:after {
        width: 110px;
    }

    .category-item:nth-child(n+2) {
        margin-top: 15px;
    }

    .post__title.typescale-1 {
        font-weight: 700;
    }

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

@media (max-width: 767px) {
    .site-content {
        padding-top: 40px;
    }

    .heading__title-st-3 .block-heading__title {
        font-size: 22px;
        padding: 0px 20px;
    }

    .block-heading__title-sub {
        font-size: 13px;
    }

    .atbs-pagination {
        margin-top: 50px;
    }

    .atbs-block {
        margin-bottom: 70px;
    }
}

@media (min-width: 576px) and ( max-width: 767px) {
}

@media (max-width: 575px) {
    .site-content {
        padding-top: 30px;
    }

    .atbs-block {
        margin-bottom: 40px;
    }

    .block-heading {
        text-align: left;
        margin-bottom: 30px;
    }

    .heading__title-st-3 .block-heading__title {
        font-size: 20px;
    }

    .heading__title-st-3 .block-heading__title:before, .heading__title-st-3 .block-heading__title:after {
        width: 60px;
    }

    .block-heading__title-sub {
        font-size: 12px;
    }

    .heading-style-2 .block-heading__title {
        font-size: 26px;
    }

    .date-style-2 time {
        display: none;
    }

    .date-style-2 {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .excerpt-style-2 {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .block-heading__title {
        font-size: 32px;
    }

}

@media (max-width: 390px) {

}


/*************************
*
*   Header
*
*************************/
.header-main{

}
.navigation-bar{
    height: 50px;
    line-height: 50px;
    padding: 0px;
    border-bottom: 1px solid var(--color-border);
}
.site-header{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-main__inner{

    padding-top: 35px;
    padding-bottom:  40px;
    position: relative;
}
.header-main__inner:before{
    position: absolute;
    bottom:0;
    background: #e6e6e6;
    content:"";
    height: 1px;
    left:0;
    right:0;
    width: calc(100% - 30px);
    margin-left:auto;
    margin-right: auto;
}
/*
 ## logo head
*/

.header-logo img{
    height: 40px;
    width: auto;
    padding:0;
    position: relative;
    z-index: 1;
}

.header-main .list-horizontal > li:nth-child(n+2){
    margin-left:  5px;
}
.navigation-bar__section{
    overflow: unset;
}
.navigation-bar .header-logo{
    padding-right: 30px;
    position: relative;

}

.icon-menu img{
    height: 16px;
    width: auto;
}

.icon-menu {
    color:#222;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 1;
}
.icon-menu span{
    padding-left: 10px;
}
.icon-menu:focus{
    color:#222;
    text-decoration: none;
}
.icon-menu:hover {
    color:#222;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 1;
}
.navigation--offcanvas li > a:after{
    border-right: 3px solid var(--color-primary);
}
/*
 ## logo head
*/
/*
 ## logo head atbs-sticky-header
*/
#atbs-sticky-header .header-logo{

    height: 60px;
    line-height: 60px;
}
#atbs-sticky-header .navigation-bar {
    height: 60px;
    padding:0;
}
#atbs-sticky-header .navigation-bar .header-logo img {
    padding-top: 5px;
    padding-bottom: 5px;
}
.mobile-header{
    background: #fbfcfd;
}
/*
 ## logo head atbs-sticky-header
*/
#atbs-mobile-header .header-logo {

    height: 60px;
    line-height: 60px;
    padding-left: 0px;
    padding-right: 20px;
}
.header-logo--mobile img {
    height: 20px;
    width: auto;
}
.mobile-header{
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 767px)
{
    #atbs-mobile-header .header-logo {
        height: 50px;
        line-height: 50px;
        padding-left: 0px;
        padding-right: 20px;
    }
}
#atbs-offcanvas-primary img{
    height: 35px;
    width: auto;
}
#atbs-offcanvas-primary  .social-list {
    margin: 0 -0.4em;
}
#atbs-offcanvas-primary  .social-list a{
    font-size: 15px;
}
/**/
/*
 ## menu head
*/
.navigation--main > li.menu-item-has-children > a:after, .navigation--main .sub-menu > li.menu-item-has-children > a:after{
    content: '\e5c5';
}
.navigation--main > li > a:before{
    display: block;
    width: 15px;
    background-color: var(--color-primary);
    background: var(--color-primary);
}
.navigation--main > li.current-menu-item>a{
    color: var(--color-primary);

}
.navigation--main > li > a:before{
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -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: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 > li > a{
    text-transform: capitalize;
    font-size: 14px;
    padding:0;
    height: auto;
    line-height: 2;
}
.navigation--main > li:nth-child(n+2){
    margin-left: 40px;
}
.site-header  .mdicon-search{
    color: #222;
}

.search-social .social-list{
    padding-right: 25px;
}
.site-header  .navigation-bar-btn{
    outline: none;

}
/*
 ## menu head
*/

/* button - head*/
.navigation-bar-btn{
    height: 30px;
    outline: none;
}
.navigation-bar-btn i{
    line-height: 30px;
    font-size: 24px;
}
.navigation-bar-btn{
    padding:0;
    position: relative;
    font-size: 16px;
    padding-left: 25px;
}
.navigation-bar-btn:before{
    content:"";
    position: absolute;
    width:  1px;
    background: #e6e6e6;
    height: 16px;
    left:0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}

/* */

/*==============================================
##  end header design
===========================================================*/


@media (min-width: 1200px)
{



}
@media (min-width: 992px)
{

    .header-main{
        padding:0;
    }

}
@media(max-width: 767px){

}


/*************************
*
*  Post Grid Featured
*
*************************/
.small-post--vertical-style-1 {
    padding-bottom: 20px;
}

.small-post--vertical-style-1 .post__thumb {
    margin-left: 70px;
    margin-right: 100px;
    position: relative;
    z-index: 2;
    height: 490px;
}

.small-post--vertical-style-1 .post__thumb:before {
    content: "";
    position: absolute;
    background: var(--color-primary);
    width: 226px;
    height: 153px;
    z-index: -1;
    bottom: 0;
    margin-right: -20px;
    margin-bottom: -20px;
    right: 0;
}

.atbs-post--grid-featured .small-post--vertical {
    padding-top: 195px;
}

.small-post--vertical .title-style-2 {

}

.big-post--vertical .title-style-2 {
    margin-bottom: -10px;

}

.post--grid-featured__inner {
    position: relative;
}

.atbs-post--grid-featured .big-post--vertical .post--vertical .post__thumb {
    height: 435px;
}

.object-fit a,
.object-fit img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.background-circle {

}

.background-circle:before {
    content: "";
    position: absolute;
    width: 410px;
    height: 410px;
    top: 0;
    left: 0;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    border: 1px solid var(--color-border);
    border-radius: 100%;
}

/**/
.list-post--nothumbnail {
    margin-top: 50px;
    padding-left: 90px;
    padding-right: 90px;
}

.list-post--nothumbnail h3.post__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    text-transform: capitalize;
}

.post--nothumbnail-heading h4 {
    opacity: 1;
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    float: left;
}

.post--nothumbnail-heading {
    margin-bottom: 20px;
}

.post--nothumbnail-heading h4:before {
    content: "";
    position: absolute;
    height: 9px;
    width: 100%;
    background: var(--color-primary);
    -webkit-box-shadow: 5px 0 0 var(--color-primary), -3px 0 0 var(--color-primary);
    box-shadow: 5px 0 0 var(--color-primary), -3px 0 0 var(--color-primary);
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media (min-width: 1200px) {
    .atbs-post--grid-featured .small-post--vertical .title-style-2 {
        font-size: 30px;
        line-height: 1.4;
        max-width: 360px;
    }
}
@media ( max-width: 1199px) {
    .list-post--nothumbnail {
        padding-left: 50px;
        padding-right: 50px;
    }

    .list-space-xxxl > li {
        padding: 20px 20px;
    }

    .list-space-xxxl {
        margin: -20px -20px;
    }

    .small-post--vertical-style-1 .post__thumb {
        margin-left: 40px;
        margin-right: 55px;
        height: 375px;
    }

    /**/
    .atbs-post--grid-featured .big-post--vertical .post--vertical .post__thumb {
        height: 350px;
    }
}

@media (max-width: 991px) {
    /*small-post--vertical*/
    .atbs-post--grid-featured .small-post--vertical {
        padding-top: 40px;
    }

    .small-post--vertical-style-1 .post__thumb {
        margin-left: 30px;
        margin-right: 30px;
        height: 325px;
    }

    .small-post--vertical-style-1 .post__thumb:before {
        width: 180px;
        height: 80px;

    }

    /*small-post--vertical*/
    /*.category-tile*/
    .category-tile.category-main {
        font-size: 52px;

        letter-spacing: 14px;
    }

    /* .big-post--vertical*/
    .big-post--vertical .post__title {
        max-width: 330px;
    }

    /* .big-post--vertical*/
    /*list-post--nothumbnail*/
    .list-post--nothumbnail {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }

    .list-space-xxxl {
        margin: -20px -15px;
    }

    .list-space-xxxl > li {
        padding: 20px 15px;
    }

    .list-post--nothumbnail h3.post__title {
        font-size: 16px;
    }

    /*list-post--nothumbnail*/

    /**/
    .atbs-post--grid-featured .big-post--vertical .post--vertical .post__thumb {
        height: 265px;
    }
}

@media (max-width: 767px) {
    /**/
    .list-space-xxxl {
        margin: -7px -15px;
    }

    .list-space-xxxl > li {
        padding: 7px 15px;
        width: 100%;
        float: none;
    }

    /**/
    .category-tile.category-main {
        font-size: 44px;
    }

    /*big-post--vertical*/
    .background-circle:before {
        width: 290px;
        height: 290px;
    }

    /*small-post--vertical*/
    .small-post--vertical-style-1 .post__thumb {
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .small-post--vertical-style-1 .post__thumb:before {
        margin-left: 50px;
        width: auto;
        left: 0;
        margin-right: -15px;
        margin-bottom: -15px;
    }

    .small-post--vertical-style-1 {
        padding-bottom: 15px;
    }

    /*small-post--vertical*/
}
@media (max-width: 767px) and (min-width: 576px) {
    .atbs-post--grid-featured .small-post--vertical {
        width: 51%;
        margin-bottom: 40px;
        margin-left: 30px;
    }
    .atbs-post--grid-featured .post--grid-featured {
        width: 70%;
        float: right;
    }

    .atbs-post--grid-featured .small-post--vertical-style-1 .post__thumb {
        height: 275px;
    }
    .atbs-post--grid-featured  .small-post--vertical-style-1 .post__title {
        font-size: 24px;
        line-height: 1.4;
        max-width: 380px;
    }
    .atbs-post--grid-featured .big-post--vertical .post--vertical .post__thumb {
        height: 260px;
    }
    .atbs-post--grid-featured .big-post--vertical .post--vertical .post__title {
        font-size: 26px;
        line-height: 1.4;
    }
}

@media (max-width: 680px) and (min-width: 576px) {
    .atbs-post--grid-featured .post--grid-featured {
        width: 100%;
    }
    .atbs-post--grid-featured .small-post--vertical {
        width: 63%;
        margin-bottom: 40px;
        margin-left: 30px;
    }
    .atbs-post--grid-featured .small-post--vertical-style-1 .post__thumb {
        height: 325px;
    }
}

@media (max-width: 575px) {
    .atbs-post--grid-featured .small-post--vertical {
        padding-top: 0px;
    }

    .small-post--vertical .post__title {
        max-width: 100%;
        font-size: 20px;

        margin-bottom: 20px;
    }

    .small-post--vertical .post__thumb {
        margin-left: 0;
        height: 300px;
    }

    .small-post--vertical .post__thumb:before {
        left: 30%;
        margin-left: 0;
    }

    .title-style-2 a:before {
        width: 0%;
    }

    /**/
    .post--grid-featured {
        margin-top: 40px;
    }

    .category-tile.category-main {
        display: none;
    }

    .big-post--vertical .post__title {
        float: none;
        max-width: 100%;
        margin: 0;

    }

    .post--grid-featured .big-post--vertical .post__text {
        margin-bottom: 20px;
    }

    .typescale-38.title-style-2 a:before {
        width: 0;
    }

    .list-post--nothumbnail h3.post__title {
        font-size: 18px;
    }
}



/*************************
*
*  Post Grid A
*
*************************/
.atbs-post--grid-a  .category-tile{
    -webkit-transform: translatey(-75%);
    -ms-transform: translatey(-75%);
    transform: translatey(-75%);
}
.post--grid-a__inner{
    position: relative;
}

.atbs-post--grid-a  .category-tile{
    left: 460px;
}
.big-post-st-2 .post__thumb{
    width: 400px;
    height: 695px;
    margin-left: 170px;
}
.big-post-st-2 .post-date{
    position: absolute;
    top: 50%;
    left: 0%;
    white-space: nowrap;
    -ms-transform: translate(0,0) rotate(270deg);
    transform: translate(0,0) rotate(270deg);
    -webkit-transform: translate(-35px,0) rotate(-90deg);
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 0%;

}
.big-post-st-2 .post--vertical-reverse .post-date{
    position: absolute;
    top: 50%;
    left: 100%;
    white-space: nowrap;
    -ms-transform: translate(0,0) rotate(270deg);
    transform: translate(0,0) rotate(270deg);
    -webkit-transform: translate(12px,0) rotate(-90deg);
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 0%;
}
.big-post-st-2  .post-date time{
    opacity: 0.4;
}
.big-post-st-2 .post--vertical-reverse .post__thumb{
    margin-left: 70px;
    margin-top:0;
}
.atbs-post--grid-a .big-post--vertical{
    padding-top: 110px;
}
.atbs-post--grid-a .big-post--vertical .post {
    padding-bottom: 20px;
}
.text-background{
    width:  365px;

}

/**/
.atbs-post--grid-a .small-post--vertical-style-1 .post__thumb{
    margin-left: 100px;
    margin-right:0;
    height: 225px;
}
.no-background{
    background: none;
}
.no-background.small-post--vertical-style-1{
    padding-bottom:0;
}
.no-background.small-post--vertical-style-1 .post__title{
    font-weight: 500;
    max-width: 330px
}
.no-background.small-post--vertical-style-1 .post__thumb:before{
    display: none;
}
/**/
.atbs-post--grid-a .small-post--vertical-style-2{
    margin-top: 75px;

}
.small-post--vertical-style-2 .post__title{
    max-width: 100%;
    max-width: 260px;
}
.post__title.title-inline-top{
    float: right;
    margin: 0;
    margin-top: -16px;
    float: right;
}


.post__title.title-inline-top a:before{
    top:0;
    height: 1.6rem;
}
.post__title.title-inline-top a {
    display: block;
}
.small-post--vertical-style-2 .post__text{


}
.small-post--vertical-style-2 .post__thumb{
    width:  270px;
    height: 400px;

}
.small-post--vertical-style-2 .post__thumb:before{
    content:"";
    position: absolute;
    width: 80px;
    height: 34px;
    background: var(--color-primary);
    left: 100%;
    top: 50px;

}

@media (min-width: 1200px) {
    .atbs-post--grid-a .small-post--vertical .title-style-2 {
        font-size: 24px;
        max-width: 280px;
    }
}
@media(max-width: 1199px){
    .big-post-st-2 .post__thumb{
        margin-left: 85px;
    }
    .atbs-post--grid-a .category-tile {
        left: 320px;
    }
}
@media(max-width: 991px){
    .atbs-post--grid-a .big-post--vertical {
        padding-top: 80px;
    }
    .big-post-st-2 .post__thumb{
        width: 300px;
        height: 440px;
    }
    .background-circle:before{
        display: none;
    }
    .category-tile.category-main{
        display: none;
    }
    .small-post--vertical-style-2 .post__thumb:before{
        display: none;
    }
    .no-background.small-post--vertical-style-1 .post__title{
        font-size: 20px;
    }
    .list-post--nothumbnail{
        display: none;
    }
    .atbs-post--grid-a .small-post--vertical-style-1 .post__thumb{
        margin-left: 40px;
        height: 175px;
    }
    .atbs-post--grid-a .small-post--vertical-style-2 {
        margin-top: 55px;
    }
    .small-post--vertical-style-2 .post__thumb{
        width: 210px;
        height: 250px;
    }
    .small-post--vertical-style-2 .post__title{
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .big-post-st-2 .post__thumb{
        width: unset;
        margin-right: 20px;
    }
    .atbs-post--grid-a .big-post--vertical .post__text{
        width: unset;
        margin-right: 60px;
    }

    .no-background.small-post--vertical-style-1 .post__title,.small-post--vertical-style-2 .post__title{
        font-size: 18px;
    }
    .small-post--vertical-style-2 .post__title{
        max-width: 230px;
    }

    .atbs-post--grid-a .big-post--vertical {
        padding-top: 0;
    }
    .atbs-post--grid-a .grid-post--vertical {
        padding-top: 80px;
    }

    .atbs-post--grid-a .small-post--vertical-style-1 .post__thumb {
        height: 200px;
    }
}

@media (max-width: 680px) and (min-width: 576px){
    .atbs-post--grid-a .big-post--vertical {
        width: 80%;
        margin-right: auto;
        float: none;
        margin-left: 20px;
    }
    .atbs-post--grid-a .grid-post--vertical {
        width: 100%;
        float: none;
        margin-top: 70px;
        margin-left: auto;
        padding-top: 0;
    }
    .atbs-post--grid-a .small-post--vertical-style-2 {
        margin-top: 60px;
    }
    .atbs-post--grid-a .small-post--vertical-style-1 .post__thumb {
        height: 280px;
        margin-left: 150px;
    }
    .atbs-post--grid-a .small-post--vertical-style-1 .post__title {
        font-size: 24px;
        line-height: 1.4;
    }
    .atbs-post--grid-a .small-post--vertical-style-2 .post__thumb {
        width: 86%;
    }
    .atbs-post--grid-a .small-post--vertical-style-2 .post__title {
        font-size: 24px;
        line-height: 1.4;
    }
    .atbs-post--grid-a .small-post--vertical-style-2 .post__title {
        max-width: 360px;
    }
}


@media(max-width: 575px){
    .atbs-post--grid-a .grid-post--vertical {
        padding-top: 0;
    }
    .atbs-post--grid-a .big-post--vertical{
        padding-top:0;
    }
    .atbs-post--grid-a .big-post--vertical .post{
        padding-bottom:0;
    }
    .big-post-st-2 .post__thumb{
        margin-right:0;
        width: 100%;
        margin:0;
        height: 280px;
    }
    .big-post-st-2 .post-date{
        display: none;
    }
    .text-background{
        margin: 0;
        position: relative;
        width: 100%;
    }
    .grid-post--vertical{
        margin-top: 40px;
    }
    .no-background.small-post--vertical-style-1 .post__title, .small-post--vertical-style-2 .post__title{
        max-width: 100%;
        font-size: 20px;
        float: none;
    }
    .atbs-post--grid-a .small-post--vertical-style-1 .post__thumb,
    .small-post--vertical-style-2 .post__thumb{
        margin:0;
        width: 100%;
        height: 280px;
    }
    .small-post--vertical-style-2 .post__thumb:before{
        display: none;
    }
    .atbs-post--grid-a .small-post--vertical-style-2{
        margin-top: 40px;
    }
    .small-post--vertical-style-2 .post__title{
        margin:0;
    }
    .small-post--vertical-style-2 .post__thumb{
        margin-bottom: 20px;
    }
}



/*************************
*
*  Post Grid B
*
*************************/
.atbs-post--grid-b .category-tile {
    left: 220px;
}

.atbs-post--grid-b .small-post--vertical {
    padding-top: 130px;
}

.post--grid-b__inner {
    position: relative;
}

.atbs-post--grid-b .background-circle:before {
    top: 30px;

}

.atbs-post--grid-b .category-tile {
    -webkit-transform: translatey(50%);
    -ms-transform: translatey(50%);
    transform: translatey(50%);
}
@media (min-width: 1200px) {
    .atbs-post--grid-b .small-post--vertical .post__thumb {
        margin-left: 100px;
        margin-right: 70px;
    }
    .atbs-post--grid-b .small-post--vertical .title-style-2 {
        font-size: 24px;
        max-width: 280px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .atbs-post--grid-b .small-post--vertical-style-1 .post__thumb {
        margin-left: 40px;
        margin-right: 40px;
        height: 425px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .atbs-post--grid-b .small-post--vertical-style-1 .post__thumb {
        margin-left: 10px;
        margin-right: 10px;
        height: 340px;
    }

    .atbs-post--grid-b .big-post--vertical .post__title {
        max-width: 290px;
    }
}

@media (max-width: 991px) {
    .atbs-post--grid-b .small-post--vertical {
        padding-top: 80px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .atbs-post--grid-b .big-post--vertical .post__title {
        max-width: 290px;
    }

}

@media (max-width: 680px) and (min-width: 576px) {
    .big-post-st-2 .post--vertical-reverse .post__thumb {
        margin-left: 0;
        margin-top: 0;
    }
    .big-post-st-2 .post__thumb {
        height: 475px;
    }
}

@media (max-width: 575px) {
    .atbs-post--grid-b .small-post--vertical {
        padding-top: 0;
    }

    .atbs-post--grid-b .big-post--vertical {
        margin-top: 40px;
    }

    .big-post-st-2 .post--vertical-reverse .post__thumb {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .post__title.title-inline-top {
        margin-top: 0;
        float: none;
    }
}



/*************************
*
*  Post Grid C
*
*************************/
.post--grid-c__inner{
    position: relative;
}
.atbs-post--grid-c .category-tile{
    top: 68%;
}

.atbs-post--grid-c .big-post--vertical .post{
    padding-bottom: 70px;
}
.atbs-post--grid-c .big-post--vertical .background-circle:before{
    top: 98px;
}
.atbs-post--grid-c .small-post--vertical{
    padding-top:  95px;
}
.atbs-post--grid-c .small-post--vertical .post__thumb{
    margin-right: 100px;
    z-index: 1;
}
.atbs-post--grid-c .small-post--vertical .post__title{
    max-width: 340px;
    font-weight: 500;
}
@media(max-width: 1199px){
    .atbs-post--grid-c .small-post--vertical .post__title{
        font-size: 22px;
    }
}
@media( max-width: 991px){
    .atbs-post--grid-c .big-post-st-2 .post--vertical-reverse  .post__thumb{
        margin-left: 0;
        margin-bottom: 0;
    }
    .big-post-st-2 .post--vertical-reverse .text-background.post__text{
        margin-left: 30px;
    }
    .atbs-post--grid-c .small-post--vertical .post__title{
        font-size: 20px;
    }
    .atbs-post--grid-c .small-post--vertical .post__thumb{
        margin-right: 40px;
    }
}
@media(max-width: 767px){
    .text-background{
        width: 310px;
    }
    .big-post-st-2 .post--vertical-reverse .text-background.post__text{
        padding: 20px;
    }
    .atbs-post--grid-a .big-post--vertical .post__text{
        padding: 20px;
    }
}
@media(max-width: 575px){
    .text-background{
        width: 100%;
    }
    .big-post-st-2 .post--vertical-reverse .text-background.post__text{
        padding: 20px;
        margin-left: 0;
    }
    .atbs-post--grid-c .small-post--vertical{
        padding-top:0;
    }

    .atbs-post--grid-a .big-post--vertical .post__text{
        padding: 20px;
        margin-right: 0;
    }

    .big-post-st-2 .post--vertical-reverse .text-background.post__thumb{
        margin-bottom:0;
    }
    .atbs-post--grid-c .small-post--vertical .post__thumb{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .atbs-post--grid-c .small-post--vertical .post__title{
        max-width:100%;
    }
    .atbs-post--grid-c  .big-post--vertical{
        margin-top: 40px;
    }
    .atbs-post--grid-c .big-post--vertical .post{
        padding-bottom:0;
    }
    .background-circle:before{
        display: none;
    }

}


/*************************
*
*  Post Listing
*
*************************/
.post-text-top .post__thumb {
    margin-bottom: 0;
}

.post-text-top .post__text {
    margin-bottom: 25px;
    padding-left: 0;
}

.post-text-top .post__title {
    float: none;
}

.atbs-posts-list .big-post--vertical .post__thumb {
    margin-left: 0;
    height: 400px;
    width: 100%;
}

.atbs-posts-list .big-post--vertical .post__title {
    max-width: 500px;
}

.atbs-posts-list .big-post-st-2 .post-date {
    top: 70%;
}

.excerpt-readmore {
    position: absolute;
    top: 0;
    right: 0;
    width: 330px;
    z-index: 1;
    padding: 5px 0px 30px 30px;
}

.excerpt-readmore .post__readmore {
    margin-top: 25px;
    opacity: 0.8;
}

.excerpt-readmore .button__readmore {
    font-size: 13px;
    letter-spacing: 1px;

}

.excerpt-readmore .button__readmore:focus {
    text-decoration: none;
    color: #222;

}

.excerpt-readmore .post__readmore i {
    margin-left: 7px;
}

.excerpt-readmore .post__excerpt {
    padding-right: 10px;
    margin-top: 0;
}

.post__content {
    position: relative;
}

/*small-post--vertical*/
.atbs-posts-list .small-post--vertical .post__thumb {
    height: 500px;
    margin-right: 25px;
    width: calc(100% - 25px);
    margin-left: 0;
}

.atbs-posts-list .small-post--vertical .post__text {
    position: relative;
    padding: 30px 60px 0px 0;
}

.atbs-posts-list .small-post--vertical .post__title {
    margin: 0;
}

.atbs-posts-list .small-post--vertical .post__cat {
    position: absolute;
    top: 0;
    left: 20px;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
}

.post--vertical-thumb-middle .post__title.title-style-2 {
    max-width: 300px;
}
.post--vertical-thumb-middle .media,
.post--vertical-thumb-middle .media-body {
    overflow: visible;
}
.post--vertical-thumb-middle .post__thumb {
    margin-bottom: 20px;
    height: 420px;
}
.post--vertical-thumb-middle .post__thumb a,
.post--vertical-thumb-middle .post__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post--vertical-thumb-middle .post__text {
    padding-left: 25px;
}
.post--vertical-thumb-middle .post-date time {
    font-size: 32px;
    line-height: 1.4;
}

.post--vertical-thumb-middle span {
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}
.post--vertical-thumb-middle span.post-th {
    font-size: 15px;
}
.post--vertical-thumb-middle .media-left {
    padding-right: 25px;
}
@media (min-width: 1200px) {
    .post--vertical-thumb-middle .post__title {
        font-size: 24px;
        line-height: 1.4;
    }
}
@media (max-width: 1199px) {
    .atbs-posts-list .post-text-top .post__text {
        padding-left: 0;
    }

    .atbs-posts-list .big-post--vertical .post__thumb {
        width: 100%;
        margin-left: 0;
    }

    .atbs-posts-list .big-post--vertical .post__thumb .post-date {
        display: none;
    }

    .atbs-posts-list .big-post--vertical .excerpt-readmore {
        padding: 5px 0px 25px 30px;
    }

    .atbs-posts-list .small-post--vertical .post__thumb {
        height: 385px;
    }
    .atbs-posts-list .small-post--vertical .post__text {
        padding: 30px 25px 0px 0;
    }


    .post--vertical-thumb-middle .post__thumb {
        height: 350px;
    }
}

@media (max-width: 1199px)  and (min-width: 992px) {
    .atbs-posts-list .big-post--vertical .post__title {
        max-width: 590px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .atbs-posts-list .small-post--vertical .post__title {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    a.post__cat.cat-style-2, a.post__cat {
        font-size: 12px;
    }

}

@media (max-width: 650px ) and (min-width: 576px) {
    .atbs-posts-list .small-post--vertical .post__thumb {
        height: 300px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;

    }

    .atbs-posts-list .small-post--vertical .post__text {
        padding-top: 25px;
        padding-right: 25px;
    }

    .atbs-posts-list .small-post--vertical .post__title {
        font-size: 18px;

    }

    .atbs-posts-list .big-post-st-2 .post-date {
        display: none;
    }
}

@media (max-width: 575px) {
    .post-text-top .post__text {
        padding-left: 0;
    }

    .atbs-posts-list .big-post--vertical .post__thumb {
        margin-left: 0;
        width: 100%;
        height: 350px;
    }

    .atbs-posts-list .small-post--vertical .post__thumb {
        height: 270px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .atbs-posts-list .small-post--vertical .post__text {
        padding-top: 25px;
        padding-right: 0px;
        padding-left: 0;
    }

    .atbs-posts-list .small-post--vertical .post__title {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .excerpt-readmore {
        position: relative;
        padding: 0;
        margin-bottom: 25px;
        width: 100%;
    }

    .atbs-posts-list .big-post--vertical .excerpt-readmore {
        padding: 0;
    }

    .atbs-posts-list .excerpt-readmore .post__readmore {
        display: none;
    }
    .atbs-posts-list .big-post--vertical .post__thumb {
        height: 300px;
    }
    .atbs-posts-list .big-post--vertical  .post__text {
        margin-bottom: 15px;
    }

    .post--vertical-thumb-middle .post__thumb {
        height: 300px;
    }
}

@media (max-width: 380px) {

}



/*************************
*
*  Footer
*
*************************/
.site-footer{
    background: #111111;
    border-top: 0px solid var(--color-border);
}
.navigation--footer li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    opacity: 0.6;
}
.footer-menu--bold .navigation--footer > li > a{
    text-transform: capitalize;
}
.navigation--footer li:hover a{
    color: #fff;
}
.navigation--footer li{
    margin-right: 5px;
}
.navigation--footer li:last-child{
    margin-right: 0px;
}
.navigation--footer > li:first-child{
    padding-left: 0;
}
.site-footer__section:first-child{
    padding-top: 40px;
    padding-bottom:  40px;
}
.social-list__text li{
    margin-right: 10px;
    position: relative;
}
.social-list__text li:nth-child(n+2){
    padding-left: 15px;
}
.social-list__text li:nth-child(n+2):before{
    content:"";
    position: absolute;
    width: 1px ;
    height: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    background: #a0a0a0;
}
.footer-social-list li:last-child{
    margin-right: 0px;
}
.footer-social-list li a{
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    text-decoration: none;
    text-transform: capitalize;
}
.footer-social-list li:hover a{
    text-decoration: none;
    color: #fff;
}
.copyright{
    margin-bottom:0;
    color: #fff;
    font-size: 11px;
}
.subscribe-form__fields>input{
    margin-bottom:0 !important;
}
.subscribe-form__fields>input{
    outline: none   ;
}
.subscribe-form__fields{
    position: relative;
    border-bottom: 1px solid #a0a0a0;
    max-width: 240px;
    padding-left:0;
    padding-right:0;
}
.subscribe-form__lable{
    color: var(--color-primary);
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}
.subscribe-form--horizontal input[type="email"], .subscribe-form--horizontal input[type="text"], .subscribe-form--horizontal input[type="url"]{
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    color: #fff;
    padding-left:0;
    padding-right:0;
}
::-webkit-input-placeholder
{
    color: #fff;
    opacity: .6;
}

:-moz-placeholder
{ /* Firefox 18- */
    color: #fff;
    opacity: .6;
}

::-moz-placeholder
{  /* Firefox 19+ */
    color: #fff;
    opacity: .6;
}

:-ms-input-placeholder
{
    color: #fff;
    opacity: .6;
}
.subscribe-form__fields input[type="submit"]{
    position: absolute;
    bottom:0;
    right:0;
    color: #fff;
    padding-right: 0;
    opacity: .6;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    outline: none;
}
.subscribe-form__fields input[type="submit"]:hover{
    outline: none;
    background: none;
}

/*==========================================================
    ## end footer design 
===========================================================*/
/*============================================
seach
============================================*/
.atbs-search-full {
    background-color: rgba(20,21,22,0.95) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -o-transition: all 0.5s ease ;
    transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -webkit-transition: all 0.5s ease ;

}
.atbs-search-full.On  {
    opacity: 1;
    visibility: visible;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.atbs-search-full.On form {
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    width: 100%;
    max-width: 1200px;
    opacity: 1;

}
.atbs-search-full form {
    width: 0%;
    max-width: 100px;
    margin: auto;
    position: relative;
    top: 50%;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    opacity: 0;

}
.atbs-search-full .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #fff;
    font-size: 35px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-align: center;
    border-radius:0;
    outline: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type="text"]:focus{
    border:0;
}
.atbs-search-full  span {
    position: absolute;
    right: 15px;
    top: 40px;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 35px;
}
.site-footer .site-logo img{
    height: 15px;
    width: auto;
}
/* menu*/
@media(max-width: 767px){
    .site-footer__section-center{
        padding-bottom: 20px;
    }
    .site-footer .site-logo img{
        height: 15px;
        width: auto;
    }

    .navigation--footer li{
        margin-right: 15px;
    }
    .subscribe-form__lable{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .site-footer__section:first-child{
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .footer-menu{
        text-align: center;
    }
}


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

/*css widget all*/
.widget__title {
    position: relative;
    margin-bottom: 30px;
}

.widget__title-text {
    position: relative;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;

}


/*css widget all*/

/*widget-widget-about-me*/
/*witget about me*/
.widget-about-me {
    position: relative;
}

.widget-about-me .about-img img {
    width: 100%;
}

.widget-about-me .about__text {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #111111e0;
    padding: 25px;
}

.widget-about-me .about-bio {
    opacity: 0.8;
}

.widget-about-me .author-name:hover {
    color: #fff;
}

.widget-about-me .author-name {
    color: #fff;
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
}

.widget-about-me .social-list a {
    color: #fff;
}

.widget-about-me .social-list a:hover {
    color: #fff;
}

.widget-about-me .social-list a svg {
    fill: #fff;
    margin-bottom: -3px;
}
.widget-about-me .social-list a svg path {
    fill: #fff;
}

.widget-about-me .social-list {
    margin-top: 15px;
}

.widget-about-me .social-list li {
    margin-right: 3px;
}

.widget-about-me .social-list li:last-child {
    margin-right: 0px;
}

/*widget-widget-about-me*/
/* widget-posts-list-nothumbnail*/
.widget-posts-list-nothumbnail .post__cat {
    font-weight: 500;
}

.widget-posts-list-nothumbnail .list-index {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: var(--color-primary);
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

.widget-posts-list-nothumbnail .media-left {
    padding-right: 20px;
}

.widget-posts-list-nothumbnail .post__title {
    text-transform: capitalize;
    margin: 0;
}

.widget-posts-list-nothumbnail .post-date {
    margin-top: 15px;


}

.widget-posts-list-nothumbnail .post-date time {
    font-size: 11px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/* widget-posts-list-nothumbnail*/

/*widget-posts-list*/
.widget-slider-posts {

}

.widget-slider-posts .post__title {
    text-transform: capitalize;
    margin: 0;
}

.widget-slider-posts .post__thumb {
    height: 300px;
    width: 100%;
    margin-bottom: 20px;

}

.widget-slider-posts .post__excerpt {
    font-size: 15px;

}

.widget-slider-posts li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
}

.widget-slider-posts .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    position: absolute;
    right: 0;
    top: 260px;
}

.widget-slider-posts .owl-next, .widget-slider-posts .owl-prev {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 37px;

}

.widget-slider-posts .owl-next:hover i, .widget-slider-posts .owl-prev:hover i {
    color: var(--color-primary);
    -o-transition: 1s all ease;
    transition: 1s all ease;
    -webkit-transition: 1s all ease;

}

/*widget-posts-list*/

/*atbs-subscribe*/

/*atbs-subscribe*/

/*widget category*/

/*widget category*/


.widget-about-me .about-img {
    height: 425px;
}

.widget-about-me .about-img a,
.widget-about-me .about-img img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.widget-about-me .about__text {
    width: 100%;
}

/*end css widget */

@media (max-width: 991px) {
    .widget-about-me .about-img {
        height: 395px;
    }

    .widget-about-me {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .widget__title {
        text-align: center;
    }

    .widget__title-text:after {
        content: "";
        position: absolute;
        width: 70px;
        height: 2px;
        background: var(--color-primary);
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }


    .about-img {
        height: 395px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .posts-list-table-2i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px;
    }

    .posts-list-table-2i > * {
        width: 50%;
        padding: 10px;
    }
}



.author-box.author-box-list {
    margin-bottom: 50px;
    margin-top: 0;
}
.author-box.author-box-list {
    padding: 40px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid var(--color-border);
    max-width: 100%;
}
.author-box.author-box-list .author-box__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
}
.author-box.author-box-list .author-avatar {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 120px;
    height: 120px;
    border: none;
    margin: 0;
}
.author-box.author-box-list .author-name a {
    color: var(--color-title);
    font-size: 1.4285rem;
    text-decoration: none;
}
.author-box.author-box-list .author-bio {
    margin-bottom: 7px;
    margin-top: 10px;
    font-size: 1.1428rem;
    line-height: 1.5;
    max-width: 520px;
}
.author-box.author-box-list .author-socials a {
    opacity: 0.5;
    font-size: 1.0714rem;
}
@media (max-width:767px) {
    .author-box.author-box-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 35px 30px;
    }
    .author-box.author-box-list .author-box__image {
        margin: 0 auto 30px auto;
    }
    .author-box.author-box-list .author-box__text {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .author-box.author-box-list .author-bio {
        margin: 10px auto 10px auto;
    }
}


.module-contact {
    padding: 60px 0;
}
.contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-wrap .column-left {
    width: 50%;
}
.contact-wrap .column-right {
    width: 50%;
    padding-left: 30px;
}
.contact-wrap iframe {
    width: 100%;
    height: 100%;
}

.contact-heading__title {
    font-size: 40px;
    padding-left: 5px;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.contact-heading__title:before {
    content: "";
    position: absolute;
    background: var(--color-primary);
    width: 134px;
    height: 17px;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.module-contact iframe {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.module-contact label {
    font-size: 1.1428rem;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}
.module-contact textarea,
.module-contact input {
    width: 100%;
    padding: 10px 15px;
    min-height: 45px;
    border: 1px solid rgba(0,0,0,0.1) !important;
    background-color: transparent;
    color: var(--color-title);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-radius: 0;
    max-width: 100%;
    min-width: 100%;
}
.contactform-submit:hover,
.contactform-submit {
    border-radius: 0;
    padding: 12px 25px !important;
    outline: none !important;
    background-color: var(--color-primary) !important;
    border: 0 !important;
    color: var(--color-title) !important;
    margin-top: 35px;
    font-size: 1.1428rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .contact-wrap .column-left {
        margin-bottom: 30px;
    }
    .contact-wrap .column-left,
    .contact-wrap .column-right {
        width: 100%;
        padding: 0;
    }
    .module-contact iframe {
        width: 100%;
        height: 300px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
}

@media (max-width: 480px) {
    .module-contact {
        padding: 40px 0;
    }
    .contact-heading__title {
        font-size: 28px;
    }
}


/*************************
*
*  Single Default
*
*************************/
.single-entry-thumb, .single-entry-featured-media {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.comments-views {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    text-align: right;
}

.single-head {
    padding: 0px;
    left: 0;
    padding-left: 0;
    position: relative;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;

}

.single-head .post-meta .post__cat, .single-head .post-meta time {
    font-size: 12px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;

}

.single-head .post-meta .post__cat {
    font-weight: 500;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}

.single-head .post-meta .post__cat:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #222;
    top: 50%;
    right: 0;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);

}

/*css 25/06*/
.single-head .media-left:before {
    display: none;
}

.single-head .media-left {
    padding-left: 0;
    padding-right: 150px;
}

.single-head .post-day {
    font-size: 30px;
}

.single-head .post-th {
    font-size: 20px;
}

.single-head h1.post__title {
    font-size: 35px;
    margin-bottom: 25px;
}

.post--single .single-entry-thumb {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 35px;

}


.author-lable {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.single-head .entry-author {
    margin-top: 0;

}

.single-head .author-name {
    margin-bottom: 0;
}

.single-head .author-name .entry-author__name {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}

.post--single .single-body {
    margin: 0;
}

.single .author-box .author-social {
    margin-top: 0;
    margin-left: 15px;
}

.posts-navigation__prev i, .posts-navigation__next i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #282828;
    line-height: 18px;
    text-align: center;
}

.posts-navigation__prev:hover i, .posts-navigation__next:hover i {

    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: #fff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.atbs-post-Related .block-heading {
    margin-bottom: 40px;
}
.atbs-post-Related .block-heading__title {
    font-size: 30px;
    opacity: 1;

}

.atbs-post-Related .block-heading__title.title-style-2 {
    padding-bottom: 0;
}

.atbs-post-Related .block-heading__title.title-style-2:before {
    width: 30px;
}

/*css 25/06*/


.post--single .entry-meta {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
}


.comments-views-list li {
    margin-right: 35px;
}

.comments-views-list li:last-child {
    margin-right: 0px;
}

.comments-views-list li a {
    color: #8d8d8d;
    text-decoration: none;
    text-transform: capitalize;

}

.entry-footer {
    margin-top: 10px;
    padding-top: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
.entry-footer .social-list > li > a {
    text-transform: uppercase;
}

.time-ago span {
    border: 1px solid #a3a3a3;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #888888;
    border-radius: 3px;
}

.single-content, .navigation-author__wrap {
    padding-left: 0px;
}

.post__social ul li a {
    border-radius: 100%;
    color: #909090;
    line-height: 1px;
    padding: 0;
}

.post__social > ul > span {
    padding-right: 15px !important;
    text-transform: capitalize;

}

.post__social {
    text-align: center;
}

.baker-social-list li a, .baker-social-list span {
    font-size: 13px;
    color: #888888;

}

.baker-social-list span {
    position: relative;
    border-right: 1px solid #e1e2e3;
    padding-right: 20px;
    text-transform: capitalize;
}

.post__social li > a:hover, .post__social li > a:focus, .post__social li > a:active {
    color: #909090;
}

.navigation-author__wrap {
    margin-top: 25px;
    padding-left: 0;
    margin-bottom: 60px;
}

.author-social > li > a {
    color: #666666;
    font-size: 12px;
}

.single .single__content {
    position: relative;
    margin-bottom: 30px;
}

.single-footer .entry-tags ul > li:not(.entry-tags__icon) > a:before {
    content: "";
}

.single-footer .entry-tags ul > li {
    background: none;
    padding: 0;
    border-right: 1px solid #d3d3d3;
    margin: 0;
    padding-right: 8px;
    margin-right: 5px;

}

.single-footer .entry-tags ul > li:last-child {
    margin-right: 0px;
    border-right: 0px solid #d3d3d3;
}

.single-footer .entry-tags ul > li:hover a.post-tag {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -witket-transition: 0.5s all ease;
    -oz-transition: 0.5s all ease;
    color: var(--color-primary);

}

.single-footer .entry-tags ul > li > a.post-tag {
    text-transform: lowercase;
    font-size: 15px;
    color: #949494;
}


.single.single-body {
    margin-top: 0;
}

.single .atbs-pagination.atbs-pagination--next-n-prev {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 30px 0px;
    margin: 50px 0px;
}

.single .atbs-pagination--next-n-prev .atbs-pagination__item-prev,
.single .atbs-pagination__item-right {
    margin: 0;
    text-align: unset;
}

.single .atbs-pagination .atbs-pagination__item {
    text-align: unset;
}

.single .author-box {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    box-pack: justify;
    padding: 0;
    -ms-flex-pack: justify;
    position: relative;
    border: none;
    background: none;
    max-width: 540px;

    margin-right: auto;
}

.comments-title {
    border-top: 0;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.single .author-box .author-avatar {
    overflow: hidden;
    margin: 0;
    position: relative;
    top: 0;
    border-radius: 0;
    right: auto;
    bottom: auto;
    border: none;
    left: 0;
    float: left;
    margin-right: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    width: 100px;
    height: 100px;


}

.author-box .author-name a {
    color: #222;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.author-box .author-bio {
    color: #444444;
    opacity: 0.8;
}

.author-box .author-name {
    color: #8d8d8d;
    margin-bottom: 0px;

}

.author-box__text-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.single .author-box__text {
    overflow: hidden;
    padding-left: 0;
    max-width: 625px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

}

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

.author-box {
    padding-top: 0;
}

.single .author-social {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 100;
    margin-top: 3px;
    margin-left: 0px;

}

.single .author-social span {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
}

.single .author-social a {
    color: #b2b2b2;
    font-size: 12px;
}

.single .author-social a svg {
    fill: #b2b2b2;
    width: 12px;
    height: 12px;
    margin-bottom: -3px;
}
.single .author-social a svg path {
    fill: #b2b2b2;
}


.single .author-bio {
    color: #444444;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    max-width: 500px;
}

.single .author-box .author-avatar img {
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.post--single .author-avatar {
    margin-right: 10px;
    margin-left: 10px;

}

.single .list-unstyled i {
    font-size: 12px;
}


.comments-title, .comment-reply-title {
    font-size: 26px;
    color: #222222;
}


.posts-navigation__prev {
    float: left;
    padding-right: 15px;
}

.posts-navigation__next {
    float: right;
    padding-left: 15px;
}

.posts-navigation .button__readmore {
    color: #222;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    opacity: 0.6;
}

.posts-navigation .post__excerpt {
    font-size: 14px;
    margin-top: 10px;
}

.posts-navigation .post__readmore {
    margin-top: 0px;
    margin-bottom: 15px;
}

.posts-navigation .post__readmore {
    text-transform: capitalize;
}


/*.posts-navigation*/
.posts-navigation {
    margin-top: 25px;
    position: relative;
    margin-bottom: 40px
}


/*.posts-navigation*/

.atbs-posts-slider .block-heading:before {
    content: "";
    display: none;
}

.atbs-posts-slider .block-heading__title {
    padding-left: 0;
}

.comments-title, .comment-reply-title {
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 10px;
    max-width: 270px;
    font-weight: bold;
}

.comment-respond {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .atbs-block.post-single {

    }

    .comment-respond {
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .posts-navigation .post--horizontal .post__title {
        font-size: 22px;
    }
}
.comments-title:before {
    content: "";
    margin: 0;
}

.single .atbs-pagination__item-prev:after,
.single .atbs-pagination__item-next:after {
    background: none;
}


.single .comment-form .form-submit input[type="submit"] {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fefefe;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    background: #191616;
    padding: 8px 25px;
    outline: none;
    border-radius: 2px;
    text-transform: uppercase;
}

.form-submit {
    margin-bottom: 0;
}


.single .single-body {
    margin-bottom: 0;
}

/*css update*/


.post-single .entry-tags {
    margin-left: 0px;
    text-align: left;
}

.post-single .entry-tags > i {
    margin-right: 15px;
}

.post-single .number-share {
    display: block;
    font-weight: 600;
    color: #333333;
    font-size: 16px;
}

.post-single .entry-tags ul > li:last-child {
    margin-right: 0px;
}

.post-single .entry-meta {
    color: #a9a9a9;
}

.post-single .entry-meta .entry-comment {
    margin-left: 20px;
}

.entry-tags ul > li > a.post-tag {
    background: none;
    text-transform: capitalize;
    padding: 0px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0px;
    letter-spacing: 0px;
    display: block;
    color: #a9a9a9;

}

.comments-count span {
    margin-left: 5px;
    opacity: 0.7;
    font-size: 10px;
}

/**/


.post--single .author__avatar {
    margin: 0 auto;

}

.post--single .author__name {
    color: #222;
}

.post-single .post__cat {
    margin-bottom: 13px;

}


/**/
.entry-content p {
    font-size: 16px;
    color: #222222;
    opacity: 0.85;
}


/**/

/*single-post--list*/
.single-post--list {
    position: relative;
    padding-bottom: 125px;
    padding-top: 45px;
}

.single-post--list:before {
    position: absolute;
    content: "";
    background: #fafafa;
    width: 1000%;
    height: 100%;
    top: 0;
    right: 200px;

}

/**/
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 {
    background: #fff;
}


@media (min-width: 500px) {

    .post--single .single-body {
        padding: 0;
    }

}

@media (min-width: 768px) {

}

@media (min-width: 650px) {


}

@media (max-width: 1199px) {
    .single-head h1 {
        font-size: 32px;
    }

    .single-head {

    }

    .single-head h1.post__title {
        font-size: 28px;
    }

    .single-head .media-left {
        padding-right: 30px;
    }

    .comments-views-list li {
        margin-right: 10px;
    }

    .post--single .single-entry-thumb {
        height: 400px;
        margin-bottom: 30px;
    }

    /*.posts-navigation {*/
    /*    border-bottom: 1px solid #eee;*/
    /*}*/
}

@media (max-width: 991px) {

    .single-head h1.post__title {
        font-size: 24px;
    }

    .single .atbs-sub-col {
        margin-top: 20px;
    }


    .single-entry-thumb {
        width: calc(50% + 360px);
    }


}

@media (max-width: 767px) {
    .post-single {
        padding-top: 0px;
    }

    .comments-views {
        text-align: left;
        padding-left: 35px;
        height: auto;
        line-height: 1;
    }

    .post--single .post-title {
        margin-bottom: 0px;
    }

    .site-content .atbs-block {

    }

    .single .author-box .author-avatar {
        left: 0;
    }

    .single .single__text-top {
        padding: 20px;
    }

    .single .single-comment-views {
        padding-top: 5px;
    }

    .single .single-meta {
        display: block;
    }

    .single .atbs-pagination__item {
        font-size: 12px;
    }

    .post--single .entry-author__name {
        padding-right: 10px;
    }

    .single-block-heading {
        margin-bottom: 30px;
    }

    .single .author-box .author-bio {
        margin-left: auto;
        margin-right: auto;
    }

    .single-entry-thumb, .single-entry-featured-media {
        margin-left: 0;
        margin-right: 0;
    }


    .navigation-author__wrap, .posts-navigation {
        margin-bottom: 45px;
    }

    .posts-navigation {
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
        margin-bottom: 45px;
    }

    .single-head .entry-author {
        margin-bottom: 0;
    }

    .post--single .entry-meta {
        display: block;
    }

    .posts-navigation__next {
        padding-left: 0px;
    }

    .posts-navigation__prev {
        padding-right: 0px;
    }

    .single-head .entry-author {
        display: none;
    }

    .single-head h1.post__title {
        font-size: 22px;
    }

}

@media (max-width: 650px) {
    .post-single .entry-tags {
        margin-bottom: 15px;
    }

    .single-footer .entry-tags ul > li {
        margin-top: 10px;
    }

    .donche-social-list {
        margin-left: 20px;
    }

    .posts-navigation:before {
        display: none;
    }
}

@media (max-width: 579px) {
    .posts-navigation__prev {
        margin-bottom: 40px;
    }

}

@media (min-width: 576px) {
    .posts-navigation__prev, .posts-navigation__next {
        width: 50%;


    }

    .posts-navigation__prev {
        padding-right: 15px;
    }

    .posts-navigation__next {
        padding-left: 15px;


    }


}

@media (max-width: 575px) {

    .post--single .single-entry-thumb {
        margin-bottom: 25px;
        height: 350px;
    }

    .single .author-box .author-social {
        margin-left: 0;
        margin-top: 10px;
    }

    .posts-navigation__prev, .posts-navigation__next {
        width: 100%;


    }

    .single-img a.post__cat {
        display: none;
    }

    .single-entry-thumb {
        width: 100%;
    }

    .single-head, .single-entry-thumb, .navigation-author__wrap {

        padding-left: 0;
    }

    .single .author-box .author-avatar {
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    /**/
    .single .author-box {
        display: block;
    }

    .single .author-box .author-avatar {
        float: none;
        margin-bottom: 15px;
    }

    .single .author-box .author-box__text {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .comments-views {
        padding-left: 15px;
    }

    .single-head, .single-content, .single-content, .navigation-author__wrap {
        margin-left: 0;
        padding-left: 0;
    }

    .post--single .post-title {
        font-size: 25px;
    }

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

    .author-box__text-top {
        display: block;
        text-align: center;
    }

    .single .author-social {
        margin-left: 0;
        margin-top: 3px;
    }

    .single .author-box {
        margin-left: 0;
        margin-right: 0;
    }


}

@media (max-width: 480px) {

    .post--single .post-title {
        font-size: 22px;
    }

    .post-single {
        padding-top: 0;
    }

    .post-single .entry-meta .entry-comment {
        margin-left: 0;
        display: block;
        margin-top: 10px;
    }

    .single-head .media-left {
        padding-right: 20px;
    }

    .single-head .post-day {
        font-size: 24px;
    }

    .single-head .post-th {
        font-size: 14px;
    }

    .single-head h1.post__title {
        font-size: 20px;
    }

    .post--single .post-title {
        font-size: 22px;
    }


}

@media (max-width: 380px) {
    .single-head .post__cat, a.post__cat.cat-style-2, a.post__cat {
        font-size: 12px;
    }

    .post--single .post-title {
        font-size: 22px;
    }

    .comments-views {
        padding-left: 0;
    }

    .single-head {
        padding-right: 0;
    }

}



.comment-notes {
    margin-bottom: 20px;
}
.comments-title, .comment-reply-title {
    font-size: 26px;
    color: #222222;
    margin-bottom: 20px;
}
.comment-reply-title  {
    margin-bottom: 0;
}
.comment-form-comment textarea {
    max-width: 100%;
    min-height: 250px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    width: 50%;
    max-width: 50%;
    float: left;
}

.comment-form-email {
    padding-left: 15px;
}
.comment-form-url,
.comment-form-author {
    padding-right: 15px;
}

.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,
.comment-form textarea.form-control, .comment-form select, .comment-form  select.form-control {
    padding: 10px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
@media (max-width: 575px) {
    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100%;
        max-width: 100%;
        float: left;
        padding: 0;
    }
}


/*************************
*
*  Single Gallery
*
*************************/
.atbs-single-slider .slider-content{
    padding: 0px;
}
.atbs-single-slider .owl-prev, .atbs-single-slider .owl-next{
    background: none;
    -webkit-transform: translate(0,0) scale(1, 1);
    -ms-transform: translate(0,0) scale(1, 1);
    transform: translate(0,0) scale(1, 1);
    position: relative;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding:0;
    width: 60px;
    height: 60px;
    line-height: 57px;
    text-align: center;
    background: #fff;
}
.atbs-single-slider .owl-nav{
    display: none;
    position: absolute;
    bottom:0;
    right:0;

}
.atbs-single-slider .owl-item{
    position: relative;
}
.atbs-single-slider .owl-item:before{
    position: absolute;
    content:"";
    height: 100%;
    width: 100%;
    background: #ffffff85;
    left:0;
    top: 0;
    z-index: 1;
}
.atbs-single-slider .gallery-thumb {
    height: 350px;
}
.atbs-single-slider .gallery-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.atbs-single-slider .owl-item.center:before{
    position: absolute;
    content:"";
    height: 100%;
    width: 100%;
    background: #fff0;
    left:0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}
.atbs-single-slider .owl-item.center .slide-caption{
    opacity: 1;
    -o-transition: 0.3s  all ease;
    transition: 0.3s  all ease;
    -webkit-transition: 0.3s  all ease;
    -zoz-transition: 0.3s  all ease;
}
.atbs-single-slider .owl-prev i, .atbs-single-slider .owl-next i{
    color: #333;
    font-size:  20px;
}
.atbs-single-slider .owl-prev:hover, .atbs-single-slider .owl-next:hover {
    width: 60px;
    background: #fff;
}


.atbs-single-slider .owl-item:nth-child(n+2)  {
    display: none;
}
.slide-caption p{
    color: #fff;
    margin-bottom:0;
    opacity: 0.8;
}
.slide-caption {
    position: absolute;
    bottom:0;
    opacity: 0;
    left:0;
    width: 100%;
    text-align: center;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#060708f0) , to(#ffffff00));
    background-image: -o-linear-gradient(bottom, #060708f0 , #ffffff00);
    background-image: linear-gradient(to top, #060708f0 , #ffffff00);
    padding: 14px 35px;
}
.atbs-single-slider .owl-dot.active span{
    background: #222;
}
.atbs-single-slider .owl-dot span{
    width: 12px ;
    height: 12px ;
    border-radius: 100%;
    background: #888888;
}



.atbs-carousel .owl-dots{
    padding-bottom:0;
    position: relative;

}
/**/
@media(max-width:767px){
    .atbs-single-slider .slider-content{
        padding: 0px ;
    }
    .atbs-carousel .owl-dots{
        position: relative;
        bottom:0;
    }
    .atbs-single-slider{
        margin-bottom: 40px;
    }


}

@media (max-width: 567px) {
    .atbs-single-slider .owl-prev,
    .atbs-single-slider .owl-next{display: none;}
}
@media (max-width: 480px) {

}


/*************************
*
*  404 Page
*
*************************/
.atbs-404-block {
    margin-top: 50px;

}

.atbs-404-block.atbs-block:last-child {
    margin-bottom: 170px;
}

.atbs-404-block p,
.atbs-404-block a,
.error-text {
    font-weight: 400;
}

.atbs-404-block .post__readmore--bold,
.atbs-404-block h1,
p.error-notice,
.error-sub-title {
    font-weight: bold;
}

.atbs-404-block .error-page {
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0px 40px;
    min-height: 300px;
}

.atbs-404-block .error-page-top {
    position: relative;
    text-align: left;
}

.atbs-404-block .error-page img {

}
.error-text-number {
    font-size: 250px;
    font-weight: 600;
    color: var(--color-primary);
    opacity: 0.8;
    line-height: 1;
}
.atbs-404-block h1 {
    font-size: 164px;
    line-height: 1;
    margin: 0;
    color: var(--color-primary);
}

.error-sub-title {
    font-size: 56px;
    color: #222222;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
}

.error-sub-title span {
    display: block;
}

.atbs-404-block p {
    font-size: 20px;
    color: #222;
    margin: 0;
    margin-top: 0;
    line-height: 1.4;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
}

a.goback {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    padding-left: 0;


}

a.goback span:not(.icon-goback) {
    border-bottom: 1px solid var(--color-primary);

    font-size: 15px;

}

a.goback span.icon-goback {
    font-size: 8px;
    background: var(--color-primary);
    width: 23px;
    color: #FFF;
    border-radius: 100%;
    height: 23px;
    display: block;
    line-height: 20px;
    text-align: center;
    margin-left: 20px;

}

p.error-notice {
    font-size: 15px;
    color: #5f5f5f;
    margin: 0;
    text-transform: none;
    font-weight: 400;
    color: #222222;
    opacity: 0.6;

}

.atbs-404-block a {
    font-size: 18px;
    color: #222;
}

.error-text {
    position: relative;
    font-size: 20px;
    color: #045c40;

}

.error-text:before {

}

.error-text-top-sub {
    position: relative;
    padding-left: 20px;
    margin-left: 0px;
    margin-top: 0px;

}

.error-text-top {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.error-text-top-sub {
    margin-left: 25px;
}


/**/

@media (max-width: 991px) {
    .error-text-number {
        font-size: 180px;
    }
    .error-sub-title {
        font-size: 42px;
        color: #222222;
        margin-bottom: 15px;
    }

    .atbs-404-block .error-page {
        min-height: 350px;
    }
}
@media (max-width: 767px) {
    .error-text-top {
        display: block;
        text-align: center;
    }
    .error-text-number {
        font-size: 200px;
        line-height: 1;
        width: 100%;
    }
    .error-sub-title {
        font-size: 45px;
        margin-bottom: 5px;
    }
    .atbs-404-block h1 {
        font-size: 140px;

    }

    .atbs-404-block .error-page-top {


    }

    .atbs-404-block p {
        position: relative;
        font-size: 18px;
        max-width: 100%;
    }

    .atbs-404-block .error-page {
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .error-text {

    }

    .error-sub-title {

    }

    .error-text {
        font-size: 14px;
    }

    .atbs-404-block {
        margin-top: 50px;

    }

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

@media (max-width: 650px) {
    .error-text-top {
        display: block;

    }

    .error-text-top-sub {
        margin-bottom: 30px;
        margin-left: 0;
    }


    .error-text-number {
        font-size: 200px;
        line-height: 1;
        width: 100%;
    }
    .error-sub-title {
        font-size: 45px;
        margin-bottom: 5px;
    }
}

@media (max-width: 567px) {


}

@media (max-width: 480px) {
    .atbs-404-block h1 {
        font-size: 86px;

    }

    .atbs-404-block .error-page img {
        height: 169px;
        width: auto;
    }

    .atbs-404-block .error-page {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        margin-bottom: 0px;
    }


    .error-text {
        margin-left: 0;
        margin-top: 0;
    }

    .atbs-404-block {
        margin-top: 30px;

    }

    .atbs-404-block.atbs-block:last-child {
        margin-bottom: 30px;
    }



    .error-text-number {
        font-size: 160px;
        line-height: 1;
    }
    .error-sub-title {
        font-size: 32px;
        margin-bottom: 5px;
    }
}

@media (max-width: 380px) {
    .error-text-number {
        font-size: 120px;
        line-height: 1;
    }
    .error-sub-title {
        font-size: 28px;
        margin-bottom: 5px;
    }
}

.listing-2-item-float > *:nth-child(2n+1) {
  clear: both;
}
.single-body ol, .single-body ul {
    padding-left: 40px;
}
.infinite-scroll-button .label {
  color: #222;
}

/* ================================
    ## fonts - meta
 ===================*/
input[type="button"]:not(.btn),
input[type="reset"]:not(.btn),
input[type="submit"]:not(.btn),
.post-meta,
.footer-bottom-copyright,
.atbs-tabs,
.author__name,
.post-number,
.about-bio,
p,
label,
span,
.category-list li a,
.entry-author,
.entry-author p,
.view-all a,
.post-subtitle,
.post__meta,
.entry-meta,
a.entry-author__name,
.author-name span,
.error-page p,
.atbs-pagination__item,
.category-tile__name,
.category-tile__description,
.about__text time,
.comments-title,
a.post__cat, .post__cat,
small,
.post__cat.cat-style-2,
.post-date time,
.author-name,
.author-box .author-bio,
.view-all-post,
.button__readmore,
.itemnumber-dot,
.atbs-pagination .atbs-pagination__item,
.slider-post__title h4,
.subscriber-text,
.goback a,
.copyright,
.author-lable,
.post-date span,
.author__text,
.number-post,
.single-footer .entry-tags ul > li > a.post-tag,
.slider-post-b .owl-dot span,
.post__excerpt{
    font-family: var(--font-secondary);
}


/* ============================================================
    ## fonts - title
 ==============================================================*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.comment-reply-title,
.heading__title,
.subscriber-title,
.nextBtn,
.widget-about-me .author__name,
.block-heading__title,
.readmore__text,
.error-sub-title,
.atbs-404-block h1,
.widget__title-text,
.category-tile,
.follow-name,
.slide-caption p,
.single-block-top .author__name,
.author-box .author-name a,
.block-heading__title span,
.atbs-news-ticker__heading span,
.trending__readmore a,
.list-post--horizontal__title h4,
.trendding__content-title,
.post__title,  .error-text-number {
    font-family: var(--font-primary);
}
.navigation--footer li a,
.navigation--main > li > a,
.navigation--offcanvas li > a {
  font-family: var(--font-navigation);
}