/* Theme base styles */
/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0 15px !important;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #f6f6f6;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #f6f6f6;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #f6f6f6;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

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

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #f6f6f6;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 0px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
} */

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto !important;
  width: auto;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.html);src:url(../fonts/glyphicons-halflings-regulard41d.html?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular-2.html) format('woff2'),url(../fonts/glyphicons-halflings-regular-3.html) format('woff'),url(../fonts/glyphicons-halflings-regular-4.html) format('truetype'),url(../fonts/glyphicons-halflings-regular-5.html#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.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;vertical-align:middle;-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-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama%402x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* Magnific Popup CSS */
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{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-ajax-holder .mfp-content,.mfp-inline-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-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-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:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}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:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-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-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border: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:.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-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;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-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.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,.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,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.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}}.mfp-zoom-in .mfp-figure{opacity:0;transition:all .2s ease-in-out;transform:scale(.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-figure{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-figure{transform:scale(.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}
/*!
 * perfect-scrollbar v1.4.0
 * (c) 2018 Hyunje Jun
 * @license MIT
 */
.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}
/* Missing Template at Path: \'Men_Magazine_child\/css\/men-magazine\/css\/style.css\' */
@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@-moz-keyframes slide-left {
    0% {
        -webkit-transform: translateX(200px);
        -moz-transform: translateX(200px);
             transform: translateX(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
             transform: translateX(0);
        opacity: 1;
    }
}
@-o-keyframes slide-left {
    0% {
        -webkit-transform: translateX(200px);
        -o-transform: translateX(200px);
           transform: translateX(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
           transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-left {
    0% {
        -webkit-transform: translateX(200px);
        -moz-transform: translateX(200px);
          -o-transform: translateX(200px);
             transform: translateX(200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
          -o-transform: translateX(0);
             transform: translateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
        opacity: 0;
    }
}
@-moz-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
             transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-200px);
        -moz-transform: translateX(-200px);
             transform: translateX(-200px);
        opacity: 0;
    }
}
@-o-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
           transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-200px);
        -o-transform: translateX(-200px);
           transform: translateX(-200px);
        opacity: 0;
    }
}
@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
          -o-transform: translateX(0);
             transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-200px);
        -moz-transform: translateX(-200px);
          -o-transform: translateX(-200px);
             transform: translateX(-200px);
        opacity: 0;
    }
}
.margin-right-neg-100 {
    margin-right: -100%;
}
@-webkit-keyframes fade-in-fwd {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in-fwd {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-in-fwd {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in-fwd {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes MoveRightToLeft {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: -100%;
    }
}
@-moz-keyframes MoveRightToLeft {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: -100%;
    }
}
@-o-keyframes MoveRightToLeft {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: -100%;
    }
}
@keyframes MoveRightToLeft {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: -100%;
    }
}
/*@keyframes MoveRightToLeft {*/
/*    0%{*/
/*        transform: translateX(0);*/
/*    }*/
/*    100%{*/
/*        transform: translateX(-100%);*/
/*    }*/
/*}*/
@-webkit-keyframes MoveLeftToRight {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: 100%;
    }
}
@-moz-keyframes MoveLeftToRight {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: 100%;
    }
}
@-o-keyframes MoveLeftToRight {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: 100%;
    }
}
@keyframes MoveLeftToRight {
    0%{
        margin-left: 0;
    }
    100%{
        margin-left: 100%;
    }
}
.MoveRightToLeft{
    -webkit-animation: MoveRightToLeft 0.85s cubic-bezier(0.645, 0.045, 0.32, 1) both;
    -moz-animation: MoveRightToLeft 0.85s cubic-bezier(0.645, 0.045, 0.32, 1) both;
      -o-animation: MoveRightToLeft 0.85s cubic-bezier(0.645, 0.045, 0.32, 1) both;
         animation: MoveRightToLeft 0.85s cubic-bezier(0.645, 0.045, 0.32, 1) both;
}
.MoveLeftToRight{
    -webkit-animation: MoveLeftToRight 0.85s cubic-bezier(0.645, 0.045, 0.32, 1) both;
    -moz-animation: MoveLeftToRight 0.85s cubic-bezier(0.645, 0.045, 0.32, 1) both;
      -o-animation: MoveLeftToRight 0.85s cubic-bezier(0.645, 0.045, 0.32, 1) both;
         animation: MoveLeftToRight 0.85s cubic-bezier(0.645, 0.045, 0.32, 1) both;
}
@media (max-width: 1199px){
    /*
        Layout
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .post-main{
        height: 550px;
    }

    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .post-main .owl-carousel{
        width: 940px;
        padding-left: -webkit-calc( 940px / 2 - 200px);
        padding-left: -moz-calc( 940px / 2 - 200px);
        padding-left: calc( 940px / 2 - 200px);
    }
    .post-no-thumb-title-line{
        padding: 35px 55px 55px 35px;
        height: 345px;
    }
    .post-no-thumb-title-line .post__text--wrap{
        margin-bottom: 35px;
    }
    .post-no-thumb-title-line .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-prev{
        left: -webkit-calc( 940px / 2 - 225px);
        left: -moz-calc( 940px / 2 - 225px);
        left: calc( 940px / 2 - 225px);
    }
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-prev,
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-next{
        width: 45px;
        height: 45px;
    }
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel .owl-prev i,
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel .owl-next i{
        font-size: 25px;
    }
}
@media (max-width: 991px){
    /*
        Layout
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .post-main{
        height: 480px;
    }
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-stage-outer{
        width: 1040px;
    }
    /*
        Content
    */
    /*post main*/
    .post-no-thumb-title-line{
        padding: 30px;
        height: 300px;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-carousel{
        width: 720px;
        padding-left: -webkit-calc( 720px / 2 - 200px);
        padding-left: -moz-calc( 720px / 2 - 200px);
        padding-left: calc( 720px / 2 - 200px);
    }
    .post-no-thumb-title-line .post__title{
        line-height: 1.5;
    }
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-prev {
        background-color: #fff;
        color: var(--color-logo);
        left: -webkit-calc( 720px / 2 - 225px);
        left: -moz-calc( 720px / 2 - 225px);
        left: calc( 720px / 2 - 225px);
    }
    .atbs-ceris-post--grid-c-update .post-no-thumb-title-line .post__excerpt .excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-stage-outer{
        width: 810px;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-stage-outer{
        padding-bottom: 0;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-carousel{
        width: 510px;
        padding-left: -webkit-calc( 510px / 2 - 50px);
        padding-left: -moz-calc( 510px / 2 - 50px);
        padding-left: calc( 510px / 2 - 50px);
        padding-right: 25px;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-next{
        background-color: #fff;
        color: var(--color-logo);
    }
    .post-no-thumb-title-line{
        padding: 30px;
    }
    .post-no-thumb-title-line .post__title{
        -webkit-line-clamp: 2;
    }
    .post-no-thumb-title-line .post__excerpt{
        -webkit-line-clamp: 2;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-background-item{
        width: 55%;
    }

    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-prev {
        background-color: #fff;
        color: var(--color-logo);
        left: -webkit-calc( 510px / 2 - 75px);
        left: -moz-calc( 510px / 2 - 75px);
        left: calc( 510px / 2 - 75px);
    }
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-prev,
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-next{
        background-color: #fff !important;
        color: var(--color-logo) !important;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-nav{
        display: block;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-dots{
        display: none;
        padding-bottom: 0;
        padding-top: 15px;
    }
    .atbs-ceris-post--grid-c-update .post__title a{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .atbs-ceris-post--listing-grid-a-update .post-no-thumb-title-line .post__text--wrap{
        margin-bottom: 35px;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .post-main .owl-carousel{
        width: 100%;
        padding-right: 70px;
        padding-left: 40%;
    }
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-stage-outer{
        width: 700px;
        padding-left: 350px;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-carousel .owl-next{
        right: 65px;
    }
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-prev {
        left: -webkit-calc(40% - 45px);
        left: -moz-calc(40% - 45px);
        left: calc(40% - 45px);
    }

    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .post-main .owl-background-item{
        width: 65%;
    }
    .post-no-thumb-title-line .post__text--wrap:after {
        width: 40px;
        height: 2px;
    }
}
@media (max-width: 480px){
    /*
        Layout
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .post-main{
        height: auto;
        padding-bottom: 50px;
    }

    .atbs-ceris-post--grid-c-update .post-main .owl-carousel{
        width: 100%;
        padding-right: 15%;
        padding-left: 15%;
        margin-top: -130px;
    }
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-stage-outer{
        margin-left: -200px;
        padding-left: 200px;
        padding-bottom: 40px;
        width: 610px;
    }
    .post-no-thumb-title-line .post__text--wrap {
        margin-bottom: 40px;
    }
    .atbs-ceris-post--grid-c-update .post__title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-nav{
        /*display: none;*/
    }
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-dots{
        /*display: block;*/
    }

    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-prev{
        left: -webkit-calc( 15% - 22.5px);
        left: -moz-calc( 15% - 22.5px);
        left: calc( 15% - 22.5px);
    }
    .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-next{
        right: -webkit-calc( 15% - 22.5px);
        right: -moz-calc( 15% - 22.5px);
        right: calc( 15% - 22.5px);
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .post-main .owl-stage{
        /*left: -35px;*/
    }
    .atbs-ceris-post--grid-c-update .post-main{
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        -webkit-align-items: initial;
           -moz-box-align: initial;
                align-items: initial;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-background-item{
        width: 100%;
        height: 300px;
        position: relative;
    }
    .atbs-ceris-post--grid-c-update .post-no-thumb-title-line {
        padding: 30px;
        height: 270px;
    }
    .post-no-thumb-title-line{
        padding: 30px;
    }
    .post-no-thumb-title-line .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        -webkit-line-clamp: 3;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-dots{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 420px){
    /*
        Layout
    */
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-stage-outer{
        width: 570px;
        margin-left: -170px;
        padding-left: 170px;
    }
    /*
        Content
    */
}
@media (max-width: 380px){
    /*
        Layout
    */
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-stage-outer{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .post-main{
        padding-bottom: 0;
    }
    .atbs-ceris-post--grid-c-update .post-no-thumb-title-line{
        height: 260px;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-background-item{
        height: 275px;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-carousel{
        width: 100%;
        max-width: 85%;
        margin: -120px auto 0 auto;
        padding: 0;
    }
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-nav{
        display: none;
    }
    .atbs-ceris-post--grid-c-update .owl-carousel .owl-dots{
        display: block;
    }
}
@media (max-width: 320px){
    /*
        Layout
    */
    /*post main*/
    .atbs-ceris-post--grid-c-update .post-main .owl-background-item{
        height: 250px;
    }
    .atbs-ceris-post--grid-c-update .post-main .owl-carousel{
        width: 100%;
        max-width: 95%;
        margin: -100px auto 0 auto;
        padding: 0 15px;
    }
    .post-no-thumb-title-line .post__text--wrap {
        margin-bottom: 35px;
    }
    /*
        Content
    */
}
/* .Grid E Css ----------------------- */


/* ----------------------- Grid F Css */
/*
    Layout
*/
.atbs-ceris-post--grid-d-update .post-list{
    margin: -15px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.atbs-ceris-post--grid-d-update .post-list .list-col{
    padding: 15px;

}
.atbs-ceris-post--grid-d-update .post-list .list-col:first-child{
    width: 300px;
}
.atbs-ceris-post--grid-d-update .post-list .list-col:last-child{
    width: 400px;
}
.atbs-ceris-post--grid-d-update .post-list .list-col:nth-child(3n - 1){
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}
/*
    Content
*/
/*no thumb title line*/

.atbs-ceris-post--grid-d-update .atbs-ceris-carousel,
.atbs-ceris-post--grid-d-update .owl-carousel .owl-stage-outer,
.atbs-ceris-post--grid-d-update .owl-carousel .owl-stage,
.atbs-ceris-post--grid-d-update .owl-carousel .slide-content,
.atbs-ceris-post--grid-d-update .owl-carousel .owl-item {
    height: 100%;
}

.atbs-ceris-post--grid-d-update .post-no-thumb-title-line{
    background-color: var(--color-logo);
    height: 100%;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
}
.atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.atbs-ceris-post--grid-d-update .post-no-thumb-title-line a.post__cat,
.atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__title,
.atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__excerpt{
    color: #fff !important;
}
.atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__text--wrap:after{
    background-color: #fff;
}
.atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__cat:before{
    background-color:  #fff !important;
}
.atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__text{
    display: block;
}
.atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__cat{
    margin-bottom: 15px;
}
.atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__title{
    font-size: 20px;
    font-size: 1.4285rem; /*font system*/
    line-height: 1.5;
}
/*vertical*/
.atbs-ceris-post--grid-d-update .post--vertical .post__thumb{
    margin-bottom: 20px;
    position: relative;
}
.atbs-ceris-post--grid-d-update .post--vertical .post__cat{
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.atbs-ceris-post--grid-d-update .post--vertical .post__title{
    font-size: 22px;
    font-size: 1.5714rem; /*font system*/
    line-height: 1.5;
    margin-bottom: 10px;
}
.atbs-ceris-post--grid-d-update .atbs-ceris-carousel  .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 20px 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
         transform: translateX(-50%);
}
.atbs-ceris-post--grid-d-update .atbs-ceris-carousel .owl-dot span{
    background: rgba(255, 255, 255, 0.3);
}
.atbs-ceris-post--grid-d-update .atbs-ceris-carousel .owl-dot.active span{
    background-color: #fff;
}
/*post--horizontal-90*/
.posts-list-horizontal-90 .list-item:not(:last-child){
    margin-bottom: 30px;
}
.post--horizontal-90 .post__thumb{
    width: 90px;
    height: 90px;
}

@media (max-width: 1199px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-d-update .post-list .list-col:last-child{
        width: 300px;
    }
    /*
        Content
    */
    .atbs-ceris-post--grid-d-update .post--vertical .post__thumb{
        height: 230px;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__cat{
        margin-bottom: 12px;
    }

    .atbs-ceris-post--grid-d-update .post--horizontal-90{
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        -webkit-align-items: initial;
           -moz-box-align: initial;
                align-items: initial;
    }
    .atbs-ceris-post--grid-d-update .post--horizontal-90 .post__thumb{
        margin-right: 20px;
        width: 80px;
        height: 80px;
    }
    .post--horizontal-90 .post__thumb{
        margin-right: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .atbs-ceris-post--grid-d-update .post--vertical .post__title{
        line-height: 1.5;
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */

    .atbs-ceris-post--grid-d-update .post-list{
        margin: -30px -15px;
    }
    .atbs-ceris-post--grid-d-update .post-list .list-col{
        padding: 30px 15px;
    }
    .atbs-ceris-post--grid-d-update .post-list .list-col:first-child{
        /*width: 100%;*/
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
                order: 2;
        width: 300px;
        -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
                align-self: flex-start;
    }
    .atbs-ceris-post--grid-d-update .post-list .list-col:nth-child(3n-1){
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
                order: 1;

    }
    .atbs-ceris-post--grid-d-update .post-list .list-col:last-child{
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
                order: 3;
        padding-right: 0;
        padding-left: 0;

    }
    .atbs-ceris-post--grid-d-update .posts-list-horizontal-90{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .atbs-ceris-post--grid-d-update .posts-list-horizontal-90 .list-item{
        width: -webkit-calc( 100% / 2);
        width: -moz-calc( 100% / 2);
        width: calc( 100% / 2);
        padding: 0 15px;
    }
    .atbs-ceris-post--grid-d-update .posts-list-horizontal-90 .list-item:not(:last-child){
        margin-bottom: 30px;
    }

    /*
        Content
    */
    /*post no thumb*/
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line{
        padding: 30px 20px;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__cat{
        margin-bottom: 12px;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__title{
        line-height: 1.5;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__excerpt{
        max-width: 90%;
    }
    .atbs-ceris-post--grid-d-update .atbs-ceris-carousel .owl-dots{
        bottom: 25px;
        padding: 0;
    }
    /*post vertical*/
    .atbs-ceris-post--grid-d-update .post--vertical .post__title {
        line-height: 1.5;
        max-width: 95%;
    }
    /*post horizontal 90*/
    .post--horizontal-90{
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        -webkit-align-items: initial;
           -moz-box-align: initial;
                align-items: initial;
    }
    .post--horizontal-90 .post__thumb {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
    .post--horizontal-90 .post__cat{
        margin-bottom: 5px;
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-d-update .post-list{
        margin: -17.5px;
    }
    .atbs-ceris-post--grid-d-update .post-list .list-col{
        padding: 17.5px;
    }
    .atbs-ceris-post--grid-d-update .post-list .list-col:first-child{
        width: 100%;
    }
    .atbs-ceris-post--grid-d-update .post-list .list-col:nth-child(3n - 1){
        -webkit-box-flex: unset;
        -ms-flex: unset;
        -webkit-flex: unset;
           -moz-box-flex: unset;
                flex: unset;
        width: 100%;
    }
    .atbs-ceris-post--grid-d-update .post-list .list-col:last-child{
        width: 100%;
    }
    .atbs-ceris-post--grid-d-update .posts-list-horizontal-90 .list-item{
        width: 100%;
    }
    .atbs-ceris-post--grid-d-update .posts-list-horizontal-90 .list-item:not(:last-child){
        margin-bottom: 25px;
    }
    /*
        Content
    */
    /*post no thumb title line*/
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line{
        padding: 40px;
        text-align: center;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__text--wrap{
        margin-bottom: 35px;
        padding-bottom: 0;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__text--wrap:after{
        display: none;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__title{
        max-width: 80%;
        margin: 0 auto;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__excerpt{
        display: none;
    }
    /*post vertical*/
    .atbs-ceris-post--grid-d-update .post--vertical .post__thumb{
        margin-bottom: 15px;
        height: 260px;
    }
    .atbs-ceris-post--grid-d-update .post--vertical .post__title{
        max-width: 100%;
        line-height: 1.5;
    }
    /*post horizontal 90*/
    .atbs-ceris-post--grid-d-update .post--horizontal-90 .post__thumb{
        margin-right: 20px;
        width: 80px;
        height: 80px;
    }
    .atbs-ceris-post--grid-d-update .post--horizontal-90 .post__title{
        font-size: 17px;
        font-size: 1.2142rem;
    }
    .post--horizontal-90{
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }
    .post--horizontal-90 .post__thumb{
        width: 100px;
        height: 100px;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .post--horizontal-90 .post__text{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }
    .atbs-ceris-post--grid-d-update .post--horizontal-90 .post__thumb{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    /*
        Content
    */
    /*post no thumb title line*/
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        max-width: 95%;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__excerpt{
        max-width: 85%;
    }
}
@media(min-width: 768px){
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__text{
        padding-bottom: 40px;
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */
    /*
        Content
    */
    /*post no thumb title line*/
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line{
        padding: 40px 25px;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__text--wrap{
        margin-bottom: 35px;
    }
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    /*post vertical*/
    .atbs-ceris-post--grid-d-update .post--vertical .post__title{
        max-width: 100%;
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .post--horizontal-90 .post__thumb{
        margin-right: 20px;
    }
    .atbs-ceris-post--grid-d-update .post--horizontal-90 .post__thumb{
        margin-right: 20px;
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */
    /*
        Content
    */
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__excerpt{
        max-width: 100%;
    }
}
@media (max-width: 380px) {
    /*
        Layout
    */
    /*
        Content
    */
    /*post no thumb title line*/
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__title{
        max-width: 100%;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */
    /*
        Content
    */
    /*post no thumb title line*/
    .atbs-ceris-post--grid-d-update .post-no-thumb-title-line .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
    /*post vertical*/
    .atbs-ceris-post--grid-d-update .post--vertical .post__title {
        max-width: 100%;
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    /*post horizontal 90*/
    .atbs-ceris-post--grid-d-update .post--horizontal-90 .post__thumb{
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}


/* .Grid F Css ----------------------- */

/* ----------------------- Grid J Css */
.has-border-line-padding-30{
    padding: 30px 0;
    border-top: 1px solid rgba(0,0,0,0.07);
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
/*
    Layout
*/
/*posts horizontal 3i_row*/
.post--horizontal-3i_row .post-list{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.post--horizontal-3i_row .post-list .list-item{
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 15px;
}
.post--horizontal-3i_row .post-list .list-item .post__title > a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
/*post horizontal video full width*/
.post--horizontal-video-thumb_fullwidth{
    width: -webkit-calc(50%  + 585px);
    width: -moz-calc(50%  + 585px);
    width: calc(50%  + 585px);
    margin-left: auto;
}
.post--horizontal-video-thumb_fullwidth .post__thumb a{
    display: block;
    height: 100%;
}
.post--horizontal-video-thumb_fullwidth .post__thumb img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post--horizontal-video-thumb_fullwidth .post__thumb{
    width: -webkit-calc( 100% - 470px);
    width: -moz-calc( 100% - 470px);
    width: calc( 100% - 470px);
}
.post--horizontal-video-thumb_fullwidth .post__text{
    max-width: 420px;
}
.post--horizontal-video-thumb_fullwidth .post__cat{
    margin-bottom: 20px;
}
.post--horizontal-video-thumb_fullwidth .post__title{
    margin-bottom: 15px;
}
.btn-play-left-not-center{
    position: absolute;
    top: 50%;
    left: -40px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    z-index: 1;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
         transform: translateY(-50%);
}
.btn-play-left-not-center svg{
    width: 100%;
    height: 100%;
}
.btn-play-left-not-center i{
    font-size: 35px;
    color: #fff;
}
/*
    Content
*/

@media (max-width: 1199px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-video-thumb_fullwidth{
        width: -webkit-calc(50% + 940px/2);
        width: -moz-calc(50% + 940px/2);
        width: calc(50% + 940px/2);
    }
    .post--horizontal-video-thumb_fullwidth .post__thumb{
        height: 400px;
        width: -webkit-calc( 100% - 390px);
        width: -moz-calc( 100% - 390px);
        width: calc( 100% - 390px);
    }

    .btn-play-left-not-center{
        width: 70px;
        height: 70px;
    }
    .btn-play-left-not-center{
        left: -35px;
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */

    /*
        Content
    */

    /*post horizontal 3i_row*/
    .post--horizontal-3i_row .post-list .list-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
    .atbs-ceris-post--grid-e-update .post--horizontal-90{
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        -webkit-align-items: initial;
           -moz-box-align: initial;
                align-items: initial;
    }
    .atbs-ceris-post--grid-e-update .post--horizontal-90 .post__thumb{
        width: 70px;
        height: 70px;
    }
    .atbs-ceris-post--grid-e-update .post--horizontal-90 .post__cat{
        /*display: none;*/
        margin-bottom: 5px;
    }
    /*post horizontal video full width*/
    .post--horizontal-video-thumb_fullwidth {
        width: -webkit-calc(50% + 720px/2);
        width: -moz-calc(50% + 720px/2);
        width: calc(50% + 720px/2);
    }
    .post--horizontal-video-thumb_fullwidth .post__thumb {
        height: 330px;
        width: -webkit-calc( 100% - 350px);
        width: -moz-calc( 100% - 350px);
        width: calc( 100% - 350px);
    }
    .post--horizontal-video-thumb_fullwidth .post__text {
        max-width: 300px;
    }
    .post--horizontal-video-thumb_fullwidth .post__title{
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */
    /*post horizontal 3i_row*/
    .post--horizontal-3i_row .post-list{
        margin: -12.5px;
    }
    .post--horizontal-3i_row .post-list .list-item{
        width: 100%;
        padding: 12.5px;
    }
    
    .atbs-ceris-post--grid-e-update .atbs-ceris-block__inner > div:last-child{
        margin-bottom: 40px;
    }
    .atbs-ceris-post--grid-e-update .atbs-ceris-block__inner{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .atbs-ceris-post--grid-e-update  .post--horizontal-video-fullwidth {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
                order: -1;
    }
    .atbs-ceris-post--grid-e-update  .has-border-line-padding-30{
        padding: 0;
        border: none;
    }
    /*
        Content
    */
    /*post horizontal 3i_row*/
    .atbs-ceris-post--grid-e-update .post--horizontal-90{
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }
    .atbs-ceris-post--grid-e-update .post--horizontal-90 .post__thumb{
        width: 100px;
        height: 100px;
    }
    /*post horizontal video thumb full width*/
    .post--horizontal-video-thumb_fullwidth{
        width: -webkit-calc(50% + 510px/2);
        width: -moz-calc(50% + 510px/2);
        width: calc(50% + 510px/2);
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        -webkit-justify-content: initial;
           -moz-box-pack: initial;
                justify-content: initial;
    }
    .post--horizontal-video-thumb_fullwidth.post--horizontal .post__thumb{
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
                order: 1;
        margin-left: 0;
        margin-bottom:0;
    }
    .post--horizontal-video-thumb_fullwidth.post--horizontal .post__text{
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
                order: 2;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        -webkit-flex: initial;
           -moz-box-flex: initial;
                flex: initial;
        max-width: 510px;
        position: absolute;
        padding-left: 30px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
             transform: translateY(-50%);
    }
    .post--horizontal-video-thumb_fullwidth .post__cat, 
    .post--horizontal-video-thumb_fullwidth .post__meta,
    .post--horizontal-video-thumb_fullwidth .post__meta a, .post--horizontal-video-thumb_fullwidth .post__meta span{
        margin-bottom: 10px;
        color: #fff;
    }
    .post--horizontal-video-thumb_fullwidth .post__cat:before{
        background-color: #fff;
    }
    .post--horizontal-video-thumb_fullwidth .post__title{
        line-height: 1.5;
        margin-bottom: 12px;
        color: #fff;
    }
    .post--horizontal-video-thumb_fullwidth .post-type-icon {
        display: none;
    }

    .post--horizontal-video-thumb_fullwidth .post__excerpt{
        display: none;
    }
    .btn-play-left-not-center{
        right: -webkit-calc( 50vw -  510px / 2 );
        right: -moz-calc( 50vw -  510px / 2 );
        right: calc( 50vw -  510px / 2 );
        top: 50%;
        width: 65px;
        height: 65px;
        left: unset;
    }
    .btn-play-left-not-center i{
        font-size: 25px;
    }

    .ceris-grid-j .post--horizontal-video-fullwidth .post__thumb:after{
        content: "";
        background-color: rgba(0,0,0,0.25);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-video-thumb_fullwidth{
        width: -webkit-calc(100% - 15px);
        width: -moz-calc(100% - 15px);
        width: calc(100% - 15px);
    }
    .post--horizontal-video-thumb_fullwidth.post--horizontal .post__thumb{
        width: 100%;
        height: 300px;
    }
    .post--horizontal-video-thumb_fullwidth.post--horizontal .post__text{
        padding-right: 15px;
        padding-left: 30px;
        max-width: 100% ;
    }
    .atbs-ceris-post--grid-e-update .btn-play-left-not-center{
        right: 45px;
    }
    .atbs-ceris-post--grid-e-update .atbs-ceris-block__inner > div:not(:last-child){
        margin-bottom: 40px;
    }
    .atbs-ceris-post--grid-e-update .atbs-ceris-block__inner > div:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */

    /*
        Content
    */
    /*post--horizontal video thumb fullwidth*/
    .post--horizontal-video-thumb_fullwidth.post--horizontal .post__thumb {
        width: 100%;
        height: 260px;
    }
    .btn-play-left-not-center{
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
    /*post--horizontal video thumb fullwidth*/
    .post--horizontal-video-thumb_fullwidth.post--horizontal .post__thumb{
        height: 250px;
    }

    .atbs-ceris-post--grid-e-update .btn-play-left-not-center{
        right: 30px;
    }
}
@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    /*post--horizontal video thumb fullwidth*/
    .post--horizontal-video-thumb_fullwidth.post--horizontal .post__thumb {
        height: 230px;
    }
    .btn-play-left-not-center {
        width: 55px;
        height: 55px;
    }
    .btn-play-left-not-center i {
        font-size: 20px;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-video-thumb_fullwidth.post--horizontal .post__thumb{
        height: 200px;
    }
    .post--horizontal-video-thumb_fullwidth .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
    .btn-play-left-not-center {
        width: 50px;
        height: 50px;
    }
    /*post horizontal 90*/
    .atbs-ceris-post--grid-e-update .post--horizontal-90 .post__thumb{
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}

/*update wp*/

.ceris-grid-j .post--horizontal-video-fullwidth{
    margin-bottom: 40px;
    margin-top: 0;
}
.ceris-grid-j .delete-margin .post--horizontal-video-fullwidth{
    margin-bottom: 0;
    margin-top: 0;
}
@media(min-width: 768px){
    .flex-column-reverse{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
                flex-direction: column-reverse;

    }
    .flex-row-reverse{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
                flex-direction: row-reverse;

    }
    .ceris-grid-j .post--horizontal-video-fullwidth{
        margin-top: 60px;
        margin-bottom: 0;
    }
    .ceris-grid-j .delete-margin .post--horizontal-video-fullwidth{
        margin-bottom: 0;
        margin-top: 0;
    }
}
@media(max-width: 767px){
    .atbs-ceris-post--grid-e-update  .has-border-line-padding-30{
        padding: 0;
        border: none;
    }
}


/* .Grid J Css ----------------------- */

/* ----------------------- Grid G Css */
/*
    Layout
*/

.atbs-ceris-post--grid-f-update{
    padding: 50px 0 65px 0;
    background-color: #F5F5F7;
}
.atbs-ceris-post--grid-f-update .post-list{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.atbs-ceris-post--grid-f-update .list-item{
    width: -webkit-calc( 100% / 4);
    width: -moz-calc( 100% / 4);
    width: calc( 100% / 4);
    padding: 15px;
}
/*
    Content
*/
.post-no-thumb-has-comment{
    height: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.08);
         box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    padding: 30px 30px 20px 30px;
    min-height: 300px;
    height: 100%;
}
.post-no-thumb-has-comment .post__text{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
            align-content: space-between;
    height: 100%;
}
.post-no-thumb-has-comment .post__text--wrap{
    margin-bottom: 75px;
}
.post-no-thumb-has-comment .post__cat{
    margin-bottom: 20px;
}
.post-no-thumb-has-comment .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.post-no-thumb-has-comment .post__meta{
    margin-top: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;

}
.post-no-thumb-has-comment .post__meta{
    margin: -5px 0;
}
.post-no-thumb-has-comment .post__meta span i{
    display: none;
}
.post-no-thumb-has-comment .post__meta span{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 5px 0;
    font-size: 13px;
}
.post-no-thumb-has-comment .post__meta span, .post-no-thumb-has-comment .post__meta span a {
    color: #999;
}
.post-no-thumb-has-comment .post__meta span:not(:last-child){
    position: relative;
    margin-right: 0;
}
.post-no-thumb-has-comment .post__meta span:not(:last-child):after{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: rgba(34,34,34,0.6);
    margin: 0 13px;
}

@media (max-width: 1199px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-f-update .post-list {
        margin: -10px;
    }
    .atbs-ceris-post--grid-f-update .list-item {
        width: -webkit-calc( 100% / 4);
        width: -moz-calc( 100% / 4);
        width: calc( 100% / 4);
        padding: 10px;
    }
    /*
        Content
    */
    .post-no-thumb-has-comment{
        padding: 25px 20px 15px 20px;
        /*height: 280px;*/
        min-height: 280px;
    }
    .post-no-thumb-has-comment .post__text--wrap {
        margin-bottom: 65px;
    }
    .post-no-thumb-has-comment .post__cat{
        margin-bottom: 20px;
    }
    .post-no-thumb-has-comment .post__title{
        line-height: 1.5;
    }
    .post-no-thumb-has-comment .post__meta{
        padding-top: 10px;
    }
    .post-no-thumb-has-comment .post__meta span:not(:last-child):after{
        margin: 0 10px;
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-f-update .post-list {
        margin: -15px;
    }
    .atbs-ceris-post--grid-f-update .list-item {
        width: -webkit-calc( 100% / 2);
        width: -moz-calc( 100% / 2);
        width: calc( 100% / 2);
        padding: 15px;
    }
    /*
        Content
    */
    .post-no-thumb-has-comment{
        padding: 30px 25px 25px 25px;
    }
    .post-no-thumb-has-comment .post__text--wrap {
        margin-bottom: 65px;
    }
    .post-no-thumb-has-comment .post__cat{
        margin-bottom: 25px;
    }
    .post-no-thumb-has-comment .post__title{
        font-size: 19px;
        font-size: 1.3571rem; /*font system*/
        line-height: 1.5;
    }
    .post-no-thumb-has-comment .post__meta span:not(:last-child):after{
        margin: 0 10px;
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-f-update .post-list{
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: -15px;
    }
    .atbs-ceris-post--grid-f-update .list-item{
        width: 50%;
        padding: 15px;
    }
    /*
        Content
    */
    .post-no-thumb-has-comment{
        padding: 25px 20px 20px 20px;
        min-height: 280px;
    }
    .post-no-thumb-has-comment .post__text--wrap{
        margin-bottom: 30px;
    }
    .post-no-thumb-has-comment .post__cat {
        margin-bottom: 20px;
    }
    .post-no-thumb-has-comment .post__title {
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post-no-thumb-has-comment .post__cat {
        margin-bottom: 25px;
    }
    .post-no-thumb-has-comment .post__text--wrap {
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-f-update .post-list{
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: -15px;
    }
    .atbs-ceris-post--grid-f-update .list-item{
        width: 100%;
        padding: 15px;
    }
    /*
        Content
    */
    .post-no-thumb-has-comment {
        padding: 25px 25px 20px 25px;
    }
    .post-no-thumb-has-comment .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        max-width: 90%;
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post-no-thumb-has-comment .post__title {
        max-width: 100%;
    }
}
@media (max-width: 380px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post-no-thumb-has-comment{
        min-height: 230px;
    }
    .post-no-thumb-has-comment .post__cat {
        margin-bottom: 20px;
    }
    .post-no-thumb-has-comment .post__text--wrap {
        margin-bottom: 65px;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post-no-thumb-has-comment{
        min-height: 220px;
    }
    .post-no-thumb-has-comment .post__text--wrap {
        margin-bottom: 60px;
    }
    .post-no-thumb-has-comment .post__cat {
        margin-bottom: 20px;
    }
    .post-no-thumb-has-comment .post__title {
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}


/* .Grid G Css ----------------------- */

/* ----------------------- Grid H Css */
.post-background-white{
    background-color: #fff;
}
/*
    Layout
*/
.atbs-ceris-post--grid-g-update{
    padding: 70px 0 110px 0;
    background-color: #F5F5F7;
}
.atbs-ceris-post--grid-g-update .atbs-ceris-block__inner > div:not(:last-child){
    margin-bottom: 30px;
}
/*post list*/
.atbs-ceris-post--grid-g-update .post-list{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

@media(min-width: 992px){
    .atbs-ceris-post--grid-g-update .post-list.three-item .list-item{
        width: -webkit-calc( 100% / 3);
        width: -moz-calc( 100% / 3);
        width: calc( 100% / 3);
    }
}
/*post grid*/
.atbs-ceris-post--grid-g-update .post-grid{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.atbs-ceris-post--grid-g-update .post-grid .grid-item{
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    padding: 15px;
}
.atbs-ceris-post--grid-g-update .post-grid .grid-item:nth-child(2){
    width: -webkit-calc( 100% / 3);
    width: -moz-calc( 100% / 3);
    width: calc( 100% / 3);
}
.atbs-ceris-post--grid-g-update .post-grid .post-grid-carousel{
    width: -webkit-calc( 100% -  100% / 3);
    width: -moz-calc( 100% -  100% / 3);
    width: calc( 100% -  100% / 3);
    padding: 15px;
}

.atbs-ceris-post--grid-g-update .post-grid .post-grid-carousel.carousel-item-fullwidth{
    width: -webkit-calc( 100%);
    width: -moz-calc( 100%);
    width: calc( 100%);
}

@media(min-width: 1200px){
    .atbs-ceris-post--grid-g-update .post-grid .post-grid-carousel.carousel-item-fullwidth .post--vertical-reverse-text-wrap .post__title{
        width: 440px;
    }
}

/*
    Content
*/
/*post list*/
.atbs-ceris-post--grid-g-update .post-list{
    background-color: #fff;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
    /*background-color: transparent !important;*/
    width: auto;
}
.atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__thumb{
    width: 90px;
    height: 90px;
}
.atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__cat{
    margin-bottom: 12px;
}
.atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__title{
    margin-bottom: 0;
}
.atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__readmore {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
         transform: translateY(-50%);
    display: none;
}
.atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .readmore-normal i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    color: var(--color-text);
    border: 1px solid rgba(0,0,0,0.2);
    margin: 0;
}
/*post grid*/
/*post vertical reverse text wrap*/
.atbs-ceris-post--grid-g-update .post-grid .post{
    height: 100%;
}
.post--vertical-reverse-text-wrap{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.post--vertical-reverse-text-wrap .post__thumb{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    width: 100%;
    height: 300px;
    display: block !important;
}
.post--vertical-reverse-text-wrap .post__thumb a{
    width: 100%;
    height: 100%;
}
.ceris-grid-h .post--vertical-reverse-thumb-not-full .post__thumb, .ceris-grid-h .post--vertical-reverse-text-wrap .post__thumb{
    margin-bottom: 0;
}
.post--vertical-reverse-text-wrap .post__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post--vertical-reverse-text-wrap .post__text{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    padding: 40px 40px 50px 40px;
    height: 245px;
    height: auto;
}
.post--vertical-reverse-text-wrap:not(.post--vertical-text-index) .post__text--wrap{
    max-width: 580px;
}
.post--vertical-reverse-text-wrap .post__cat{
    margin-bottom: 15px;
}
.post--vertical-reverse-text-wrap .post__title{
    font-size: 1.7142rem; /*font system*/
    line-height: 1.5;
    float: left;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.post--vertical-reverse-text-wrap .post__title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--color-text);
    opacity: 0.7;
    display: none;
}
.post--vertical-reverse-text-wrap .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.post--vertical-reverse-text-wrap .post__excerpt{
    margin-bottom: 0;
    overflow: hidden;
}
.post--vertical-reverse-text-wrap .post__excerpt .excerpt{
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;

}
.post--vertical-reverse-text-wrap .post-type-icon {
    left: 50%;
    top: 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%);
    right: auto;
    bottom: auto;
}
/*post vertical thumb fixed height */
.post--vertical-thumb-default{
    height: 545px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px){
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__title {
        font-size: 16px;
        font-size: 1.1428rem;
    }
}

@media (min-width: 992px){
    .post--vertical-thumb-default{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                   -moz-box-orient: vertical;
                   -moz-box-direction: normal;
                flex-direction: column;
    }
}
.post--vertical-thumb-default .post__thumb{
    height: 245px;
    width: 100%;
    margin-bottom: 40px;
}
.post--vertical-thumb-default .post__thumb a{
    width: 100%;
    height: 100%;
}
.post--vertical-thumb-default .post__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post--vertical-thumb-default .post__text{
    padding: 0 30px 30px 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
               -moz-box-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
}
.post--vertical-thumb-default .post__text > *:not(.post__cat) {
    width: 100%;
}
.post--vertical-thumb-default .post__cat {
    margin-bottom: 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
}
.post--vertical-thumb-default .post__title{
    position: relative;
}
.ceris-grid-h .post--vertical-thumb-default .post__title{
    margin-bottom: 12px;
}
.ceris-grid-h .post--vertical-thumb-default .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.ceris-grid-h .post--vertical-thumb-default .post__excerpt {
    margin-bottom: 15px;
}
@media(min-width: 992px){
    .ceris-grid-h .post--vertical-thumb-default .post__thumb{
        margin-bottom: 30px;
    }
}
.post--vertical-thumb-default .post__excerpt{
    margin-bottom: 0;
}
.post--vertical-thumb-default .post__excerpt .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.post--vertical-thumb-default .post__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    border-top: 1px solid #f2f2f2;
}
.post--vertical-thumb-default.post--vertical-thumb-default-small .post__thumb{
    height: 190px;
}
.atbs-ceris-post--grid-g-update .post-grid-carousel .owl-dots{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
              -o-transform: translateX(-50%);
         transform: translateX(-50%);
    bottom: 0;
}
@media (min-width: 481px) {
    .atbs-ceris-post--grid-g-update .post-grid-carousel .owl-dot.active span{
        background-color: #fff !important;
    }
    .atbs-ceris-post--grid-g-update .post-grid-carousel .owl-dot span{
        background-color: rgba(255,255,255,0.3);
        -webkit-box-shadow: 0 1px 15px rgba(255,255,255,0.8);
                -moz-box-shadow: 0 1px 15px rgba(255,255,255,0.8);
             box-shadow: 0 1px 15px rgba(255,255,255,0.8);
    }
}
/*post vertical thumb reverse not full width*/
.post--vertical-reverse-thumb-not-full{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
            align-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 0 0 30px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    height: 330px;
    overflow: hidden;
}
.post--vertical-reverse-thumb-not-full .post__thumb{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    width: 100%;
    margin-top: 60px;
    height: 135px;
}
.post--vertical-reverse-thumb-not-full .post__thumb a{
    width: 100%;
    height: 100%;
}
.post--vertical-reverse-thumb-not-full .post__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post--vertical-reverse-thumb-not-full .post__cat{
    margin-bottom: 20px;
}
.post--vertical-reverse-thumb-not-full .post__title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.post--vertical-reverse-thumb-not-full .post__text{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    padding-right: 20px;
}
.atbs-ceris-post--grid-g-update .post--vertical-reverse-text-wrap .post__excerpt{
    width: 100%;
}
@media (max-width: 1199px){
    /*
        Layout
    */
    .atbs-ceris-post--grid-g-update .post-grid{
        margin: -10px;
    }
    .atbs-ceris-post--grid-g-update .post-grid .post-grid-carousel{
        padding: 10px;
    }
    .atbs-ceris-post--grid-g-update .post-grid .grid-item{
        padding: 10px;
    }
    /*
        Content
    */
    /*post-list*/
    .atbs-ceris-post--grid-g-update .post--horizontal-thumb-radius .post__thumb{
        margin-right: 20px;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__cat{
        margin-bottom: 10px;
    }
    /*post-grid*/
    .post--vertical-reverse-text-wrap .post__text{
        padding: 40px 40px 50px 40px;
        width: 100%;
    }
    .post--vertical-reverse-text-wrap .post__title{
        line-height: 1.5;
    }
    /*post vertical thumb fixed height */
    .post--vertical-thumb-default .post__excerpt{
        display: none;
    }
    /*post vertical thumb reverse not full width*/
    .post--vertical-reverse-thumb-not-full{
        height: 305px;
        padding-left: 25px;
    }
    .post--vertical-reverse-thumb-not-full .post__thumb{
        height: 110px;
        margin-top: 40px;
    }
    .post--vertical-reverse-thumb-not-full .post__text{
        padding-right: 20px;
    }
    .post--vertical-reverse-thumb-not-full .post__cat{
        margin-bottom: 15px;
    }
    .post--vertical-reverse-thumb-not-full .post__title{
        line-height: 1.5;
    }
}
@media (max-width: 991px){
    /*
        Layout
    */
    /*post list*/
    .atbs-ceris-post--grid-g-update .post-list{
        background-color: transparent;
        margin: -10px;
    }
    .atbs-ceris-post--grid-g-update .post-list .list-item {
        width: 100%;
        padding: 10px;
    }
    .atbs-ceris-post--grid-g-update .post-list .list-item:not(:last-child){
        margin-bottom: 0;
    }
    /*post grid*/
    .atbs-ceris-post--grid-g-update .post-grid .grid-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
    .atbs-ceris-post--grid-g-update .post-grid .post-grid-carousel{
        width: 100%;
    }
    .atbs-ceris-post--grid-g-update .post-grid .grid-item:nth-child(2){
        width: 100%;
    }
    /*
        Content
    */
    /*post list*/
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius{
        background-color: #fff;
        padding: 25px 40px;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__thumb {
        width: 100px;
        height: 100px;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__text{
        max-width: 80%;
        position: relative;
        padding-right: 50px;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__readmore{
        display: block;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        max-width: 75%;
    }
    /*post grid*/
    /*post vertical reverse text wrap*/
    /*post vertical thumb fixed height */
    .post--vertical-thumb-default{
        height: auto;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;

    }
    .post--vertical-thumb-default .post__thumb {
        height: 235px;
        margin-bottom: 0;
        width: 350px;
    }
    .post--vertical-thumb-default .post__text{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }
    .post--vertical-thumb-default .post__cat{
        margin-bottom: 15px;
    }
    .post--vertical-thumb-default .post__title {
        font-weight: 500;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 1.5;
    }
    .post--vertical-thumb-default .post__title:after{
        display: none;
    }
    .post--vertical-thumb-default .post__meta{
        display: none;
    }
    /*post vertical thumb reverse not full width*/
    .post--vertical-reverse-thumb-not-full {
        height: 320px;
        padding-left: 35px;
    }
    .post--vertical-reverse-thumb-not-full .post__thumb {
        height: 150px;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */
    .atbs-ceris-post--grid-g-update .atbs-ceris-block__inner > div:not(:last-child){
        margin-bottom: 35px;
    }
    /*
        Content
    */
    /*post list*/
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius{
        padding: 25px 30px;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__thumb {
        width: 90px;
        height: 90px;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__title {
        line-height: 1.5;
        max-width: 90%;
    }
    /*post grid*/
    /*post vertical reverse text wrap*/
    .post--vertical-reverse-text-wrap .post__thumb{
        height: 250px;
    }
    .post--vertical-reverse-text-wrap .post__text {
        padding: 40px 30px 40px 30px;
    }
    .post--vertical-reverse-text-wrap .post__title {
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    /*post vertical thumb fixed height */
    .post--vertical-thumb-default .post__thumb{
        height: 210px;
        width: 245px;
    }
    .post--vertical-thumb-default .post__cat {
        margin-bottom: 10px;
    }
    /**/
    .post--vertical-thumb-default .post__text{
        padding: 20px 30px;
    }

    /*post vertical thumb reverse not full width*/
    .post--vertical-reverse-thumb-not-full {
        height: 300px;
        padding-left: 25px;
        padding-top: 25px;
    }
    .post--vertical-reverse-thumb-not-full .post__thumb {
        height: 135px;
    }
    .post--vertical-reverse-thumb-not-full .post__cat {
        margin-bottom: 15px;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */
    .atbs-ceris-post--grid-g-update {
        padding: 70px 0;
    }
    /*
        Content
    */
    /*post vertical thumb fixed height */
    .post--vertical-thumb-default .post__thumb {
        height: 210px;
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .post--vertical-thumb-default .post__text {
        padding: 0 20px 30px 30px;
    }
}
@media (max-width: 480px){
    /*
        Layout
    */
    /*post grid*/
    .atbs-ceris-post--grid-g-update .post-grid{
        margin: -17.5px;
    }
    .atbs-ceris-post--grid-g-update .post-grid .post-grid-carousel{
        padding: 17.5px;
    }
    .atbs-ceris-post--grid-g-update .post-grid .grid-item{
        width: 100%;
        padding: 17.5px;
    }
    /*
        Content
    */
    /*post list*/
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius {
        padding: 25px;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__thumb {
        width: 80px;
        height: 80px;
    }
    /*post grid*/
    .post--vertical-reverse-text-wrap .post__thumb,
    .post--vertical-reverse-text-wrap .post__text{
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        -webkit-order: initial;
           -moz-box-ordinal-group: initial;
                order: initial;
    }
    .post--vertical-reverse-text-wrap .post__text{
        padding: 30px 30px 50px 30px;
        height: auto;
    }
    .post--vertical-reverse-text-wrap .post__title{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .post--vertical-reverse-text-wrap .post__excerpt{
        display: none;
    }
    .atbs-ceris-post--grid-g-update .post-grid-carousel .owl-dots {
        left: 50%;
        bottom: 0;
        top: unset;
        padding-bottom: 20px;
        padding-top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
             transform: translateX(-50%);
    }

    .post--vertical-thumb-default{
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .post--vertical-thumb-default .post__thumb {
        height: 255px;
        width: 100%;
        margin-bottom: 30px;
    }
    .post--vertical-thumb-default .post__text {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        -webkit-flex: initial;
           -moz-box-flex: initial;
                flex: initial;
        width: 100%;
    }

    .post--vertical-reverse-thumb-not-full {
        height: 385px;
        padding-left: 30px;
        padding-top: 30px;
    }
    .post--vertical-reverse-thumb-not-full .post__thumb {
        height: 200px;
    }
    .post--vertical-reverse-thumb-not-full .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        font-weight: 400;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 480px) and (min-width: 421px){
    .atbs-ceris-post--grid-g-update .atbs-ceris-block__inner > div:not(:last-child) {
        margin-bottom: 10px;
    }
    .atbs-ceris-post--grid-g-update .post-grid {
        margin: -10px;
    }
    .atbs-ceris-post--grid-g-update .post-grid .post-grid-carousel {
        padding: 10px;
    }
    .atbs-ceris-post--grid-g-update .post-grid .grid-item {
        width: 100%;
        padding: 10px;
    }

    .post--vertical-reverse-thumb-not-full {
        height: 275px;
        padding-left: 15px;
        padding-top: 15px;
    }
    .post--vertical-reverse-thumb-not-full .post__thumb {
        /*height: 130px;*/
    }
    .post--vertical-reverse-thumb-not-full .post__title {
        font-size: 15px;
        font-size: 1.0714rem; /*font system*/
        font-weight: 400;
    }


    .post--vertical-thumb-default .post__thumb {
        height: 200px;
        width: -webkit-calc( 50% - 10px);
        width: -moz-calc( 50% - 10px);
        width: calc( 50% - 10px);
        margin-bottom: 0;
    }
    .post--vertical-thumb-default .post__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
        width: 100%;
    }
}
@media (max-width: 420px){
    /*
        Layout
    */
    /*
        Content
    */

    .post--vertical-reverse-text-wrap .post__thumb {
        height: 235px;
    }
    .post--vertical-reverse-text-wrap .post__cat {
        margin-bottom: 10px;
    }

    .post--vertical-thumb-default .post__thumb{
        height: 215px;
    }
    .post--vertical-reverse-thumb-not-full .post__cat {
        margin-bottom: 10px;
    }

    .post--vertical-reverse-thumb-not-full {
        height: 330px;
    }
    .post--vertical-reverse-thumb-not-full .post__thumb {
        height: 180px;
    }
}
@media (max-width: 380px){
    /*
        Layout
    */
    /*
        Content
    */
    /*post list*/
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius {
        padding: 20px;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__thumb {
        width: 70px;
        height: 70px;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__text {
        max-width: 100%;
        padding-right: 0;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__title{
        max-width: 100%;
    }
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__readmore{
        display: none;
    }
    /*post grid*/
    .post--vertical-reverse-text-wrap .post__thumb {
        height: 220px;
    }
    .post--vertical-reverse-text-wrap .post__text {
        padding: 25px 30px 50px 30px;
    }
    .atbs-ceris-post--grid-g-update .post-grid-carousel .owl-dots{
        padding-bottom: 20px;
    }

    .post--vertical-thumb-default .post__thumb {
        height: 200px;
        margin-bottom: 25px;
    }
    .post--vertical-thumb-default .post__text{
        padding: 0 20px 25px 30px;
    }

    .post--vertical-reverse-thumb-not-full {
        height: 320px;
    }
    .post--vertical-reverse-thumb-not-full .post__thumb {
        height: 170px;
    }
}
@media (max-width: 320px){
    /*
        Layout
    */
    .atbs-ceris-post--grid-g-update .post-grid {
        margin: -12.5px;
    }
    .atbs-ceris-post--grid-g-update .post-grid .post-grid-carousel {
        padding: 12.5px;
    }
    .atbs-ceris-post--grid-g-update .post-grid .grid-item{
        padding: 12.5px;
    }
    /*
        Content
    */
    /*post list*/
    .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }

    /*post grid*/
    .post--vertical-reverse-text-wrap .post__thumb{
        height: 200px;
    }
    .post--vertical-reverse-text-wrap .post__text {
        padding: 20px 20px 50px 20px;
    }
    .post--vertical-reverse-text-wrap .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
        padding-bottom: 0;
    }
    .post--vertical-reverse-text-wrap .post__title:after{
        display: none;
    }
    .atbs-ceris-post--grid-g-update .post-grid-carousel .owl-dots {
        padding-bottom: 15px;
    }

    .post--vertical-thumb-default .post__thumb {
        height: 200px;
        margin-bottom: 20px;
    }
    .post--vertical-thumb-default .post__text {
        padding: 0 20px 20px 20px;
    }
    .post--vertical-thumb-default .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
        padding-bottom: 0;
        font-weight: 600;
    }
    .post--vertical-thumb-default .post__title:after{
        display: none;
    }

    .post--vertical-reverse-thumb-not-full {
        padding-left: 20px;
        padding-top: 25px;
        height: 300px;
    }
    .post--vertical-reverse-thumb-not-full .post__thumb {
        height: 160px;
    }
    .post--vertical-reverse-thumb-not-full .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}


/* .Grid H Css ----------------------- */

/* ----------------------- Grid K Css */
/*
    Layout
*/
.atbs-ceris-post--grid-h-update .atbs-ceris-block__inner{
    width: -webkit-calc( 50% + 585px);
    width: -moz-calc( 50% + 585px);
    width: calc( 50% + 585px);
    margin-left: auto;
}
.atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
    left: -100px;
}
/*
    Content
*/
.post__meta-count-interactive{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    /*margin: -5px 0;*/
}
.post__meta-count-interactive span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    /*padding: 5px 0;*/
    font-size: 13px;
    font-weight: 300;
}
.post__meta-count-interactive:not(.post__meta--box)> span:not(:last-child){
    position: relative;
    margin-right: 0;
}
.post__meta-count-interactive span i {
    display: none;
}
.post__meta-count-interactive span:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: var(--color-text);
    margin: 0 13px;
}
/*post-horizontal-text-space-between*/
.post-horizontal-text-space-between{
    height: 300px;
    background-color: var(--color-text);
    padding: 25px;
}
.post-horizontal-text-space-between a.post__cat[class *='cat-'] {
    color: #fff !important;
}
.post-horizontal-text-space-between .post__cat,
.post-horizontal-text-space-between .post__title,
.post-horizontal-text-space-between .post__meta span.post-view-counter,
.post-horizontal-text-space-between .entry-meta span .post-view-counter,
.post-horizontal-text-space-between .post__meta span.post-comment-counter,
.post-horizontal-text-space-between .entry-meta span .post-comment-counter {
    color: #fff;
}
.post-horizontal-text-space-between .post__cat[class *='cat-']:before {
     background-color: #fff !important; 
}
.post-horizontal-text-space-between .post__cat:before{
    background-color: #fff;
}
.post-horizontal-text-space-between .post__meta-count-interactive span:not(:last-child):after{
    background-color: #fff;
    margin: 0 8px;
}

.post-horizontal-text-space-between .post__thumb{
    width: 130px;
    position: absolute;
    right: 25px;
    margin-left: 0;
}
.post-horizontal-text-space-between .post__text{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
            align-content: space-between;
}
.post-horizontal-text-space-between .post__cat{
    margin-bottom: 20px;
    max-width: -webkit-calc(100% - 245px);
    max-width: -moz-calc(100% - 245px);
    max-width: calc(100% - 245px);
}
.post-horizontal-text-space-between .post__title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    max-width: -webkit-calc(100% - 220px);
    max-width: -moz-calc(100% - 220px);
    max-width: calc(100% - 220px);
}
.post-horizontal-text-space-between .post__text--wrap{
    width: 100%;
}
.post-horizontal-text-space-between .post__thumb{
    width: 130px;
    height: 130px
}
.post-horizontal-text-space-between .post__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ceris-grid-k .post-horizontal-text-space-between .post__text--wrap{
    width: 100%;
}
.ceris-grid-k .post-horizontal-text-space-between .post__thumb{
    width: 130px;
    height: 130px;
}
.ceris-grid-k .post-horizontal-text-space-between .post__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ceris-grid-k .post-horizontal-text-space-between .post__thumb>a{
    width: 100%;
    height: 100%;
}
.ceris-grid-k .block-heading--line-under{
    padding-bottom: 15px;
}
.atbs-ceris-post--grid-h-update .owl-nav{
    position: absolute;
    right: -webkit-calc(100% - 1170px);
    right: -moz-calc(100% - 1170px);
    right: calc(100% - 1170px);
    top: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    height: 20px;
}
.atbs-ceris-post--grid-h-update .owl-nav:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
         transform: translateX(-50%);
}
.ceris-grid-k-no-heading.atbs-ceris-post--grid-h-update .owl-nav {
    display: none;
}
.ceris-grid-k-no-heading.atbs-ceris-post--grid-h-update .owl-dots {
    display: block;
    max-width: 1170px;
    margin-top:  10px;
    padding-bottom: 0;
}
@media(max-width: 1199px){
    .ceris-grid-k-no-heading.atbs-ceris-post--grid-h-update .owl-dots {
        max-width: 940px;
    }
}
@media(max-width: 767px){
    .ceris-grid-k-no-heading.atbs-ceris-post--grid-h-update .owl-dots {
        max-width: 510px;
    }
}
.atbs-ceris-post--grid-h-update .owl-nav .owl-next,
.atbs-ceris-post--grid-h-update .owl-nav .owl-prev{
    position: initial;
    width: 27.5px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    background-color: transparent;
    color: var(--color-text);
}
.atbs-ceris-post--grid-h-update .owl-nav .owl-next{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
}
.atbs-ceris-post--grid-h-update .owl-nav .owl-prev{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
}
.atbs-ceris-post--grid-h-update .atbs-ceris-carousel .owl-prev i,
.atbs-ceris-post--grid-h-update .atbs-ceris-carousel .owl-next i{
    font-size: 20px;
}
.atbs-ceris-post--grid-h-update .owl-dots{
    display: none;
}

.ceris-grid-k .atbs-owl-carousel-1i{
    max-width: 500px;
}


@media (min-width: 1600px){
    .atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
        left: -200px;
    }
}
@media (max-width: 1199px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-h-update .atbs-ceris-block__inner{
        width: -webkit-calc( 50% + 940px/2);
        width: -moz-calc( 50% + 940px/2);
        width: calc( 50% + 940px/2);
        margin-left: auto;
    }
    .atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
        left: -100px;
    }
    /*
        Content
    */
    .post-horizontal-text-space-between{
        height: 280px;
    }
    .ceris-grid-k .post-horizontal-text-space-between .post__thumb{
        width: 120px;
        height: 120px;
    }
    .post-horizontal-text-space-between .post__thumb{
        width: 120px;
        height: 120px;
    }
    .post-horizontal-text-space-between .post__cat,
    .post-horizontal-text-space-between .post__title {
        max-width: -webkit-calc(100% - 150px);
        max-width: -moz-calc(100% - 150px);
        max-width: calc(100% - 150px);
    }
    .post-horizontal-text-space-between .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-post--grid-h-update .owl-nav{
        right: -webkit-calc(100% - 940px);
        right: -moz-calc(100% - 940px);
        right: calc(100% - 940px);
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-h-update .atbs-ceris-block__inner{
        width: -webkit-calc( 50% + 720px/2);
        width: -moz-calc( 50% + 720px/2);
        width: calc( 50% + 720px/2);
        margin-left: auto;
    }
    .atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
        left: -50px;
    }
    /*
        Content
    */
    .post-horizontal-text-space-between{
        height: 245px;
        padding: 25px 20px;
    }
    .post-horizontal-text-space-between .post__thumb{
        width: 110px;
        height: 110px;
        right: 20px;
    }
    .post-horizontal-text-space-between .post__cat,
    .post-horizontal-text-space-between .post__title {
        max-width: -webkit-calc(100% - 130px);
        max-width: -moz-calc(100% - 130px);
        max-width: calc(100% - 130px);
    }
    .post-horizontal-text-space-between .post__title{
        font-size: 17px;
        font-size: 1.2142rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-post--grid-h-update .owl-nav{
        right: -webkit-calc(100% - 720px);
        right: -moz-calc(100% - 720px);
        right: calc(100% - 720px);
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-h-update .atbs-ceris-block__inner{
        width: -webkit-calc( 50% + 510px/2);
        width: -moz-calc( 50% + 510px/2);
        width: calc( 50% + 510px/2);
        margin-left: auto;
    }
    .atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
        left: -100px;
    }
    /*
        Content
    */
    .post-horizontal-text-space-between {
        height: 260px;
        padding: 25px;
    }
    .post-horizontal-text-space-between .post__thumb{
        width: 120px;
        height: 120px;
        right: 25px;
    }
    .post-horizontal-text-space-between .post__cat,
    .post-horizontal-text-space-between .post__title {
        max-width: -webkit-calc(100% - 155px);
        max-width: -moz-calc(100% - 155px);
        max-width: calc(100% - 155px);
    }
    .post-horizontal-text-space-between .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-post--grid-h-update .owl-nav{
        display: none;
    }
    .atbs-ceris-post--grid-h-update .owl-dots{
        display: block;
    }
}
@media (max-width: 680px){
    .atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
        left: -50px;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-h-update .atbs-ceris-block__inner{
        width: 100%;
        padding-left: 15px;
        margin-left: auto;
    }
    .atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
        left: -50px;
    }
    /*
        Content
    */

    .post-horizontal-text-space-between .post__cat,
    .post-horizontal-text-space-between .post__title {
        max-width: -webkit-calc(100% - 180px);
        max-width: -moz-calc(100% - 180px);
        max-width: calc(100% - 180px);
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
        left: -25px;
    }
    /*
        Content
    */
    .post-horizontal-text-space-between {
        height: 245px;
    }
    .post-horizontal-text-space-between .post__thumb {
        width: 115px;
        height: 115px;
    }
    .post-horizontal-text-space-between .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
        max-width: -webkit-calc(100% - 150px);
        max-width: -moz-calc(100% - 150px);
        max-width: calc(100% - 150px);
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
        left: -20px;
    }
    /*
        Content
    */

    .post-horizontal-text-space-between {
        height: 245px;
        padding: 25px 20px;
    }
    .post-horizontal-text-space-between .post__thumb {
        width: 100px;
        height: 100px;
        right: 20px;
    }
    .post-horizontal-text-space-between .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
        max-width: -webkit-calc(100% - 130px);
        max-width: -moz-calc(100% - 130px);
        max-width: calc(100% - 130px);
    }
}
@media (max-width: 380px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-h-update .atbs-ceris-block__inner{
        padding-right: 15px;
    }
    .atbs-ceris-post--grid-h-update .owl-carousel .owl-stage{
        left: 0;
    }
    /*
        Content
    */
    .post-horizontal-text-space-between{
        height: 230px;
        padding: 20px;
    }
    .post-horizontal-text-space-between .post__cat{
        margin-bottom: 15px;
    }
    .post-horizontal-text-space-between .post__thumb{
        width: 95px;
        height: 95px;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */
    .atbs-ceris-post--grid-h-update .atbs-ceris-block__inner{
        padding-right: 15px;
    }
    /*
        Content
    */
    .post-horizontal-text-space-between{
        height: auto;
        padding: 25px 20px 20px 20px;
    }
    .post-horizontal-text-space-between .post__thumb{
        position: initial;
        width: 100%;
        height: 150px;
        margin-bottom: 25px;
    }
    .post-horizontal-text-space-between .post__thumb a{
        width: 100%;
        height: 100%;
    }
    .post-horizontal-text-space-between .post__thumb img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .post-horizontal-text-space-between .post__cat,
    .post-horizontal-text-space-between .post__title {
        max-width: 100%;
    }
    .post-horizontal-text-space-between .post__cat{
        margin-bottom: 10px;
    }
    .post-horizontal-text-space-between .post__title{
        margin-bottom: 35px;
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }

}



/* .Grid K Css ----------------------- */

/* ----------------------- Grid L Css */

/*
    Layout
*/
.atbs-ceris-post--grid-k-update .atbs-ceris-block__inner{
    /*height: 835px;*/
    padding-top: 235px;
}
.atbs-ceris-post--grid-k-update .atbs-ceris-block--wrap{
    position: relative;
    /*padding: 0 100px;*/
}
.atbs-ceris-post--grid-k-update .post-main {
    width: 100%;
    /*background-color: #fff;*/
    -webkit-box-shadow: 0 105px 30px -105px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 105px 30px -105px rgba(0, 0, 0, 0.1);
         box-shadow: 0 105px 30px -105px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}
.atbs-ceris-post--grid-k-update .post-sub {
    width: -webkit-calc(100% - 500px - 200px );
    width: -moz-calc(100% - 500px - 200px );
    width: calc(100% - 500px - 200px );
    /*background-color: #fff;*/
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 360px;
    padding-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.atbs-ceris-post--grid-k-update .post-sub .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.atbs-ceris-post--grid-k-update .post-sub .post-list{
    margin: -15px;
}
.atbs-ceris-post--grid-k-update .post-sub .list-item{
    padding: 15px;
}
.atbs-ceris-post--grid-k-update .post-sub .post-list .post--horizontal-80 .post__text {
    padding-right: 30px;
}
/*
    Content
*/
.atbs-ceris-post--grid-k-update .owl-background{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 740px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: -1;
}
.atbs-ceris-post--grid-k-update .owl-background:before{
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.1);
    z-index: 1;
}
.owl-background-img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.owl-background-img.active{
    opacity: 1;
}
/*post main*/
.atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap{
    height: 600px;
}
.atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__text{
    max-width: 910px;
    padding: 40px 0 50px 40px;
    height: 240px;
    width: 100%;
}
.atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__thumb{
    width: 660px;
    height: 360px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.atbs-ceris-post--grid-k-update.ceris-grid-l .post--vertical-reverse-text-wrap .post__thumb{
    margin-bottom:0;
}

.atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__title:after{
    display: none;
}
.atbs-ceris-post--grid-k-update .post-main .atbs-ceris-carousel-nav-custom-holder{
    position: absolute;
    right: 60px;
    top: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    z-index: 1;
}
.atbs-ceris-post--grid-k-update .post-main  .atbs-ceris-carousel-nav-custom-holder .owl-prev,
.atbs-ceris-post--grid-k-update .post-main  .atbs-ceris-carousel-nav-custom-holder .owl-next {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
}
.nav-row-circle .owl-number,
.nav-row-circle .owl-prev,
.nav-row-circle .owl-next{
    margin: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.nav-row-circle .slide-seperated {
    margin: 0 2px;
}
.nav-row-circle .owl-prev:hover,
.nav-row-circle .owl-next:hover{
    width: 50px;
    height: 50px;
    background-color: var(--color-logo);
    color: #fff;
}
.atbs-ceris-post--grid-k-update .post-main .owl-dots{
    display: none;
}
/*post sub*/
.post--horizontal-80 .post__thumb{
    width: 80px;
    height: 80px;
}
.post--horizontal-80 .post__text{
    padding-right: 15px;
}

.fade-in-normal {
    -webkit-animation: fade-in-normal 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
    -moz-animation: fade-in-normal 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
      -o-animation: fade-in-normal 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
         animation: fade-in-normal 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.6s both;
}
.fade-in-normal-delay {
    /*-webkit-animation: fade-in-normal  0.1s ease-in-out 0.65s both;*/
    /*animation: fade-in-normal 0.1s ease-in-out 0.65s both;*/
}
.fade-in-normal-not-delay{
    -webkit-animation-name: fade-in-normal;
    -moz-animation-name: fade-in-normal;
      -o-animation-name: fade-in-normal;
         animation-name: fade-in-normal;
    -webkit-animation-duration : 1000ms;
    -moz-animation-duration : 1000ms  ;
      -o-animation-duration : 1000ms  ;
         animation-duration : 1000ms  ;
    -webkit-animation-fill-mode : both;
    -moz-animation-fill-mode : both;
      -o-animation-fill-mode : both;
         animation-fill-mode : both;
}
@-webkit-keyframes fade-in-normal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in-normal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-in-normal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in-normal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 1199px){
    /*
        Layout
    */
    .atbs-ceris-post--grid-k-update .atbs-ceris-block__inner{
        /*height: 835px;*/
        padding-top: 190px;
    }
    .atbs-ceris-post--grid-k-update .atbs-ceris-block--wrap{
        position: relative;
        padding: 0;
    }
    .atbs-ceris-post--grid-k-update .owl-background{
        height: 600px;
    }
    .atbs-ceris-post--grid-k-update .post-sub {
        width: -webkit-calc(100% - 545px );
        width: -moz-calc(100% - 545px );
        width: calc(100% - 545px );
        left: 0; /*100px is a padding of the parent*/
        padding-left: 35px;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__text {
        max-width: 715px;
        padding: 35px 0 35px 35px;
        height: 245px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap{
        height: 605px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__thumb {
        width: 545px;
    }

    .atbs-ceris-post--grid-k-update .post-main .atbs-ceris-carousel-nav-custom-holder{
        right: 35px;
    }
    /*post sub*/
}
@media (max-width: 991px){
    /*
        Layout
    */
    .atbs-ceris-post--grid-k-update .atbs-ceris-block__inner{
        padding-top: 180px;
    }
    .atbs-ceris-post--grid-k-update .atbs-ceris-block--wrap > div:not(:last-child){
        margin-bottom: 35px;
    }
    .atbs-ceris-post--grid-k-update .owl-background{
        height: 550px;
    }
    .atbs-ceris-post--grid-k-update .post-sub {
        width: -webkit-calc(100% - 565px );
        width: -moz-calc(100% - 565px );
        width: calc(100% - 565px );
        left: 0; /*100px is a padding of the parent*/
        height: auto;
    }
    .atbs-ceris-post--grid-k-update .post-sub .post-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .atbs-ceris-post--grid-k-update .post-sub .list-item {
        width: -webkit-calc( 100% / 2);
        width: -moz-calc( 100% / 2);
        width: calc( 100% / 2);
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap{
        height: auto;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__thumb{
        width: 100%;
        position: relative;
        height: 330px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__text{
        width: 100%;
        padding: 30px 50px;
        height: auto;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__title {
        width: auto;
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
    }
    .atbs-ceris-post--grid-k-update .post-main .atbs-ceris-carousel-nav-custom-holder{
        right: unset;
        left: 30px;
        top: 125px;
        position: initial;
    }
    .atbs-ceris-post--grid-k-update .post-main .nav-row-circle .owl-number{
        width: 55px;
        display: none;
    }
    .atbs-ceris-post--grid-k-update .post-main .nav-row-circle .owl-prev,
    .atbs-ceris-post--grid-k-update .post-main .nav-row-circle .owl-next{
        width: 45px;
        height: 45px;
        position: absolute;
        top: 75px;
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
                -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
             box-shadow: 0 0 15px rgba(0,0,0,.1);
        z-index: 1;
        border: none;
    }
    .atbs-ceris-post--grid-k-update .post-main .nav-row-circle .owl-prev{
        left: -25px;
    }
    .atbs-ceris-post--grid-k-update .post-main .nav-row-circle .owl-next{
        right: -25px;
    }
    /*post sub*/
    .atbs-ceris-post--grid-k-update .post-sub {
        left: 0;
        position: initial;
        width: 100%;
        padding: 0;
    }
    .post--horizontal-80.post--horizontal{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        -webkit-align-items: initial;
           -moz-box-align: initial;
                align-items: initial;
    }
    .post--horizontal-80 .post__thumb{
        width: 70px;
        height: 70px;
    }
    .atbs-ceris-post--grid-k-update .post-sub .post-list .post--horizontal-80 .post__text {
        padding-right: 0;
    }
    .post--horizontal-80 .post__cat{
        margin-bottom: 5px;
    }
    .post--horizontal-80 .post__thumb{
        margin-right: 15px;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */
    .atbs-ceris-post--grid-k-update .atbs-ceris-block__inner {
        /* height: 835px; */
        padding-top: 130px;
    }
    .atbs-ceris-post--grid-k-update .owl-background{
        height: 500px;
    }
    .atbs-ceris-post--grid-k-update .post-main{

    }
    .atbs-ceris-post--grid-k-update .post-sub .post-list{
        margin: -12.5px;
    }
    .atbs-ceris-post--grid-k-update .post-sub .list-item{
        width: 100%;
        padding: 12.5px;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__thumb{
        height: 265px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__text {
        width: 100%;
        height: auto;
        max-width: 80%;
        text-align: center;
        padding: 30px 0 55px 0;
        margin: 0 auto;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__title {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .post--vertical-reverse-text-wrap .post__title:after{
        display: none;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__excerpt{
        max-width: 85%;
        display: none;
    }
    .atbs-ceris-post--grid-k-update .post-main .atbs-ceris-carousel-nav-custom-holder{
        display: none;
    }
    .atbs-ceris-post--grid-k-update .post-main .owl-dots{
        display: block;
        position: absolute;
        left: 50%;
        bottom: 270px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
             transform: translateX(-50%);
    }
    /*post sub*/
    .atbs-ceris-post--grid-k-update .post-sub {
        left: 0;
        position: initial;
        width: 100%;
        padding: 0;
    }
    .post--horizontal-80.post--horizontal{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }
    .post--horizontal-80 .post__thumb{
        width: 100px;
        height: 100px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .post--horizontal-80 .post__text{
        padding-right: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }
    .post--horizontal-80 .post__cat{
        margin-bottom: 5px;
    }
}
@media (max-width: 576px) {
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-k-update .atbs-ceris-block__inner{
        padding-top: 0;
    }
    .atbs-ceris-post--grid-k-update .owl-background {
        height: 435px;
        display: none;
    }
    .atbs-ceris-post--grid-k-update .post-main {
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap{
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05);
                -moz-box-shadow: 0 0 5px rgba(0,0,0,0.05);
             box-shadow: 0 0 5px rgba(0,0,0,0.05);
        border: 1px solid rgba(0,0,0, 0.05);
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__thumb{
        -webkit-box-ordinal-group: 0 !important;
            -ms-flex-order: -1 !important;
                -webkit-order: -1 !important;
                   -moz-box-ordinal-group: 0 !important;
                order: -1 !important;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__text{
        padding: 35px 0 45px 0;
        -webkit-box-ordinal-group: initial !important;
            -ms-flex-order: initial !important;
                -webkit-order: initial !important;
                   -moz-box-ordinal-group: initial !important;
                order: initial !important;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__title{
        max-width: 100%;
        margin: 0 auto;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__excerpt{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
    }
    .atbs-ceris-post--grid-k-update .post-main .owl-dots{
        bottom: 0;
        padding-top: 20px;
        padding-bottom: 0;
        position: initial;
        text-align: center;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */

    .atbs-ceris-post--grid-k-update .owl-background {
        height: 385px;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap.post--vertical-text-index{
        width: 100%;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__thumb{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
                order: 2;
        height: 240px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__text{
        padding: 35px 20px 45px 20px;
        max-width: 100%;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__title{
        margin-bottom: 0;
        max-width: 100%;
    }
    .atbs-ceris-post--grid-k-update .post-main .owl-dots{
        /*bottom: 235px;*/
    }
    .post--horizontal-80 .post__thumb{
        margin-right: 20px;
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-k-update .owl-background {
        height: 310px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__thumb {
        height: 230px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        max-width: 90%;
    }
}
@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-k-update .owl-background {
        height: 300px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__thumb {
        height: 195px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__text {
        padding: 35px 20px 35px 20px;
    }
    .atbs-ceris-post--grid-k-update .post-main .post--vertical-reverse-text-wrap .post__title{
        padding-bottom: 0;
        max-width: 100%;
    }
    .atbs-ceris-post--grid-k-update .post-main .post--vertical-reverse-text-wrap .post__title:after{
        display: none;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--grid-k-update .owl-background {
        height: 260px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__thumb {
        height: 170px;
    }
    .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .post--horizontal-80 .post__thumb{
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}
.atbs-ceris-carousel.one-item .post__thumb{
    width: 100%;
}



/* .Grid L Css ----------------------- */


/* ----------------------- Block Main Col A Css */
/*
    Layout
*/
.atbs-ceris-post--listing-grid-a-update .atbs-ceris-block__inner > div:not(:last-child){
    margin-bottom: 35px;
}
.atbs-ceris-post--listing-grid-a-update .atbs-ceris-carousel .owl-dots {
    padding: 15px 0 25px 0;
}
/*top*/
.post--grid--2i_row .post-list{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.post--grid--2i_row .post-list .list-item{
    padding: 15px;
}
.post--grid--2i_row .post-list .list-item:last-child{
    width: 330px;
}
.post--grid--2i_row .post-list .list-item:first-child{
    width: -webkit-calc(100% - 330px);
    width: -moz-calc(100% - 330px);
    width: calc(100% - 330px);
}
.post--grid--2i_row .post-list.flex-row-reverse > *:not(:last-child){
    margin-bottom: 0;
}
.post--grid--2i_row .post-list .list-item.item--fullwidth{
    width: 100%;
}
/*middle*/

/*bottom*/
.post--vertical-3i_row .post-list{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.post--vertical-3i_row .post-list .list-item{
    padding: 15px;
    width: -webkit-calc( 100% / 3);
    width: -moz-calc( 100% / 3);
    width: calc( 100% / 3);
}
.ceris-block-main-col-a .atbs-ceris-carousel .owl-dot span {
    background: #bbb;
}
/*
    Content
*/
/*top*/
/*-left*/
.post--grid--2i_row .post-no-thumb-title-line {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
    background-color: var(--color-logo);
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding: 30px 30px 60px 30px;
    height: 385px;
}
.post--grid--2i_row .post-no-thumb-title-line a.post__cat,
.post--grid--2i_row .post-no-thumb-title-line .post__title,
.post--grid--2i_row .post-no-thumb-title-line .post__excerpt {
    color: #fff !important;
}
.post--grid--2i_row .post-no-thumb-title-line a.post__cat:before {
    background-color: #fff !important;
}
.post--grid--2i_row .post-no-thumb-title-line .post__text--wrap:after {
    background-color: #fff;
}
.post--grid--2i_row .post-no-thumb-title-line .post__title{
    font-size: 20px;
    font-size: 1.4285rem; /*font system*/
    line-height: 1.5;
}
.post--grid--2i_row .post-no-thumb-title-line .post__cat{
    margin-bottom: 30px;
}
.post--grid--2i_row .atbs-ceris-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
         transform: translateX(-50%);
}
.post--grid--2i_row .atbs-ceris-carousel .owl-dot.active span {
    background-color: #fff;
}
/*-right*/
.post--vertical-large-70 .post__thumb{
    height: 250px;
    width: 100%;
    margin-bottom: 20px;
}
.post--vertical-large-70 .post__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
/*middle*/
.post--horizontal-70 .post__thumb{
    margin-right: 20px;
}

@media (max-width: 1199px){
    /*
        Layout
    */
    .post--grid--2i_row .post-list .list-item:last-child{
        width: 300px;
    }
    .post--grid--2i_row .post-list .list-item:first-child{
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
    }
    /*middle*/
    .atbs-ceris-post--listing-grid-a-update .post--horizontal-3i_row .post-list .list-item{
        width: 50%;
    }
    /*bottom*/
    .post--vertical-3i_row .post-list .list-item{
        width: 50%;
    }
    /*
        Content
    */
    /*top*/
    /*-left*/
    .post--grid--2i_row .post-no-thumb-title-line {
        padding: 30px 25px 60px 25px;
        height: 360px;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__title {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__cat{
        margin-bottom: 20px;
    }
    /*-right*/
    .post--vertical-large-70 .post__thumb{
        height: 215px;
        width: 100%;
    }
    .post--vertical-large-70 .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        max-width: 85%;
    }
    .atbs-ceris-post--listing-grid-a-update .post--vertical-large-70 .post__title {
        max-width: 100%;
    }
    /*bottom*/

}
@media (max-width: 991px){
    /*
        Layout
    */
    .post--grid--2i_row .post-list .list-item:last-child{
        width: 310px;
    }
    .post--grid--2i_row .post-list .list-item:first-child{
        width: -webkit-calc(100% - 310px);
        width: -moz-calc(100% - 310px);
        width: calc(100% - 310px);
    }
    /*middle*/

    .atbs-ceris-post--listing-grid-a-update .post--horizontal-3i_row .post-list .list-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
    /*bottom*/
    .post--vertical-3i_row .post-list .list-item{
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }
    /*
        Content
    */
    /*top*/
    /*-left*/
    .post--grid--2i_row .post-no-thumb-title-line {
        padding: 30px 25px 55px 25px;
        height: 360px;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__cat {
        margin-bottom: 30px;
    }
    /*-right*/
    .post--vertical-large-70 .post__thumb {
        height: 220px;
    }
    .post--vertical-large-70 .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        max-width: 100%;
    }
    /*middle*/
    .post--horizontal-70 .post__cat{
        margin-bottom: 5px;
    }
    /*bottom*/
    .post--vertical-3i_row .post--vertical .post__title{
        line-height: 1.5;
    }
    .post--grid--2i_row .atbs-ceris-carousel .owl-dots{
        bottom: 25px;
        padding: 0;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */
    .atbs-ceris-post--listing-grid-a-update .atbs-ceris-block__inner > div:not(:last-child) {
        margin-bottom: 35px;
    }
    /*top*/
    .post--grid--2i_row .post-list{
        margin: -17.5px;
    }
    .post--grid--2i_row .post-list .list-item{
        padding: 17.5px;
    }
    /*-left*/
    .post--grid--2i_row .post-list .list-item:first-child{
        width: 100%;
    }
    /*right*/
    .post--grid--2i_row .post-list .list-item:last-child{
        width: 100%;
    }
    /*middle*/
    .atbs-ceris-post--listing-grid-a-update .post--horizontal-3i_row .post-list .list-item{
        width: 100%;
    }
    /*bottom*/
    .post--vertical-3i_row .post-list .list-item{
        width: 50%;
    }
    /*
        Content
    */
    /*top*/
    /*-left*/
    .post--grid--2i_row .post-no-thumb-title-line {
        padding: 40px;
        text-align: center;
        height: auto;
        min-height: 215px;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__text--wrap{
        margin-bottom: 0;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__text--wrap:after {
        display: none;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__excerpt{
        display: none;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__cat{
        margin-bottom: 15px;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__text--wrap{
        padding: 0;
    }
    .post--grid--2i_row .atbs-ceris-carousel .owl-dots{
        bottom: 25px;
    }
    /*-right*/
    .post--vertical-large-70 .post__thumb {
        height: 250px;
        margin-bottom: 15px;
    }
    .post--vertical-large-70 .post__cat{
        margin-bottom: 10px;
    }
    .post--vertical-large-70 .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-post--listing-grid-a-update .post--vertical-large-70 .post__title {
        max-width: 100%;
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
    }
    /*middle*/
    .post--horizontal-70 {
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }
    .post--horizontal-70 .post__thumb{
        width: 100px;
        height: 100px;
        margin-right: 30px;
    }
    .post--horizontal-70 .post__text{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }
    .post--horizontal-70 .post__cat{
        display: block;
    }
    /*bottom*/
    .post--vertical-3i_row .post--vertical .post__thumb{
        margin-bottom: 15px;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */

    /*
        Content
    */
}
@media (max-width: 480px){
    /*
        Layout
    */
    /*bottom*/
    .post--vertical-3i_row .post-list{
        margin: -17.5px;
    }
    .post--vertical-3i_row .post-list .list-item{
        width: 100%;
        padding: 17.5px;
    }
    /*
        Content
    */
    /*top*/
    /*-left*/
    .post--grid--2i_row .post-no-thumb-title-line {
        padding: 40px 25px;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__title{
        max-width: 100%;
        margin: 0 auto;
    }
    /*bottom*/
    .post--vertical-3i_row .post--vertical .post__title{
        font-size: 19px;
        font-size: 1.3571rem; /*font system*/
        line-height: 1.5;
        max-width: 100%;
    }
    .post--horizontal-70 .post__thumb{
        margin-right: 20px;
    }
    .post--grid--2i_row .post-no-thumb-title-line .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 420px){
    /*
        Layout
    */
    /*
        Content
    */
    /*top*/
    /*-left*/
    .post--grid--2i_row .post-no-thumb-title-line .post__title{
        max-width: 100%;
    }
    .post--grid--2i_row .post-no-thumb-title-line{
        min-height: 200px;
    }
    /*-right*/
    .post--vertical-large-70 .post__thumb{
        height: 230px;
    }
}
@media (max-width: 380px){
    /*
        Layout
    */
    /*
        Content
    */

    /*top*/
    /*-left*/
    .post--grid--2i_row .post-no-thumb-title-line{
        padding: 40px 25px 60px 25px;
    }
    /*-right*/
    .post--vertical-large-70 .post__thumb {
        height: 215px;
    }
    /*bottom*/
    .post--vertical-3i_row .post--vertical .post__title{
        max-width: 100%;
    }
}
@media (max-width: 320px){
    /*
        Layout
    */
    /*
        Content
    */
    /*top*/
    /*-left*/
    .post--grid--2i_row .post-no-thumb-title-line .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
    .post--grid--2i_row .post-no-thumb-title-line{
        padding: 30px 25px 45px 25px;
    }
    .post--grid--2i_row .post-no-thumb-title-line {
        min-height: 185px;
    }
    .post--grid--2i_row .atbs-ceris-carousel .owl-dots {
        bottom: 15px;
    }
    /*-right*/
    .post--vertical-large-70 .post__thumb{
        height: 190px;
    }
    .post--vertical-large-70 .post__title{
        max-width: 100%;
    }
    /*middle*/
    .post--horizontal-70 .post__thumb{
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
    /*bottom*/
    .post--vertical-3i_row .post--vertical .post__title{
        max-width: 100%;
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}

/* .Block Main Col A Css ----------------------- */

/* ----------------------- Block Main Col B Css */
/*
    Layout
*/
.atbs-ceris-post--listing-slider .atbs-ceris-block__inner > div:not(:last-child){
    margin-bottom: 60px;
}
.atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main{
    width: 50%;
    background: #fff;
}
.atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-sub{
    width: 50%;
    height: auto;
    position: relative;
    left: 0;
    background-color: #fff;
    bottom: 0;
    z-index: 1;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 30px 25px;
}
.atbs-ceris-post--listing-slider .block-inner--wrap{
    position: relative;
}
.atbs-ceris-post--listing-slider .post-sub .post-list{
    margin: -10px -15px;
}
.atbs-ceris-post--listing-slider .post-sub .list-item{
    padding: 10px 15px;
}
.atbs-ceris-post--listing-slider .posts--vertical-2i_row .post-list{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.atbs-ceris-post--listing-slider .posts--vertical-2i_row .list-item{
    width: 50%;
    padding: 15px;
}
.atbs-ceris-post--listing-slider .post--horizontal .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
/*
    Content
*/
.atbs-ceris-post--listing-slider .owl-background{
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    width: -webkit-calc( 50vw + 1170px/2 - 290px);
    width: -moz-calc( 50vw + 1170px/2 - 290px);
    width: calc( 50vw + 1170px/2 - 290px);
    margin-left: -webkit-calc( (100vw - 1170px) / -2);
    margin-left: -moz-calc( (100vw - 1170px) / -2);
    margin-left: calc( (100vw - 1170px) / -2);
}
.has-left-sidebar .atbs-ceris-post--listing-slider .owl-background{
    right: auto;
    left:0;
    margin-right: -webkit-calc( (100vw - 1170px) / -2);
    margin-right: -moz-calc( (100vw - 1170px) / -2);
    margin-right: calc( (100vw - 1170px) / -2);
    margin-left:  auto;
}
.atbs-ceris-post--listing-slider .block-inner--wrap{

    padding-top: 290px;
    position: relative;

}
.atbs-ceris-post--listing-slider .block-inner--inner{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
    width: -webkit-calc( 100%);
    width: -moz-calc( 100%);
    width: calc( 100%);
    margin-right: 0;
    float: left;
    -webkit-box-shadow: 0 50px 40px -40px rgba(0, 0, 0, 0.07);-moz-box-shadow: 0 50px 40px -40px rgba(0, 0, 0, 0.07);box-shadow: 0 50px 40px -40px rgba(0, 0, 0, 0.07);
}
@media(min-width: 577px){
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main{
        -webkit-border-top-left-radius: 8px;
           -moz-border-radius-topleft: 8px;
                border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
           -moz-border-radius-topright: 8px;
                border-top-right-radius: 8px;
        overflow: hidden;
    }
}

@media(min-width: 1200px){
    .atbs-ceris-post--listing-slider .block-inner--inner{
        width: -webkit-calc( 750px);
        width: -moz-calc( 750px);
        width: calc( 750px);
        margin-right: 100px;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-sub{
        -webkit-border-top-left-radius: 8px;
           -moz-border-radius-topleft: 8px;
                border-top-left-radius: 8px;
        overflow: hidden;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main{
        -webkit-border-top-right-radius: 8px;
           -moz-border-radius-topright: 8px;
                border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 0;
           -moz-border-radius-topleft: 0;
                border-top-left-radius: 0;
        overflow: hidden;
    }
}

/*post main*/
.post-slide-listing-fullwidth .post__thumb{
    margin-bottom: 0;
    display: none;
    width: 100%;
}
.post-slide-listing-fullwidth .post__thumb a{
    width: 100%;
    height: 100%;
}
.post-slide-listing-fullwidth .post__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ceris-block-main-col-b .post-main .owl-stage,
.ceris-block-main-col-b .post-main .atbs-ceris-carousel,
.ceris-block-main-col-b .post-main .owl-stage-outer,
.ceris-block-main-col-b .post-main .owl-item,
.ceris-block-main-col-b .post-main .slide-content,
.ceris-block-main-col-b .post-main .post-slide-listing-fullwidth
{
    height: 100%;
}
.post-slide-listing-fullwidth .post__text{
    z-index: 1;
    background-color: #fff;
    height: 360px;
    padding: 30px 45px 30px 15px;
    position: relative;
}
.post-slide-listing-fullwidth .post__cat{
    margin-bottom: 15px;
}
.post-slide-listing-fullwidth .post__title{
    position: relative;
    padding-bottom: 0 !important;
    margin-bottom: 15px;
    line-height: 1.5;
}
.post-slide-listing-fullwidth .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.post-slide-listing-fullwidth .post__title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    opacity: 0.7;
    background-color: var(--color-text);
    display: none;
}
.post-slide-listing-fullwidth .post__excerpt{
    margin-bottom: 0;
    overflow: hidden;
}
.post-slide-listing-fullwidth .post__excerpt .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.atbs-ceris-post--listing-slider .owl-carousel .owl-dots{
    display: none;
}
.atbs-ceris-post--listing-slider .atbs-ceris-carousel-nav-custom-holder{
    position: absolute;
    top: 50%;
    -webkit-transform: translate(25px, -50%);
    -ms-transform: translate(25px, -50%);
    -moz-transform: translate(25px, -50%);
      -o-transform: translate(25px, -50%);
         transform: translate(25px, -50%);
    left: -webkit-calc(100%);
    left: -moz-calc(100%);
    left: calc(100%);
    z-index: 1;
}
.atbs-ceris-post--listing-slider .atbs-ceris-carousel-nav-custom-holder .owl-number{
    color: #fff;
}
.post-slide-listing-fullwidth .post__meta .entry-author {
    margin-right: 15px;
}
.post-slide-listing-fullwidth .post__meta{
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
               -moz-box-flex: 1;
            flex: 1;
}
.post-slide-listing-fullwidth .post__readmore {
    position: relative;
    margin-top: 30px;
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post-slide-listing-fullwidth .post__readmore:before {
    content: '';
    width: 30px;
    height: 1px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    background-color: #ccc;;
}
.post-slide-listing-fullwidth .post__readmore a{
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}
.post-slide-listing-fullwidth .post__readmore a:hover{
    color: #000;
}

.post-slide-listing-fullwidth .post__readmore i{
    color: #222222;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.post-slide-listing-fullwidth .entry-author .entry-author__avatar{
    width: 35px;
    height: 35px;
    display: inline-block;
}
.post-slide-listing-fullwidth .entry-author .entry-author__name{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.post-slide-listing-fullwidth .entry-author .entry-author__name:hover{
    color: #000;
}
.post-slide-listing-fullwidth time.time{
    font-size: 13px;
    font-weight: 400;
    color: rgba(34, 34, 34, 0.6);
    display: none;
}
.post-slide-listing-fullwidth .post__excerpt{
    margin-bottom: 30px;
}
/*post sub*/
.atbs-ceris-post--listing-slider .post--horizontal-80 .post__thumb{
    margin-right: 20px;
}
.atbs-ceris-post--listing-slider .post--horizontal-80 .post__text{
    padding-right: 0;
}
/*post--vertical-space-large*/
.post--vertical-space-large .post__thumb{
    margin-bottom: 30px;
}
.post--vertical-space-large .post__cat{
    margin-bottom: 15px;
}
.post--vertical-space-large .post__title{
    font-weight: 500;
}
@media (max-width: 1199px) {
    /*
        Layout
    */
    .atbs-ceris-post--listing-slider .block-inner--wrap{
        padding-top: 150px;
        position: relative;
    }
    .atbs-ceris-post--listing-slider .block-inner--inner{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
                flex-direction: row-reverse;
        width: -webkit-calc( 100%);
        width: -moz-calc( 100%);
        width: calc( 100%);
        float: none;
    }
    
    .post-slide-listing-fullwidth .post__text{
        height: 245px;
        padding: 30px 45px 30px 30px;
    }
    .atbs-ceris-post--listing-slider .owl-background{
        position: absolute;
        height: 420px;
        right: 0;
        top: 0;
        z-index: -1;
        width: -webkit-calc( 50vw + 940px/2 - 290px);
        width: -moz-calc( 50vw + 940px/2 - 290px);
        width: calc( 50vw + 940px/2 - 290px);
        margin-left: -webkit-calc( (100vw - 940px) / -2);
        margin-left: -moz-calc( (100vw - 940px) / -2);
        margin-left: calc( (100vw - 940px) / -2);
    }
    .has-left-sidebar .atbs-ceris-post--listing-slider .owl-background{
        right: auto;
        left:0;
        margin-right: -webkit-calc( (100vw - 940px) / -2);
        margin-right: -moz-calc( (100vw - 940px) / -2);
        margin-right: calc( (100vw - 940px) / -2);
        margin-left:  auto;
    }
    .atbs-ceris-post--listing-slider .block-inner--inner{
        position: relative;
        display: block;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        -webkit-flex-direction: unset;
           -moz-box-orient: unset;
           -moz-box-direction: unset;
                flex-direction: unset;
        -moz-box-shadow: none;
             box-shadow: none;
        -webkit-box-shadow: none;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-carousel-nav-custom-holder{
        -webkit-transform: translate(50px, -50%);
        -ms-transform: translate(50px, -50%);
        -moz-transform: translate(50px, -50%);
          -o-transform: translate(50px, -50%);
             transform: translate(50px, -50%);
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main{
        width: 500px;
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        position: relative;
        margin-bottom: 40px;
        -ms-grid-column-align: self-end;
        justify-self: self-end;
        min-height: 250px;
        height: 270px;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-sub{
        height: auto;
        padding: 0;
        margin-right: -100px;
        width: 100%;
        position: initial;
    }
    .atbs-ceris-post--listing-slider .post-sub .post-list{
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: -10px -15px;
    }
    .atbs-ceris-post--listing-slider .post-sub .list-item{
        width: 50%;
    }
    /*
        Content
    */
    /*post main*/
    /*post main*/
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main .owl-carousel{
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        border-top-right-radius: 8px;
        overflow: hidden;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main{
        height: auto;
        overflow: initial;
    }
    .post-slide-listing-fullwidth .post__thumb{
        height: 450px;
    }
    .post-slide-listing-fullwidth .post__text {

    }
    .post-slide-listing-fullwidth .post__title{
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-carousel-nav-custom-holder{


    }
    /*post sub*/
    .atbs-ceris-post--listing-slider .post--horizontal-80 .post__thumb{
        margin-right: 20px;
    }
    /*post--vertical-space-large*/
    .post--vertical-space-large .post__thumb {
        margin-bottom: 25px;
    }
    .post--vertical-space-large .post__cat {
        margin-bottom: 10px;
    }
    .post--vertical-space-large .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .post-slide-listing-fullwidth .post__title{
        margin-bottom: 15px;
    }
    .post-slide-listing-fullwidth .post__meta{
        display: none;
    }
    .post-slide-listing-fullwidth .post__readmore{
        /*display: none;*/
        margin-top: 20px;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-carousel-nav-custom-holder{
        left: -webkit-calc(100% - 50px/2);
        left: -moz-calc(100% - 50px/2);
        left: calc(100% - 50px/2);
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */
    /*.atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main{*/
    /*    width: 570px;*/
    /*}*/
    .atbs-ceris-post--listing-slider .owl-background{
        width: -webkit-calc( 50vw + 720px/2);
        width: -moz-calc( 50vw + 720px/2);
        width: calc( 50vw + 720px/2);
        margin-left: -webkit-calc( (100vw - 720px) / -2);
        margin-left: -moz-calc( (100vw - 720px) / -2);
        margin-left: calc( (100vw - 720px) / -2);
    }
    .has-left-sidebar .atbs-ceris-post--listing-slider .owl-background{
        right: auto;
        left:0;
        margin-right: -webkit-calc( (100vw - 720px) / -2);
        margin-right: -moz-calc( (100vw - 720px) / -2);
        margin-right: calc( (100vw - 720px) / -2);
        margin-left:  auto;
    }
    .atbs-ceris-post--listing-slider .post-sub .list-item{
        width: -webkit-calc( 100% / 2);
        width: -moz-calc( 100% / 2);
        width: calc( 100% / 2);
    }
    /*
        Content
    */
    /*post main*/
    .post-slide-listing-fullwidth .post__thumb{
        height: 450px;
    }
    .post-slide-listing-fullwidth .post__text {

    }
    .post-slide-listing-fullwidth .post__title{
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.41;
        max-width: 100%;
    }
    .post-slide-listing-fullwidth .post__excerpt{
        max-width: 85%;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-carousel-nav-custom-holder{
        bottom: unset;

    }
    /*post sub*/
    .atbs-ceris-post--listing-slider .post--horizontal-80 .post__thumb{
        margin-right: 20px;
    }
    /*post--vertical-space-large*/
    .post--vertical-space-large .post__thumb {
        margin-bottom: 20px;
    }
    .post--vertical-space-large .post__title{
        max-width: 90%;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */

    .atbs-ceris-post--listing-slider .owl-background{
        width: -webkit-calc( 50vw + 510px/2);
        width: -moz-calc( 50vw + 510px/2);
        width: calc( 50vw + 510px/2);
        margin-left: -webkit-calc( (100vw - 510px) / -2);
        margin-left: -moz-calc( (100vw - 510px) / -2);
        margin-left: calc( (100vw - 510px) / -2);
    }
    .has-left-sidebar .atbs-ceris-post--listing-slider .owl-background{
        right: auto;
        left:0;
        margin-right: -webkit-calc( (100vw - 510px) / -2);
        margin-right: -moz-calc( (100vw - 510px) / -2);
        margin-right: calc( (100vw - 510px) / -2);
        margin-left:  auto;
    }
    .atbs-ceris-post--listing-slider .post-sub .post-list{
        margin: -12.5px;
    }
    .atbs-ceris-post--listing-slider .post-sub .list-item{
        padding: 12.5px;
        width: 100%;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main{
        /*width: 400px;*/
    }
    .atbs-ceris-posts-feature-c-update.ceris-light-mode .block__inner--wrap{
        -moz-box-shadow: 0 43px 20px -20px rgba(0,0,0,.05) , 0 0 30px rgba(0,0,0,0.05) !important;
             box-shadow: 0 43px 20px -20px rgba(0,0,0,.05) , 0 0 30px rgba(0,0,0,0.05) !important;;
        -webkit-box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05) !important;;
    }
    /*
        Content
    */
    /*post main*/
    .post-slide-listing-fullwidth .post__thumb {
        height: 385px;
    }
    .post-slide-listing-fullwidth .post__text {
        /*padding: 30px 75px 40px 30px;*/
        padding: 30px 30px 40px 30px;
    }
    .post-slide-listing-fullwidth .post__cat {
        margin-bottom: 15px;
    }
    .post-slide-listing-fullwidth .post__title{
        max-width: 100%;
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 15px;
    }

    .ceris-block-main-col-b .post-slide-listing-fullwidth .post__excerpt{
        max-width: 100%;
    }
    .ceris-block-main-col-b .post-slide-listing-fullwidth .post__excerpt .excerpt{
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-carousel-nav-custom-holder{
        display: block;
    }
    .atbs-ceris-post--listing-slider .owl-carousel .owl-dots{
        display: none;
        position: absolute;
        bottom: 5px;
        left: 50vw;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
             transform: translateX(-50%);
        padding: 0;
    }
    /*post sub*/
    .atbs-ceris-post--listing-slider .post--horizontal-80 .post__thumb{
        margin-right: 30px;
    }
    /*post--vertical-space-large*/
    .post--vertical-space-large .post__thumb{
        margin-bottom: 15px;
    }
    .post--vertical-space-large .post__title{
        max-width: 100%;
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main .owl-carousel {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
    }
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main{
        width: -webkit-calc( 100vw );
        width: -moz-calc( 100vw );
        width: calc( 100vw );
        margin-left: -15px;
    }
    .has-left-sidebar .atbs-ceris-post--listing-slider .owl-background{
        right: auto;
        left:0;
        margin-right: -webkit-calc( 100vw - 15px );
        margin-right: -moz-calc( 100vw - 15px );
        margin-right: calc( 100vw - 15px );
        margin-left:  -15px;
    }
    .post-slide-listing-fullwidth .post__text{
        height: auto;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main{
        height: auto;
    }
    .atbs-ceris-post--listing-slider .block-inner--wrap{
        padding-top: 0;
    }
    .atbs-ceris-post--listing-slider .owl-background{
        display: none;
    }
    .post-slide-listing-fullwidth .post__thumb{
        margin-bottom: 20px;
        display: block;
        height: 375px;
    }
    .post-slide-listing-fullwidth .post__text{
        width: auto;
        margin-right: 15px;
        margin-left: 15px;

        position: initial;
        bottom:0;
        padding: 0;
    }
    .post-slide-listing-fullwidth .post__cat {
        margin-bottom: 10px;
    }
    .post-slide-listing-fullwidth .post__title{
        max-width: 100%;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .post-slide-listing-fullwidth .post__readmore{
        display: none;
    }
    .post-slide-listing-fullwidth .post__excerpt{
        max-width: 90%;
        margin-bottom: 0;
    }
    .atbs-ceris-post--listing-slider .owl-carousel .owl-dots{
        display: block;
        position: initial;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
          -o-transform: none;
             transform: none;
        padding-top: 15px;
    }

}

@media (max-width: 480px){
    .atbs-ceris-post--listing-slider .posts--vertical-2i_row .post-list{
        margin: -17.5px;
    }
    .atbs-ceris-post--listing-slider .posts--vertical-2i_row .list-item{
        width: 100%;
        padding: 17.5px;
    }
    /*
        Content
    */
    /*post main*/
    .post-slide-listing-fullwidth .post__thumb {
        height: 350px;
    }
    .post-slide-listing-fullwidth .post__title{
        max-width: 90%;
    }
    .post-slide-listing-fullwidth .post__excerpt{
        max-width: 90%;
    }
    .atbs-ceris-post--listing-slider .post--horizontal-80 .post__thumb{
        margin-right: 20px;
    }
    /*post--vertical-space-large*/
    .post--vertical-space-large .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        max-width: 100%;
        line-height: 1.5;
    }
}
@media (max-width: 420px){

    /*
        Content
    */
    /*post main*/
    .post-slide-listing-fullwidth .post__thumb {
        height: 250px;
    }
    .post-slide-listing-fullwidth .post__title{
        max-width: 95%;
    }
    .post-slide-listing-fullwidth .post__excerpt{
        max-width: 90%;
    }
}
@media (max-width: 380px){

    /*
        Content
    */
    /*post main*/
    .post-slide-listing-fullwidth .post__thumb {
        height: 275px;
    }
    .post-slide-listing-fullwidth .post__title{
        max-width: 100%;
    }
    .post-slide-listing-fullwidth .post__excerpt{
        max-width: 100%;
    }
    /*post--vertical-space-large*/
    .post--vertical-space-large .post__title{
        max-width: 100%;
    }

}
@media (max-width: 320px){

    /*
        Content
    */
    /*post main*/
    .post-slide-listing-fullwidth .post__thumb {
        height: 255px;
    }
    .post-slide-listing-fullwidth .post__title{
        max-width: 100%;
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .post-slide-listing-fullwidth .post__title:after{
        display: none;
    }
    .post-slide-listing-fullwidth .post__excerpt{
        max-width: 100%;
    }

    /*post sub*/
    .atbs-ceris-post--listing-slider .post--horizontal-80 .post__thumb{
        margin-right: 20px;
    }
    /**/
    .post--vertical-space-large .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }

}
.ceris-block-main-col-b .carousel-fullwidth .post-slide-listing-fullwidth .post__text{
    height: auto;
}
.text-right{
    text-align: right;
}
@media(min-width: 1200px){
    .ceris-block-main-col-b .atbs-ceris-block__inner .carousel-fullwidth{
        width: 100%;
    }
}
.ceris-block-main-col-b .post-slide-listing-fullwidth .post__text{
    height: auto;
}

/* .Block Main Col B Css ----------------------- */

/* ----------------------- Featured B Css */
/*
    Layout
*/
.atbs-ceris-posts-feature-d-update .atbs-ceris-block__inner {
    height: 770px;
    z-index: 1;
}
@media(min-width: 992px){
    .ceris-header-12 + .atbs-ceris-posts-feature-d-update .atbs-ceris-block__inner{
        height: 1000px;
        height: 100vh;
        min-height: 800px;
    }
    .ceris-header-12 + .ceris-feature-slider-b .post--overlay-height-795 .post__text{
        height: 1000px;
        height: 100vh;
        min-height: 800px;
    }
    .ceris-header-12 + .atbs-ceris-posts-feature-c-update .owl-background {
        height: 1000px;
        height: 100vh;
        min-height: 800px;
    }
}
.ceris-header-12 + .atbs-ceris-block {
    margin-bottom: 0 !important;
    overflow: hidden;
}
.atbs-ceris-posts-feature-d-update .owl-background{
    position: absolute;
    width: 100%;
    height: 100%;
}
.atbs-ceris-posts-feature-d-update .block__inner--wrap{
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
         transform: translateX(-50%);
    width: 1170px;
}
.atbs-ceris-posts-feature-d-update .post-main{
    padding: 50px;
    /*width: 975px;*/
    position: relative;
    background-color: #fff;

}
.atbs-ceris-posts-feature-d-update .post-main .owl-carousel{
    width: 870px;
}
.atbs-ceris-posts-feature-d-update .post-sub{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 35px 50px;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.atbs-ceris-posts-feature-d-update .post-sub .post-list{
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.atbs-ceris-posts-feature-d-update .post-sub .list-item{
    padding: 15px;
    width: -webkit-calc( 100% / 3 );
    width: -moz-calc( 100% / 3 );
    width: calc( 100% / 3 );
}

/*
    Content
*/

.atbs-ceris-posts-feature-d-update .post-main .atbs-ceris-carousel-nav-custom-holder{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: absolute;
    right: 50px;
    top: 95px;
}
.atbs-ceris-posts-feature-d-update .post-main .owl-dots{
    display: none;
}
.post--vertical-text-index .post__thumb{
    display: none;
}
.post--vertical-text-index .post__cat{
    margin-bottom: 15px;
}
.post--vertical-text-index .post__text--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.post--vertical-text-index .post__text--column-1 {
    width: 430px;
    margin-right: 40px;
}
.post--vertical-text-index .post__text--column-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
               -moz-box-flex: 1;
            flex: 1;
}
.post--vertical-text-index .post__title{
    font-size: 26px;
    font-size: 1.8571rem; /*font system*/
    line-height: 1.38;
    font-weight: 700;
    float: left;
    position: relative;
    padding-bottom: 0;
}
.post--vertical-text-index .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post--vertical-text-index .post__meta{
    width: 100%;
}
.post--vertical-text-index .post__excerpt,
.post--vertical-text-index .excerpt{
    max-width: 100%;
    margin-bottom: 0;
    overflow: hidden;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
            align-self: flex-start;
}
.post--vertical-text-index .post__excerpt .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.atbs-ceris-posts-feature-d-update .post-main .atbs-ceris-carousel-nav-custom-holder .owl-prev,
.atbs-ceris-posts-feature-d-update .post-main .atbs-ceris-carousel-nav-custom-holder .owl-next{
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
}
.atbs-ceris-posts-feature-d-update .post-main .nav-row-circle .owl-number{
    width: 56px;
}

.atbs-ceris-posts-feature-d-update .post--horizontal-80 .post__thumb{
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
}
.atbs-ceris-posts-feature-d-update .post--horizontal-80 .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1199px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-d-update .atbs-ceris-block__inner {
        height: 650px;
    }
    .atbs-ceris-posts-feature-d-update .block__inner--wrap{
        width: 940px;
    }
    .atbs-ceris-posts-feature-d-update .post-main{
        padding:  35px;
    }
    .atbs-ceris-posts-feature-d-update .post-sub{
        height: auto;
        padding: 35px;
    }
    /*
        Content
    */
    /*post main*/
    .post--vertical-text-index .post__text--column-1{
        width: 320px;
    }
    .atbs-ceris-posts-feature-d-update .post-main .owl-carousel {
        width: 680px;
    }
    .post--vertical-text-index .post__title{
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/

    }
    .atbs-ceris-posts-feature-d-update .post-main .atbs-ceris-carousel-nav-custom-holder{
        right: 35px;
    }
    /*post sub*/
    .atbs-ceris-posts-feature-d-update .post--horizontal-80 .post__title a{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    /*post sub*/
    .atbs-ceris-posts-feature-d-update .post--horizontal-80 .post__thumb{
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-d-update .block__inner--wrap{
        width: 720px;
        position: initial;
        margin: -240px auto 0 auto;
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
          -o-transform: none;
             transform: none;
        -webkit-box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05);
             box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05);
    }
    .atbs-ceris-posts-feature-d-update .post-main{
        padding: 30px 50px;
        width: 100%;
        position: relative;
    }
    .atbs-ceris-posts-feature-d-update .post-sub{
        padding: 30px 50px;
    }
    .atbs-ceris-posts-feature-d-update .post-sub .list-item{
        width: 50%;
    }
    /*
        Content
    */
    .atbs-ceris-posts-feature-d-update .atbs-ceris-block__inner {
        height: auto;
    }
    /*post main*/
    .atbs-ceris-posts-feature-d-update .post-main .owl-carousel{
        width: 100%;
    }
    .atbs-ceris-posts-feature-d-update .owl-background{
        position: relative;
        height: 500px;
        z-index: -1;
    }
    .post--vertical-text-index .post__text--column-1{
        width: 300px;
    }
    .post--vertical-text-index .post__title {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
    }
    .atbs-ceris-posts-feature-d-update .post-main .atbs-ceris-carousel-nav-custom-holder{
        position: initial;
    }
    .atbs-ceris-posts-feature-d-update .nav-row-circle .owl-prev,
    .atbs-ceris-posts-feature-d-update .nav-row-circle .owl-next{
        top: 50%;
        position: absolute;
        width: 45px;
        height: 45px;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
             transform: translateY(-50%);

    }
    .atbs-ceris-posts-feature-d-update .post-main .atbs-ceris-carousel-nav-custom-holder .owl-prev,
    .atbs-ceris-posts-feature-d-update .post-main .atbs-ceris-carousel-nav-custom-holder .owl-next{
        -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
             box-shadow: 0 0 15px rgba(0,0,0,.1);
        border: none;
    }
    .atbs-ceris-posts-feature-d-update .nav-row-circle .owl-prev{
        left: -25px;
    }
    .atbs-ceris-posts-feature-d-update .nav-row-circle .owl-next{
        right: -25px;
    }
    .atbs-ceris-posts-feature-d-update .nav-row-circle .owl-number{
        display: none;
    }
    /*post sub*/
    .atbs-ceris-posts-feature-d-update .post--horizontal-80 .post__thumb{
        margin-right: 25px;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */
    .atbs-ceris-posts-feature-d-update .block__inner--wrap{
        width: 510px;
    }
    .atbs-ceris-posts-feature-d-update .post-main{
        height: auto;
        padding: 40px 55px;
    }
    .atbs-ceris-posts-feature-d-update .post-sub{
        padding: 30px 55px;
    }
    .atbs-ceris-posts-feature-d-update .post-sub .post-list {
        margin: 0 auto;
    }
    .atbs-ceris-posts-feature-d-update .post-sub .list-item{
        width: 100%;
        padding: 0;
    }
    .atbs-ceris-posts-feature-d-update .post-sub .list-item:not(:last-child){
        margin-bottom: 30px;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-d-update .owl-background{
        height: 450px;
    }
    .post--vertical-text-index{
        width: 100%;
        margin: 0 auto;
    }
    .post--vertical-text-index .post__text--column-1{
        width: 100%;
        margin-right: 0;
    }
    .post--vertical-text-index .post__text--column-2{
        display: none;
    }
    /*post sub*/
    .atbs-ceris-posts-feature-d-update .post--horizontal-80 .post__thumb{
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */
    .atbs-ceris-posts-feature-d-update .block__inner--wrap {
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: calc(100% - 110px);
    }
    .atbs-ceris-posts-feature-d-update .post-main{
        padding: 40px;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-d-update .owl-background{
        height: 400px;
    }
    .atbs-ceris-posts-feature-d-update .post-main .atbs-ceris-carousel-nav-custom-holder{
        display: none;
    }
    .post--vertical-text-index .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-posts-feature-d-update .post-main .owl-dots{
        display: block;
        padding-bottom: 0;
        padding-top: 25px;
        text-align: left;
    }
    .atbs-ceris-posts-feature-d-update .post-sub{
        padding: 30px 40px;
    }
    .atbs-ceris-posts-feature-d-update .post--vertical-text-index{
        width: 100%;
    }
}
@media (max-width: 480px){
    .atbs-ceris-posts-feature-d-update .block__inner--wrap {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
    }
    .atbs-ceris-posts-feature-d-update .post-sub .post-list {
        margin: 0 auto;
    }

    /*
        Content
    */
    .atbs-ceris-posts-feature-d-update .owl-background{
        height: 360px;
    }
    .post--vertical-text-index{
        width: 90%;
    }
    .post--vertical-text-index .post__title{
        font-weight: 600;
    }
}
@media (max-width: 420px){

    .atbs-ceris-posts-feature-d-update .block__inner--wrap {
        margin: -140px auto 0 auto;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-d-update .post-main{
        padding: 30px;
    }
    .atbs-ceris-posts-feature-d-update .owl-background{
        height: 330px;
    }
    .post--vertical-text-index .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        max-width: 100%;
        line-height: 1.5;
    }
    /*post sub*/
    .atbs-ceris-posts-feature-d-update .post-sub{
        padding: 30px;
    }
}
@media (max-width: 380px){

    .atbs-ceris-posts-feature-d-update .block__inner--wrap {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .atbs-ceris-posts-feature-d-update .post-sub .post-list{
        max-width: 100%;
    }
    /*
        Content
    */
    .atbs-ceris-posts-feature-d-update .owl-background{
        height: 300px;
    }
    .post--vertical-text-index .post__cat {
        margin-bottom: 10px;
    }
}
@media (max-width: 320px) {

    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-d-update .owl-background{
        height: 260px;
    }
    .post--vertical-text-index .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}

/* .Featured B Css ----------------------- */

/* ----------------------- Featured C Css */
/*
    Layout
*/
.atbs-ceris-posts-feature-c-update .block__inner--wrap{
    width: 1170px;
    height: auto;
    margin: -260px auto 0 auto;
    background-color: var(--color-text);
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    z-index: 1;
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
.atbs-ceris-posts-feature-c-update.ceris-light-mode .block__inner--wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 50px 40px -40px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 50px 40px -40px rgba(0, 0, 0, 0.07);
         box-shadow: 0 50px 40px -40px rgba(0, 0, 0, 0.07);
    border: 1px solid #f6f6f6;
}
.atbs-ceris-posts-feature-c-update .post-main{
    width: 100%;
}
.atbs-ceris-posts-feature-c-update .post-sub{
    width: 100%;
    margin-top: 60px;
}
.atbs-ceris-posts-feature-c-update .post-sub .post-list{
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.atbs-ceris-posts-feature-c-update .post-sub .list-item{
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    padding: 15px;
}
/*
    Content
*/
/*post main*/
.atbs-ceris-posts-feature-c-update .owl-background{
    width: 100%;
    height:  700px;
    z-index:0;
    position: relative;
}

.atbs-ceris-posts-feature-c-update .owl-background a{
    width: 100%;
    height: 100%;
}
.atbs-ceris-posts-feature-c-update .owl-background img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.atbs-ceris-posts-feature-c-update .post-main .owl-dots{
    display: none;
}
.atbs-ceris-posts-feature-c-update .post--vertical-margin-top-reverse .post__text{
    text-align: center;
    margin: 0 auto;
    max-width: 650px;
}
.atbs-ceris-posts-feature-c-update .post--vertical-margin-top-reverse .post__excerpt{
    margin: 0 auto;
}
.post--vertical-margin-top-reverse{
    /*padding-left: 40px;*/
}
.post--vertical-margin-top-reverse .post__thumb{
    display: none;
}
.post--vertical-margin-top-reverse .post__cat{
    margin-bottom: 18px;
}
.ceris-dark-mode .post--vertical-margin-top-reverse a.post__cat{
    color: #fff !important;
}
.ceris-dark-mode .post--vertical-margin-top-reverse .post__cat:before{
    background-color: #fff !important;
}
.post--vertical-margin-top-reverse .post__title{
    font-size: 30px;
    font-size: 2.1428rem; /*font system*/
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}
.ceris-dark-mode .post--vertical-margin-top-reverse .post__title {
    color: #fff;
}
.post--vertical-margin-top-reverse .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post--vertical-margin-top-reverse .post__excerpt{
    overflow: hidden;
    margin-bottom: 0;
    max-width: 85%;
}
.ceris-dark-mode .post--vertical-margin-top-reverse .post__excerpt {
    color: #fff;
}
.post--vertical-margin-top-reverse .post__excerpt .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ceris-dark-mode .post--vertical-margin-top-reverse .post__readmore:before,
.ceris-dark-mode .post--vertical-margin-top-reverse .post__readmore:after{
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.ceris-dark-mode .post--vertical-margin-top-reverse .post__readmore a {
    color: #fff;
}
@media(max-width: 991px){
    .feature-module-c .post--vertical-margin-top-reverse .post__excerpt .excerpt{
        -webkit-line-clamp: 2;
    }
}
.atbs-ceris-posts-feature-c-update .owl-carousel .owl-prev,
.atbs-ceris-posts-feature-c-update .owl-carousel .owl-next {
    background-color: transparent;
    width: 50px;
    height: 50px;
}

.atbs-ceris-posts-feature-c-update.ceris-light-mode .owl-carousel .owl-prev,
.atbs-ceris-posts-feature-c-update.ceris-light-mode .owl-carousel .owl-next{
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
         box-shadow: none !important;
    color: #888;
    background: #fff;
}
.atbs-ceris-posts-feature-c-update.ceris-light-mode .owl-carousel .owl-prev:hover,
.atbs-ceris-posts-feature-c-update.ceris-light-mode .owl-carousel .owl-next:hover{
    color: #fff;
}
.atbs-ceris-posts-feature-c-update.ceris-light-mode .owl-carousel .owl-prev svg,
.atbs-ceris-posts-feature-c-update.ceris-light-mode .owl-carousel .owl-next svg{
    fill: rgba(0, 0, 0, 0.3);
}
.atbs-ceris-posts-feature-c-update.ceris-dark-mode .owl-carousel .owl-prev,
.atbs-ceris-posts-feature-c-update.ceris-dark-mode .owl-carousel .owl-next{
    background-color: transparent;
    color: #E8E8E8;
    border: 1px solid rgba(255,255,255,0.4);
}
.atbs-ceris-posts-feature-c-update.ceris-dark-mode .owl-carousel .owl-prev:hover,
.atbs-ceris-posts-feature-c-update.ceris-dark-mode .owl-carousel .owl-next:hover{
    /*background-color: #E8E8E8;*/
    color: #fff;
}
.atbs-ceris-posts-feature-c-update .owl-carousel .owl-dots{
    display: none;
}
/*post sub*/
.atbs-ceris-posts-feature-c-update .post-sub .post--horizontal-80 .post__text{
    padding-right: 0;
}

.atbs-ceris-posts-feature-c-update.ceris-dark-mode .post-sub  .post--vertical-text-not-fullwidth .post__title,
.atbs-ceris-posts-feature-c-update.ceris-dark-mode .post-sub  .post--vertical-text-not-fullwidth time.time,
.atbs-ceris-posts-feature-c-update.ceris-dark-mode .post-sub .post--horizontal-80 .post__title,
.atbs-ceris-posts-feature-c-update.ceris-dark-mode .post-sub .post--horizontal-80 .post__cat{
    color: #fff !important;
}

@media (max-width: 1199px){
    /*
        Layout
    */
    .atbs-ceris-posts-feature-c-update .block__inner--wrap{
        width: 940px;
    }
    .atbs-ceris-posts-feature-c-update .post-main .owl-background {
        width: 100%;
        height: 570px;
    }
    /*
        Content
    */
    /*post main*/
    .post--vertical-margin-top-reverse {
        /*padding-left: 50px;*/
    }
    .post--vertical-margin-top-reverse .post__title{
        font-size: 28px;
        font-size: 2rem; /*font system*/
    }

    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-prev,
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-next{
        width: 50px;
        height: 50px;
    }
    .atbs-ceris-posts-feature-c-update .post-sub .post--horizontal-80 .post__title a{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .atbs-ceris-posts-feature-c-update .atbs-ceris-carousel-nav-custom-holder{
        right: -webkit-calc(50% - 585px + 155px);
        right: -moz-calc(50% - 585px + 155px);
        right: calc(50% - 585px + 155px);
    }
}
@media (max-width: 991px){
    /*
        Layout
    */
    .atbs-ceris-posts-feature-c-update .post-main{
        padding-bottom: 0;
        padding-right: 0;
    }
    .atbs-ceris-posts-feature-c-update .post-sub .list-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
    .atbs-ceris-posts-feature-c-update .block__inner--wrap{
        width: 720px;
        height: auto;
        padding: 50px 40px 50px 40px;
    }
    .atbs-ceris-posts-feature-c-update .block__inner--wrap:after{
        left: 350px;
    }

    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-c-update .owl-background{
        height: 500px;
    }
    .atbs-ceris-posts-feature-c-update .post--vertical-margin-top-reverse .post__text{
        max-width: 450px;
    }
    .post--vertical-margin-top-reverse{
        /*padding-left: 40px;*/
    }
    .post--vertical-margin-top-reverse .post__title {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.41;
        margin-bottom: 15px;
    }
    .post--vertical-margin-top-reverse .post__excerpt{
        max-width: 100%;
    }
    .atbs-ceris-posts-feature-c-update .atbs-ceris-carousel-nav-custom-holder {
        right: -webkit-calc(50% - 720px/2 + 190px);
        right: -moz-calc(50% - 720px/2 + 190px);
        right: calc(50% - 720px/2 + 190px);
        top: unset;
        bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        position: initial;
        padding-left: 40px;
        margin-top: 40px;
    }
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-nav {
        display: none;
    }
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-prev,
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-next{
        width: 45px;
        height: 45px;
    }
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-dots{
        display: block;
        padding-bottom: 0;
        padding-top: 25px;
    }
    .atbs-ceris-posts-feature-c-update.ceris-light-mode .dots-circle .owl-dot.active span {
        background-color: #000;
    }
    .atbs-ceris-posts-feature-c-update.ceris-dark-mode .dots-circle .owl-dot.active span {
        background-color: #fff;
    }
    .atbs-ceris-posts-feature-c-update.ceris-light-mode .dots-circle .owl-dot span{
        background-color: rgba(0,0,0,0.2);
    }
    .atbs-ceris-posts-feature-c-update.ceris-dark-mode .dots-circle .owl-dot span{
        background-color: rgba(255,255,255,0.2);
    }
}
@media (max-width: 767px){
    /*
        Layout
    */
    .atbs-ceris-posts-feature-c-update .post-sub .list-item{
        width: 100%;
    }
    .atbs-ceris-posts-feature-c-update .block__inner--wrap{
        width: 510px;
        padding: 45px 0;
        margin: -200px auto 0 auto;
        height: auto;
    }
    .atbs-ceris-posts-feature-c-update .block__inner--wrap:after{
        display: none;
    }
    .atbs-ceris-posts-feature-c-update .block__inner--wrap > div:not(:last-child){
        margin-bottom: 30px;
    }
    .atbs-ceris-posts-feature-c-update .post-main{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
                order: 1;
        width: 100%;
        padding-bottom: 25px;
        padding-left: 40px;
        padding-right: 40px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .atbs-ceris-posts-feature-c-update.ceris-dark-mode .post-main{
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .atbs-ceris-posts-feature-c-update .post-sub{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
                order: 2;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        margin: 0;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-c-update .post--vertical-margin-top-reverse .post__text{
        max-width: 550px;
    }
    .atbs-ceris-posts-feature-c-update .owl-background{
        height: 450px;
    }
    .post--vertical-margin-top-reverse {
        padding: 0;
        width: 100%;
        margin: 0 auto;
    }
    .post--vertical-margin-top-reverse .post__title{
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        margin-bottom: 0;
    }
    .post--vertical-margin-top-reverse .post__excerpt{
        display: none;
    }
    .atbs-ceris-posts-feature-c-update .atbs-ceris-carousel-nav-custom-holder {
        position: absolute;
        display: inline-block;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        right: 29px;
        top: 50px;
        bottom: unset;
        margin-top: 0;
    }
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-prev,
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-next{
        top: 15%;
        position: initial;
        width: 45px;
        height: 45px;
        z-index: 1;
    }
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-prev{
        margin-bottom: 15px;
        left: 25px;
    }
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-next{
        right: 25px;

    }
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-number{
        display: none;
    }

    /*post sub*/
    .atbs-ceris-posts-feature-c-update .post-sub .post--horizontal-80 .post__thumb{
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */
    .atbs-ceris-posts-feature-c-update .owl-background {
        height: 400px;
    }
    .atbs-ceris-posts-feature-c-update .block__inner--wrap{
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: calc(100% - 110px);
        padding: 35px 0;
    }
    .atbs-ceris-posts-feature-c-update .post--vertical-margin-top-reverse{
        width: 100%;
    }
    .atbs-ceris-posts-feature-c-update .post-main{
        padding-left: 40px;
        padding-right: 40px;
    }


    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-c-update .post-sub{
        padding-left: 40px;
        padding-right: 40px;
    }
    .post--vertical-margin-top-reverse .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        font-weight: 600;
    }
    .atbs-ceris-posts-feature-c-update .atbs-ceris-carousel-nav-custom-holder{
        display: none;
    }
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-dots{
        display: block;
        padding-bottom: 0;
        padding-top: 20px;
    }

}
@media (max-width: 480px){
    .atbs-ceris-posts-feature-c-update .block__inner--wrap {
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
        padding: 40px 0;
    }
    .atbs-ceris-posts-feature-c-update .post-main{
        padding-left: 40px;
        padding-right: 40px;
    }
    .atbs-ceris-posts-feature-c-update .post-sub {
        padding-left: 40px;
        padding-right: 40px;
    }
    /*
        Content
    */
    .atbs-ceris-posts-feature-c-update .owl-background {
        height: 360px;
    }
    .post--vertical-margin-top-reverse{
        width: 90%;
    }

}
@media (max-width: 420px){
    .atbs-ceris-posts-feature-c-update .owl-background {
        height: 330px;
    }
    .atbs-ceris-posts-feature-c-update .block__inner--wrap {
        padding: 30px 0;
        margin: -140px auto 0 auto;
    }
    .atbs-ceris-posts-feature-c-update .post-main{
        padding-left: 30px;
        padding-right: 30px;
    }
    .atbs-ceris-posts-feature-c-update .post-sub {
        padding-left: 30px;
        padding-right: 30px;
    }
    /*
        Content
    */
    .post--vertical-margin-top-reverse .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        max-width: 100%;
    }
    .atbs-ceris-posts-feature-c-update .owl-carousel .owl-dots{
        padding-top: 15px;
    }

}
@media (max-width: 380px){
    .atbs-ceris-posts-feature-c-update .block__inner--wrap {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .atbs-ceris-posts-feature-c-update .owl-background {
        height: 300px;
    }
    .post--vertical-margin-top-reverse{
        width: 90%;
    }
    .post--vertical-margin-top-reverse .post__cat{
        margin-bottom: 10px;
    }
}
@media (max-width: 320px) {
    .atbs-ceris-posts-feature-c-update .post-sub .list-item:not(:last-child) {
        /*margin-bottom: 30px;*/
    }
     .atbs-ceris-posts-feature-c-update .owl-background {
        height: 260px;
    }
    .post--vertical-margin-top-reverse .post__title{
        max-width: 100%;
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
/* .Featured C Css ----------------------- */
/* ----------------------- Featured E Css */
/*
    Layout
*/
.atbs-ceris-posts-feature-a-update .atbs-ceris-block__inner{
    width: -webkit-calc( 50% + 585px);
    width: -moz-calc( 50% + 585px);
    width: calc( 50% + 585px);
    margin-left: auto;
}
@media(min-width: 768px){
    .feature-module-e .post--horizontal .post__thumb{
        margin: unset;
        margin-left: auto;
        float: none;
    }
}
.atbs-ceris-posts-feature-a-update .post--horizontal-fullwidth-thumb-large .post__title{
    font-weight: 700;
}
/*post sub*/
.atbs-ceris-posts-feature-a-update .post-sub{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1170px;
    z-index: 1;
    padding: 50px;
    background-color: #333;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.atbs-ceris-posts-feature-a-update .post-sub .post-list{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -40px;
}
.atbs-ceris-posts-feature-a-update .post-sub .list-item{
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 40px;
}
.atbs-ceris-posts-feature-a-update .post-sub .list-item:not(:last-child){
    border-right: 1px solid rgba(255,255,255,0.2);
}
/*
    Content
*/
/*post main*/
.feature-module-d .post--horizontal-fullwidth-thumb-large .post__thumb,
.feature-module-e .post--horizontal-fullwidth-thumb-large .post__thumb {
    margin-bottom: 0;
}
.feature-module-e .post--horizontal-fullwidth-thumb-large .post__thumb {
    margin-bottom: 0;
    margin-right: 0;
}
.post--horizontal-fullwidth-thumb-large .post__thumb{
    width: 50vw;
    margin-left: auto;
}
.post--horizontal-fullwidth-thumb-large .post__thumb a{
    width: 100%;
    height: 100%;
}
.post--horizontal-fullwidth-thumb-large .post__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post--horizontal-fullwidth-thumb-large .post__text{
    position: absolute;
    left: 0;
    top: 130px;
    width: 500px;
}
.post--horizontal-fullwidth-thumb-large .post__cat{
    margin-bottom: 20px;
}
.post--horizontal-fullwidth-thumb-large .post__title{
    font-size: 32px;
    font-size: 2.2857rem; /*font system*/
    line-height: 1.5;
    font-weight: 500;
}
.post--horizontal-fullwidth-thumb-large .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post--horizontal-fullwidth-thumb-large .post__meta .entry-author{
    margin-right: 15px;
}
.post--horizontal-fullwidth-thumb-large .entry-author img{
    width: 34px;
    height: 34px;
    display: inline-block;
}
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-prev,
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-next{
    background-color: transparent;
    border: 1px solid rgba(0,0,0,0.1);
    color:  rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    top: 350px;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
}
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-prev:hover,
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-next:hover{
    background-color: var(--color-logo);
    color: #fff;
}
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-next{
    left: 60px;
}
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-prev i,
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-next i{
    font-size: 20px;
}
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel .owl-dots{
    display: none;
}
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel .owl-item{
    overflow: hidden;
}
.atbs-ceris-posts-feature-a-update .atbs-ceris-carousel .owl-dot.active span{
    background-color: #fff;
}
/*post sub*/
.post--no-thumb-text-white{
    height: 210px;
}
.post--no-thumb-text-white .post__text{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
            align-content: space-between;
}
.post--no-thumb-text-white .post__cat:before{
    background-color: #fff;
}
.post--no-thumb-text-white .post__cat{
    margin-bottom: 30px;
    color: #fff;
}
.post--no-thumb-text-white .post__title{
    color: #fff;
}
/** For the specific module **/
.feature-module-d .post--no-thumb-text-white .post__cat:before{
    background-color: #fff !important;
}
.feature-module-d .post--no-thumb-text-white a.post__cat{
    color: #fff !important;
}

.feature-module-e .post--no-thumb-text-white .post__cat:before{
    background-color: #fff !important;
}
.feature-module-e .post--no-thumb-text-white a.post__cat{
    color: #fff !important;
}
/****************************/
.post--no-thumb-text-white .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post--no-thumb-text-white .readmore__text{
    color: #fff;
}
@media (max-width: 1199px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-a-update .atbs-ceris-block__inner{
        width: -webkit-calc( 50% + 940px / 2);
        width: -moz-calc( 50% + 940px / 2);
        width: calc( 50% + 940px / 2);
        margin-left: auto;
    }
    .atbs-ceris-posts-feature-a-update .post-sub{
        width: 940px;
        padding: 35px 45px;
    }
    .atbs-ceris-posts-feature-a-update .post-sub .post-list{
        margin: 0 -50px;
    }
    .atbs-ceris-posts-feature-a-update .post-sub .list-item{
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        padding: 0 50px;
    }
    /*
        Content
    */
    /*post main*/
    .post--horizontal-fullwidth-thumb-large .post__thumb{
        width: 55vw;
        height: 700px;
    }
    .post--horizontal-fullwidth-thumb-large .post__text{
        top: 80px;
        width: 400px;
    }
    .atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-prev,
    .atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-next{
        top: 310px;
    }
    .post--horizontal-fullwidth-thumb-large .post__title{
        font-size: 1.8571rem; /*font system*/
    }
    .post--horizontal-fullwidth-thumb-large .post__title a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    /*post sub*/
    .post--no-thumb-text-white {
        height: 200px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    .feature-module-e .post--horizontal-fullwidth-thumb-large .post__text{
        padding-right: 15px;
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-a-update .atbs-ceris-block__inner{
        width: -webkit-calc( 50% + 720px / 2);
        width: -moz-calc( 50% + 720px / 2);
        width: calc( 50% + 720px / 2);
    }
    .atbs-ceris-posts-feature-a-update .post-sub{
        /*width: 720px;*/
        width: 100%;
        position: initial;
        padding: 35px 35px;
    }
    .atbs-ceris-posts-feature-a-update .post-sub .post-list {
        margin: 0 -30px;
    }
    .atbs-ceris-posts-feature-a-update .post-sub .list-item {
        padding: 0 30px;
    }
    /*
        Content
    */
    /*post main*/
    .post--horizontal-fullwidth-thumb-large .post__thumb{
        height: 400px;
        width: 55vw;
    }
    .post--horizontal-fullwidth-thumb-large .post__text{
        width: 270px;
    }
    .post--horizontal-fullwidth-thumb-large .post__title{
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
    }
    /*post sub*/
    .post--no-thumb-text-white {
        height: 185px;
    }
    .post--no-thumb-text-white .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        font-weight: 500;
    }
}
@media (max-width: 767px) and (min-width: 577px){

    .post--horizontal-fullwidth-thumb-large .post__text{
        width: 250px;
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-a-update .atbs-ceris-block__inner{
        /*width: calc( 50% + 510px / 2);*/
        width: -webkit-calc( 100%);
        width: -moz-calc( 100%);
        width: calc( 100%);
        margin-left: auto;
    }
    .atbs-ceris-posts-feature-a-update .post-main{
        margin-left: 30px;
    }
    .atbs-ceris-posts-feature-a-update .post-main .post-type-icon--md svg{
        width: 60px;
        height: 60px;
    }
    /*
        Content
    */
    /*post main*/
    .post--horizontal-fullwidth-thumb-large .post__thumb{
        height: 350px;
    }
    .post--horizontal-fullwidth-thumb-large .post__text{
        top: 70px;
        /*width: 250px;*/
    }
    .post--horizontal-fullwidth-thumb-large .post__meta{
        display: none;
    }
    .post--horizontal-fullwidth-thumb-large .post__title a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-prev,
    .atbs-ceris-posts-feature-a-update .atbs-ceris-carousel.nav-circle .owl-next {
        top: 245px;
    }

}
@media(max-width: 680px) and (min-width: 621px){
    .feature-module-e .post--horizontal-fullwidth-thumb-large .post__thumb {
        width: 55vw;
    }
}
@media(max-width: 620px) and (min-width: 577px){
    .feature-module-e .post--horizontal-fullwidth-thumb-large .post__thumb {
        width: 50vw;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-a-update .atbs-ceris-block__inner{
        width: 100%;
    }
    .atbs-ceris-posts-feature-a-update .post-sub{
        width: 100%;
        padding: 0 55px;
        margin: -80px auto 0 auto;
        background-color: transparent;
        z-index: 1;
        position: relative;
     }

    .atbs-ceris-posts-feature-a-update .post-main{
        margin-left: 0;
    }
    .atbs-ceris-posts-feature-a-update .post-sub .post-list{
        margin: 0;
        -webkit-box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05);
        box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05);
        background-color: #333;
    }
    .atbs-ceris-posts-feature-a-update .post-sub .list-item{
        padding: 25px;
        width: 100%;
    }
    .atbs-ceris-posts-feature-a-update .post-sub .list-item:not(:last-child){
        border-bottom: 1px solid rgba(255,255,255,0.2);
        border-right: none;
    }
    /*
        Content
    */
    /*post main*/


    .post--horizontal-fullwidth-thumb-large .post__thumb{
        width: 100%;
    }
    .post--horizontal-fullwidth-thumb-large .post__thumb:after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .post--horizontal-fullwidth-thumb-large .post__text{
        width: 100%;
        padding: 0 55px;
        top: 50px;
    }
    .post--horizontal-fullwidth-thumb-large .post__title {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.4;
        color: #fff;
        max-width: 100%;
    }
    .post--horizontal-fullwidth-thumb-large .post__cat {
        margin-bottom: 20px;
        color: #fff;
    }
    .post--horizontal-fullwidth-thumb-large .post__cat:before{
        background-color: #fff;
    }
    .post--horizontal-fullwidth-thumb-large .post-type-icon {
        display: none;
    }
    .atbs-ceris-posts-feature-a-update .post-main .owl-nav{
        display: none;
    }
    .atbs-ceris-posts-feature-a-update .post-main .owl-dots{
        display: block;
        position: absolute;
        left: 50%;
        top: 230px;
        padding: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
             transform: translateX(-50%);
    }
    /*post sub*/
    .post--no-thumb-text-white{
        height: auto;
    }
    .post--no-thumb-text-white .post__text{
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }
    .post--no-thumb-text-white .post__text--wrap{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }
    .post--no-thumb-text-white .post__cat{
        margin-bottom: 20px;
    }
    .post--no-thumb-text-white .post__title{
        max-width: 85%;
        font-size: 18px;
        font-size: 1.2142rem; /*font system*/
        line-height: 1.5;
        font-weight: 500 !important;
    }
    .post--no-thumb-text-white .readmore__text > span{
        display: none;
    }
    .post--no-thumb-text-white .readmore__text i{
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        background-color: #fff;
        color: var(--color-text);
        border: 1px solid rgba(0,0,0,0.2);
        margin: 0;
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-a-update .post-sub{
        padding: 0 25px;
    }

    /*
        Content
    */
    /*post main*/
    .post--horizontal-fullwidth-thumb-large .post__thumb{
        height: 300px;
    }
    .post--horizontal-fullwidth-thumb-large .post__text{
        top: 45px;
        padding: 0 25px;
    }
    .post--horizontal-fullwidth-thumb-large .post__cat{
        margin-bottom: 10px;
    }
    .post--horizontal-fullwidth-thumb-large .post__title,
    .atbs-ceris-posts-feature-a-update .post--horizontal-fullwidth-thumb-large .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        font-weight: 600;
        max-width: 100%;
    }

    .atbs-ceris-posts-feature-a-update .post-main .owl-dots{
        top: 215px;
    }
    /*post sub*/
    .post--no-thumb-text-white .post__title{
        max-width: 80%;
        font-size: 17px;
        font-size: 1.2142rem; /*font system*/
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-a-update .post-sub{

    }
    .atbs-ceris-posts-feature-a-update .post-sub .list-item{
        padding: 20px;
    }
    /*
        Content
    */
    /*post main*/
    .post--horizontal-fullwidth-thumb-large .post__text {

        top: 50px;

    }
    .post--horizontal-fullwidth-thumb-large .post__title {
        max-width: 75%;
    }

}
@media (max-width: 380px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-a-update .post-sub{
        margin: -50px auto 0 auto;
        padding: 0 20px;
    }
    /*
        Content
    */
    /*post main*/
    .post--horizontal-fullwidth-thumb-large .post__title {
        max-width: 100%;
    }
    .post--horizontal-fullwidth-thumb-large .post__text {
        padding: 0 20px;
    }
    /*post sub*/

    .post--no-thumb-text-white .post__cat {
        margin-bottom: 10px;
    }
    .post--no-thumb-text-white .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
        max-width: 100%;
    }

    .post--no-thumb-text-white .post__readmore  {
        display: none;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-a-update .post-sub{
        margin: -50px auto 0 auto;
    }
    /*
        Content
    */
    /*post main*/
    .post--horizontal-fullwidth-thumb-large .post__text{
        top: 40px;
    }
    .post--horizontal-fullwidth-thumb-large .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        max-width: 85%;
    }
}
/* .Featured E Css ----------------------- */
/* ----------------------- Featured D Css */
/*
    Layout
*/
.atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__thumb{
    width: 100vw;
}
/*post sub*/
.atbs-ceris-posts-feature-b-update .post-sub{
    position: absolute;
    right: 0;
    bottom: 0;
    width: -webkit-calc( 50% + 585px);
    width: -moz-calc( 50% + 585px);
    width: calc( 50% + 585px);
    z-index: 1;
    padding: 50px;
    background-color: #333;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.atbs-ceris-posts-feature-b-update .post-sub .post-list{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -65px;
}
.atbs-ceris-posts-feature-b-update .post-sub .list-item{
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 0 65px;
}
.atbs-ceris-posts-feature-b-update .post-sub .list-item:not(:last-child){
    border-right: 1px solid rgba(255,255,255,0.2);
}
/*
    Content
*/
/*post main*/
.atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__thumb{
    height: 825px;
}
.atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text{
    max-width: 700px;
    position: relative;
    top:0;
}
.atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap{
    left: -webkit-calc(50% - 585px);
    left: -moz-calc(50% - 585px);
    left: calc(50% - 585px);
    width: 1170px;
    position: absolute;
    top: 120px;
}
.atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__cat,
.atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__title{
    color: #fff;
}
.atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__cat:before{
    background-color: #fff;
}
.atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__cat{
    margin-bottom: 20px;
}
.atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__title{
    font-size: 40px;
    font-size: 2.8571rem; /*font system*/
    line-height: 1.4;
    font-weight: 700;
}

.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav > div:not(:last-child){
    margin-right: 15px;
}
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-prev,
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-next {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.6);
    color: var(--color-text);
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    position: initial;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-prev:hover,
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-next:hover{
    background-color: #fff;
}
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-prev:hover i,
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-next:hover i{
    color: var(--color-text);
}
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav{
    left: -webkit-calc( 50% - 585px);
    left: -moz-calc( 50% - 585px);
    left: calc( 50% - 585px);
    position: absolute;
    bottom: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-prev i,
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-next i {
    font-size: 20px;
    font-size: 1.4285rem; /*font system*/
    line-height: 1.5;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*post sub*/
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel .owl-dots{
    display: none;
}
.atbs-ceris-posts-feature-b-update .atbs-ceris-carousel .owl-dot.active span{
    background-color: #fff;
}

@media (max-width: 1199px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-b-update .post-sub{
        width: -webkit-calc( 50% + 940px / 2);
        width: -moz-calc( 50% + 940px / 2);
        width: calc( 50% + 940px / 2);
        padding: 35px 45px;
    }
    .atbs-ceris-posts-feature-b-update .post-sub .post-list{
        margin: 0 -50px;
    }
    .atbs-ceris-posts-feature-b-update .post-sub .list-item{
        padding: 0 50px;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap,
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav{
        left: -webkit-calc(50% - 940px/2 );
        left: -moz-calc(50% - 940px/2 );
        left: calc(50% - 940px/2 );
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap{
        width: 940px;
        top: 40px;
    }

    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__thumb {
        height: 650px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__cat {
        margin-bottom: 20px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text{
        width: 400px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__title{
        font-size: 28px;
        font-size: 2rem; /*font system*/
    }
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav{
        bottom: 350px;
    }
    /*post sub*/

}
@media (max-width: 991px){
    /*
        Layout
    */
    /*post sub*/
    .atbs-ceris-posts-feature-b-update .post-sub{
        width: -webkit-calc( 50% + 720px / 2);
        width: -moz-calc( 50% + 720px / 2);
        width: calc( 50% + 720px / 2);
        padding: 35px 35px;

    }
    .atbs-ceris-posts-feature-b-update .post-sub .post-list {
        margin: 0 -30px;
    }
    .atbs-ceris-posts-feature-b-update .post-sub .list-item {
        padding: 0 30px;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__thumb{
        height: 600px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap,
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav{
        left: -webkit-calc(50% - 720px/2 );
        left: -moz-calc(50% - 720px/2 );
        left: calc(50% - 720px/2 );
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap{
        width: 720px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text{
        width: 100%;
        max-width: 100%;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post-type-icon{
        display: none;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large.icon-right-center .post__text {
        padding: 0;
    }
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav {
        bottom: 325px;
    }
    /*post sub*/
}
@media (max-width: 767px){
    /*
        Layout
    */
    /*post sub*/
    .atbs-ceris-posts-feature-b-update .post-sub{
        width: 100%;
        position: initial;
        padding: 35px 35px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap,
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav{
        left: 35px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap{
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);

    }


    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__thumb {
        height: 400px;
    }
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-prev,
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-next {
        /*background-color: #fff;*/
    }
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-prev i,
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-next i {
        /*color: var(--color-text);*/
    }
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav {
        bottom: 125px;

    }
}

@media (max-width: 576px){
    /*
        Layout
    */
    /*post sub*/
    .atbs-ceris-posts-feature-b-update .post-sub{
        width: 100%;
        padding: 0 55px;
        margin: -80px auto 0 auto;

        z-index: 1;
        position: relative;
        background-color: transparent;

    }
    .atbs-ceris-posts-feature-b-update .post-sub .post-list{
        margin: 0;
        background-color: #333;
        -webkit-box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05);
        -moz-box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05);
        box-shadow: 0 43px 20px -20px rgba(0,0,0,.05), 0 0 30px rgba(0,0,0,0.05);
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text{
        left: 0;
    }
    .atbs-ceris-posts-feature-b-update .post-sub .list-item{
        padding: 25px;
        width: 100%;
    }
    .atbs-ceris-posts-feature-b-update .post-sub .list-item:not(:last-child){
        border-bottom: 1px solid rgba(255,255,255,0.2);
        border-right: none;
    }
    /*
        Content
    */
    /*post main*/

    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap,
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav{
        left: 35px;
     }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__thumb{
        height: 350px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap{
        top: 50px;
        width: 100%;
        left: 0;
        padding: 0 50px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__title{
        font-size: 1.5714rem; /*font system*/
        line-height: 1.4;
    }
    .atbs-ceris-posts-feature-b-update .atbs-ceris-carousel.nav-circle .owl-nav{
        display: none;
    }
    .atbs-ceris-posts-feature-b-update .post-main .owl-dots {
        display: block;
        position: absolute;
        left: 50%;
        top: 230px;
        padding: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
             transform: translateX(-50%);
    }
}


@media (max-width: 480px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text{
        left: 0;
    }
    /*
        Content
    */
    /*post main*/
    .atbs-ceris-posts-feature-b-update .post-main .owl-dots {
        top: 185px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap{
        top: 45px;
        padding: 0 25px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__thumb{
        height: 300px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        font-weight: 600;
        max-width: 100%;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__cat {
        margin-bottom: 10px;
    }
    /*Post Sub*/
    .atbs-ceris-posts-feature-b-update .post-sub{
        padding: 0 25px;
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */

    .atbs-ceris-posts-feature-b-update .post-sub .list-item{
        padding: 20px;
    }
    /*
        Content
    */
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap{
        top: 50px;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text{
        left:0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -moz-transform: translate(0);
          -o-transform: translate(0);
             transform: translate(0);
        max-width: 100%;
        padding-left: 0;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__title{
        max-width: 100%;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 380px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-b-update .post-sub{
        margin: -50px auto 0 auto;
        padding: 0 20px;
    }

    /*
        Content
    */
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap{
        top: 45px;
        padding: 0 20px;
    }
    .atbs-ceris-posts-feature-b-update .post-main .owl-dots {
        top: 215px;
    }

}
@media (max-width: 320px) {
    /*
        Layout
    */
    .atbs-ceris-posts-feature-b-update .post-sub{
        margin: -50px auto 0 auto;
    }
    /*
        Content
    */
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text--wrap{
        top: 40px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -moz-transform: translate(0);
          -o-transform: translate(0);
             transform: translate(0);
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__text{
        left: 0;
        padding-left:0;
    }
    .atbs-ceris-posts-feature-b-update .post--horizontal-fullwidth-thumb-large .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
/* .Featured D Css ----------------------- */

/* ----------------------- Listing Grid Small  */
/*
    Layout
*/
.atbs-ceris-post--listing-list-a-update .post-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -20px -25px;
}
.atbs-ceris-post--listing-list-a-update .list-item{
    width: 50%;
    padding: 20px 25px;
}
/*
    Content
*/
.block-heading.block-heading-has-button nav{
    margin-top: 0;
}
.post__title-line-bottom .post__title{
    padding-bottom: 15px;
    position: relative;
}
.post__title-line-bottom .post__title:after{
    content: '';
    width: 50px;
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: var(--color-text);
    opacity: 0.7;
}
a.block-heading__secondary{
    color: var(--color-logo);
    font-size: 15px;
    line-height: 1.53;
}
.atbs-ceris-pagination a.btn-default,
.atbs-ceris-pagination a.btn-default:active,
.atbs-ceris-pagination a.btn-default:hover,
.atbs-ceris-pagination a.btn-default:focus{
    color: var(--color-logo);
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
    background: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
}
.atbs-ceris-pagination a.btn.btn-default:active{
    padding: 0;
    background: none;
}
.post--horizontal-120 .post__thumb{
    width: 120px;
    height: 120px;
    margin-left: 25px;
}
.post--horizontal-120 .post__thumb a{
    width: 100%;
    height: 100%;
}
.post--horizontal-120 .post__thumb img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199px) {
    .atbs-ceris-post--listing-list-a-update .post-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: -15px -20px;
    }
    .atbs-ceris-post--listing-list-a-update .list-item{
        padding: 15px 20px;
    }
    /*
        Content
    */
    .post--horizontal-120 .post__thumb{
        width: 100px;
        height: 100px;
        margin-left: 25px;
    }

}
@media (max-width: 991px){
    /*
       Content
   */
}
@media (max-width: 767px){
    .atbs-ceris-post--listing-list-a-update .post-list{
        margin: -12.5px;
    }
    .atbs-ceris-post--listing-list-a-update .list-item{
        width: 100%;
        padding: 12.5px;
    }
    /*
        Content
    */
    .post--horizontal-120.post--horizontal-reverse .post__thumb{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
                order: 1;
    }
    .post--horizontal-120.post--horizontal-reverse .post__text{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
                order: 2;
    }
    .post--horizontal-120.post--horizontal-reverse{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        -webkit-justify-content: initial;
           -moz-box-pack: initial;
                justify-content: initial;
    }
    .post--horizontal-120 .post__thumb{
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .post--horizontal-120 .post__text{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }
}
@media (max-width: 380px){
    .post--horizontal-120 .post__title{
        font-size: 15px;
        font-size: 1.0714rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 320px){
    .post--horizontal-120.post--horizontal-reverse .post__thumb{
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .post__title-line-bottom .post__title{
        padding-bottom: 0;
    }
    .post__title-line-bottom .post__title:after{
        display: none;
    }
}
/* .Listing Grid Small ----------------------- */
/* ----------------------- wp Css */
.atbs-thumb-object-fit.post__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.atbs-thumb-object-fit a{
    width: 100%;
    height: 100%;
}
.atbs-thumb-object-fit a.post__cat{
    width: unset;
    height: unset;
}
.post__img--overlay img {
    position: absolute;
    width: 100%;
    height: 100%;
}

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

.post__thumb--overlay.post__thumb:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
}
a, a:hover{
    text-decoration: none;
}

@media(min-width: 768px){
    .custom_post--overlay .post__excerpt{
        margin-top: 15px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .custom_post--overlay .post__excerpt{
        display: none;
    }
}
.thumb-m-md .post__thumb {margin-bottom: 20px;}
.icon-right-center .post-type-icon{
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
      -o-transform: translatey(-50%);
         transform: translatey(-50%);
}
.icon-right-center .post__text--wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.icon-right-center .post__text{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    padding-right: 15px;
}
.icon-right-center .post-type-icon{
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
      -o-transform: translate(0);
         transform: translate(0);
    left:0;
    right:0;
}
.post-type-icon svg{
    position: relative;
    z-index: 2;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
    cursor: pointer;
}
.post-type-icon:hover svg{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
         transform: scale(1.1);
}
.post-type-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.icon-has-animation .post-type-icon:after{
    content: '';
    border-color: inherit;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 1.15s;
    -moz-animation-duration: 1.15s;
      -o-animation-duration: 1.15s;
         animation-duration: 1.15s;
    -webkit-animation-name: video_sc;
    -moz-animation-name: video_sc;
      -o-animation-name: video_sc;
         animation-name: video_sc;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
         animation-iteration-count: infinite;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
      -o-animation-delay: 1s;
         animation-delay: 1s;
}
.post-type-icon:hover:after{
    -webkit-animation: none;
    -moz-animation: none;
      -o-animation: none;
         animation: none;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}
.post-type-icon:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
    display: none;
}
.post-type-icon:before{
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    height: -webkit-calc(100% + 20px);
    height: -moz-calc(100% + 20px);
    height: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
      -o-transform: scale(0);
         transform: scale(0);
    z-index: 1;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    -moz-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
@-webkit-keyframes video_sc {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0; } }

@-moz-keyframes video_sc {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
             transform: scale(1); }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
             transform: scale(1.5);
        opacity: 0; } }

@-o-keyframes video_sc {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
           transform: scale(1); }
    100% {
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
           transform: scale(1.5);
        opacity: 0; } }

@keyframes video_sc {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
          -o-transform: scale(1);
             transform: scale(1); }
    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
          -o-transform: scale(1.5);
             transform: scale(1.5);
        opacity: 0; } }

.posts-block-main-col-j .small-post-grid-vertical .post__thumb{
    margin-bottom: 20px;
}
@media(max-width: 767px) {
    .ceris-module-video .posts-no-thumb svg{
        -webkit-box-shadow: 0px 0px 2px 0px #cebd25;
        -moz-box-shadow: 0px 0px 2px 0px #cebd25;
             box-shadow: 0px 0px 2px 0px #cebd25;
        -webkit-border-radius: 100%;
           -moz-border-radius: 100%;
                border-radius: 100%;
    }
}
@media(width: 768px){
    .posts-block-main-col-j .small-post-grid-vertical .post-type-icon{
        display: none;
    }
}
/* .wp Css ----------------------- */
/* ----------------------- Update Module Ceris */

/* ----------------------- Featured-Slider-B */
/*
    Layout
*/

/*
    Content
*/
/*post slide*/
.post-slider-text-align-center .owl-carousel .owl-prev, .post-slider-text-align-center .owl-carousel .owl-next {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    color: var(--color-logo);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.owl-prev, .owl-next {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    line-height: initial;
}
.post--overlay-height-795 .post__text {
    min-height: 795px;
}
.post--overlay-text-align-center .post__text{
    text-align: center;
}
.post--overlay-text-align-center .post__text-inner{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
    max-width: 767px;
    width: 60%;
    padding: 0;
}
.post--overlay-text-align-center .post__cat{
    margin-bottom: 20px;
    font-size: 12px;
    color: #fff;
}
.post--overlay-text-align-center .post__title{
    font-size: 40px;
    font-size: 2.8571rem; /*font system*/
    font-weight: bold;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 1.34;
}
.post--overlay-text-align-center .post__excerpt{
    max-width: 100%;
}
.post--overlay-text-align-center .post__meta {
    margin-top: 20px;
    font-size: 14px;
}
.post-slider-text-align-center .owl-carousel .owl-prev,
.post-slider-text-align-center .owl-carousel .owl-next{
    width: 60px;
    height: 60px;
}
.post-slider-text-align-center .owl-carousel .owl-prev i,
.post-slider-text-align-center .owl-carousel .owl-next i{
    font-size: 20px;
}
.post-slider-text-align-center .owl-carousel .owl-prev:hover,
.post-slider-text-align-center .owl-carousel .owl-next:hover{
    background-color: var(--color-logo);
    color: #fff;
}
.post-slider-text-align-center .owl-carousel .owl-prev{
    left: -webkit-calc(50% - 1280px/2 );
    left: -moz-calc(50% - 1280px/2 );
    left: calc(50% - 1280px/2 );
}
.post-slider-text-align-center .owl-carousel .owl-next{
    right: -webkit-calc(50% - 1280px/2);
    right: -moz-calc(50% - 1280px/2);
    right: calc(50% - 1280px/2);
}
.post-slider-text-align-center .owl-carousel .owl-dots{
    position: absolute;
    left: 50%;
    bottom: 55px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
         transform: translateX(-50%);
    padding: 0;
}
.post-slider-text-align-center .owl-carousel .owl-dots .owl-dot span{
    background-color: rgba(255,255,255,0.6);
}
.post-slider-text-align-center .owl-carousel .owl-dots .owl-dot.active span{
    background-color: rgba(255,255,255,1);
}
@media (max-width: 1366px){
    /*
        Layout
    */

    /*
        Content
    */
    .post-slider-text-align-center .owl-carousel .owl-prev{
        left: -webkit-calc(50% - 1170px/2 );
        left: -moz-calc(50% - 1170px/2 );
        left: calc(50% - 1170px/2 );
    }
    .post-slider-text-align-center .owl-carousel .owl-next{
        right: -webkit-calc(50% - 1170px/2);
        right: -moz-calc(50% - 1170px/2);
        right: calc(50% - 1170px/2);
    }
    .post--overlay-text-align-center.post--overlay .post__text{
        min-height: 700px;
    }
    .post--overlay-text-align-center .post__title{
        font-size: 2.8571rem; /*font system*/
    }
}
@media (max-width: 1199px) {
    /*
       Layout
    */

    /*
        Content
    */
    .post--overlay-text-align-center .post__text-inner {
        max-width: 600px;
    }
    .post--overlay-text-align-center.post--overlay .post__text {
        min-height: 600px;
    }
    .post--overlay-text-align-center .post__title {
        font-size: 30px;
        font-size: 2.1428rem; /*font system*/
    }
    .post-slider-text-align-center .owl-carousel .owl-prev{
        left: -webkit-calc(50% - 940px/2 );
        left: -moz-calc(50% - 940px/2 );
        left: calc(50% - 940px/2 );
    }
    .post-slider-text-align-center .owl-carousel .owl-next{
        right: -webkit-calc(50% - 940px/2);
        right: -moz-calc(50% - 940px/2);
        right: calc(50% - 940px/2);
    }
}
@media (max-width: 991px) {
    /*
       Layout
    */

    /*
        Content
    */
    .post--overlay-text-align-center .post__text-inner {
        max-width: 650px;
        width: 60%;
    }
    .post--overlay-text-align-center.post--overlay .post__text {
        min-height: 500px;
    }
    .post--overlay-text-align-center .post__title {
        font-size: 28px;
        font-size: 2rem; /*font system*/
    }
    .post-slider-text-align-center .owl-carousel .owl-prev{
        left: -webkit-calc(50% - 720px/2 );
        left: -moz-calc(50% - 720px/2 );
        left: calc(50% - 720px/2 );
    }
    .post-slider-text-align-center .owl-carousel .owl-next{
        right: -webkit-calc(50% - 720px/2);
        right: -moz-calc(50% - 720px/2);
        right: calc(50% - 720px/2);
    }
    .post-slider-text-align-center .owl-carousel .owl-dots{
        bottom: 40px;
    }
}
@media (max-width: 767px) {
    /*
       Layout
    */

    /*
        Content
    */
    .post--overlay-text-align-center .post__text-inner {
        max-width: 100%;
        width: 75%;
    }
    .post--overlay-text-align-center.post--overlay .post__text {
        min-height: 450px;
    }
    .post--overlay-text-align-center .post__cat {
        font-size: 12px;
        margin-bottom: 13px;
    }
    .post--overlay-text-align-center .post__title {
        font-size: 25px;
        font-size: 1.7857rem; /*font system*/
        line-height: 1.5;
    }
    .post-slider-text-align-center .owl-carousel .owl-nav{
        display: none;
    }
}
@media (max-width: 576px) {
    /*
       Layout
    */

    /*
        Content
    */
    .post--overlay-text-align-center .post__text-inner {
        max-width: 100%;
    }
    .post--overlay-text-align-center.post--overlay .post__text {
        min-height: 350px;
    }
    .post--overlay-text-align-center .post__title {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.5;
    }
    .post-slider-text-align-center .owl-carousel .owl-dots {
        bottom: 35px;
    }
}
@media (max-width: 480px) {
    /*
       Layout
    */

    /*
        Content
    */
    .post--overlay-text-align-center .post__text-inner {
        max-width: 100%;
        width: 70%;
    }
    .post--overlay-text-align-center.post--overlay .post__text {
        min-height: 300px;
    }
    .post--overlay-text-align-center .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        font-weight: 600;
    }
    .post-slider-text-align-center .owl-carousel .owl-dots {
        bottom: 30px;
    }
}
@media (max-width: 420px) {
    /*
       Layout
    */

    /*
        Content
    */
    .post--overlay-text-align-center .post__text-inner {
        max-width: 100%;
        width: 75%;
    }
    .post--overlay-text-align-center.post--overlay .post__text {
        min-height: 300px;
    }
    .post--overlay-text-align-center .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 380px) {
    /*
       Layout
    */

    /*
        Content
    */
    .post--overlay-text-align-center .post__text-inner {
        max-width: 100%;
        width: 80%;
    }
    .post--overlay-text-align-center.post--overlay .post__text {
        min-height: 280px;
    }
    .post-slider-text-align-center .owl-carousel .owl-dots {
        bottom: 20px;
    }
}
@media (max-width: 320px) {
    /*
       Layout
    */

    /*
        Content
    */
    .post--overlay-text-align-center .post__text-inner {
        width: 85%;
    }
    .post--overlay-text-align-center.post--overlay .post__text {
        min-height: 270px;
    }
}
/* .Featured-Slider-B ----------------------- */

/* ----------------------- Featured-Slider-C */
/*
    Layout
*/
.featured-slider-c .atbs-ceris-block__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;

}
.featured-slider-c .owl-background{
    width: 50%;
    height: 768px;
    position: relative;
}
.featured-slider-c .owl-background a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.featured-slider-c .owl-background a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-slider-c .owl-background a.active {
    visibility: initial;
    opacity: 1;
}
.featured-slider-c .block__inner--wrap{
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}
.featured-slider-c .owl-carousel{

    max-width: 576px;
    margin: 0 auto;
}
.featured-slider-c .owl-carousel .owl-stage-outer{
    margin-bottom: 45px;
}
/*
    Content
*/
.post--horizontal-50-percent .post__thumb{
    display: none;
}
.featured-slider-c .post__cat, .featured-slider-c a.post__cat {
    margin-bottom: 15px;
}
.post--horizontal-50-percent .post__title{
    font-size: 36px;
    font-size: 2.5714rem; /*font system*/
    line-height: 1.4;
    font-weight: 700;
}
.owl-carousel.button--dots-center-nav .owl-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.owl-carousel.button--dots-center-nav .owl-prev,
.owl-carousel.button--dots-center-nav .owl-next{
    background-color: transparent;
    border: 1px solid rgba(34,34,34,0.2);
    color: #888;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    top: unset;
    left: unset;
    right: unset;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-box;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 0;
}
.owl-carousel.button--dots-center-nav .owl-prev:hover,
.owl-carousel.button--dots-center-nav .owl-next:hover{
    color: #fff;
    background: red;
    border-color:  red;
}
.owl-carousel.button--dots-center-nav .owl-next{
    position: absolute;
}
.owl-carousel.button--dots-center-nav .owl-prev i,
.owl-carousel.button--dots-center-nav .owl-next i{
    font-size: 16px;
}
.owl-carousel.button--dots-center-nav .owl-dots{
    display: inline-block;
    padding: 0;
    position: absolute;
    /*bottom: calc( 30px / 2 );*/
    /*transform: translateY(-50%);*/
}
.owl-carousel.button--dots-center-nav .owl-dot.active span{
    background-color: #222222;
    opacity: 1;
}
.owl-carousel.button--dots-center-nav .owl-dot span{
    background-color: #222222;
    opacity: 0.15;
}
@media (max-width: 1366px){
    /*
        Layout
    */
    .featured-slider-c .owl-carousel {
        max-width: 70%;
    }
    .featured-slider-c .owl-background{
        height: 670px;
    }
    /*
        Content
    */
    .post--horizontal-50-percent .post__title {
        font-size: 32px;
        font-size: 2.2857rem; /*font system*/
    }
}
@media (max-width: 1199px){
    /*
        Layout
    */
    .featured-slider-c .owl-carousel {
        max-width: 80%;
    }
    .featured-slider-c .owl-background {
        height: 555px;
        width: 55%;
    }
    .featured-slider-c .block__inner--wrap{
        width: 45%;
    }
    .featured-slider-c .owl-carousel .owl-stage-outer {
        margin-bottom: 40px;
    }
    /*
        Content
    */

}
@media (max-width: 991px){
    /*
        Layout
    */
    .featured-slider-c .owl-carousel .owl-stage-outer {
        margin-bottom: 35px;
    }
    /*
        Content
    */
    .post--horizontal-50-percent .post__title {
        font-size: 26px;
        font-size: 1.8571rem; /*font system*/
        line-height: 1.34;
    }
    .featured-slider-c .owl-background{
        height: 500px;
    }

}
@media (max-width: 767px){
    /*
        Layout
    */
    .featured-slider-c .block__inner--wrap{
        width: 720px;
        height: 100%;
        /*position: absolute;*/
        /*left: 25px;*/

    }
    .featured-slider-c .owl-carousel{
        margin-left: 0;
        max-width: 100%;
    }
    .featured-slider-c .owl-carousel .owl-stage-outer{
        margin-bottom: 0;
    }
    .featured-slider-c .owl-background{
        width: 100%;
        height: 450px;
        margin-bottom: 25px;
    }
    /*
        Content
    */
    /*.featured-slider-c .owl-background:before{*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    background-color: rgba(0,0,0,0.4);*/
    /*    z-index: 1;*/
    /*}*/
    .post--horizontal-50-percent .post__text--wrap{
        max-width: 100%;
        width: 70%;
        margin: 0 auto;
    }
    .post--horizontal-50-percent .post__cat{
        /*color: #fff;*/
    }
    .post--horizontal-50-percent .post__title{
        /*color: #fff;*/
        font-weight: 700;
        font-size:  22px;
        font-size: 1.5714rem; /*font system*/
    }
    .featured-slider-c .owl-carousel.button--dots-center-nav .owl-prev,
    .featured-slider-c .owl-carousel.button--dots-center-nav .owl-next{
        /*color: #fff;*/
        /*border: 1px solid rgba(255,255,255,0.6);*/
        width: 50px;
        height: 50px;
    }
    .featured-slider-c .owl-carousel.button--dots-center-nav .owl-dot.active span{
        background-color: #fff;
    }
    .featured-slider-c .owl-carousel.button--dots-center-nav .owl-dot span{
        background-color: rgba(255,255,255,0.65);
    }
    .featured-slider-c .owl-carousel.button--dots-center-nav .owl-dots{
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
             transform: translateX(-50%);
        bottom: -webkit-calc( 100% + 45px) !important;
        bottom: -moz-calc( 100% + 45px) !important;
        bottom: calc( 100% + 45px) !important;
    }
    .featured-slider-c .owl-carousel.button--dots-center-nav .owl-nav{
        display: none;
    }
}
@media (max-width: 767px){
    .featured-slider-c .block__inner--wrap{
        width: 100%;
        padding: 0 15px;
    }
}
@media(max-width: 767px){
    .featured-slider-c .atbs-ceris-block__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
                flex-direction: column-reverse;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */
    .featured-slider-c .owl-background{
        height: 350px;
    }
    /*
        Content
    */

    .featured-slider-c .owl-carousel .owl-stage-outer {
        margin-bottom: 0;
    }
    .post--horizontal-50-percent .post__text--wrap {
        width: 70%;
    }
    .post--horizontal-50-percent .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 480px){
    /*
        Layout
    */
    /*
        Content
    */
    .featured-slider-c .owl-background {
        height: 300px;
    }
    .post--horizontal-50-percent .post__text--wrap {
        width: 80%;
    }

    .featured-slider-c .owl-carousel.button--dots-center-nav .owl-prev,
    .featured-slider-c .owl-carousel.button--dots-center-nav .owl-next{
        width: 40px;
        height: 40px;
    }
    .featured-slider-c .owl-carousel.button--dots-center-nav .owl-dots{
        bottom: -webkit-calc( 100% + 35px) !important;
        bottom: -moz-calc( 100% + 35px) !important;
        bottom: calc( 100% + 35px) !important;
    }
    .post--horizontal-50-percent .post__title{
        font-weight: 600;
    }
}
@media (max-width: 420px){
    /*
        Layout
    */
    /*
        Content
    */
}
@media (max-width: 380px){
    /*
        Layout
    */
    /*
        Content
    */
    .featured-slider-c .owl-background {
        height: 280px;
    }
    .post--horizontal-50-percent .post__text--wrap {
        width: 90%;
    }
    .post--horizontal-50-percent .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 320px){
    /*
        Layout
    */
    /*
        Content
    */
    .post--horizontal-50-percent .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
/*  Featured-Slider-C ----------------------- */
/* ----------------------- Featured-Slider-D */
/*
    Layout
*/
/*
    Content
*/
/*---video---*/
/*color text*/
.post-grid-video-space-between .post__title,
.post-grid-video-space-between .post__cat,
.post-grid-video-space-between .post__excerpt{
    color: #fff;
}
.post-grid-video-space-between a.post__cat.cat-theme{
    color: #fff !important;
}
/*thumb*/
.post-grid-video-space-between .background-img:after{
    opacity: 0.2;
    background-color: #232323;
}
/*text*/
.post-grid-video-space-between .post__text{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0 65px;
}
.post-grid-video-space-between .post__title{
    font-size: 26px;
    line-height: 1.33;
    font-weight: bold;
    margin-bottom: 35px;
}
.post-grid-video-space-between .post__excerpt{
    margin-bottom: 0;
}
.post-grid-video-space-between .post__text-inner{
    padding: 0;
    max-width: 300px;
}
.post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    -webkit-align-items: unset;
       -moz-box-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
            justify-content: unset;
    text-align: center;
}
.post--overlay-height-700 .post__text {
    min-height: 700px;
}
.post-grid-video-space-between.post-grid-video-space-between__style-6{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text{
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    -webkit-align-items: unset;
       -moz-box-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
            justify-content: unset;
    text-align: center;
}
.post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text-inner{
    max-width: 767px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
}
.post-grid-video-space-between.post-grid-video-space-between__style-6 .background-img:after{
    opacity: 0.3;
}
.post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title{
    font-size: 40px;
    font-size: 2.8571rem; /*font system*/
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
}
.post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-grid-video-space-between.post-grid-video-space-between__style-6 .post-type-icon {
    margin: 0 auto 45px auto;
    display: block;
}
.post-grid-video-space-between.post-grid-video-space-between__style-6 .post-score-hexagon {
    margin-bottom: 45px;
}
.post-grid-video-space-between.post-grid-video-space-between__style-6 .gallery-icon {
    display: inline-block;
    position: relative;
    top:unset;
    right: unset;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    left: inset;
    right: unset;
}

@media(min-width: 768px){
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-type-icon {
        width: 78px;
        height: 78px;
        position: relative;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-type-icon svg{
        width: 78px;
        height: 78px;
    }
}
@media(max-width: 767px){
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-type-icon {
        width: 60px;
        height: 60px;
        position: relative;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-type-icon svg{
        width: 60px;
        height: 60px;
    }
}
.featured-slider-d .owl-carousel .owl-nav{
    display: none;
}
.featured-slider-d .owl-carousel .owl-dots{
    position: absolute;
    right: 5%;
    display: block;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
         transform: translateY(-50%);
}
.featured-slider-d .owl-carousel .owl-dot{
    display: block;
}
.featured-slider-d .owl-carousel .owl-dot.active span{
    background-color: #fff;
    opacity: 1;
}
.featured-slider-d .owl-carousel .owl-dot span{
    background-color: #fff;
    opacity: 0.6;
}

.featured-slider-d  .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text-inner{
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
              -o-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
}
@media (max-width: 1199px){
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text{
        min-height: 555px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text-inner{
        max-width: 560px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title{
        font-size: 32px;
        font-size: 2.2857rem; /*font system*/
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-type-icon{
        margin: 0 auto 35px auto;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-score-hexagon {
        margin-bottom: 35px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .gallery-icon{
        margin-bottom: 30px;
    }
}
@media (max-width: 991px){
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text{
        min-height: 500px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text-inner {
        max-width: 475px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title{
        font-size: 28px;
        font-size: 2rem; /*font system*/
    }
}
@media (max-width: 767px){
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text{
        min-height: 450px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text-inner{
        width: 65%;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title{
        font-size: 25px;
        font-size: 1.7857rem; /*font system*/
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__button a{
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text{
        min-height: 350px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text-inner{
        top: 60%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
          -o-transform: translate(-50%,-50%);
             transform: translate(-50%,-50%);
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title{
        /*font-size: 24px;*/
        /*font-size: 1.7142rem; !*font system*!*/

        font-size: 22px;
        font-size: 1.5714rem;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-type-icon{
        margin: 0 auto 30px auto;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-score-hexagon {
        margin-bottom: 30px;
    }

    .post-grid-video-space-between.post-grid-video-space-between__style-6 .gallery-icon{
        margin-bottom: 25px;
    }
}
@media (max-width: 480px){
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text{
        min-height: 300px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text-inner{
        padding-right: 0;
        width: 70%;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        font-weight: 600;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-type-icon {
        margin: 0 auto 25px auto;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post-score-hexagon {
        margin-bottom: 25px;
    }
}
@media (max-width: 380px){
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text{
        min-height: 280px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text-inner{
        width: 80%;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .featured-slider-d .owl-carousel .owl-dots{
        right: unset;
        padding: 0;
        left: 50%;
        top: unset;
        bottom: 25px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
          -o-transform: translate(0, 0);
             transform: translate(0, 0);
        position: initial;
    }
    .featured-slider-d .owl-carousel .owl-dot{
        display: inline-block;
        padding-top: 20px;
    }
    .featured-slider-d .owl-carousel .owl-dot.active span{
        background-color: var(--color-logo);
        opacity: 1;
    }
    .featured-slider-d .owl-carousel .owl-dot span{
        background-color: #000;
        opacity: 0.4;
    }
}
@media (max-width: 320px){
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-6 .post__text {
        min-height: 260px;
    }
}
/*  Featured-Slider-D ----------------------- */
/* ----------------------- Featured-Slider-E */
/*
    Layout
*/

/*
    Content
*/
.post--vertical-text-wrap .post__thumb{
    margin-bottom: 40px;
}
.featured-slider-e .post__cat, .featured-slider-e a.post__cat {
    margin-bottom: 15px;
}
.post--vertical-text-wrap .post__text{
    padding: 0 100px;
}

.post--vertical-text-wrap .post__text--inner{
    max-width: 100%;
}
.post--vertical-text-wrap .post__text--col-1 {
    max-width: 550px;
    margin-right: 80px;
}
.post--vertical-text-wrap .post__title{
    font-size: 26px;
    font-size: 1.8571rem; /*font system*/
    line-height: 1.5;
    font-weight: 700;
}
.post--vertical-text-wrap .post__excerpt{
    margin-bottom: 0;
}
.post--vertical-text-wrap .post-type-icon {
    left: 50%;
    top: 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%);
    right: auto;
    bottom: auto;
}
.featured-slider-e .owl-carousel .owl-dots{
    display: none;
}
.featured-slider-e .owl-carousel .owl-prev,
.featured-slider-e .owl-carousel .owl-next{
    top: -webkit-calc(580px / 2);
    top: -moz-calc(580px / 2);
    top: calc(580px / 2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
         transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #fff;
    color: #131313;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-shadow: 0 14px 8px #13131321;
    -moz-box-shadow: 0 14px 8px #13131321;
         box-shadow: 0 14px 8px #13131321;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.featured-slider-e .owl-carousel .owl-prev{
    left: 60px;
}
.featured-slider-e .owl-carousel .owl-next{
    right: 60px;
}
.featured-slider-e .owl-carousel .owl-prev i,
.featured-slider-e .owl-carousel .owl-next i{
    font-size: 20px;
}
.featured-slider-e .owl-carousel .owl-prev:hover,
.featured-slider-e .owl-carousel .owl-next:hover{
    background-color: var(--color-logo);
    color: #fff;
}
@media (max-width: 1199px){
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-wrap .post__thumb{
        height: 450px;
    }
    .post--vertical-text-wrap .post__text {
        padding: 0 70px;
    }
    .post--vertical-text-wrap .post__title {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
    }
    .featured-slider-e .owl-carousel .owl-prev,
    .featured-slider-e .owl-carousel .owl-next{
        top: -webkit-calc(450px / 2);
        top: -moz-calc(450px / 2);
        top: calc(450px / 2);
    }
}
@media (max-width: 991px){
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-wrap .post__text--wrap {
        display: block;
    }
    .post--vertical-text-wrap .post__text--col-1 {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .post--vertical-text-wrap .post__thumb {
        height: 385px;
        margin-bottom: 25px;
    }
    .post--vertical-text-wrap .post__text {
        padding: 0 40px;
    }
    .post--vertical-text-wrap .post__title {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.5;
    }
    .featured-slider-e .owl-carousel .owl-prev,
    .featured-slider-e .owl-carousel .owl-next{
        top: -webkit-calc(385px / 2);
        top: -moz-calc(385px / 2);
        top: calc(385px / 2);
        width: 50px;
        height: 50px;
    }
    .featured-slider-e .owl-carousel .owl-prev{
        left: 40px;
    }
    .featured-slider-e .owl-carousel .owl-next{
        right: 40px;
    }
}

@media (max-width: 767px){
    /*
        Layout
    */
    /*
        Content
    */
    .post--vertical-text-wrap .post__thumb {
        height: 300px;
    }
    .post--vertical-text-wrap .post__text--inner {
        max-width: 100%;
        margin: 0 auto;
    }
    .post--vertical-text-wrap .post__title{
        max-width: 100%;
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .post--vertical-text-wrap .post__text--wrap{
        display: block;
    }

    .featured-slider-e .owl-carousel .owl-dots{
        display: block;
        top: 260px;
        position: absolute;
        padding: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
             transform: translateX(-50%);
    }
    .featured-slider-e .owl-carousel .owl-dots .owl-dot.active span{
        background-color: #fff;
    }
    .featured-slider-e .owl-carousel .owl-nav {
        display: none;
    }
    .post--vertical-text-wrap .post__text {
        padding: 0 30px;
    }
}
@media (max-width: 480px){
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-wrap .post__text--col-2 {
        display: none;
    }
    .post--vertical-text-wrap .post__text {
        padding: 0;
    }
    .post--vertical-text-wrap .post__thumb {
        height: 280px;
    }
    .featured-slider-e .owl-carousel .owl-dots{
        top: 240px;
    }
    .post--vertical-text-wrap .post__title{
        font-weight: 600;
    }
}
@media (max-width: 380px){
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-wrap .post__thumb {
        height: 240px;
    }
    .featured-slider-e .owl-carousel .owl-dots{
        top: 210px;
    }
    .post--vertical-text-wrap time.time{
        display: none;
    }
}
@media (max-width: 320px){
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-text-wrap .post__thumb {
        height: 210px;
    }
    .post--vertical-text-wrap .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .featured-slider-e .owl-carousel .owl-dots {
        top: 180px;
    }
}
/*  .Featured-Slider-E ----------------------- */
/* ----------------------- Featured Slider F */
/*
    Layout
*/
.post--overlay-height-85vh .post__text {
    min-height: 85vh;
}
.atbs-ceris-carousel-1i  .post--overlay-text-center-bottom .post__text-inner-top{
    max-width: 900px;
}
.post--overlay-text-center-bottom .post__text a.post__cat {
    margin-bottom: 15px;
}
/*
    Content
*/
.post--overlay-text-center-bottom .post__text-inner{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-line-pack: end;
    -webkit-align-content: flex-end;
            align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    width: 100%;
    padding: 30px 50px;
}
.post--overlay-text-center-bottom .post__text{
    text-align: center;
}
.post--overlay-text-center-bottom .post__text-inner-top{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
    width: 100%;
    max-width: 750px;
    padding: 0 50px;
}
.post--overlay-text-center-bottom .post__thumb:after{
    opacity: 0.2;
    background-color: #000;
}
.post--overlay-text-center-bottom .post__title{
    font-size: 34px;
    font-size: 2.4285rem; /*font system*/
    line-height: 1.5;
    font-weight: 700;
}
.post--overlay-text-center-bottom .post__cat{
    color: #fff;
}
.post--overlay-text-center-bottom .entry-author{
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 0 auto;
}
.post--overlay-text-center-bottom .entry-author img{
    width: 35px;
    height: 35px;
}
.post--overlay-text-center-bottom .entry-author .entry-author__name{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.featured-slider-f .owl-carousel .owl-dots{
    display: none;
}
.featured-slider-f .owl-carousel .owl-prev,
.featured-slider-f .owl-carousel .owl-next{
    width: 40px;
    height: 80px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background: rgba(0,0,0,.24);
}
.featured-slider-f .owl-carousel .owl-prev i,
.featured-slider-f .owl-carousel .owl-next i{
    font-size: 20px;
}
.featured-slider-f .owl-carousel .owl-prev:hover,
.featured-slider-f .owl-carousel .owl-next:hover{
    background: rgba(0,0,0,.4);
}
@media (max-width: 1366px){
    .post--overlay-text-center-bottom .post__title{
        font-size: 32px;
        font-size: 2.2857rem; /*font system*/
    }
}
@media (max-width: 1199px){
    /*
        Layout
    */
    .atbs-ceris-post--listing-grid-2-item-vertical .list-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
    /*
        Content
    */
    .post--overlay-text-center-bottom .post__title {
        font-size: 28px;
        font-size: 2rem; /*font system*/
    }
}
@media (max-width: 991px){
    /*
        Content
    */
    .post--overlay-text-center-bottom .post__title {
        font-size: 28px;
        font-size: 2rem; /*font system*/
    }
}
@media (max-width: 767px){
    /*
        Layout
    */
    .featured-slider-f .owl-carousel .owl-dots{
        display: block;
        padding-bottom: 0;
        padding-top: 20px;
    }
    .featured-slider-f .owl-carousel .owl-nav{
        display: none;
    }
    /*
        Content
    */
    .post--overlay-text-center-bottom .post__title {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.4;
    }
    .post--overlay-text-center-bottom .entry-author .entry-author__name{
        font-size: 13px;
    }
}
@media (max-width: 576px){
    /*
        Content
    */
    .post--overlay-text-center-bottom .post__title {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.4;
    }
}
@media (max-width: 480px){
    /*
        Content
    */
    .post--overlay-text-center-bottom .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        font-weight: 600;
    }
}
@media (max-width: 380px){
    /*
        Content
    */
    .post--overlay-text-center-bottom .post__text-inner-top{
        padding: 0 20px;
    }
}
/*  Featured Slider F ----------------------- */
/* ----------------------- Ceris-Grid-M */
/*
    Layout
*/
.post--overlay-height-460 .post__text {
    min-height: 460px;
}
.ceris-grid-m{
    padding: 60px 0 60px 0;
    background-color: #131313;
}
.ceris-grid-m.background-version-white{
    padding: 0 0 0 0;
    background-color: #fff;
}
.ceris-grid-m.background-version-gray{
    background-color: #fafafa;
}
.ceris-grid-m:not(.background-version-white) .block-heading .block-heading__title {
    color: #fff;
}
.ceris-grid-m.background-version-gray .block-heading .block-heading__title{
    color: #222222;
}
.ceris-grid-m .block-heading--line.block-heading:after{
    background-color: #fff;
}
.ceris-grid-m .block-heading--line-under.block-heading{
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.ceris-grid-m.background-version-white .block-heading--line.block-heading:after{
    background-color: #222222;
}
.ceris-grid-m.background-version-gray .block-heading--line.block-heading:after{
    background-color: #222222;
}
.ceris-grid-m.background-version-gray .block-heading--line-under.block-heading{
    border-bottom: 2px solid rgba(2, 2, 2, 0.3);
}
.ceris-grid-m.background-version-white .block-heading--line-under.block-heading{
    border-bottom: 2px solid rgba(2, 2, 2, 0.3);
}
.ceris-grid-m .atbs-ceris-block__inner{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.ceris-grid-m .atbs-ceris-block__inner > div{
    padding: 15px;
}
.ceris-grid-m .post-main{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}
.ceris-grid-m .post-main a.post__cat{
    margin-bottom: 15px;
}
.ceris-grid-m .post-sub{
    width: 400px;
}
.ceris-grid-m .post-sub .post-sub__inner{
    height: 460px;
    overflow-y: auto;
    padding-right: 40px;
}
.ceris-grid-m .post-sub .post-sub__inner::-webkit-scrollbar {
    width: 2px;
}
.ceris-grid-m .post-sub .post-sub__inner::-webkit-scrollbar-thumb{
    background-color: #9B9B9B ;
}
.ceris-grid-m .post-sub .post-list .list-item:not(:last-child){
    margin-bottom: 20px;
}
/*
    Content
*/
/*post main*/
.ceris-grid-m .post-main .post-grid-video-space-between.post--overlay{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.ceris-grid-m .post-main .post-grid-video-space-between .post__text{
    padding: 0 60px;
    pointer-events: none;
    z-index: 1;
}
.ceris-grid-m .post-main .post-grid-video-space-between .post__text a.post__cat {
    pointer-events: auto;
}
.ceris-grid-m .post-main .post-grid-video-space-between .post__text-inner {
    max-width: 480px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}
.ceris-grid-m .post-main .post-grid-video-space-between .post__title{
    font-size: 28px;
    font-size: 2rem; /*font system*/
    line-height: 1.4;
    margin-bottom: 15px;
}
.ceris-grid-m.background-version-white .post-sub .post--horizontal-video .post__title{
    color: var(--color-excerpt-1);
}
.ceris-grid-m.background-version-white .post-sub .post--horizontal-video .inverse-text{
    color:  var(--color-excerpt-1);
}
.ceris-grid-m.background-version-white .post-sub .post--horizontal-video .post__title a{
    color: var(--color-excerpt-1);
}
.ceris-grid-m.background-version-gray .post-sub .post--horizontal-video .post__title{
    color: var(--color-excerpt-1);
}
.ceris-grid-m.background-version-gray .post-sub .post--horizontal-video .inverse-text{
    color:  var(--color-excerpt-1);
}
.ceris-grid-m.background-version-gray .post-sub .post--horizontal-video .post__title a{
    color: var(--color-excerpt-1);
}
.ceris-grid-m .post-main .post-grid-video-space-between time.time{
    color: #fff;
    opacity: 0.6;
}
.ceris-grid-m .post-main .post-grid-video-space-between .post-type-icon{
    margin-right: 0;
    margin-left:  15px;
    width: 64px;
    height: 64px;
    position: relative;
}
@media(max-width: 767px){
    .ceris-grid-m .post-main .post-grid-video-space-between .post-type-icon{
        width: 60px;
        height: 60px;
    }
}
/*post sub*/
.post--horizontal-video .post__thumb{
    width: 130px;
    height: 85px;
    margin-right: 15px;
}
.post--horizontal-video .post__title{
    font-size: 15px;
    font-size: 1.0714rem; /*font system*/
    line-height: 1.53;
    margin-bottom: 5px;
}
.ceris-grid-m .post-sub .post--horizontal-video .time{
    opacity: 0.7;
    font-weight: 300;
}
@media (max-width: 1199px){
    /*
        Layout
    */
    .ceris-grid-m .post-sub .post-sub__inner{
        height: auto;
        max-height: 370px;
        overflow-y: auto;
    }
    /*
        Content
    */
    /*post main*/
    .ceris-grid-m .post-main .post-grid-video-space-between .post__text {
        padding: 0 40px;
        min-height: 370px;
    }
    .ceris-grid-m .post-main .post-grid-video-space-between .post__title {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 15px;
    }
}
@media (max-width: 991px){
    /*
        Layout
    */
    .ceris-grid-m{
        padding: 60px 0;
    }
    .ceris-grid-m .atbs-ceris-block__inner{
        margin: -20px;
    }
    .ceris-grid-m .atbs-ceris-block__inner > div {
        padding: 20px;
        width: 100%;
    }
    /*
        Content
    */
    .ceris-grid-m .block-heading.block-heading-small:after{
        content: '';
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
        height: 1px;
        background-color: rgba(255,255,255,0.1);
        margin-left: 20px;
    }
    /*post main*/
    .ceris-grid-m .post-main .post-grid-video-space-between .post__title{
        font-size: 22px;
        font-size: 1.5714rem;
        line-height: 1.41;
    }
    /*post sub*/
    .ceris-grid-m .post-main .post-grid-video-space-between .post__text-inner {
        max-width: 100%;
    }
    .ceris-grid-m .post-main .post-grid-video-space-between .post__text {
        padding: 0 30px;
        max-width: 650px;
    }

    .ceris-grid-m .post-main .post-grid-video-space-between .post-type-icon {
        display: none;
    }
    .post--horizontal-video .post__thumb {
        width: 150px;
        height: 90px;
        margin-right: 15px;
    }
    .post--horizontal-video .post__title{
        font-size: 17px;
        font-size: 1.2142rem; /*font system*/
        line-height: 1.5;
        max-width: 400px;
    }
}
@media (max-width: 767px){

    /*
        Content
    */
    /*post main*/
    .ceris-grid-m .post-main .post-grid-video-space-between .post__text {
        min-height: 350px;
    }
    /*post sub*/
    .post--horizontal-video{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .post--horizontal-video .post__thumb{
        margin-bottom: 0;
    }
    .post--horizontal-video .post__text{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }
}
@media (max-width: 480px){

    /*
        Content
    */
    .ceris-grid-m .post-main .post-grid-video-space-between .post__text {
        min-height: 310px;
        padding: 0 20px;
    }
    .ceris-grid-m .post-main .post-grid-video-space-between .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        font-weight: 600;
    }
    /*post sub*/
    .ceris-grid-m .post-sub .post-sub__inner{
        padding-right: 20px;
    }

}
@media (max-width: 420px){
    .ceris-grid-m .post-main .post-grid-video-space-between .post-type-icon{
        display: none;
    }
}
@media (max-width: 380px){

    /*
        Content
    */
    /*post main*/
    .ceris-grid-m .post-main .post-grid-video-space-between .post__text {
        min-height: 260px;
    }
    /*post sub*/
    .post--horizontal-video .post__thumb{
        width: 120px;
        height: 80px;
    }
    .post--horizontal-video .post__title {
        font-size: 16px;
    }
}
@media (max-width: 320px){
    /*
       Content
   */
    /*post main*/
    .ceris-grid-m .post-main .post-grid-video-space-between .post__text {
        min-height: 250px;
    }
}
.ceris-grid-m .published i{
    margin-right: 4px;
}
.ceris-grid-m .post-sub .block-heading-small{
    margin-bottom: 40px;
}
.ceris-grid-m .post-sub .block-heading-small .block-heading__title{
    font-size: 18px;
}
/* .Ceris-Grid-M ----------------------- */
/* --------------------------------- Creis Gird N */
.row-grid-3i-w40-h20 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -10px -20px;
}
.row-grid-3i-w40-h20 > *{
    width: -webkit-calc( 100% / 3 );
    width: -moz-calc( 100% / 3 );
    width: calc( 100% / 3 );
    padding: 10px 20px;
}
.row-grid-3i-w40-h30 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px -20px;
}
.row-grid-3i-w40-h30 > *{
    width: -webkit-calc( 100% / 3 );
    width: -moz-calc( 100% / 3 );
    width: calc( 100% / 3 );
    padding: 15px 20px;
}
@media(min-width: 768px) and (max-width: 1199px){
    .row-grid-3i-w40-h20 .post__title {
        font-size: 17px !important;
        font-size: 1.2142rem !important;
    }
}
@media(max-width: 991px){
    .row-grid-3i-w40-h20 > *{
        width: -webkit-calc( 100%);
        width: -moz-calc( 100%);
        width: calc( 100%);
        padding: 10px;
    }
    .row-grid-3i-w40-h20 {
        margin: -10px;
    }
    .row-grid-3i-w40-h30 > *{
        width: -webkit-calc( 100%);
        width: -moz-calc( 100%);
        width: calc( 100%);
        padding: 12.5px;
    }
    .row-grid-3i-w40-h30 {
        margin: -12.5px;
    }
}
@media(max-width: 767px){
    .post--horizontal-xxs .post__cat, post--horizontal-xs .post__cat, .post--horizontal-sm .post__cat{
        display: inline-block;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    .ceris-grid-n .row-grid-3i-w40-h20 > *{
        width: -webkit-calc( 100% / 2 );
        width: -moz-calc( 100% / 2 );
        width: calc( 100% / 2 );
        padding: 12.5px;
    }
    .row-grid-3i-w40-h20 {
        margin: -12.5px;
    }
    .ceris-grid-n .row-grid-3i-w40-h30 > *{
        width: -webkit-calc( 100% / 3 );
        width: -moz-calc( 100% / 3 );
        width: calc( 100% / 3 );
        padding: 12.5px;
    }
    .row-grid-3i-w40-h30 {
        margin: -12.5px;
    }
}
@media(max-width: 576px){
    .ceris-grid-n .post__thumb{
        width: 100px;
    }
}
@media(max-width: 320px){
    .post-horizontal-custom-thumb-90 .post__thumb{
        width: 80px;
        height: 80px;
    }
}
/* .Creis Gird N ---------------------------------*/

/* ----------------------- ceris_posts_block_grid_b_no_sidebar */
.ceris-posts-block-grid-b-no-sidebar .block-heading .block-heading__title {
    font-size: 22px;
}
.ceris-posts-block-grid-b-no-sidebar .block-heading  {
    margin-bottom: 35px;
}
.ceris-posts-block-grid-b-no-sidebar .big-post--overlay{
    margin-bottom: 35px;
}
.ceris-posts-block-grid-b-no-sidebar .big-post--overlay .post--overlay .post__title{
    margin-bottom: 10px;
}
@media(min-width: 992px){
    .ceris-posts-block-grid-b-no-sidebar .post--overlay .post__text{
        min-height: 400px;
    }
}
@media (min-width: 1199px){
    .ceris-posts-block-grid-b-no-sidebar .big-post--overlay .post--overlay .post__title{
        font-size: 21px;
        font-size: 1.5rem;
    }
}
@media (max-width: 1199px){
    .ceris-posts-block-grid-b-no-sidebar .post--overlay .post__text {
        min-height: 340px;
    }
}
@media(max-width: 991px){
    .ceris-posts-block-grid-b-no-sidebar .post--horizontal-xs .post__thumb{
        display: none;
    }
    .ceris-posts-block-grid-b-no-sidebar ul >*:not(:last-child){
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .ceris-posts-block-grid-b-no-sidebar .big-post--overlay{
        margin-bottom: 30px;
    }
    .ceris-posts-block-grid-b-no-sidebar .post--overlay .post__text{
        min-height: 280px;
    }
}
@media (max-width: 991px ) and (min-width: 768px) {

    .ceris-posts-block-grid-b-no-sidebar .big-post--overlay .post--overlay .post__title {
        font-size: 1.2142rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 0;
    }
    .ceris-posts-block-grid-b-no-sidebar .big-post--overlay .post--overlay .post__meta {
        display: none;
    }
    .ceris-posts-block-grid-b-no-sidebar .big-post--overlay .post--overlay .post-type-icon svg {
        width: 45px;
        height: 45px;
    }
}

@media(max-width: 767px){
    .ceris-posts-block-grid-b-no-sidebar .col-sm-4{
        width: 100%;
    }
    .ceris-posts-block-grid-b-no-sidebar .post--horizontal-xs .post__thumb{
        display: block;
    }
    .ceris-posts-block-grid-b-no-sidebar ul >*:not(:last-child){
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }
    .ceris-posts-block-grid-b-no-sidebar .post--overlay .post__text{
        min-height: 300px;
    }
    .ceris-posts-block-grid-b-no-sidebar .big-post--overlay .post--overlay .post__text-wrap{
        width: 100%;
    }
    .ceris-posts-block-grid-b-no-sidebar .big-post--overlay .post--overlay .post__text-inner{
        width: 100%;
        padding: 20px 20px 20px 20px;
    }
    .ceris-posts-block-grid-b-no-sidebar .block-heading--line-under.block-heading, .ceris-posts-block-grid-a-no-sidebar .block-heading--line-under.block-heading{
        margin-bottom: 25px;
        padding-bottom: 15px;
    }
    .ceris-posts-block-grid-b-no-sidebar .list-space-md-s>*{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ceris-posts-block-grid-b-no-sidebar .list-space-md-s{
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .ceris-posts-block-grid-b-no-sidebar .row--space-between>[class*='col-']{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ceris-posts-block-grid-b-no-sidebar .row--space-between{
        margin-top: -20px;
        margin-bottom: -20px;
    }
}
@media (min-width: 420px) and (max-width: 767px){
    .ceris-posts-block-grid-b-no-sidebar .post--horizontal-xs .post__thumb {
        width: 100px;
    }
    .ceris-posts-block-grid-b-no-sidebar .big-post--overlay .post--overlay .post__title {
        font-size: 22px;
        font-size: 1.5714rem;
        line-height: 1.5;
    }
}
@media(max-width: 576px){
    .ceris-posts-block-grid-b-no-sidebar .big-post--overlay .post--overlay .post__text-inner{
        width: 100%;
        padding: 15px;
    }
}
/* .ceris_posts_block_grid_b_no_sidebar ----------------------- */

/* ---------------------- Listing List C **/
.atbs-ceris-post--list-horizontal-reverse .list-item:not(:last-child){
    margin-bottom: 25px;
}
.post--horizontal-reverse-big.post{
    padding-bottom: 35px;
}
.post--horizontal-reverse-big .post__thumb{
    width: 540px;
    margin-left: 70px;
}
.post--horizontal-reverse-big .entry-author{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.post--horizontal-reverse-big .entry-author .entry-author__name{
    margin-left: 10px;
    font-weight: 500;
    color: var(--color-excerpt-1);
}
.post--horizontal-reverse-big .entry-author .entry-author__name span{
    display: block;
    color: var(--color-excerpt-0_6);
    font-weight: 300;
}
.post--horizontal-reverse-big .post__readmore{
    position: absolute;
    right: 0;
    bottom: 0;
}
.post--horizontal-reverse-big a.post__cat {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .post--horizontal-reverse-big .post__thumb{
        width: 400px;
        height: 260px;
        margin-left: 20px;
    }
}
@media  (max-width: 767px){
    .post--horizontal-reverse-big.post{
        padding-bottom: 0;
    }
    .atbs-ceris-post--list-horizontal-reverse .list-item:not(:last-child){
        margin-bottom: 45px;
    }
    .post--horizontal-reverse-big .post__thumb {
        width: 340px;
        height: 215px;
    }
    .post--horizontal-reverse-big .post__title{
        margin-bottom: 35px;
    }
}
@media (min-width: 577px) and (max-width: 767px) {
    .post--horizontal-reverse-big.post--horizontal{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }
    .post--horizontal-reverse-big .post__thumb{
        margin-bottom: 0;
    }
    .post--horizontal-reverse-big.post--horizontal .post__text{
        -webkit-box-flex: 1;
        box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
    }
}
@media (max-width: 576px){
    .post--horizontal-reverse-big .post__thumb {
        margin-left: 0;
        width: 100%;
        height: 300px;
    }
    .post--horizontal-reverse-big .entry-author .entry-author__name span{
        display: initial;
        margin-left: 7px;
    }
    .post--horizontal-reverse-big .post__title{
        margin-bottom: 20px;
    }
    .atbs-ceris-post--list-horizontal-reverse .list-item:not(:last-child){
        margin-bottom: 40px;
    }
}
@media (max-width: 480px) {
    .post--horizontal-reverse-big .post__thumb{
        height: 265px;
    }
}
@media (max-width: 380px) {
    .post--horizontal-reverse-big .post__thumb{
        height: 230px;
    }
}


.post--horizontal-hasbackground.post{
    background-color: #fafafa;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;

}
/*-----hover post-----*/
.post--horizontal-hasbackground.post:hover{
    background-color: var(--color-logo);
    color: #fff;
}
.post--horizontal-hasbackground.post:hover .post__cat,
.post--horizontal-hasbackground.post:hover .post__excerpt, 
.post--horizontal-hasbackground.post:hover .post__meta,
.post--horizontal-hasbackground.post:hover .post__meta a, .post--horizontal-hasbackground.post:hover .post__meta span{
    color: #fff !important;
    opacity: 0.85;
}
.post--horizontal-hasbackground.post:hover .post__cat:before{
    background-color: #fff !important;
}
.post--horizontal-hasbackground.post:hover .post__title a{
    color: #fff;
}
.post--horizontal-hasbackground.post .button-bookmark, .post--horizontal-hasbackground.post .button-bookmark-option{
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
.post--horizontal-hasbackground.post:hover .button-bookmark, .post--horizontal-hasbackground.post:hover .button-bookmark-option{
    fill: rgba(255, 255, 255, 1);
}
.post--horizontal-hasbackground.post:hover .button-bookmark:hover, .post--horizontal-hasbackground.post:hover .button-bookmark-option:hover{
    fill: rgba(255, 255, 255, 0.9);
}
/*-----end hover post-----*/
.atbs-ceris-post--list-horizontal-hasbackground .list-item:not(:last-child){
    margin-bottom: 30px;
}
.post--horizontal-hasbackground .post__thumb{
    width: -webkit-calc(50% + 10px);
    width: -moz-calc(50% + 10px);
    width: calc(50% + 10px);
    margin-right: 0;
}
.post--horizontal-hasbackground .post__text{
    padding-left: 60px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.post--horizontal-hasbackground.post .post__cat,
.post--horizontal-hasbackground.post .post__excerpt,
.post--horizontal-hasbackground.post .post__title a{
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.post--horizontal-hasbackground .post__title{
    margin-bottom: 15px;
}
.post--horizontal-hasbackground .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.atbs-ceris-post--list-horizontal-hasbackground .atbs-ceris-pagination{
    margin-top: 65px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .post--horizontal-hasbackground .post__title{
        margin-bottom: 20px;
        line-height: 1.5;
    }
}
@media (max-width: 1199px) {
    .post--horizontal-hasbackground .post__text{
        padding-left: 40px;
        padding-right: 40px;
    }
    .atbs-ceris-post--list-horizontal-hasbackground .list-item:not(:last-child){
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .post--horizontal-hasbackground .post__thumb{
        height: 310px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .post--horizontal-hasbackground .post__title a{
        -webkit-line-clamp: 4;
    }
    .post--horizontal-hasbackground .post__excerpt{
        display: none;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .post--horizontal-hasbackground.post--horizontal{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }
    .post--horizontal-hasbackground.post--horizontal .post__text{
        -webkit-box-flex: 1;
        box-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .post--horizontal-hasbackground .post__thumb{
        width: 100%;
        height: 320px;
    }
    .post--horizontal-hasbackground .post__text{
        padding: 20px 40px;
    }
}

@media (max-width: 480px) {
    .post--horizontal-hasbackground .post__thumb{
        width: 100%;
        height: 300px;
    }
    .post--horizontal-hasbackground .post__text{
        padding: 15px 40px;
    }
}
@media (max-width: 420px) {
    .post--horizontal-hasbackground .post__thumb{
        width: 100%;
        height: 250px;
    }
    .post--horizontal-hasbackground .post__text{
        padding: 15px 25px;
    }
}
@media (max-width: 380px) {
    .post--horizontal-hasbackground .post__thumb{
        width: 100%;
        height: 230px;
    }
    .post--horizontal-hasbackground .post__text{
        padding: 15px 20px;
    }
    .post--horizontal-hasbackground .post__title {
        margin-bottom: 20px;
    }
}
/* Listing List C ---------------------- **/
/* ----------------------- Listing List D */
/*
    Layout
*/
.listing-list-d .post-list .list-item:not(:last-child){
    margin-bottom: 60px;
}
.listing-list-d .post-list .list-small{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
    padding: 0 35px;
}
.listing-list-d .post-list .list-small + .list-item{
    margin-top: 80px;
}
.listing-list-d .post-list .list-small .list-item{
    width: -webkit-calc( 100% / 3);
    width: -moz-calc( 100% / 3);
    width: calc( 100% / 3);
    padding: 15px;
    margin-bottom: 0;
}
/*
    Content
*/
/*post overlay*/
.post-grid-video-space-between.post-grid-video-space-between__style-4{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.post-grid-video-space-between.post-grid-video-space-between__style-4 .background-img:after{
    opacity: 0.3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text{
    padding: 40px 80px;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text-inner{
    margin: 0 auto;
    max-width: 720px;
}
.post-grid-video-space-between.post-grid-video-space-between__style-4 .post__title{
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1.4;
}
/*post no thumb*/
.post-nothumb-media .media-left{
    padding-right: 25px;
}
.post-nothumb-media .post__cat{
    color: #000;
    opacity: 0.6;
}
.post-nothumb-media .post__title{
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}
.post-nothumb-media .list-index{
    font-size: 40px;
    opacity: 0.4;
}
/*post horizontal*/
.post--horizontal-reverse-big.post--horizontal-reverse-big__style-3{
    padding-bottom: 0;
}
.post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__thumb{
    width: 48.7%;
    margin-left: 0;
    margin-right: 0;
}
.post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__text--wrap{

    margin: 0 auto;
    max-width: 80%;
}
.post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__excerpt{
    max-width: 90%;
    margin-bottom: 20px;
}
.post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__readmore{
    position: initial;
}
.post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__readmore .readmore__text{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 0;
    letter-spacing: 0.3px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    font-weight: 400;
}
.post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__readmore .readmore__text i {
    margin-left: 8px;
    font-size: 20px;
}
@media (max-width: 1199px){
    /*
        Layout
    */
    .listing-list-d .post-list .list-item:not(:last-child) {
        margin-bottom: 50px;
    }
    .listing-list-d .post-list .list-small + .list-item {
        margin-top: 70px;
    }
    /*post no thumb*/
    .listing-list-d .post-list .list-small{
        padding: 0;
    }
    .listing-list-d .post-list .list-small .list-item{
        margin-bottom: 0;
    }
    /*
        Content
    */
    /*post overlay*/
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text{
        min-height: 450px;
        padding: 40px 60px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text-inner{
        max-width: 525px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__title{
        font-size: 32px;
    }
    /*post no thumb*/
    .post-nothumb-media .list-index {
        font-size: 30px;
        opacity: 0.4;
    }
    .post-nothumb-media .post__title{
        font-size: 18px;
        line-height: 1.38;
    }
    /*post horizontal*/
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__thumb{
        height: 457px;
    }
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__text--wrap {
        max-width: 85%;
    }
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__title{
        line-height: 1.5;
    }
}
@media (max-width: 991px){
    /*
        Layout
    */

    /*
        Content
    */
    /*post overlay*/
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text{
        min-height: 385px;
        padding: 40px 30px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__title {
        font-size: 28px;
    }
    /*post no thumb*/
    .post-nothumb-media .list-index {
        font-size: 20px;
    }
    .post-nothumb-media .post__title {
        font-size: 16px;
        line-height: 1.5;
    }
    /*post horizontal*/
    .listing-list-d .post-list .list-item:nth-child(odd) .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__text--wrap{
        margin-right: 0;
    }
    .listing-list-d .post-list .list-item:nth-child(even) .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__text--wrap{
        margin-left: 0;
    }
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__thumb {
        height: 350px;
    }
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__title{
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__text{
        text-align: left;
    }

    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__excerpt{
        margin-bottom: 15px;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */
    .listing-list-d .post-list .list-small .list-item{
        width: 100%;
        padding: 15px;
        margin-bottom: 0;
    }
    /*
        Content
    */
    /*post overlay*/
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__thumb {
        height: 330px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text-inner {
        max-width: 490px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__title {
        font-size: 25px;
        line-height: 1.33;
    }
    /*post no thumb*/
    .post-nothumb-media{
        padding: 0 30px;
    }
    .post-nothumb-media .post__title{
        font-size: 18px;
        line-height: 1.38;
    }
    /*post horizontal*/
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__text--wrap {
        max-width: 85%;
    }
    .listing-list-d .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 {
        display: block;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */
    .listing-list-d .post-list .list-item:not(:last-child) {
        margin-bottom: 30px;
    }
    .listing-list-d  .post__readmore{
        display: none;
    }

    .listing-list-d .post-list .list-small + .list-item {
        margin-top: initial;
    }
    .listing-list-d .post-list .list-small{
        margin: 55px 0;
    }
    .listing-list-d .post-list .list-small .list-item{
        padding: 0;
    }
    .listing-list-d .post-list .list-small .list-item:not(:last-child){
        margin-bottom: 30px;
    }
    /*
        Content
    */
    /*post overlay*/
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text{
        min-height: 350px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__title {
        font-size: 24px;
        line-height: 1.5;
    }
    /*post no thumb*/
    .post-nothumb-media {
        padding: 0 20px 0 20px;
    }
    .post-nothumb-media .post__title {
        font-size: 16px;
        line-height: 1.5;
    }
    /*post horizontal*/
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__thumb {
        width: 100%;
        float: none;
        margin:  0 0 20px 0;
        height: 350px;
    }
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__text--wrap{
        max-width: 100%;
    }
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__title{
        line-height: 1.5;
    }
}
@media (max-width: 576px){
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__text {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 480px){
    /*
        Layout
    */
    /*
        Content
    */
    /*post overlay*/
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text{
        min-height: 300px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text-inner{
        padding-right: 0;
        max-width: 100%;
        width: 70%;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__title{
        font-size: 22px;
    }
    /*post no thumb*/
    .post-nothumb-media {
        padding: 0 10px;
    }
    /*post horizontal*/
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__thumb {
        height: 320px;
    }
}
@media (max-width: 420px) {
    /*
       Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text-inner {
        max-width: 100%;
        width: 75%;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text {
        min-height: 300px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__title {
        font-size: 20px;
        line-height: 1.3;
    }
    /*post no thumb*/

    /*post horizontal*/


}
@media (max-width: 380px){
    /*
        Layout
    */

    /*
       Content
   */
    /*post overlay*/
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text-inner {
        max-width: 100%;
        width: 80%;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text {
        min-height: 280px;
        padding: 0;
    }
    /*post no thumb*/

    /*post horizontal text center*/
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__thumb{
        height: 300px;
    }
    .post--horizontal-reverse-big.post--horizontal-reverse-big__style-3 .post__text {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 320px){
    /*
        Layout
    */

    /*
       Content
   */
    /*post overlay*/
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text-inner {
        width: 85%;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-4 .post__text {
        min-height: 270px;
    }
}
/*  Listing List D ----------------------- */
/* ----------------------- listing-list-e */
/*
    Layout
*/
.listing-list-e .post-list{
    margin: -15px;
}
.listing-list-e .post-list .list-item{
    padding: 15px;
}
.listing-list-e .post-listing-horizontal-3i{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    /*margin: 0 -17.5px;*/
    padding: 0 25px;
}
.listing-list-e .post-list .post-listing-horizontal-3i:last-child,
.listing-list-e .post-list .list-item + .post-listing-horizontal-3i:last-child{
    margin-bottom: 0;
}
.listing-list-e .post-listing-horizontal-3i:first-child + .list-item{
    margin-top: 30px;
}
.listing-list-e .post-list .list-item + .post-listing-horizontal-3i{
    margin: 30px 0;
}
.listing-list-e .post-listing-horizontal-3i .list-item{
    width: -webkit-calc( 100% / 3);
    width: -moz-calc( 100% / 3);
    width: calc( 100% / 3);
}
/*
    Content
*/
/*post horizontal small*/
.post--horizontal-3i-small-xxs .post__thumb{
    margin-bottom: 0;
    margin-right: 30px;
}
.post--horizontal-3i-small-xxs .post__title{
    font-weight: 500;
}
/*post horizontal text center*/
.listing-list-e .post--horizontal-reverse-big{
    padding-bottom: 0;
}
.listing-list-e .post--horizontal-reverse-big .post__thumb{
    margin-left: 0;
    width: 50%;
}
.listing-list-e .post--horizontal-reverse-big .post__text--wrap{
    max-width: 576px;
    margin: 0 auto;
}
.listing-list-e .post--horizontal-reverse-big .post__excerpt{
    max-width: 75%;
}
@media (max-width: 1199px){
    /*
        Layout
    */
    .listing-list-e .post-listing-horizontal-3i{
        padding: 0;
    }
    /*
        Content
    */
    /*post horizontal small*/
    .post--horizontal-3i-small-xxs .post__thumb{
        margin-right: 25px;
    }

    /*post horizontal text center*/
    .listing-list-e .post--horizontal-reverse-big .post__thumb{
        height: 300px;
    }
    .listing-list-e .post--horizontal-reverse-big .post__title {
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    /*
       Content
   */
    /*post horizontal small*/
    .post--horizontal-3i-small-xxs .post__thumb{
        margin-right: 15px;
    }
    .post--horizontal-3i-small-xxs .post__title {
        font-weight: 400;
    }
    /*post horizontal text center*/
    .listing-list-e .post--horizontal-reverse-big .post__thumb{
        width: 50%;
        height: 250px;
        margin-right: 30px;
    }
    .listing-list-e .post--horizontal-reverse-big .post__text{
        text-align: left;
    }
    .listing-list-e .post--horizontal-reverse-big .post__title{
        max-width: 100%;
        line-height: 1.5;
    }
    .listing-list-e .post--horizontal-reverse-big .post__excerpt {
        max-width: 100%;
    }
}
@media (max-width: 767px){

    /*
        Layout
    */
    .listing-list-e .post--horizontal-reverse-big{
        display: block;
    }
    .listing-list-e .post--horizontal-reverse-big .post__thumb{
        float: none;
    }
    .listing-list-e .post-listing-horizontal-3i{
        max-width: 100%;
        margin: -12.5px auto;
    }
    .listing-list-e .post-listing-horizontal-3i .list-item{
        width: 100%;
        padding: 12.5px 0;
    }

    /*
        Content
    */

    .post--horizontal-3i-small-xxs.post--horizontal .post__cat{
        display: block;
    }


}
@media (max-width: 767px){
    /*
        Content
    */
    /*post horizontal text center*/
    .listing-list-e .post--horizontal-reverse-big .post__thumb{
        width: 100%;
        height: 300px;
        margin:  0 0 20px 0;
    }
    .listing-list-e .post--horizontal-reverse-big .post__text--wrap{
        max-width: 100%;
    }
    .listing-list-e .post--horizontal-reverse-big .post__title{
        line-height: 1.5;
        margin-bottom: 15px;
    }
}
@media (max-width: 576px){
    .listing-list-e .post--horizontal-reverse-big .post__text {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 480px){
    /*
        Content
    */
    /*post horizontal text center*/
    .listing-list-e .post--horizontal-reverse-big .post__thumb{
        height: 265px;
    }
}
@media (max-width: 380px){
    /*
        Layout
    */
    .listing-list-e .post-listing-horizontal-3i{
        max-width: 100%;
        margin: -15px auto;
    }
    .listing-list-e .post-listing-horizontal-3i .list-item{
        width: 100%;
        padding: 15px;
    }
    /*
       Content
   */
    /*post horizontal text center*/
    .listing-list-e .post--horizontal-reverse-big .post__thumb{
        height: 230px;
    }
    .listing-list-e .post--horizontal-reverse-big .post__text {
        max-width: 100%;
        margin: 0 auto;
    }
}
/*  listing-list-e ----------------------- */

/* -------------------------- Post Listing List F (Post Listing List Large)*/
.listing--list-large .post__thumb{
    width: 55%;
    height: 400px;
    margin-right: 50px;
}
.listing--list-large .post__text{
    padding-top: 30px;
}
.listing--list-large .post__readmore{
    margin-top: 25px;
}
.listing--list-large .post__readmore .readmore__text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    /*padding: 20px 0;*/
    color: rgba(0,0,0,0.6);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
}
.listing--list-large .post__readmore .readmore__text i{
    font-size: 20px;
}
.listing--list-large.text-title-uppercase .post__title{
    text-transform: uppercase;
}
.listing--list-large.post--horizontal-reverse .post__thumb{
    margin-right: 0;
    margin-left: 50px;
}
@media(max-width: 1199px){
    .listing--list-large .post__title{
        line-height: 1.5;
    }
    .listing--list-large .post__thumb{
        height: 300px;
    }
}
@media(max-width: 991px){
    .listing--list-large .post__title{
        line-height: 1.5;
    }
    .listing--list-large .post__text{
        padding-right: 0;
    }
    .listing--list-large .post__thumb{
        height: 280px;
        margin-right: 30px;
    }
    .listing--list-large.post--horizontal-reverse .post__thumb{
        margin-right: 0;
        margin-left: 30px;
    }
}

@media(max-width: 767px){
    .listing--list-large{
        display: block;

    }
    .listing--list-large.post--horizontal .post__thumb{
        width: 100%;
        float: none;
        height: 250px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .listing--list-large .post__readmore .readmore__text{
        padding-bottom: 0;
    }
    .listing--list-large.post--horizontal-reverse .post__thumb{
        margin-left: 0;
    }
    .listing--list-large .post__text{
        padding-right: 20px;
        padding-top: 0;
    }
    .listing--list-large .post__title{
        line-height: 1.5;
        margin-bottom: 15px;
    }
}
/* .Post Listing List F  -------------------------- */
/* ----------------------- Category Tiles */
/*
    Layout
*/
.ceris-category-tiles .atbs-ceris-block__inner{
    padding: 80px 0;
    background-color: #F8F8FA;
}
/*
    Content
*/
.category-nothumb-cat-large {
    height: 370px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
            align-content: space-between;
    padding: 40px;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.category-nothumb-cat-large .category-name{
    font-size: 26px;
    font-size: 1.8571rem; /*font system*/
    line-height: 1.4;
    font-weight: 700;
}
.category-nothumb-cat-large .category-name a{
    text-decoration: none;
    color: var(--color-text);
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.category-nothumb-cat-large .category--wrap{
    width: 100%;
}
.category-nothumb-cat-large .category-description .category-tile__description{
    margin-bottom: 40px;

    font-size: 15px;
    line-height: 1.43;
    font-weight: 300;
    color: #131313;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    max-width: 95%;
}
.category-nothumb-cat-large .category-read-more a{
    color: var(--color-text);

    font-size: 15px;
    line-height: 1.43;
    text-decoration: none;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
}
.category-nothumb-cat-large .category-read-more a > i{
    margin-left: 8px;
}
.category-nothumb-cat-large:hover{
    background-color: #131313;
}
.category-nothumb-cat-large:hover .category-name a,
.category-nothumb-cat-large:hover .category-description .category-tile__description,
.category-nothumb-cat-large:hover .category-read-more a{
    color: #fff;
}
.ceris-category-tiles .owl-carousel .owl-prev,
.ceris-category-tiles .owl-carousel .owl-next{
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    color: var(--color-logo);
    -webkit-box-shadow: 0 14px 8px rgba(19,19,19,0.13);
    -moz-box-shadow: 0 14px 8px rgba(19,19,19,0.13);
         box-shadow: 0 14px 8px rgba(19,19,19,0.13);
}
.ceris-category-tiles .owl-carousel .owl-prev i,
.ceris-category-tiles .owl-carousel .owl-next i{
    font-size: 20px;
}
.ceris-category-tiles .owl-carousel .owl-next{
    right: -30px;
}
.ceris-category-tiles .owl-carousel .owl-prev{
    left: -30px;
}
.ceris-category-tiles .owl-carousel .owl-prev:hover,
.ceris-category-tiles .owl-carousel .owl-next:hover{
    background-color: #131313;
    color: #fff;
}
.ceris-category-tiles .owl-carousel .owl-dots{
    display: none;
}
@media (max-width: 1366px){
    /*
        Content
    */
    .ceris-category-tiles .owl-carousel .owl-prev,
    .ceris-category-tiles .owl-carousel .owl-next{
        width: 50px;
        height: 50px;
    }
    .ceris-category-tiles .owl-carousel .owl-prev{
        left: -25px;
    }
    .ceris-category-tiles .owl-carousel .owl-next{
        right: -25px;
    }
    /*
        Layout
    */
    .category-nothumb-cat-large{
        height: 350px;
    }
}
@media (min-width: 1200px) and (max-width: 1230px){
    .ceris-category-tiles .container{
        width: 1170px;
    }
}
@media (max-width: 1199px) {
    /*
        Content
    */
    .category-nothumb-cat-large .category-name{
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.5;
    }
    /*
        Layout
    */
    .category-nothumb-cat-large{
        height: 320px;
    }
    .category-nothumb-cat-large .category-description .category-tile__description{
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1017px){
    .ceris-category-tiles .container{
        width: 970px;
    }
}
@media (max-width: 991px) {
    .category-nothumb-cat-large{
        padding: 40px 45px;
    }
}
@media (min-width: 768px) and (max-width: 793px){
    .ceris-category-tiles .container{
        width: 750px;
    }
}
@media (max-width: 767px) {
    /*
        Content
    */
    .category-nothumb-cat-large {
        padding: 35px 30px;
        height: 300px;
    }
    .category-nothumb-cat-large .category-name {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
    }
    .category-nothumb-cat-large .category-description .category-tile__description{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .ceris-category-tiles .owl-carousel .owl-nav{
        display: none;
    }
    .ceris-category-tiles .owl-carousel .owl-dots{
        display: block;
        padding: 0;
        margin-top: 25px;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */
    .ceris-category-tiles .atbs-ceris-block__inner {
        padding: 60px 0;
    }
    /*
        Content
    */
    .category-nothumb-cat-large {
        padding: 30px 25px;
        height: 270px;
    }
    .category-nothumb-cat-large .category-description .category-tile__description{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media (max-width: 480px){
    /*
        Content
    */
    .category-nothumb-cat-large {
        padding: 30px;
        height: 300px;
        max-width: 80%;
        margin: 0 auto;
    }
    .category-nothumb-cat-large .category-name {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 420px){
    /*
        Layout
    */
    .ceris-category-tiles .atbs-ceris-block__inner {
        padding: 50px 0;
    }
    /*
        Content
    */
    .category-nothumb-cat-large{
        max-width: 85%;
    }
}
@media (max-width: 380px){
    /*
        Content
    */
    .category-nothumb-cat-large {
        padding: 25px;
        max-width: 90%;
    }
}
/*  Category Tiles ----------------------- */

/* ----------------------- ceris-author-list */
/*
    Layout
*/
.ceris-author-list .post-list{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.ceris-author-list .post-list .list-item{
    padding: 15px;
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
}
/*
    Content
*/
.ceris-author-list  .author-box.author-box-vertical{
    background-color: transparent;
    display: block;
    text-align: center;
    padding: 0;
    border: none;
}
.ceris-author-list .author-box.author-box-vertical .author-box__image{
    margin-bottom: 30px;
    -webkit-box-shadow: 0 35px 15px -25px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 35px 15px -25px rgba(0, 0, 0, 0.05);
         box-shadow: 0 35px 15px -25px rgba(0, 0, 0, 0.05);
}
.ceris-author-list  .author-box.author-box-vertical .author-avatar{
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
    width: 100%;
    height: 270px;
    margin-bottom: 0;
}
.ceris-author-list .author-box.author-box-vertical .author-avatar img{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ceris-author-list .author-box.author-box-vertical .author-box__text{
    padding: 0;
    text-align: center;
}
.ceris-author-list .author-box.author-box-vertical .author-name{
    margin-bottom: 8px;
}
.ceris-author-list .author-box.author-box-vertical .author-name a{
    color: var(--color-text);
    text-decoration: none;
    font-size: 20px;
    font-size: 1.4285rem; /*font system*/
    line-height: 1.5;
    font-weight: 500;
}
.ceris-author-list .author-box.author-box-vertical .entry-author__task{
    color: #131313;
    opacity: 0.6;
    font-size: 14px;
}
@media (max-width: 1199px){
    /*
        Content
    */

    /*
        Layout
    */

    .ceris-author-list .author-box.author-box-vertical .author-avatar{
        height: 220px;
    }
    .ceris-author-list .author-box.author-box-vertical .author-box__image {
        margin-bottom: 20px;
    }
    .ceris-author-list .author-box.author-box-vertical .author-name{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 5px;
    }
}
@media (max-width: 991px){
    /*
        Layout
    */
    .ceris-author-list .post-list .list-item{
        width: 50%;
    }
    /*
        Content
    */
    .ceris-author-list .author-box.author-box-vertical .author-avatar {
        height: 300px;
    }
    .ceris-author-list .author-box.author-box-vertical .author-name{
        margin-bottom: 8px;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-author-list .author-box.author-box-vertical .author-avatar {
        height: 270px;
    }
    .ceris-author-list .author-box.author-box-vertical .author-box__image{
        margin-bottom: 15px;
    }
    .ceris-author-list .author-box.author-box-vertical .author-name a{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-author-list .author-box.author-box-vertical .author-avatar {
        height: 230px;
    }
    .ceris-author-list .author-box.author-box-vertical .author-name {
        margin-bottom: 5px;
    }
}
@media (max-width: 480px){
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-author-list .author-box.author-box-vertical .author-avatar {
        height: 190px;
    }
    .ceris-author-list .author-box.author-box-vertical .author-name a{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 420px){
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-author-list .author-box.author-box-vertical .author-avatar {
        height: 165px;
    }
}
@media (max-width: 380px){
    .ceris-author-list .author-box.author-box-vertical .author-avatar {
        height: 135px;
    }
}
@media (max-width: 320px){
    .ceris-author-list .author-box.author-box-vertical .author-avatar {
        height: 280px;
    }
    .ceris-author-list .author-box.author-box-vertical .author-name {
        margin-bottom: 5px;
    }
    .ceris-author-list .author-box.author-box-vertical .author-name a{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .ceris-author-list .post-list .list-item{
        width: 100%;
    }
}
/*  ceris-author-list ----------------------- */
/**/
.ceris-video-slider-wrap{
    width: 100% !important;
}
.ceris-video-slider-wrap .fotorama__wrap {
    width: 100% !important;
}

/* ----------------------- Navigation bar */
/*
    Layout
*/

@media (min-width: 992px) {
    .admin-bar .atbs-ceris-offcanvas.menu-wrap{
        height: -webkit-calc(100% - 32px) ;
        height: -moz-calc(100% - 32px) ;
        height: -webkit-calc(100% - 32px) ;
        height: -moz-calc(100% - 32px) ;
        height: -webkit-calc(100% - 32px) ;
        height: -moz-calc(100% - 32px) ;
        height: -webkit-calc(100% - 32px) ;
        height: -moz-calc(100% - 32px) ;
        height: -webkit-calc(100% - 32px) ;
        height: -moz-calc(100% - 32px) ;
        height: -webkit-calc(100% - 32px) ;
        height: -moz-calc(100% - 32px) ;
        height: calc(100% - 32px) ;
    }

    .atbs-ceris-offcanvas{
        /*width: 80%;*/
        width: 460px;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        /*flex-wrap: wrap;*/
        background-color: ;
        -webkit-transition: -webkit-transform 0.5s, width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out, -webkit-transform 0.5s;
        transition: width 0.5s ease-in-out, -webkit-transform 0.5s;
        -o-transition: transform 0.5s, width 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out, -o-transform 0.5s;
        -moz-transition: transform 0.5s, width 0.5s ease-in-out, -moz-transform 0.5s;
        transition: transform 0.5s, width 0.5s ease-in-out;
        transition: transform 0.5s, width 0.5s ease-in-out, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
        transition: transform 0.5s, width 0.5s ease-in-out, -webkit-transform 0.5s;
    }
    .atbs-ceris-offcanvas--inner {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
    }
    .atbs-ceris-offcanvas.animation_0_row .atbs-ceris-offcanvas--inner{
        width: 100%;
    }
    .atbs-ceris-offcanvas.is-active{
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
             transform: translate3d(0,0,0);
    }
    .atbs-ceris-offcanvas.animation{
        width: 1200px;
    }
    .atbs-ceris-offcanvas.animation.animation_0_row,
    .atbs-ceris-offcanvas.animation_0_row{
        width: 460px;
    }
    .atbs-ceris-offcanvas.animation_0_row .btn-nav-show_full{
        display: none;
    }
    .atbs-ceris-offcanvas.animation.animation_1_row{
        width: 880px;
    }
    .atbs-ceris-offcanvas.animation.animation_2_row{
        width: 1200px;
    }
    .atbs-ceris-offcanvas .border-right{
        border-right: 1px solid rgba(0,0,0,0.1);
    }
    .atbs-ceris-offcanvas--inner .atbs-ceris-offcanvas__section:not(:first-child){
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
        max-height: 100%;
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .atbs-ceris-offcanvas--inner .atbs-ceris-offcanvas__section{
        /*display: none;*/
        min-width: 320px;
        max-width: 320px;
    }

    /*title*/
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__title{
        width: 140px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
        text-align: center;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        -webkit-align-content: space-between;
                align-content: space-between;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        min-width: 140px;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__title .atbs-ceris-offcanvas-close{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__title .atbs-ceris-offcanvas-close--wrap{
        color: #000;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
             transform: rotate(-90deg);
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        white-space: nowrap;
    }
    .atbs-ceris-offcanvas-close{
        border: none;
        overflow: initial;
    }
    .atbs-ceris-offcanvas-close .label-icon{
        text-transform: uppercase;
        color: rgba(0,0,0,0.6);
        margin-left: 5px;
    }
    .atbs-ceris-offcanvas__title .social-list li:not(:last-child){
        margin-bottom: 10px;
    }
    /*navigation*/
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-navigation{
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        max-width: 320px;
        padding-right: 0;
        padding-left: 0;
        min-width: 320px;
    }
    .atbs-ceris-offcanvas .menu-main-menu-container{
        width: 100%;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-navigation .atbs-ceris-offcanvas__section-navigation--wrap{
        width: 100%;
        max-height: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    /*posts list*/
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list{
        padding-left: 30px;
        padding-right: 0;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list .atbs-ceris-offcanvas__section-posts-list--wrap{
        max-height: 100%;
        padding-right: 30px;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list .list-item:not(:last-child){
        margin-bottom: 30px;
    }
    /*slide-bar*/
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-slide-bar {
        padding-left: 30px;
        padding-right: 0;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-slide-bar--wrap{
        max-height: 100%;
        padding-right: 30px;
    }
    /*scroll bar*/
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-navigation .atbs-ceris-offcanvas__section-navigation--wrap,
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list .atbs-ceris-offcanvas__section-posts-list--wrap,
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-slide-bar .atbs-ceris-offcanvas__section-slide-bar--wrap{
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-navigation .atbs-ceris-offcanvas__section-navigation--wrap::-webkit-scrollbar,
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list .atbs-ceris-offcanvas__section-posts-list--wrap::-webkit-scrollbar,
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-slide-bar .atbs-ceris-offcanvas__section-slide-bar--wrap::-webkit-scrollbar{
        width: 2px;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-navigation .atbs-ceris-offcanvas__section-navigation--wrap::-webkit-scrollbar-thumb,
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list .atbs-ceris-offcanvas__section-posts-list--wrap::-webkit-scrollbar-thumb,
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-slide-bar .atbs-ceris-offcanvas__section-slide-bar--wrap::-webkit-scrollbar-thumb{
        -webkit-border-radius: 50px;
                border-radius: 50px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    }
    /*button show more*/
    .btn-nav-show_full{
        position: absolute;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        width: 40px;
        height: 40px;
        border: 1px solid rgba(0,0,0,0.1);
        right: 30px;
        top: 50%;
        z-index: 1001;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        cursor: pointer;
    }
    /*
        Content
    */
    /*title*/
    .atbs-ceris-offcanvas__title .site-logo img {
        /*max-height: 40px;*/
    }
    .atbs-ceris-offcanvas__title .social-list{
        width: 100%;
        height: auto ;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
                order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
                align-items: flex-end;
        -ms-flex-line-pack: end;
        -webkit-align-content: flex-end;
                align-content: flex-end;
        margin-top: 0;
    }
    .atbs-ceris-offcanvas__title .social-list:first-child{
        height: 100%;
    }
    .atbs-ceris-offcanvas__title .social-list li{
        display: block;
        width: 100%;
    }
    .atbs-ceris-offcanvas__title .atbs-ceris-offcanvas-close {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
                order: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
          -o-transform: translate(-50%,-50%);
             transform: translate(-50%,-50%);
    }
    /* Menu */

    .menu-wrap {
        position: fixed;
        /*z-index: 1001;*/
        width: 460px;
        height: 100%;
        font-size: 1.15em;
        -webkit-transform: translate3d(-100%,0,0);
        -moz-transform: translate3d(-100%,0,0);
             transform: translate3d(-100%,0,0);
        -webkit-transition: -webkit-transform 0.5s, width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out, -webkit-transform 0.5s;
        transition: width 0.5s ease-in-out, -webkit-transform 0.5s;
        -o-transition: transform 0.5s, width 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out, -o-transform 0.5s;
        -moz-transition: transform 0.5s, width 0.5s ease-in-out, -moz-transform 0.5s;
        transition: transform 0.5s, width 0.5s ease-in-out;
        transition: transform 0.5s, width 0.5s ease-in-out, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
        transition: transform 0.5s, width 0.5s ease-in-out, -webkit-transform 0.5s;
        left: 0;
        top: 0;
    }
    /* Morph Shape */
    .morph-shape {
        position: absolute;
        width: 100px;
        height: 100%;
        top: 0;
        right: 0;
        fill: #fff;
        z-index: 1000;

    }
    /* Shown menu */
    .show-menu .menu-wrap {
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
             transform: translate3d(0,0,0);
    }
    /*posts-list*/
    .atbs-ceris-offcanvas__section-posts-list .post--vertical-cat-overlay  .post__title{
        color: var(--color-text);
    }
}
@media (min-width: 1367px) and (max-width: 1600px){
    /*
        Layout
    */
    .atbs-ceris-offcanvas.animation{
        width: 1200px;
    }
    .atbs-ceris-offcanvas.animation.animation_0_row,
    .atbs-ceris-offcanvas.animation_0_row{
        width: 460px;
    }
    .atbs-ceris-offcanvas.animation.animation_1_row{
        width: 880px;
    }
    .atbs-ceris-offcanvas.animation.animation_2_row{
        width: 1200px;
    }
    /*
        Content
    */
}
@media (min-width: 1200px) and (max-width: 1366px){
    /*
        Layout
    */
    .atbs-ceris-offcanvas.animation{
        width: 1185px;
    }
    .atbs-ceris-offcanvas.animation.animation_0_row,
    .atbs-ceris-offcanvas.animation_0_row{
        width: 440px;
    }
    .atbs-ceris-offcanvas.animation.animation_1_row{
        width: 870px;
    }
    .atbs-ceris-offcanvas.animation.animation_2_row{
        width: 1200px;
    }
    .atbs-ceris-offcanvas--inner .atbs-ceris-offcanvas__section:not(:first-child){
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
        max-width: 330px;
        min-width: 330px;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section:not(:first-child).atbs-ceris-offcanvas__section-navigation {
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: calc(100% - 110px);
        max-width: 330px;
        min-width: 330px;
    }
    /*posts list*/
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list {
        padding-left: 35px;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list .atbs-ceris-offcanvas__section-posts-list--wrap{
        padding-right: 35px;
    }
    /*slide bar*/
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-slide-bar{
        padding-left: 35px;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-slide-bar--wrap {
        padding-right: 35px;
    }
    /*title*/
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__title{
        width: 110px;
        min-width: 110px;
        padding-bottom: 70px;
    }
    /*
        Content
    */

    /*navigation*/
    .atbs-ceris-offcanvas div.morph-shape {
        width: 100px;
        min-width: initial;
    }
    .atbs-ceris-offcanvas div.btn-nav-show_full{
        min-width: initial;
    }
    .menu-wrap{
        width: 540px;
    }
}
@media (min-width: 992px){
    #atbs-ceris-offcanvas-mobile.atbs-ceris-offcanvas{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .menu-wrap {
        width: 485px;
    }
    .atbs-ceris-offcanvas.animation {
        width: 770px;
    }
    .atbs-ceris-offcanvas.animation.animation_0_row,
    .atbs-ceris-offcanvas.animation_0_row{
        width: 385px;
    }
    .atbs-ceris-offcanvas.animation.animation_1_row,
    .atbs-ceris-offcanvas.animation.animation_2_row{
        width: 770px;
    }
    .atbs-ceris-offcanvas--inner .atbs-ceris-offcanvas__section:not(:first-child) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
        min-width: 285px;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section:not(:first-child).atbs-ceris-offcanvas__section-navigation {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        max-width: 285px;
        min-width: 285px;
    }
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section.atbs-ceris-offcanvas__title {
        width: 100px;
        min-width: 100px;
    }
}
@media (max-width: 991px){
    /*
         Layout
     */
    .atbs-ceris-offcanvas{
        -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
        -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
        -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
        transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    }

    /*posts-list*/
    .atbs-ceris-offcanvas__section-posts-list .post--vertical-cat-overlay  .post__title{
        color: var(--color-text);
    }
    /*
        Content
    */
    #atbs-ceris-offcanvas-mobile.atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list,
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-posts-list,
    #atbs-ceris-offcanvas-mobile.atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-slide-bar,
    .atbs-ceris-offcanvas .atbs-ceris-offcanvas__section-slide-bar{
        display: none;
    }
    #atbs-ceris-offcanvas-primary.atbs-ceris-offcanvas{
        display: none;
    }
    .atbs-ceris-offcanvas__title .site-logo img {
        /*max-height: 35px;*/
    }
}

/* Navigation bar ----------------------- */

/* ------------------- Mega Menu Update*/
.atbs-ceris-mega-menu .posts-list.ceris-megamenu-normal-wrap>li{
    padding: 0px 15px;
}
.ceris-vertical-megamenu .post__thumb{
    height: 130px;
    width: 100%;
    margin-bottom: 20px;
}
.ceris-vertical-megamenu .post__title{
    font-weight: 600;
    line-height: 1.6;
    max-height: 4.8em;
    overflow:hidden;
}
.atbs-ceris-mega-menu .posts-list.ceris-megamenu-wrap{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}
.atbs-ceris-mega-menu .posts-list.ceris-megamenu-wrap>li {
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
    position: relative;
    padding: 30px;
}
.atbs-ceris-mega-menu .posts-list.ceris-megamenu-wrap>li:nth-child(5):before {
    content: "";
    position: absolute;
    width: -webkit-calc(400% - 30px );
    width: -moz-calc(400% - 30px );
    width: calc(400% - 30px );
    top: 0;
    left: 15px;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
}

.atbs-ceris-mega-menu .posts-list.ceris-megamenu-wrap>li:nth-child(n+1){
    padding-left: 15px;
    padding-right: 15px;
}
.atbs-ceris-mega-menu .posts-list.ceris-megamenu-wrap>li:nth-child(n+5){
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}
.atbs-ceris-mega-menu .post__title,
.atbs-ceris-mega-menu .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    text-transform: initial;
}
.atbs-ceris-mega-menu .post__meta {
    font-weight: 400;
}
.ceris-megamenu-wrap .post--horizontal .post__text{
    -ms-flex-item-align: unset;
    -ms-grid-row-align: unset;
    -webkit-align-self: unset;
            align-self: unset;
}
.ceris-megamenu-wrap .post--vertical .post__thumb{
    margin-bottom: 20px;
}
.navigation .sub-menu li:not(:last-child){
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navigation--main .sub-menu li:hover>a{
    background: none;
    color: red;
}
.navigation--main .sub-menu a{
    padding: 15px 0;
}

/* .Mega Menu Update ------------------- */
/* --------------- ATBS-Reaction */
.atbs-reactions-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-flow: row wrap;
    margin: -10px;
}
.atbs-article-reactions{
    margin-top: 45px;
    clear: both;
}
.atbs-reactions-flex > .atbs-reactions-col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}
@media(max-width: 576px){
    .atbs-reactions-flex > .atbs-reactions-col{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        -webkit-flex: 0 0 33.33%;
           -moz-box-flex: 0;
                flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media(max-width: 419px){
    .atbs-reactions-flex > .atbs-reactions-col{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
           -moz-box-flex: 0;
                flex: 0 0 50%;
        max-width: 50%;
    }
}
.atbs-reactions-content{
    text-align: center;
    margin-bottom: 0;
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding-bottom: 15px;
}
.atbs-article-reactions .atbs-reactions-content:hover{
    border: 1px solid rgba(255,0,0,0.3);
}
.atbs-article-reactions .atbs-reactions-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
}
.atbs-article-reactions .atbs-reactions-content,
.atbs-article-reactions .atbs-reactions-content:active .atbs-reaction-count {
    -webkit-transition: transfrom 0.4s ;
    -o-transition: transfrom 0.4s ;
    -moz-transition: transfrom 0.4s ;
    transition: transfrom 0.4s ;
}
.atbs-article-reactions .atbs-reactions-content .atbs-reaction-count{
    font-weight: 500;
    margin-top: 15px;
    font-size: 12px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: relative;
}
.atbs-article-reactions .atbs-reactions-content.active .atbs-reaction-count{
    color: var(--color-logo);
}
.atbs-article-reactions .atbs-reactions-content.scale-count .atbs-reaction-count{
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
      -o-transform: scale(1.4);
         transform: scale(1.4);
}
.atbs-article-reactions .atbs-reactions-content svg{
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
      -o-transform: scale(0.7);
         transform: scale(0.7);
}
.atbs-article-reactions .atbs-reactions-content .scale-icon svg{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
      -o-transform: scale(1);
         transform: scale(1);
}


.atbs-article-reactions .atbs-reactions-image svg{
    width: 35px;
    height: 35px;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.atbs-article-reactions .atbs-reaction-name{
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.4px;
    font-weight: 700;
    display: block;
}

.typography-copy h3.atbs-reactions-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.2;
}

/*  .ATBS-Reaction ---------------*/

/* --------------- Mobile Share */
.ceris-mobile-share-socials {
    margin-top: 45px;
    clear: both;
    display: none;
}
.ceris-mobile-share-socials ul {
    list-style: none;
    padding-left: 0;
    margin: -8px;
}
.ceris-mobile-share-socials ul li{
    margin: 0;
    padding: 8px;
}
.ceris-mobile-share-socials ul li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #888;
    -webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}
.ceris-mobile-share-socials ul li:hover a {
    color: #fff;
    background-color: var(--color-logo);
    border-color: var(--color-logo);
}
.typography-copy .ceris-mobile-share-socials h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .ceris-mobile-share-socials{
        display: block;
    }
}
/*  .Mobile Share ---------------*/
/* --------------- scroll-count-percent */
.scroll-count-percent-with-bookmark{
    cursor: pointer;
}
.scroll-count-percent{
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 9999;
    top: -webkit-calc(101% + 50px);
    top: -moz-calc(101% + 50px);
    top: calc(101% + 50px);
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.admin-bar .scroll-count-percent{
    top: -webkit-calc(101% + 82px);
    top: -moz-calc(101% + 82px);
    top: calc(101% + 82px);
}
.js-sticky-header.is-fixed .scroll-count-percent{
    top: -webkit-calc(101% + 50px);
    top: -moz-calc(101% + 50px);
    top: calc(101% + 50px);
}
.js-sticky-header.is-fixed.is-shown .scroll-count-percent{
    top: -webkit-calc(101% + 50px);
    top: -moz-calc(101% + 50px);
    top: calc(101% + 50px);
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.sticky-header.is-fixed .scroll-count-percent.active,
.scroll-count-percent.active{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    /*-webkit-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;*/
}
.scroll-count-percent .progress-scroll {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
         transform: rotate(-90deg);
}
.scroll-count-percent .progress__meter,
.scroll-count-percent .progress__value {
    fill: none;
}
.scroll-count-percent .progress__meter {
    stroke: #e6e6e6;
    fill: #fff;
}
.scroll-count-percent .progress__value {
    stroke: var(--color-logo);
    opacity: 0.8;
    stroke-linecap: round;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
}
.scroll-count-percent .percent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
}
.scroll-count-percent .percent-number{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}
.scroll-count-percent .percent-number span{
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-right: 1px;
}
@media (max-width: 1430px){
    .scroll-count-percent{
        right: 20px;
    }
}
@media (max-width: 1366px){
    .scroll-count-percent{
        right: 15px;
        height: 60px;
        width: 60px;
    }
    .scroll-count-percent .percent-number span{
        font-size: 13px;
    }
}
@media (max-width: 1199px){
    .scroll-count-percent{
        display: none  ;
    }
}
@media (max-width: 1199px){
    .scroll-count-percent{
        right: 20px;
        height: 60px;
        width: 60px;
    }
    .scroll-count-percent .percent-number span{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .scroll-count-percent{
        opacity: 1;
        right: 25px;
        display: none;
    }
}
/*scroll mobile*/
.scroll-count-percent-mobile.scroll-count-percent{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    -webkit-justify-content: unset;
       -moz-box-pack: unset;
            justify-content: unset;
    display: none;
}
.scroll-count-percent-mobile.scroll-count-percent .progress-scroll{
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    width: 100%;
    height: 100%;
}
.scroll-count-percent-mobile.scroll-count-percent .percent-number{
    background-color: var(--color-logo);
    height: 100%;
    width: 100px;
    position: initial;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    display: block;
    left: unset;
    top: unset;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
@media (max-width: 991px){
    .scroll-count-percent-mobile.scroll-count-percent.active{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        visibility: visible;
    }
}
/*svg bookmark single*/
.scroll-count-percent .btn-bookmark-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
         transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}
.scroll-count-percent .btn-bookmark-icon svg{
    width: 25px;
    height: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    cursor: pointer;
}
.scroll-count-percent .btn-bookmark-icon .bookmark-status-not-save{
    opacity: 1;
    visibility: visible;
}
.scroll-count-percent .btn-bookmark-icon .bookmark-status-saved{
    visibility: hidden;
    opacity: 0;
}
.scroll-count-percent .btn-bookmark-icon .bookmark-status-saved path{
    fill: var(--color-logo);
}
.scroll-count-percent .btn-bookmark-icon .bookmark-status-not-save path{
    fill: #999;
}
.scroll-count-percent .btn-bookmark-icon svg path{
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.scroll-count-percent .btn-bookmark-icon.is-saved .bookmark-status-saved{
    opacity: 1;
    visibility: visible;

}
.scroll-count-percent .btn-bookmark-icon.is-saved .bookmark-status-not-save {
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1366px){
    .scroll-count-percent .btn-bookmark-icon svg{
        width: 25px;
        height: 25px;
    }
}
/*  .scroll-count-percent ---------------*/

/* . Update single Scrolling */
.single-infinity-inner:not(:last-child){
    margin-bottom: 100px;
}
.single-infinity-inner + .single-infinity-inner .atbs-ceris-block--fullwidth.atbs-ceris-block--contiguous{
    margin-top:0;
}
.single-infinity-inner:not(:first-child) .atbs-ceris-block--fullwidth.atbs-ceris-block--contiguous{
    margin-top:0;
}
.infinity-single-trigger{
    height: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    height: 140px;
}
.infinity-single-trigger:before{
    content:"\e97b";
    font-family: 'mdicon' !important;
    font-size: 38px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
      -o-transform: translate(-50%);
         transform: translate(-50%);
    top: 50%;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    -moz-animation: spin 2s linear infinite;
      -o-animation: spin 2s linear infinite;
         animation: spin 2s linear infinite;

}
/* ------------------------------- Video Slider */
.fotorama__dot{
    height: 8px;
    width: 8px;
    background-color: #222222;
    opacity: 0.15;
    border: none;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot{
    height: 8px;
    width: 8px;
    background-color: #222;
    border: none;
    opacity: 1;
}
.ceris-img-infinity-separator {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media(max-width: 767px) {
    .single-infinity-inner:not(:last-child) {
        margin-bottom: 60px;
    }
    .ceris-img-infinity-separator {
        margin-bottom: 60px;
    }
}
/* .Video Slider -------------------------------*/

/* ----------------------- atbs-ceris-posts-listing-list-g */
/*
    Layout
*/
.post--horizontal-fullwidth-thumb-50{
    /*display: -webkit-flex;*/
    /*display: -moz-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    background: #fef0f0;
}
.post--horizontal-fullwidth-thumb-50 .post__thumb{
    width: 50%;
    margin: 0;
}
.post--horizontal-fullwidth-thumb-50 .post__thumb a{
    width: 100%;
    height: 100%;
}
.post--horizontal-fullwidth-thumb-50 .post__thumb a img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post--horizontal-fullwidth-thumb-50 .post__text{
    width: -webkit-calc(100% - 50%);
    width: -moz-calc(100% - 50%);
    width: calc(100% - 50%);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    text-align: center;
    padding: 10% 50px;
}
.post--horizontal-fullwidth-thumb-50 .post__text-inner{
    max-width: 650px;
    margin: 0 auto;
}
.post--horizontal-fullwidth-thumb-50 .post__cat {
    margin: 0;
}
.post--horizontal-fullwidth-thumb-50 .post__title.typescale-5{
    font-size: 38px;
    font-size: 2.7142rem; /*font system*/
    margin: 20px 0;
}
.post--horizontal-fullwidth-thumb-50 .post__meta{
    margin-top: 0;
}
/*
    Content
*/
@media (max-width: 1366px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post--horizontal-fullwidth-thumb-50 .post__title.typescale-5 {
        font-size: 30px;
        font-size: 2.1428rem; /*font system*/
        line-height: 1.4;
    }
    .post--horizontal-fullwidth-thumb-50 .post__thumb{
        height: 750px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__text-inner{
        max-width: 490px;
        margin: 0 auto;
    }
}
@media (max-width: 1199px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post--horizontal-fullwidth-thumb-50 .post__title.typescale-5 {
        font-size: 28px;
        font-size: 2rem; /*font system*/
        line-height: 1.4;
    }
    .post--horizontal-fullwidth-thumb-50 .post__thumb{
        height: 700px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__text-inner{
        max-width: 450px;
        margin: 0 auto;
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post--horizontal-fullwidth-thumb-50{
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .post--horizontal-fullwidth-thumb-50 .post__text{
        width: 100%;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        -webkit-flex: initial;
           -moz-box-flex: initial;
                flex: initial;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
                order: -1;
        padding: 10% 80px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__text-inner{
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .post--horizontal-fullwidth-thumb-50 .post__thumb {
        width: 100%;
        height: 500px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__title.typescale-5 {
        font-size: 32px;
        font-size: 2.2857rem; /*font system*/
        line-height: 1.4;
    }
    .atbs-ceris-posts-listing-list-g .posts-list .list-item:not(:first-child){
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-fullwidth-thumb-50 .post__thumb {
        width: 100%;
        height: 400px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__text{
        width: 100%;
        height: 400px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__title.typescale-5 {
        font-size: 28px;
        font-size: 2rem; /*font system*/
        line-height: 1.4;
        margin: 15px 0;
    }
}
@media (max-width: 680px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-fullwidth-thumb-50 .post__text{
        padding: 10% 20px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__title.typescale-5 {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.4;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post--horizontal-fullwidth-thumb-50 .post__thumb {
        width: 100%;
        height: 350px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__text{
        padding: 0 20px;
        height: 350px;
    }

    .atbs-ceris-posts-listing-list-g .posts-list .list-item:not(:first-child){
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post--horizontal-fullwidth-thumb-50 .post__thumb {
        width: 100%;
        height: 300px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__text{
        height: 300px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__title.typescale-5 {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-fullwidth-thumb-50 .post__thumb {
        width: 100%;
        height: 250px;
    }
    .post--horizontal-fullwidth-thumb-50 .post__text{
        height: 250px;
    }
}
@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-fullwidth-thumb-50 .post__title.typescale-5 {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
}
.atbs-ceris-posts-listing-list-g time.time{
    font-size: 14px;
}
/* .atbs-ceris-posts-listing-list-g ----------------------- */
/* ----------------------- atbs-ceris-posts-listing-grid-c */
/*
    Layout
*/

.atbs-ceris-posts-listing-grid-c .atbs-ceris-block__inner.has-social-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.atbs-ceris-posts-listing-grid-c .atbs-ceris-block__inner.has-social-list > *:first-child{
    width: 100px;
    position: relative;
}
.atbs-ceris-posts-listing-grid-c .atbs-ceris-block__inner.has-social-list > *:last-child{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    position: relative;
}

.atbs-ceris-posts-listing-grid-c .social-frames .social-list a{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 5px;
    margin: 0 auto;
}
.atbs-ceris-posts-listing-grid-c .social-frames .social-list li:not(:last-child){
    margin-bottom: 15px;
}
.atbs-ceris-posts-listing-grid-c .flexbox-item{
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
    max-width: 33.33%;
}
.atbs-ceris-posts-listing-grid-c .flexbox-item:nth-child(7n+1){
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
    max-width:  -webkit-calc(100% - 33.33%);
    max-width:  -moz-calc(100% - 33.33%);
    max-width:  calc(100% - 33.33%);
}
.atbs-ceris-posts-listing-grid-d .flexbox-item{
    min-width: -webkit-calc(100% / 4);
    min-width: -moz-calc(100% / 4);
    min-width: calc(100% / 4);
    max-width: -webkit-calc(100% / 3);
    max-width: -moz-calc(100% / 3);
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
}
.atbs-ceris-posts-listing-grid-d .flexbox-item-50{
    width: -webkit-calc(50%);
    width: -moz-calc(50%);
    width: calc(50%);
    max-width: -webkit-calc(50%);
    max-width: -moz-calc(50%);
    max-width: calc(50%);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
}
@media(max-width: 1199px){
    .atbs-ceris-posts-listing-grid-c .flexbox-item:nth-child(7n+1){
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
    }
    .atbs-ceris-posts-listing-grid-c .flexbox-item{
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
    }
}
@media(max-width: 576px){
    .atbs-ceris-posts-listing-grid-c .flexbox-item:nth-child(7n+1),
    .atbs-ceris-posts-listing-grid-c .flexbox-item{
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
    }
    .atbs-ceris-posts-listing-grid-c .flexbox-item:not(:first-child){
        margin-top: 30px;
    }
}
.atbs-ceris-posts-listing-grid-d .posts-list .posts-list-inner,
.atbs-ceris-posts-listing-grid-c .posts-list-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.atbs-ceris-posts-listing-grid-c .post__text-inner{
    padding: 40px 20px;
}
@media(max-width: 1366px) and (min-width: 1200px){
    .atbs-ceris-posts-listing-grid-c .post__text-inner{
        padding: 0 30px;
    }
}
.atbs-ceris-posts-listing-grid-c .posts-list .post__cat{
    margin-bottom: 0;
}
.atbs-ceris-posts-listing-grid-c .post__title{
    font-weight: 700;
    margin: 20px 0;
}
.atbs-ceris-posts-listing-grid-c time.time{
    font-size: 14px;
}
.atbs-ceris-posts-listing-grid-c .flexbox-item-100{
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
}
.atbs-ceris-posts-listing-grid-c .flexbox-item-50{
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
}
.atbs-ceris-posts-listing-grid-c .flexbox-item-25{
    width: 25%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
}
.atbs-ceris-posts-listing-grid-c .flexbox-item-33{
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
}
.atbs-ceris-posts-listing-grid-c .flexbox-item-67{
    width: -webkit-calc(200% / 3);
    width: -moz-calc(200% / 3);
    width: calc(200% / 3);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
}
.atbs-ceris-posts-listing-grid-c .flexbox-item-auto{
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
}
/*
    Content
*/
.post.post--overlay-text-center{
    height: 100%;
}
.post.post--overlay-text-center .post__text{
    width: 100%;
    height: 100%;
    min-height: 625px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    text-align: center;
    pointer-events: none;
    z-index: 2;
}
.post.post--overlay-text-center .post__text-inner{
    max-width: 600px;
    margin: 0 auto;
}
.post.post--overlay-text-center .post__cat{
    color: #fff;
    pointer-events: auto;
}
.post.post--overlay-text-center .bookmark__buttons-wrap {
    pointer-events: auto;
}
.post.post--overlay-text-center .post__excerpt{
    max-width: 80%;
    margin: 0 auto;
}
.post.post--overlay-text-center .post__excerpt,
.post.post--overlay-text-center .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.module_content_show_on_hover .post__thumb--overlay.post__thumb:after {
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
.module_content_show_on_hover .post--overlay:hover .post__thumb--overlay.post__thumb:after {
    background-color: rgba(0,0,0,1);
}
@media (min-width: 1199px){
    .atbs-ceris-posts-listing-grid-c.module_content_show_on_hover .post--overlay-text-center .post__text{
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
    }
    .atbs-ceris-posts-listing-grid-c.module_content_show_on_hover .post--overlay-text-center:hover .post__text{
        opacity: 1;
    }
}
@media (max-width: 991px) {
    .atbs-ceris-posts-listing-grid-c .atbs-ceris-block__inner.has-social-list .social-frames{
        display: none;
    }
}
@media (max-width: 1366px) {
    /*
        Layout
    */
    /*
        Content
    */
}
@media (max-width: 1199px) {
    /*
        Layout
    */
    .atbs-ceris-posts-listing-grid-c .flexbox-item-50{
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
    }
    .atbs-ceris-posts-listing-grid-c .flexbox-item-25{
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
    }
    .atbs-ceris-posts-listing-grid-c .flexbox-item-auto{
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
    }
    /*
        Content
    */
    .post.post--overlay-text-center .post__text{
        min-height: 425px;
    }

}
@media (max-width: 1199px) and (min-width: 992px){
    .atbs-ceris-posts-listing-grid-c.posts-listing-grid-d-no-sidebar .post.post--overlay-text-center .post__title{
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */
    .atbs-ceris-posts-listing-grid-c .flexbox-item-33{
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
    }
    /*
        Content
    */
    .post.post--overlay-text-center .post__text{
        min-height: 385px;
    }
    .post.post--overlay-text-center .post__text-inner {
        max-width: 530px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post.post--overlay-text-center .post__text{
        min-height: 380px;
    }
    .post.post--overlay-text-center .post__text-inner {
        max-width: 470px;
        margin: 0 auto;
    }
    .post.post--overlay-text-center .post__title.typescale-2{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-posts-listing-grid-c .post--overlay-text-center .post__title{
        line-height: 1.5;
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
    }
}
@media (max-width: 767px) and (min-width: 577px){
    .atbs-ceris-posts-listing-grid-c.posts-listing-grid-d-no-sidebar .post.post--overlay-text-center .post__title{
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 680px) {
    /*
        Layout
    */
    .atbs-ceris-posts-listing-grid-c .atbs-ceris-block__inner{
        /*padding: 0 25px;*/
    }
    /*
        Content
    */
    .post.post--overlay-text-center .post__text{
        min-height: 320px;
    }
    .post.post--overlay-text-center .post__title.typescale-2{
        font-size: 18px;
        line-height: 1.4;
    }
    .post.post--overlay-text-center .post__excerpt,
    .post.post--overlay-text-center .excerpt{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    .atbs-ceris-posts-listing-grid-c .atbs-ceris-block__inner{
        /*padding: 0 15px;*/
    }
    .atbs-ceris-posts-listing-grid-c .flexbox-item-100,
    .atbs-ceris-posts-listing-grid-c .flexbox-item-50,
    .atbs-ceris-posts-listing-grid-c .flexbox-item-25,
    .atbs-ceris-posts-listing-grid-c .flexbox-item-33,
    .atbs-ceris-posts-listing-grid-c .flexbox-item-auto{
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        -webkit-flex: auto;
           -moz-box-flex: 1;
                flex: auto;
    }
    /*
        Content
    */

}
@media (max-width: 480px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post.post--overlay-text-center .post__text {
        min-height: 380px;
    }
    .atbs-ceris-posts-listing-grid-c .post--overlay-text-center .post__title{
        font-weight: 600;
    }
    .atbs-ceris-posts-listing-grid-c.posts-listing-grid-d-no-sidebar .post.post--overlay-text-center .post__title{
        font-weight: 600;
    }
    .atbs-ceris-posts-listing-grid-c .post__text-inner{
        padding: 0 25px;
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post.post--overlay-text-center .post__excerpt{
        max-width: 90%;
    }
    .post.post--overlay-text-center .post__excerpt,
    .post.post--overlay-text-center .excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
    }
}
@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post.post--overlay-text-center .post__text {
        min-height: 320px;
    }
    .atbs-ceris-posts-listing-grid-c .post__text-inner{
        padding: 0 20px;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
}
/* .atbs-ceris-posts-listing-grid-c ----------------------- */
/* ----------------------- atbs-ceris-posts-listing-grid-e */
/*
    Layout
*/
.atbs-ceris-posts-listing-grid-e .posts-list{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.atbs-ceris-posts-listing-grid-e .list-item{
    width: 50%;
    padding: 15px;
}
/*
    Content
*/
.post-grid-video-space-between .post__title,
.post-grid-video-space-between .post__cat,
.post-grid-video-space-between .post__excerpt{
    color: #fff;
}
.post-grid-video-space-between a.post__cat.cat-theme{
    color: #fff !important;
}

.post-grid-video-space-between .background-img:after{
    opacity: 0.2;
    background-color: #232323;
}
.post-grid-video-space-between {
    height: 100%;
}
.post-grid-video-space-between .post__text{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0 65px;
    height: 100%;
}
.post-grid-video-space-between .post__title{
    font-size: 26px;
    font-size: 1.8571rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 35px;
}
.post-grid-video-space-between .post__excerpt{
    margin-bottom: 0;
}
.post-grid-video-space-between .post__text-inner{
    padding: 0;
    max-width: 300px;
}
.post-grid-video-space-between .post-type-icon{
    background-color: #fff;
    color: #131313;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    z-index: 1;
    text-decoration: none;
}
.post-grid-video-space-between .post-type-icon i{
    font-size: 35px;
}
.post-grid-video-space-between.post-grid-video-space-between__style-5{
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text{
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    padding: 50px 40px;
}
.post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text-inner{
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
.post-grid-video-space-between.post-grid-video-space-between__style-5 .post__title{
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
}
@media (max-width: 1366px) {
    /*
        Layout
    */
    /*
        Content
    */
}
@media (max-width: 1199px) and (min-width: 992px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text {
        min-height: 335px;
        padding: 30px 25px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__title{
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text{
        padding: 30px 20px;
        min-height: 345px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__title{
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 12px;
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */
    .atbs-ceris-posts-listing-grid-e .list-item{
        width: 100%;
    }
    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text{
        padding: 30px 20px;
        min-height: 300px;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    .atbs-ceris-posts-listing-grid-e .list-item{
        width: 100%;
    }
    .atbs-ceris-posts-listing-grid-e .list-item:first-child,
    .atbs-ceris-posts-listing-grid-e .list-item:nth-child(2){
        width: 100%;
    }
    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text{
        min-height: 380px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text-inner{
        max-width: 460px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__title{
        line-height: 1.5;
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text{
        padding: 30px 20px;
        min-height: 350px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text-inner{
        padding-right: 0;
        max-width: 100%;
        width: 100%;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__title{
        font-weight: 600;
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .post-grid-video-space-between .post-type-icon {
        display: none;
    }
}
@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
}
@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text{
        padding: 30px 20px;
        min-height: 350px;
    }
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text-inner{
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post-grid-video-space-between.post-grid-video-space-between__style-5 .post__text{
        min-height: 290px;
    }
}
/* .atbs-ceris-posts-listing-grid-e ----------------------- */
/* ----------------------- atbs-ceris-grid-carousel-c */
/*
    Layout
*/
.atbs-ceris-grid-carousel-c .posts-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.atbs-ceris-grid-carousel-c .posts-list .list-item{
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    padding: 15px;
}
/*
    Content
*/
.post--vertical-has-media .post__thumb{
    margin-bottom: 20px;
}
.post--vertical-has-media .media-left{
    padding-right: 25px;
    padding-top: 25px;
    vertical-align: initial;
}
.post--vertical-has-media .post__meta{
    margin-top: 12px;
}
.post--vertical-has-media .list-index{
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    color: #000;
    opacity: 0.15;
}
.post--vertical-has-media .list-index:after{
    content: '';
    display: none;
    position: absolute;
    top:  5px;
    right: 7.5px;
    width: 2px;
    height: 45px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
      -o-transform: rotate(25deg);
         transform: rotate(25deg);
    background-color: #000;
}
.post--vertical-has-media .post__title.typescale-1{
    font-weight: 500;
}
.owl-carousel {
    display: block;
}
.atbs-ceris-grid-carousel-c .owl-carousel .owl-item {
    -webkit-backface-visibility: visible;
}
.atbs-ceris-grid-carousel-c .owl-carousel .owl-item:not(:first-child),
.atbs-ceris-grid-carousel-c .owl-carousel .list-item:not(:first-child) {
    display: none;
}
.atbs-ceris-grid-carousel-c .owl-carousel .owl-item:first-child,
.atbs-ceris-grid-carousel-c .owl-carousel .list-item:first-child {
    visibility: hidden;
}
.atbs-ceris-grid-carousel-c .owl-carousel.owl-loaded .owl-item:not(:first-child),
.atbs-ceris-grid-carousel-c .owl-carousel.owl-loaded .list-item:not(:first-child) {
    display: block;
}
.atbs-ceris-grid-carousel-c .owl-carousel.owl-loaded .owl-item:first-child,
.atbs-ceris-grid-carousel-c .owl-carousel.owl-loaded .list-item:first-child {
    visibility: visible;
}
@media (max-width: 1366px) {
    /*
        Layout
    */
    /*
        Content
    */
}
@media (max-width: 1199px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post--vertical-has-media .post__thumb{
        margin-bottom: 15px;
        height: 140px;
    }
    .post--vertical-has-media .media-left {
        padding-right: 15px;
    }
    .post--vertical-has-media .list-index{
        font-size: 25px;
    }
    .post--vertical-has-media .list-index:after{
        height: 30px;
    }
    .post--vertical-has-media .post__title.typescale-1{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    /*
        Layout
    */
    .atbs-ceris-grid-carousel-c .posts-list{
        margin: -15px;
    }
    .atbs-ceris-grid-carousel-c .posts-list .list-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        padding: 15px;
    }
    /*
        Content
    */
    .post--vertical-has-media .post__thumb{
        margin-bottom: 15px;
        height: 190px;
    }
    .post--vertical-has-media .media-left {
        padding-right: 20px;
    }
    .post--vertical-has-media .list-index{
        font-size: 30px;
    }
    .post--vertical-has-media .list-index:after{
        height: 35px;
    }
    .post--vertical-has-media .post__title.typescale-1{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */
    .atbs-ceris-grid-carousel-c .posts-list{
        margin: -7.5px;
    }
    .atbs-ceris-grid-carousel-c .posts-list .list-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        padding: 7.5px;
    }
    /*
        Content
    */
    .post--vertical-has-media .post__thumb{
        margin-bottom: 20px;
        height: 160px;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    .atbs-ceris-grid-carousel-c .posts-list{
        margin: -15px;
    }
    .atbs-ceris-grid-carousel-c .posts-list .list-item{
        width: 100%;
        padding: 15px;
    }
    /*
        Content
    */
    .post--vertical-has-media .post__thumb{
        height: 280px;
    }
    .post--vertical-has-media .media-left {
        padding-right: 20px;
    }
    .post--vertical-has-media .list-index{
        font-size: 30px;
    }
    .post--vertical-has-media .list-index:after{
        height: 35px;
    }
    .post--vertical-has-media .post__title.typescale-1{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */
    /*
        Content
    */
    .post--vertical-has-media .post__thumb{
        height: 250px;

    }
}
@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-has-media .post__thumb{
        height: 230px;
    }
}
@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-has-media .post__thumb{
        height: 200px;
    }
}
@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-has-media .post__thumb{
        height: 170px;
    }
    .post--vertical-has-media .post__title.typescale-1{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}
/* .atbs-ceris-grid-carousel-c ----------------------- */

/* ----------------------- slider video */
.atbs-ceris-custom-video .fotorama__video{
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.2857%;
    top: 0 !important;
    left: 0 !important;
}

.atbs-ceris-custom-video .fotorama__loaded--img img{
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0 !important;
    top: 0 !important;
}
.atbs-ceris-custom-video .fotorama__wrap--video .fotorama__video-close{
    position: absolute;
    bottom: 100%;
    right: 0;
}
.atbs-ceris-custom-video .fotorama__stage{
    width: 100% !important;
    padding-top: 56.2857% !important;
    height: 0 !important;
}
.atbs-ceris-custom-video .fotorama__nav-wrap{
    margin-top: 20px;
}
/* .slider video ----------------------- */
/*  ----------------------- block fullwidth has two sidebar lingting horizontal */
.open-sub-col{
    display: none;
}
@media (min-width: 1500px){
    .has-two-sidebar>.row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .has-two-sidebar .atbs-ceris-sub-col-left{
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
           -moz-box-ordinal-group: 0;
                order: -1;
    }
    .atbs-ceris-block--fullwidth-two-sidebar .container{
        width: 1500px;
    }
    .has-two-sidebar .atbs-ceris-main-col {
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media (min-width: 1199px){
    .atbs-ceris-block--fullwidth-two-sidebar .posts-listing-grid .post__title, 
    .atbs-ceris-block--fullwidth-two-sidebar .posts-listing-grid-b .post__title{
        font-size: 1.4285rem;
        line-height: 1.4;
    }
}
@media (max-width: 1499px) and (min-width: 992px){
    .has-two-sidebar .atbs-ceris-sub-col-left{
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        -webkit-order: initial;
           -moz-box-ordinal-group: initial;
                order: initial;
        width: 295px;
    }
    .has-two-sidebar .atbs-ceris-sub-col-left .theiaStickySidebar{
        position: fixed !important;
        left: -100% !important;
        top: 0 !important;
        height: 100% !important;
        width: inherit !important;
        background-color: #fff;
        padding: 15px !important;
        overflow-y: auto;
        overflow-x: initial;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    .has-two-sidebar .atbs-ceris-sub-col-left .theiaStickySidebar::-webkit-scrollbar{
        width: 5px;
    }
    .has-two-sidebar .atbs-ceris-sub-col-left .theiaStickySidebar::-webkit-scrollbar-thumb{
        width: 2.5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        -webkit-border-radius: 10px;
                border-radius: 10px;
    }
    .has-two-sidebar .atbs-ceris-sub-col-left .theiaStickySidebar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        -webkit-border-radius: 10px;
                border-radius: 10px;
    }
    .drop-sub-col{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        visibility: hidden;
        opacity: 0;
        cursor: url('cancel.svg'), pointer;
        z-index: 999;
    }
    .open-sub-col{
        display:  -webkit-box;
        display:  -ms-flexbox;
        display:  -webkit-flex;
        display:  -moz-box;
        display:  flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        /*width: 40px;*/
        /*height: 40px;*/
        padding: 10px 15px;
        background-color: var(--color-logo);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
             box-shadow: 0 0 5px rgba(0,0,0,0.1);
        color: #fff;
        position: fixed;
        left: 0;
        bottom: 0;
        /*border-radius: 5px;*/
        z-index: 999;
        cursor: pointer;
    }
    .open-sub-col i{
        margin-left: 5px;
    }
    .atbs-ceris-sub-col.active .theiaStickySidebar{
        opacity: 1;
        left: 0 !important;
        visibility: visible !important;
    }
    .atbs-ceris-sub-col.active .drop-sub-col{
        visibility: visible;
        opacity: 1;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
}
/* .block fullwidth has two sidebar lingting horizontal ----------------------- */
/* ----------------------- Bookmark */
.bookmark-without-dismiss .post__button-remove-bookmark, .bookmark-without-dismiss .post__button-bookmark-option:last-child {
    display: none !important;
}
.bookmark__buttons-wrap{
    margin-top: 20px;
    z-index: 5;
    position: relative;
}

.bookmark__buttons-wrap {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
      -o-transform: translateX(-5px);
         transform: translateX(-5px);
}
.listing_grid .bookmark__buttons-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
}
.post-has-bookmark .post__button-bookmark,
.post-has-bookmark .post__button-bookmark-option{
    opacity: 0;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    width: auto;
    height: auto;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
         box-shadow: none;
    border: none;
    padding: 0;
}
.post--overlay.post--overlay-floorfade.post-has-bookmark .post__button-bookmark, .post--overlay.post--overlay-floorfade.post-has-bookmark .post__button-bookmark-option {
    position: relative;
}
.posts-listing-list-f-no-sidebar .post-has-bookmark .post__button-bookmark, 
.posts-listing-list-f-no-sidebar .post-has-bookmark .post__button-bookmark-option,
.listing-list-e .post-has-bookmark .post__button-bookmark,
.listing-list-e .post-has-bookmark .post__button-bookmark-option,
.listing-list-d .post-has-bookmark .post__button-bookmark,
.listing-list-d .post-has-bookmark .post__button-bookmark-option{
    opacity: 1;
}
.posts-listing-list .posts-list > *:not(.post-list-no-thumb-3i) .post-has-bookmark:hover .post__button-bookmark,
.posts-listing-list .posts-list > *:not(.post-list-no-thumb-3i) .post-has-bookmark:hover .post__button-bookmark-option{
    opacity: 1;
}
.post-has-bookmark .post__button-bookmark svg,
.post-has-bookmark .post__button-bookmark-option svg{
    opacity: 0.65;
}
.post--overlay.post-has-bookmark .post__button-bookmark svg, .post--overlay.post-has-bookmark .post__button-bookmark-option svg {
    opacity: 0.85;
}
.post--horizontal.post-has-bookmark .post__text{
    overflow: visible;
}
/*book mark*/
.post-has-bookmark .button-bookmark-top-right-15{
    position: absolute;
    right: 15px;
    top: 15px;
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.post-has-bookmark .button-bookmark-top-right-0{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
}
.button-bookmark-option-content--wrap {
    position: absolute;
    width: 320px;
    height: 0;
}
.bookmark__notice_align_right .button-bookmark-option-content--wrap {
    width: 0;
    height: 0;
    position: static;
}
.post-has-bookmark .button-bookmark-top-right-15 .post__button-bookmark-option .button-bookmark-option-content,
.post-has-bookmark .button-bookmark-top-right-0 .post__button-bookmark-option .button-bookmark-option-content{
    min-width: 145px;
    right: 0;
}
.post-has-bookmark .button-bookmark-top-right-15 .post__button-bookmark-option .button-bookmark-option-content:before,
.post-has-bookmark .button-bookmark-top-right-0 .post__button-bookmark-option .button-bookmark-option-content:before{
    left: unset;
    right: 10px;
}
.post-has-bookmark:hover .post__button-bookmark,
.post-has-bookmark:hover .post__button-bookmark-option{
    opacity: 1;
}
.button-bookmark{
    cursor: pointer;
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    /*fill: rgba(0,0,0,.54);*/
    fill: rgba(0, 0, 0, 0.58);
}
.inverse-text .button-bookmark, .inverse-text .button-bookmark-option, 
.bookmark-inverse .button-bookmark, .bookmark-inverse .button-bookmark-option{
    fill: rgba(255, 255, 255, 1);
}
.button-bookmark:hover{
    fill: rgba(0, 0, 0, 0.58);
    opacity: 0.7;
}
.inverse-text .button-bookmark:hover, .inverse-text .button-bookmark-option:hover,
.bookmark-inverse .button-bookmark:hover, .bookmark-inverse .button-bookmark-option:hover{
    fill: rgba(255, 255, 255, 0.9);
}
.button-save-status{
    display: block;
}
.button-saved-status{
    display: none;
}
.active-status-bookmark .post__button-bookmark{
    opacity: 1;
}
.active-status-bookmark .button-save-status{
    display: none;
}
.active-status-bookmark .button-saved-status{
    display: block;
}
.active-status-bookmark .post__button-bookmark-option{
    opacity: 1;
    fill: rgba(0,0,0,.54);
}
.ceris-dismiss-page-template .active-status-bookmark .post__button-bookmark-option{
    opacity: 0;
}
.ceris-dismiss-page-template  .post-has-bookmark:hover .post__button-bookmark-option {
    opacity: 1;
}
/** Bookmark Icons For specific modules */

/** Listing List F **/
.posts-listing-list-f-no-sidebar .post-has-bookmark:hover .post__button-bookmark,
.posts-listing-list-f-no-sidebar .post-has-bookmark:hover .post__button-bookmark-option {
    opacity: 1;
}
/** Listing List D **/
.listing-list-d .post-has-bookmark:hover .post__button-bookmark,
.listing-list-d .post-has-bookmark:hover .post__button-bookmark-option {
    opacity: 1;
}
/*book mark remove*/
.remove-bookmark, .remove-bookmark:active, .remove-bookmark:hover, .remove-bookmark:focus{
    color:  rgba(0, 0, 0, 0.8);
}
.remove-bookmark:hover{
    -o-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    color:  rgba(0, 0, 0, 0.58);
    opacity: 0.8;
}
.post__button-bookmark-option a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
}
.post__button-bookmark-option .button-bookmark-option-content{
    max-width: 280px;
    padding: 8px 15px;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25), 0 0 1px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25), 0 0 1px rgba(0,0,0,.35);
         box-shadow: 0 1px 2px rgba(0,0,0,.25), 0 0 1px rgba(0,0,0,.35);
    background: #fff;
    position: absolute;
    visibility: hidden;
    z-index: 2;
}
.post__button-bookmark-option .button-bookmark-option-content:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: -6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
         transform: rotate(135deg);
    border-left: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
    z-index: 1;
    background: #fff;
}
.post__button-bookmark-option.show-bookmark-option-content .button-bookmark-option-content{
    visibility: visible;
}
@media (max-width: 991px) {
    .post-has-bookmark .post__button-bookmark, .post-has-bookmark .post__button-bookmark-option{
        opacity: 1;
    }
}
.flexbox-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flexbox-wrap.flexbox-center-xy{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}
.flexbox-wrap.flexbox-center-y{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.mobile-header__section.has-bookmark-list,
.navigation-bar__section.has-bookmark-list{
    overflow: initial;
    -o-text-overflow: unset;
    text-overflow: unset;
    white-space: unset;

}
.btn-bookmark-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
}
.btn-bookmark-list{
    width: 14px;
    height: 60px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.btn-bookmark-list svg{
    z-index: 2;
    position: absolute;
    cursor: pointer;
}
.btn-bookmark-list svg path{
    /*fill: var(--color-logo);*/
    opacity: 0.8;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.navigation-bar--inverse .btn-bookmark-list svg path{
    /*fill: var(--color-logo);*/
    opacity: 0.95;
}
.btn-bookmark-list:hover svg path {
    opacity: 1;
}
.navigation-bar--inverse .btn-bookmark-list:hover .icon-bookmark-default {
    opacity: 1;
}
.icon-bookmark-default{
    opacity: 1;
}
.icon-bookmark-hover{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.btn-bookmark-list:hover .icon-bookmark-default{
    /*opacity: 0;*/
}
.btn-bookmark-list:hover .icon-bookmark-hover{
    opacity: 1;
}
.btn-bookmark-list:hover .icon-bookmark-hover path{
    fill: var(--color-logo);
}
/*.bookmark-drop{*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(0,0,0,0.6);*/
/*    z-index: 9999;*/
/*    cursor: pointer;*/
/*    visibility: hidden;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*}*/
/*@media (max-width: 576px) {*/
/*    .btn-bookmark-list.active .bookmark-drop{*/
/*        visibility: visible;*/
/*        transition: 0.3s;*/
/*    }*/
/*}*/
.bookmark-list{
    position: absolute;
    right: -5px;
    top: -webkit-calc(100%);
    top: -moz-calc(100%);
    top: calc(100%);
    width: 350px;
    height: auto;
    background-color: #FFF;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    z-index: 9999999;
    overflow: hidden;
    padding: 30px 0 65px 0;
    visibility: hidden;
    opacity: 0;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -webkit-box-shadow:  0 15px 29px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:  0 15px 29px rgba(0, 0, 0, 0.05);
         box-shadow:  0 15px 29px rgba(0, 0, 0, 0.05);
}
.btn-bookmark-list:hover .bookmark-list{
    overflow: initial;
    visibility: visible;
    opacity: 1;
}
.bookmark-list .posts-list{
    /*max-height: 500px;*/
    margin: -15px 0;
    /*overflow-y: auto;*/
}
.bookmark-list .list-item{
    padding: 15px 25px;
}
.bookmark-list .list-item:not(:last-child){
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.bookmark-list .posts-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: #F5F5F5;
}
.bookmark-list .posts-list::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}
.bookmark-list .posts-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #999;
}
.bookmark-see-more{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--color-logo);
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-weight: 400;
    z-index: 999;
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
}
.bookmark-see-more i{
    margin-left: 2.5px;
    font-size: 16px;
}
.bookmark-see-more:hover,
.bookmark-see-more:focus,
.bookmark-see-more:active {
    color: var(--color-logo);
    text-decoration: none;
}

.bookmark-list .post--horizontal .post__thumb{
    width: 80px;
    height: 80px;
}
.bookmark-list .post--horizontal .post__cat{
    margin-bottom: 5px;
}
.bookmark-list .post--horizontal .post__title.typescale-0.custom-typescale-0{
    font-size: 14px;
}
.bookmark-list .post--horizontal .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
@media (max-width: 991px){
    .mobile-header__section .btn-bookmark-list{
        margin-right: 10px;
    }
    .mobile-header .bookmark-list{
        display: none;
    }
}
@media (max-width: 767px){
    .bookmark-list{
        width: 360px;
        padding: 30px 25px;
    }
    .bookmark-list .post--horizontal{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .bookmark-list .post--horizontal .post__text{
        -webkit-box-flex: 1;
        -ms-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
                flex: 1;
        text-align: left;
    }
}
.has-bookmark-list svg path:nth-child(2) {
    stroke: rgba(0, 0, 0, 0.7);
}
.mobile-header--inverse .has-bookmark-list svg path:nth-child(1), 
.navigation-bar--inverse .has-bookmark-list svg path:nth-child(1) {
    fill: #fff;
}

.mobile-header--inverse .has-bookmark-list svg path, 
.navigation-bar--inverse .has-bookmark-list svg path {
    stroke: #fff;
}
.header-14 .btn-bookmark-list:hover svg path:nth-child(2){
    stroke: #fff;
}
.header-14 .btn-bookmark-list:hover svg path:nth-child(1){
    stroke: #fff;
    fill: #fff;
}
.header-14 .mobile-header .btn-bookmark-list:hover svg path:nth-child(2){
    stroke: rgba(0, 0, 0, 0.7);
}
.header-14 .mobile-header .btn-bookmark-list:hover svg path:nth-child(1){
    stroke: rgba(0, 0, 0, 0.7);
    fill: rgba(0, 0, 0, 0.7);
}
.header-14 .btn-bookmark-list:hover .icon-bookmark-default {
    opacity: 1;
}
.navigation-bar .has-bookmark-list svg, .navigation-bar .navigation-bar__section svg{
    height: 18px;
    width: 18px;
    fill: rgba(0, 0, 0, 0.7);
}
/* Notification */
.ceris-bookmark-page-notification {
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    background: var(--color-logo);
    color: #fff;
    margin: 50px 0;
}
/* .Book Mark ----------------------- */

@media (max-width: 420px){
    .icon-right-center .post-type-icon, .post__img--overlay .post-type-icon {
        display: none !important;
    }
}

/*-----------------------Ceris-grid-o*/
@media (min-width: 768px){
    .ceris-grid-o .mosaic-item:not(:first-child) .post--overlay-padding-lg .post__text-inner {
        padding: 20px;
    }
    .ceris-grid-o .mosaic-item:not(:first-child) .post--overlay-padding-lg .overlay-item--top-left{
        left: 20px;
    }
    .ceris-grid-o .post--overlay-padding-lg .post__text-inner {
        padding: 20px;
    }
    .ceris-grid-o .post--overlay-padding-lg .overlay-item--top-left{
        left: 20px;
        top: 20px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .ceris-grid-o .mosaic-item:nth-child(2){
        height: 240px;
    }
}
@media (max-width: 991px){
    .ceris-grid-o .post--overlay-padding-lg .post__text-inner {
        padding: 20px;
    }

}
@media (max-width: 767px){
    .ceris-grid-o .mosaic-item:nth-child(n):not(:first-child){
        width: 50%;
    }
    .ceris-grid-o .mosaic-item:first-child .post--overlay-padding-lg .post__title{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 576px){
    .ceris-grid-o .post--overlay-padding-lg .post__text-inner{
        padding: 20px;
    }
    .ceris-grid-o  .mosaic-item:first-child .post--overlay .post__title{
        line-height: 1.5;
    }
}

@media (max-width: 480px){
    .ceris-grid-o .mosaic-item:nth-child(n):not(:first-child){
        width: 100%;
    }
    .ceris-grid-o .mosaic-item:first-child .post--overlay .post__title{
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
/* .Ceris-grid-o  -----------------------*/

/*-----------------------Ceris-grid-p*/

.ceris-grid-p .post--overlay-padding-lg .post__cat{
    left: 20px;
    top: 20px;
}
.ceris-grid-p .post--overlay-padding-lg .post__text-inner {
    padding: 20px;
}
@media (max-width: 1199px) and (min-width: 992px){
    .ceris-grid-p .mosaic-item:nth-child(2){
        height: 240px;
    }
}
@media (max-width: 991px){
    .ceris-grid-p .post--overlay-padding-lg .post__text-inner {
        padding: 20px;
    }
}
@media (max-width: 991px ) and (min-width: 768px){
    .ceris-grid-p .mosaic-item:nth-child(1) .post--overlay-padding-lg .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 767px) and (min-width: 577px){
    .ceris-grid-p .post--overlay-padding-lg .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .ceris-grid-p .mosaic-item:nth-child(3) .post--overlay-padding-lg .post__title,
    .ceris-grid-p .mosaic-item:nth-child(4) .post--overlay-padding-lg .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 576px){
    .ceris-grid-p .mosaic-item:nth-child(3),
    .ceris-grid-p .mosaic-item:nth-child(4){
        width: 50%;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    .ceris-grid-p .mosaic-item:nth-child(2) .post__title {
        font-size: 20px;
        font-size: 1.4285rem;
        font-weight: 600;
    }
}
@media (max-width: 480px){
    .ceris-grid-p .mosaic-item{
        width: 100% !important;
    }
    .ceris-grid-p .post--overlay-padding-lg .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
/* .Ceris-grid-p  -----------------------*/

/*-----------------------Ceris-grid-q*/
.ceris-grid-q .post--overlay-padding-lg .post__cat{
    left: 20px;
    top: 20px;
}
.ceris-grid-q .post--overlay-padding-lg .post__text-inner {
    padding: 20px;
}
@media (max-width: 1199px) and (min-width: 992px){
    .ceris-grid-q .mosaic-item:nth-child(2),
    .ceris-grid-q .mosaic-item:nth-child(3){
        height: 240px;
    }

}
@media (max-width: 991px){
    .ceris-grid-q .post--overlay-padding-lg .post__text-inner {
        padding: 20px;
    }
    .ceris-grid-q .mosaic-item:nth-child(2),
    .ceris-grid-q .mosaic-item:nth-child(3){
        width: 50%;
    }
}
@media (max-width: 991px ) and (min-width: 768px){
    .ceris-grid-q .mosaic-item:not(.mosaic-item--lg) .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 767px) and (min-width: 577px){
    .ceris-grid-q .post--overlay-padding-lg .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .ceris-grid-q .mosaic-item:nth-child(2) .post--overlay-padding-lg .post__title,
    .ceris-grid-q .mosaic-item:nth-child(3) .post--overlay-padding-lg .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 576px){
    .ceris-grid-q .mosaic-item:nth-child(2),
    .ceris-grid-q .mosaic-item:nth-child(3){
        width: 50%;
    }
}
@media (max-width: 480px){
    .ceris-grid-q .mosaic-item:nth-child(2),
    .ceris-grid-q .mosaic-item:nth-child(3){
        width: 100%;
    }
    .ceris-grid-q .post--overlay-padding-lg .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
/* .Ceris-grid-q  -----------------------*/

/*-----------------------Ceris-grid-r*/
.ceris-grid-r .post--overlay-padding-lg .post__cat{
    left: 20px;
    top: 20px;
}
.ceris-grid-r .post--overlay-padding-lg .post__text-inner {
    padding: 20px;
    max-width: 700px;
}

@media (max-width: 1199px) and (min-width: 992px){
    .ceris-grid-r .mosaic-item:nth-child(2),
    .ceris-grid-r .mosaic-item:nth-child(3){
        height: 240px;
    }

}
@media (max-width: 991px){
    .ceris-grid-r .post--overlay-padding-lg .post__text-inner {
        padding: 20px;
    }

    .ceris-grid-r .mosaic-item:nth-child(2),
    .ceris-grid-r .mosaic-item:nth-child(3){
        width: 50%;
    }

    .ceris-grid-r .mosaic-item:nth-child(1) .post__title{
        line-height: 1.5;
    }
    .ceris-grid-r .mosaic-item:nth-child(2) .post__title,
    .ceris-grid-r .mosaic-item:nth-child(3) .post__title{
        font-size: 19px;
        font-size: 1.3571rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 576px){
    .ceris-grid-r .mosaic-item:nth-child(2),
    .ceris-grid-r .mosaic-item:nth-child(3){
        width: 50%;
    }
}
@media (max-width: 480px){
    .ceris-grid-r .mosaic-item:nth-child(2),
    .ceris-grid-r .mosaic-item:nth-child(3){
        width: 100%;
    }
    .ceris-grid-r .mosaic-item:nth-child(1) .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .ceris-grid-r .post--overlay-padding-lg .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
/* .Ceris-grid-r  -----------------------*/



/* ----------------------- ceris-posts-block-grid-a-no-sidebar*/
@media (max-width: 991px) and (min-width: 768px){
    .ceris-posts-block-grid-a-no-sidebar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: -15px;
    }
    .ceris-posts-block-grid-a-no-sidebar ul > li{
        width: 50%;
        padding: 15px;
    }
}
@media (min-width: 420px) and (max-width: 767px){
    .ceris-posts-block-grid-a-no-sidebar .post--horizontal-xs .post__thumb {
        width: 100px;
    }
}
/* .ceris-posts-block-grid-a-no-sidebar-----------------------*/



/* ---------------------- Ceris Grid V */

.posts--vertical-first-big .post-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px;
}
.posts--vertical-first-big .list-item{
    padding: 0 15px;
}
.posts--vertical-first-big .list-item:not(:first-child){
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
               -moz-box-flex: 1;
            flex: 1;
}
.post--vertical-of-post-first-big .post__thumb{
    margin-bottom: 20px;
}
.atbs-ceris-grid-v .post--vertical-first-big .post__text{
    max-width: 510px;
}
@media (max-width: 1199px){
    /*post-first*/
    .post--vertical-first-big .post__title{
        max-width: 320px;
    }
    .post--vertical-of-post-first-big.post__thumb-width-570 .post__thumb{
        width: 400px;
    }
    .post--vertical-of-post-first-big .post__thumb{
        height: 280px;
    }
    .post--vertical-of-post-first-big .post__title{
        font-size: 19px;
        font-size: 1.3571rem; /*font system*/
        line-height: 1.5;
    }
    .post--vertical-of-post-first-big .post__title.typescale-3{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 991px){
    /*post-first*/
    .post--vertical-first-big .post__title{
        max-width: 100%;
    }
    .posts--vertical-first-big .list-item,
    .posts--vertical-first-big .list-item:first-child{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                -webkit-flex: 1;
                   -moz-box-flex: 1;
                flex: 1;
    }
    .post--vertical-of-post-first-big.post__thumb-width-570 .post__thumb{
        width: 100%;
    }
    .post--vertical-of-post-first-big .post__thumb{
        height: 240px;
    }
    .post--vertical-of-post-first-big .post__title.typescale-3, .post--vertical-of-post-first-big .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 767px){
    .posts--vertical-first-big .post-list{
        margin: -15px;
    }
    .posts--vertical-first-big .post-list .list-item{
        padding: 15px;
    }
    .posts--vertical-first-big .post-list .list-item:first-child {
        width: 100%;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                -webkit-flex: initial;
                   -moz-box-flex: initial;
                flex: initial;
    }
    .posts--vertical-first-big .list-item:not(:first-child){
        -webkit-box-flex: initial;
            -ms-flex: initial;
                -webkit-flex: initial;
                   -moz-box-flex: initial;
                flex: initial;
        width: 50%;
    }
    /**/
    .atbs-ceris-grid-v .post--vertical-first-big .post__text{
        max-width: 100%;
    }
    .posts--vertical-first-big .list-item:first-child .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .posts--vertical-first-big .list-item:first-child .post__thumb{
        height: 270px;
    }
}

@media (max-width: 680px) {

    .posts--vertical-first-big .list-item .post__thumb,
    .posts--vertical-first-big .list-item:first-child .post__thumb{
        height: 270px;
    }
}
@media (max-width: 576px){
    .posts--vertical-first-big .list-item,
    .posts--vertical-first-big .list-item:first-child,
    .posts--vertical-first-big .list-item:not(:first-child){
        width: 100%;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                -webkit-flex: initial;
                   -moz-box-flex: initial;
                flex: initial;
    }
    .posts--vertical-first-big .list-item .post__thumb, .posts--vertical-first-big .list-item:first-child .post__thumb{
        height: 300px;
    }

}
@media (min-width: 481px) and (max-width: 576px){
    .posts--vertical-first-big .list-item .post__title,
    .posts--vertical-first-big .list-item:first-child .post__title{
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
        font-weight: bold;
    }
}
@media (max-width: 480px) {
    .posts--vertical-first-big .list-item .post__thumb, .posts--vertical-first-big .list-item:first-child .post__thumb{
        height: 270px;
    }
}
@media (max-width: 420px) {
    .posts--vertical-first-big .list-item .post__thumb, .posts--vertical-first-big .list-item:first-child .post__thumb{
        height: 250px;
    }
}
@media (max-width: 380px) {
    .posts--vertical-first-big .list-item .post__thumb, .posts--vertical-first-big .list-item:first-child .post__thumb{
        height: 220px;
    }
}
/* fix wp*/
.atbs-ceris-grid-v .post-list .list-item:first-child{
    width: 570px;
}
@media(max-width: 1199px){
    .atbs-ceris-grid-v .post-list .list-item:first-child{
        width: 400px;
    }
}
@media(max-width: 991px){
    .atbs-ceris-grid-v .post-list .list-item:first-child{
        width: 100%;
    }
}

/* Ceris Grid V ---------------------- */
/* ----------------------- ceris-grid-w */
/*
    Layout
*/
.ceris-grid-w .atbs-ceris-block__inner > div:not(:last-child){
    margin-bottom: 60px;
}
/*post main*/
.ceris-grid-w .post-main{
    position: relative;
}
/*post sub*/
.ceris-grid-w .post-sub .post-list{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -15px;
}
.ceris-grid-w .post-sub .list-item{
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding: 15px;
}
/*
    Content
*/
/*post slide*/
.owl-background-img{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.owl-background-img.active{
    opacity: 1;
}
.ceris-grid-w .post-slide .owl-background{
    height: 600px;
    width: 100%;
    position: relative;
    z-index: -1;
}
.ceris-grid-w .post-slide .owl-carousel{
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
              -o-transform: translateY(-50%);
         transform: translateY(-50%);
    width: 380px;
    background-color: var(--color-logo);
}
.ceris-grid-w .post-slide .owl-carousel .owl-dots{
    position: absolute;
    padding: 0;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
              -o-transform: translateX(-50%);
         transform: translateX(-50%);
}
.ceris-grid-w .post-slide .owl-carousel .owl-dot.active span{
    background-color: #fff;
    opacity: 1;
}
.ceris-grid-w .post-slide .owl-carousel .owl-dot span{
    background-color: #fff;
    opacity: 0.6;
}
.post--vertical-slide-no-thumb{
    width: 100%;
    height: 380px;
    padding: 45px;
}
.post--vertical-slide-no-thumb .post__thumb{
    display: none;
}
.post--vertical-slide-no-thumb a.post__cat.cat-theme,
.post--vertical-slide-no-thumb .post__title,
.post--vertical-slide-no-thumb.time-opacity time,
.post--vertical-slide-no-thumb .post__excerpt{
    color: #fff !important;
}
.time-opacity time,
.post--vertical-slide-no-thumb.time-opacity time{
    opacity: 0.6;
}
.post--vertical-slide-no-thumb .post__title{
    font-size: 24px;
    font-size: 1.7142rem; /*font system*/
    line-height: 1.5;
    margin-bottom: 25px;
}
.post--vertical-slide-no-thumb .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post--vertical-slide-no-thumb a.post__cat:before{
    background-color: #fff !important;
}
.post--vertical-slide-no-thumb .post__excerpt{
    max-width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*post sub*/
.post--vertical-text-align-center .post__thumb{
    margin-bottom: 25px;
}
.post--vertical-text-align-center .post__text{
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            -webkit-flex-direction: column-reverse;
               -moz-box-orient: vertical;
               -moz-box-direction: reverse;
            flex-direction: column-reverse;
    text-align: left;
}
.post--vertical-text-align-center .post__title{
    /*text-transform: uppercase;*/
    width: 100%;
    margin-bottom: 15px;
}
.post--vertical-text-align-center .post__text--wrap-time-cat{
    margin-bottom: 0;
}
.ceris-grid-w .atbs-ceris-pagination.atbs-ceris-pagination-view-all-post i{
    display: none;
}
.ceris-grid-w .atbs-ceris-pagination.atbs-ceris-pagination-view-all-post a{
    width: 170px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    height: 60px;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    padding: 0 15px;
    margin: 0 auto;
    background-color: var(--color-logo);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;

    font-weight: 500;
    letter-spacing: 0.75px;
}
.ceris-grid-w .post-sub .atbs-ceris-pagination{
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1199px){
    /*
        Layout
    */

    /*
        Content
    */
    /*post main*/
    .ceris-grid-w .post-slide .owl-background{
        height: 550px;
    }
    .ceris-grid-w .post-slide .owl-carousel{
        width: 350px;
    }
    .post--vertical-slide-no-thumb{
        padding: 45px;
        height: 370px;
    }
    .post--vertical-slide-no-thumb .post__title{
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
    }
    .post--vertical-slide-no-thumb .post__excerpt{
        max-width: 100%;
    }
    .ceris-grid-w .post-slide .owl-carousel .owl-dots{
        bottom: 30px;
    }
    /*post sub*/
    .post--vertical-text-align-center .post__thumb {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    /*
        Layout
    */
    .ceris-grid-w .atbs-ceris-block__inner > div:not(:last-child) {
        margin-bottom: 40px;
    }
    /*
        Content
    */
    /*post main*/
    .ceris-grid-w .post-slide .owl-background {
        width: 100vw;
        left: -webkit-calc((100vw - 100%) / -2 );
        left: -moz-calc((100vw - 100%) / -2 );
        left: calc((100vw - 100%) / -2 );
    }
    .ceris-grid-w .post-slide .owl-carousel{
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
             transform: translateY(-50%);
    }
    .ceris-grid-w .post-slide .owl-background{
        height: 460px;
    }
    .ceris-grid-w .post-slide .owl-carousel{
        width: 330px;
    }
    .post--vertical-slide-no-thumb {
        padding: 45px 35px;
        height: 350px;
    }
    .post--vertical-slide-no-thumb .post__title {
        line-height: 1.5;
        margin-bottom: 25px;
    }
    .post--vertical-slide-no-thumb .post__excerpt{
        max-width: 100%;
    }
    /*post sub*/
    .post--vertical-text-align-center .post__title{
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .post--vertical-text-align-center .post__thumb{
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) and (min-width: 577px){
    .ceris-grid-w .post-sub .list-item:first-child{
        width: 100%;
    }
    .ceris-grid-w .post-sub .list-item{
        width: 50%;
    }
    /*
        Content
    */
    .ceris-grid-w .post-sub .list-item:first-child .post--vertical-text-align-center .post__thumb{
        height: 300px;
    }
    .ceris-grid-w .post-sub .list-item:first-child .post--vertical-text-align-center .post__thumb a{
        width: 100%;
        height: 100%;
    }
    .ceris-grid-w .post-sub .list-item:first-child .post--vertical-text-align-center .post__thumb img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .ceris-grid-w .post-sub .list-item:first-child .post--vertical-text-align-center .post__text{
        max-width: 100%;
    }
    .ceris-grid-w .post-sub .list-item:first-child .post--vertical-text-align-center .post__title{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 767px){
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-grid-w .post-slide .owl-background {
        height: 450px;
        width: 100vw;
        left: -webkit-calc((100vw - 100%) / -2 );
        left: -moz-calc((100vw - 100%) / -2 );
        left: calc((100vw - 100%) / -2 );
    }
    .ceris-grid-w .post-slide .owl-carousel{
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
             transform: translateY(-50%);
    }
    .post--vertical-slide-no-thumb{
        height: 320px;
        padding: 35px;
    }
    .ceris-grid-w .post-slide .owl-carousel .owl-dots{
        bottom: 30px;
    }
    /*post sub*/
    .post--vertical-text-align-center .post__title{
        margin-bottom: 10px;
    }
}
@media (max-width: 576px){
    /*
        Layout
    */
    .ceris-grid-w .post-sub .list-item{
        width: 100%;
    }
    /*
        Content
    */
    /*post sub*/
    .post--vertical-text-align-center .post__thumb{
        width: 100%;
        height: 300px;
    }
    .post--vertical-text-align-center .post__thumb a{
        width: 100%;
        height: 100%;
    }
    .post--vertical-text-align-center .post__thumb img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .post--vertical-text-align-center .post__title{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .post--vertical-text-align-center .post__title a{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .ceris-grid-w .atbs-ceris-pagination-view-all-post a{
        width: 150px;
        height: 50px;
    }
}
@media (max-width: 480px){
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-grid-w .post-slide .owl-background{
        height: 340px;
    }
    .ceris-grid-w .post-slide .owl-carousel {
        right: 20px;
        top: 50%;
        -webkit-transform: none;
            -ms-transform: none;
                -moz-transform: none;
                  -o-transform: none;
             transform: none;
        position: initial;
        width: 100%;
        margin: -150px auto 0 auto;
        z-index: 1;
    }
    .post--vertical-slide-no-thumb{
        /*height: 290px;*/
        /*height: auto;*/
        padding: 40px 30px 30px 30px;
    }
    .post--vertical-slide-no-thumb .post__text {
        /*max-width: 275px;*/
        margin: 0 auto;
    }
    /*post sub*/
    .post--vertical-text-align-center .post__thumb{
        height: 270px;
    }
    .post--vertical-slide-no-thumb .post__title {
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post--vertical-slide-no-thumb {
        height: 300px;
        padding: 30px;
    }
}
@media (max-width: 420px){
    /*
        Content
    */
    .ceris-grid-w .post-slide .owl-background {
        height: 330px;
    }
    .post--vertical-slide-no-thumb .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 0;
    }
    .post--vertical-slide-no-thumb .post__excerpt { 
        display: none;
    }
    .post--vertical-slide-no-thumb {
        height: 230px;
    }
    /*post sub*/
    .post--vertical-text-align-center .post__thumb{
        height: 250px;
    }
}
@media (max-width: 380px){
    /*
        Content
    */
    .ceris-grid-w .post-slide .owl-background {
        height: 290px;
    }
    /*post sub*/
    .post--vertical-text-align-center .post__thumb{
        height: 220px;
    }
    .post--vertical-text-align-center .post__text {
        max-width: 100%;
    }
}
@media (max-width: 320px){
    /*
        Content
    */
    .ceris-grid-w .post-slide .owl-background {
        /*height: 290px;*/
    }
    .post--vertical-slide-no-thumb{
        padding: 30px;
    }
}

.ceris-grid-w .atbs-ceris-pagination-view-all-post{
    border-bottom: none;
    padding-bottom:0;
}
/* .ceris-grid-w ----------------------- */


/* ----------------------- ceris_posts_block_grid_c_no_sidebar */
.ceris_posts_block_grid_c_no_sidebar .atbs-ceris-block--contiguous{
    margin-top: -30px;
}
.ceris_posts_block_grid_c_no_sidebar .post--vertical.big-post--vertical .post__thumb{
    margin-bottom: 20px;
    height: 490px;
}
.ceris_posts_block_grid_c_no_sidebar .post--vertical.small-post--vertical .post__thumb{
    margin-bottom: 20px;
}
.ceris_posts_block_grid_c_no_sidebar .post--vertical.small-post--vertical .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 992px){
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.big-post--vertical .post__thumb{
        height: 485px;
    }
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.small-post--vertical .post__title{
        line-height: 1.5;
    }
}
@media(max-width: 991px){
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.big-post--vertical{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.big-post--vertical .post__thumb {
        margin-bottom: 0;
        margin-right: 30px;
        height: 300px;
        width: -webkit-calc(50% - 15px);
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
    }
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.big-post--vertical .post__text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                -webkit-flex: 1;
                   -moz-box-flex: 1;
                flex: 1;
        padding-top: 50px;
    }
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.small-post--vertical .post__thumb{
        margin-bottom: 20px;
    }
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-180 .post__thumb {
        height: 190px;
        margin-bottom: 20px;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    .ceris_posts_block_grid_c_no_sidebar .grid-top-left{
        width: 100%;
    }
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.small-post--vertical .post__title {
        font-weight: bold;
    }
}
@media(max-width: 767px){
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.big-post--vertical{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.big-post--vertical .post__thumb {
        margin-bottom: 20px;
        margin-right: 0;
        height: 300px;
        width: 100%;
    }
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.big-post--vertical .post__text {
        -webkit-box-flex: initial;
            -ms-flex: initial;
                -webkit-flex: initial;
                   -moz-box-flex: initial;
                flex: initial;
        padding-top: 0;
    }
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-180 .post__thumb {
        height: 300px;
    }
    .ceris_posts_block_grid_c_no_sidebar .grid-top-left .row:not(:last-child){
        margin-bottom: 15px;
    }
}
@media(max-width: 767px) and (min-width: 480px){
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.small-post--vertical .post__title{
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
        font-weight: bold;
    }
}
@media(max-width: 576px){

    .ceris_posts_block_grid_c_no_sidebar .post__thumb-180 .post__thumb {
        height: 300px;
    }
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-470 .post__thumb{
        height: 300px;
    }
}
@media(min-width: 361px) and (max-width: 576px){
    .ceris_posts_block_grid_c_no_sidebar .post--vertical.small-post--vertical .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media(max-width: 480px){
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-180 .post__thumb {
        height: 270px;
    }
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-470 .post__thumb{
        height: 270px;
    }
}
@media(max-width: 420px){
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-180 .post__thumb {
        height: 250px;
    }
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-470 .post__thumb{
        height: 250px;
    }
}
@media(max-width: 380px){
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-180 .post__thumb {
        height: 230px;
    }
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-470 .post__thumb{
        height: 230px;
    }
}
@media(max-width: 320px){
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-180 .post__thumb {
        height: 200px;
    }
    .ceris_posts_block_grid_c_no_sidebar .post__thumb-470 .post__thumb{
        height: 200px;
    }
}
/* .ceris_posts_block_grid_c_no_sidebar ----------------------- */
/*  ----------------------- ceris_posts_block_grid_d_no_sidebar */
@media(min-width: 992px){
    .ceris_posts_block_grid_d_no_sidebar .post--card-lg .post__thumb {
        height: 360px;
    }
    .ceris_posts_block_grid_d_no_sidebar .flexbox .post--card-lg{
        height: -webkit-calc(100% - 15px);
        height: -moz-calc(100% - 15px);
        height: calc(100% - 15px);
    }
    .ceris_posts_block_grid_d_no_sidebar .flexbox .post--card-lg{
        min-height: 39.28571rem;
    }
}
@media(max-width: 991px){
    .ceris_posts_block_grid_d_no_sidebar .row--space-between.flexbox{
        display: block;
    }
    .ceris_posts_block_grid_d_no_sidebar .post--card-lg .post__thumb {
        height: 280px;
    }
}
@media(max-width: 767px){
    .ceris_posts_block_grid_d_no_sidebar .row--space-between:last-child{
        margin-top: 15px;
    }
    .ceris_posts_block_grid_d_no_sidebar .row--space-between .post--horizontal .post__thumb{
        margin-bottom: 20px;
    }
}
/* .ceris_posts_block_grid_d_no_sidebar ----------------------- */
/* ----------------------- ceris_posts_block_grid_e_no_sidebar */
/*@media(min-width: 1366px){
    .ceris_posts_block_grid_e_no_sidebar .container{
        width: 1366px;
    }
}*/
.flexbox-item-40 {
    width: 40%;
}
.flexbox-item-60 {
    width: 60%;
}
@media(max-width: 991px){
   
    .ceris_posts_block_grid_e_no_sidebar .post--grid-left{
        width: 100%;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    .ceris_posts_block_grid_e_no_sidebar .post--grid-right .post--grid-item{
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }
    .ceris_posts_block_grid_e_no_sidebar .post--grid-right{
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
    }
    .ceris_posts_block_grid_e_no_sidebar .post--grid-left .post__title{
        font-size: 1.6428em;
    }
}
@media(max-width: 767px){
    .ceris_posts_block_grid_e_no_sidebar .post--grid-right .post--grid-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
    .ceris_posts_block_grid_e_no_sidebar .post--grid-right{
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
    }
}
@media(max-width: 420px){
    .ceris_posts_block_grid_e_no_sidebar .post--grid-right .post--grid-item{
        width: -webkit-calc(100%);
        width: -moz-calc(100%);
        width: calc(100%);
    }
    .ceris_posts_block_grid_f_no_sidebar .post__thumb-160 .post__thumb,
    .ceris_posts_block_grid_e_no_sidebar .post__thumb-120 .post__thumb{
        height: 240px;
    }
}
/* .ceris_posts_block_grid_e_no_sidebar ----------------------- */
/* ----------------------- ceris_posts_block_grid_f_no_sidebar */
.ceris_posts_block_grid_f_no_sidebar{

}
/* .ceris_posts_block_grid_f_no_sidebar ----------------------- */

/* ----------------------- ceris_posts_block_grid_g_no_sidebar , ceris_posts_block_grid_h_no_sidebar*/
.ceris_posts_block_grid_g_no_sidebar .post--grid-right{
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
            align-self: flex-start;
}
.ceris_posts_block_grid_h_no_sidebar .post--grid-item, 
.ceris_posts_block_grid_g_no_sidebar .post--grid-right .post--grid-item{
    position: relative;
    width: 100%;
}
.ceris_posts_block_grid_g_no_sidebar .post--grid-right .post--grid-item:not(:last-child):before{
    content:"";
    position: absolute;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    left: 25px;
    bottom: 0;
    height: 1px;
    background-color: rgba(0,0,0,0.1);
}
@media(max-width: 1199px) {
    .ceris_posts_block_grid_g_no_sidebar .post--grid.flexbox-wrap.flex-space-50  {
        margin: -15px
    }
    .ceris_posts_block_grid_g_no_sidebar .post--grid.flexbox-wrap.flex-space-50 > * {
        padding: 15px;
    }
    .ceris_posts_block_grid_h_no_sidebar .post--horizontal .post__excerpt, 
    .ceris_posts_block_grid_g_no_sidebar .post--horizontal .post__excerpt {
        margin-bottom: 0;
    }
    .ceris_posts_block_grid_h_no_sidebar .post--horizontal .post__meta, 
    .ceris_posts_block_grid_g_no_sidebar .post--horizontal .post__meta {
        display: none;
    }
    .ceris_posts_block_grid_g_no_sidebar .post--grid-right .flexbox-wrap.flex-space-50 {
        margin: -30px;
    }
    .ceris_posts_block_grid_g_no_sidebar .post--grid-right .flexbox-wrap.flex-space-50 > * {
        padding: 30px;
    }    
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ceris_posts_block_grid_h_no_sidebar .post--horizontal .post__thumb , 
    .ceris_posts_block_grid_g_no_sidebar .post--horizontal .post__thumb {
        width: 200px;
        height: 200px;
    }
}
@media(max-width: 991px){
    .ceris_posts_block_grid_h_no_sidebar .post--grid > *, 
    .ceris_posts_block_grid_g_no_sidebar .post--grid > *{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .ceris_posts_block_grid_h_no_sidebar .post--horizontal .post__thumb, 
    .ceris_posts_block_grid_g_no_sidebar .post--horizontal .post__thumb {
        margin-bottom: 20px;
        height: 340px;
    }
}
@media (max-width: 576px) {
    .ceris_posts_block_grid_h_no_sidebar .post--horizontal .post__thumb , 
    .ceris_posts_block_grid_g_no_sidebar .post--horizontal .post__thumb {
        height: 300px;
    }

    .ceris_posts_block_grid_h_no_sidebar .flexbox-wrap.flex-space-50 {
        margin: -15px;
    }
    .ceris_posts_block_grid_h_no_sidebar .flexbox-wrap.flex-space-50 > *{
        padding: 15px;
    }
}
@media (max-width: 480px) {
    .ceris_posts_block_grid_h_no_sidebar .post--horizontal .post__thumb, 
    .ceris_posts_block_grid_g_no_sidebar .post--horizontal .post__thumb {
        height: 280px;
    }
}
@media (max-width: 420px) {
    .ceris_posts_block_grid_h_no_sidebar .post--horizontal .post__thumb, 
    .ceris_posts_block_grid_g_no_sidebar .post--horizontal .post__thumb {
        height: 260px;
    }
}
@media (max-width: 380px) {
    .ceris_posts_block_grid_h_no_sidebar .post--horizontal .post__thumb, 
    .ceris_posts_block_grid_g_no_sidebar .post--horizontal .post__thumb {
        height: 240px;
    }
}
/* .ceris_posts_block_grid_g_no_sidebar ----------------------- */

/* ----------------------- ceris_posts_block_grid_h_no_sidebar */

/* .ceris_posts_block_grid_h_no_sidebar ----------------------- */

.ceris_posts_block_grid_f_no_sidebar .post--grid-left .post, 
.ceris_posts_block_grid_f_no_sidebar .post--grid-left .post .post__thumb{
    height: 100%;
}
@media(min-width: 1366px){
    .ceris_posts_block_grid_f_no_sidebar .container{
        width: 1366px;
    }
}
.flexbox-item-25{
    width: 25%;
}
.flexbox-item-50{
    width: 50%;
}
.ceris_posts_block_grid_f_no_sidebar .post--grid-center, 
.ceris_posts_block_grid_f_no_sidebar .post--grid-right{
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
            align-self: flex-start;
}
@media(min-width: 992px){
    .ceris_posts_block_grid_f_no_sidebar .post--vertical-reverse-feature .post__title{
        font-size: 27px;
        font-size: 1.9285rem;
    }
}
@media(max-width: 1199px) and (min-width: 992px){
    .ceris_posts_block_grid_f_no_sidebar .post--grid-center .post__thumb-160 .post__thumb{
        height: 120px;
    }
    .ceris_posts_block_grid_f_no_sidebar .post--grid-right .post__thumb{
        display: none;
    }
    .ceris_posts_block_grid_f_no_sidebar .post--grid-right .post--grid-item{
        position: relative;
    }
    .ceris_posts_block_grid_f_no_sidebar .post--grid-right .post--grid-item:not(:last-child):before{
        content:"";
        position: absolute;
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 1px;
        left: 15px;
        bottom:0;
        background-color: rgba(0,0,0,0.1);
    }
}
@media(max-width: 991px){
    .ceris_posts_block_grid_f_no_sidebar .post--grid-left{
        width: 100%;
    }
    .ceris_posts_block_grid_f_no_sidebar .post--grid-center, 
    .ceris_posts_block_grid_f_no_sidebar .post--grid-right{
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
    }
    .ceris_posts_block_grid_f_no_sidebar .post--grid-center .post--grid-item{
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
    }
    .ceris_posts_block_grid_f_no_sidebar .post--grid-right .post--grid-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
}
@media(max-width: 767px){
    .ceris_posts_block_grid_f_no_sidebar .post--grid-center .post--grid-item{
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
}
@media(max-width: 480px){
    .ceris_posts_block_grid_f_no_sidebar .post--grid-right .post--grid-item{
        width: 100%;
    }
}
@media(max-width: 420px){
    .ceris_posts_block_grid_f_no_sidebar .post--grid-center .post--grid-item{
        width: 100%;
    }
}
/* ----------------------- ceris-grid-s*/

@media (max-width: 1199px){}
@media (max-width: 991px){
    .ceris-grid-s .post--card .post__thumb{
        height: 170px;
    }
}
@media (max-width: 767px){
    .ceris-grid-s .row--space-between{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .ceris-grid-s .row--space-between{
        margin: -15px -5px;
    }
    .ceris-grid-s .row--space-between>[class*='col-']{
        width: 50%;
        padding: 15px 5px;
    }
    .ceris-grid-s  .post--card{
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0;
    }
    .ceris-grid-s  .post--card > *{
        width: 100%;
    }
    .ceris-grid-s .post--card .post__thumb{
        margin:  0 0 20px 0;
    }
    .ceris-grid-s .post--card .post__text{
        padding: 0 20px;
        margin-bottom: 35px;
    }
    .ceris-grid-s .post--card .post__footer{
        margin: 0;
        position: initial;
        -ms-flex-item-align: end;
            -webkit-align-self: flex-end;
                align-self: flex-end;
    }
}
@media (max-width: 576px){
    .ceris-grid-s .post--card .post__title{
        font-size: 1.3571rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 480px){
    .ceris-grid-s .row--space-between>[class*='col-']{
        width: 100%;
    }
    .ceris-grid-s  .post--card{
        height: 100%;
    }
    .ceris-grid-s .post--card .post__thumb{
        margin:  0 0 25px 0;
        height: 200px;
    }
    .ceris-grid-s .post--card .post__text{
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .ceris-grid-s .post--card .post__title.typescale-1{
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 380px){
    .ceris-grid-s .post--card .post__thumb{
        height: 180px;
    }
}
@media (max-width: 320px){
    .ceris-grid-s .post--card .post__thumb{
        height: 150px;
    }
}
/* .ceris-grid-s----------------------- */

/* ----------------------- ceris-grid-t*/
.ceris-grid-t .post--overlay.post--overlay-bottom .post__cat{
    margin-bottom: 15px;
}
.ceris-grid-t .post--overlay.post--overlay-bottom .post__text{
    min-height: 370px;
}
.ceris-grid-t .post--vertical .post__thumb{
    margin-bottom: 20px;
}
.ceris-grid-t .post--vertical .post__title  {
    margin-bottom: 15px;
}
.ceris-grid-t .post--vertical .post__meta {
    color: #999;
}
@media (min-width: 768px){
    .ceris-grid-t .post--overlay-padding-lg .post__text-inner {
        padding: 20px;
    }
    .ceris-grid-t .post--overlay-padding-lg .overlay-item--top-left{
        left: 20px;
    }
}

@media (max-width: 1199px){
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__title.typescale-3.custom-typescale-3{
        font-size: 1.5714rem; /*font system*/
    }
    .ceris-grid-t .post--vertical .post__title.typescale-2.custom-typescale-2{
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 991px){
    .ceris-grid-t .row >*:first-child{
        width: 100%;
    }
    .ceris-grid-t .row >*:not(:first-child){
        width: 50%;
    }
    .ceris-grid-t .post--overlay-padding-lg .post__text-inner {
        padding: 30px 20px;
    }
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__text{
        min-height: 320px;
    }
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__title{
        font-weight: bold;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__title{
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        font-weight: bold;
    }
    .ceris-grid-t .post--vertical .post__title.typescale-2.custom-typescale-2 {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        font-weight: bold;
    }
}
@media (max-width: 767px){
    .ceris-grid-t .row--space-between{
        margin-bottom: -20px;
        margin-top: -20px;
    }
    .ceris-grid-t .row--space-between>[class*='col-']{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ceris-grid-t .row >*:first-child{
        width: 100%;
    }
    .ceris-grid-t .row >*:not(:first-child){
        width: 100%;
    }

    /**/
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__text{
        min-height: 330px;
    }
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__title.typescale-3.custom-typescale-3,
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__title.typescale-2{
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
    }
    /**/
    .ceris-grid-t .post--vertical .post__thumb{
        height: 270px;
    }
    .ceris-grid-t .post--horizontal-xxs .post__thumb, .ceris-grid-t .post--horizontal-xs .post__thumb {
        width: 100px;
        height: 100px;
    }
    .ceris-grid-t .post--vertical .post__title.typescale-2.custom-typescale-2{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }

    /**/

}

@media (max-width: 576px){
    .ceris-grid-t .post--overlay-padding-lg .post__text-inner {
        padding: 20px;
    }
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__title{
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    .ceris-grid-t .post--horizontal-xxs .post__title, .ceris-grid-t .post--horizontal-xs .post__title {
        font-size: 18px;
        font-weight: 600;
        padding-right: 40px;
    }
}
@media (max-width: 480px){
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__title.typescale-3.custom-typescale-3,
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__title.typescale-2,
    .ceris-grid-t .post--overlay.post--overlay-bottom .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .ceris-grid-t  .post--horizontal.post--horizontal-reverse .post__thumb{
        margin-left: 15px;
    }
    .ceris-grid-t  .post--horizontal .post__title{
        margin: 0;
    }
    .ceris-grid-t  .post--horizontal time.time{
        display: none;
    }
}
@media (max-width: 420px){
    .ceris-grid-t .post--vertical .post__thumb {
        height: 250px;
    }
}
@media (max-width: 380px){
    .ceris-grid-t .post--vertical .post__thumb {
        height: 230px;
    }
}
@media (max-width: 320px){
    .ceris-grid-t .post--vertical .post__thumb {
        height: 200px;
    }
}
/* .ceris-grid-T----------------------- */

/* ----------------------- ceris-grid-x */
.ceris-grid-x.atbs-ceris-post--grid-b-update .post-sub {
    padding-left: 15px;
}
.ceris-grid-x.atbs-ceris-post--grid-b-update .owl-carousel .owl-stage{
    left: 0;
}
.ceris-grid-x .post--card-sm .post__thumb{
    height: 180px;
}

@media (max-width: 767px){
    .ceris-grid-x .post--card-sm .post__thumb {
        height: 150px;
    }
    .ceris-grid-x .post--card .post__text {
        min-height: 6.85714rem;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    .ceris-grid-x .post--card .post__text .post__title{
        font-size: 18px;
        font-size: 1.2857rem;
    }
}
@media (max-width: 576px){
    .ceris-grid-x .post--card .post__title{
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 480px){
    .ceris-grid-x .post--card .post__title.typescale-1.custom-typescale-1 {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .ceris-grid-x .post--card-sm .post__thumb {
        height: 230px;
        margin-bottom: 25px;
    }
    .ceris-grid-x .post--card .post__text {
        min-height: auto;
    }
    .ceris-grid-x .post--card .post__footer {
        margin-top: 40px;
    }
    .ceris-grid-x  .post-sub .owl-stage-outer{
        padding-bottom: 20px;
    }
    .ceris-grid-x .post--card .post__title{
        font-size: 19px; /*font system*/
        font-size: 1.3571rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 360px){
    .ceris-grid-x .post--card-sm .post__thumb {
        height: 180px;
    }
    .ceris-grid-x .post--card .post__title{
        font-size: 18px; /*font system*/
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 320px){
    .ceris-grid-x .post--card-sm .post__thumb {
        height: 150px;
    }
}
/* .ceris-grid-x -----------------------*/

/* ----------------------- ceris-grid-u */
.ceris-grid-u.atbs-ceris-post--grid-b-update .post-sub {
    padding-left: 15px;
}
.ceris-grid-u.atbs-ceris-post--grid-b-update .owl-carousel .owl-stage{
    left: 0;
}
.ceris-grid-u .post--overlay-top-bottom.post--overlay-padding-lg .post__text-inner{
    padding: 20px;

}
.ceris-grid-u .post--overlay-top-bottom.post--overlay-md .post__text {
    min-height: 250px;
}
@media (max-width: 1199px){
    .ceris-grid-u .post--overlay-top-bottom.post--overlay-md .post__text {
        min-height: 240px;
    }
    .ceris-grid-u .post--overlay-top-bottom.post--overlay-padding-lg .post__text-inner{
        padding: 20px;
    }
    .padding .post--overlay-top-bottom.post--overlay-padding-lg .overlay-item--top-left{
        left: 20px;
    }
    .ceris-grid-u .post--overlay-top-bottom.post--overlay-md .post__title{
        line-height: 1.5;
        font-size: 19px;
        font-size: 1.3571rem; /*font system*/
    }

}
@media (max-width: 767px){
    .ceris-grid-u .atbs-ceris-posts-latest--overlay .post--overlay-top-bottom.post--overlay-md .post__title{
        font-size: 18px; /*font system*/
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .padding .post--overlay-top-bottom.post--overlay-padding-lg .overlay-item--top-left{
        top: 20px;
    }
}
@media (max-width: 576px){
    .ceris-grid-u .atbs-ceris-posts-latest--overlay .post--overlay-top-bottom.post--overlay-md .post__title{
        font-size: 18px; /*font system*/
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 480px){
    .ceris-grid-u  .post-sub .owl-stage-outer{
        padding-bottom: 20px;
    }
}
/* .ceris-grid-u -----------------------*/




/* ----------------------- widget ceris-about-me */
.widget-about-me {
    padding: 30px 20px;
    border: 1px solid #EEEEEE;
    border-top: 1px solid #325214;
}
.widget-about-me .author__avatar {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.widget-about-me .author__avatar img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
}
.widget-about-me .author__name {
    font-size: 24px;
    font-weight: bold;
    color: #141315;
    margin-bottom: 5px;
}
.widget-about-me .author__name a {
    color: #141315;
    text-transform: capitalize;
}
.widget-about-me .author__cat {
    font-weight: 400;
    color: #333333;
    opacity: .8;
    text-transform: capitalize;
    font-size: 11px;
    border-bottom: 0px;
    margin-bottom: 10px;
}
.widget-about-me .author_bio {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    opacity: .9;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-top: 15px;
}
.widget-about-me .social-list li {
    margin: 0;
}
.widget-about-me .social-list li i {
    color: #141315;
    opacity: .5;
}
.widget-about-me .author__social{
    margin-top: 15px;
}
.widget-about-me .author-meta {
    color: #222222;
    opacity: .6;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
}
.widget-about-me .author-meta span {
    padding-right: 20px;
}
/* .widget ceris-about-me ----------------------- */
/*----------------------- atbs-author-style */
.atbs-author-style .entry-author__avatar{
    display: block;
    margin: 0 auto 0 0;
    height: 40px;
    width: 40px;
}
.single-header .atbs-author-style{
    width: 100px;
    padding: 0 15px 0 0;
}
.single-header  .atbs-author-style .entry-author__name{
    display: block;
    margin-top: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    color: #888 !important;
    position: relative;
}
.single-header .atbs-date-style{
    margin-top: 15px;
    text-align: left;
}
@media(max-width: 1199px){
    .single-header .atbs-author-style{
        width: 80px;
    }
}
@media(max-width: 991px){
    .single-header .atbs-author-style{
        width: 100px;
    }
}
/* .atbs-author-style-----------------------  */

/* -----------------------  about me module */
.ceris-about-module {
    position: relative;
    padding-top: 155px;
}

.ceris-about-module .about__thumbnail {
    position: relative;
    width: 370px;
    height: 500px;
    margin-left: 70px;
    margin-right: 55px;
    margin-top: -155px;
}

.ceris-about-module .about__thumbnail .background-img {
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
       -moz-background-size: cover !important;
         -o-background-size: cover !important;
            background-size: cover !important;
}
.ceris-about-module .about__inner{
    background: url(../images/bg-border.png) top left repeat;
    padding: 10px;
    text-align: center;
}
.ceris-about-module .about__content {
    width: 100%;
    padding-bottom: 80px;
    background-color: #fff;
}

.ceris-about-module .about__title {
    font-weight: 600;
    margin-bottom: 0;
}

.ceris-about-module .about__title a {
    color: #111;
    text-decoration: none;
}

.ceris-about-module .about__bio {
    margin-top: 25px;
    /* opacity: 0.8; */
    line-height: 1.5;
    font-size: 16px;
    color: #999;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ceris-about-module .about-signature {
    margin-top: 45px;
}

.about__text .social-list {
    margin-top: 55px;
}

.about__text .social-list a {
    color: #444;
}

.about__text .social-list li {
    margin-right: 5px;
}

.about__text .social-list li:last-child {
    margin-right: 0;
}

.ceris-about-module .about__text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    opacity: 1;
    padding-top: 40px;
    padding-right: 70px;
    text-align: left;
}
@media( max-width: 991px) {
    .ceris-about-module .about__thumbnail {
        width: 280px;
        height: 360px;
        margin-left: 0;
        margin-right: 35px;
        margin-top: 0;
    }
    .ceris-about-module {
        padding-top: 0;
    }
    .ceris-about-module .about-signature {
        margin-top: 40px;
    }
    .about__text .social-list {
        margin-top: 50px;
    }
    .ceris-about-module .about__content {
        padding: 30px;
    }

    .ceris-about-module .about__text{
        padding-top: 40px;
        padding-right: 0;
    }
    .ceris-about-module .about__bio {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .ceris-about-module .about__title{
        font-size: 26px;
        font-size: 1.8571rem; /*font system*/
        line-height: 1.38;
    }
}

@media(max-width:768px) {
    /**/
    .ceris-about-module .about__bio {
        margin-top: 15px;
    }
    .ceris-about-module .about__title {
        font-weight: bold !important;
    }
    .ceris-about-module .about__text {
        padding: 0;
    }
    .ceris-about-module .about__thumbnail {
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 25px;
    }
    .ceris-about-module .about__content {
        display: block;
        border: none;
    }
    .ceris-about-module .about-signature {
        margin-top: 25px;
    }
    .ceris-about-module .about-signature img {
        max-width: 200px;
    }
    .about__text .social-list {
        text-align: left;
        margin-top: 25px;
    }
    .ceris-about-module {
        padding-bottom: 0;
    }
}
@media (max-width: 420px){
    .ceris-about-module .about__thumbnail{
        height: 330px;
    }
}
@media (max-width: 380px){
    .ceris-about-module .about__content {
        padding: 20px;
    }
    .ceris-about-module .about__thumbnail{
        height: 280px;
    }
    .ceris-about-module .about__title{
        font-size: 1.7142rem; /*font system*/
        line-height: 1.375;
    }
}
/* -----------------------  about me module */
.flexbox-wrap.flexbox-wrap-3i-overlay > * {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
}
@media (max-width: 991px) {
    .flexbox-wrap.flexbox-wrap-3i-overlay > * {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }
}
@media (max-width: 767px) {
    .flexbox-wrap.flexbox-wrap-3i-overlay > * {
        width: 100%;
    }
}

/*Entry Author Avatar*/
.entry-author--has-avatar-30 > img {
    width: 30px;
    height: 30px;
}
.entry-author--has-avatar-35 > img {
    width: 35px;
    height: 35px;
}
.entry-author--has-avatar-40 > img {
    width: 40px;
    height: 40px;
}
.entry-author--has-avatar-45 > img {
    width: 45px;
    height: 45px;
}
.entry-author--has-avatar-50 > img {
    width: 50px;
    height: 50px;
}
.entry-author--has-avatar-35 > img {
    width: 55px;
    height: 55px;
}
.entry-author--has-avatar-60 > img {
    width: 60px;
    height: 60px;
}
.entry-author--has-avatar-35 > img {
    width: 65px;
    height: 65px;
}
.entry-author--has-avatar-70 > img {
    width: 70px;
    height: 70px;
}
.entry-author--has-avatar-80 > img {
    width: 80px;
    height: 80px;
}
.entry-author--has-avatar-90 > img {
    width: 90px;
    height: 90px;
}
.entry-author--has-avatar-100 > img {
    width: 100px;
    height: 100px;
}
.entry-author--has-avatar-round > img {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

/*Inverse Cat*/
.post__cat.inverse-cat {
    color: #fff;
}
.post__cat-has-line.inverse-cat:before {
    background-color: #fff;
}

/****** End Them vao thu vien ******/

/* ----------------------- listing-grid-overlay */

.listing-grid-overlay .inverse-text .post__cat, .listing-grid-overlay .inverse-text a.post__cat {
    color: #fff !important;
}

.listing-grid-overlay .post__cat-has-line.inverse-cat:before {  
    background-color: #fff !important;
}
/* ----------------------- ceris-grid-y */
/*
    Layout
*/

/*
    Content
*/
.post__cat.inverse-cat {
    color: #fff;
}
.post__cat-has-line.inverse-cat:before {
    background-color: #fff;
}

.post--overlay-height-370 .post__text {
    min-height: 370px;
}
.post--overlay-flip-content {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
         transform-style: preserve-3d;
    position: relative;
    background: none !important;
}
.post--overlay-flip-content .post--overlay-front-face .post__text-inner {
    padding: 25px 20px;
}
.post--overlay-flip-content .post--overlay-back-face .post__text-inner {
    padding: 30px;
}
.post--overlay-flip-content.post--overlay-height-370 {
    min-height: 370px;
}

.post--overlay-front-face .post__text {
    pointer-events: none;
    z-index: 10;
}
.post--overlay-front-face .post__text .post__cat {
    pointer-events: auto;
}
.post--overlay-flip-content .post--overlay-back-face .post__text {
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -ms-flex-align: start;
    padding: 0;
}

.post--overlay-flip-content .post--overlay-back-face .post__text-wrap {
    position: initial;
}

.post--overlay-flip-content .post--overlay-back-face .post__text-inner {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.post__title-has-underline-decoration {
    position: relative;
    margin-bottom: 40px;
}

.post__title-has-underline-decoration::after {
    position: absolute;
    content: '';
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--color-white);
}

.post--overlay-flip-content .post__title a,
.post--overlay-flip-content .post__excerpt {
    display: -webkit-box;
    max-height: 4.8em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
}

.post--overlay-flip-content .post__excerpt {
    font-weight: 300;
    font-size: 16px;
}
.post--overlay-flip-content .post__title a {
    max-height: 4.5em;
}
.post--overlay-flip-content .post--overlay-back-face .post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    max-height: 3em;
}
/** Post Footer **/
.post--overlay-footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}
.post--overlay-flip-content .entry-author img{
    height: 40px;
    width: 40px;
    -o-object-fit: cover;
       object-fit: cover;
}

.avatar-40 {
    width: 40px;
    height: 40px;
}

.avatar-round {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.entry-author__name {
    font-size: 14px;
    font-weight: 400;
}

.button__readmore--round i {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
}
.button__readmore--round:hover i{
    background-color: #fff;
}
.post--overlay-flip-content .post--overlay-back-face .post__text{
    z-index: 1;
    pointer-events: none;
}
.post--overlay-flip-content .post--overlay-back-face .entry-author{
    pointer-events: auto;
}
.post--overlay-back-face .post__cat{
    pointer-events: auto;
}
.post--overlay-back-face .button__readmore{
    pointer-events: auto;
}
.post--overlay-back-face .button__readmore:hover i{
    color: var(--colo-logo);
}
.post--overlay-flip-content .post__text{
    width: 100%;
}
.post--overlay-front-face{
    width: 100%;
}
@media (min-width: 1200px){
    .posts-listing-grid-overlay-no-sidebar .post--overlay .post__title {
        font-size: 21px;
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    /** Flip Animation **/
    .post--overlay-face {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
             backface-visibility: hidden;
        -webkit-transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -webkit-transform: rotateY(0deg);
        -moz-transition: 0.6s;
        -moz-transform-style: preserve-3d;
        -moz-transform: rotateY(0deg);
        -o-transition: 0.6s;
        -o-transform-style: preserve-3d;
        -o-transform: rotateY(0deg);
        -ms-transition: 0.6s;
        -ms-transform-style: preserve-3d;
        -ms-transform: rotateY(0deg);
        transition: 0.6s;
        transform-style: preserve-3d;
        transform: rotateY(0deg);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .post--overlay-front-face {
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        z-index: 2;
    }
    .post--overlay-back-face {
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
             transform: rotateY(-180deg);
        background-color: #0661F1;
    }
    .post--overlay-back-face .post__text-wrap:before {
        display: none;
    }
    .flip-vertical-right {
        -webkit-transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        -ms-transition: 0.6s;
        -moz-transition: 0.6s;
        -moz-transform: perspective(1000px);
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transition: 0.6s;
        transition: 0.6s;
        transform-style: preserve-3d;
        position: relative;
        -webkit-perspective: 1000;
        -ms-perspective: 1000;
        -moz-perspective: 1000;
             perspective: 1000;
        -ms-transform: perspective(1000px);
        -moz-transform: perspective(1000px);
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
    }
    .flip-vertical-right:hover .post--overlay-front-face {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
             transform: rotateY(180deg);
    }
    .flip-vertical-right:hover .post--overlay-back-face {
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
             transform: rotateY(0deg);
    }
}
/** Responsive **/
@media (max-width: 1199px) {
    .post--overlay-flip-content .post__text-inner {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .post--overlay-flip-content.post--overlay-height-370,
    .post--overlay-flip-content.post--overlay-height-370 .post__text {
        min-height: 300px;
    }

    .post--overlay-back-face {
        display: none;
    }

    .post--overlay-flip-content .post__text-inner {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--overlay-height-370 .post__title{
        font-size: 22px;
        font-size: 1.5714rem;
    }
}
@media (max-width: 575px){
    .post--overlay-face {
        width: 100%;
    }
}

@media (max-width: 480px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--overlay-height-370 .post__title {
        font-size: 18px;
        font-size: 1.2857rem;
        line-height: 1.44;
    }
}

@media (max-width: 380px){
    .post--overlay-flip-content .post__title.typescale-2.custom-typescale-2 {
        font-size: 18px;
        font-size: 1.2857rem;
    }
}




/* .listing-grid-overlay ----------------------- */


/* ----------------------- ceris-grid-z */
.post-author-avatar-40 .entry-author__avatar{
    height: 40px;
    width: 40px;
}
.post-author-font-weight-400 .entry-author__name{
    font-weight: 400;
}
.post-author-avatar-50 .entry-author__avatar{
    height: 50px;
    width: 50px;
}
.post-author-vertical .entry-author__avatar{
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
.post-author-vertical span.entry-lable,
.post-author-vertical .entry-author__name {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 0.5;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}
.post-author-vertical{
    text-align: center;
}
.post--overlay-hover-effect.post--overlay-bottom{
    background-color:  #3545ee;
    overflow: hidden;
    height: 100%;
}
.post--overlay-hover-effect .post__text-inner,
.post--overlay-hover-effect .post__text-wrap,
.post--overlay-hover-effect .post__text-front,
.post--overlay-hover-effect .post__text-backface{
    height: 100%;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.post--overlay-hover-effect .post__text-front{
    -webkit-transition: height 0s;
    -o-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}
.post--overlay-hover-effect .post__text-inner{
    padding: 60px 40px;
}
.post--overlay-hover-effect .post__thumb--overlay.post__thumb:after{
    opacity: 0.8;
    background-color: #3545ee;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.post--overlay-hover-effect .post__text{
    padding-top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}
.post--overlay-hover-effect .post__cat{
    margin-right: 0;
    pointer-events: auto;
    z-index: 1;
}
.post--overlay-hover-effect .post__excerpt{
    color: #E6E6E6;
}
.post--overlay-hover-effect .author-avatar{
    pointer-events: auto;
    z-index: 1;
}
/*front*/
.post--overlay-hover-effect .post__text-front .post__meta{
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            -webkit-order: -1;
               -moz-box-ordinal-group: 0;
            order: -1;
    margin: 0;
}
.post--overlay-hover-effect .post__text-front a.post__cat{
    font-size: 26px;
    color: #fff !important;
    font-weight: 300;
    letter-spacing: 8.58px;
    text-transform: uppercase;
    opacity: 0.9;
}
.post--overlay-hover-effect .post__text-front .button__readmore{
    letter-spacing: 0.61px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.75;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}
.post--overlay-hover-effect .post__text-front .avatar-circle{
    width: 50px;
    height: 50px;
}
.post--overlay-hover-effect .post__text-front .entry-author{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: block;
}
.post--overlay-hover-effect .post__text-front .author-avatar{
    margin: 0 auto 15px auto;
}

.post--overlay-hover-effect .post__text-front .entry-author span.entry-lable,
.post--overlay-hover-effect .post__text-front .entry-author .entry-author__name{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.75;
    font-weight: 300;
}
/*below*/
.post--overlay-hover-effect .post__text-backface{
    opacity: 0;
    visibility: hidden;
    padding-top: 60px;
    height: 100%;
}
.post--overlay-hover-effect .post__text-backface{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
}
.post--overlay-hover-effect .post__text-backface-bottom{
    -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
            align-self: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
               -moz-box-flex: 1;
            flex: 1;
}
.post--overlay-hover-effect .post__text-backface .post__title{
    font-size: 2rem;
    line-height: 1.3;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}
.post--overlay-hover-effect .post__text-backface .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post--overlay-hover-effect .post__text-backface .post__title:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
}
.post--overlay-hover-effect .post__text-backface a.post__cat{
    margin-bottom: 15px;
}
.post--overlay-hover-effect .post__text-backface .post__cat:before{
    background-color: #fff;
}
.post--overlay-hover-effect .post__text-backface .post__excerpt{
    font-size: 16px;
    line-height: 1.5;
    max-width: 290px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post--overlay-hover-effect .post__text-backface .post__excerpt .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post--overlay-hover-effect .post__text-backface .entry-author{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
               -moz-box-flex: 1;
            flex: 1;
}
.post--overlay-hover-effect .post__text-backface .avatar-circle{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.post--overlay-hover-effect .post__text-backface .author-name{
    font-size: 14px;
    color: #FFFFFF;
    text-transform: capitalize;
}
.post--overlay-hover-effect .post__text-backface .post__readmore .button__readmore{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #fff;
    pointer-events: auto;
}
.post--overlay-hover-effect .post__text{
    z-index: 1;
    pointer-events: none;
}
.post--overlay-hover-effect .entry-author{
    pointer-events: auto;
}
.post--overlay-hover-effect .post__text-backface .post__readmore .button__readmore i{
    margin-right: 0;
}
.avatar-circle{
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}
/*hover*/
.post--overlay-hover-effect .post__thumb--overlay.post__thumb:after{
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    transition: 1s ease-out;
}
.post--overlay-hover-effect:hover .post__thumb--overlay.post__thumb:after{
    opacity: 0.3;
}
.post--overlay-hover-effect:hover .post__text-front{
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    /*transition: height 0.3s;*/
}
.post--overlay-hover-effect:hover .post__text-backface{
    visibility: visible;
    opacity: 1;
}
.post--overlay-hover-effect:hover .post__text{
    /*background-color: rgba(0,0,0,0.3);*/
}
.post--overlay-hover-effect .post__text-backface .post__readmore .button__readmore:hover{
    border: 1px solid var(--color-logo);
    background-color: var(--color-logo);
}

.post--overlay-hover-effect .post__thumb img{
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
          -o-transform: scale(1) translate(0, 0);
         transform: scale(1) translate(0, 0);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
        -moz-transform-origin: right top;
          -o-transform-origin: right top;
         transform-origin: right top;
    -webkit-transition: 2s ease-out;
    -o-transition: 2s ease-out;
    -moz-transition: 2s ease-out;
    transition: 2s ease-out;
}
.post--overlay-hover-effect:hover .post__thumb img{
    -webkit-transform: scale(1.25) translate(0, -15px);
    -ms-transform: scale(1.25) translate(0, -15px);
        -moz-transform: scale(1.25) translate(0, -15px);
          -o-transform: scale(1.25) translate(0, -15px);
         transform: scale(1.25) translate(0, -15px);
    -webkit-transition: 15s ease-out;
    -o-transition: 15s ease-out;
    -moz-transition: 15s ease-out;
    transition: 15s ease-out;
}

@media (max-width: 1680px){
    /*
        Layout
    */
    .post--overlay-hover-effect .post__text{
        min-height: 700px;
    }
    /*
        Content
    */
    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 1.7142rem; /*font system*/
        line-height: 1.375;
    }
}
@media (max-width: 1400px){
    /*
        Layout
    */
    .post--overlay-hover-effect .post__text{
        min-height: 650px;
    }
    /*
        Content
    */
    /*below*/
    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 1.5714rem; /*font system*/
        line-height: 1.41;
    }
}
@media (max-width: 1366px){
    /*
       Layout
    */

    /*
       Content
    */
    .post--overlay-hover-effect .post__text-inner {
        padding: 60px 30px;
    }
    .post--overlay-hover-effect .post__text {
        min-height: 600px;
    }
    /*below*/
    .post--overlay-hover-effect .post__text-backface{
        padding-top: 0;
    }
}
@media (max-width: 1199px){
    /*
       Layout
    */

    /*
       Content
    */
    .post--overlay-hover-effect .post__text-inner {
        padding: 50px 20px;
    }
    .post--overlay-hover-effect .post__text {
        min-height: 550px;
    }
    /*front*/
    .post--overlay-hover-effect .post__text-front .post__cat{
        font-size: 20px;
        line-height: 1.5;
    }
    .post--overlay-hover-effect .post__text-front .button__readmore{
        font-size: 14px;
    }
    /*below*/
    .post--overlay-hover-effect .post__text-backface{
        padding-top: 0;
    }
    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 1024px){
    /*
       Layout
    */
    .ceris-grid-z .flexbox-wrap.flexbox-wrap-4i > * {
        width: 50%;
    }
    /*
       Content
    */
    .post--overlay-hover-effect .post__text-inner {
        padding: 40px 30px;
    }
    .post--overlay-hover-effect .post__text {
        min-height: 600px;
    }
    /*below*/
    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 2rem;
        line-height: 1.3;
    }
}
@media (max-width: 991px){
    /*
       Layout
    */

    /*
       Content
    */
    .post--overlay-hover-effect .post__text-inner {
        padding: 40px 30px;
    }
    .post--overlay-hover-effect .post__text {
        min-height: 550px;
    }
    /*below*/
    .post--overlay-hover-effect .post__text-backface{
        padding-top: 0;
    }
    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 1.7142rem; /*font system*/
        line-height: 1.375;
    }
    .post--overlay-hover-effect .post__text-front{
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    .post--overlay-hover-effect .post__text {
        background-color: rgba(0,0,0,0.3);
    }
    .post--overlay-hover-effect .post__text-backface{
        visibility: visible;
        opacity: 1;
    }
    .post--overlay-hover-effect .post__thumb--overlay.post__thumb:after{
        background-color: transparent;
    }

}
@media (max-width: 767px){
    /*
       Layout
    */

    /*
       Content
    */
    .post--overlay-hover-effect .post__text-inner {
        padding: 40px 20px;
    }
    .post--overlay-hover-effect .post__text {
        min-height: 500px;
    }
    /*below*/

    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 1.5714rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 680px){
    /*
       Layout
    */

    /*
       Content
    */
    .post--overlay-hover-effect .post__text-inner {
        padding: 35px 20px;
    }
    .post--overlay-hover-effect .post__text {
        min-height: 450px;
    }
    /*below*/

    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}

@media (max-width: 576px){
    /*
       Layout
    */
    .ceris-grid-z .flexbox-wrap.flexbox-wrap-4i > * {
        width: 100%;
    }
    /*
       Content
    */
    .post--overlay-hover-effect .post__text-inner {
        padding: 60px 30px;
    }
    .post--overlay-hover-effect .post__text {
        min-height: 550px;
    }
    /*below*/

    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 1.8571rem; /*font system*/
        line-height: 1.38;
    }
}


@media (max-width: 480px){
    /*
       Layout
    */

    /*
       Content
    */
    .post--overlay-hover-effect .post__text-inner {
        padding: 40px 30px;
    }

    /*below*/

    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 1.7142rem; /*font system*/
        line-height: 1.375;
    }
}
@media (max-width: 380px){
    /*
       Layout
    */

    /*
       Content
    */
    .post--overlay-hover-effect.post--overlay-bottom{
        height: auto;
    }
    .post--overlay-hover-effect .post__text-inner {
        padding: 35px 25px;
    }
    .post--overlay-hover-effect .post__text {
        min-height: 420px;
    }
    /*below*/

    .post--overlay-hover-effect .post__text-backface .post__title{
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
}
/* .ceris-grid-z ----------------------- */
/* ----------------------- ceris-feature-f */
/*
    Layout
*/
.ceris-feature-f .posts-list .post--overlay .post__text-wrap{
    width: 100%;
}
.icon-video-right-center .post-type-icon {
    width: 70px;
    height: 70px;
    right: 0;
    display: block;
    position: relative;
}
.icon-video-right-center .post-type-icon svg{
    width: 70px;
    height: 70px;
}
.icon-video-right-center .post__text-inner {
    max-width: 870px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.post--overlay-feature-fullwidth.icon-video-right-center .post__text-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    max-width: 100%;
}
.ceris-feature-f .sub-posts {
    margin-top: -240px;
}
/*
    Content
*/

.post--overlay-feature-fullwidth .post__text {
    padding-top: 120px;
    width: 100%;
}
.post--overlay-feature-fullwidth .post__text-wrap {
    max-width: 870px;
}
.post--overlay-feature-fullwidth .post__text-inner {
    padding-left: 0;
    padding-top: 0;
}
.ceris-feature-f .post__text{
    z-index: 1;
    pointer-events: none;
}
.ceris-feature-f .post__cat,
.ceris-feature-f .button__readmore,
.ceris-feature-f .entry-author {
    pointer-events: auto;
}
.post--overlay-feature-fullwidth .post__cat,
.post--overlay-feature-fullwidtha .post__cat {
    margin-bottom: 20px;
}
.ceris-feature-f .entry-author.entry-author--horizontal {
    margin-top: 0;
}
.ceris-feature-f .entry-author--horizontal .avatar {
    margin-right: 15px;
}
.entry-author__name, a.entry-author__name {
    font-weight: 500;
}
.post--overlay-feature-fullwidth .post__title {
    margin-bottom: 25px;
    font-size: 34px;
    font-size: 2.4285rem;
    line-height: 1.4;
    font-weight: 700;
}
/** Sub Posts **/
.ceris-feature-f .sub-posts .list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            -webkit-flex: 1;
               -moz-box-flex: 1;
            flex: 1;
}
.ceris-feature-f .sub-posts .list-item:first-child {
    width: 600px;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            -webkit-flex: initial;
               -moz-box-flex: initial;
            flex: initial;
}
.post--overlay-radius {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.ceris-feature-f .sub-posts .list-item:first-child .post__text-inner {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
}
.ceris-feature-f .sub-posts .list-item:first-child .post__text-inner a.post__cat {
    -ms-flex-item-align: baseline;
        -webkit-align-self: baseline;
            align-self: baseline;
    margin-bottom: 15px;
}
.post--overlay-radius .post--overlay-footer {
    margin-top: auto;
    position: initial;
}
.ceris-feature-f .sub-posts .list-item:first-child .post__title {
    font-size: 24px;
    font-size: 1.7142rem;
}
.ceris-feature-f .post--overlay.post--overlay-bottom.post--overlay-radius {
    overflow: hidden;
}

/*
    Responsive
*/
@media (max-width: 1366px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 1199px) {
    /*
        Layout
    */

    .ceris-feature-f .post--overlay-height-735 .post__text {
        min-height: 590px;
    }

    .ceris-feature-f .sub-posts .list-item:first-child {
        width: 450px;
    }

    /*
        Content
    */
    .post--overlay-feature-fullwidth .post__text {
        padding-top: 60px;
    }

    .post--overlay-feature-fullwidth .post__text-inner {
        padding-right: 100px;
    }

    .post--overlay-feature-fullwidth .post__title {
        font-size: 35px;
        font-size: 2.5rem; /*font system*/
        line-height: 1.4;
    }

    .ceris-feature-f .sub-posts .flexbox-wrap.flex-space-30 {
        margin: -10px;
    }

    .ceris-feature-f .sub-posts .flexbox-wrap.flex-space-30 > * {
        padding: 10px;
    }

    .ceris-feature-f .sub-posts .list-item:first-child .post__text-inner {
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 991px) {
    /*
        Layout
    */
    .ceris-feature-f .sub-posts .list-item:first-child {
        width: 100%;
    }

    /*
        Content
    */
    .post--overlay-feature-fullwidth .post__text-inner {
        padding-right: 0;
    }

    .post--overlay-feature-fullwidth .post__cat,
    .post--overlay-feature-fullwidth a.post__cat {
        margin-bottom: 15px;
    }

    .post--overlay-feature-fullwidth .post__title {
        font-size: 2rem; /*font system*/
        line-height: 1.4;
    }
    .post--overlay-feature-fullwidth .post-type-icon {
        display: none;
    }
    .ceris-feature-f .sub-posts .list-item .post__text-inner,
    .ceris-feature-f .sub-posts .list-item:first-child .post__text-inner {
        padding: 30px;
    }

    .ceris-feature-f .sub-posts .list-item:first-child .post__title {
        width: 80%;
        font-size: 24px;
        font-size: 1.7142rem;
        line-height: 1.375;
    }
 }
@media (max-width: 767px) {
    /*
        Layout
    */

    /*
        Content
    */

    .post--overlay-feature-fullwidth .post__title {
        font-size: 24px;
        font-size: 1.7142rem;
        line-height: 1.375;
    }

    .post--overlay-radius .post__title {
        font-size: 18px;
        font-size: 1.285rem;
        font-weight: 600;
    }

    .ceris-feature-f .sub-posts .list-item:first-child .post__title {
        width: 100%;
        font-size: 20px;
        font-size: 1.4285rem;
        line-height: 1.41;
    }
    .ceris-feature-f .sub-posts .list-item .post__text-inner {
        padding: 20px;
    }
}
@media(max-width: 576px){
    .ceris-feature-f .post--overlay-height-735 .post__text{
        min-height: 500px;
    }
    .ceris-feature-f .sub-posts{
        margin-top: -160px;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    .ceris-feature-f .post--overlay-height-735 .post__text {
        min-height: 410px;
    }
    .ceris-feature-f .sub-posts {
        margin-top: 20px;
    }
    /*
        Content
    */

    .post--overlay-feature-fullwidth .post__title {
        font-size: 22px;
        font-size: 1.5714rem;
        line-height: 1.41;
    }

    .ceris-feature-f .sub-posts .list-item:first-child .post__title {
        width: 85%;
        font-size: 20px;
        font-size: 1.4285rem;
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    /*
        Layout
    */
    .ceris-feature-f .sub-posts .list-item {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: auto;
                -webkit-flex: auto;
                   -moz-box-flex: 1;
                flex: auto;
    }
    .ceris-feature-f .sub-posts .list-item:first-child .post__text-inner {
        padding: 20px;
    }
    /*
        Content
    */
     .post--overlay-feature-fullwidth .post__title {
        font-weight: 600;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    
    .post--overlay-feature-fullwidth .post__excerpt {
        display: none;
    }

    .post--overlay-radius .post__title {
        width: 90%;
    }
    .ceris-feature-f .sub-posts .list-item:first-child .post__title {
        width: 100%;
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .ceris-feature-f .sub-posts .post--overlay .post__text{
        min-height: 230px;
    }
}

@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--overlay-feature-fullwidth .post__title {
        font-size: 20px;
        font-size: 1.4285rem;
        line-height: 1.41;
    }
    .post--overlay-radius .post__title {
        width: 100%;
        font-weight: 500;
    }
    .icon-video-right-center .post-type-icon{
        display: none;
    }
    .icon-video-right-center .post__text-inner{
        max-width: 100%;
    }

}

@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
}

/* .ceris-feature-f ----------------------- */
/* ---------------------- Suga Main Col Grid A*/
/*---layout---*/
.has-line-bottom{
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(34,34,34,0.1);
}
@media (max-width: 576px) {
    .has-line-bottom{
        padding-bottom: 30px;
    }
}
@media (max-width: 380px) {
    .has-line-bottom{
        padding-bottom: 25px;
    }
}

.atbs-ceris-post-latest-a .atbs-ceris-block__inner > div:not(:last-child){
    margin-bottom: 40px;
}
.atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .post-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px;
}
.atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .post-list .post--overlay{
    height: 100%;
}
.atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .post-list.row-reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item{
    padding: 0 20px;
}
.atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:first-child{
    width: -webkit-calc( 320px + 50px);
    width: -moz-calc( 320px + 50px);
    width: calc( 320px + 50px); /*50px of padding list-item*/
}
.atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:nth-child(2){
    width: -webkit-calc(100%  - 370px);
    width: -moz-calc(100%  - 370px);
    width: calc(100%  - 370px);
}

.atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .post-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -25px;
}
.atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item{
    padding: 0 25px;
    width: 50%;
}
.atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item{
    width: 50%;
}
/*item vertical reverse*/
.post--vertical-thumb-reverse{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        -webkit-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
}
/*thumb*/
.post--vertical-thumb-reverse .post__thumb{
    width: 100%;
    margin-bottom: 0;
}
/*text*/
.post--vertical-thumb-reverse .post__text{
    margin-bottom: 60px;
}
.post--vertical-thumb-reverse .post__excerpt{
    margin-bottom: 15px;
}
/*item overlay author top padding small*/
.post--overlay-author-top.post--overlay-author-top-small .entry-author.overlay-item--top-left{
    top: 40px;
    left: 50px;
}
.post--overlay-author-top.post--overlay-author-top-small .post__text-inner {
    padding: 20px 50px 50px 50px;
}
/*post-horizontal small*/
@media (max-width: 1199px){
    /*---layout---*/
    .atbs-ceris-post-latest-a .atbs-ceris-block__inner > div:not(:last-child){
        margin-bottom: 50px;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .post-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        margin: 0 -15px;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item{
        padding: 0 15px;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:first-child{
        width: -webkit-calc( 320px + 30px);
        width: -moz-calc( 320px + 30px);
        width: calc( 320px + 30px); /*50px of padding list-item*/
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:nth-child(2){
        width: -webkit-calc(100%  - 350px);
        width: -moz-calc(100%  - 350px);
        width: calc(100%  - 350px);
    }

    /*post--vertical-thumb-reverse*/
    .post--vertical-thumb-reverse .post__text{
        margin-bottom: 45px;
    }
    .post--vertical-thumb-reverse .post__title{
        line-height: 1.5;
    }

    /*item overlay author top padding small*/
    .post--overlay-author-top.post--overlay-author-top-small .entry-author.overlay-item--top-left{
        top: 40px;
        left: 50px;
    }
    .post--overlay-author-top.post--overlay-author-top-small .post__text-inner {
        padding: 25px 25px 40px 25px;
    }
    .post--overlay-author-top-small.post--overlay .post__text{
        min-height: 405px;
    }
    .post--overlay-author-top.post--overlay-author-top-small .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        max-width: 95%;
        margin-bottom: 20px;
    }
    .post--overlay-author-top.post--overlay-author-top-small .entry-author.overlay-item--top-left{
        left: 25px;
    }
    /**/
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item:first-child,
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item:last-child{
        width: 50%;
    }
    /**/
    .atbs-ceris-post-latest-a--body  .post__title{
        max-width: 100%;
    }
    .atbs-ceris-post-latest-a--body .post__thumb.margin-right-30{
        margin-right: 20px;
    }
}
@media (max-width: 767px){
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:first-child{
        margin-bottom: 40px;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:first-child,
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:nth-child(n){
        width: 100%;
    }
    .post--vertical-thumb-reverse{
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .post--vertical-thumb-reverse .post__title{
        font-size: 22px;
        font-size: 1.5714rem;
        line-height: 1.5;
    }
    .post--vertical-thumb-reverse .post__thumb{
        height: 250px;
        margin-bottom: 20px;
    }
    .post--vertical-thumb-reverse .post__text{
        margin-bottom: 0;
    }

    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .post-list{
        margin: -15px;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item:first-child, .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item:last-child{
        width: 100%;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item:first-child,
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item:last-child{
        padding: 15px;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .post--horizontal .post__thumb{
        margin-bottom: 0;
        width: 100px;
    }
}

@media (max-width: 576px){
    /*layout*/
    .atbs-ceris-post-latest-a .atbs-ceris-block__inner > div:not(:last-child){
        margin-bottom: 30px;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:first-child,
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:last-child{
        width: 100%;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--top .list-item:not(:last-child){
        margin-bottom: 30px;
    }
    .post--vertical-thumb-reverse{
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .post--vertical-thumb-reverse .post__thumb{
        height: 300px;
        margin-bottom: 20px;
    }
    .post--vertical-thumb-reverse .post__text{
        margin-bottom: 0;
    }
    .post--vertical-thumb-reverse .post__title{
        margin-bottom: 15px;
    }
    /*post--overlay-author-top-small*/
    .post--overlay-author-top-small.post--overlay .post__text{
        min-height: 350px;
    }
    /**/
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .post-list{
        margin: -12px;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item:first-child,
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .list-item:last-child{
        width: 100%;
        padding: 12px;
    }
    .atbs-ceris-post-latest-a .atbs-ceris-post-latest-a--body .post__cat{
        display: block;
    }
}
@media (max-width: 480px){
    .post--overlay-author-top-small.post--overlay .post__text {
        min-height: 300px;
    }
    .post--overlay-author-top-small.post--overlay .post__title
    .post--overlay-author-top-small.post--overlay .post__excerpt {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
    }

    .post--vertical-thumb-reverse .post__thumb{
        height: 250px;
    }
}
@media (max-width: 420px){
    .post--vertical-thumb-reverse .post__thumb{
        height: 230px;
    }
}
@media (max-width: 380px){
    /*layout*/
    .atbs-ceris-post-latest-a .atbs-ceris-block__inner > div:not(:last-child){
        margin-bottom: 30px;
    }

    /*post--vertical-thumb-reverse*/
    .post--vertical-thumb-reverse .post__thumb{
        height: 220px;
    }
    /*post--overlay-author-top-small*/
    .post--overlay-author-top-small.post--overlay .post__text {
        min-height: 350px;
    }
}
/* Suga Main Col Grid A ---------------------- */
/* ---------------------- Suga Main Col C */
.atbs-ceris-post-latest-c{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -20px;
}
.atbs-ceris-post-latest-c > div{
    padding: 0 20px;
}
.atbs-ceris-post-latest-c >div:first-child{
    width: -webkit-calc(470px + 40px);
    width: -moz-calc(470px + 40px);
    width: calc(470px + 40px); /*40px of padding*/
}
.atbs-ceris-post-latest-c >div.atbs-ceris-post-latest-c--post-grid-fw {
    width: 100%;
}
.atbs-ceris-post-latest-c >div:nth-child(2){
    width: -webkit-calc(100% - 510px);
    width: -moz-calc(100% - 510px);
    width: calc(100% - 510px);
}
[class*='atbs-ceris-post-latest-c--post-grid-']{
    margin-bottom: 30px;
}
/*post overlay slide*/
/*text*/
.post--grid-overlay-slide a.post__cat.cat-theme{
    color: #fff !important;
}

.post--grid-overlay-slide .post__cat{
    margin-bottom: 15px;
}
.post--grid-overlay-slide .post__text-inner{
    padding: 30px 20px;
}
.post--grid-overlay-slide .post-type-icon {
    left: auto;
    bottom: 20px;
    top: auto;
    right: 20px;
}
/*owl-nav*/
.atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-prev,
.atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-next{
    bottom: 30px;
    top: initial;
    -webkit-transform: initial;
        -ms-transform: initial;
            -moz-transform: initial;
              -o-transform: initial;
         transform: initial;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-prev{
    left: 20px;
}
.atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-next{
    left: -webkit-calc(20px + 15px + 45px);
    left: -moz-calc(20px + 15px + 45px);
    left: calc(20px + 15px + 45px); /*15px is the space , 45px is the width*/
}
.atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-prev i,
.atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-next i{
    font-size: 15px;
}
.atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-prev:hover,
.atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-next:hover{
    background-color: #fff;
    color: var(--color-logo);
}
/*owl-dots*/
.atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-dots{
    display: none;
}
/*post-horizontal-thumb not margin*/
.post--horizontal-not-middle .post__title{
    margin-bottom: 12px;
}
.post--horizontal-not-middle .post__excerpt{
    margin-bottom: 0;
}
/*post--horizontal-thumb-margin-top*/
/*layout*/
.atbs-ceris-post-latest-c--post-list .list-item:not(:last-child){
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(34,34,34,0.1);
}
/*thumb*/
.post--horizontal-thumb-margin-top .post__thumb{
    margin-top: 25px;
}
/*text*/
.post--horizontal-thumb-margin-top .post__title{
    margin-bottom: 20px;
    line-height: 1.5;
}
.post--horizontal-thumb-margin-top .post__title a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}
.post--horizontal-thumb-margin-top .post__excerpt{
    margin-bottom: 25px;
}
.atbs-ceris-post-latest-c--post-grid-body{
    margin-bottom:0;
}

@media (max-width: 1199px){
    /*layout*/
    .atbs-ceris-post-latest-c{
        margin: 0 -15px;
    }
    .atbs-ceris-post-latest-c > div:not(:only-child){
        padding: 0 15px;
    }
    .atbs-ceris-post-latest-c >div:first-child:not(:only-child){
        width: 100%;
    }
    .atbs-ceris-post-latest-c >div:last-child:not(:only-child){
        width: 100%;
    }


    /*post overlay slide*/
    .post--grid-overlay-slide.post--overlay .post__text{
        min-height: 310px;
    }
    .post--grid-overlay-slide.post--overlay .post__text-inner{
        max-width: 600px;
        padding: 30px;
    }
    .post--grid-overlay-slide .post__title{]
        line-height: 1.5;
    }
    /*post horizontal thumb not margin*/
    .atbs-ceris-post-latest-c--post-grid{
        margin-bottom: 30px;
    }
    .atbs-ceris-post-latest-c--post-grid-body .post-item{
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(34,34,34,0.1);
    }
    .post--horizontal-not-middle .post__thumb{
        margin-left: 30px;
        margin-right: 0;
        width: 220px;
    }
    .post--horizontal-not-middle .post__text{
        padding-top: 20px;
    }
    .post--horizontal-not-middle .post__title{
         max-width: 100%;
    }
    .atbs-ceris-post-latest-c--post-grid-body .post--horizontal-not-middle .post__title{
         font-size: 20px;
         font-size: 1.4285rem;
    }
    .post--horizontal-not-middle .post__excerpt{
        margin-bottom: 0;
        max-width: 350px;
    }
    .post--horizontal-not-middle .entry-author{
        display: none;
    }
    /*post horizontal thumb margin top*/
    .post--horizontal-thumb-margin-top .post__thumb-large{
        width: 220px;
        height: 260px;
        margin-top: 0;
        margin-right: 0;
        margin-left: 30px;
    }
    .post--horizontal-thumb-margin-top .post__text{
        padding-top: 20px;
    }
    .post--horizontal-thumb-margin-top .post__title{
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .post--horizontal-thumb-margin-top .post__excerpt{
        margin-bottom: 0;
        max-width: 350px;
    }
    .post--horizontal-thumb-margin-top .entry-author{
        display: none;
    }
}
@media (max-width: 767px) {
    .post--horizontal-thumb-margin-top.post--horizontal-reverse .post__thumb,
    .post--horizontal-not-middle.post--horizontal-reverse .post__thumb{
        float: right;
    }
    .post--horizontal-not-middle .post__thumb{
        width: 210px;
        height: 250px;
    }
    .post--horizontal-not-middle .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post--horizontal-thumb-margin-top .post__thumb{
        width: 210px;
        height: 250px;
    }
    .post--horizontal-thumb-margin-top .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px){
    [class*='atbs-ceris-post-latest-c--post-grid-']:not(:last-child){
        margin-bottom: 30px;
    }
    .atbs-ceris-post-latest-c--post-list .list-item:not(:last-child){
        margin-bottom: 30px;
    }
    /**/
    .post--grid-overlay-slide.post--overlay .post__text{
        min-height: 280px;
    }
    .atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-prev,
    .atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-next{
        width: 35px;
        height: 35px;
    }
    .atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-prev i,
    .atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-next i{
        font-size: 15px;
    }
    .atbs-ceris-post-latest-c--post-grid .atbs-ceris-carousel .owl-next {
        left: -webkit-calc(30px + 15px + 20px);
        left: -moz-calc(30px + 15px + 20px);
        left: calc(30px + 15px + 20px);
    }
    /* post horizontal only module*/
    .post--horizontal-thumb-margin-top.post--horizontal-reverse .post__thumb,
    .post--horizontal-not-middle.post--horizontal-reverse .post__thumb{
        width: 100%;
        height: 280px;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .post--horizontal-thumb-margin-top .post__text{
        padding-top: 0;
    }
    /*post horizontal not margin top*/
    .post--horizontal-not-middle .post__text{
        padding-top: 0;
    }
    .post--horizontal-not-middle .post__title{
        margin-bottom: 15px;
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
    }
    .post--horizontal-not-middle .post__thumb{
        margin-bottom: 20px;
        height: 280px;
        margin-left: 0;
        margin-right: 0;
    }
    /*post horizontal margin top*/
    .post--horizontal-thumb-margin-top .post__thumb{
        margin-bottom: 20px;
    }
    .post--horizontal-thumb-margin-top .post__title.typescale-2{
        margin-bottom: 15px;
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        font-weight: bold;
        line-height: 1.5;
    }
}
@media (max-width: 480px){
    .post--grid-overlay-slide .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .post--horizontal-thumb-margin-top.post--horizontal-reverse .post__thumb,
    .post--horizontal-not-middle.post--horizontal-reverse .post__thumb{
        height: 250px;
    }
    .atbs-ceris-post-latest-c--post-grid-body .post--horizontal-not-middle .post__title, .post--horizontal-thumb-margin-top .post__title.typescale-2{
        font-size: 19px;
        font-size: 1.3571rem;
    }
}
@media (max-width: 420px){
    .post--horizontal-thumb-margin-top.post--horizontal-reverse .post__thumb,
    .post--horizontal-not-middle.post--horizontal-reverse .post__thumb{
        height: 230px;
    }
}
@media (max-width: 380px) {
    .atbs-ceris-post-latest-c--post-grid{
        margin-bottom: 25px;
    }
    [class*='atbs-ceris-post-latest-c--post-grid-']:not(:last-child){
        margin-bottom: 25px;
    }
    .post--horizontal-thumb-margin-top.post--horizontal-reverse .post__thumb,
    .post--horizontal-not-middle.post--horizontal-reverse .post__thumb{
        height: 215px;
    }
    /*post--grid-overlay-slide*/
    .post--grid-overlay-slide.post--overlay .post__text{
        min-height: 270px;
    }
    .post--grid-overlay-slide .post__title{
        max-width: 100%;
        font-size: 18px;
    }
    /**/
    .post--horizontal-not-middle .post__thumb{
        height: 215px;
    }
    .post--horizontal-thumb-margin-top .post__thumb{
        height: 215px;
    }
    /**/
    .atbs-ceris-post-latest-c--post-grid-body .post-item{
        padding-bottom: 25px;
    }
    .atbs-ceris-post-latest-c--post-list .list-item:not(:last-child){
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 320px){
    .post--horizontal-thumb-margin-top.post--horizontal-reverse .post__thumb,
    .post--horizontal-not-middle.post--horizontal-reverse .post__thumb{
        height: 190px;
    }
    .post--grid-overlay-slide.post--overlay .post__text{
        min-height: 270px;
    }
}
/* Suga Main Col C ---------------------- */


/* ---------------------- atbs-ceris-main-col-c */

.atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .post__text-inner{
    padding: 20px;
}
.atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .post__cat{
    left: 20px;
    top: 20px;
}
.atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .entry-author__name{
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}
.atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay time.time {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}
.atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .entry-author__avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .post__text{
    min-height: 433px;
}
@media (max-width: 1199px){
    .atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .post__text {
        min-height: 375px;
    }
    .atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .post__title{
        font-size: 22px;
        font-size: 1.5714rem;
        line-height: 1.5;
    }
}
@media (max-width: 767px){
    .atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .post__title{
        line-height: 1.5;
    }
    .atbs-ceris-main-col-c .post__title.typescale-2.custom-typescale-2--xxs {
        font-size: 1.2142rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 576px) and (min-width: 481px) {
    .atbs-ceris-main-col-c .post__title.typescale-2.custom-typescale-2--xxs {
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 576px){
    .atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .post__text {
        min-height: 330px;
    }
}
@media (max-width: 480px){
    .atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .post__title{
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
    .atbs-ceris-main-col-c .atbs-ceris-post-latest-a--top .post--overlay .post__text {
        min-height: 300px;
    }
}
@media (max-width: 360px){
    .atbs-ceris-main-col-c .post__title.typescale-2.custom-typescale-2--xxs {
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}
/* Suga Main Col Grid C ---------------------- */

/* ----------------------- ceris-feature-g */
/*
    Layout
*/
.ceris-feature-g .atbs-ceris-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            -webkit-flex-direction: row;
               -moz-box-orient: horizontal;
               -moz-box-direction: normal;
            flex-direction: row;
}

.ceris-feature-g .left-col {
    width: 600px;
    margin-right: 100px;
}

.ceris-feature-g .right-col {
    max-width: 470px;
    width: 100%;
}


/*
    Content
*/
.ceris-feature-g .right-col .posts-list .list-item {
    padding-left: 25px;
    padding-right: 25px;
}

.post--vertical-thumb-640 .post__thumb {
    height: 640px;
}

.post--vertical-feature-normal .post__thumb {
    margin-bottom: 30px;
}

.post--vertical-feature-normal .post__title {
    margin-bottom: 15px;
    font-size: 27px;
    font-size: 1.9285rem;
    line-height: 1.4;
}

/**Slider**/
.ceris-feature-g .owl-carousel .owl-item:not(.active) .post--vertical-thumb-radius-large .post__text {
    opacity: 0;
}
.atbs-ceris-carousel-thumb-radius {
    margin-bottom: 70px;
}

.post--vertical-thumb-radius-large .post__thumb {
    margin: 0 auto 30px auto;
    width: 420px;
    height: 420px;
    overflow: hidden;
}

.post__thumb--radius {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

.post--vertical-thumb-radius-large .post__text {
    padding: 0 15px;
    transition: 0.3s;
}
.post--vertical-thumb-radius-large .post__title {
    font-size: 22px;
    font-size: 1.5714rem;
    line-height: 1.5;
}

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

.atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-prev,
.atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-next {
    top: -webkit-calc(420px / 2);
    top: -moz-calc(420px / 2);
    top: calc(420px / 2);
    width: 50px;
    height: 50px;
    border: none;
    background-color: var(--color-white);
    color: var(--color-logo);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-prev i,
.atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-next i {
    font-size: 20px;
    font-size: 1.42857rem;
}

.atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-prev:hover,
.atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-next:hover {
    background-color: var(--color-logo);
    color: var(--color-white);
}

.atbs-ceris-carousel.atbs-ceris-carousel-thumb-radius .owl-dots {
    display: none;
}

/**Posts List**/
.post--horizontal-thumb-100 .post__thumb {
    width: 100px;
    height: 100px;
    margin-bottom: 0;
}

.post--horizontal-thumb-100 .post__title.custom-typescale-2{
    font-size: 18px;
    font-size: 1.2857rem; /*font system*/
    line-height: 1.5;
    font-weight: 400;
}
/*
    Responsive
*/
@media (max-width: 1366px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 1199px) {
    /*
        Layout
    */
    .ceris-feature-g .left-col {
        width: 500px;
        margin-right: 80px;
    }

    .ceris-feature-g .right-col {
        max-width: 370px;
    }

    /*
        Content
    */
    .ceris-feature-g .right-col .posts-list .list-item {
        padding-left: 0;
        padding-right: 0;
    }

    /** Main post **/
    .post--vertical-feature-640.post--vertical-feature-normal .post__thumb {
        height: 512px;
    }

    .post--vertical-feature-normal .post__thumb {
        margin-bottom: 30px;
    }

    .post--vertical-feature-normal a.post__cat {
        margin-bottom: 15px;
    }

    .post--vertical-feature-normal .post__title {
        font-size: 30px;
        font-size: 2.1428rem;
    }

    /** Slide **/
    .post--vertical-thumb-radius-large .post__thumb {
        width: 100%;
        height: 320px;
    }

    .ceris-feature-g .atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-prev,
    .ceris-feature-g .atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-next {
        top: -webkit-calc(370px / 2);
        top: -moz-calc(370px / 2);
        top: calc(370px / 2);
    }

    .ceris-feature-g .atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-prev {
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                  -o-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%);
    }

    .ceris-feature-g .atbs-ceris-carousel.atbs-ceris-carousel-post-vertical .owl-next {
        -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                -moz-transform: translate(50%, -50%);
                  -o-transform: translate(50%, -50%);
             transform: translate(50%, -50%);
    }

    .post--vertical-thumb-radius-large .post__title {
        font-size: 22px;
        font-size: 1.5714rem;
        line-height: 1.41;
    }
}

@media (max-width: 1024px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 991px) {
    /*
        Layout
    */

    .ceris-feature-g .atbs-ceris-block__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                   -moz-box-orient: vertical;
                   -moz-box-direction: normal;
                flex-direction: column;
    }

    .ceris-feature-g .left-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .post--vertical-thumb-radius-large {
        max-width: 100%;
    }

    .post--vertical-feature-normal, .post--vertical-thumb-radius-large.post--vertical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .post--vertical-feature-normal .post__thumb {
        width: 50%;
        height: 350px;
        margin-right: 40px;
        margin-bottom: 0;
    }

    .post--vertical-thumb-radius-large .post__thumb {
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
        height: 420px;
        height: auto;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 40px;
    }

    .post--vertical-feature-normal .post__text,
    .post--vertical-thumb-radius-large .post__text {
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            -webkit-align-self: center;
                align-self: center;
        padding: 0;
    }

    .post--vertical-thumb-radius-large .post__text {
        -ms-flex-item-align: start;
            -webkit-align-self: flex-start;
                align-self: flex-start;
        padding-top: 110px;
    }

    .ceris-feature-g .right-col {
        max-width: 100%;
    }

    .ceris-feature-g .right-col .posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .ceris-feature-g .right-col .posts-list .list-item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*
        Content
    */
    .post--vertical-feature-normal .post__title {
        font-size: 24px;
        font-size: 1.7143rem;
    }

    .atbs-ceris-carousel-thumb-radius {
        margin-bottom: 50px;
    }

    .post--vertical-thumb-radius-large .post__text {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                -webkit-order: -1;
                   -moz-box-ordinal-group: 0;
                order: -1;
        text-align: left;
    }

    .post--horizontal-thumb-100 .post__thumb {
        margin-right: 25px;
    }

    .ceris-feature-g  .owl-nav {
        display: none;
    }

    .atbs-ceris-carousel.atbs-ceris-carousel-thumb-radius .owl-dots {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
             transform: translateY(-50%);
    }

    .atbs-ceris-carousel.atbs-ceris-carousel-thumb-radius .owl-dot {
        display: block;
    }
}

@media (max-width: 767px) {
    /*
        Layout
    */

    .ceris-feature-g .left-col {
        margin-bottom: 40px;
    }

    .atbs-ceris-carousel-thumb-radius {
        margin-bottom: 40px;
    }

    .post--vertical-feature-normal,
    .post--vertical-thumb-radius-large.post--vertical {
        display: block;
    }

    .post--vertical-feature-normal .post__thumb,
    .post--vertical-thumb-radius-large .post__thumb {
        width: 100%;
        height: 400px;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .post--vertical-thumb-radius-large .post__thumb {
        margin: 0 auto 30px auto;
        width: 420px;
        height: 420px;
        height: auto;
    }

    .post--vertical-feature-normal .post__text,
    .post--vertical-thumb-radius-large .post__text {
        width: 100%;
    }

    .post--vertical-feature-normal .post__text {
        /*padding-right: 60px;*/
    }

    .post--vertical-thumb-radius-large .post__text {
        padding-top: 0;
        text-align: center;
    }

    .post--vertical-thumb-radius-large .post__text {
        padding-left: 0;
    }

    .atbs-ceris-carousel.atbs-ceris-carousel-thumb-radius .owl-dots {
        position: initial;
        -webkit-transform: none;
            -ms-transform: none;
                -moz-transform: none;
                  -o-transform: none;
             transform: none;
        padding-bottom: 0;
        padding-top: 20px;
    }

    .atbs-ceris-carousel.atbs-ceris-carousel-thumb-radius .owl-dot {
        display: inline-block;
    }

    /*Sub posts*/
    .ceris-feature-g .right-col .posts-list .list-item {
        width: 100%;
    }

    /*
        Content
    */

    .post--vertical-feature-normal .post__title {
        font-size: 24px;
        font-size: 1.7142rem;
        line-height: 1.375;
    }

}

@media (max-width: 576px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-feature-normal .post__title {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.41;
    }

    .post--vertical-thumb-radius-large .post__text {
        padding-left: 60px;
        padding-right: 60px;
    }
    .post--vertical-thumb-radius-large .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }

    .ceris-feature-g .right-col .list-space-xl>* {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .post--horizontal-thumb-100 .post__thumb {
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    /*
        Layout
    */
    .post--vertical-thumb-radius-large .post__text {
        padding-left: 40px;
        padding-right: 40px;
    }

    /*
        Content
    */
    .post--vertical-feature-normal .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }

    .post--horizontal-thumb-100 .post__title.custom-typescale-2 {
        font-size: 16px;
        font-size: 1.1428rem;
        line-height: 1.5;
    }
}

@media (max-width: 420px) {
    /*
        Layout
    */
    .post--vertical-feature-normal .post__thumb,
    .post--vertical-thumb-radius-large .post__thumb {
        width: 100%;
        height: auto;
    }

    /*
        Content
    */
}

@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--horizontal-thumb-100 .post__thumb {
        width: 80px;
    }

    .post--horizontal-thumb-100 .post__thumb {
        margin-right: 20px;
    }

    .post--vertical-feature-normal .post__text,
    .post--vertical-thumb-radius-large .post__text {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */

    .post--vertical-feature-normal .post__title {
        font-size: 20px;
        font-size: 1.4286rem;
    }

    .post--horizontal-thumb-100 .post__thumb {
        width: 70px;
    }

    .post--horizontal-thumb-100 .post__thumb {
        margin-right: 15px;
    }
}

/* .ceris-feature-g ----------------------- */

/* ----------------------- ceris-feature-h */
/*
    Layout
*/
.post--overlay-height-790 .post__text {
    min-height: 790px;
}

.post--overlay-height-790.post--overlay-feature-fullwidth-middle .post__text {
    padding-top: 245px;
}

.ceris-feature-h .atbs-ceris-carousel-wrapper {
    position: absolute;
    top: 50%;
    left: 68%;
    width: 690px;
    -webkit-transform: translateY(-webkit-calc(-50% + 30px));
        -ms-transform: translateY(calc(-50% + 30px));
            -moz-transform: translateY(-moz-calc(-50% + 30px));
              -o-transform: translateY(calc(-50% + 30px));
         transform: translateY(calc(-50% + 30px));
}
/*
    Content
*/

.ceris-feature-h .post--overlay-feature-fullwidth a.post__cat {
    margin-bottom: 15px;
}

.ceris-feature-h .post--overlay-feature-fullwidth .post__title {
    max-width: 700px;
    margin-bottom: 15px;
}

.post--overlay-feature-fullwidth .post__excerpt {
    font-size: 17px;
    font-size: 1.2142rem; /*font system*/
}

.post--overlay-feature-fullwidth .post__excerpt {
    margin-bottom: 35px;
    max-width: 480px;
}

/*Carousel*/
.ceris-feature-h .post--card-overlay-no-background .post__thumb--overlay.post__thumb:after,
.ceris-feature-h .post--card-overlay-no-background a.post__cat,
.ceris-feature-h .post--card-overlay-no-background .post__title a,
.ceris-feature-h .post--card-overlay-no-background .entry-author__name,
.ceris-feature-h .post--card-overlay-no-background .post__cat-has-line:before,
.ceris-feature-h .button__readmore--outline i {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.ceris-feature-h .post--card-overlay-no-background .post__thumb--overlay.post__thumb:after {
    background-color: var(--color-white);
}

.ceris-feature-h .owl-item.active .post--card-overlay-no-background .post__thumb--overlay.post__thumb:after {
    background-color: rgba(6, 97, 241, .8);
}

.ceris-feature-h .owl-item.active + .owl-item.active .post--card-overlay-no-background .post__thumb--overlay.post__thumb:after {
    background-color: var(--color-white);
}

.post--overlay-height-275 .post__text{
    min-height: 275px;
}

.ceris-feature-h .post--overlay.post--overlay-bottom {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden;
}

.post--card-overlay-no-background .post__text-wrap,
.post--card-overlay-no-background .post__text-inner {
    height: 100%;
}

.post--card-overlay-no-background .post__text-inner {
    padding: 30px;
}

.post--overlay-bottom.post--card-overlay-no-background .post__text {
    padding-top: 0;
    pointer-events: none;
    z-index: 10;
}

.post--overlay-height-275 a.post__cat {
    margin-bottom: 15px;
}

.ceris-feature-h .owl-item:not(.active) + .owl-item.active .post--card-overlay-no-background a.post__cat,
.ceris-feature-h .owl-item:not(.active) + .owl-item.active .post--card-overlay-no-background .post__title a, 
.ceris-feature-h .owl-item:not(.active) + .owl-item.active .post--card-overlay-no-background .entry-author__name {
    color: #fff !important;
}

.ceris-feature-h .post--card-overlay-no-background .entry-author.entry-author--horizontal {
    margin-top: 0;
}
.ceris-feature-h .owl-item:not(.active) + .owl-item.active .post--card-overlay-no-background .post__cat-has-line:before {
    background-color: #fff !important;
}

.ceris-feature-h .owl-item.active .button__readmore--outline i {
    border-color: var(--color-white);
    background-color: transparent;
    color: var(--color-white);
}

.ceris-feature-h .owl-item.active .post__readmore {
    pointer-events: auto;
}

.ceris-feature-h .owl-item.active .button__readmore:hover i {
    background-color: var(--color-white);
    color: #000;
}

.ceris-feature-h .owl-item.active + .owl-item.active .post--card-overlay-no-background a.post__cat,
.ceris-feature-h .owl-item.active + .owl-item.active .post--card-overlay-no-background .post__title a,
.ceris-feature-h .owl-item.active + .owl-item.active .post--card-overlay-no-background .entry-author__name {
    color: #000;
}

.ceris-feature-h .owl-item.active + .owl-item.active .post--card-overlay-no-background .post__cat-has-line:before {
    background-color: var(--color-logo);
}

.ceris-feature-h .owl-item.active + .owl-item.active .button__readmore--outline i {
    border-color: #000;
    background-color: var(--color-white);
    color: #000;
}

.post--card-overlay-no-background .post--overlay-footer {
    bottom: 35px;
    left: 30px;
    right: 30px;
}

.ceris-feature-h .owl-carousel .owl-item img.avatar {
    display: inline-block;
    width: inherit;
}

.ceris-feature-h .owl-nav,
.ceris-feature-h .owl-dots {
    display: none;
}

.ceris-feature-h .atbs-ceris-carousel-nav-custom-holder {
    margin-top: 30px;
}

.ceris-feature-h .atbs-ceris-carousel-nav-custom-holder > *:not(:last-child) {
    margin-right: 15px;
}

.ceris-feature-h .nav-circle .owl-next,
.ceris-feature-h .nav-circle .owl-prev {
    display: inline;
    padding: 0;
    width: initial;
    height: initial;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    line-height: 1;
    color: var(--color-white);
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
    margin-bottom: 0;
}

.ceris-feature-h .owl-number {
    line-height: 25px;
    color: var(--color-white);
}

.button__readmore--outline i {
    border: 1px solid #000;
}




/*
    Responsive
*/
@media (max-width: 1366px) {
    /*
        Layout
    */

    .ceris-feature-h .atbs-ceris-carousel-wrapper {
        left: 58%;
    }

    /*
        Content
    */
}

@media (max-width: 1199px) {
    /*
        Layout
    */
    .post--overlay-height-790.post--overlay-feature-fullwidth-middle .post__text {
        padding-top: 100px;
    }

    .ceris-feature-h .atbs-ceris-carousel-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 690px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                -moz-transform: translateY(0);
                  -o-transform: translateY(0);
             transform: translateY(0);
    }

    /*
        Content
    */

    .ceris-feature-h .post__title a {
        display: -webkit-box;
        max-height: 2.8em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 991px) {
    /*
        Layout
    */

    .post--overlay-height-790.post--overlay-feature-fullwidth-middle .post__text {
        padding-top: 60px;
    }

    .ceris-feature-h .atbs-ceris-carousel-wrapper {
        width: 1000px;
        top: auto;
        bottom: 60px;
        left: -webkit-calc(50% - 360px);
        left: -moz-calc(50% - 360px);
        left: calc(50% - 360px);
        right: auto;
    }

    /*
        Content
    */
}

@media (max-width: 767px) {
    /*
        Layout
    */
    .ceris-feature-h .atbs-ceris-carousel-wrapper {
        width: 1100px;
        left: -webkit-calc(50% - 255px);
        left: -moz-calc(50% - 255px);
        left: calc(50% - 255px);
        right: auto;
    }

    .ceris-feature-h .post--overlay-height-790.post--overlay-feature-fullwidth-middle .post__text {
        min-height: 760px;
    }

    /*
        Content
    */

}

@media (max-width: 576px) {
    /*
        Layout
    */

    .ceris-feature-h .atbs-ceris-carousel-wrapper {
        width: 690px;
        left: 15px;
    }

    /*
        Content
    */
}

@media (max-width: 480px) {
    /*
        Layout
    */

    .ceris-feature-h .post--overlay-height-790.post--overlay-feature-fullwidth-middle .post__text {
        min-height: 670px;
    }

    .post--overlay-height-790.post--overlay-feature-fullwidth-middle .post__text {
        padding-top: 40px;
    }

    .ceris-feature-h .atbs-ceris-carousel-wrapper {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        bottom: 40px;
    }

    .ceris-feature-h .atbs-ceris-carousel-nav-custom-holder {
        display: none;
    }

    .ceris-feature-h .owl-dots {
        display: block;
        padding-bottom: 0;
    }

    .ceris-feature-h .owl-dot.active span {
        background-color: var(--color-white);
    }

    .ceris-feature-h .owl-dot:not(.active) span {
        background-color: rgba(255, 255, 255, 0.2);
    }

    /*
        Content
    */

    .ceris-feature-h .post--overlay-feature-fullwidth .post__excerpt {
        margin-bottom: 30px;
    }

    .post--card-overlay-no-background .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }

    .post--overlay-feature-fullwidth-middle .post__excerpt .excerpt {
        display: -webkit-box;
        max-height: 3em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        overflow: hidden;
    }

}

@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 380px) {
    /*
        Layout
    */

    .ceris-feature-h .post--overlay-height-790.post--overlay-feature-fullwidth-middle .post__text {
        min-height: 630px;
    }

    .post--overlay-height-790.post--overlay-feature-fullwidth-middle .post__text {
        padding-top: 40px;
    }

    .ceris-feature-h .atbs-ceris-carousel-wrapper {
        bottom: 30px;
    }

    .ceris-feature-h .post--overlay.post--overlay-height-275 .post__text {
        min-height: 250px;
    }

    /*
        Content
    */
    .post--card-overlay-no-background .post__title {
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}

@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
}

.ceris-user-review-popup-notification .circle-loader {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  -webkit-animation: loader-spin 1.2s infinite linear;
          -moz-animation: loader-spin 1.2s infinite linear;
            -o-animation: loader-spin 1.2s infinite linear;
       animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 100px;
  height: 100px;
}

.ceris-user-review-popup-notification .load-complete {
  -webkit-animation: none;
  -moz-animation: none;
    -o-animation: none;
       animation: none;
  border-color: #5cb85c;
  -webkit-transition: border 500ms ease-out;
  -o-transition: border 500ms ease-out;
  -moz-transition: border 500ms ease-out;
  transition: border 500ms ease-out;
}

.ceris-user-review-popup-notification .checkmark {
  display: none;
}
.ceris-user-review-popup-notification .checkmark.draw:after {
  -webkit-animation-duration: 800ms;
          -moz-animation-duration: 800ms;
            -o-animation-duration: 800ms;
       animation-duration: 800ms;
  -webkit-animation-timing-function: ease;
          -moz-animation-timing-function: ease;
            -o-animation-timing-function: ease;
       animation-timing-function: ease;
  -webkit-animation-name: checkmark;
          -moz-animation-name: checkmark;
            -o-animation-name: checkmark;
       animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
      -ms-transform: scaleX(-1) rotate(135deg);
          -moz-transform: scaleX(-1) rotate(135deg);
            -o-transform: scaleX(-1) rotate(135deg);
       transform: scaleX(-1) rotate(135deg);
}
.ceris-user-review-popup-notification .checkmark:after {
  opacity: 1;
  height: 50px;
  width: 25px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          -moz-transform-origin: left top;
            -o-transform-origin: left top;
       transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: '';
  left: 25px;
  top: 50px;
  position: absolute;
}

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

@-moz-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
              -o-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
              -o-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 25px;
    opacity: 1;
  }
  40% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 25px;
    opacity: 1;
  }
  40% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
}
@-o-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 25px;
    opacity: 1;
  }
  40% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 25px;
    opacity: 1;
  }
  40% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
  100% {
    height: 50px;
    width: 25px;
    opacity: 1;
  }
}

/* .ceris-feature-h ----------------------- */

/* ----------------------- ceris-feature-i */
/*
    Layout
*/

.post.post__thumb--overlap {
    position: relative;
}

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

.post--overlap-height-650 .post__text {
    min-height: 650px;
}

.post--overlap-top-right .post__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
               -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
            align-items: flex-start;
}

.post--overlap-top-right .post__text-inner {
    padding: 15px 40px 30px 30px;
}
.post--overlap-top-right .post__text-inner .post__title {
    line-height: 1.4;
}
.post--overlap-top-right.post--overlay {
    background: none;
}
.post--overlap-top-right .post__text-wrap {
    position: relative;
    max-width: 660px;
    width: 100%;
    background-color: var(--color-white);
    z-index: 1;
}

.post--overlap-top-right .post--overlap-header {
    margin-bottom: 15px;
}

.post--overlap-top-right a.post__cat.post__cat-style-2 {
    margin-bottom: 15px;
}

.post__title.typescale-4.custom-typescale-4 {
    font-size: 32px;
    font-size: 2.2857rem; /*font system*/
}

.post--overlap-top-right .post__title.custom-typescale-4 {
    color: var(--color-text);
    font-weight: 700;
    line-height: 1.4;
}

.post--overlap-top-right .entry-author--horizontal .avatar {
    margin-right: 15px;
}

/**Sub posts carousel **/
.ceris-feature-i .sub-posts {
    position: relative;
    margin-left: auto;
    margin-top: -145px;
    padding-top: 30px;
    padding-left: 30px;
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
    background-color: var(--color-white);
}

/*
    Content
*/

.ceris-feature-i .entry-author.entry-author--horizontal{
    margin-top: 0;
}
.ceris-feature-i .post--overlay-footer{
    position: initial;
}
/**Sub posts carousel **/
.ceris-feature-i .sub-posts .block-heading {
    margin-bottom: 20px !important;
}

.ceris-feature-i .sub-posts .block-heading__title {
    
    font-size: 14px;
    font-size: 1.1428rem; /*font system*/
    line-height: 1;
    font-weight: 600;   
    color: #444;
    text-transform: uppercase;
}
.ceris-feature-i .sub-posts .block-heading__view-all a {
    color: var(--color-logo);
    
    font-size: 14px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.ceris-feature-i .sub-posts .block-heading .block-heading__view-all span {
    font-weight: inherit;
}

.post--horizontal-border {
    border: 1px solid rgba(221, 221, 221, 0.25);
}

.post--horizontal-md-thumb-160 {
    -webkit-box-shadow: 0 45px 20px -27px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 35px 20px -27px rgba(0, 0, 0, 0.1);
         box-shadow: 0 35px 20px -27px rgba(0, 0, 0, 0.1);
}

.post--horizontal-md-thumb-160 .post__thumb {
    width: 160px;
    margin-right: 25px;
}

.post--horizontal-md-thumb-160 .post__text {
    padding: 25px 15px 5px 0;
}

.post--horizontal-md-thumb-160 .post__title.custom-typescale-2 {
    font-size: 18px;
    font-size: 1.2857rem;
    line-height: 1.5;
    font-weight: 500;
}

.ceris-feature-i .view-all__text {
    margin-right: 15px;
}

.ceris-feature-i .sub-posts .owl-nav,
.ceris-feature-i .sub-posts .owl-dots {
    display: none;
}

.ceris-feature-i .sub-posts .owl-carousel {
    margin-bottom: -110px;
}

.ceris-feature-i .sub-posts .owl-stage-outer {
    padding-bottom: 110px;
}

.post--horizontal-md-thumb-160 a.post__cat.post__cat-style-2 {
    margin-bottom: 12px;
}

.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder {
    position: absolute;
    top: 175px;
    right: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 170px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            -webkit-justify-content: left;
               -moz-box-pack: left;
            justify-content: left;
}

.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder .owl-prev,
.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder .owl-next {
    width: 40px;
    height: 40px;
    border: none;
    background-color: var(--color-white);
    color: #666;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}

.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder .owl-prev:hover,
.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder .owl-next:hover {
    background-color: var(--color-logo);
    color: var(--color-white);
    border-color: var(--color-logo);
}

.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder .owl-prev i,
.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder .owl-next i {
    font-size: 20px;
    opacity: 0.6;
}

.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder .owl-prev:hover i,
.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder .owl-next:hover i {
    opacity: 1;
}

.ceris-feature-i .atbs-ceris-carousel-nav-custom-holder > *:not(:last-child) {
    margin-right: 15px;
    margin-bottom: 0;
    color: #666;
}

/*
    Responsive
*/
@media (max-width: 1366px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 1199px) {
    /*
        Layout
    */

    .post--overlap-top-right .post__text-wrap {
        max-width: 580px;
    }

    .post--overlap-top-right.post--overlap-height-650 .post__text {
        min-height: 540px;
    }

    .post--overlap-top-right .post__text-inner {
        padding-right: 0;
    }

    .ceris-feature-i .atbs-ceris-carousel-nav-custom-holder {
        bottom: 112px;
    }

    /*
        Content
    */

    .post__title.typescale-4.custom-typescale-4 {
        font-size: 28px;
        font-size: 2rem; /*font system*/
    }

    .post--horizontal-md-thumb-160 .post__thumb {
        width: 130px;
    }

    .post--horizontal-md-thumb-160 .post__text {
        padding-top: 15px;
        padding-right: 15px;
    }

    .post--horizontal-md-thumb-160 .post__title.custom-typescale-2 {
        font-size: 17px;
        font-size: 1.2142rem; /*font system*/
        line-height: 1.44;
    }
}

@media (max-width: 1024px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 991px) {
    /*
        Layout
    */

    .post--overlap-top-right .post__text-wrap {
        max-width: 475px;
    }

    /*
        Content
    */

    .post__title.typescale-4.custom-typescale-4 {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.375;
    }

    .post--horizontal-md-thumb-160 .post__thumb {
        width: 160px;
    }

    .ceris-feature-i .sub-posts .atbs-ceris-carousel-nav-custom-holder {
        bottom: 138px;
    }

    .post--horizontal-md-thumb-160 .post__text {
        padding-top: 25px;
    }

    .post--horizontal-md-thumb-160 .post__title.custom-typescale-2 {
        font-size: 18px;
        font-size: 1.2857rem;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {
    /*
        Layout
    */

    .post--overlap-top-right.post--overlap-height-650 .post__text {
        min-height: 415px;
    }

    .post--overlap-top-right .post__text-wrap {
        max-width: 420px;
    }

    .ceris-feature-i .sub-posts {
        margin-top: 0;
        width: 100%;
    }

    .post--horizontal-md-thumb-160 .post__thumb {
        float: left;
        margin: 0 20px 0 0;
    }

    .ceris-feature-i .sub-posts {
        padding-left: 0;
    }

    .ceris-feature-i .sub-posts .atbs-ceris-carousel-nav-custom-holder {
        z-index: 10;
        position: relative;
        width: auto;
        margin-top: 20px;
        left: unset;
        top: unset;
        right: unset;
        bottom: unset;
        -webkit-transform: none;
            -ms-transform: none;
                -moz-transform: none;
                  -o-transform: none;
             transform: none;
    }

    /*
        Content
    */

    .post--overlap-top-right .post__text-inner {
        padding-bottom: 25px;
        padding-right: 25px;
    }

    .post__title.typescale-4.custom-typescale-4 {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    /*
        Layout
    */

    .post--overlap-top-right .post__text-wrap {
        max-width: 380px;
    }

    /*
        Content
    */
    .ceris-feature-i .post__title.custom-typescale-4 {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.41;
    }
}

@media (max-width: 480px) {
    /*
        Layout
    */

    .post--overlap-top-right .post__text-wrap {
        max-width: 350px;
    }

    /*
        Content
    */

    .ceris-feature-i .sub-posts {
        padding-top: 40px;
    }

    .post__title.typescale-4.custom-typescale-4 {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        font-weight: 600;
        line-height: 1.5;
    }

}

@media (max-width: 420px) {
    /*
        Layout
    */

    .post--overlap-top-right .post__text-wrap {
        max-width: 100%;
    }

    /*
        Content
    */

    .post--overlap-top-right .post__thumb--overlap.post__thumb {
        position: relative;
        margin-bottom: 30px;
    }

    .post--overlap-top-right .post__text-inner {
        padding: 0;
    }

    .post--overlap-top-right.post--overlap-height-650 .post__text {
        min-height: auto;
    }

    .post__title.typescale-4.custom-typescale-4 {
        font-weight: 500;
    }

    .post--horizontal-md-thumb-160 .post__title.custom-typescale-2 {
        font-size: 17px;
        font-size: 1.2142rem; /*font system*/
        line-height: 1.5;
    }
}

@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */

    .ceris-feature-i .main-post {
        margin-bottom: 40px;
    }

    .post--overlap-top-right .entry-author--has-avatar-40 > img {
        width: 30px;
        height: 30px;
    }

    .ceris-feature-i .sub-posts {
        padding-top: 0;
    }

    .post--horizontal-md-thumb-160 .post__thumb {
        width: 100px;
        height: 120px;
    }

    .post--horizontal-md-thumb-160 .post__text {
        padding-top: 15px;
        padding-right: 15px;
    }

    .post--horizontal-md-thumb-160 .post__title.custom-typescale-2 {
        font-size: 16px !important;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
 
}

@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
    
    .post--horizontal-md-thumb-160 .post__thumb {
        width: 100%;
        height: 180px;
    }
    .post--horizontal-md-thumb-160 .post__text {
        padding: 25px 20px;
    }
}
.carousel-visible.owl-carousel .owl-item:first-child, 
.carousel-visible.owl-carousel .slide-content:first-child{
    visibility: visible;
}
@media(max-width: 991px) and (min-width: 768px){
    .ceris-feature-j .carousel-visible.flexbox-wrap.flexbox-wrap-2i, 
    .ceris-feature-i .carousel-visible.flexbox-wrap.flexbox-wrap-2i{
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        width: 100%;
    }
    .ceris-feature-j .carousel-visible.flexbox-wrap.flexbox-wrap-2i.flex-space-50 >*, 
    .ceris-feature-i .carousel-visible.flexbox-wrap.flexbox-wrap-2i.flex-space-50 >*{
        width: 100%;
    }
}
/* .ceris-feature-i ----------------------- */

/* ----------------------- ceris-feature-j */
/*
    Layout
*/

.ceris-feature-j .sub-posts {
    position: relative;
    margin-left: auto;
    margin-top: -105px;
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
}

.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder {
    position: absolute;
    bottom: 54px;
    right: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 230px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
}


/*
    Content
*/

.post--overlay-height-650 .post__text {
    min-height: 650px
}
.post--overlay-height-260 .post__text {
    min-height: 260px;
}

.post--overlay-top-left-feature .post__text {
    padding-top: 0;
}

.post--overlay-top-left-feature .post__text-inner {
    padding: 50px 100px 20px 50px;
}

.post--overlay-top-left-feature a.post__cat {
    margin-bottom: 15px;
}

.post--overlay-top-left-feature .post__title {
    margin-bottom: 15px;
}

.post__excerpt.post__excerpt-style-2 {
    
    font-size: 16px;
    font-size: 1.1428rem; /*font system*/
    line-height: 1.5;
}

/**Sub posts carousel **/
.ceris-feature-j .sub-posts .owl-nav,
.ceris-feature-j .sub-posts .owl-dots {
    display: none;
}

.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-prev,
.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-next {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: none;
    background-color: var(--color-white);
    color: #666;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
    margin-bottom: 0;
}
.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-prev i,
.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-next i {
    font-size: 20px;
    color: #666;
}
.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-prev:hover i,
.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-next:hover i {
    color: #fff;
}
.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-prev:hover,
.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-next:hover {
    background-color: var(--color-logo);
    color: var(--color-white);
    border-color: var(--color-logo);
}

.ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder > *:not(:last-child) {
    margin-right: 15px;
    color: #666;
}

.post--overlay-line-top-hover.post--overlay-padding-xl .post__text-inner {
    padding: 30px;
}

.post--overlay-line-top-hover:hover::after {
    content: '';
    position: absolute;
    border-top: 5px solid var(--color-logo);
    width: 100%;
    top: 0;
    left: 0;
}

.post--overlay-line-top-hover .post__title {
    margin-bottom: 15px;
}

.post--overlay-line-top-hover .inverse-text .post__meta .time{
    color: var(--color-white);
    
    font-size: 13px;
    font-size: 0.9285rem; /*font system*/
    line-height: 1.53;
}

.post--overlay-line-top-hover .post__meta {
    margin-top: 0;
}

/*
    Responsive
*/
@media (max-width: 1366px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 1199px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--overlay-top-left-feature .post__text-inner {
        padding-right: 250px;
    }

    .post--overlay-top-left-feature.post--overlay-height-650 .post__text {
        min-height: 520px;
    }

    .post--overlay-line-top-hover.post--overlay-height-260 .post__text {
        min-height: 250px;
    }
}

@media (max-width: 1024px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 991px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--overlay-top-left-feature .post__text-inner {
        padding-right: 160px;
    }

    .post--overlay-line-top-hover.post--overlay-height-260 .post__text {
        min-height: 260px;
    }
}

@media (max-width: 767px) {
    /*
        Layout
    */

    .ceris-feature-j .sub-posts {
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
    }
    .ceris-feature-j .sub-posts {
        margin-top: -70px;
    }

    .ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder {
        bottom: 0;
        width: 150px;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                -webkit-justify-content: left;
                   -moz-box-pack: left;
                justify-content: left;
    }
    /*
        Content
    */

    .post--overlay-top-left-feature.post--overlay-height-650 .post__text {
        min-height: 415px;
    }

    .post--overlay-top-left-feature .post__text-inner {
        padding: 60px 100px 20px 20px;
    }

    .post--overlay-line-top-hover.post--overlay-height-260 .post__text {
        min-height: 240px;
    }

    .post--overlay-line-top-hover.post--overlay-padding-xl .post__text-inner {
        padding: 20px;
    }

    .post--overlay-top-left-feature .post__excerpt {
        padding-right: 60px;
    }

    .ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-prev,
    .ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-next {
        width: 40px;
        height: 40px;
    }

    .ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-prev i,
    .ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder .owl-next i {
        font-size: 20px;
    }

    .ceris-feature-j .sub-posts .owl-number {
        display: none;
    }

}

@media (max-width: 576px) {
    /*
        Layout
    */

    /*
        Content
    */

    .post--overlay-top-left-feature .post__text-inner {
        padding: 60px 30px 20px 20px;
    }  
}

@media (max-width: 480px) {
    /*
        Layout
    */
    .ceris-feature-j .sub-posts {
        margin-top: 0;
        width: 100%;
    }

    /*
        Content
    */
    .ceris-feature-j .main-post {
        margin-bottom: 30px;
    }

    .post--overlay-top-left-feature.post--overlay-height-650 .post__text {
        min-height: 300px;
    }

    .post--overlay-top-left-feature .post__text-inner {
        padding-top: 40px;
    }

    .post--overlay-top-left-feature .post__excerpt {
        padding-right: 40px;
    }

    .post--overlay-line-top-hover.post--overlay-height-260 .post__text {
        min-height: 220px;
    }

    .ceris-feature-j .sub-posts .owl-dots {
        display: block;
    }

}

@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--overlay-top-left-feature .post__text-inner {
        padding-right: 20px;
    } 
}

@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
}

/* .ceris-feature-j ----------------------- */
/* ----------------------- ceris-listing-grid-f */
/*
    Layout
*/

/*
    Content
*/

.post--vertical-thumb-70 .post__thumb {
    width: 120px;
}

.ceris-listing-grid-f .post--vertical-thumb-70 .post__thumb {
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    overflow: hidden;
}
.post--vertical-thumb-70-background {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(34, 34, 34, 0.03);
}

.post--vertical-thumb-70-background .post__thumb {
    margin-bottom: 25px;
}

.post--vertical-thumb-70-background .background-img {
    z-index: -1;
}

.post--vertical-thumb-70-background a.post__cat {
    margin-bottom: 15px;
}

.post--vertical-thumb-70-background .post__title.typescale-1 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.2857rem; /*font system*/
    line-height: 1.44;
    font-weight: 500;
}

.post--vertical-thumb-70-background .post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    max-height: 4.32em;
}

.post--vertical-thumb-70-background .post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    overflow: hidden;
    max-height: 3em;
}

.post--vertical-thumb-70-background .post__header {
    margin-bottom: 30px;
}

.post--vertical-thumb-70-background .button__readmore--outline i {
    border-color: #aaa;
    color: #888;
    font-size: 14px;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.post--vertical-thumb-70-background .button__readmore--outline:hover i {
    border-color: var(--color-logo);
    color: #fff;
    background-color: var(--color-logo);
}

/*
    Responsive
*/
@media (max-width: 1366px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 1199px) {
    /*
        Layout
    */

    /*
        Content
    */  
}
@media (min-width: 992px) and (max-width: 1199px) {
    .post--vertical-thumb-70-background .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
    }
}
@media (min-width: 1200px) {
    .post--vertical-thumb-70-background .post__title {
        font-size: 21px;
        font-size: 1.5rem; /*font system*/
    }
}
@media (max-width: 991px) {
    /*
        Layout
    */

    .ceris-listing-grid-f .flexbox-wrap.flexbox-wrap-3i > * {
        width: 50%;
    }

    /*
        Content
    */  
}

@media (max-width: 767px) {
    /*
        Layout
    */

    .ceris-listing-grid-f .flexbox-wrap.flexbox-wrap-3i > * {
        width: 100%;
    }

    /*
        Content
    */

    .post--vertical-thumb-70-background {
        padding: 20px;
    }

    .post--vertical-thumb-70-background .post__thumb {
        width: 90px;
    }

    .post--vertical-thumb-70-background .post__title.typescale-1 {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 480px) {
    /*
        Layout
    */

    /*
        Content
    */

    .post--vertical-thumb-70 .post__thumb {
        width: 70px;
    }
    
    .post--vertical-thumb-70-background .post__title.typescale-1 {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.44;
    }
}

@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
}
.ceris-listing-grid-f .entry-author.entry-author--horizontal{
    margin-top: 0;
}
.ceris-listing-grid-f .bookmark__buttons-wrap{
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
}
/* .ceris-listing-grid-f ----------------------- */
/* ----------------------- ceris-feature-k */
/*
    Layout
*/

.ceris-feature-k .atbs-ceris-block__inner {
    position: relative;
}

.ceris-feature-k .main-posts {
    position: relative;
    padding-top: 110px;
    padding-left: 60px;
}

.ceris-feature-k .sub-posts {
    position: relative;
    margin-top: -90px;
    margin-left: auto;
    width: 500px;
    z-index: 5;
}

.ceris-feature-k .atbs-ceris-carousel-nav-custom-holder {
    position: absolute;
    left: 670px;
    top: 415px;
    z-index: 5;
}

.ceris-feature-k .owl-dots {
    display: none;
}

/*
    Content
*/

.ceris-feature-k  .atbs-ceris-block__inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 115px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: var(--color-logo);
    -webkit-transform: rotate(-450deg);
        -ms-transform: rotate(-450deg);
            -moz-transform: rotate(-450deg);
              -o-transform: rotate(-450deg);
         transform: rotate(-450deg);
    opacity: 0.6;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: -210px 0 1px var(--color-logo), -180px 0 1px var(--color-logo), -150px 0 1px var(--color-logo), -120px 0 1px var(--color-logo), -90px 0 1px var(--color-logo), -60px 0 1px var(--color-logo), -30px 0 1px var(--color-logo), 30px 0 1px var(--color-logo), 60px 0 1px var(--color-logo),
                -210px 30px 1px var(--color-logo), -180px 30px 1px var(--color-logo), -150px 30px 1px var(--color-logo), -120px 30px 1px var(--color-logo), -90px 30px 1px var(--color-logo), -60px 30px 1px var(--color-logo), -30px 30px 1px var(--color-logo), 0 30px 1px var(--color-logo), 30px 30px 1px var(--color-logo), 60px 30px 1px var(--color-logo),
                -210px 60px 1px var(--color-logo), -180px 60px 1px var(--color-logo), -150px 60px 1px var(--color-logo), -120px 60px 1px var(--color-logo), -90px 60px 1px var(--color-logo), -60px 60px 1px var(--color-logo), -30px 60px 1px var(--color-logo), 0 60px 1px var(--color-logo), 30px 60px 1px var(--color-logo), 60px 60px 1px var(--color-logo),
                -210px 90px 1px var(--color-logo), -180px 90px 1px var(--color-logo), -150px 90px 1px var(--color-logo), -120px 90px 1px var(--color-logo), -90px 90px 1px var(--color-logo), -60px 90px 1px var(--color-logo), -30px 90px 1px var(--color-logo), 0 90px 1px var(--color-logo), 30px 90px 1px var(--color-logo), 60px 90px 1px var(--color-logo),
                -210px 120px 1px var(--color-logo), -180px 120px 1px var(--color-logo), -150px 120px 1px var(--color-logo), -120px 120px 1px var(--color-logo), -90px 120px 1px var(--color-logo), -60px 120px 1px var(--color-logo), -30px 120px 1px var(--color-logo), 0 120px 1px var(--color-logo), 30px 120px 1px var(--color-logo), 60px 120px 1px var(--color-logo),
                -210px 150px 1px var(--color-logo), -180px 150px 1px var(--color-logo), -150px 150px 1px var(--color-logo), -120px 150px 1px var(--color-logo), -90px 150px 1px var(--color-logo), -60px 150px 1px var(--color-logo), -30px 150px 1px var(--color-logo), 0 150px 1px var(--color-logo), 30px 150px 1px var(--color-logo), 60px 150px 1px var(--color-logo),
                -210px 180px 1px var(--color-logo), -180px 180px 1px var(--color-logo), -150px 180px 1px var(--color-logo), -120px 180px 1px var(--color-logo), -90px 180px 1px var(--color-logo), -60px 180px 1px var(--color-logo), -30px 180px 1px var(--color-logo), 0 180px 1px var(--color-logo), 30px 180px 1px var(--color-logo), 60px 180px 1px var(--color-logo),
                -210px 210px 1px var(--color-logo), -180px 210px 1px var(--color-logo), -150px 210px 1px var(--color-logo), -120px 210px 1px var(--color-logo), -90px 210px 1px var(--color-logo), -60px 210px 1px var(--color-logo), -30px 210px 1px var(--color-logo), 0 210px 1px var(--color-logo), 30px 210px 1px var(--color-logo), 60px 210px 1px var(--color-logo),
                -210px 240px 1px var(--color-logo), -180px 240px 1px var(--color-logo), -150px 240px 1px var(--color-logo), -120px 240px 1px var(--color-logo), -90px 240px 1px var(--color-logo), -60px 240px 1px var(--color-logo), -30px 240px 1px var(--color-logo), 0 240px 1px var(--color-logo), 30px 240px 1px var(--color-logo), 60px 240px 1px var(--color-logo),
                -210px 270px 1px var(--color-logo), -180px 270px 1px var(--color-logo), -150px 270px 1px var(--color-logo), -120px 270px 1px var(--color-logo), -90px 270px 1px var(--color-logo), -60px 270px 1px var(--color-logo), -30px 270px 1px var(--color-logo), 0 270px 1px var(--color-logo), 30px 270px 1px var(--color-logo), 60px 270px 1px var(--color-logo);
            -moz-box-shadow: -210px 0 1px var(--color-logo), -180px 0 1px var(--color-logo), -150px 0 1px var(--color-logo), -120px 0 1px var(--color-logo), -90px 0 1px var(--color-logo), -60px 0 1px var(--color-logo), -30px 0 1px var(--color-logo), 30px 0 1px var(--color-logo), 60px 0 1px var(--color-logo),
                -210px 30px 1px var(--color-logo), -180px 30px 1px var(--color-logo), -150px 30px 1px var(--color-logo), -120px 30px 1px var(--color-logo), -90px 30px 1px var(--color-logo), -60px 30px 1px var(--color-logo), -30px 30px 1px var(--color-logo), 0 30px 1px var(--color-logo), 30px 30px 1px var(--color-logo), 60px 30px 1px var(--color-logo),
                -210px 60px 1px var(--color-logo), -180px 60px 1px var(--color-logo), -150px 60px 1px var(--color-logo), -120px 60px 1px var(--color-logo), -90px 60px 1px var(--color-logo), -60px 60px 1px var(--color-logo), -30px 60px 1px var(--color-logo), 0 60px 1px var(--color-logo), 30px 60px 1px var(--color-logo), 60px 60px 1px var(--color-logo),
                -210px 90px 1px var(--color-logo), -180px 90px 1px var(--color-logo), -150px 90px 1px var(--color-logo), -120px 90px 1px var(--color-logo), -90px 90px 1px var(--color-logo), -60px 90px 1px var(--color-logo), -30px 90px 1px var(--color-logo), 0 90px 1px var(--color-logo), 30px 90px 1px var(--color-logo), 60px 90px 1px var(--color-logo),
                -210px 120px 1px var(--color-logo), -180px 120px 1px var(--color-logo), -150px 120px 1px var(--color-logo), -120px 120px 1px var(--color-logo), -90px 120px 1px var(--color-logo), -60px 120px 1px var(--color-logo), -30px 120px 1px var(--color-logo), 0 120px 1px var(--color-logo), 30px 120px 1px var(--color-logo), 60px 120px 1px var(--color-logo),
                -210px 150px 1px var(--color-logo), -180px 150px 1px var(--color-logo), -150px 150px 1px var(--color-logo), -120px 150px 1px var(--color-logo), -90px 150px 1px var(--color-logo), -60px 150px 1px var(--color-logo), -30px 150px 1px var(--color-logo), 0 150px 1px var(--color-logo), 30px 150px 1px var(--color-logo), 60px 150px 1px var(--color-logo),
                -210px 180px 1px var(--color-logo), -180px 180px 1px var(--color-logo), -150px 180px 1px var(--color-logo), -120px 180px 1px var(--color-logo), -90px 180px 1px var(--color-logo), -60px 180px 1px var(--color-logo), -30px 180px 1px var(--color-logo), 0 180px 1px var(--color-logo), 30px 180px 1px var(--color-logo), 60px 180px 1px var(--color-logo),
                -210px 210px 1px var(--color-logo), -180px 210px 1px var(--color-logo), -150px 210px 1px var(--color-logo), -120px 210px 1px var(--color-logo), -90px 210px 1px var(--color-logo), -60px 210px 1px var(--color-logo), -30px 210px 1px var(--color-logo), 0 210px 1px var(--color-logo), 30px 210px 1px var(--color-logo), 60px 210px 1px var(--color-logo),
                -210px 240px 1px var(--color-logo), -180px 240px 1px var(--color-logo), -150px 240px 1px var(--color-logo), -120px 240px 1px var(--color-logo), -90px 240px 1px var(--color-logo), -60px 240px 1px var(--color-logo), -30px 240px 1px var(--color-logo), 0 240px 1px var(--color-logo), 30px 240px 1px var(--color-logo), 60px 240px 1px var(--color-logo),
                -210px 270px 1px var(--color-logo), -180px 270px 1px var(--color-logo), -150px 270px 1px var(--color-logo), -120px 270px 1px var(--color-logo), -90px 270px 1px var(--color-logo), -60px 270px 1px var(--color-logo), -30px 270px 1px var(--color-logo), 0 270px 1px var(--color-logo), 30px 270px 1px var(--color-logo), 60px 270px 1px var(--color-logo);
         box-shadow: -210px 0 1px var(--color-logo), -180px 0 1px var(--color-logo), -150px 0 1px var(--color-logo), -120px 0 1px var(--color-logo), -90px 0 1px var(--color-logo), -60px 0 1px var(--color-logo), -30px 0 1px var(--color-logo), 30px 0 1px var(--color-logo), 60px 0 1px var(--color-logo),
                -210px 30px 1px var(--color-logo), -180px 30px 1px var(--color-logo), -150px 30px 1px var(--color-logo), -120px 30px 1px var(--color-logo), -90px 30px 1px var(--color-logo), -60px 30px 1px var(--color-logo), -30px 30px 1px var(--color-logo), 0 30px 1px var(--color-logo), 30px 30px 1px var(--color-logo), 60px 30px 1px var(--color-logo),
                -210px 60px 1px var(--color-logo), -180px 60px 1px var(--color-logo), -150px 60px 1px var(--color-logo), -120px 60px 1px var(--color-logo), -90px 60px 1px var(--color-logo), -60px 60px 1px var(--color-logo), -30px 60px 1px var(--color-logo), 0 60px 1px var(--color-logo), 30px 60px 1px var(--color-logo), 60px 60px 1px var(--color-logo),
                -210px 90px 1px var(--color-logo), -180px 90px 1px var(--color-logo), -150px 90px 1px var(--color-logo), -120px 90px 1px var(--color-logo), -90px 90px 1px var(--color-logo), -60px 90px 1px var(--color-logo), -30px 90px 1px var(--color-logo), 0 90px 1px var(--color-logo), 30px 90px 1px var(--color-logo), 60px 90px 1px var(--color-logo),
                -210px 120px 1px var(--color-logo), -180px 120px 1px var(--color-logo), -150px 120px 1px var(--color-logo), -120px 120px 1px var(--color-logo), -90px 120px 1px var(--color-logo), -60px 120px 1px var(--color-logo), -30px 120px 1px var(--color-logo), 0 120px 1px var(--color-logo), 30px 120px 1px var(--color-logo), 60px 120px 1px var(--color-logo),
                -210px 150px 1px var(--color-logo), -180px 150px 1px var(--color-logo), -150px 150px 1px var(--color-logo), -120px 150px 1px var(--color-logo), -90px 150px 1px var(--color-logo), -60px 150px 1px var(--color-logo), -30px 150px 1px var(--color-logo), 0 150px 1px var(--color-logo), 30px 150px 1px var(--color-logo), 60px 150px 1px var(--color-logo),
                -210px 180px 1px var(--color-logo), -180px 180px 1px var(--color-logo), -150px 180px 1px var(--color-logo), -120px 180px 1px var(--color-logo), -90px 180px 1px var(--color-logo), -60px 180px 1px var(--color-logo), -30px 180px 1px var(--color-logo), 0 180px 1px var(--color-logo), 30px 180px 1px var(--color-logo), 60px 180px 1px var(--color-logo),
                -210px 210px 1px var(--color-logo), -180px 210px 1px var(--color-logo), -150px 210px 1px var(--color-logo), -120px 210px 1px var(--color-logo), -90px 210px 1px var(--color-logo), -60px 210px 1px var(--color-logo), -30px 210px 1px var(--color-logo), 0 210px 1px var(--color-logo), 30px 210px 1px var(--color-logo), 60px 210px 1px var(--color-logo),
                -210px 240px 1px var(--color-logo), -180px 240px 1px var(--color-logo), -150px 240px 1px var(--color-logo), -120px 240px 1px var(--color-logo), -90px 240px 1px var(--color-logo), -60px 240px 1px var(--color-logo), -30px 240px 1px var(--color-logo), 0 240px 1px var(--color-logo), 30px 240px 1px var(--color-logo), 60px 240px 1px var(--color-logo),
                -210px 270px 1px var(--color-logo), -180px 270px 1px var(--color-logo), -150px 270px 1px var(--color-logo), -120px 270px 1px var(--color-logo), -90px 270px 1px var(--color-logo), -60px 270px 1px var(--color-logo), -30px 270px 1px var(--color-logo), 0 270px 1px var(--color-logo), 30px 270px 1px var(--color-logo), 60px 270px 1px var(--color-logo);
    z-index: -1;
}

.ceris-feature-k  .atbs-ceris-block__inner::after {
    content: '';
    position: absolute;
    top:  0;
    left: 60px;
    right: -110px;
    height: 575px;
    background-color: #fafafa;
    z-index: -2;
}

.ceris-feature-k .owl-carousel.atbs-ceris-carousel .post--horizontal-feature-large {
    opacity: 0;
    -webkit-transition: opacity 1.2s ease;
    -o-transition: opacity 1.2s ease;
    -moz-transition: opacity 1.2s ease;
    transition: opacity 1.2s ease;
}

.post--horizontal-feature-large .post__thumb {
    width: 570px;
    margin-right: 40px;
}

a.post__cat-style-2 {
    color: #000;
}

.post--horizontal-feature-large .post__title.typescale-4 {
    line-height: 1.4;
    font-weight: 700;
}

.post--horizontal-feature-large .post__excerpt {
    color: #000;
}

.ceris-feature-k .owl-item.active .post--horizontal-feature-large {
    opacity: 1;
}

.ceris-feature-k .atbs-ceris-carousel-nav-custom-holder .owl-prev,
.ceris-feature-k .atbs-ceris-carousel-nav-custom-holder .owl-next {
    width: 40px;
    height: 40px;
    border: none;
    background-color: var(--color-white);
    color: #888;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: none;
            -moz-box-shadow: none;
         box-shadow: none;
}

.ceris-feature-k .atbs-ceris-carousel-nav-custom-holder .owl-prev:hover,
.ceris-feature-k .atbs-ceris-carousel-nav-custom-holder .owl-next:hover {
    background-color: var(--color-logo);
    color: var(--color-white);
    border-color: var(--color-logo);
}

.ceris-feature-k .atbs-ceris-carousel-nav-custom-holder > *:not(:last-child) {
    margin-right: 15px;
    color: #888;
}

.ceris-feature-k .sub-posts .list-space-xl {
    margin: 0 -20px;
}

.ceris-feature-k .sub-posts .list-space-xl > * {
    padding: 0 20px;
}

.post--no-thumb-small a.post__cat {
    margin-bottom: 12px;
    color: var(--color-text);
}

.post--no-thumb-small .post__title.typescale-1 {
    font-size: 18px;
    font-size: 1.2857rem;
    line-height: 1.44;
    font-weight: 400;
}
.ceris-feature-k .post--horizontal-feature-large .post__thumb{
    height: 615px;
}
/*
    Responsive
*/
@media (max-width: 1366px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 1199px) {
    /*
        Layout
    */

    .ceris-feature-k .atbs-ceris-block__inner::after {
        height: 530px;
    }

    .ceris-feature-k .main-posts {
        margin-bottom: 40px;
    }

    .ceris-feature-k .atbs-ceris-carousel-nav-custom-holder {
        top: 425px;
        left: 555px;
    }
    
    /*Sub posts*/
    .ceris-feature-k .sub-posts {
        margin-top: 0;
        padding-left: 60px;
        width: 100%;
    }

    .ceris-feature-k .sub-posts .flexbox-wrap.flexbox-wrap-2i > * {
        width: 50%;
    }

    /*
        Content
    */

    .post--horizontal-feature-large .post__thumb {
        width: 455px;
    }

    .post--horizontal-feature-large .post__text {
        padding-top: 40px;
    }

    .post--horizontal-feature-large .post__title.typescale-4 {
        font-size: 30px;
        font-size: 2.1428rem; /*font system*/
        line-height: 1.4;
    }

    .ceris-feature-k .post--horizontal-feature-large .post__thumb{
        height: 492px;
    }
}

@media (max-width: 1024px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 991px) {
    /*
        Layout
    */

    .post--horizontal-feature-large .post__thumb {
        width: 355px;
    }

    .ceris-feature-k .atbs-ceris-carousel-nav-custom-holder {
        top: 400px;
        left: 455px;
    }

    .ceris-feature-k .atbs-ceris-block__inner::after {
        height: 370px;
    }

    /*
        Content
    */

    .post--horizontal-feature-large .post__text {
        padding-top: 30px;
    }

    .post--horizontal-feature-large .post__title.typescale-4 {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.41;
    }

    .ceris-feature-k .post--horizontal-feature-large .post__thumb{
        height: 393.6px;
    }
}

@media (max-width: 767px) {
    /*
        Layout
    */

    .ceris-feature-k .main-posts,
    .ceris-feature-k .sub-posts {
        padding-left: 0;
    }

    .ceris-feature-k .main-posts {
        padding-top: 60px;
    }

    .post--horizontal-feature-large .post__thumb {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        height: 280px;
        float: none;
    }

    .post--horizontal-feature-large .post__text {
        padding-top: 0;
    }

    .ceris-feature-k .atbs-ceris-block__inner::before {
        display: none;
    }

    .ceris-feature-k .atbs-ceris-block__inner::after {
        left: -webkit-calc((100vw - 510px)/-2);
        left: -moz-calc((100vw - 510px)/-2);
        left: calc((100vw - 510px)/-2);
        right: 0;
        bottom: 0;
        width: 100vw;
        height: 285px;
    }

    .atbs-ceris-carousel-nav-custom-holder {
        display: none;
    }

    .ceris-feature-k .owl-dots {
        display: block;
        padding-bottom: 0;
    }

    .ceris-feature-k .sub-posts .list-space-xl {
        margin: -20px;
    }

    .ceris-feature-k .sub-posts .list-space-xl > * {
        padding: 20px;
    }

    .ceris-feature-k .sub-posts .flexbox-wrap.flexbox-wrap-2i > * {
        width: 100%;
    }

    /*
        Content
    */

    .post--horizontal-feature-large .post__title.typescale-4 {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.375;
        font-weight: 500;
    }

    .post--no-thumb-small a.post__cat {
        margin-bottom: 10px;
    }

    .ceris-feature-k .post--horizontal-feature-large .post__thumb{
        height: 340px;
    }
}

@media (max-width: 576px) {
    /*
        Layout
    */

    /*
        Content
    */
    
    .post--horizontal-feature-large .post__title.typescale-4 {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.41;
    }

    .ceris-feature-k .atbs-ceris-block__inner::after {
        left: -15px;
    }   
}

@media (max-width: 480px) {
    /*
        Layout
    */

    /*
        Content
    */

    .post--horizontal-feature-large .post__title.typescale-4 {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }   
}

@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
}

/* .ceris-feature-k ----------------------- */
/* ----------------------- ceris-grid-carousel-d */
/*
    Layout
*/

/*
    Content
*/

.ceris-grid-carousel-d .block-heading__title {
    
    font-size: 22px;
    font-size: 1.5714rem; /*font system*/
    line-height: 1.41;
    font-weight: 500;
}

.ceris-grid-carousel-d .block-heading__view-all a,
.ceris-grid-carousel-d .block-heading__view-all span {
    color: var(--color-logo);
    
    font-size: 15px;
    font-size: 1.0714rem; /*font system*/
    line-height: 1.53;
    font-weight: 500;
}

.post--card-overlay-middle-has-hidden-content .post__text {
    padding-top: 0;
    pointer-events: none;
    z-index: 10;
}

.post--card-overlay-middle-has-hidden-content .post__text-wrap,
.post--card-overlay-middle-has-hidden-content .post__text-inner {
    width: 100%;
    height: 100%;
}
.post--card-overlay-middle-has-hidden-content .post__text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
               -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
    padding: 30px;
}

.post--card-overlay-middle-has-hidden-content .post--overlay-footer {
    position: initial;
}

.post--card-overlay-middle-has-hidden-content .post--overlay-header,
.post--card-overlay-middle-has-hidden-content .post--overlay-footer {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}
.post--card-overlay-middle-has-hidden-content .post__excerpt {
    display: none;
}

.time--vertical {
    display: inline-block;
    
    font-size: 15px;
    font-size: 1.0714rem; /*font system*/
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.time--vertical span {
    display: block;
    font-size: 28px;
    font-size: 2.2857rem; /*font system*/
    line-height: 1;
    font-weight: 500;
}

.post--card-overlay-middle-has-hidden-content a.post__cat {
    margin-bottom: 15px;
    pointer-events: auto;
}

.post--card-overlay-middle-has-hidden-content .post__title.typescale-1 {
    font-size: 24px;
    font-size: 1.7142rem; /*font system*/
    line-height: 1.375;
    font-weight: 500;
    -webkit-transition: .25s ease-out;
    -o-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    margin-bottom: 15px;
}

.post--card-overlay-middle-has-hidden-content .button__readmore i {
    background-color: transparent;
    border-color: var(--color-white);
    color: var(--color-white);
    pointer-events: auto;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}

.post--card-overlay-middle-has-hidden-content .button__readmore:hover i {
    background-color: white;
    color: var(--color-text);
}

.ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content {
    width: 410px;
    -webkit-transform: scale(0.902439024, 0.912280702);
        -ms-transform: scale(0.902439024, 0.912280702);
            -moz-transform: scale(0.902439024, 0.912280702);
              -o-transform: scale(0.902439024, 0.912280702);
         transform: scale(0.902439024, 0.912280702);
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content {
    height: auto;
}
.ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content .post__text {
    min-height: 570px;
}
.ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content .post__thumb--overlay.post__thumb:after {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.ceris-grid-carousel-d .owl-nav,
.ceris-grid-carousel-d .owl-dots {
    display: none;
}

.ceris-grid-carousel-d .owl-carousel-no-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
    width: 1170px;
}

.ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide  .owl-item:first-child,
.ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide  .slide-content:first-child {
    visibility: visible;
}

.ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .owl-item:not(:first-child),
.ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content:not(:first-child) {
    display: block; 
}

.ceris-grid-carousel-d .owl-carousel-no-slide {
    /*margin: 0 -15px;*/
    padding: 0 -webkit-calc(50% - 585px);
    padding: 0 -moz-calc(50% - 585px);
    padding: 0 calc(50% - 585px);
    width: 100%;
}

.ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content {
    width: -webkit-calc((100% / 3) - 20px);
    width: -moz-calc((100% / 3) - 20px);
    width: calc((100% / 3) - 20px);
    margin-right: 30px;
}

.ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content:nth-child(3) {
    margin-right: 0;
}

.ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    margin-top: 30px;
}

.ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .post--card-overlay-middle-has-hidden-content {
    width: 100%;
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
              -o-transform: scale(1, 1);
         transform: scale(1, 1);
}
/*Overlay background*/


@media (min-width: 992px){
    /***Hovers***/
    /*Post*/
    .ceris-grid-carousel-d .owl-stage:hover .owl-item.active.center .post--card-overlay-middle-has-hidden-content {
        -webkit-transform: scale(0.902439024, 0.912280702);
            -ms-transform: scale(0.902439024, 0.912280702);
                -moz-transform: scale(0.902439024, 0.912280702);
                  -o-transform: scale(0.902439024, 0.912280702);
             transform: scale(0.902439024, 0.912280702);
    }
    .ceris-grid-carousel-d .owl-stage .post--card-overlay-middle-has-hidden-content:hover,
    .ceris-grid-carousel-d .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content:hover {
        -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
                -moz-transform: scale(1, 1);
                  -o-transform: scale(1, 1);
             transform: scale(1, 1);
    }
    /*Post header and footer*/
    .ceris-grid-carousel-d .owl-stage:hover .owl-item.active.center .post--card-overlay-middle-has-hidden-content .post--overlay-header,
    .ceris-grid-carousel-d .owl-stage:hover .owl-item.active.center .post--card-overlay-middle-has-hidden-content .post--overlay-footer {
        opacity: 0;
        visibility: hidden;
    }
    .ceris-grid-carousel-d .owl-stage .post--card-overlay-middle-has-hidden-content:hover .post--overlay-header,
    .ceris-grid-carousel-d .owl-stage .post--card-overlay-middle-has-hidden-content:hover .post--overlay-footer,
    .ceris-grid-carousel-d .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content:hover .post--overlay-header,
    .ceris-grid-carousel-d .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content:hover .post--overlay-footer {
        opacity: 1;
        visibility: visible;
    }
    .ceris-grid-carousel-d .owl-stage .post--card-overlay-middle-has-hidden-content:hover .post__meta,
    .ceris-grid-carousel-d .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content:hover .post__meta {
        display: none;
    }
    .ceris-grid-carousel-d .owl-stage:hover .owl-item.active.center .post--card-overlay-middle-has-hidden-content .post__excerpt {
        display: none;
    }
    .ceris-grid-carousel-d .owl-stage .post--card-overlay-middle-has-hidden-content:hover .post__excerpt,
    .ceris-grid-carousel-d .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content:hover .post__excerpt {
        display: block;
    }
    .ceris-grid-carousel-d .post__thumb {
        background: #000;
    }
    .ceris-grid-carousel-d .post__thumb img {
        opacity: 0.7;
    }
    .ceris-grid-carousel-d .post__thumb:hover img {
        opacity: 1;
    }
    /*Overlay background*/
    .ceris-grid-carousel-d .owl-stage:hover .owl-item.active.center .post--card-overlay-middle-has-hidden-content .post__thumb--overlay.post__thumb:after {
        background-color: rgba(0,0,0,0.25);
    }
    .ceris-grid-carousel-d .owl-stage .post--card-overlay-middle-has-hidden-content:hover  .post__thumb--overlay.post__thumb:after,
    .ceris-grid-carousel-d .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content:hover  .post__thumb--overlay.post__thumb:after {
        opacity: 0.6;
    }
    .ceris-grid-carousel-d .entry-author.entry-author--horizontal{
        margin-top: 0;
    }
}

/*
    Responsive
*/
@media (max-width: 1366px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 1199px) {
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content {
        width: 330px;
    }

    .ceris-grid-carousel-d .post--overlay-height-520 .post__text {
        min-height: 460px;
    }

    .ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content .post__title {
        font-size: 22px;
        font-size: 1.5714rem;
        line-height: 1.5;
    }

    /*.ceris-grid-carousel-d  .owl-stage .post--card-overlay-middle-has-hidden-content:hover .post__title,
    .ceris-grid-carousel-d  .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content:hover .post__title {
        font-size: 20px;
        font-size: 1.4285rem;
        line-height: 1.4;
    }*/

    .ceris-grid-carousel-d .owl-carousel-no-slide {
        padding: 0 -webkit-calc(50% - 470px);
        padding: 0 -moz-calc(50% - 470px);
        padding: 0 calc(50% - 470px);
    }
}

@media (max-width: 1024px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 991px) {
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-grid-carousel-d .owl-carousel-no-slide {
        padding: 0 -webkit-calc(50% - 360px);
        padding: 0 -moz-calc(50% - 360px);
        padding: 0 calc(50% - 360px);
    }
    .ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content {
        width: -webkit-calc((100% / 2) - 10px);
        width: -moz-calc((100% / 2) - 10px);
        width: calc((100% / 2) - 10px);
        margin-right: 20px;
    }

    .ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content:nth-child(2),
    .ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content:nth-child(4) {
        margin-right: 0;
    }

    .ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 20px;
    }

    .ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content:nth-child(3) {
        margin-top: 20px;
        margin-right: 20px;
    }
    .ceris-grid-carousel-d .owl-stage .post--card-overlay-middle-has-hidden-content  .post__thumb--overlay.post__thumb:after,
    .ceris-grid-carousel-d .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content  .post__thumb--overlay.post__thumb:after {
        background-color: rgba(0,0,0,0.2) !important;
        -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
             box-shadow: none !important;
    }

    .ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content {
        -webkit-transform: scale(1,1);
            -ms-transform: scale(1,1);
                -moz-transform: scale(1,1);
                  -o-transform: scale(1,1);
             transform: scale(1,1);
    }
    .ceris-grid-carousel-d .atbs-ceris-carousel .owl-dots {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--card-overlay-middle-has-hidden-content .post__text-inner {
        padding: 20px;
    }

    .ceris-grid-carousel-d .owl-dots {
        display: block;
        padding-bottom: 0;
    }

    .ceris-grid-carousel-d .owl-carousel-no-slide {
        padding: 0 -webkit-calc(50% - 255px);
        padding: 0 -moz-calc(50% - 255px);
        padding: 0 calc(50% - 255px);
    }

    .ceris-grid-carousel-d .owl-carousel-no-slide .post--card-overlay-middle-has-hidden-content,
    .ceris-grid-carousel-d .owl-carousel-no-slide .post--overlay-height-520 .post__text {
        min-height: 275px;
    }

    .ceris-grid-carousel-d .owl-carousel-no-slide .post--card-overlay-middle-has-hidden-content .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }

    .ceris-grid-carousel-d .owl-carousel-no-slide .post--card-overlay-middle-has-hidden-content .post--overlay-footer {
        display: none;
    }

}

@media (max-width: 576px) {
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-grid-carousel-d .block-heading {
        margin-bottom: 30px;
    }

    .ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content {
        width: 320px;
    }

    .ceris-grid-carousel-d .post--overlay-height-520 .post__text {
        min-height: 375px;
    }
    .ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content .post__meta .entry-author {
        display: none;
    }
    .ceris-grid-carousel-d .owl-item.active .post--card-overlay-middle-has-hidden-content .post--overlay-header,
    .ceris-grid-carousel-d .owl-item.active .post--card-overlay-middle-has-hidden-content .post--overlay-footer,
    .ceris-grid-carousel-d .owl-item.active.center .post--card-overlay-middle-has-hidden-content .post--overlay-header,
    .ceris-grid-carousel-d .owl-item.active.center .post--card-overlay-middle-has-hidden-content .post--overlay-footer {
        opacity: 0;
        visibility: hidden;
    }

    .ceris-grid-carousel-d .owl-stage .post--card-overlay-middle-has-hidden-content:hover .post--overlay-header,
    .ceris-grid-carousel-d .owl-stage .post--card-overlay-middle-has-hidden-content:hover .post--overlay-footer,
    .ceris-grid-carousel-d .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content:hover .post--overlay-header,
    .ceris-grid-carousel-d .owl-stage .owl-item.active.center .post--card-overlay-middle-has-hidden-content:hover .post--overlay-footer {
        opacity: 0;
        visibility: hidden;
    }
    .ceris-grid-carousel-d .owl-carousel-no-slide {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    /*
        Layout
    */

    /*
        Content
    */

    .ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content {
        width: 100%;
        margin-right: 0 !important;
    }

    .ceris-grid-carousel-d .owl-carousel.owl-carousel-no-slide .slide-content:not(:first-child) {
        margin-top: 20px !important;
    }

}

@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .ceris-grid-carousel-d .post--card-overlay-middle-has-hidden-content {
        width: 100vw;
        -webkit-transform: scale(1,1);
            -ms-transform: scale(1,1);
                -moz-transform: scale(1,1);
                  -o-transform: scale(1,1);
             transform: scale(1,1);
    }

}

@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
}

/* .ceris-grid-carousel-d ----------------------- */
/* ----------------------- ceris-feature-l */
/*
    Layout
*/

.ceris-feature-l .main-post {
    width: 65.8119658%;
}

.ceris-feature-l .aside-post {
    width: 34.1880342%;
    padding-bottom: 140px;
}

.ceris-feature-l .sub-posts {
    position: relative;
    margin-top: -140px;
    margin-left: auto;
    padding-top: 30px;
    padding-left: 30px;
    width: 840px;
    min-height: 120px;
    background-color: var(--color-white);
}

/*
    Content
*/

/*Main post*/
.post--vertical-reverse.post--vertical-reverse-feature,
.post--vertical-reverse.post--vertical-reverse-thumb-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
            flex-direction: column;
}

.post--vertical-reverse-feature .post__thumb {
    margin-top: 40px;
}

.post--vertical-reverse-feature .post__text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            -webkit-order: -1;
               -moz-box-ordinal-group: 0;
            order: -1;
}

.post--vertical-reverse-feature a.post__cat {
    margin-bottom: 15px;
}

.post--vertical-reverse-feature .post__title {
    font-size: 32px;
    font-size: 2.2857rem;
    line-height: 1.4;
    font-weight: 700;
    max-width: 680px;
}

.ceris-feature-l .post__readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;

    display: none;
}

.ceris-feature-l .post__readmore a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.6;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.ceris-feature-l .post__readmore--line-before:before {
    content: '';
    position: relative;
    width: 30px;
    height: 1px;
    display: inline-block;
    margin-right: 15px;
    background-color: #ccc;
}
.ceris-feature-l  .post--vertical-reverse-thumb-middle .post__excerpt {
    margin-bottom: 0;
}
/*Aside post*/
.post--vertical-reverse-thumb-middle .post__thumb {
    margin-top: 0;
}

.post--vertical-reverse-thumb-middle .post__header,
.post--vertical-reverse-thumb-middle .post__thumb {
    margin-bottom: 30px;
}

.post--vertical-reverse-thumb-middle a.post__cat {
    margin-bottom: 12px;
}

.post--vertical-reverse-thumb-middle .post__title {
    font-size: 21px;
    font-size: 1.5rem; /*font system*/
    line-height: 1.5;
    font-weight: 600;
}

.post--vertical-reverse-thumb-middle .post__excerpt {
    margin-bottom: 20px;
}

/*Sub post*/
.post--horizontal-small-normal a.post__cat {
    margin-bottom: 12px;
}

.post--horizontal-thumb-90 .post__thumb {
    width: 90px;
    margin-bottom: 0;
}

.post--horizontal-small-normal .post__thumb {
    margin-right: 25px;
}

.post--horizontal-small-normal .post__title.typescale-1 {
    font-size: 17px;
    font-size: 1.2142rem;
    line-height: 1.5;
    font-weight: 500;
}

/*
    Responsive
*/
@media (max-width: 1366px) {
    /*
        Layout
    */

    /*
        Content
    */
}

@media (max-width: 1199px) {
    /*
        Layout
    */

    /*
        Content
    */

    .post--vertical-reverse-feature .post__title {
        font-size: 32px;
        font-size: 2.2857rem; /*font system*/
    }

    .post--vertical-reverse-thumb-middle .post__header,
    .post--vertical-reverse-thumb-middle .post__thumb {
        margin-bottom: 25px;
    }

    .post--vertical-reverse-thumb-middle .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }
}

@media (max-width: 1024px) {
    /*
        Layout
    */

    /*
        Content
    */  
}

@media (max-width: 991px) {
    /*
        Layout
    */

    .ceris-feature-l .main-post {
        width: 57%;
    }
    .ceris-feature-l .aside-post {
        width: 43%;
        padding-bottom: 0;
    }

    .ceris-feature-l .sub-posts {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 20px;
        width: 100%;
    }

    /*
        Content
    */
    .post--vertical-reverse-feature .post__thumb {
        margin-top: 30px;
    }

    .post--vertical-reverse-feature .post__title {
        font-size: 24px;
        font-size: 1.7142rem; /*font system*/
        line-height: 1.375;
    }
    .post--vertical-reverse-feature .post-type-icon {
        display: none;
    } 
    .post--vertical-reverse-thumb-middle .post__thumb {
        height: 220px;
    }
    .post--vertical-reverse-thumb-middle .post-type-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    /*
        Layout
    */

    .ceris-feature-l .main-post,
    .ceris-feature-l .aside-post {
        width: 100%;
    }

    .ceris-feature-l .sub-posts .flexbox-wrap.flexbox-wrap-2i > *{
        width: 100%;
    }

    .ceris-feature-l .sub-posts .flexbox-wrap.flex-space-40 {
        margin: -15px;
    }

    .ceris-feature-l .sub-posts .flexbox-wrap.flex-space-40 > *{
        padding: 15px;
    }

    /*
        Content
    */

    .post--vertical-reverse-feature .post__thumb,
    .post--vertical-reverse-thumb-middle .post__thumb {
        height: 280px;
    }

    .post--vertical-reverse-feature .post__thumb {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .post--vertical-reverse-feature .post__text {
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                -webkit-order: initial;
                   -moz-box-ordinal-group: initial;
                order: initial;
    }

    .post--vertical-reverse-feature .post__title {
        font-size: 22px;
        font-size: 1.5714rem;
        line-height: 1.5;
    }

    .post--vertical-reverse-thumb-middle .post__thumb {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                -webkit-order: -1;
                   -moz-box-ordinal-group: 0;
                order: -1;
    }

    .post--vertical-reverse-thumb-middle .post__thumb {
        margin-bottom: 20px;
    }

    .post--vertical-reverse-thumb-middle .post__header {
        margin-bottom: 20px;
    }

    .post--vertical-reverse-thumb-middle .post__title {
        font-size: 22px;
        font-size: 1.5714rem;
        line-height: 1.5;
        font-weight: bold;
    }

    .post--horizontal-small-normal .post__thumb {
        float: left;
    }

    .post--vertical-reverse-thumb-middle a.post__cat,
    .post--horizontal-small-normal a.post__cat {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-reverse-feature .post__title {
        font-size: 22px;
        font-size: 1.5714rem; /*font system*/
        line-height: 1.41;
    }

    .post--vertical-reverse-thumb-middle .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.4;
    }
}

@media (max-width: 480px) {
    /*
        Layout
    */

    /*
        Content
    */

    .post--vertical-reverse-feature .post__thumb,
    .post--vertical-reverse-thumb-middle .post__thumb {
        height: 260px;
    }

    .post--vertical-reverse-feature .post__title {
        font-size: 20px;
        font-size: 1.4285rem; /*font system*/
        line-height: 1.5;
        font-weight: 600;
    }

    .post--vertical-reverse-thumb-middle .post__title {
        font-weight: 600;
    }

    .post--vertical-reverse-thumb-middle .post__excerpt {
        display: none;
    }

    .post--horizontal-small-normal .post__title.typescale-1 {
        font-size: 16px;
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }

}

@media (max-width: 420px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-reverse-feature .post__thumb,
    .post--vertical-reverse-thumb-middle .post__thumb {
        height: 240px;
    }   
}

@media (max-width: 380px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-reverse-feature .post__thumb,
    .post--vertical-reverse-thumb-middle .post__thumb {
        height: 220px;
    }

    .post--horizontal-small-normal.post--horizontal-thumb-90 .post__thumb {
        width: 80px;
    }

    .post--horizontal-small-normal a.post__cat {
        margin-bottom: 10px;
    }   
}

@media (max-width: 320px) {
    /*
        Layout
    */

    /*
        Content
    */
    .post--vertical-reverse-feature .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
    }
    .post--vertical-reverse-thumb-middle .post__title {
        font-size: 18px;
        font-size: 1.2857rem; /*font system*/
    }
    .post--vertical-reverse-feature .post__thumb,
    .post--vertical-reverse-thumb-middle .post__thumb {
        height: 200px;
    }

    .post--horizontal-small-normal.post--horizontal-thumb-90 .post__thumb {
        width: 70px;
    }
}

/* .ceris-feature-l ----------------------- */
/* ----------------------- ceris_feature_m */
/*
    Layout
*/

.ceris-feature-m .post-main-left{
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            -webkit-order: -1;
               -moz-box-ordinal-group: 0;
            order: -1;
}
.ceris-feature-m .post-main-center{
    width: 45%;
}
.ceris-feature-m .post-main-left,
.ceris-feature-m .post-main-right{
    width: 27.5%;
}
/*
    Content
*/
@media (max-width: 1199px) {
    /*
        Layout
    */
    .ceris-feature-m .post-main-center{
        width: 40%;
    }
    .ceris-feature-m .post-main-left,
    .ceris-feature-m .post-main-right{
        width: 30%;
    }
    /*
        Content
    */
    .post--overlay-small-text-normal.post--overlay .post__text{
        min-height: 350px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    /*
        Layout
    */
    .ceris-feature-m .post-main-center{
        width: 100%;
    }
    .ceris-feature-m .post-main-center .post__title {
        font-size: 24px;
        font-size: 1.7142rem;
        max-width: 680px;
    }

    .ceris-feature-m .post-main-left{
        width: 50%;
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                -webkit-order: initial;
                   -moz-box-ordinal-group: initial;
                order: initial;
    }
    .ceris-feature-m .post-main-right{
        width: 50%;
    }
    /*
        Content
    */
    .post--vertical-small-normal .post__title.typescale-1{
        font-size: 1.2857rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 767px) {
    /*
        Layout
    */
    .ceris-feature-m .post-main-center{
        width: 100%;
    }
    .ceris-feature-m .post-main-left,
    .ceris-feature-m .post-main-right{
        width: 100%;
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                -webkit-order: initial;
                   -moz-box-ordinal-group: initial;
                order: initial;
    }
    /*
        Content
    */
    .post--vertical-small-normal .post__title.typescale-1{
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
    .post--overlay-small-text-normal.post--overlay .post__text {
        min-height: 300px;
    }
}
@media (max-width: 576px) {
    /*
        Layout
    */
    /*
        Content
    */

    .post--vertical-small-normal .post__title.typescale-1{
        font-size: 1.1428rem; /*font system*/
        line-height: 1.5;
    }
}
@media (max-width: 480px) {
    /*
        Layout
    */
    .ceris-feature-m .post-main-left,
    .ceris-feature-m .post-main-right{
        width: 100%;
    }
    /*
        Content
    */
    .ceris-feature-m .post-main-center .post-type-icon {
        display: none;
    }
    .post--overlay-small-text-normal.post--overlay .post-type-icon {
        display: none;
    }
    .post--vertical-small-normal .post-type-icon {
        display: none;
    }
}
.ceris-feature-m .post-main,
.ceris-feature-m .post-sub{
    min-width: 100%;
}
.ceris-feature-m .post-sub .post__title {
    font-weight: 500;
}
/* .ceris_feature_m ----------------------- */

/* .listing-grid-overlay-aside ----------------------- */
.atbs-ceris-block__aside-left{
    padding-right: 25px;
}
.atbs-ceris-block__aside-left .banner{
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}
.atbs-ceris-block__aside-left  .banner__thumb{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;

}
.atbs-ceris-block__aside-left .banner__text{
    z-index: 1;
    display: block;
    overflow-y: hidden;
    text-align: center;
    width: 100%;
    padding: 40px;
}
.atbs-ceris-block__aside-left .banner__button{
    padding: 0px 20px;
    font-size: 15px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 23px;
       -moz-border-radius: 23px;
            border-radius: 23px;
    background-color: #333;
    color: #fff;
    text-shadow: none;
    text-transform: capitalize;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none;
}
.atbs-ceris-block__aside-left .banner__button:hover{
    opacity: 0.8;
}
.atbs-ceris-block__aside-left .banner .banner__text h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}
.atbs-ceris-block__aside-left .banner .banner__thumb{
    background: #000;
}
.atbs-ceris-block__aside-left .banner .banner__thumb img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.8;
}
.atbs-ceris-block__aside-left .banner:before{
    content:"";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #333;
    z-index: -1;
}
@media (max-width: 1680px) {
    .atbs-ceris-block__aside-left .banner .banner__text h2 {
        font-size: 38px;
    }
}
@media (max-width: 1366px) {
    .atbs-ceris-block__aside-right .flexbox-wrap.flexbox-wrap-3i > * {
        width: 50%
    }
}
@media (max-width: 1199px) {
     .atbs-ceris-block__aside-left .banner .banner__text h2 {
        font-size: 32px;
    }
}
@media(max-width: 991px) {
    .atbs-ceris-block__aside-left .banner{
        min-height: 380px;
    }
    .atbs-ceris-block__aside-left {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .atbs-ceris-block__aside-right  {
        padding: 0 30px;
    }
    .atbs-ceris-block__aside-right .flexbox-wrap.flex-space-40 {
        margin: -15px;
    }
     .atbs-ceris-block__aside-right .flexbox-wrap.flex-space-40 > * {
        padding: 15px
    }
    /**/
    .atbs-ceris-block__aside-left .banner .banner__text h2 {
        font-size: 42px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    /**/
    .atbs-ceris-block__aside-left .banner .banner__text h2 {
        font-size: 38px;
    }
}
@media(max-width: 576px) {
    .atbs-ceris-block__aside-right .flexbox-wrap.flexbox-wrap-3i > * {
        width: 100%
    }
    /**/
    .atbs-ceris-block__aside-left .banner .banner__text h2 {
        font-size: 32px;
    }
}
@media(max-width: 480px) {
    .atbs-ceris-block__aside-left .banner__button {
        height: 40px;
        line-height: 40px;
    }
    /**/
    .atbs-ceris-block__aside-left .banner .banner__text h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

/* .listing-grid-overlay-aside ----------------------- */
/*  -----------------------  listing-grid-vertical-aside*/

@media(min-width: 992px){
    .listing-grid-vertical-aside .posts-list{
        padding-right: 40px;
    }
}
/* .listing-grid-vertical-aside ----------------------- */
/** Edit Post Meta **/
.owl-carousel .owl-item .post__meta img {
    display: initial;
    width: auto;
}
/** Edit Read More **/

.ceris-readmore-style-1.post__readmore {
    position: relative;
    margin-top: 15px;
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
}
.ceris-readmore-style-1.post__readmore a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.ceris-readmore-style-1.post__readmore a {
    color: #999;
}
.ceris-readmore-style-1.post__readmore i {
    margin-left: 10px;
    padding-bottom: 2px;
}
@media(max-width: 767px) {
    .ceris-readmore-style-1.post__readmore {
        display: none;
    }
}
/** Hover on Post Overlay **/
.post--overlay .post__text {
    z-index: 1;
    pointer-events: none;
}
.post--overlay .post__text a{
    pointer-events: auto;
}
.post--overlay .bookmark__buttons-wrap {
    pointer-events: auto;
}
/** ceris-post-vertical--cat-absolute **/
.ceris-post-vertical--cat-overlay a.post__cat {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 !important;
}

/** Center Readmore */

.readmore-center-has-line-around.post__readmore {
    position: relative;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
            justify-content: center;
    margin-top: 20px;
}
.readmore-center-has-line-around.post__readmore i {
    display: none;
}
.readmore-center-has-line-around.post__readmore:before,
.readmore-center-has-line-around.post__readmore:after{
    content: '';
    width: 30px;
    height: 1px;
    position: relative;
    display: inline-block;
    background: #ccc;
}
.readmore-center-has-line-around.post__readmore:before{
    margin-right: 15px;
}
.readmore-center-has-line-around.post__readmore:after{
    margin-left: 15px;
}
.readmore-center-has-line-around.post__readmore a {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .readmore-center-has-line-around.post__readmore{
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    .readmore-center-has-line-around.post__readmore a {
        font-size: 13px;
        font-weight: 500;
    }
}
@media (max-width: 360px) {
    .readmore-center-has-line-around.post__readmore a {
        font-size: 12px;
        font-weight: 500;
    }
}
/** Heading Styles **/
/** Init **/
.ceris-block-heading-loading .block-heading {
    opacity: 0 !important;
}
.block-heading.block-heading--style-1 .block-heading__title, 
.block-heading.block-heading--style-2 .block-heading__title,
.block-heading.block-heading--style-3 .block-heading__title,
.block-heading.block-heading--style-9 .block-heading__title{
    padding: 10px 25px;
    background: #333;
    color: #fff !important;
}
.archive.category .block-heading.block-heading--style-1 .block-heading__title,
.archive.category .block-heading.block-heading--style-2 .block-heading__title,
.archive.category .block-heading.block-heading--style-3 .block-heading__title,
.archive.category .block-heading.block-heading--style-9 .block-heading__title {
    color: #fff !important;
}
.block-heading.block-heading--style-1,
.block-heading.block-heading--style-2,
.block-heading.block-heading--style-3,
.block-heading.block-heading--style-9{
    border-color: #333;
}
.block-heading.block-heading--style-1:after, .block-heading.block-heading--style-2:after,
.block-heading.block-heading--style-3:after {
    content: '';
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -moz-order: 2;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    -ms-flex-order: 2;
    border-top: 3px solid #666;
    border-color: inherit;
}
.block-heading.block-heading--style-1:after {
    -ms-flex-item-align: end;
        -webkit-align-self: flex-end;
            align-self: flex-end;
}
.block-heading.block-heading--style-2:after {
    -ms-flex-item-align: start;
        -webkit-align-self: flex-start;
            align-self: flex-start;
}
.block-heading.block-heading--style-3:after {
    -ms-flex-item-align: flex-center;
        -webkit-align-self: flex-center;
            align-self: flex-center;
}
/* -- Style 4 -- */
.block-heading.block-heading--style-4 {
    padding: 20px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}
.block-heading.block-heading--style-4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 6px solid;
}
.block-heading.block-heading--style-4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0.8;
    border-top: 2px solid;
}
.block-heading.block-heading--style-4 .page-heading__subtitle p {
    margin-left: auto;
    margin-right: auto;
}
/* -- Style 5 -- */
.block-heading.block-heading--style-5 {
    padding-top: 25px;
}
.block-heading.block-heading--style-5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 6px solid;
    display: block !important;
}
/* -- Style 6 & 7 & 8 -- */
.block-heading.block-heading--style-6 .block-heading__title,
.block-heading.block-heading--style-7 .block-heading__title, 
.block-heading.block-heading--style-8 .block-heading__title  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;-moz-box-align: center;align-items: center;
    line-height: 1em;
    border-color: inherit;
}
/* -- Style 6 -- */
.block-heading.block-heading--style-6 .block-heading__title {
    padding-top: 5px;
    padding-left: 10px;
}
.block-heading.block-heading--style-6 .block-heading__title:before {
    content: '';
    border-top: 3px solid #666;
    border-left: 3px solid #666;
    border-color: inherit;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.block-heading.block-heading--style-6 .page-heading__subtitle {
    padding-left: 10px;
}
/* -- Style 7 -- */
.block-heading.block-heading--style-7 .block-heading__title:before {
    content: '';
    border: 8px solid #666;
    border-color: inherit;
    width: 1px;
    height: 1px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    margin-right: 12px;
}
.archive.category .block-heading.block-heading--style-7 .block-heading__title,
.block-heading.block-heading--style-7 .block-heading__title,
.archive .block-heading.block-heading--style-7 .block-heading__title {
    color: #222 !important;
}
.block-heading.block-heading--style-7 .page-heading__subtitle {
    padding-left: 28px;
}

/* -- Style 8 -- */
.block-heading.block-heading--style-8 .block-heading__title:after {
    content: '+';
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    color: #888;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    line-height: 28px;
    font-weight: 300;
    margin-left: 15px;
}
/* -- Style 9 --*/
.block-heading.block-heading--style-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
               -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
               -moz-box-pack: start;
            justify-content: flex-start;    
}
.block-heading.block-heading--style-9 .block-heading__title {
    position: relative;
    border-color: inherit;
    margin-right: 20px;
}
.block-heading.block-heading--style-9 .block-heading__title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #000 transparent transparent transparent;
    border-top-color: inherit;
}
.block-heading.block-heading--style-9 .page-heading__subtitle, .block-heading.block-heading--style-9 .page-heading__subtitle p {
    width: auto;
    margin-top: 0;
}
/* -- Style 10 -- */
.block-heading.block-heading--style-10 .block-heading__title:before {
    content: '';
    border-top: 4px solid #666;
    border-color: inherit;
    width: 40px;
    height: 0px;
    display: block;
    margin-bottom: 15px;
}
/* -- Style 11 -- */
.block-heading.block-heading--style-11:after{
    border-color: inherit;
}
/* -- Style 15 -- */
.block-heading.block-heading--style-15:after, .block-heading.block-heading--style-15:before{
    border-color: inherit;
}
/* -- Heading Size -- */

/* lg */

@media(max-width: 1199px) {
    .the-heading-size-lg .block-heading .block-heading__title,
    .single .the-heading-size-lg .comment-reply-title, .the-heading-size-lg .page .comment-reply-title {
        font-size: 2.5714rem !important; /*36px*/
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .atbs-ceris-main-col .the-heading-size-lg .block-heading .block-heading__title,
    .single .atbs-ceris-main-col .the-heading-size-lg .comment-reply-title, .page .atbs-ceris-main-col .the-heading-size-lg .comment-reply-title {
        font-size: 2.2857rem !important; /*32px*/
    }
}
@media(max-width: 991px) {
    .the-heading-size-lg .block-heading .block-heading__title,
    .the-heading-size-md .block-heading .block-heading__title{
        font-size: 2.1428rem !important; /*30px*/
    }
    .single .the-heading-size-lg .block-heading .block-heading__title,
    .single .the-heading-size-md .block-heading .block-heading__title,
    .single .the-heading-size-lg .comment-reply-title, .the-heading-size-lg .page .comment-reply-title,
    .single .the-heading-size-md .comment-reply-title, .the-heading-size-md .page .comment-reply-title {
        font-size: 1.8571rem !important; /*26px*/
    }
}
@media(max-width: 767px) {
    .the-heading-size-lg .block-heading .block-heading__title,
    .the-heading-size-md .block-heading .block-heading__title{
        font-size: 1.8571rem !important; /*26px*/
    }
}
@media(max-width: 576px) {
    .the-heading-size-lg .block-heading, .the-heading-size-md .block-heading,
    .single .the-heading-size-lg .comment-reply-title, .the-heading-size-lg .page .comment-reply-title,
    .single .the-heading-size-md .comment-reply-title, .the-heading-size-md .page .comment-reply-title{
        margin-bottom: 30px !important;
    }
    .the-heading-size-lg .block-heading .block-heading__title,
    .the-heading-size-md .block-heading .block-heading__title,
    .single .the-heading-size-lg .comment-reply-title, .the-heading-size-lg .page .comment-reply-title,
    .single .the-heading-size-md .comment-reply-title, .the-heading-size-md .page .comment-reply-title {
        font-size: 1.8571rem !important; /*26px*/
    }
}
@media(max-width: 360px) {
    .the-heading-size-lg .block-heading .block-heading__title,
    .the-heading-size-md .block-heading .block-heading__title,
    .the-heading-size-sm .block-heading .block-heading__title,
    .single .the-heading-size-lg .comment-reply-title, .the-heading-size-lg .page .comment-reply-title,
    .single .the-heading-size-md .comment-reply-title, .the-heading-size-md .page .comment-reply-title,
    .single .the-heading-size-sm .comment-reply-title, .the-heading-size-sm .page .comment-reply-title {
        font-size: 1.5714rem !important; /*22px*/
    }
    .single .the-heading-size-lg .block-heading .block-heading__title,
    .single .the-heading-size-md .block-heading .block-heading__title,
    .single .the-heading-size-lg .comment-reply-title, .the-heading-size-lg .page .comment-reply-title,
    .single .the-heading-size-md .comment-reply-title, .the-heading-size-md .page .comment-reply-title {
        font-size: 1.5714rem !important; /*22px*/
    }
}
/** Single Page Next Article Popup **/
.single-next-article-info-popup.is-fixed {
    pointer-events: initial;
    visibility: visible;
}
.single-next-article-info-popup span.next-article-popup-heading {
    font-weight: 400;
    font-size: 13px;
    font-style: italic;
    color: #999;
    letter-spacing: 0.5px;
}
.single-next-article-info-popup .post__title {
    font-weight: 600;
    font-size: 16px;
    margin: 8px 0 10px 0;
    cursor: pointer;
}
.single-next-article-info-popup time {
    margin-right: 5px !important;
    color: #999;
}
.single-next-article-info-popup .ceris-article-wpm--wrap {
    display: inline-block;
    color: #999;
}
.single-next-article-info-popup .ceris-article-wpm {
    margin-right: 4px;
}
.single-next-article-info-popup .min-read-icon svg {
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
         -o-transform: translateY(3px);
            transform: translateY(3px);
}
.single-next-article-info-popup .min-read-icon svg path {
    fill: #999;
}
.single-next-article-info-popup {
    background: #fff;
    border: none;
    position: fixed;
    text-align: left;
    bottom: 30px;
    left: 25px;
    color: #5e5e5e;
    padding: 25px;
    width: 300px;
    max-width: 100%;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    position: fixed;
    visibility: hidden;
    pointer-events: none;
    z-index: 50;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translate3d(0, -webkit-calc(101% + 30px), 0);
    -ms-transform: translate3d(0, calc(101% + 30px), 0);
    -moz-transform: translate3d(0, -moz-calc(101% + 30px), 0);
    transform: translate3d(0, calc(101% + 30px), 0);
        -moz-box-shadow: 0 2px 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.1);
    box-shadow: 0 2px 7px rgba(0,0,0,.1);
}
.single-next-article-info-popup .post__meta{
    font-size: 11px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.single-next-article-info-popup.atbs-force-hidden, .single-next-article-info-popup.atbs-force-hidden-forever {
    -webkit-transform: translate3d(0, -webkit-calc(101% + 30px), 0) !important;
    -ms-transform: translate3d(0, calc(101% + 30px), 0) !important;
    -moz-transform: translate3d(0, -moz-calc(101% + 30px), 0) !important;
    transform: translate3d(0, calc(101% + 30px), 0) !important;
}
.single-next-article-info-popup.is-shown {
    pointer-events: initial;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.single-next-article-info-popup--close svg {
    width: 11px;
    height: 11px;
    cursor: pointer;
}
.single-next-article-info-popup--close svg path {
    fill: #bbb;
}
.single-next-article-info-popup--close svg:hover path {
    fill: #999;
}
.single-next-article-info-popup--close {
    position: absolute;
    top: 15px;
    right: 15px;
}
@media(max-width: 991px) {
    .single-next-article-info-popup {
        display: none;
    }
}
/** Header Currently Reading **/
.header-current-reading-article {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: none;
    padding: 0 50px;
}
.header-current-reading-article .current-reading-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    cursor: pointer;
}
.header-current-reading-article h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    max-width: 768px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}
.header-current-reading-article h5 a{
    color: #222;
    text-decoration: none;
}
.header-current-reading-article .current-reading-article-label{
    padding: 6px 12px;
    background: #3545ee;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 11px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 20px;
}
.sticky-header .navigation-bar .header-article-nav-icon {
    margin-right: 5px;
    padding: 0 10px;
    fill: #666;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.navigation-bar .header-article-nav-icon svg{
    height: 22px;
    width: 22px;
}
.article-header-nav-hide.sticky-header .navigation-wrapper{
    display: none;
}
.article-header-nav-hide.sticky-header .header-current-reading-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header-article-nav-icon{
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-perspective: 1000px;
       -moz-perspective: 1000px;
            perspective: 1000px;
}
.article-header-nav-hide.sticky-header .header-article-nav-icon{
    -webkit-transform: rotateY(0);
       -moz-transform: rotateY(0);
            transform: rotateY(0);
}
.sticky-header .ceris-article-wpm--wrap {
    line-height: 1;
    color: #888;
    position: relative;
}
.sticky-header .ceris-article-wpm--wrap:before {
    content: '';
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background: #888;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}
.sticky-header .ceris-article-wpm {
    margin-right: 5px;
}
@media(max-width: 1199px) {
    .sticky-header .ceris-article-wpm--wrap {
        display: none;
    }
    .header-current-reading-article h5 {
        max-width: 350px;
    } 
}
/* cookie */
#cookie-notice {
    background-color: #f8f8f8 !important;
    display: none;
}
.cookie-notice-container {
    padding: 25px 50px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#cookie-notice .cn-text-container {
    color: #222222 !important;

}
#cookie-notice .cn-button {
    padding: 4px 25px;
    text-transform: uppercase;
    background-color: #3545EE;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    margin-left: 20px !important;
    font-weight: 500;
}
.cn-close-icon:after, .cn-close-icon:before {
    background-color: #222222;
}
.cookie-notice-container #cn-notice-text {
    margin-bottom: 0 ;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 900px;
    text-align: center;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .cookie-notice-container {
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
           -moz-box-pack: initial;
            -ms-flex-pack: initial;
                justify-content: initial;
        padding: 25px 60px 25px 30px;
    }
    .cookie-notice-container #cn-notice-text {
        margin-bottom: 15px;
        -webkit-box-flex: initial;
        -webkit-flex: initial;
           -moz-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        max-width: 100%;
        text-align: left;
    }
    #cookie-notice .cn-button {
        margin: 0 !important;
    }
    .cn-close-icon {
        top: 35px;
    }
}

/**/
.has-large-font-size {
    line-height: 1.4;
}
/** 
  * Update Gutenberg Block
  */
.wp-block-button {
    margin-top: 28px;
    margin-bottom: 28px;
}
.wp-block-button.aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 28px;
}
/*Block Button */
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    color: #fff !important;
}
/*Block cover*/
.editor-styles-wrapper .block-editor-block-list__block {

}
.wp-block-cover:not(:last-child) {
    margin-bottom: 28px;
}
.wp-block-cover, .wp-block-cover-image {
    height: auto;
}
.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}
.wp-block-cover p.wp-block-cover-text {
    padding: 35px;
    max-width: 100%;
}
.wp-block-cover .block-editor-block-list__block[data-type="core/paragraph"] p:first-child,
.wp-block-cover p.wp-block-cover-text {
    margin-top: 0;
}
/** Block Quote **/
.wp-block-pullquote cite {
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}
.wp-block-cover-image.alignleft + p, .wp-block-cover-image.alignright + p, .wp-block-cover.alignleft + p, .wp-block-cover.alignright + p,
.blocks-gallery-grid.alignleft + p, .blocks-gallery-grid.alignright + p, .wp-block-gallery.alignleft, .wp-block-gallery.alignright + p {
    margin-top: 0;
}
@media (max-width: 576px) {
    .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright,
    .blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright{
        width: 100%;
        max-width: 100%;
    }
}

/*Block gallery*/
.blocks-gallery-grid, .wp-block-gallery {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.blocks-gallery-caption, .wp-block-video figcaption {
    text-align: center;
    width: 100%;
    color: #555d66;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.blocks-gallery-grid {
    margin-bottom: 0 !important;
}
.wp-block-gallery + p {
    margin-top: 28px;
    margin-bottom: 28px;
    font-size: 16px;
}

/*Block Column*/
.wp-block-column p {
    margin-bottom: 0;
}
.wp-block-column .wp-block-image {
    margin-top: 28px;
    margin-bottom: 28px;
}
.wp-block-image figcaption, .wp-block-embed figcaption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    margin: 0;
    padding: 10px 10px 0 10px;
    color: #666;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.wp-block-media-text p {
    margin-bottom: 28px;
}

/*Block Categories: common*/
.wp-block-file a{
    color: rgba(0, 0, 0, 0.85);
}
figure.wp-block-audio{
    margin-bottom: 28px;
}
.has-drop-cap:not(:focus):first-letter {
    font-weight: inherit;
    font-size: 5em;
    line-height: .825;
}
.wp-block-cover .has-large-font-size {
    margin-bottom: 0;
}

/*Block category: Embeds*/
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0;
}
.wp-block-embed:not(:last-child) {
    margin-bottom: 28px;
}
.wp-block-embed .atbs-ceris-responsive-video {
    margin-bottom: 0;
}

/*Block category: Widgets*/
.single-body--content  > [class *= 'wp-block-']:not(:last-child) {
    margin-bottom: 28px;
}
.wp-block-calendar table {
    margin-bottom: 0;
}
.wp-block-calendar table th,
.wp-block-calendar table caption{
    text-align: center;
}
/*.single-body--content  > [class *= 'wp-block-']:not(.wp-block-cover):not(.wp-block-quote):not(.wp-block-latest-posts) a:not(.wp-block-file__button):not(.wp-block-latest-comments__comment-author):not(.wp-block-latest-comments__comment-link):hover,*/
.wp-block-categories li > a,
.wp-block-archives li > a,
.wp-block-calendar table a,
.wp-block-calendar nav a,
.wp-block-tag-cloud a{
    color: rgba(0,0,0,0.8) ;
}
.wp-block-tag-cloud a {
    margin-right: 5px;
}
.wp-block-tag-cloud a:hover {
    color: rgba(0,0,0,1);
}
/*Block category: Layout Elements*/
.wp-block-group.has-background {
    padding: 20px 30px;
}
.wp-block-group.has-background .wp-block-button{
    margin-top: 28px;
    margin-bottom: 28px;

}
.wp-block-group.has-background .wp-block-button__link,
.wp-block-group.has-background .wp-block-button__link:hover{
    font-size: 16px;
    color: #fff;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    height: 10px;
    border: none;
    background-color: transparent;
    background-image: -webkit-radial-gradient(currentColor 1px, transparent 1px);
    background-image: -moz-radial-gradient(currentColor 1px, transparent 1px);
    background-image: -o-radial-gradient(currentColor 1px, transparent 1px);
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    -webkit-background-size: 5px 5px;
       -moz-background-size: 5px 5px;
         -o-background-size: 5px 5px;
            background-size: 5px 5px;
    background-repeat: repeat;
    opacity: .25;
}
.wp-block-separator:not(.is-style-dots) {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 10px;
    border: none;
    background-color: transparent;
    background-image: -webkit-radial-gradient(currentColor 1px, transparent 1px);
    background-image: -moz-radial-gradient(currentColor 1px, transparent 1px);
    background-image: -o-radial-gradient(currentColor 1px, transparent 1px);
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-position: 1px 1px;
    -webkit-background-size: 5px 5px;
       -moz-background-size: 5px 5px;
         -o-background-size: 5px 5px;
            background-size: 5px 5px;
    background-repeat: repeat;
    opacity: 1;
}
.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto;
}
.wp-block-preformatted {
    margin-top: 28px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p{
    font-style: normal;
}

.wp-block-table table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, .025);
    margin-bottom: 0;
}
.wp-block-table td, .wp-block-table th {
    padding: 0.8em;
    border: 1px solid #eee;
}
.wp-block-table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, .025);
}


.wp-block-search__button {
    background: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 15px;
    height: 53px;
    line-height: 53px;
    color: #fff;    
    border: 0;
    font-size: 17px;
}
.wp-block-search .wp-block-search__label {
    font-size: 17px;
    margin-bottom: 5px;
}
.page-template-default .typography-copy > p:last-child {
    margin-bottom: 0;
}
/** Audio Block **/
.wp-block-audio figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
}
/** Video **/
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper .atbs-ceris-responsive-video {
    padding-bottom: 75%;
}
/** Theme Check Issue **/
/**
  * Menu To Left
  */
.atbs-submenu-to-left .sub-menu {
    right: -webkit-calc(100%) !important;
    right: -moz-calc(100%) !important;
    right: calc(100%) !important;
    left: auto !important;
}
.atbs-submenu-to-right .sub-menu{
    right: auto !important;
    bottom: auto !important;
    left: 100% !important;
}
/** WPForms **/
div.wpforms-container-full .wpforms-form button[type=submit] {
    border: 0;
    background: var(--color-logo);
    color: #fff;
    padding: 0 20px;
    min-height: 45px;
    border-radius: 3px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    border: 0;
    color: #fff;
    opacity: 0.8;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 25px;    
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #990000;
    font-size: 13px;
    float: none;
    cursor: default;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.bk-lwa.navigation-bar-btn .avatar{
    height: 26px;
    width: 26px;
}
/*======================================== Dark Mode  ========================================*/
/**/
.ceris-dark-mode {
    --background-dark-mode: #222222;
    --background-dark-mode-aside: #353535;
    --background-dark-mode-aside_07: rgba(53,53,53,0.7);
    --background-dark-mode-aside_0: rgba(53,53,53,0);
    --color-border: rgba(255,255,255,0.1);
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .set-background-module {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode [class*="list-seperated"]>*:not(:last-child) {
    border-color: var(--color-border);
}
.ceris-dark-mode .list-seperated-exclude-first>*:first-child {
    border: none;
}
.ceris-dark-mode .post--horizontal-border {
    border-color: var(--color-border);
}
.ceris-dark-mode article[data-dark-mode="true"] .post__text:not(.text-color-black) a.post__cat {
    color: #fff !important;
}
.ceris-dark-mode .block-heading__subtitle {
    color: rgba(255,255,255,0.4);
}
.ceris-dark-mode article[data-dark-mode="true"] .post__text:not(.text-color-black) a.post__cat {
    color: #fff !important;
}
.ceris-dark-mode .atbs-ceris-carousel-heading-aside .block-carousel-heading .block-carousel-heading__title, 
.ceris-dark-mode .widget .widget__title .widget__title-text,
.ceris-dark-mode .block-heading__subtitle p,
.ceris-dark-mode .block-heading .block-heading__title,
.ceris-dark-mode article[data-dark-mode="true"] a.post__cat ,
.ceris-dark-mode article[data-dark-mode="true"] .post__title,
.ceris-dark-mode article[data-dark-mode="true"] .post-comment a {
    color: #fff !important;
}
.ceris-dark-mode article[data-dark-mode="true"] .entry-author__name,
.ceris-dark-mode article[data-dark-mode="true"] a.entry-author__name,
.ceris-dark-mode article[data-dark-mode="true"] .post__excerpt,
.ceris-dark-mode article[data-dark-mode="true"] .post-author__socials a,
.ceris-dark-mode article[data-dark-mode="true"] time.time,
.ceris-dark-mode article[data-dark-mode="true"] .comment-count a,
.ceris-dark-mode article[data-dark-mode="true"] .view-count,
.ceris-dark-mode article[data-dark-mode="true"] .list-index,
.ceris-dark-mode article[data-dark-mode="true"] .post__meta,
.ceris-dark-mode article[data-dark-mode="true"] .post__meta a,
.ceris-dark-mode article[data-dark-mode="true"] .entry-meta,
.ceris-dark-mode article[data-dark-mode="true"] .entry-meta a,
.ceris-dark-mode article[data-dark-mode="true"] .post__meta span.post-comment-counter,
.ceris-dark-mode article[data-dark-mode="true"] .post__meta span.post-view-counter {
    color: #999 !important;
}
.ceris-dark-mode article[data-dark-mode="true"] .post__readmore a.button__readmore,
.ceris-dark-mode article[data-dark-mode="true"] .post__readmore a.button__readmore span,
.ceris-dark-mode article[data-dark-mode="true"] .entry-more a,
.ceris-dark-mode .atbssuga-pagination a.read-more-link {
    color: #fff !important;
}

.ceris-dark-mode article[data-dark-mode="true"] .post__meta-count-interactive span:not(:last-child):after {
    background-color: rgba(255,255,255,0.25);
}
.ceris-dark-mode article[data-dark-mode="true"] .entry-more a svg {
    fill: #fff;
}
.ceris-dark-mode .atbs-ceris-search-full--result .atbs-ceris-pagination .btn,
.ceris-dark-mode .atbs-ceris-pagination [class*='js-ajax-load-'] {
    border-color: rgba(255,255,255,0.15);
}
.ceris-dark-mode .owl-carousel .owl-dot.active span {
    background: rgba(255, 255, 255, 0.8) !important;
}
.ceris-dark-mode .owl-carousel .owl-dot span {
    background: rgba(255, 255, 255, 0.5) !important;
}
.ceris-dark-mode .single-header-with-bg {
    background-color: var(--background-dark-mode-aside);
}
@media (min-width: 1276px) {
    .ceris-dark-mode .owl-carousel.carousel-dots-count-number .owl-dot.active span {
        background-color: var(--background-dark-mode-aside) !important;
        color: #fff !important;
    }
    .ceris-dark-mode .owl-carousel.carousel-dots-count-number .owl-dot:not(.active) span {
        background-color: var(--background-dark-mode-aside);
        opacity: 0.1;
    }
    .ceris-dark-mode .carousel-dots-count-number .owl-dot:before {
        color: #fff !important;
    }

}
.ceris-dark-mode .atbs-ceris-carousel-nav-custom-holder .owl-prev,
.ceris-dark-mode .atbs-ceris-carousel-nav-custom-holder .owl-next {
    color: #fff !important;
    background-color: var(--background-dark-mode-aside) !important;
    border-color: var(--color-border) !important;
}
.ceris-dark-mode .atbs-ceris-carousel-nav-custom-holder .owl-number {
    color: #fff;
}

.ceris-dark-mode .owl-carousel.button--dots-center-nav .owl-prev,
.ceris-dark-mode .owl-carousel.button--dots-center-nav .owl-next {
    color: #fff !important;
    border: 1px solid var(--color-border) !important;
}
.ceris-dark-mode .owl-carousel .owl-prev,
.ceris-dark-mode .owl-carousel .owl-next {
    color: #fff !important;
    background-color: var(--background-dark-mode-aside) !important;
    border-color: var(--color-border) !important;
}

.ceris-dark-mode .widget-slide .owl-carousel .owl-prev, 
.ceris-dark-mode .widget-slide .owl-carousel .owl-next {
    background: none !important;
}
.ceris-dark-mode .owl-carousel .owl-prev i,
.ceris-dark-mode .owl-carousel .owl-next i {
    color: #fff;
}
.ceris-dark-mode .atbs-ceris-carousel-nav-custom-holder .owl-number {
    color: #fff;
}
.ceris-dark-mode .widget-slide .owl-carousel .owl-prev i,
.ceris-dark-mode .widget-slide .owl-carousel .owl-next i {
    color: rgba(255,255,255,0.4);
}
/*Module*/
/*Featured Width List Horizontal*/
.ceris-dark-mode .atbs-ceris-featured-with-list--horizontal-list .sub-posts {
    background-color: var(--background-dark-mode-aside);
}

/*Featured Slider A*/
.ceris-dark-mode .atbs-ceris-feature-slider .post__text--wrap,
.ceris-dark-mode .atbs-ceris-feature-slider .owl-prev, .ceris-dark-mode .atbs-ceris-feature-slider .owl-next,
.ceris-dark-mode .atbs-ceris-feature-slider .owl-number {
    background-color: var(--background-dark-mode-aside) !important;
    color: #fff !important;
}

/*Featured Module A*/
.ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item:hover{
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item:hover a.post__cat[class *='cat-'],
.ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item:hover .post__cat,
.ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item:hover .post__title,
.ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item:hover .readmore-normal a{
    color: #fff !important;
}

.ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item:hover a.post__cat[class *='cat-']:before,
.ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item:hover .post__cat:before{
    background-color: var(--color-logo);
}
@media (max-width: 576px) {
    .ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item:not(:last-child) {
        border-color: var(--color-border);
    }
    .ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item {
        background-color: var(--background-dark-mode);
    }
    .ceris-dark-mode .atbs-ceris-posts-feature .post-sub .list-item:not(:nth-child(2)) a.post__cat[class *='cat-'] {
        color: #fff !important;
    }
}

/*Featured Module B*/
.ceris-dark-mode .atbs-ceris-posts-feature-d-update .post-main,
.ceris-dark-mode .atbs-ceris-posts-feature-d-update .post-sub {
    background-color: var(--background-dark-mode);
    border-color: var(--color-border);
}

/*Featured Module C*/
.ceris-dark-mode .atbs-ceris-posts-feature-c-update.ceris-light-mode .block__inner--wrap,
.ceris-dark-mode .atbs-ceris-posts-feature-c-update.ceris-dark-mode .block__inner--wrap {
    background-color: var(--background-dark-mode-aside) !important;
    border-color: var(--color-border);
}

/*Featured Module D*/
.ceris-dark-mode .atbs-ceris-posts-feature-b-update .post-sub {
    background-color: var(--background-dark-mode-aside);
}
/*Featured Module E*/
.ceris-dark-mode .atbs-ceris-posts-feature-a-update .post-sub {
    background-color: var(--background-dark-mode-aside);
}

/*Featured Module H*/
.ceris-dark-mode .ceris-feature-h .post--card-overlay-no-background .post__thumb--overlay.post__thumb:after,
.ceris-dark-mode .ceris-feature-h .owl-item.active + .owl-item.active .post--card-overlay-no-background .post__thumb--overlay.post__thumb:after {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .ceris-feature-h .owl-item.active + .owl-item.active .post--card-overlay-no-background a.post__cat,
.ceris-dark-mode .ceris-feature-h .owl-item.active + .owl-item.active .post--card-overlay-no-background .post__title a,
.ceris-dark-mode .ceris-feature-h .owl-item.active + .owl-item.active .post--card-overlay-no-background .entry-author__name {
    color: #fff !important;
}

/*Featured Module I*/
.ceris-dark-mode .ceris-feature-i .sub-posts,
.ceris-dark-mode .post--overlap-top-right .post__text-wrap {
    background-color: var(--background-dark-mode);
}
/*Featured Module J*/
.ceris-dark-mode .ceris-feature-j .sub-posts .atbs-ceris-carousel-nav-custom-holder > *:not(:last-child) {
    color: #fff;
}
/*Featured Module L*/
.ceris-dark-mode .ceris-feature-l .sub-posts {
    background-color: var(--background-dark-mode);
}

/*Featured Module About*/
.ceris-dark-mode .ceris-about-module .about__content {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .ceris-about-module .about__title {
    color: #fff;
}
.ceris-dark-mode .ceris-about-module .about__title a {
    color: #fff;
}
.ceris-dark-mode .ceris-about-module .about__text {
    color: #999;
}
.ceris-dark-mode .about-signature {
    filter: invert(1);
}
/*Grid Carousel A*/
.ceris-dark-mode .grid-carousel--wrap {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .post--horizontal-thumb__top {
    background-color: var(--background-dark-mode);
}
/*Grid Carousel B*/
.ceris-dark-mode .atbs-ceris-post--grid-a-update .owl-carousel .owl-item:not(.active) + .owl-item.active {
    border-color: var(--color-border);
}
.ceris-dark-mode .post-no-thumb-height-default {
    border-color: var(--color-border);
}
@media (max-width: 767px) {
    .ceris-dark-mode .atbs-ceris-post--grid-a-update {
        background-color: var(--background-dark-mode-aside)
    }
    .ceris-dark-mode  .post-no-thumb-height-default[data-dark-mode="true"] {
        background-color: var(--background-dark-mode);
    }
}
.ceris-dark-mode  .atbs-ceris-grid-carousel .owl-dot:before {
    color: #fff;
}
/*Grid C*/
.ceris-dark-mode .atbs-ceris-post-slide-has-list .atbs-ceris-post-slide-text-center .post__text-wrap {
    background-color: var(--background-dark-mode-aside);
}
/*Grid D*/
.ceris-dark-mode .ceris-grid-d .post--horizontal-thumb-radius[data-dark-mode="true"] {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .post--horizontal-thumb-radius[data-dark-mode="true"] {
    background-color: var(--background-dark-mode);
}

/*Grid E*/
.ceris-dark-mode .atbs-ceris-post--grid-c-update .atbs-ceris-block__inner {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .atbs-ceris-post--grid-c-update .post-main .owl-item.active + .owl-item.active .post-no-thumb-title-line,
.ceris-dark-mode .atbs-ceris-post--grid-c-update .post-main .owl-item.active + .owl-item.active + .owl-item .post-no-thumb-title-line,
.ceris-dark-mode .atbs-ceris-post--grid-c-update .post-main .owl-item.active + .owl-item.active + .owl-item .post-no-thumb-title-line{
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .atbs-ceris-post--grid-c-update .post-main .owl-item.active + .owl-item.active .post__cat,
.ceris-dark-mode .atbs-ceris-post--grid-c-update .post-main .owl-item.active + .owl-item.active .post__title,
.ceris-dark-mode .atbs-ceris-post--grid-c-update .post-main .owl-item.active + .owl-item.active .post__excerpt {
    color: #fff;
}
.ceris-dark-mode .post-no-thumb-title-line {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-prev,
.ceris-dark-mode .atbs-ceris-post--grid-c-update .atbs-ceris-carousel.nav-circle .owl-next{
    background-color: var(--background-dark-mode-aside) !important;
    box-shadow: 0px 0px 1px rgb(255 255 255 / 40%);
    color: #fff !important;
}
/*Grid G*/
.ceris-dark-mode .atbs-ceris-post--grid-f-update {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .post-no-thumb-has-comment[data-dark-mode="true"] {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .post-no-thumb-has-comment[data-dark-mode="true"] .post__meta {
    border-color: var(--color-border);
}
.ceris-dark-mode .post-no-thumb-has-comment[data-dark-mode="true"] .post__meta span:not(:last-child):after {
    background-color: var(--background-dark-mode-aside);
    opacity: 0.6;
}
/*Grid H*/
.ceris-dark-mode .post-background-white  {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .atbs-ceris-post--grid-g-update {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .atbs-ceris-post--grid-g-update .post-list {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .post--vertical-thumb-default[data-dark-mode="true"] .post__meta {
    border-color: var(--color-border);
}
@media (max-width: 991px) {
    .ceris-dark-mode .atbs-ceris-post--grid-g-update .post-list {
        background-color: transparent;
    }
    .ceris-dark-mode .atbs-ceris-post--grid-g-update .post-list .post--horizontal-thumb-radius[data-dark-mode="true"] {
        background-color: var(--background-dark-mode);
    }
}

/*Grid I*/
.ceris-dark-mode .post-list-no-thumb-3i .list-item {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .post-list-no-thumb-3i .list-item:not(:last-child):after {
    background-color: var(--color-border);
}
@media (max-width: 767px) {
    .ceris-dark-mode .atbs-ceris-video-has-post-list .post-list-no-thumb-3i .list-item:not(:last-child) {
        border-color: var(--color-border);
    }
}

/*Grid J*/
.ceris-dark-mode .has-border-line-padding-30 {
    border-color: var(--color-border);
}

/*Grid L*/
.ceris-dark-mode .post-horizontal-text-space-between[data-dark-mode="true"] {
    background-color: var(--background-dark-mode-aside);
}
@media (max-width: 576px) {
    .ceris-dark-mode .atbs-ceris-post--grid-k-update .post--vertical-reverse-text-wrap {
        border-color: var(--color-border);
    }
}

/*Grid M*/
.ceris-dark-mode .ceris-grid-m {
    background-color: var(--background-dark-mode-aside);
}

/*Grid S*/
.ceris-dark-mode .post--card[data-dark-mode="true"] {
    background-color: var(--background-dark-mode-aside);
    border-color: var(--color-border);
}
.ceris-dark-mode .post--card[data-dark-mode="true"] .post__footer {
    border-color: rgba(255, 255, 255, 0.05);
    background: var(--background-dark-mode-aside);
}
@media (min-width: 768px) {
    .ceris-dark-mode .post--card[data-dark-mode="true"] .post__footer:before {
        background: linear-gradient(0deg, var(--background-dark-mode-aside) 0, var(--background-dark-mode-aside_07) 70%, var(--background-dark-mode-aside_0) 100%);
    }
}
/*Block Grid b*/
.ceris-dark-mode .ceris-posts-block-grid-b-no-sidebar ul >*:not(:last-child) {
    border-color: var(--color-border);
}
/*Block Grid F*/
.ceris-dark-mode .ceris_posts_block_grid_f_no_sidebar .post--grid-right .post--grid-item:not(:last-child):before {
    background-color: var(--color-border);
}

/*Block Grid H*/
.ceris-dark-mode .ceris_posts_block_grid_g_no_sidebar .post--grid-right .post--grid-item:not(:last-child):before {
    background-color: var(--color-border);
}

/**/
.ceris-dark-mode .atbs-ceris-block__aside-left .banner .banner__thumb {
    background-color: var(--background-dark-mode-aside);
}
/*Listing Grid Has Slider*/
.ceris-dark-mode .atbs-ceris-post--vertical-3i-row .owl-carousel .owl-nav:before {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .atbs-ceris-post--vertical-3i-row .owl-carousel .owl-nav:before {
    background-color: var(--color-border);
}
.ceris-dark-mode .atbs-ceris-post--vertical-3i-row .owl-carousel {
    border-color: var(--color-border);
}
/*Listing List C*/
.ceris-dark-mode .post--horizontal-hasbackground.post[data-dark-mode="true"] {
    background-color: var(--background-dark-mode-aside);
}

/*Listing List G*/
.ceris-dark-mode .post--horizontal-fullwidth-thumb-50[data-dark-mode="true"] {
    background-color: var(--background-dark-mode-aside) !important;
}

/*Listing List Large A*/
.ceris-dark-mode .post--overlay-text-center--bg[data-dark-mode="true"] .post__text-wrap {
    background-color: var(--background-dark-mode-aside) !important;
}

/*Listing List Large B*/
.ceris-dark-mode .post--overlay-text-bottom-center--bg[data-dark-mode="true"] .post__text-wrap {
    background-color: var(--background-dark-mode-aside) !important;
}

/*Listing Grid F*/
.ceris-dark-mode .post--vertical-thumb-70-background[data-dark-mode="true"] {
    background-color: var(--background-dark-mode-aside);
}
/*Author*/
.ceris-dark-mode .ceris-author-list .author-box.author-box-vertical .author-name a {
    color: #fff;
}
.ceris-dark-mode .ceris-author-list .author-box.author-box-vertical .entry-author__task {
    color: #999;
}

/*Categories*/
.ceris-dark-mode .ceris-category-tiles .atbs-ceris-block__inner {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .category-nothumb-cat-large {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .category-nothumb-cat-large .category-name a {
    color: #fff;
}
.ceris-dark-mode .category-nothumb-cat-large .category-description .category-tile__description,
.ceris-dark-mode .category-nothumb-cat-large .category-read-more a {
    color: #fff;
}

/*Block Main Col B*/
.ceris-dark-mode .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-main,
.ceris-dark-mode .atbs-ceris-post--listing-slider .atbs-ceris-block__inner .post-sub,
.ceris-dark-mode .post-slide-listing-fullwidth .post__text {
    background-color: var(--background-dark-mode);
}
/*Listing ALT A*/
.ceris-dark-mode .post-list-no-thumb-3i .list-item:not(:last-child) {
    border-color: var(--color-border);
}
/**/
.ceris-dark-mode .navigation-bar--fullwidth {
    background-color: var(--background-dark-mode-aside) !important;
}
.ceris-dark-mode .site-header {
    box-shadow: 0px 3px 2px 0px rgba(255, 255, 255, 0.03), 0 1px 0 0 rgba(255, 255, 255, 0.04), 0 -1px 0 0 rgba(255, 255, 255, 0.04);
}
.ceris-dark-mode .site-header,
.ceris-dark-mode.header-1 .header-main, 
.ceris-dark-mode.header-2 .header-main,
.ceris-dark-mode.header-3 .site-header, 
.ceris-dark-mode.header-4 .navigation-bar,
.ceris-dark-mode.header-5 .navigation-bar, 
.ceris-dark-mode.header-6 .navigation-bar,
.ceris-dark-mode.header-7 .header-main, 
.ceris-dark-mode.header-8 .header-main, 
.ceris-dark-mode.header-9 .site-header,
.ceris-dark-mode.header-10 .navigation-bar, 
.ceris-dark-mode.header-11 .navigation-bar,
.ceris-dark-mode.header-13 .navigation-bar, 
.ceris-dark-mode.header-14 .header-main, 
.ceris-dark-mode.header-14 .header-bg-main-color,
.ceris-dark-mode.header-15 .header-main, 
.ceris-dark-mode.header-16 .navigation-bar, 
.ceris-dark-mode.header-17 .navigation-bar,
.ceris-dark-mode.header-18 .navigation-bar, 
.ceris-dark-mode.header-12 .header-main {
    background-color: var(--background-dark-mode) !important;
}
.ceris-dark-mode .site-header .navigation-custom-bg-color,
.ceris-dark-mode .site-header .navigation-bar .navigation-custom-bg-color {
    background-color: var(--background-dark-mode-aside) !important;
}

.ceris-dark-mode .menu-icon a span:not(.menu-icon--text),
.ceris-dark-mode .menu-icon a span:not(.menu-icon--text):after,
.ceris-dark-mode .menu-icon a span:not(.menu-icon--text):before{
    background-color: #fff;
}

.ceris-dark-mode .navigation--main>li>a,
.ceris-dark-mode .social-list > li > a {
    color: #fff !important;
}
.ceris-dark-mode .btn-default {
    color: #fff !important;
    background-color: var(--background-dark-mode-aside) !important;
}
.ceris-dark-mode .navigation-bar-btn {
    color: #fff !important;
}
.ceris-dark-mode.header-11 .offcanvas-menu-toggle {
    border-color: var(--color-border);
}
.ceris-dark-mode .space-seperated >*:not(:first-child) {
    border-color: var(--color-border);
}
/**/
.ceris-dark-mode.header-14 .icon-menu {
    border-color: var(--color-border) !important;
}
.ceris-dark-mode.header-14 .navigation-bar:before {
    background-color: var(--color-border);
    z-index: 1;
}
.ceris-dark-mode .sticky-header {
    color: #fff;
}
@media (min-width: 992px) {
    .ceris-dark-mode .search-border-right, .ceris-dark-mode.header-14 .header-logo {
        border-color: var(--color-border);
    }
}

.ceris-dark-mode .navigation--offcanvas li>a {
    color: #fff !important;
}
.ceris-dark-mode .social-list > li > a {
    color: rgba(255, 255, 255, 0.6);
}
.ceris-dark-mode .atbs-ceris-mega-menu,
.ceris-dark-mode .navigation--main>li>.sub-menu,
.ceris-dark-mode .navigation--main li>.sub-menu .sub-menu{
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .sub-menu>li>a,
.ceris-dark-mode .navigation--main .sub-menu {
    color: #fff;
}
.ceris-dark-mode .navigation--main .sub-menu a {
    color: rgba(255,255,255,0.8);
}
.ceris-dark-mode .navigation .sub-menu li:not(:last-child),
.ceris-dark-mode .atbs-ceris-mega-menu__inner>.sub-menu>li>a {
    border-color: var(--color-border);
}

.ceris-dark-mode .mobile-header {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .mobile-header-btn:hover, 
.ceris-dark-mode .mobile-header-btn {
    color: #fff;
}
.ceris-dark-mode .atbs-ceris-offcanvas {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .atbs-ceris-offcanvas__section:not(:first-child) {
    border-color: var(--color-border);
}
@media (min-width: 992px) {
    .ceris-dark-mode .atbs-ceris-offcanvas {
        background-color: var(--background-dark-mode-aside);
    }
    .ceris-dark-mode .atbs-ceris-offcanvas .atbs-ceris-offcanvas__title .atbs-ceris-offcanvas-close--wrap,
    .ceris-dark-mode .atbs-ceris-offcanvas-close .label-icon {
        color: #fff;
    }

    .ceris-dark-mode .atbs-ceris-offcanvas .border-right {
        border-color: var(--color-border);
    }
    .ceris-dark-mode .btn-nav-show_full {
        color: #fff;
        border: 1px solid var(--color-border);
    }
}


.ceris-dark-mode .atbs-ceris-search-full {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .atbs-ceris-search-full .search-form__input {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode #atbs-ceris-search-remove {
    color: #fff;
}
.ceris-dark-mode .atbs-ceris-search-full .search-recommend-articles .post-list:before {
    background-color: var(--color-border);
}
.ceris-dark-mode .atbs-ceris-search-full .search-recommend-articles .list-item:before {
    background-color: rgba(255,255,255,0.5);
}

/*Footer*/
.ceris-dark-mode .site-footer {
    color: #fff;
}
.ceris-dark-mode .site-footer .site-logo a {
    color: rgba(255, 255, 255, 0.8) !important;
}
.ceris-dark-mode .ceris-footer .navigation--footer > li > a,
.ceris-dark-mode .ceris-footer .atbs-ceris-offcanvas a,
.ceris-dark-mode .navigation--footer>li>a {
    color: #fff !important;
}

.ceris-dark-mode .site-footer, .ceris-dark-mode .footer-3.site-footer,
.ceris-dark-mode .footer-5.site-footer, .ceris-dark-mode .footer-6.site-footer,
.ceris-dark-mode .site-footer.footer-7 .site-footer__section:first-child,
.ceris-dark-mode .site-footer.footer-8 .site-footer__section:first-child {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .site-footer__section--bordered,
.ceris-dark-mode .site-footer__section--bordered-inner .site-footer__section-inner {
    border-color: var(--color-border);
}

.ceris-dark-mode input[type="text"], .ceris-dark-mode input[type="email"],
.ceris-dark-mode input[type="url"], .ceris-dark-mode input[type="password"],
.ceris-dark-mode input[type="search"], .ceris-dark-mode input[type="tel"],
.ceris-dark-mode input[type="number"], .ceris-dark-mode textarea,
.ceris-dark-mode textarea.form-control, .ceris-dark-mode select, select.form-control {
    background-color:  var(--background-dark-mode);
    border-color: var(--color-border);
    color: #fff;
}
.ceris-dark-mode input::placeholder,
.ceris-dark-mode textarea::placeholder {
    color: #fff;
}

/*Widget*/
.ceris-dark-mode .apsl-widget, 
.ceris-dark-mode .widget_nav_menu li>a, 
.ceris-dark-mode .widget_text, 
.ceris-dark-mode .widget_rss, 
.ceris-dark-mode .widget_pages li,
.ceris-dark-mode .widget_archive li, 
.ceris-dark-mode .widget_categories li, 
.ceris-dark-mode .widget_meta li, 
.ceris-dark-mode .widget_recent_entries li,

.ceris-dark-mode .widget_archive li>a,
.ceris-dark-mode .widget_calendar table,
.ceris-dark-mode .widget_categories li>a,
.ceris-dark-mode .widget_meta li>a,
.ceris-dark-mode .widget_pages li>a, 
.ceris-dark-mode .widget_recent_entries li>a {
    color: rgba(255, 255, 255, 0.8);
}
.ceris-dark-mode .widget_text cite {
    color: rgba(255,255,255,0.6);
}
.widget_text ol ,
.widget_text ul {
    padding-left: 40px;
}
.widget_text figure figcaption:not(:first-child) {
    margin-top: 15px;
}

.ceris-dark-mode .widget_media_video .mejs-container, 
.ceris-dark-mode .widget_media_video .mejs-container,
.ceris-dark-mode .widget_media_video .mejs-controls, 
.ceris-dark-mode .widget_media_video .mejs-embed, 
.ceris-dark-mode .widget_media_video .mejs-embed body,

.ceris-dark-mode .widget_media_audio .mejs-container, 
.ceris-dark-mode .widget_media_audio .mejs-container,
.ceris-dark-mode .widget_media_audio .mejs-controls, 
.ceris-dark-mode .widget_media_audio .mejs-embed, 
.ceris-dark-mode .widget_media_audio .mejs-embed body {
    background-color: var(--background-dark-mode-aside);
}

/* site footer dark mode*/

.ceris-dark-mode .site-footer .widget_media_video .mejs-container, 
.ceris-dark-mode .site-footer .widget_media_video .mejs-container,
.ceris-dark-mode .site-footer .widget_media_video .mejs-controls, 
.ceris-dark-mode .site-footer .widget_media_video .mejs-embed, 
.ceris-dark-mode .site-footer .widget_media_video .mejs-embed body,

.ceris-dark-mode .site-footer .widget_media_audio .mejs-container, 
.ceris-dark-mode .site-footer .widget_media_audio .mejs-container,
.ceris-dark-mode .site-footer .widget_media_audio .mejs-controls, 
.ceris-dark-mode .site-footer .widget_media_audio .mejs-embed, 
.ceris-dark-mode .site-footer .widget_media_audio .mejs-embed body {
    background-color: var(--background-dark-mode);
}
.widget_text figure figcaption {
    color: rgba(255,255,255,0.6);
}
.widget_text hr {
    border-color: rgba( 255,255,255,0.05);
}
.widget_text .btn-group {
    margin-bottom: 1rem;
}
.widget .widget__title.block-heading--line {
    display: flex;
    flex-wrap: nowrap;
}
.widget .block-heading--line.block-heading:after {
    min-width: 50px;
}
.inverse-text .wp-block-pullquote cite ,
.inverse-text .widget caption {
    color: rgba(255,255,255,0.6);
}
.inverse-text .widget_calendar thead {
    background-color: transparent;
}
.inverse-text .widget_calendar table {
    color: rgba(255,255,255,0.8);
    border: 1px solid #eee;
}
.ceris-dark-mode  .inverse-text .widget_calendar table {
    border: 1px solid rgba(255,255,255,0.015);
}
/**/
.ceris-dark-mode #calendar_wrap {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .widget_calendar thead {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode tr {
    border-bottom: 1px solid var(--color-border);
}
/* site footer */
.ceris-dark-mode .site-footer .calendar_wrap {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .site-footer .widget_calendar thead {
    background-color: var(--background-dark-mode-aside);
}
.ceris-dark-mode .widget_calendar caption {
    background-color: var(--background-dark-mode-aside);
}
/**/
.ceris-dark-mode .widget_recent_comments .recentcomments {
    color: rgba(255, 255, 255, 0.8);
}
.ceris-dark-mode .widget_recent_comments .recentcomments>a {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: var(--background-dark-mode-aside)
}
/**/
.ceris-dark-mode .widget_search .search-form__submit {
    color: rgba(0, 0, 0, 0.4);
}
/**/
.ceris-dark-mode input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.ceris-dark-mode input[type="text"]::placeholder,
.ceris-dark-mode input[type="email"]::placeholder,
.ceris-dark-mode input[type="url"]::placeholder,
.ceris-dark-mode input[type="password"]::placeholder,
.ceris-dark-mode input[type="search"]::placeholder,
.ceris-dark-mode input[type="tel"]::placeholder,
.ceris-dark-mode input[type="number"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.ceris-dark-mode .widget_search .search-form__submit {
    color: #fff;
}
.ceris-dark-mode .tagcloud a {
    background-color: var(--background-dark-mode-aside);
    color: #fff;
}
.ceris-dark-mode .site-footer .tagcloud a {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .author-box .author-name a {
    color: #fff;
}
.ceris-dark-mode .author-box .author-bio,
.ceris-dark-mode .author-box .author-info a,
.ceris-dark-mode .author-box .author-bio a {
    color: rgba(255, 255, 255, 0.6) !important;
}
/*Single*/
.ceris-dark-mode .btn-open-form-rating {
    background-color: var(--background-dark-mode-aside);
    color: #fff;
}
.ceris-dark-mode .ceris-mobile-share-socials ul li a {
    border-color: var(--color-border);
}
.ceris-dark-mode .has-background {
    background-color: #3f3e3e;
}
.ceris-dark-mode .single-header .post__title {
    color: #fff;
}
.ceris-dark-mode .single-header .entry-teaser {
    color: rgba(255, 255, 255, 0.6);
}
.ceris-dark-mode .single-header .entry-meta a,
.ceris-dark-mode .single-header .entry-meta * {
    color: rgba(255, 255, 255, 0.4);
}
.ceris-dark-mode .search-results, 
.ceris-dark-mode .post--single,
.ceris-dark-mode .post--single .single-body {
    color: rgba(255,255,255,0.8);
}

.ceris-dark-mode .post--single .single-body strong,
.ceris-dark-mode .atbs-reactions-title, 
.ceris-dark-mode .typography-copy .atbs-ceris-pagination__label,
.ceris-dark-mode .post--single .atbs-ceris-pagination__label,
.ceris-dark-mode .posts-navigation .post__title,
.ceris-dark-mode .posts-navigation .posts-navigation__label span {
    color: #fff;
}
.ceris-dark-mode .single-footer .view-count,
.ceris-dark-mode .single-footer .comments-count, 
.ceris-dark-mode .entry-tags ul > li > a {
    color: rgba(255,255,255,0.8);
}
.ceris-dark-mode .wp-block-pullquote cite,
.ceris-dark-mode .typography-copy blockquote cite, 
.ceris-dark-mode .comment-content blockquote cite {
    color: rgba(255,255,255,0.6);
}
.ceris-dark-mode .typography-copy hr{
    border-color: rgba(255,255,255,0.05);
}
.inverse-text .widget_rss li {
    border-color: rgba(255,255,255,0.2);
}
.inverse-text .widget_categories li>a, 
.inverse-text .widget_pages li>a,
.inverse-text .widget_recent_entries li>a {
    color: rgba(255,255,255,0.8);
}

.inverse-text blockquote .small, 
.inverse-text blockquote footer, 
.inverse-text blockquote small {
    color: rgba(255,255,255,0.6);
}
.ceris-dark-mode .widget_rss li, 
.ceris-dark-mode .atbs-reactions-content,
.ceris-dark-mode .single-body--content,
.ceris-dark-mode .atbs-ceris-pagination.atbs-ceris-pagination--next-n-prev {
    border-color: var(--color-border);
}
.ceris-dark-mode .single-entry-wrap .posts-navigation:before {
    background-color: var(--color-border);
}
.ceris-dark-mode .single-entry-wrap .posts-navigation {
    border-color: var(--color-border);
}
.ceris-dark-mode .single-entry--billboard-overlap-title .has-post-thumbnail {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .atbs-ceris-widget-indexed-posts-a article[data-dark-mode="true"] .list-index {
    color: #fff !important;
}
.ceris-dark-mode .comment-form {
    color: #fff;
}
.ceris-dark-mode .comment-reply-title {
    color: #fff;
}
/**/
.ceris-dark-mode input[type="text"],
.ceris-dark-mode input[type="email"],
.ceris-dark-mode input[type="url"],
.ceris-dark-mode input[type="password"],
.ceris-dark-mode input[type="search"],
.ceris-dark-mode input[type="tel"],
.ceris-dark-mode input[type="number"],
.ceris-dark-mode textarea,
.ceris-dark-mode textarea.form-control,
.ceris-dark-mode select,
.ceris-dark-mode select.form-control,
.ceris-dark-mode .comment-form-author input:focus,
.ceris-dark-mode .comment-form-email input:focus,
.ceris-dark-mode .comment-form-comment textarea:focus,
.ceris-dark-mode .wpcf7-form input:focus,
.ceris-dark-mode .wpcf7-form textarea:focus {
    background-color: var(--background-dark-mode-aside);
    border-color: var(--color-border) !important;
    color: #fff !important;
}
.ceris-dark-mode input::placeholder,
.ceris-dark-mode textarea::placeholder {
    color: #fff !important;
}

.ceris-dark-mode .comment-form-comment textarea,
.ceris-dark-mode .comment-form .form-control-custom,
.ceris-dark-mode .wpcf7-form textarea {
    border-color: var(--color-border) !important;
}
/**/
.ceris-dark-mode .single-entry--template-4-alt .single-header-with-bg {
    background-color: #3f3e3e;
}
/**/
.ceris-dark-mode .page-404-image .page-404-title {
    color: #fff;
}
.ceris-dark-mode .atbs-ceris-review__inner,
.ceris-dark-mode .ceris-reviews-section,
.ceris-dark-mode .score-item .score-value {
    background-color: var(--background-dark-mode-aside);;
}

.ceris-dark-mode .atbs-ceris-review__product-byline {
    color: rgba(255, 255, 255, 0.4);
}
.ceris-dark-mode .ceris-reviews-section .heading-title,
.ceris-dark-mode .score-item .score-name, .ceris-dark-mode .score-item .score-number,
.ceris-dark-mode .reviews-score-average .score-average-title,
.ceris-dark-mode .reviews-score-average .score-average-counter,
.ceris-dark-mode .user-review-item .user__description-title h3,
.ceris-dark-mode .user-review-item .user__info-name,
.ceris-dark-mode .user-review-item .user__description-excerpt,
.ceris-dark-mode .reviews-rating .rating-title .heading-title {
    color: #fff;
}
.ceris-dark-mode .ceris-reviews-section .reviews-content {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .ceris-user-reviews {
    border-color: var(--color-border);
}
.ceris-dark-mode .user-review-item .user__description-excerpt-wrap.has-more-active .review-text-fadeout {
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, var(--background-dark-mode)));
}
.ceris-dark-mode .user-review-item .user__description-excerpt-wrap.has-more-active .review-readmore {
    color:rgba(255,255,255,0.6);
}
.ceris-reviews-section .heading-title.text-center {
    color: rgba(255,255,255,0.8);
}
/*Heading Title*/
.ceris-dark-mode .block-heading.block-heading--style-1 .block-heading__title,
.ceris-dark-mode .block-heading.block-heading--style-2 .block-heading__title,
.ceris-dark-mode .block-heading.block-heading--style-3 .block-heading__title,
.ceris-dark-mode .block-heading.block-heading--style-9 .block-heading__title {
    background-color: var(--background-dark-mode-aside) !important;
}
.ceris-dark-mode .block-heading.block-heading--style-9 .block-heading__title:after {
    border-color: var(--background-dark-mode-aside) transparent transparent transparent;
}
.ceris-dark-mode .block-heading.block-heading--style-1:after,
.ceris-dark-mode .block-heading.block-heading--style-2:after,
.ceris-dark-mode .block-heading.block-heading--style-3:after,
.ceris-dark-mode .block-heading.block-heading--style-4:after,
.ceris-dark-mode .block-heading.block-heading--style-4:before,
.ceris-dark-mode .block-heading.block-heading--style-5:before,
.ceris-dark-mode .block-heading--line-under.block-heading {
    border-color:  var(--background-dark-mode-aside) !important;
}
.ceris-dark-mode .page-heading__subtitle {
    color: rgba(255, 255, 255, 0.6) !important;
}

.ceris-dark-mode .archive.category .block-heading.block-heading--style-7 .block-heading__title,
.ceris-dark-mode .block-heading.block-heading--style-7 .block-heading__title,
.ceris-dark-mode .archive .block-heading.block-heading--style-7 .block-heading__title {
    color: #fff !important;
    border-color: #fff !important;
}


.error404 .ceris-dark-mode {
    min-height: 100vh;
}


/* theme css */
.widget_loginwithajaxwidget .bk-lwa > table > tbody> tr {
    border:0;
}
.widget_loginwithajaxwidget .bk-lwa > table > tbody> tr > td.lwa-avatar{
    padding-right:0; 
}
.atbs-flexbox-header-icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/**/

.text-center.atbs-ceris-logo img.ceris-img-logo {
    margin-left: auto;
    margin-right: auto;
}
#atbs-offcanvas-mobile .atbs-ceris-logo img.ceris-img-logo, 
.atbs-ceris-logo img.ceris-img-logo {
    display: none;
}
#atbs-offcanvas-mobile .atbs-ceris-logo img.ceris-img-logo.active, 
.atbs-ceris-logo img.ceris-img-logo.active {
    display: block;
}
#atbs-offcanvas-mobile .atbs-ceris-logo.logo-dark-mode-active img.ceris-img-logo, 
.atbs-ceris-logo.logo-dark-mode-active img.ceris-img-logo {
    display: block;
}

#atbs-offcanvas-mobile .atbs-ceris-logo.logo-dark-mode-active img.ceris-img-logo.active , 
.atbs-ceris-logo.logo-dark-mode-active img.ceris-img-logo.active {
    display: none;
}
#atbs-offcanvas-mobile .atbs-ceris-logo.logo-dark-mode-active.not-exist-img-logo img.ceris-img-logo.active, 
.atbs-ceris-logo.logo-dark-mode-active.not-exist-img-logo img.ceris-img-logo.active {
     display: block;
}
#atbs-offcanvas-mobile .atbs-ceris-logo.logo-dark-mode-active.not-exist-img-logo img.ceris-img-logo, 
.atbs-ceris-logo.logo-dark-mode-active.not-exist-img-logo img.ceris-img-logo {
     display: none;
}

@media(max-width: 767px) {
   .site-footer .atbs-ceris-logo img.ceris-img-logo {
      margin-left: auto;
      margin-right: auto;
   }
}

.mobile-header--inverse .atbs-theme-switch > * svg, 
.navigation-bar--inverse .atbs-theme-switch > * svg {
    fill: rgba(255,255,255,0.8);
}

.atbs-theme-switch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    transition: 0.3s;
    position: relative;
    border-color: none;
    background-color: none !important;
    padding: 0;
}
.atbs-theme-switch > * {
    transition: 0.1s;
    position: absolute;
    left: 50%;
    top: 50%;
    /*height: 20px;*/
    height: 18px;
    transform: translate(-50%,-50%);
}
.mobile-header .atbs-theme-switch {
    height: 20px;
    width: 20px;
}
.mobile-header .atbs-theme-switch svg {
    width: 18px;
    height: 18px;
    fill: rgba(0,0,0,0.7);
}
.mobile-header .btn-bookmark-list svg {
    fill: rgba(0,0,0,0.7);
}
.mobile-header-btn i {
    color: rgba(0,0,0,0.7);
    margin-left: 0;
}
.mobile-header .navigation-bar-btn i {
    font-size: 22px;
    color: rgba(0,0,0,0.7);
}
.mobile-header .menu-icon a span:not(.menu-icon--text),
.mobile-header .menu-icon a span:not(.menu-icon--text):after, 
.mobile-header .menu-icon a span:not(.menu-icon--text):before {
    background-color: rgba(0,0,0,0.7);
}
.mobile-header-btn {
    margin-right: 10px;
}
.mobile-header--inverse.mobile-header .navigation-bar-btn i, 
.mobile-header--inverse.mobile-header .navigation-bar-btn i,
.mobile-header--inverse .mobile-header-btn i,
.ceris-dark-mode .mobile-header .navigation-bar-btn i, 
.ceris-dark-mode .mobile-header-btn i{
    color: rgba(255,255,255,0.8);
}
.mobile-header--inverse .menu-icon a span:not(.menu-icon--text), 
.mobile-header--inverse .menu-icon a span:not(.menu-icon--text):after, 
.mobile-header--inverse .menu-icon a span:not(.menu-icon--text):before, 
.ceris-dark-mode .mobile-header .menu-icon a span:not(.menu-icon--text), 
.ceris-dark-mode .mobile-header .menu-icon a span:not(.menu-icon--text):after, 
.ceris-dark-mode .mobile-header .menu-icon a span:not(.menu-icon--text):before {
    background-color: rgba(255,255,255,0.8);
}
.mobile-header.mobile-header--inverse .atbs-theme-switch svg, 
.ceris-dark-mode .atbs-theme-switch svg {
    fill: rgba(255,255,255,0.8);
}
.ceris-dark-mode .btn-bookmark-list svg path:nth-child(2), 
.ceris-dark-mode .btn-bookmark-list svg path {
    stroke: rgba(255,255,255,0.8);
}
.ceris-dark-mode .btn-bookmark-list svg path:nth-child(1) {
    fill: #fff;
}
button.atbs-theme-switch {
    background: none !important;
    border: none !important;
}
.atbs-theme-switch .dark-mode-button {
    visibility: visible;
    opacity: 1;
}
.atbs-theme-switch .light-mode-button {
    visibility: hidden;
    opacity: 0;
}
.atbs-theme-switch.active .light-mode-button {
    visibility: visible;
    opacity: 1;
}
.atbs-theme-switch.active .dark-mode-button {
    visibility: hidden;
    opacity: 0;
}
.ceris-dark-mode .atbs-ceris-offcanvas-close {
    border-color: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.8) !important;
}
.header-2 .menu-icon .offcanvas-menu-toggle {
    margin-right: 0;
}
.header-2 .navigation-bar__section:not(:first-child) .atbs-theme-switch {
    margin-left: -10px;
}
.sticky-header .header-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-6 .lwa-template-modal.navigation-bar__section, 
.header-5 .lwa-template-modal.navigation-bar__section {
    margin-left: 0;
}
.ceris-dark-mode .bk-lwa-profile.bk-profile-custom .bk-user-item:not(:last-child), 
.ceris-dark-mode .bk-lwa-profile .profile-author-wrap, 
.ceris-dark-mode .section-has-subscribe-no-border > *:not(:last-child) {
    border-color: rgba(255,255,255,0.2);
}
.ceris-dark-mode .sticky-header {
    box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.03), 0 1px 0 0 rgba(255, 255, 255, 0.04), 0 -1px 0 0 rgba(255, 255, 255, 0.04)
}

.ceris-dark-mode .bk-account-info {
    background-color: var(--background-dark-mode);
    border: 1px solid rgba(255,255,255,0.2);
}
.ceris-dark-mode .bk-lwa-profile .bk-user-data a, 
.ceris-dark-mode .bk-lwa-profile .bk-user-data a:visited, 
.ceris-dark-mode .bk-lwa-profile .bk-user-data a:focus, 
.ceris-dark-mode .bk-lwa-profile .bk-user-data a:hover, 
.ceris-dark-mode .bk-lwa-profile.bk-profile-custom .bk-user-item a {
    color: rgba(255,255,255,0.8);
}
@media (min-width: 768px) { 
    .header-17 .mobile-header {
        height: 70px;
    }
}
.header-17 .mobile-header .bk-lwa.navigation-bar-btn {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.header-17 .mobile-header .atbs-theme-switch {
    padding-left: 4px;
    padding-right: 4px;
}
.header-17 .atbs-theme-switch {
    margin-left: 5px;
}
@media (max-width: 991px) {
    .header-18 .bk-lwa.navigation-bar-btn .avatar, 
    .header-17 .bk-lwa.navigation-bar-btn .avatar, 
    .header-16 .bk-lwa.navigation-bar-btn .avatar, 
    .header-13 .bk-lwa.navigation-bar-btn .avatar, 
    .header-11 .bk-lwa.navigation-bar-btn .avatar {
        line-height: 60px;
    }
    .header-17 .mobile-header, 
    .header-16 .btn-bookmark-list, 
    .header-13 .btn-bookmark-list, 
    .header-11 .btn-bookmark-list,
    .header-10 #atbs-ceris-mobile-header .btn-bookmark-list,
    .header-18 .btn-bookmark-list, 
    .header-17 .btn-bookmark-list {
        height: 60px;
    }
    .header-10 .navigation-bar-btn, 
    .header-18 .navigation-bar-btn, 
    .header-17 .navigation-bar-btn, 
    .header-16 .navigation-bar-btn, 
    .header-13 .navigation-bar-btn, 
    .header-11 .navigation-bar-btn {
        height: 60px;
        line-height: 60px;
    }
    .mobile-header .header-branding {
        flex: 1;
    }
}
.header-12 .header-main .ceris-header-top {
    display: flex;
    justify-content: flex-end;
}
.sticky-header .atbs-theme-switch {
    margin-right: 5px;
}
.ceris-dark-mode #calendar_wrap {
    border: 1px solid rgba(255,255,255,0.2);
}
.ceris-dark-mode .bookmark-list .list-item:not(:last-child), 
.ceris-dark-mode .atbs-ceris-widget-posts-list.atbs-ceris-widget-posts-list-overlay-first .posts-list li {
    border-color: rgba(255,255,255,0.2);
}
.ceris-dark-mode .widget_calendar .wp-calendar-nav {
    padding-left: 10px;
    padding-bottom: 10px;
}
.ceris-dark-mode .widget-slide .owl-nav {
    bottom: -webkit-calc( 100% + 30px);
    bottom: -moz-calc( 100% + 30px);
    bottom: calc( 100% + 30px);
}
.ceris-dark-mode .widget-slide .owl-dots {
    bottom: -webkit-calc( 100% + 32px);
    bottom: -moz-calc( 100% + 32px);
    bottom: calc( 100% + 32px);
}
.ceris-dark-mode .bookmark-list, 
.ceris-dark-mode .atbs-ceris-sub-col--mobile-fixed .theiaStickySidebar {
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .comment-metadata .comment-edit-link:before, 
.ceris-dark-mode .comment-metadata:before, 
.ceris-dark-mode .comment-reply-link:before, 
.ceris-dark-mode .comment-reply-link, 
.ceris-dark-mode .comment-metadata a, 
.ceris-dark-mode .comment-metadata a:hover, 
.ceris-dark-mode .comment-metadata a:focus, 
.ceris-dark-mode .comment-metadata a:active, 
.ceris-dark-mode .comment-metadata a:visited, 
.single .ceris-dark-mode .comments-title, 
.ceris-dark-mode .page .comments-title, 
.ceris-dark-mode .comment-list, 
.ceris-dark-mode .pagination-circle .atbs-ceris-pagination__item {
    color: rgba(255,255,255,0.8);
}
.ceris-dark-mode .atbs-ceris-mega-menu .posts-list.ceris-megamenu-wrap>li:nth-child(5):before {
    background-color: rgba(255,255,255,0.2);
}
.ceris-dark-mode .atbs-ceris-search-full--result.is-loading .search-results__inner:before {
    background-color: rgba(0,0,0,0.8);
}
.ceris-dark-mode .lwa-loading:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
}
.ceris-dark-mode .scroll-count-percent .progress-scroll circle {
    fill: #2a2a2a;
}
.ceris-dark-mode .button-bookmark, 
.ceris-dark-mode .button-bookmark:hover,
.ceris-dark-mode .button-bookmark-option, 
.ceris-dark-mode .button-bookmark-option:hover {
    fill: rgba(255,255,255,0.54);
}
.ceris-dark-mode .remove-bookmark, 
.ceris-dark-mode .remove-bookmark:active, 
.ceris-dark-mode .ceris-dark-mode .remove-bookmark:hover, 
.remove-bookmark:focus {
    color: rgba(255,255,255,0.8);
}
.ceris-dark-mode .post__button-bookmark-option .button-bookmark-option-content:before, 
.ceris-dark-mode .post__button-bookmark-option .button-bookmark-option-content {
    color: rgba(255,255,255,0.8);
    background-color: var(--background-dark-mode);
}
.ceris-dark-mode .modal-content {
    background-color: var(--background-dark-mode-aside);
    color: #fff;
}
.ceris-dark-mode .post__button-bookmark-option .button-bookmark-option-content {
    box-shadow: 0 1px 1px rgba(255,255,255,.25), 0 0 1px rgba(255,255,255,.35);
}

.archive.category .ceris-dark-mode .block-heading.block-heading--style-7 .block-heading__title, 
.ceris-dark-mode .block-heading.block-heading--style-7 .block-heading__title, 
.archive .ceris-dark-mode .block-heading.block-heading--style-7 .block-heading__title {
    color: rgba(255,255,255,0.8) !important;
}
.ceris-dark-mode .page-404-text, 
.ceris-dark-mode .mc4wp-form-fields, 
.ceris-dark-mode .login-modal .modal-title .nav-tabs a, 
.ceris-dark-mode .login-modal .modal-title .nav-tabs li.active a, 
.ceris-dark-mode .login-modal .modal-title .nav-tabs a:hover {
    color: rgba(255,255,255,0.8);
}
.ceris-dark-mode .atbs-ceris-go-top.btn:hover, 
.ceris-dark-mode .atbs-ceris-go-top.btn:focus, 
.ceris-dark-mode .atbs-ceris-go-top.btn:active, 
.ceris-dark-mode .atbs-ceris-go-top.btn:visited, 
.ceris-dark-mode .comment-list ol.children>li, 
.ceris-dark-mode .social-share ul li a svg, 
.ceris-dark-mode .widget .block-heading--line.block-heading:after, 
.ceris-dark-mode .block-divider:before, 
.ceris-dark-mode .block-divider:after {
    border-color: rgba(255,255,255,0.2);
}
.ceris-dark-mode .atbs-ceris-post--grid-c-update .post-main .owl-item.active + .owl-item.active .post__text--wrap:after {
    background-color: rgba(255,255,255,0.4);
}
.ceris-dark-mode .result-default::-webkit-scrollbar-thumb, 
.ceris-dark-mode .atbs-ceris-search-full--result::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.2);
}
.header-1 .atbs-theme-switch, 
.header-3 .atbs-theme-switch, 
.header-4 .atbs-theme-switch, 
.header-5 .atbs-theme-switch, 
.header-6 .atbs-theme-switch, 
.header-8 .atbs-theme-switch, 
.header-9 .atbs-theme-switch, 
.header-11 .atbs-theme-switch, 
.header-12 .atbs-theme-switch, 
.header-13 .atbs-theme-switch, 
.header-14 .atbs-theme-switch, 
.header-18 .atbs-theme-switch, 
.header-16 .atbs-theme-switch, 
.header-15 .atbs-theme-switch, 
.header-10 .atbs-theme-switch {
    margin-right: 5px;
}
.header-10 .bk-lwa.navigation-bar-btn .avatar {
    padding-right: 0;
    object-fit: cover;
}
/* ====================== end dark mode ============================= */

/* -----------------------------------------------------------------
## 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:  ;
    z-index: 1039;
    /* bootstrap modal */
    -webkit-transform: translate(-101%, 0);
    -ms-transform: translate(-101%, 0);
    transform: translate(-101%, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

body.admin-bar .atbs-offcanvas {
    margin-top: 46px;
}

@media (min-width: 768px) {
    .atbs-offcanvas {
        width: 360px;
    }
}

@media (min-width: 784px) {
    body.admin-bar .atbs-offcanvas {
        margin-top: 32px;
    }
}

.atbs-offcanvas.is-active {
    -webkit-box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

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

}

.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);
}
.inverse-text .atbs-offcanvas__section:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

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

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

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

.navigation--offcanvas li>a {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 5px 7px;
    background: transparent;
    color: var(--color-title);
}

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

.navigation--offcanvas li>a:hover {
    background: rgba(0, 0, 0, 0.02);
}

.navigation--offcanvas li>a:after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-right: 3px solid var(--color-primary);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
}

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

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

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

.navigation--offcanvas .sub-menu {
    display: none;
    padding: 5px 0;
}

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

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

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

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




/* hubspot*/ 
.archive-header {
    display: none;
  }
  .archive-header,
  .archive-heading{
    position: relative;
  }
  .archive-header h1,
  .archive-heading h1 {
    display: inline-block;
    z-index: 1;
    letter-spacing: 0;
    position: relative;
  }
  .archive-header .page-heading__subtitle {
    font-size: 14px;
    font-style: italic;
    color: rgba(0,0,0,0.6);
  }
  
  
  .navigation-bar--inverse .social-links__icon:active svg,
  .navigation-bar--inverse .social-links__icon:focus svg,
  .navigation-bar--inverse .social-links__icon:hover svg,
  .navigation-bar--inverse .social-links__icon svg {
    fill: rgba(255,255,255,0.8)
  }
  .about__readmore a:hover,
  .post__readmore a:hover {
    text-decoration: none;
  }
  .item-hidden {
    display: none;
  }
  .block-overflow-hidden {
    overflow: hidden;
  }
  @media (max-width: 769px) {
    .mobile-block-margin {
      margin-top: 60px;
    }
  }
  .atbs-thumb-object-fit a:not(.post__cat) {
    width: 100%;
    height: 100%;
  }
  .atbs-thumb-object-fit.post__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .abstract-pagination {
    margin-top: 40px;
  }
  .abstract-subscribe .hs_email > label {
    display: none;
  
  }
  .btn-default.js-ajax-load-post-trigger:hover,
  .btn-default.js-ajax-load-post-trigger:active,
  .btn-default.js-ajax-load-post-trigger:focus,
  .btn-default {
    outline: 0;
    background-color: ;
    color: };
    border: 1px solid  !important;
  }
  .abstract-block-subscribe-form .hs-error-msgs,
  .abstract-subscribe .hs-error-msgs {
    list-style-type: none;
  }
  .abstract-block-subscribe-form .hs-error-msg,
  .abstract-subscribe .hs-error-msg {
    font-weight: 400;
    margin-top:10px;
  }
  .widget-about__inner .social-list a svg {
    width: 15px;
    height: 15px;
    fill: #f6f6f6;
  }
  
  .abstract--about {
    position: relative;
  }
  .empty-author {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #f6f6f6;
    z-index: 2;
  }
  .navigation-primary > .submenu.level-1 > li > a:before  {
    background-color: var(--color-primary);
  }
  
  .abstract-widget-subscribe .actions input[type="submit"].hs-button {
    background-color: ;
    color:#f6f6f6;
    height: 38px;
  }
  /**/
  .atbs-block-subscribe-form {
    color: #222;
    border: 1px solid rgba(0,0,0,0.13) ;
    padding: 5px;
    background-color: ;
  }
  .atbs-block-subscribe-form .hs-error-msg {
    color: #222222;
  }
  .atbs-block-subscribe-form.inverse-text {
    color: #f6f6f6;
  }
  .atbs-block-subscribe-form.inverse-text .hs-error-msg {
      color: #f6f6f6;
  }
  .atbs-block-subscribe-form .inside__title {
    font-weight: 700;
    font-size: 24px;
    color: #222222;
    text-transform: capitalize;
  }
  .inverse-text.atbs-block-subscribe-form .inside__title,
  .inverse-text.atbs-block-subscribe-form .subscribe__text { 
      color:#fff;
    }
  .atbs-block-subscribe-form .subscribe__text,
  .inverse-text.atbs-block-subscribe-form .subscribe__text {
    opacity: .7;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .atbs-block-subscribe-form form input[type="email"],
  .atbs-block-subscribe-form .input input[type="email"].hs-button:focus-visible,
  .atbs-block-subscribe-form .input input[type="email"].hs-button:hover,
  .atbs-block-subscribe-form .input input[type="email"].hs-button:active,
  .atbs-block-subscribe-form .input input[type="email"].hs-button:focus,
  .atbs-block-subscribe-form .input input[type="email"].hs-button {
    outline: none;
    border: 1px solid rgba(0,0,0,0.2) !important ;
    /*color: #f6f6f6;*/
    text-align: center;
  }
  .abstract-subscribe input[type="submit"],
  .abstract-subscribe input[type="button"]:not(.btn):hover, 
  .abstract-subscribe input[type="reset"]:not(.btn):hover, 
  .abstract-subscribe input[type="submit"]:not(.btn):hover {
    background-color: var(--color-primary);
  }


.subscribe-form--has-background form input[type=text], 
.subscribe-form--has-background form input[type=email], 
.subscribe-form--has-background form input[type=password], 
.subscribe-form--has-background form input[type=tel], 
.subscribe-form--has-background form input[type=number], 
.subscribe-form--has-background form input[type=file], 
.subscribe-form--has-background form select {
    color: #333;
    background-color: #eeeeee;
    font-size: 14px;
}
  
  .background-white {
    background-color:#f6f6f6;
  }
  .widget-about-me {
    min-height: 100px;
  }
  .about__social svg {
    height: 16px;
    width: 16px;
    fill: #444444;
  }
  .abstract-widget-about {
    position: relative;
    min-height: 100px;
    background: #fafafa;
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    .navigation-bar .header-logo img {
      max-width: auto;
    }
  }
  @media (min-width: 768px) and (max-width: 1199px) {
    .container {
      width: 100% !important;
    }
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .container {
      width: 100% !important;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px) {
    .ceris-single .single-header-wrap {
        width: -webkit-calc(50% + ( (100% - 30px) /2 - 375px));
        width: -moz-calc(50% + ( (100% - 30px) /2 - 375px));
        width: calc(50% + ((100% - 30px)/2 - 375px));
    }
  }
/*  .blog-related-posts {
    margin-bottom: 70px;
  }*/
  .abstract-widget-subscribe form input[type="submit"]:not(.btn) {
    background-color: var(--color-primary);
  }
  .inverse-text .abstract-widget-subscribe,
  .inverse-text .abstract-widget-subscribe .subscriber-tile {
    color: rgba(255,255,255,1);
  }
  .abstract-widget-subscribe .subscriber-excerpt {
    opacity: 0.6;
  }
  @media (max-width: 1199px) and (min-width: 768px) {
    .abstract-featured-module-1 .dots-inverse .owl-dot.active span {
      background-color: var(--color-primary);
    }
  }
  @media (max-width: 767px) {
    .abstract-single .site-content {
      padding-bottom: 0;
    }
  }
  .post__thumb-400 .post__thumb {
    height: 400px;
  }
  .post__thumb-310 .post__thumb {
    height: 310px;
  }
  .post__thumb-300 .post__thumb {
    height: 300px;
  }
  .post__thumb-270 .post__thumb {
    height: 270px;
  }
  .post__thumb-170 .post__thumb {
    height: 170px;
  }
  .post__thumb-130 .post__thumb {
    height: 130px;
  }
  .post__thumb-100 .post__thumb {
    height: 100px;
  }
  
  .atbs-thumb-object-fit.post__thumb a:not(.post__cat) {
    width: 100%;
    height: 100%;
  }
  .atbs-thumb-object-fit.post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  .inverse-text .site-copyright .hs_cos_wrapper {
    color: #f6f6f6;
  }
  .empty-gallery {
    position: relative;
    min-height: 100px;
    background-color: #fafafa;
    color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .site-footer {
    overflow: hidden;
    background: 
  }
  .site-footer--inverse .site-footer-main .site-footer__section-inner > div.copyright-text a, 
  .site-footer--inverse .site-footer-main .site-footer__section-inner > div.copyright-text {
    color: rgba(255,255,255,0.6);
  }
  @media (max-width:767px) {
    .dnd_area-row-3-margin {
      margin-bottom: 40px !important;
    }
    .footer-instagram ul li:nth-child(3n+1) {
      clear: both;
    }
  }
  @media (max-width:480px) {
    .abstract--instagram ul li:nth-child(1), .abstract--instagram ul li:nth-child(4) {
      width: 100%;
    }
  }
  .abstract-widget .widget__title,
  .abstract-widget--box .widget__title,
  .widget__title {
    margin-bottom: 30px;
  }
  .abstract-block-subscribe-form h4 {
    font-weight: 700;
  }
  .abstract-pagination .btn-default {
    text-transform: uppercase;
    padding: 12px 30px;
    letter-spacing: 1px;
    border: none;
    box-shadow: none !important;
    background: #111;
  }
  .subscribe-form.subscribe-form--has-background .actions {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* header */

  /*************************
*
*  Font
*
*************************/
h1,h2,h3,h4,h5,h6,
.author-box.author-box-list .author-name a,
.post__title, 
.author-box.author-box-list .author-name a, .below-text-background:before, 
.single-next-article-box .next-article-popup-heading,
.post__title,
.entry-title,
.footer-subscribe .footer-subscribe-title,
.single-head h1.post__title,
.posts-navigation .posts-navigation__prev h3.post__title.typescale-2 a,
.posts-navigation .posts-navigation__next h3.post__title.typescale-2 a,
.blog-related-posts .post__title a, 
.blog-related-posts .entry-title a,
.subscriber-title,
.nextBtn,
.widget-about-me .author__name,
.error-sub-title,
.category-tile,
.follow-name,
.slide-caption p,
.mnmd-news-ticker__heading span,
.trending__readmore a,
.list-post--horizontal__title h4,
.trendding__content-title,
.post__title,
.author-box .meta-font a ,.author-box a.meta-font a,
.post-single .posts-navigation .post__title a,
.abstract-pagination__item,
.post-single__inner .single-title h1,
.comment-reply-title, 
.comments-title, .comment-reply-title, .category-tile__name,
.post-categories__title, .post__title, .entry-title, .h1, .h2, .h3, .h4, .h5, .h6, 
.text-font-primary, .social-tile__title, .widget_recent_comments .recentcomments > a, 
.widget_recent_entries li > a, 
.modal-title.modal-title, .comment-author, 
.comment-author-name, .widget_calendar caption, 
.widget_categories li>a, .widget_meta ul, .widget_recent_comments .recentcomments>a, 
.widget_recent_entries li>a, 
.widget_pages li>a, .apsl-widget, .widget_archive a, 
.lwa td, .widget_nav_menu ul, .widget_rss a.rsswidget, 
.abstract-search-full-style-2 .search-form__input, 
.abstract-search-full-style-2 .search-form__input::placeholder, 
.post-score-circle .post-score-value, .logo-text{
    font-family: "" !important;
}

.posts-navigation .posts-navigation__label,
.block-heading_style-1 .block-heading__title:before,
.below-text-background:before,
.mnmd-404-block h1,
.post-card__title h1,
.contact-heading__title h1,
.featured-cylinder__title,
.featured-heading__title h1, 
.contact-heading__title,
.page-heading__title, 
.blog-related-posts .block-heading__title,
.block-heading__title span,
.archive-header h1,
.archive-heading h1,
.block-heading .block-heading__title,
.single-body.entry-content h1.post-title,
.single-body.entry-content h1.blog-list-header__title,
.single-entry h1.post-title.entry__title.typescale-4,
.block-heading__title,
.block-heading,
.block-heading,  .entry-title, 
.block-heading_style-1 .block-heading__title:before,
.block-heading,
.atbs-block-subscribe-form .inside__title{
    font-family: "";
}

.entry-tags ul>li>a,
.entry-meta.post__meta time,
.post__meta,
.post__meta, .entry-meta,
.time,
.entry-meta,
.time-style-1 time ,
.time-style-1 time.time,
.copy-right,
.post__excerpt p,
.post__excerpt, .entry-excerpt,
.comments-count, .view-count,
.author-box .author-name a,
.author-box .author-bio,
.entry-teaser, 
.post-author_style-5 .post-author__text time,
.post__readmore-style-1 .readmore__text,
.single-body,
.author-box .author-name a,
.readmore__text,
.footer-subscribe input[type="email"],
.footer-subscribe input[type="submit"] ,
.site-footer .copyright-text .hs_cos_wrapper,
.site-footer .copyright-text a .hs_cos_wrapper_type_inline_text,
.single-body p,
.post-single__inner .author-name a,
.single-body p ,
.mobile-header-btn, .menu, .meta-text, a.meta-text, .meta-font, a.meta-font, .text-font-tertiary, .block-heading-tabs, 
.block-heading-tabs > li > a, input[type="button"]:not(.btn), input[type="reset"]:not(.btn), input[type="submit"]:not(.btn), 
.btn, label, .page-nav, .post-score, .atbs-post-score .post-score-value, 
a.entry-cat, .read-more-link,  .entry-author__name, a.entry-author__name, .comments-count-box, 
.atbs-atbs-widget-indexed-posts-a .posts-list > li .post__thumb:after, .atbs-atbs-widget-indexed-posts-b .posts-list > li .post__title:after, 
.atbs-atbs-widget-indexed-posts-c .list-index, .social-tile__count, .widget_recent_comments .comment-author-link, 
.atbs-atbs-video-box__playlist .is-playing .post__thumb:after, .atbs-atbs-posts-listing-a .cat-title, 
.atbs-atbs-news-ticker__heading, .post-sharing__title, .post-sharing--simple .sharing-btn, .entry-action-btn, 
.entry-tags-title, .comments-title__text, .comments-title .add-comment, .comment-metadata, .comment-metadata a, 
.comment-reply-link, .countdown__digit, .modal-title, .comment-meta, .comment .reply, .wp-caption, .gallery-caption, 
.widget-title, 
.btn, .logged-in-as, .countdown__digit, .atbs-atbs-widget-indexed-posts-a .posts-list>li .post__thumb:after, 
.atbs-atbs-widget-indexed-posts-b .posts-list>li .post__title:after, .atbs-atbs-widget-indexed-posts-c .list-index, 
.atbs-atbs-horizontal-list .index, .atbs-atbs-pagination, .atbs-atbs-pagination--next-n-prev .atbs-atbs-pagination__label,
.post__readmore, .single-header .atbs-date-style,
::-webkit-input-placeholder /* WebKit, Blink, Edge */, ::placeholder, .meta-font, .post__cat, .post__readmore, 
 .abstract-pagination, .subscribe-form__info, .btn .author__name, .author__text, .abstract-featured-module-1 .owl-number, .item-number,
.page-404-text p,
.error-page-wrapper .error-description,
.social-share-label,
.entry-author a.entry-author__name,
.page-404-heading h1,
.page-500-heading h1,
.site-footer .text-footer .hs_cos_wrapper_type_module {
font-family: "";
}

.lang_switcher_class .globe_class,
.navigation--offcanvas>li>a,
.navigation--main>li>a,
.menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a,
.header__language-switcher--label-current,
.menu-header .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a,
.atbs-offcanvas .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a,
.atbs-offcanvas .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 > a,
.site-footer .hs-menu-wrapper ul li.hs-menu-item a,
.social-share-label,.single-next-article-box .next-article-popup-heading,
.site-footer .navigation li a,
.navigation--main .sub-menu a,
.footer-subscribe .footer-subscribe-title,
.site-footer .hs-menu-wrapper ul li.hs-menu-item a,
.header__language-switcher .lang_list_class li a,
.language .header__language-switcher .lang_list_class li a,
.hs-menu-wrapper ul li.hs-menu-item a,
.navigation-primary > .submenu.level-1 > li > a,
.abstract-offcanvas .navigation-primary > .submenu.level-1 > li > a,
.submenu.level-2 .menu-item .menu-link,
.header__language-switcher .lang_list_class li a,
.abstract-offcanvas .submenu.level-2 .menu-item a.menu-link,
.hs-menu-wrapper ul li.hs-menu-item a,
.navigation-bar--inverse .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1>a, 
.navigation-bar--inverse .header__language-switcher--label-current {
    font-family: "";
}

.posts-navigation .posts-navigation__label,
.block-heading__subtitle p,
.page-heading__subtitle p {
    font-family: "", serif;
}

.widget__title, 
.widget__title-text {
    font-family: "", serif;
}

  
 
.widget-type-rich_text ol,
.widget-type-rich_text ul {
    padding-left: 1.8em; 
}


.atbs-block-subscribe-form {
    background-color: ;
}


.atbs-block-subscribe-form .inside__title {
    font-size: px;
    color: ;
    font-weight: 700; text-decoration: none; font-family: Oswald, sans-serif; font-style: normal;
}
.atbs-block-subscribe-form .subscribe__text {
    color: ;
}

.atbs-block-subscribe-form form label {
    color:  !important;
}

.atbs-block-subscribe-form .hs-form-field .hs-input {
    border: 1px solid  !important;
    background-color:  !important;
    color:  !important;
}
.atbs-block-subscribe-form form .hs-button:hover, 
.atbs-block-subscribe-form input[type="submit"]:not(.btn):hover,
.atbs-block-subscribe-form .hs-submit .hs-button:hover,
.atbs-block-subscribe-form form .hs-button:focus, 
.atbs-block-subscribe-form input[type="submit"]:not(.btn):focus,
.atbs-block-subscribe-form .hs-submit .hs-button:focus,
.atbs-block-subscribe-form form .hs-button:active, 
.atbs-block-subscribe-form input[type="submit"]:not(.btn):active,
.atbs-block-subscribe-form .hs-submit .hs-button:active,
.atbs-block-subscribe-form form .hs-button, 
.atbs-block-subscribe-form input[type="submit"]:not(.btn),
.atbs-block-subscribe-form .hs-submit .hs-button {
    background-color:  !important;
    border: 1px solid  !important;
    color:  !important;
}

.atbs-block-subscribe-form .hs_submit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.block-heading.block-heading--style-5:before {
    border-color: ;
}
.block-heading .block-heading__title {
    color: ;
}
.page-heading__subtitle {
    color: ;
}
.widget__title-text {
    color: ;
}
@media (min-width: 992px) {
    .posts-navigation .posts-navigation__label,
    .page-heading__subtitle p,
    .block-heading__subtitle p {
        font-size: px;
        ;
    }
    .widget__title-text {
        font-size: px;
        ;
    }
    .block-heading .block-heading__title {
        font-size: px;
        ;
    }
}  


  /*Backup Subscribe*/
  .box-wrapper {
    margin: 100px auto;
    padding: 0;
    max-width: 580px;
  }
  .box-wrapper__inner {
    border: 1px solid rgba(0,0,0,0.1);
    border-top: 5px solid #222222;
    padding: 55px 45px 50px 45px;
    border-radius: 8px;
  }
  .box-wrapper .page-header {
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .box-heading__title {
    margin-bottom: 30px;
  }
  .box-wrapper .box-heading__title h1,
  .box-wrapper .page-header h1 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 0;
  }
  .box-wrapper #content h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .box-wrapper .box-wrapper__inner input[type=email],
  .box-wrapper .box-wrapper__inner input[type=password] {
    width: 100% !important;
    padding: 14px 20px !important;
    margin-bottom: 20px;
    margin-top: 0 !important;
    font-size: 15px !important;
    border-color: rgba(0,0,0,0.1) !important;
  }
  .box-wrapper input[type=submit] {
    width: 100%;
    margin: 0 !important;
    color: #f6f6f6;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    padding: 12px 25px;
    border-radius: 4px;
    background-color: #3545ee;
    text-align: center;
    justify-content: center;
  }
  .box-wrapper .page-header h2 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin: 11px 0 20px 0;
    color: #989898;
  }
  .box-wrapper.box-wrapper-large .header {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 3px;
  }
  .box-wrapper-large .subscribe-options .header + p label, .box-wrapper-large .item .fakelabel {
    font-size: 17px !important;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 4px;
    display: block;
    color: rgba(0,0,0,0.9);
    font-weight: 400;
  }
  .box-wrapper-large .item .checkbox-row + p {
    font-style: italic;
    margin-bottom: 15px;
  }
  .box-wrapper-large .item {
    padding-left: 25px;
  }
  .box-wrapper .subscribe-options .header + p {
    padding-left: 25px;
  }
  .box-wrapper-large .subscribe-options {
    margin-top: 25px;
  }
  .box-wrapper-large .subscribe-options + input[type="submit"] {
    margin-top: 25px !important;
  }
  @media (max-width: 360px) {
    .box-wrapper__inner {
      padding: 35px 22px 30px 22px;
    }   
    .box-wrapper .page-header {
      margin-bottom: 25px;
    }
    .box-wrapper .box-heading__title h1,
    .box-wrapper .page-header h1 {
      font-size: 24px;
    }
    .box-wrapper .box-wrapper__inner input[type=email],
    .box-wrapper .box-wrapper__inner input[type=password] {
      width: 100% !important;
      padding: 12px 20px !important;
      margin-bottom: 15px;
      padding: 5px 15px;
      border-radius: 4px;
      font-size: 14px;
    }
  }
  /*Search*/
  .box-search-results h1 {
    margin-bottom: 40px;
    font-weight: 900;
  }
  .box-search-results.systems-page--search-results {
    padding: 100px 0 !important;
  }
  .box-search-results .hs-search-results__listing li:not(:last-child) {
    margin-bottom: 40px;
  }
  .box-search-results .hs-search-results__listing li {
    
      padding: 40px;
      border: 1px dashed rgba(0,0,0,0.1);
  }
  span.hs_cos_wrapper_type_rich_text h1 {
    color: #222222;
  }
  .box-search-results .hs-search-results__title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    color: rgba(34, 34, 34, 0.8);
  }
  .box-search-results .hs-search-results__description {
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(34,34,34,0.6);
    padding-left: 20px;
    text-align: justify;
  }
  .box-search-results .hs-search-results__description:last-child {
    margin-bottom: 0;
  }
  
  .box-search-results .hs-search-results__pagination {
    margin-top: 40px;
  }
  .box-search-results .hs-search-results__pagination a {
    color: var(--color-primary);
  }
  
  /* conact */
  .body-container--landing-page {
      padding-top: 60px;
  }
  .contact-form-dnd .dnd-section,
  .body-container--landing-page .dnd-section {
    position: relative;
    z-index: 1;
  }
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .body-container--contact {
    padding-left: 15px;
    padding-right: 15px;
  
  }
  /* landing page */
  .body-container--landing-page .row-fluid *:not(.dnd_area-row-0-force-full-width-section) .row-fluid  {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .body-container--landing-page .row-fluid .dnd_area-row-0-force-full-width-section .row-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .systems-page,
  .box-wrapper {
    min-height: 60vh;
  } 
  
  
  .list-unstyled .maxImagessix {
    display:none;
  }
  .list-unstyled .maxImagessix:nth-child(5),
  .list-unstyled .maxImagessix:nth-child(4),
  .list-unstyled .maxImagessix:nth-child(3),
  .list-unstyled .maxImagessix:nth-child(2),
  .list-unstyled .maxImagessix:nth-child(1) {
    display:block;
  }
  .menu-footer-container .hs-menu-children-wrapper,
  .menu-footer-menu-container .hs-menu-children-wrapper {
     display: none;
  }
  .body-wrapper {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }
  .body-container-wrapper {
    flex: 1;
  }
  .widget-about-me {
    position: relative;
  }
  .contact-form-submit form input[type="submit"]:hover, 
  .contact-form-submit form .hs-button:hover, 
  .contact-form-submit input[type="submit"]:not(.btn):hover, 
  .contact-form-submit form input[type="submit"]:active, 
  .contact-form-submit form .hs-button:active, 
  .contact-form-submit input[type="submit"]:not(.btn):active, 
  .contact-form-submit form input[type="submit"]:focus, 
  .contact-form-submit form .hs-button:focus, 
  .contact-form-submit input[type="submit"]:not(.btn):focus, 
  .contact-form-submit form input[type="submit"], 
  .contact-form-submit form .hs-button, 
  .contact-form-submit input[type="submit"]:not(.btn) {
    background-color:  !important;
    color: };
    border: 1px solid  !important;
  }
  
 .abstract-listing-grid-2i > *:nth-child(2n+1){
    clear:both;
    
  }
  @media (max-width: 767px) {
    .body-container--home .dnd_area-row-0-margin {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
  }
    .mnmd-post--grid-featured .small-post--vertical {
      padding-top:0;
    }
  }

  @media (max-width: 991px) and (min-width: 768px) {
    .atbs-widget .posts-list-tablet-2i>* {
        width: 100%;
    }
  }

.btn-rectangle .btn-default {
    padding: 12px 40px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: capitalize;
    background: none;
    letter-spacing: 0;
    border-radius: 40px;
    background-color:  !important;
    color: };
    border: 1px solid  !important;
}
.inverse-text.btn-rectangle .btn-default, .inverse-text .btn-rectangle .btn-default {
    border: 1px solid var(--color-white-contrast-10);
    color: var(--color-white-contrast-80);
}
.widget.margin-bottom-55 {
    margin-bottom: 55px;
}
.post--vertical-normal time {
    font-size: 13px;
}
.entry-meta time {
    color: rgba(34,34,34,0.6);
}
.below-text-background:before, 
.post--horizontal-two-screen .post__thumb a:before {
    white-space: nowrap;
}

.atbs-pagination.btn-rectangle {
    background-color: var(--color-secondary);
    margin-top: 39px;
    clear: both;
}
.atbs-go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
/*.block-heading .block-heading__title {
    color: var(--color-primary);
}*/
.single-entry-wrap {
    margin-bottom: 70px;
}
.ceris-single .single-main-content-wrap:first-child .post--single {
    margin-top: 0;
}

body .hs-form.stacked fieldset.form-columns-1 .hs-input {
  width: auto;
}
body input[type="checkbox"] {
  margin-top:5px;
}
body .hs-form.stacked fieldset.form-columns-1 input[type="text"].hs-input,
body .hs-form.stacked fieldset.form-columns-1 input[type="email"].hs-input,
body .hs-form.stacked fieldset.form-columns-1 select.hs-input {
  width: 100%;
}
.copyright {
    display: flex;
    align-items: center;
}
.site-footer.inverse-text a,
.site-footer.inverse-text {
    color: rgba(255,255,255,0.8);
}
.blog-list-index .atbs-ceris-block__inner {
    width: 100%
}

body {
  background-color: #fafbfc !important;
}
@media (max-width: 1366px) {
  .site-header .header-search-dropdown .container {
  
    padding: 0 15px;
  }
}
.navigation-bar--inverse:not(.navigation-bar--fullwidth) .navigation-bar__inner {
    border-bottom: none !important;
    box-shadow: none !important;
}
.sticky-header .header-search-dropdown .container {
    width: 100% !important;
}
.header-main .social-links {
    justify-content: center;
}
.navigation-bar__inner {
    border-bottom: none;
}
.navigation-menu-section {
    overflow: visible !important;
    padding-right: ;
}
/* top-bar */
.top-bar .navigation--top .hs-menu-depth-1 {
    padding: 0 15px;
}
.top-bar .navigation--top .hs-menu-depth-1 a {
    padding: 0;
}

@media (min-width: 1200px) {
    .navigation-bar .header-logo {
        margin-right: 0;
    }
}
.navigation-bar__section .navigation-bar-btn {
    color: rgba(0, 0, 0, 0.8);
}
.navigation-bar__section .navigation-bar-btn:hover {
    color: rgba(0, 0, 0, 1);
}
.navigation-bar--inverse .navigation-bar__section .navigation-bar-btn {
    color: rgba(255, 255, 255, 0.8);
}
.navigation-bar--inverse .navigation-bar__section .navigation-bar-btn:hover {
    color: rgba(255, 255, 255, 1);
}
.header-main .navigation-bar-btn i{
    line-height: 30px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
} 
.header-main.navigation-bar--inverse .navigation-bar-btn i{
    color: rgba(255, 255, 255, 0.8);
} 
.header-main .navigation-bar-btn {
    opacity: 1;
}

.row-offcanvas a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.row-offcanvas a span {
    margin-top: 3px;
    font-weight: 400;
    font-size: 16px;
}

.search-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.language-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.language-social .social-list {
    margin-right: 10px;
}
.header-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.offcanvas-menu-toggle i {
    font-size: 24px;
    color: #222222;
}
.inverse-text .offcanvas-menu-toggle i {
    color: #fff;
}
.navigation-bar--inverse .header__language-switcher--label-current {
    color: rgba(255,255,255,0.8)
}
.mobile-header--inverse .offcanvas-menu-toggle i {
    color: rgba(255, 255, 255, 0.8);
}

.navigation-wrapper {
    overflow: visible !important;
}

button.navigation-bar-btn,
button.navigation-bar-btn:hover,
.navigation-bar-btn:hover,
.navigation-bar-btn:active,
.navigation-bar-btn:focus {
    background: none;
}
.atbs-offcanvas .atbs-offcanvas__section-navigation {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.atbs-offcanvas__section-navigation {
    padding-left:  0;
    padding-right: 0;
}

.atbs-offcanvas .menu-header .hs-menu-wrapper ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  margin: 0;
}

.atbs-offcanvas .navigation-primary {
    display: inline-block;
    height: auto;
    line-height: normal;
}

.atbs-offcanvas .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a {
    height: auto;
    line-height: 20px;
    padding: 12px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    color: rgba(0, 0, 0, 0.8);
    background-color: transparent !important;
    position: relative;
    display: block;
}
.atbs-offcanvas .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:hover > a {
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.02);
}
.atbs-offcanvas .hs-menu-item.hs-menu-depth-2.hs-item-has-children::before {
    border-top: 6px solid rgba(0, 0, 0, 0.6);
}
.atbs-offcanvas .menu-header .hs-item-has-children:hover:before {
    border-top: 6px solid rgba(0, 0, 0, 0.6);
}
.atbs-offcanvas .hs-menu-item.hs-menu-depth-2.hs-item-has-children::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid rgba(0,0,0,0.6);
    display: none;
}

.atbs-offcanvas .menu-header .hs-menu-wrapper ul li.active-branch::after {
    position: absolute;
    content: "";
    left: 0%;
    top: 0;
    bottom: 0;
    width: 3px;
    display: none;
}
.atbs-offcanvas .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:hover > a,
.atbs-offcanvas .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:hover > a {
    background-color: transparent !important;
}
.atbs-offcanvas .menu-header .hs-item-has-children::before {
    top: calc(40px/2);
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
            margin-top: 0;
}
.atbs-offcanvas .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 {
    padding-right: 0;
    position: relative;
}
.atbs-offcanvas .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
.atbs-offcanvas .menu-header .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  position: relative !important;
  width: 100% !important;
  display: none;
  padding: 10px 0 !important;
  background:  !important;
  -webkit-box-shadow: 0 2px 4px 0px rgb(0 0 0 / 5%) inset !important;
          box-shadow: 0 2px 4px 0px rgb(0 0 0 / 5%) inset !important;
  border: none;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  transform-origin: initial;
}
.atbs-offcanvas .hs-menu-item.hs-menu-depth-2.hs-item-has-children >.hs-menu-children-wrapper {
    left: 0;
    margin-left: 0;
}
.atbs-offcanvas .menu-header .hs-item-has-children::before {
    right: 20px !important;
    display: none;

}
.is-show {
    display: block;
}

.atbs-offcanvas .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 > a,
.atbs-offcanvas .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3 > a {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 10px 30px !important;
    background: transparent;
    font-size: 15px;
    line-height: 1.4;
    font-family: 400;

}
.atbs-offcanvas .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3 > a {
    padding: 10px 40px !important;
}
.atbs-offcanvas__title .social-list {
    margin-left: -15px;
    padding-left: 5px;
}

.atbs-offcanvas .hs-item-has-children a i {
    font-size: 23px;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    cursor: pointer;
}

.atbs-offcanvas.inverse-text .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a {
    color: rgba(255, 255, 255, 0.8);
}
.atbs-offcanvas.inverse-text .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:hover > a {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.02);
}
.atbs-offcanvas.inverse-text .menu-header .hs-item-has-children::before {
    border-top: 6px solid rgba(255, 255, 255, 0.9);
}
.atbs-offcanvas.inverse-text .menu-header .hs-item-has-children:hover:before {
    border-top: 6px solid rgba(255, 255, 255, 0.9);
}
.atbs-offcanvas.inverse-text .hs-menu-item.hs-menu-depth-2.hs-item-has-children::before {
    border-top: 6px solid rgba(255,255,255,0.8);
}
.atbs-offcanvas.inverse-text .hs-item-has-children a i {
    color: rgba(255, 255, 255, 0.8);
}

/* search */
.header-search-dropdown.is-active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.header-search-dropdown .hs-search-field__input {
    padding: 18px 15px;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-size: 1.14286rem;
    background-color: #1b1d1c;
    max-width: 350px;
    -webkit-box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 3%),
    0 1px 0 0 rgb(0 0 0 / 4%), 0 -1px 0 0 rgb(0 0 0 / 4%);
    box-shadow: 0px 3px 2px 0px rgb(0 0 0 / 3%), 0 1px 0 0 rgb(0 0 0 / 4%),
    0 -1px 0 0 rgb(0 0 0 / 4%);
    color: #f6f6f6;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.header-search-dropdown input[type="text"] {
    font-weight: 400;
    line-height: 1.42857143;
    vertical-align: middle;
    font-size: 14px;
}
.header-search-dropdown .hs-search-field__input::-webkit-input-placeholder {
    color: #f6f6f6;
    font-size: 14px;
}
.header-search-dropdown .hs-search-field__input::-moz-placeholder {
    color: #f6f6f6;
    font-size: 14px;
}
.header-search-dropdown .hs-search-field__input:-ms-input-placeholder {
    color: #f6f6f6;
    font-size: 14px;
}
.header-search-dropdown .hs-search-field__input::-ms-input-placeholder {
    color: #f6f6f6;
    font-size: 14px;
}
.header-search-dropdown .hs-search-field__input::placeholder {
    color: #f6f6f6;
    font-size: 14px;
}
.header-search-dropdown label {
    display: none;
}
.atbs-flexbox-header-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hs-search-field {
    text-align: right;
}
.navigation-bar__section .social-list .social-links__icon svg {
    height: 14px;
}
/* language */
.navigation-bar__section:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    position: relative;
}
.language {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
.lang_switcher_class .lang_list_class,
.header__language-switcher .lang_list_class {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 200px;
    left: auto;
    right: 0;
    bottom: auto;
    top: 100%;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
    border-radius: 0;
    background-color: #fafafa !important;
/*     padding: 10px 0; */
   -webkit-box-shadow: none;
           box-shadow: none;
  background-color: #fafafa;
  padding: 10px;
      border: 1px solid rgba(0,0,0,0.05);
}

.lang_switcher_class .lang_list_class:before, 
.lang_switcher_class .lang_list_class:after, 
.header__language-switcher .lang_list_class:before,
.header__language-switcher .lang_list_class::after {
    display: none;
}
.lang_switcher_class .lang_list_class li,
.language .header__language-switcher .lang_list_class li {
  padding:  12px 10px;
  position: relative;
  list-style: none;
}
.lang_switcher_class .lang_list_class li {
    text-align: left;
    background-color: transparent;
    border: none;
}
.lang_switcher_class .lang_list_class li:last-child,
.lang_switcher_class .lang_list_class li:first-child {
    border: none;
}
.lang_switcher_class .lang_list_class li:hover {
    color: rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0.05) !important;
}
.lang_switcher_class .lang_list_class li {
    padding: 12px 10px;
    position: relative;
    list-style: none;
}
.lang_switcher_class .globe_class {
    background: 0;
    width: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 0;
    opacity: 1;
    height: 70px;
    font-size: 17PX;
    font-weight: 700;
    line-height: 70px;
    position: relative;
}
.lang_switcher_class .globe_class:before {
    content: "Language";
}
.header__language-switcher--label {
/*     position: static; */
}
.header__language-switcher {
    padding-right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.language .globe_class {
    background: #fafafa;
    width: 0;
    height: 0;
}
.header__language-switcher .lang_list_class li {
    background-color: transparent;
}
.header__language-switcher .lang_list_class li a{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.header__language-switcher--label-current {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 0;
    opacity: 1;
    height: 60px;
    font-size: 17px;
    font-weight: 700;
    line-height: 60px;
    position: relative;
}


.header__language-switcher .lang_list_class li:first-child,
.header__language-switcher .lang_list_class li:last-child {
    border-radius: 0;
}
.header__language-switcher--label-current:hover {
    opacity: 1;
}
.lang_switcher_class .globe_class:after , 
.header__language-switcher--label-current:after {
    margin-bottom: 2px;
}
.lang_list_class:after, 
.lang_list_class:before {
    display: none !important;
}
.lang_switcher_class .globe_class:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 0px;
  width: 0px;
}
.inverse-text .lang_switcher_class .globe_class:after {
    border-top: 6px solid #fff;
}
.header-search-dropdown .hs-search-field__suggestions {
    display: none;
}
.header-search-dropdown.is-active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.atbs-offcanvas .social-list .social-links__icon svg {
    fill: rgba(0, 0, 0, 0.7);
}
.atbs-offcanvas .social-list .social-links__icon:hover svg {
    fill: rgba(0, 0, 0, 0.4);
}

/* social */
.header-social-vertical .social-links__link:not(:last-child) {
    margin-bottom: 25px;
}
.header-social-vertical .social-links__link .social-links__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
}
.header-social-vertical .social-links__link .social-links__icon:hover {
    background-color: var(--color-primary);
}
.header-social-vertical .social-links__link .social-links__icon svg {
    fill: rgba(0, 0, 0, 0.6);
}
.header-social-vertical .social-links__link .social-links__icon:hover svg {
    fill: rgba(0, 0, 0, 1);
}
.inverse-text .header-social-vertical .social-links__link .social-links__icon {
    border:1px solid rgba(255, 255, 255, 0.1);
}
.inverse-text .header-social-vertical .social-links__link .social-links__icon svg {
    fill: rgba(255, 255, 255, 0.6);
}
.inverse-text .header-social-vertical .social-links__link .social-links__icon:hover svg {
    fill: rgba(255, 255, 255, 1);
}
.header-default-no-dnd .lang_switcher_class .globe_class:before {
    content: "";
}
.header-default-no-dnd .lang_switcher_class .globe_class:after {
    display: none;
}
.header-default-no-dnd .globe_class {
    position: static;
}
.atbs-offcanvas {
    height: 100%;
    overflow-y: auto !important;
}
.atbs-offcanvas::-webkit-scrollbar {
    width: 3px;
}
.atbs-offcanvas::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
}
.atbs-offcanvas .social-links__icon svg {
    height: 15px;
    fill: rgba(0, 0, 0, 0.6);
}
.atbs-offcanvas .social-links__icon:hover svg {
    fill: rgba(0, 0, 0, 1);
}
@media (min-width:1200px) {
    .no-text {
        display: none !important;
    }
}
@media (max-width:1199px) {
    .has-text {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .menu-bar-icon-wrap {
        padding: 0 40px 0 0 !important;
    }
    .atbs-offcanvas--inner {
        max-width: 100% !important;
        width: 100% !important;
    }
    .atbs-offcanvas .atbs-offcanvas__section-navigation {
        max-width: 100% !important;
    }
    .atbs-offcanvas
    .atbs-offcanvas__section-navigation
    .atbs-offcanvas__section-navigation--wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .menu-wrap {
        width: 450px !important;
    }
    .atbs-offcanvas .social-links {
        margin-left: -5px;
    }
}


@media (max-width: 991px) {
    .navigation-primary > .submenu.level-1 > li > a::before {
        display: none !important;
    }
    .mobile-header__inner {
        padding: 0 15px!important;
    }
    .atbs-offcanvas__section {
        padding: 10px !important;
    }
    #atbs-takei-mobile-header .container {
        width: 100%;
    }
    #atbs-takei-mobile-header .hs-search-field {
        text-align: right;
    }
    .mobile-header-btn:hover,
    .mobile-header-btn:active,
    .mobile-header-btn:focus {
        background: none;
    }
    .mobile-header .mobile-header-btn {
        margin-right: 0;
    }

    .atbs-offcanvas .submenu > .has-submenu > .menu-arrow-bg,
    .atbs-offcanvas .submenu .menu-arrow-bg {
        height: 14px;
        width: 14px;
        background-size: 14px;
    }
    .atbs-offcanvas .atbs-offcanvas__section-navigation {
        padding: 20px 0 !important;
    }
    .mobile-header-btn {
        height: 60px !important;
    }

}
@media (min-width:768px) {
    .mobile-header .header-search-dropdown .container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hs-menu-wrapper ul,
    .social-links {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .mobile-header .container {
        width: 100%;
    }
}
.menu-header .hs-menu-children-wrapper li.hs-menu-item {
    position: relative;
}
.atbs-go-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.sticky-header .navigation-bar__section:first-child {
    display: flex;
    align-items: center;
}
/* Missing Template at Path: \'Men_Magazine_child\/css\/men-magazine\/css\/footer.css\' */
.menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a,
.header__language-switcher--label-current {
    color: rgba(0, 0, 0, 0.8);
}
.menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:hover > a,
.header__language-switcher--label-current:hover{
    color: rgba(0, 0, 0, 0.8);
}
.offcanvas-menu-toggle svg rect{
    fill: rgba(0, 0, 0, 0.5);
}
.offcanvas-menu-toggle:hover svg rect{
    fill: rgba(0, 0, 0, 1);
}
.navigation-bar--inverse .offcanvas-menu-toggle svg rect{
    fill: rgba(255, 255, 255, 1);
}

.navigation-bar--inverse .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1 > a,
.navigation-bar--inverse .header__language-switcher--label-current {
    color: rgba(255, 255, 255, 0.8);
}
.navigation-bar--inverse  .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:hover > a,
.navigation-bar--inverse  .header__language-switcher--label-current:hover{
    color: #ffffff;
}

.menu-header .hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:hover > a,
.menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-3:hover > a {
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.05) !important;
}


.top-bar__nav .hs-menu-wrapper ul li.hs-menu-item a {
    color: rgba(0, 0, 0, 0.8);
}
.top-bar__nav .hs-menu-wrapper ul li.hs-menu-item:hover a {
    color: rgba(0, 0, 0, 0.8);
}
.navigation-bar--inverse .top-bar__nav .hs-menu-wrapper ul li.hs-menu-item a {
    color: rgba(255, 255, 255, 0.8);
}
.navigation-bar--inverse .top-bar__nav .hs-menu-wrapper ul li.hs-menu-item:hover a {
    color: rgba(255, 255, 255, 0.8);
}


.atbs-offcanvas .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:hover > a,
.atbs-offcanvas .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:hover > a,
.atbs-offcanvas .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3:hover > a {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: rgba(0, 0, 0, 0.6);
}
.atbs-offcanvas .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 > a,
.atbs-offcanvas .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3 > a,
.header__language-switcher .lang_list_class li a {
    color: rgba(0, 0, 0, 0.6);
}

.atbs-offcanvas.inverse-text .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1:hover > a,
.atbs-offcanvas.inverse-text .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:hover > a,
.atbs-offcanvas.inverse-text .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3:hover > a {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.6);
}
.atbs-offcanvas.inverse-text .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2 > a,
.atbs-offcanvas.inverse-text .menu-header .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3 > a {
    color: rgba(255, 255, 255, 0.6);
}

.header__language-switcher--label-current:after {
    border-top: 6px solid #222222;
}
.header__language-switcher--label-current:hover::after {
    border-top: 6px solid #222222;
}
.navigation-bar--inverse  .header__language-switcher--label-current:after {
    border-top: 6px solid rgba(255, 255, 255,0.8);
}
.navigation-bar--inverse .header__language-switcher--label-current:hover::after {
    border-top: 6px solid rgba(255,255,255,1);
  }
.navigation-bar--inverse .header__language-switcher--label-current:hover::after {
    border-top: 6px solid #ffffff;
}
.language .header__language-switcher .lang_list_class li:hover {
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.05) !important;
}
.language .header__language-switcher .lang_list_class li:hover a {
    color: rgba(0, 0, 0, 0.6);
}

.hs-menu-wrapper ul li.hs-menu-item a {
    color: rgba(255, 255, 255, 0.8);
}
.hs-menu-wrapper ul li.hs-menu-item:hover a {
    color: #ffffff;
}

.atbs-offcanvas .menu-header .hs-menu-wrapper ul li.active-branch::after {
    background-color: var(--color-primary);
}
/* .atbs-offcanvas .menu-header .hs-menu-wrapper ul li.hs-menu-item.hs-menu-depth-1.active.active-branch>a {
    color: rgba(255, 255, 255, 1);
} */

@media (min-width: 992px) {
    .submenu.level-2 .menu-item .menu-link:hover {
        background: rgba(0, 0, 0, 1) !important;
        color: #f8f8f8;
    }
}
/* sticky */
.sticky-header .navigation-bar--fullwidth {
    background-color: ;
}
/* footer */
.site-footer .hs-menu-wrapper ul li.hs-menu-item a {
  color: rgba(0, 0, 0, 0.6);
}
.site-footer .hs-menu-wrapper ul li.hs-menu-item:hover a {
    color: rgba(0, 0, 0, 0.8);
  }
.site-footer.inverse-text .hs-menu-wrapper ul li.hs-menu-item a,
.site-footer.inverse-text .footer-text,
.site-footer.inverse-text .copy-right>* {
  color: rgba(255, 255, 255,0.8);
}
.site-footer.footer-1.inverse-text .site-footer__section:nth-child(2) {
    border-top: 1px solid var(--color-white-contrast-10);
}
.site-footer.inverse-text .hs-menu-wrapper ul li.hs-menu-item:hover a {
    color: rgba(255, 255, 255, 1);
  }
.site-footer.site-footer--inverse .hs-menu-wrapper ul li.hs-menu-item a {
    color: rgba(255, 255, 255, 1) !important;
}
.site-footer.site-footer--inverse .hs-menu-wrapper ul li.hs-menu-item:hover a {
    color: rgba(255, 255, 255, 1) !important;
}
.footer-subscribe .footer-subscribe-title {
    color: var(--color-primary);
}

.site-footer.footer-1.inverse-text .site-footer__section:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


/* single */
form input[type="submit"]:hover,
form .hs-button:hover,
input[type="submit"]:not(.btn):hover,
form input[type="submit"]:active,
form .hs-button:active,
input[type="submit"]:not(.btn):active,
form input[type="submit"]:focus,
form .hs-button:focus,
input[type="submit"]:not(.btn):focus,
form input[type="submit"],
form .hs-button,
input[type="submit"]:not(.btn) {
    background-color:  !important;
    color: ;
    border: 1px solid  !important;
}
.men_magazine-org-pagination__item:hover,
.men_magazine-org-pagination__item:focus,
.men_magazine-org-pagination__item:active {
    background: #f5f5f5 !important;
    color: rgba(0, 0, 0, 0.8) !important;
}
.men_magazine-org-pagination__item:hover,
.men_magazine-org-pagination__item:focus,
.men_magazine-org-pagination__item:active {
    background: #ddd !important;
}
.men_magazine-org-pagination__item-current,
.men_magazine-org-pagination__item-current:hover,
.men_magazine-org-pagination__item-current:focus,
.men_magazine-org-pagination__item-current:active {
    background: var(--color-primary) !important;
    color: #ffffff !important;
}

/*Module*/
.error-page__heading {
    color: var(--color-primary);
}
.contact-form .hs-button {
    color: #ffffff;
    background-color: var(--color-primary);
}
/*System*/
.box-wrapper__inner {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-top: 5px solid var(--color-primary) !important;
}
.box-wrapper input[type="submit"] {
    background-color: var(--color-primary);
}
.box-search-results .hs-search-results__description {
    border-left: 4px solid var(--color-primary);
}
.page-404-text a,
.error-page-wrapper .error-button {
    color: var(--color-primary);
    text-decoration: none;
}