/* Variables */
/* Paddings */
/* Gutter */
/* Soft border radius */
/* Selectors */
/* Base classes */
/*  7-stroke (http://themes-pixeden.com/font-demos/7-stroke/index.html) */
@font-face {
    font-family: 'Icon7Stroke';
    src: url(/s/fonts/Pe-icon-7-stroke.eot);
    src: url(/s/fonts/Pe-icon-7-stroke.eot) format('embedded-opentype'), url(Pe-icon-7-stroke.woff) format('woff'), url(/s/fonts/Pe-icon-7-stroke.ttf) format('truetype'), url(/s/fonts/Pe-icon-7-stroke.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url(/s/fonts/fontawesome-webfont.eot);
    src: url(/s/fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(fontawesome-webfont.woff2) format('woff2'), url(/s/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/s/fonts/fontawesome-webfont.ttf) format('truetype'), url(/s/fonts/fontawesome-webfont.svg) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

[data-ico-fa]:before {
    font-family: FontAwesome;
    content: attr(data-ico-fa);
}

[data-ico-s7]:before {
    font-family: Icon7Stroke;
    content: attr(data-ico-s7);
}

/* Sections, rows and columns */
.bt_bb_row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.bt_bb_row .bt_bb_column {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 100%;
}

.bt_bb_column[data-width="12"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.bt_bb_column[data-width="11"] {
    -webkit-flex-basis: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%;
}

.bt_bb_column[data-width="10"] {
    -webkit-flex-basis: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%;
}

.bt_bb_column[data-width="9"] {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.bt_bb_column[data-width="8"] {
    -webkit-flex-basis: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%;
}

.bt_bb_column[data-width="7"] {
    -webkit-flex-basis: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%;
}

.bt_bb_column[data-width="6"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.bt_bb_column[data-width="5"] {
    -webkit-flex-basis: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%;
}

.bt_bb_column[data-width="4"] {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.bt_bb_column[data-width="3"] {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.bt_bb_column[data-width="2"] {
    -webkit-flex-basis: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%;
}

.bt_bb_column[data-width="1"] {
    -webkit-flex-basis: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%;
}

.bt_bb_row_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.bt_bb_row_inner .bt_bb_column {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: 100%;
}

.bt_bb_column_inner[data-width="12"] {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.bt_bb_column_inner[data-width="11"] {
    -webkit-flex-basis: 91.66%;
    flex-basis: 91.66%;
    max-width: 91.66%;
}

.bt_bb_column_inner[data-width="10"] {
    -webkit-flex-basis: 83.33%;
    flex-basis: 83.33%;
    max-width: 83.33%;
}

.bt_bb_column_inner[data-width="9"] {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.bt_bb_column_inner[data-width="8"] {
    -webkit-flex-basis: 66.66%;
    flex-basis: 66.66%;
    max-width: 66.66%;
}

.bt_bb_column_inner[data-width="7"] {
    -webkit-flex-basis: 58.33%;
    flex-basis: 58.33%;
    max-width: 58.33%;
}

.bt_bb_column_inner[data-width="6"] {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.bt_bb_column_inner[data-width="5"] {
    -webkit-flex-basis: 41.66%;
    flex-basis: 41.66%;
    max-width: 41.66%;
}

.bt_bb_column_inner[data-width="4"] {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
}

.bt_bb_column_inner[data-width="3"] {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.bt_bb_column_inner[data-width="2"] {
    -webkit-flex-basis: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%;
}

.bt_bb_column_inner[data-width="1"] {
    -webkit-flex-basis: 8.33%;
    flex-basis: 8.33%;
    max-width: 8.33%;
}

@media (max-width: 992px) {
    .bt_bb_column[data-width="12"],
    .bt_bb_column[data-width="11"],
    .bt_bb_column[data-width="10"],
    .bt_bb_column[data-width="9"],
    .bt_bb_column[data-width="8"],
    .bt_bb_column[data-width="7"],
    .bt_bb_column[data-width="5"],
    .bt_bb_column[data-width="6"],
    .bt_bb_column[data-width="4"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column[data-width="3"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column[data-width="2"] {
        -webkit-flex-basis: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .bt_bb_column_inner[data-width="12"],
    .bt_bb_column_inner[data-width="11"],
    .bt_bb_column_inner[data-width="10"],
    .bt_bb_column_inner[data-width="9"],
    .bt_bb_column_inner[data-width="8"],
    .bt_bb_column_inner[data-width="7"],
    .bt_bb_column_inner[data-width="5"],
    .bt_bb_column_inner[data-width="6"],
    .bt_bb_column_inner[data-width="4"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column_inner[data-width="3"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 480px) {
    .bt_bb_column[data-width="3"],
    .bt_bb_column[data-width="2"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .bt_bb_column_inner[data-width="3"],
    .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 370px) {
    .bt_bb_column[data-width="3"],
    .bt_bb_column[data-width="2"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column_inner[data-width="3"],
    .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Grid Fix */
@media (max-width: 992px) and (min-width: 621px) {
    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
        -webkit-flex-basis: 66.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
        -webkit-flex-basis: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
    .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
        -webkit-flex-basis: 66.66%;
        flex-basis: 66.66%;
        max-width: 66.66%;
    }

    .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
    .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
        -webkit-flex-basis: 33.33%;
        flex-basis: 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 620px) {
    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="9"],
    .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="9"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_row_inner[data-structure="9-3"] .bt_bb_column_inner[data-width="3"],
    .bt_bb_row_inner[data-structure="3-9"] .bt_bb_column_inner[data-width="3"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Responsive BB classes */
@media (max-width: 479px) {
    .bt_bb_hidden_xs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .bt_bb_hidden_ms {
        display: none !important;
    }
}

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

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

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

/* Content elements */
.bt_bb_wrapper {
    overflow: hidden;
    position: relative;
}

.bt_bb_section {
    position: relative;
    margin-bottom: 3px;
}

.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
    min-height: 100vh;
}

.bt_bb_section > .bt_bb_port {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_bb_section > .bt_bb_port .rtl {
    -webkit-flex-flow: row-reverse nowrap;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}

.bt_bb_section > .bt_bb_port .bt_bb_cell {
    position: relative;
}

.bt_bb_section.bt_bb_vertical_align_bottom > .bt_bb_port {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bt_bb_section.bt_bb_vertical_align_top > .bt_bb_port {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bt_bb_section[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bt_bb_section[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
    position: relative;
    z-index: 1;
}

.bt_bb_section[class*="dark_stripes"]:before {
    background-image: -webkit-linear-gradient(left top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-image: -moz-linear-gradient(left top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-image: linear-gradient(to right top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}

.bt_bb_section[class*="light_stripes"]:before {
    background-image: -webkit-linear-gradient(left top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-image: -moz-linear-gradient(left top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-image: linear-gradient(to right top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}

.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255, 255, 255, .5);
}

.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0, 0, 0, .5);
}

.bt_bb_section[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
}

.bt_bb_section[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
}

.bt_bb_section.bt_bb_top_spacing_extra_small > .bt_bb_port {
    padding-top: .5em;
}

.bt_bb_section.bt_bb_top_spacing_small > .bt_bb_port {
    padding-top: 1em;
}

.bt_bb_section.bt_bb_top_spacing_normal > .bt_bb_port {
    padding-top: 2em;
}

.bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
    padding-top: 1em;
}

.bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 8em;
}

.bt_bb_section.bt_bb_top_spacing_extra_large > .bt_bb_port {
    padding-top: 16em;
}

.bt_bb_section.bt_bb_bottom_spacing_extra_small > .bt_bb_port {
    padding-bottom: .5em;
}

.bt_bb_section.bt_bb_bottom_spacing_small > .bt_bb_port {
    padding-bottom: 1em;
}

.bt_bb_section.bt_bb_bottom_spacing_normal > .bt_bb_port {
    padding-bottom: 2em;
}

.bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
    padding-bottom: 4em;
}

.bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
    padding-bottom: 8em;
}

.bt_bb_section.bt_bb_bottom_spacing_extra_large > .bt_bb_port {
    padding-bottom: 16em;
}

.bt_bb_section.bt_bb_video {
    overflow: hidden;
}

.bt_bb_section.bt_bb_video > video {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.bt_bb_section.bt_bb_video .bt_bb_port {
    position: relative;
    z-index: 2;
}

/* Row / Grid related */
.bt_bb_row {
    margin: 0 -20px;
}

.bt_bb_row .bt_bb_column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

.bt_bb_row .bt_bb_column.bt_bb_vertical_align_top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bt_bb_row .bt_bb_column[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bt_bb_row .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
}

.bt_bb_row .bt_bb_column .bt_bb_column_content {
    width: 100%;
}

.bt_bb_row_inner {
    margin: 0 -20px;
}

.bt_bb_row_inner .bt_bb_column_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_top {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bt_bb_row_inner .bt_bb_column_inner[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_image {
    margin-left: -20px;
    margin-right: -20px;
}

.bt_bb_row_inner .bt_bb_column_inner.bt_bb_padding_text_indent .bt_bb_column_inner_content > .bt_bb_image img {
    display: block;
    width: 100%;
    height: auto;
}

.bt_bb_row_inner .bt_bb_column_inner .bt_bb_column_inner_content {
    width: 100%;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_column,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column,
.bt_bb_align_right.bt_bb_column,
.bt_bb_align_right .bt_bb_column,
.bt_bb_align_left .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_column_inner,
.bt_bb_align_right.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_column_inner {
    text-align: right;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_column,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column,
.bt_bb_align_left.bt_bb_column,
.bt_bb_align_left .bt_bb_column,
.bt_bb_align_right .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_column_inner,
.bt_bb_align_left.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_column_inner {
    text-align: left;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_column,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column,
.bt_bb_align_center.bt_bb_column,
.bt_bb_align_center .bt_bb_column,
.bt_bb_align_left .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_column_inner,
.bt_bb_align_center.bt_bb_column_inner,
.bt_bb_align_center .bt_bb_column_inner {
    text-align: center;
}

.bt_bb_cell {
    width: 100%;
}

.bt_bb_layout_boxed .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_600 .bt_bb_cell {
    width: 600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_700 .bt_bb_cell {
    width: 700px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_800 .bt_bb_cell {
    width: 800px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_900 .bt_bb_cell {
    width: 900px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1000 .bt_bb_cell {
    width: 1000px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1100 .bt_bb_cell {
    width: 1100px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1200 .bt_bb_cell {
    width: 1200px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1300 .bt_bb_cell {
    width: 1300px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1400 .bt_bb_cell {
    width: 1400px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1500 .bt_bb_cell {
    width: 1500px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_layout_boxed_1600 .bt_bb_cell {
    width: 1600px;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.bt_bb_row.bt_bb_column_gap_extra_small {
    max-width: -webkit-calc(100% + .5em);
    max-width: -moz-calc(100% + .5em);
    max-width: calc(100% + .5em);
    margin-left: -.25em;
    margin-right: -.25em;
}

.bt_bb_row.bt_bb_column_gap_extra_small .bt_bb_column {
    padding-left: .25em;
    padding-right: .25em;
}

.bt_bb_row.bt_bb_column_gap_small {
    max-width: -webkit-calc(100% + 1em);
    max-width: -moz-calc(100% + 1em);
    max-width: calc(100% + 1em);
    margin-left: .5em;
    margin-right: -.5em;
}

.bt_bb_row.bt_bb_column_gap_small .bt_bb_column {
    padding-left: .5em;
    padding-right: .5em;
}

.bt_bb_row.bt_bb_column_gap_normal {
    max-width: -webkit-calc(100% + 2em);
    max-width: -moz-calc(100% + 2em);
    max-width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
}

.bt_bb_row.bt_bb_column_gap_normal .bt_bb_column {
    padding-left: 1em;
    padding-right: 1em;
}

.bt_bb_row.bt_bb_column_gap_medium {
    max-width: -webkit-calc(100% + 4em);
    max-width: -moz-calc(100% + 4em);
    max-width: calc(100% + 4em);
    margin-left: -2em;
    margin-right: -2em;
}

.bt_bb_row.bt_bb_column_gap_medium .bt_bb_column {
    padding-left: 2em;
    padding-right: 2em;
}

.bt_bb_row.bt_bb_column_gap_large {
    max-width: -webkit-calc(100% + 8em);
    max-width: -moz-calc(100% + 8em);
    max-width: calc(100% + 8em);
    margin-left: -4em;
    margin-right: -4em;
}

.bt_bb_row.bt_bb_column_gap_large .bt_bb_column {
    padding-left: 4em;
    padding-right: 4em;
}

.bt_bb_row.bt_bb_column_gap_0 {
    max-width: -webkit-calc(100% + 0);
    max-width: -moz-calc(100% + 0);
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
}

.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_row.bt_bb_column_gap_5 {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_row.bt_bb_column_gap_10 {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row.bt_bb_column_gap_15 {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column {
    padding-left: 15px;
    padding-right: 15px;
}

.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_row.bt_bb_column_gap_20 {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_row.bt_bb_column_gap_25 {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
}

.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_row.bt_bb_column_gap_30 {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_row.bt_bb_column_gap_35 {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
}

.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_row.bt_bb_column_gap_40 {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
}

.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_row.bt_bb_column_gap_45 {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
}

.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_row.bt_bb_column_gap_50 {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
}

.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
}

.bt_bb_row.bt_bb_column_gap_60 {
    max-width: -webkit-calc(100% + 120px);
    max-width: -moz-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
}

.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 120px;
    padding-right: 120px;
}

.bt_bb_row.bt_bb_column_gap_70 {
    max-width: -webkit-calc(100% + 140px);
    max-width: -moz-calc(100% + 140px);
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
}

.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 140px;
    padding-right: 140px;
}

.bt_bb_row.bt_bb_column_gap_80 {
    max-width: -webkit-calc(100% + 160px);
    max-width: -moz-calc(100% + 160px);
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
}

.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 160px;
    padding-right: 160px;
}

.bt_bb_row.bt_bb_column_gap_90 {
    max-width: -webkit-calc(100% + 180px);
    max-width: -moz-calc(100% + 180px);
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
}

.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 180px;
    padding-right: 180px;
}

.bt_bb_row.bt_bb_column_gap_100 {
    max-width: -webkit-calc(100% + 200px);
    max-width: -moz-calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
}

.bt_bb_row.bt_bb_column_gap_100 .bt_bb_column {
    padding-left: 100px;
    padding-right: 100px;
}

.bt_bb_row.bt_bb_column_gap_100 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 200px;
    padding-right: 200px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_0 {
    max-width: -webkit-calc(100% + 0);
    max-width: -moz-calc(100% + 0);
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_5 {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_10 {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_15 {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner {
    padding-left: 15px;
    padding-right: 15px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_20 {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_25 {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_30 {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_35 {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_40 {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_45 {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_50 {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_60 {
    max-width: -webkit-calc(100% + 120px);
    max-width: -moz-calc(100% + 120px);
    max-width: calc(100% + 120px);
    margin-left: -60px;
    margin-right: -60px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 120px;
    padding-right: 120px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_70 {
    max-width: -webkit-calc(100% + 140px);
    max-width: -moz-calc(100% + 140px);
    max-width: calc(100% + 140px);
    margin-left: -70px;
    margin-right: -70px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 140px;
    padding-right: 140px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_80 {
    max-width: -webkit-calc(100% + 160px);
    max-width: -moz-calc(100% + 160px);
    max-width: calc(100% + 160px);
    margin-left: -80px;
    margin-right: -80px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 160px;
    padding-right: 160px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_90 {
    max-width: -webkit-calc(100% + 180px);
    max-width: -moz-calc(100% + 180px);
    max-width: calc(100% + 180px);
    margin-left: -90px;
    margin-right: -90px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 180px;
    padding-right: 180px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_100 {
    max-width: -webkit-calc(100% + 200px);
    max-width: -moz-calc(100% + 200px);
    max-width: calc(100% + 200px);
    margin-left: -100px;
    margin-right: -100px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner {
    padding-left: 100px;
    padding-right: 100px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 200px;
    padding-right: 200px;
}

.bt_bb_parallax {
    -webkit-transition-property: background-position;
    -moz-transition-property: background-position;
    transition-property: background-position;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    background-attachment: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: none;
}

html[data-useragent*="Edge"] .bt_bb_parallax {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.wBackground {
    background-color: transparent;
    background-position: center;
}

.mapscroll-wrap {
    width: 100% !important;
}

.mapscroll-button {
    right: 24px !important;
}

.bt_bb_icon {
    display: inline-block;
    line-height: 1;
    padding-right: .5em;
    max-width: 100%;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon,
.bt_bb_align_center.bt_bb_icon,
.bt_bb_align_center .bt_bb_icon {
    float: none;
    margin: 0;
    padding: 0 .25em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding: 0 1em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding: 0 2em;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon,
.bt_bb_align_left.bt_bb_icon,
.bt_bb_align_left .bt_bb_icon {
    float: left;
    margin: 0;
    padding-right: .5em;
    padding-left: 0;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-right: 1em;
    padding-left: 0;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-right: 2em;
    padding-left: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon,
.bt_bb_align_right.bt_bb_icon,
.bt_bb_align_right .bt_bb_icon {
    margin: 0 auto;
    float: right;
    padding-left: .5em;
    padding-right: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_large {
    padding-left: 1em;
    padding-right: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_left .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_center .bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right.bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge,
.bt_bb_align_right .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_xlarge {
    padding-left: 2em;
    padding-right: 0;
}

.bt_bb_icon .bt_bb_icon_holder {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: inherit;
}

.bt_bb_icon .bt_bb_icon_holder:before {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: inherit;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
}

.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: .9em;
    width: 1.8em;
    height: 1.8em;
}

.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
}

.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.1em;
    width: 2em;
    height: 2em;
}

.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .875em;
}

.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 1.6em;
    width: 2em;
    height: 2em;
}

.bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1em;
}

.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 3em;
    width: 2em;
    height: 2em;
}

.bt_bb_size_large.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.4em;
}

.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder:before {
    font-size: 4em;
    width: 2em;
    height: 2em;
}

.bt_bb_size_xlarge.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: 1.6em;
}

.bt_bb_size_xsmall.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_small.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_normal.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_large.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before,
.bt_bb_size_xlarge.bt_bb_style_borderless.bt_bb_icon .bt_bb_icon_holder:before {
    width: auto;
    height: auto;
}

.bt_bb_icon .bt_bb_icon_holder span {
    line-height: 1.1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: .5em;
}

.bt_bb_icon .bt_bb_icon_holder:hover {
    text-decoration: none;
}

.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before {
    border-radius: 50%;
}

.bt_bb_icon.bt_bb_shape_round .bt_bb_icon_holder:before {
    border-radius: 5px;
}

.bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    color: #000;
}

.bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em #000 inset;
    box-shadow: 0 0 0 1em #000 inset;
    color: #fff;
}

.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em #000 inset;
    box-shadow: 0 0 0 1em #000 inset;
    color: #fff;
}

.bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    color: #000;
}

.bt_bb_button {
    display: inline-block;
    line-height: 1;
    margin-bottom: .25em;
}

.bt_bb_button.bt_bb_width_full {
    display: block;
    width: 100%;
}

.bt_bb_align_right.bt_bb_button.bt_bb_width_full,
.bt_bb_align_left.bt_bb_button.bt_bb_width_full {
    float: none;
    margin: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_button,
.bt_bb_align_center .bt_bb_align_right.bt_bb_button,
.bt_bb_align_left .bt_bb_align_right .bt_bb_button,
.bt_bb_align_center .bt_bb_align_right .bt_bb_button,
.bt_bb_align_right.bt_bb_button,
.bt_bb_align_right .bt_bb_button {
    float: right;
    margin-left: .5em;
    margin-right: 0;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_button,
.bt_bb_align_center .bt_bb_align_left.bt_bb_button,
.bt_bb_align_right .bt_bb_align_left .bt_bb_button,
.bt_bb_align_center .bt_bb_align_left .bt_bb_button,
.bt_bb_align_left.bt_bb_button,
.bt_bb_align_left .bt_bb_button {
    float: left;
    margin-right: .5em;
    margin-left: 0;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_button,
.bt_bb_align_right .bt_bb_align_center.bt_bb_button,
.bt_bb_align_left .bt_bb_align_center .bt_bb_button,
.bt_bb_align_right .bt_bb_align_center .bt_bb_button,
.bt_bb_align_center.bt_bb_button,
.bt_bb_align_center .bt_bb_button {
    float: none;
    margin-right: .25em;
    margin-left: .25em;
}

.bt_bb_size_small.bt_bb_button {
    font-size: .8em;
}

.bt_bb_size_medium.bt_bb_button {
    font-size: .9em;
}

.bt_bb_size_normal.bt_bb_button {
    font-size: 1em;
}

.bt_bb_size_large.bt_bb_button {
    font-size: 1.2em;
}

.bt_bb_button a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1em 3em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bt_bb_button a:hover {
    text-decoration: none;
}

.bt_bb_style_clean.bt_bb_button a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bt_bb_style_outline.bt_bb_button a {
    -webkit-box-shadow: 0 0 0 1px black inset;
    box-shadow: 0 0 0 1px black inset;
}

.bt_bb_style_outline:hover.bt_bb_button a {
    -webkit-box-shadow: 0 0 0 2em black inset;
    box-shadow: 0 0 0 2em black inset;
    color: white;
}

.bt_bb_button.bt_bb_shape_square a.bt_bb_link {
    border-radius: 0;
}

.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    border-radius: 5px;
}

.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 50px;
}

.bt_bb_button .bt_bb_icon_holder {
    display: block;
}

.bt_bb_button .bt_bb_icon_holder:before {
    display: block;
    font-size: inherit;
    line-height: 1;
    font-weight: 400;
}

.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: .5em;
}

.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: .5em;
}

.bt_bb_button.bt_bb_icon_position_right .bt_bb_button_text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.bt_bb_separator {
    line-height: 0;
    display: block;
    clear: both;
}

.bt_bb_separator:before,
.bt_bb_separator:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
}

.bt_bb_separator.bt_bb_border_style_solid {
    border-bottom: 1px solid #ccc;
}

.bt_bb_separator.bt_bb_border_style_dotted {
    border-bottom: 1px dotted #ccc;
}

.bt_bb_separator.bt_bb_border_style_dashed {
    border-bottom: 1px dashed #ccc;
}

.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
    margin-bottom: .5em;
}

.bt_bb_separator.bt_bb_bottom_spacing_small {
    margin-bottom: 1em;
}

.bt_bb_separator.bt_bb_bottom_spacing_normal {
    margin-bottom: 2em;
}

.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 4em;
}

.bt_bb_separator.bt_bb_bottom_spacing_large {
    margin-bottom: 8em;
}

.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
    margin-bottom: 16em;
}

.bt_bb_separator.bt_bb_top_spacing_extra_small {
    margin-top: .5em;
}

.bt_bb_separator.bt_bb_top_spacing_small {
    margin-top: 1em;
}

.bt_bb_separator.bt_bb_top_spacing_normal {
    margin-top: 2em;
}

.bt_bb_separator.bt_bb_top_spacing_medium {
    margin-top: 4em;
}

.bt_bb_separator.bt_bb_top_spacing_large {
    margin-top: 8em;
}

.bt_bb_separator.bt_bb_top_spacing_extra_large {
    margin-top: 16em;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_right .bt_bb_headline,
.bt_bb_align_right.bt_bb_headline,
.bt_bb_align_right .bt_bb_headline {
    text-align: right;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_center .bt_bb_align_left .bt_bb_headline,
.bt_bb_align_left.bt_bb_headline,
.bt_bb_align_left .bt_bb_headline {
    text-align: left;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center.bt_bb_headline,
.bt_bb_align_left .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_right .bt_bb_align_center .bt_bb_headline,
.bt_bb_align_center.bt_bb_headline,
.bt_bb_align_center .bt_bb_headline {
    text-align: center;
}

.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
    font-size: 1rem;
}

.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6 {
    font-size: 1.5rem;
}

.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6 {
    font-size: 2rem;
}

.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
    font-size: 2.5rem;
}

.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
    font-size: 3rem;
}

.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
    font-size: 3.5rem;
}

.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
    font-size: 5rem;
}

.bt_bb_font_weight_normal.bt_bb_headline h1,
.bt_bb_font_weight_normal.bt_bb_headline h2,
.bt_bb_font_weight_normal.bt_bb_headline h3,
.bt_bb_font_weight_normal.bt_bb_headline h4,
.bt_bb_font_weight_normal.bt_bb_headline h5,
.bt_bb_font_weight_normal.bt_bb_headline h6 {
    font-weight: normal;
}

.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6 {
    font-weight: bold;
}

.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6 {
    font-weight: bolder;
}

.bt_bb_font_weight_lighter.bt_bb_headline h1,
.bt_bb_font_weight_lighter.bt_bb_headline h2,
.bt_bb_font_weight_lighter.bt_bb_headline h3,
.bt_bb_font_weight_lighter.bt_bb_headline h4,
.bt_bb_font_weight_lighter.bt_bb_headline h5,
.bt_bb_font_weight_lighter.bt_bb_headline h6 {
    font-weight: 300;
}

.bt_bb_font_weight_light.bt_bb_headline h1,
.bt_bb_font_weight_light.bt_bb_headline h2,
.bt_bb_font_weight_light.bt_bb_headline h3,
.bt_bb_font_weight_light.bt_bb_headline h4,
.bt_bb_font_weight_light.bt_bb_headline h5,
.bt_bb_font_weight_light.bt_bb_headline h6 {
    font-weight: 200;
}

.bt_bb_font_weight_thin.bt_bb_headline h1,
.bt_bb_font_weight_thin.bt_bb_headline h2,
.bt_bb_font_weight_thin.bt_bb_headline h3,
.bt_bb_font_weight_thin.bt_bb_headline h4,
.bt_bb_font_weight_thin.bt_bb_headline h5,
.bt_bb_font_weight_thin.bt_bb_headline h6 {
    font-weight: 100;
}

.bt_bb_font_weight_100.bt_bb_headline h1,
.bt_bb_font_weight_100.bt_bb_headline h2,
.bt_bb_font_weight_100.bt_bb_headline h3,
.bt_bb_font_weight_100.bt_bb_headline h4,
.bt_bb_font_weight_100.bt_bb_headline h5,
.bt_bb_font_weight_100.bt_bb_headline h6 {
    font-weight: 100;
}

.bt_bb_font_weight_200.bt_bb_headline h1,
.bt_bb_font_weight_200.bt_bb_headline h2,
.bt_bb_font_weight_200.bt_bb_headline h3,
.bt_bb_font_weight_200.bt_bb_headline h4,
.bt_bb_font_weight_200.bt_bb_headline h5,
.bt_bb_font_weight_200.bt_bb_headline h6 {
    font-weight: 200;
}

.bt_bb_font_weight_300.bt_bb_headline h1,
.bt_bb_font_weight_300.bt_bb_headline h2,
.bt_bb_font_weight_300.bt_bb_headline h3,
.bt_bb_font_weight_300.bt_bb_headline h4,
.bt_bb_font_weight_300.bt_bb_headline h5,
.bt_bb_font_weight_300.bt_bb_headline h6 {
    font-weight: 300;
}

.bt_bb_font_weight_400.bt_bb_headline h1,
.bt_bb_font_weight_400.bt_bb_headline h2,
.bt_bb_font_weight_400.bt_bb_headline h3,
.bt_bb_font_weight_400.bt_bb_headline h4,
.bt_bb_font_weight_400.bt_bb_headline h5,
.bt_bb_font_weight_400.bt_bb_headline h6 {
    font-weight: 400;
}

.bt_bb_font_weight_500.bt_bb_headline h1,
.bt_bb_font_weight_500.bt_bb_headline h2,
.bt_bb_font_weight_500.bt_bb_headline h3,
.bt_bb_font_weight_500.bt_bb_headline h4,
.bt_bb_font_weight_500.bt_bb_headline h5,
.bt_bb_font_weight_500.bt_bb_headline h6 {
    font-weight: 500;
}

.bt_bb_font_weight_600.bt_bb_headline h1,
.bt_bb_font_weight_600.bt_bb_headline h2,
.bt_bb_font_weight_600.bt_bb_headline h3,
.bt_bb_font_weight_600.bt_bb_headline h4,
.bt_bb_font_weight_600.bt_bb_headline h5,
.bt_bb_font_weight_600.bt_bb_headline h6 {
    font-weight: 600;
}

.bt_bb_font_weight_700.bt_bb_headline h1,
.bt_bb_font_weight_700.bt_bb_headline h2,
.bt_bb_font_weight_700.bt_bb_headline h3,
.bt_bb_font_weight_700.bt_bb_headline h4,
.bt_bb_font_weight_700.bt_bb_headline h5,
.bt_bb_font_weight_700.bt_bb_headline h6 {
    font-weight: 700;
}

.bt_bb_font_weight_800.bt_bb_headline h1,
.bt_bb_font_weight_800.bt_bb_headline h2,
.bt_bb_font_weight_800.bt_bb_headline h3,
.bt_bb_font_weight_800.bt_bb_headline h4,
.bt_bb_font_weight_800.bt_bb_headline h5,
.bt_bb_font_weight_800.bt_bb_headline h6 {
    font-weight: 800;
}

.bt_bb_font_weight_900.bt_bb_headline h1,
.bt_bb_font_weight_900.bt_bb_headline h2,
.bt_bb_font_weight_900.bt_bb_headline h3,
.bt_bb_font_weight_900.bt_bb_headline h4,
.bt_bb_font_weight_900.bt_bb_headline h5,
.bt_bb_font_weight_900.bt_bb_headline h6 {
    font-weight: 900;
}

.bt_bb_headline .bt_bb_headline_content {
    display: block;
    color: inherit;
}

.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    content: ' ';
    display: block;
    width: 4em;
    margin: .55em 0 0;
    border-style: solid;
    border-width: 0 0 2px;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: left;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: right;
}

.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:after {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    content: ' ';
    display: block;
    width: 2em;
    margin: 0 0 .4em;
    border-style: solid;
    border-width: 2px 0 0;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    float: left;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    float: right;
}

.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before,
.bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.bt_bb_headline .bt_bb_headline_content span {
    display: block;
}

.bt_bb_headline .bt_bb_headline_content span:before,
.bt_bb_headline .bt_bb_headline_content span:after {
    clear: both;
    content: ' ';
    line-height: 0;
    display: table;
    width: 100%;
}

.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .5em;
    font-weight: 400;
    display: block;
    margin-bottom: 1em;
}

.bt_bb_headline:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
}

.bt_bb_text p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bt_bb_image {
    display: block;
    overflow: hidden;
}

.bt_bb_image > a,
.bt_bb_image > span {
    display: block;
    line-height: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bt_bb_image img {
    display: block;
    margin: 0;
    line-height: 0;
    max-width: 100%;
    height: auto;
}

.bt_bb_image.bt_bb_shape_square {
    border-radius: 0;
}

.bt_bb_image.bt_bb_shape_square img {
    border-radius: 0;
}

.bt_bb_image.bt_bb_shape_square .bt_bb_image_content {
    border-radius: 0;
}

.bt_bb_image.bt_bb_shape_hard-rounded {
    border-radius: 50%;
}

.bt_bb_image.bt_bb_shape_hard-rounded img {
    border-radius: 50%;
}

.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content {
    border-radius: 50%;
}

.bt_bb_image.bt_bb_shape_hard-rounded .bt_bb_image_content_flex {
    border-radius: 50%;
}

.bt_bb_image.bt_bb_shape_soft-rounded {
    border-radius: 5px;
}

.bt_bb_image.bt_bb_shape_soft-rounded img {
    border-radius: 5px;
}

.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content {
    border-radius: 5px;
}

.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex {
    border-radius: 5px;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image,
.bt_bb_align_left.bt_bb_image,
.bt_bb_align_left .bt_bb_image {
    float: left;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_left .bt_bb_image + .bt_bb_image,
.bt_bb_align_left.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_image + .bt_bb_image {
    margin-left: 1em;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image,
.bt_bb_align_right.bt_bb_image,
.bt_bb_align_right .bt_bb_image {
    float: right;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_align_right .bt_bb_image + .bt_bb_image,
.bt_bb_align_right.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_image + .bt_bb_image {
    margin-right: 1em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image,
.bt_bb_align_center.bt_bb_image,
.bt_bb_align_center .bt_bb_image {
    float: none;
    display: inline-block;
    margin-bottom: -.5em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center.bt_bb_image + .bt_bb_image,
.bt_bb_align_left .bt_bb_align_center .bt_bb_image + .bt_bb_image,
.bt_bb_align_right .bt_bb_align_center .bt_bb_image + .bt_bb_image,
.bt_bb_align_center.bt_bb_image + .bt_bb_image,
.bt_bb_align_center .bt_bb_image + .bt_bb_image {
    margin-left: .5em;
    margin-right: .5em;
}

.bt_bb_image.bt_bb_hover_style_zoom-in > a,
.bt_bb_image.bt_bb_hover_style_to-grayscale > a,
.bt_bb_image.bt_bb_hover_style_from-grayscale > a,
.bt_bb_image.bt_bb_hover_style_zoom-in > span,
.bt_bb_image.bt_bb_hover_style_to-grayscale > span,
.bt_bb_image.bt_bb_hover_style_from-grayscale > span {
    display: block;
}

.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
    transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_zoom-in img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.bt_bb_image.bt_bb_hover_style_zoom-in:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.bt_bb_image.bt_bb_hover_style_to-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bt_bb_image.bt_bb_hover_style_to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bt_bb_image.bt_bb_hover_style_from-grayscale img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bt_bb_image.bt_bb_hover_style_from-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bt_bb_image.bt_bb_hover_style_flip {
    -webkit-perspective: 350px;
    -moz-perspective: 350px;
    perspective: 350px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    overflow: visible;
}

.bt_bb_image.bt_bb_hover_style_flip > a,
.bt_bb_image.bt_bb_hover_style_flip > span {
    -webkit-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
    transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_flip:hover > a,
.bt_bb_image.bt_bb_hover_style_flip:hover > span {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bt_bb_image.bt_bb_hover_style_scroll {
    height: 300px;
    overflow: hidden;
}

.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_5000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 5000ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_4000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 4000ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 4000ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 4000ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_3000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 3000ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 3000ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 3000ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_2000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 2000ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 2000ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 2000ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image_scroll_speed_1000.bt_bb_image.bt_bb_hover_style_scroll img {
    -webkit-transition: transform 1000ms cubic-bezier(.455, .030, .515, .955);
    -moz-transition: transform 1000ms cubic-bezier(.455, .030, .515, .955);
    transition: transform 1000ms cubic-bezier(.455, .030, .515, .955);
}

.bt_bb_image.bt_bb_hover_style_scroll:hover img {
    -webkit-transform: translateY(-webkit-calc(-100% + 300px));
    -webkit-transform: translateY(calc(-100% + 300px));
    -moz-transform: translateY(-moz-calc(-100% + 300px));
    -moz-transform: translateY(calc(-100% + 300px));
    -ms-transform: translateY(calc(-100% + 300px));
    transform: translateY(-webkit-calc(-100% + 300px));
    transform: translateY(-moz-calc(-100% + 300px));
    transform: translateY(calc(-100% + 300px));
}

.bt_bb_image.bt_bb_content_exists {
    position: relative;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image a,
.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image span {
    display: inline-block;
    line-height: 0;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 1em;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
    width: 100%;
    display: block;
}

.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner * {
    pointer-events: all;
}

.bt_bb_content_align_middle.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_bb_content_align_bottom.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bt_bb_content_align_top.bt_bb_image.bt_bb_content_exists .bt_bb_image_content .bt_bb_image_content_flex {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bt_bb_image.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1, 1, .99);
    -moz-transform: scale3d(1, 1, .99);
    -ms-transform: scale3d(1, 1, .99);
    transform: scale3d(1, 1, .99);
}

.bt_bb_image.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    opacity: 1;
    -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.bt_bb_image.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.bt_bb_image.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, .99);
    -moz-transform: scale3d(1, 1, .99);
    -ms-transform: scale3d(1, 1, .99);
    transform: scale3d(1, 1, .99);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
}

:hover.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_always .bt_bb_image_content {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover > span {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover > span {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_show-on-hover:hover .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover > span {
    -webkit-transition: transform 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out;
    transition: transform 650ms ease-in-out;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > a,
.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover > span {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover .bt_bb_image_content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    -moz-transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
    transition: transform 650ms ease-in-out, opacity 650ms ease-in-out;
}

.bt_bb_image.bt_bb_hover_style_flip.bt_bb_content_display_hide-on-hover:hover .bt_bb_image_content {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

/* Tmp
.bt_bb_cell_inner {
	padding: 0 10%;
}*/
.bt_bb_service {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: 100%;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_service,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service,
.bt_bb_align_center.bt_bb_service,
.bt_bb_align_center .bt_bb_service {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_service,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service,
.bt_bb_align_left.bt_bb_service,
.bt_bb_align_left .bt_bb_service,
.bt_bb_align_left .bt_bb_align_right.bt_bb_service,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service,
.bt_bb_align_right.bt_bb_service,
.bt_bb_align_right .bt_bb_service {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: initial;
}

.bt_bb_service .bt_bb_icon_holder {
    -webkit-transition: all 280ms ease;
    -moz-transition: all 280ms ease;
    transition: all 280ms ease;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_service .bt_bb_icon_holder {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-align-self: initial;
    align-self: initial;
    margin-bottom: 0;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center.bt_bb_service .bt_bb_icon_holder,
.bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: .25em;
}

.bt_bb_shape_square.bt_bb_service .bt_bb_icon_holder {
    border-radius: 0;
}

.bt_bb_shape_round.bt_bb_service .bt_bb_icon_holder {
    border-radius: 5px;
}

.bt_bb_shape_circle.bt_bb_service .bt_bb_icon_holder {
    border-radius: 50%;
}

.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1em;
}

.bt_bb_style_borderless.bt_bb_size_xsmall.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.4em;
}

.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 1.6em;
}

.bt_bb_style_borderless.bt_bb_size_small.bt_bb_service .bt_bb_icon_holder {
    font-size: 2em;
}

.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.4em;
}

.bt_bb_style_borderless.bt_bb_size_normal.bt_bb_service .bt_bb_icon_holder {
    font-size: 2.8em;
}

.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.4em;
}

.bt_bb_style_borderless.bt_bb_size_large.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.6em;
}

.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 4em;
}

.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 3.8em;
}

.bt_bb_style_borderless.bt_bb_service .bt_bb_icon_holder {
    border: none;
    width: auto;
    height: auto;
    line-height: 1;
}

.bt_bb_service .bt_bb_service_content {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 600;
    font-size: 1.1em;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content,
.bt_bb_align_left.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_service .bt_bb_service_content {
    padding-left: 1em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_service .bt_bb_service_content {
    padding-right: 1em;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_service_content,
.bt_bb_align_center.bt_bb_service .bt_bb_service_content,
.bt_bb_align_center .bt_bb_service .bt_bb_service_content {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.bt_bb_service.bt_bb_style_outline .bt_bb_icon_holder {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    color: #000;
}

.bt_bb_service.bt_bb_style_outline:hover .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1em #000 inset;
    box-shadow: 0 0 0 1em #000 inset;
    color: #fff;
}

.bt_bb_service.bt_bb_style_filled .bt_bb_icon_holder {
    -webkit-box-shadow: 0 0 0 1em #000 inset;
    box-shadow: 0 0 0 1em #000 inset;
    color: #fff;
}

.bt_bb_service.bt_bb_style_filled:hover .bt_bb_icon_holder {
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 #000 inset;
    box-shadow: 0 0 0 0 #000 inset;
    color: #000;
}

.bt_bb_tabs {
    position: relative;
}

ul.bt_bb_tabs_header {
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.bt_bb_tabs_header li {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.bt_bb_tabs_header li.on {
    cursor: auto;
}

.bt_bb_style_outline ul.bt_bb_tabs_header li,
.bt_bb_style_filled ul.bt_bb_tabs_header li {
    border-width: 0 0 0 1px;
    border-style: solid;
}

.bt_bb_style_outline ul.bt_bb_tabs_header li:first-child,
.bt_bb_style_filled ul.bt_bb_tabs_header li:first-child {
    border-width: 0;
}

ul.bt_bb_tabs_header li span {
    line-height: 1.15;
    display: inline-block;
    padding: 1em 2em;
}

ul.bt_bb_tabs_header:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
}

.bt_bb_style_outline ul.bt_bb_tabs_header,
.bt_bb_style_filled ul.bt_bb_tabs_header {
    border-width: 1px;
    border-style: solid;
}

.bt_bb_style_simple ul.bt_bb_tabs_header li {
    border-bottom: 2px solid transparent;
}

.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
    border-color: black;
}

.bt_bb_style_simple ul.bt_bb_tabs_header li:first-of-type span {
    padding-left: 0;
}

.bt_bb_style_simple ul.bt_bb_tabs_header li:last-of-type span {
    padding-right: 0;
}

.bt_bb_shape_rounded ul.bt_bb_tabs_header {
    border-radius: 5px;
}

.bt_bb_shape_round ul.bt_bb_tabs_header {
    border-radius: 50px;
}

.bt_bb_shape_round ul.bt_bb_tabs_header li:last-child span {
    padding-right: 2.5em;
}

.bt_bb_shape_round ul.bt_bb_tabs_header li:first-child span {
    padding-left: 2.5em;
}

.bt_bb_tab_item {
    visibility: hidden;
    height: 0;
    opacity: 1;
    display: block;
    position: relative;
    top: 0;
}

.bt_bb_tab_item.has_bt_bb_image {
    position: absolute;
}

.bt_bb_tab_item.on {
    visibility: visible;
    height: auto;
    position: relative;
}

@media (max-width: 580px) {
    ul.bt_bb_tabs_header {
        display: block;
    }

    ul.bt_bb_tabs_header li {
        float: none;
    }

    .bt_bb_style_outline ul.bt_bb_tabs_header li,
    .bt_bb_style_filled ul.bt_bb_tabs_header li {
        border-width: 1px 0 0;
    }

    .bt_bb_shape_round ul.bt_bb_tabs_header {
        border-radius: 20px;
    }
}

.bt_bb_accordion .bt_bb_accordion_item_content:after {
    conent: ' ';
    display: table;
    width: 100%;
    clear: both;
}

.bt_bb_accordion .bt_bb_accordion_item {
    border-style: solid;
    border-width: 0 1px 1px;
    overflow: hidden;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    padding: .7em 1em;
    font-size: 1.1em;
    line-height: 1.3;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    -moz-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding: .5em 1em;
    display: none;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_accordion .bt_bb_accordion_item:last-child .bt_bb_accordion_item_content {
    border-width: 0;
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    display: block;
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_title {
    border-width: 0 0 1px;
}

.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 1px;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item {
    border-width: 0;
}

.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 5px 5px 0 0;
}

.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 20px 20px 0 0;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-width: 0;
    border-radius: 0;
}

.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 5px 5px;
}

.bt_bb_shape_round.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 20px 20px;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-width: 0;
    border-radius: 0;
}

.bt_bb_video {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
}

.bt_bb_video > .wp-video {
    display: block;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.bt_bb_video > .wp-video .mejs-container.mejs-video {
    width: 100% !important;
    height: 100% !important;
}

.bt_bb_video iframe.me-plugin,
.bt_bb_video .mejs-container {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bt_bb_disable_controls_yes.bt_bb_video .mejs-layers,
.bt_bb_disable_controls_yes.bt_bb_video .mejs-controls {
    display: none !important;
}

.slick-slider:not(.slick-initialized) {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.slick-slider:not(.slick-initialized) .bt_bb_content_slider_item {
    position: absolute;
    left: auto;
    right: auto;
    opacity: 0;
}

.slick-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bt_bb_show_dots_below .slick-slider {
    overflow: initial;
}

.slick-slider .slick-list {
    width: auto;
}

.slick-slider .slick-list .slick-slide .bt_bb_content_slider_item_content {
    width: 100%;
}

.bt_bb_height_auto .slick-slider .slick-slide {
    width: 100%;
}

.bt_bb_height_auto .slick-slider .slick-slide img {
    max-width: none;
    width: 100%;
    height: auto;
    display: block;
}

.bt_bb_height_full_screen .slick-slider .slick-slide {
    height: 100vh;
}

.bt_bb_height_full_screen .slick-slider.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_bb_height_half_screen .slick-slider .slick-slide {
    height: 50vh;
}

.bt_bb_height_keep-height .slick-slider .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_bb_height_full_screen .slick-slider .slick-slide,
.bt_bb_height_half_screen .slick-slider .slick-slide {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bt_bb_gap_small .slick-list {
    margin: 0 -.25rem;
}

.bt_bb_gap_small .slick-list .slick-slide .content {
    padding: 0 .25rem;
}

.bt_bb_gap_normal .slick-list {
    margin: 0 -.5rem;
}

.bt_bb_gap_normal .slick-list .slick-slide .content {
    padding: 0 .5rem;
}

.bt_bb_gap_large .slick-list {
    margin: 0 -1rem;
}

.bt_bb_gap_large .slick-list .slick-slide .content {
    padding: 0 1rem;
}

/* Buttons */
button.slick-arrow {
    padding: 0;
    letter-spacing: initial;
    border-radius: 0;
    position: absolute;
    z-index: 10;
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .7);
    cursor: pointer;
    outline: none;
    border: none;
}

button.slick-arrow:hover {
    background-color: rgba(0, 0, 0, .95);
}

button.slick-arrow:focus {
    outline: none;
}

button.slick-arrow.slick-next {
    right: 0;
}

button.slick-arrow.slick-next:before {
    content: '\e684';
}

button.slick-arrow.slick-prev {
    left: 0;
}

button.slick-arrow.slick-prev:before {
    content: '\e686';
}

button.slick-arrow:before {
    color: #fff;
    display: block;
    font-size: 34px;
    font-family: Icon7Stroke;
    line-height: 44px;
}

.bt_bb_arrows_size_small button.slick-arrow {
    width: 34px;
    height: 34px;
    margin-top: -17px;
}

.bt_bb_arrows_size_small button.slick-arrow:before {
    font-size: 24px;
    line-height: 34px;
}

.bt_bb_arrows_size_large button.slick-arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
}

.bt_bb_arrows_size_large button.slick-arrow:before {
    font-size: 54px;
    line-height: 64px;
}

.slick-list {
    width: 100%;
    position: relative;
}

.slick-list .slick-slide {
    background-size: cover;
}

.slick-dots {
    position: absolute;
    bottom: 1em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
}

.bt_bb_show_dots_below .slick-dots {
    bottom: -2em;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-transition: background-color 300ms ease;
    -moz-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: white;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 1em;
    height: 1em;
    cursor: pointer;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
}

/* Overlay */
.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] {
    position: relative;
}

.bt_bb_content_slider_item[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bt_bb_content_slider_item[class*="bt_bb_background_overlay"] .bt_bb_content_slider_item_content {
    position: relative;
    z-index: 1;
}

.bt_bb_content_slider_item[class*="dark_stripes"]:before {
    background-image: -webkit-linear-gradient(left top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-image: -moz-linear-gradient(left top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-image: linear-gradient(to right top, transparent 33%, rgba(0, 0, 0, .75) 33%, rgba(0, 0, 0, .75) 66%, transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}

.bt_bb_content_slider_item[class*="light_stripes"]:before {
    background-image: -webkit-linear-gradient(left top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-image: -moz-linear-gradient(left top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-image: linear-gradient(to right top, transparent 33%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 66%, transparent 66%);
    background-size: 3px 3px;
    background-repeat: repeat;
}

.bt_bb_content_slider_item[class*="light_solid"]:before {
    background-color: rgba(255, 255, 255, .5);
}

.bt_bb_content_slider_item[class*="dark_solid"]:before {
    background-color: rgba(0, 0, 0, .5);
}

.bt_bb_content_slider_item[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
}

.bt_bb_content_slider_item[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
}

/* POST GRID */
.bt_bb_masonry_post_grid_content {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    transition: opacity 2s;
}

.bt_bb_grid_container:after {
    content: '';
    display: block;
    clear: both;
}

.bt_bb_grid_hide {
    opacity: 0;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    transition: opacity 0s;
}

.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item {
    width: 100%;
}

.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item {
    width: 50%;
}

.bt_bb_grid_container.bt_bb_columns_2 .bt_bb_tile_format_21 {
    width: 100%;
}

.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item {
    width: 33.333333%;
}

.bt_bb_grid_container.bt_bb_columns_3 .bt_bb_tile_format_21 {
    width: 66.6666687%;
}

.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item {
    width: 25%;
}

.bt_bb_grid_container.bt_bb_columns_4 .bt_bb_tile_format_21 {
    width: 50%;
}

.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item {
    width: 20%;
}

.bt_bb_grid_container.bt_bb_columns_5 .bt_bb_tile_format_21 {
    width: 40%;
}

.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
    width: 16.666667%;
}

.bt_bb_grid_container.bt_bb_columns_6 .bt_bb_tile_format_21 {
    width: 33.333333%;
}

@media screen and (max-width: 768px) {
    .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_1 .bt_bb_grid_item,
    .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_2 .bt_bb_grid_item,
    .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_3 .bt_bb_grid_item,
    .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_4 .bt_bb_grid_item,
    .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_5 .bt_bb_grid_item,
    .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_sizer,
    .bt_bb_grid_container.bt_bb_columns_6 .bt_bb_grid_item {
        width: 100%;
    }
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content {
    background: rgba(0, 0, 0, .05);
    padding: 1.5em 1em .5em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
    padding: 0 0 1em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
    display: block;
    background: rgba(0, 0, 0, .2);
    text-decoration: none;
    padding: 0 .75em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
    background: rgba(0, 0, 0, .1);
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    padding: 0 0 1em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
    content: '\f133';
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
    content: '\f2bd';
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
    content: '\f0e6';
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    font-size: 1.4em;
    line-height: 1.3;
    margin: 0;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:not(:empty) {
    margin-top: 1em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
    margin-top: 1em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
    float: none;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item {
    overflow: hidden;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item_inner_content {
    position: absolute;
    top: 0;
    left: 0;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item_inner {
    overflow: hidden;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item_inner > .bt_bb_grid_item_inner_image {
    cursor: pointer;
    display: block;
    float: left;
    width: 100%;
}

.bt_bb_masonry_image_grid .bt_bb_grid_item_inner:after {
    content: '';
    display: table;
    clear: both;
}

.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content {
    margin-left: -1px;
    margin-top: -1px;
}

.bt_bb_masonry_image_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content {
    margin-left: -5px;
    margin-top: -5px;
}

.bt_bb_masonry_image_grid.bt_bb_gap_small .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(5px, 5px);
    -moz-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content {
    margin-left: -20px;
    margin-top: -20px;
}

.bt_bb_masonry_image_grid.bt_bb_gap_normal .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(20px, 20px);
    -moz-transform: translate(20px, 20px);
    -ms-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
}

.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content {
    margin-left: -30px;
    margin-top: -30px;
}

.bt_bb_masonry_image_grid.bt_bb_gap_large .bt_bb_masonry_post_image_content .bt_bb_grid_item_inner {
    -webkit-transform: translate(30px, 30px);
    -moz-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px);
}

.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content {
    overflow: hidden;
}

.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content {
    margin: -1px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 1px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
    margin: -3px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 3px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
    margin: -20px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 20px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
    margin: -30px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 30px;
}

.bt_bb_post_grid_filter {
    text-align: center;
    padding: 1em 2em;
}

.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
    display: inline-block;
    padding: 0 1em;
    margin: 0 1px;
    cursor: pointer;
}

.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover,
.bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active {
    background: rgba(0, 0, 0, .05);
}

.bt_bb_post_grid_loader {
    margin: auto;
    border: .4em solid #f3f3f3;
    border-top: .4em solid #3498db;
    border-radius: 50%;
    width: 4em;
    height: 4em;
    -webkit-animation: bt_bb_grid_animation 2s linear infinite;
    -moz-animation: bt_bb_grid_animation 2s linear infinite;
    animation: bt_bb_grid_animation 2s linear infinite;
    display: none;
}

@-webkit-keyframes bt_bb_grid_animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes bt_bb_grid_animation {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes bt_bb_grid_animation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bt_bb_grid_item_post_thumbnail img {
    width: 100%;
}

.mfp-container {
    background: rgba(0, 0, 0, .7);
}

/* image grid */
.bt_bb_masonry_image_grid.bt_bb_no_lightbox .bt_bb_grid_item_inner_image {
    cursor: auto;
}

.bt_bb_price_list {
    display: block;
    position: relative;
    border-style: solid;
    border-width: 1px;
    padding: 0;
}

.bt_bb_price_list .bt_bb_price_list_title {
    font-size: 1.8em;
    line-height: 1.3;
    padding: 1rem 2rem;
}

.bt_bb_price_list .bt_bb_price_list_subtitle {
    margin: 2rem 2rem 0;
}

.bt_bb_price_list .bt_bb_price_list_price {
    margin: 2rem 2rem 0;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    font-size: 4em;
    line-height: 1;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    font-size: 1.35em;
    line-height: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.bt_bb_price_list .bt_bb_price_list_price:after {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
}

.bt_bb_price_list ul {
    clear: left;
    display: block;
    list-style: none;
    margin: 0;
    padding: 2rem 0 0;
}

.bt_bb_price_list ul:before {
    clear: both;
    content: ' ';
    display: table;
    width: 100%;
}

.bt_bb_price_list ul li {
    display: block;
    margin: 0;
    padding: .7rem 2rem;
    border-width: 1px 0 0;
    border-style: solid;
}

.bt_bb_latest_posts_item {
    position: relative;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    overflow: hidden;
    margin: 0 0 1em;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
    display: block;
    max-width: none;
    width: 100%;
}

.bt_bb_image_shape_rounded .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 5px;
}

.bt_bb_image_shape_round .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 20px;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category {
    padding: 0 0 1em;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories {
    font-size: .75em;
    line-height: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li {
    margin: 0 0 .25em;
    display: inline-block;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a {
    display: block;
    background: rgba(0, 0, 0, .2);
    text-decoration: none;
    padding: 0 .75em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_category .post-categories li a:hover {
    background: rgba(0, 0, 0, .1);
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 .6em;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta {
    padding: 0 0 1em;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span {
    display: inline-block;
    font-size: .875em;
    line-height: 1.1;
    font-weight: 600;
    padding: 0 1em 0 0;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta > span:before {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    font-family: FontAwesome;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before {
    content: '\f133';
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
    content: '\f2bd';
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
    content: '\f0e6';
}

.bt_bb_latest_posts {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bt_bb_latest_posts.bt_bb_columns_1 {
    display: block;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

.bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

.bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
}

.bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
}

.bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
}

.bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
    -webkit-flex-basis: 16.66%;
    flex-basis: 16.66%;
}

/*@for i in range(0, 10) {
	.bt_bb_latest_posts.bt_bb_gap_#(i) {
		margin: 0 -#(i)px;
		.bt_bb_latest_posts_item { padding: 0 #(i)px #(i)px;}
		&.bt_bb_columns_1 .bt_bb_latest_posts_item {padding: 0 0 #(i)px;}
	}
}*/
.bt_bb_latest_posts {
    margin: -1em -1em 0;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item {
    padding: 2em 1em 0;
}

.bt_bb_latest_posts.bt_bb_gap_small {
    margin: -.5em -.5em 0;
}

.bt_bb_latest_posts.bt_bb_gap_small .bt_bb_latest_posts_item {
    padding: 1em .5em 0;
}

.bt_bb_latest_posts.bt_bb_gap_no_gap {
    margin: 0;
}

.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item {
    padding: 0;
}

.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_title,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_date,
.bt_bb_latest_posts.bt_bb_gap_no_gap .bt_bb_latest_posts_item .bt_bb_latest_posts_item_excerpt {
    padding-left: .5em;
    padding-right: .5em;
}

.bt_bb_latest_posts.bt_bb_gap_large {
    margin: -2em -2em 0;
}

.bt_bb_latest_posts.bt_bb_gap_large .bt_bb_latest_posts_item {
    padding: 4em 2em 0;
}

@media (max-width: 992px) {
    .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }

    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 33.33%;
        flex-basis: 33.33%;
    }
}

@media (max-width: 480px) {
    .bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }

    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 370px) {
    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}

.bt_bb_progress_bar {
    overflow: hidden;
    position: relative;
}

.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: .2;
}

.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding: .5em 1em;
    z-index: 1;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.bt_bb_progress_bar .bt_bb_progress_bar_inner.animated {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: right;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: left;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_left .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_right .bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center.bt_bb_progress_bar .bt_bb_progress_bar_inner,
.bt_bb_align_center .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    text-align: center;
}

.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_inner {
    border-radius: 5px;
}

.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar {
    border-radius: 5px;
}

.bt_bb_size_small.bt_bb_progress_bar {
    font-size: .9em;
}

.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
}

.bt_bb_style_outline.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border: 1px solid black;
}

.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
}

.bt_bb_style_line.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: black;
    border-bottom: 2px solid black;
}

.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_bg {
    background: white;
}

.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    color: white;
    background: black;
}

.bt_bb_progress_bar:nth-child(1) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}

.bt_bb_progress_bar:nth-child(2) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
}

.bt_bb_progress_bar:nth-child(3) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    transition-delay: 500ms;
}

.bt_bb_progress_bar:nth-child(4) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
}

.bt_bb_progress_bar:nth-child(5) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    transition-delay: 700ms;
}

.bt_bb_progress_bar:nth-child(6) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
}

.bt_bb_progress_bar:nth-child(7) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
}

.bt_bb_progress_bar:nth-child(8) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.bt_bb_progress_bar:nth-child(9) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.bt_bb_progress_bar:nth-child(10) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.bt_bb_progress_bar:nth-child(11) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.bt_bb_progress_bar:nth-child(12) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.bt_bb_progress_bar:nth-child(13) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.bt_bb_progress_bar:nth-child(14) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.bt_bb_progress_bar:nth-child(15) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.bt_bb_progress_bar:nth-child(16) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.bt_bb_progress_bar:nth-child(17) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

.bt_bb_progress_bar:nth-child(18) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.bt_bb_progress_bar:nth-child(19) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

.bt_bb_progress_bar:nth-child(20) .bt_bb_progress_bar_inner {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_map {
    height: 100% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
}

.bt_bb_google_maps .bt_bb_google_maps_content {
    position: relative;
    display: none;
    pointer-events: none;
}

.bt_bb_google_maps_with_content.bt_bb_google_maps .bt_bb_google_maps_content {
    display: block;
}

.bt_bb_google_maps_no_overlay.bt_bb_google_maps .bt_bb_google_maps_content,
.bt_bb_google_maps_no_overlay.bt_bb_google_maps_with_content.bt_bb_google_maps .bt_bb_google_maps_content {
    opacity: 0;
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    margin: 1em;
    width: 30%;
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    background: white;
    padding: 1em;
    opacity: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    pointer-events: none;
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location.bt_bb_google_maps_location_without_content {
    visibility: hidden;
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location.bt_bb_google_maps_location_show {
    opacity: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    pointer-events: all;
}

@media (max-width: 768px) {
    .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .bt_bb_google_maps.bt_bb_google_maps_with_content .bt_bb_google_maps_map {
        height: 250px !important;
        position: relative;
    }

    .bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
        width: 100%;
        margin: 0;
    }
}

/* CALCULATOR */
.bt_bb_cost_calculator .bt_bb_cost_calculator_item {
    margin: 0 0 1em;
}

.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="checkbox"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="radio"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item input:not([type="submit"]),
.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_widget_select_selected {
    padding: .625em .4375em;
    line-height: 1.1;
    border: 1px solid grey;
}

.bt_bb_cost_calculator .bt_bb_cost_calculator_item .bt_bb_cost_calculator_item_title {
    margin: 0 0 .3em;
}

.bt_bb_cost_calculator .bt_bb_cost_calculator_total {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_text {
    -webkit-flex: 5 1 auto;
    -ms-flex: 5 1 auto;
    flex: 5 1 auto;
    background: #ddd;
    color: #000;
    padding: .8em 1.25em;
}

.bt_bb_cost_calculator .bt_bb_cost_calculator_total .bt_bb_cost_calculator_total_amount {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #333;
    font-weight: 700;
    color: #fff;
    padding: .8em 2em;
}

/* CALCULATOR - SELECT */
.bt_bb_widget_select {
    cursor: pointer;
    position: relative;
}

.bt_bb_widget_select_selected {
    border: 1px solid #666;
    line-height: 1.1;
    padding: .625em .4375em;
}

.bt_bb_widget_select_selected > div:first-child {
    font-weight: 700;
}

.bt_bb_widget_select_selected > div:last-child {
    margin-top: .5em;
    font-size: .875em;
}

.bt_bb_widget_select_items {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    border: 1px solid #666;
    margin: .2em 0 0;
    background-color: #fff;
    color: #000;
}

.bt_bb_widget_select_items > div[data-value] {
    line-height: 1.25;
    padding: .625em .4375em;
}

.bt_bb_widget_select_items > div[data-value] > div:first-child {
    font-weight: 700;
}

.bt_bb_widget_select_items > div[data-value] > div:last-child {
    margin-top: .5em;
    font-size: .875em;
}

.bt_bb_widget_select_items > div[data-value="0"] {
    display: none;
}

.bt_bb_widget_select_items > div:hover {
    background: rgba(0, 0, 0, .1);
}

/* CALCULATOR - SWITCH */
.bt_bb_widget_switch {
    height: 1.5em;
    width: 3em;
    background: #ddd;
    border-radius: 1em;
    cursor: pointer;
}

.bt_bb_widget_switch.on {
    background: #666;
}

.bt_bb_widget_switch > div {
    height: 1.5em;
    width: 1.5em;
    background: white;
    border-radius: 1em;
    border: .2em solid #666;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    transition: transform .2s;
}

.on.bt_bb_widget_switch > div {
    -webkit-transform: translateX(1.5em);
    -moz-transform: translateX(1.5em);
    -ms-transform: translateX(1.5em);
    transform: translateX(1.5em);
}

.animate {
    -webkit-transition: transform 1000ms cubic-bezier(.190, 1, .220, 1), opacity 1000ms cubic-bezier(.190, 1, .220, 1);
    -moz-transition: transform 1000ms cubic-bezier(.190, 1, .220, 1), opacity 1000ms cubic-bezier(.190, 1, .220, 1);
    transition: transform 1000ms cubic-bezier(.190, 1, .220, 1), opacity 1000ms cubic-bezier(.190, 1, .220, 1);
}

.animate:nth-child(1) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
}

.bt_bb_content_slider_item .animate:nth-child(1) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    transition-delay: 900ms;
}

.animate:nth-child(2) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
}

.bt_bb_content_slider_item .animate:nth-child(2) {
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.animate:nth-child(3) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
}

.bt_bb_content_slider_item .animate:nth-child(3) {
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.animate:nth-child(4) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    transition-delay: 800ms;
}

.bt_bb_content_slider_item .animate:nth-child(4) {
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.animate:nth-child(5) {
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.bt_bb_content_slider_item .animate:nth-child(5) {
    -webkit-transition-delay: 1700ms;
    -moz-transition-delay: 1700ms;
    transition-delay: 1700ms;
}

.animate:nth-child(6) {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.bt_bb_content_slider_item .animate:nth-child(6) {
    -webkit-transition-delay: 1900ms;
    -moz-transition-delay: 1900ms;
    transition-delay: 1900ms;
}

.animate:nth-child(7) {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.bt_bb_content_slider_item .animate:nth-child(7) {
    -webkit-transition-delay: 2100ms;
    -moz-transition-delay: 2100ms;
    transition-delay: 2100ms;
}

.animate:nth-child(8) {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    transition-delay: 1600ms;
}

.bt_bb_content_slider_item .animate:nth-child(8) {
    -webkit-transition-delay: 2300ms;
    -moz-transition-delay: 2300ms;
    transition-delay: 2300ms;
}

.animate:nth-child(9) {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.bt_bb_content_slider_item .animate:nth-child(9) {
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.animate:nth-child(10) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.bt_bb_content_slider_item .animate:nth-child(10) {
    -webkit-transition-delay: 2700ms;
    -moz-transition-delay: 2700ms;
    transition-delay: 2700ms;
}

.animate:nth-child(11) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    transition-delay: 2200ms;
}

.bt_bb_content_slider_item .animate:nth-child(11) {
    -webkit-transition-delay: 2900ms;
    -moz-transition-delay: 2900ms;
    transition-delay: 2900ms;
}

.animate:nth-child(12) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    transition-delay: 2400ms;
}

.bt_bb_content_slider_item .animate:nth-child(12) {
    -webkit-transition-delay: 3100ms;
    -moz-transition-delay: 3100ms;
    transition-delay: 3100ms;
}

.animate:nth-child(13) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    transition-delay: 2600ms;
}

.bt_bb_content_slider_item .animate:nth-child(13) {
    -webkit-transition-delay: 3300ms;
    -moz-transition-delay: 3300ms;
    transition-delay: 3300ms;
}

.animate:nth-child(14) {
    -webkit-transition-delay: 2800ms;
    -moz-transition-delay: 2800ms;
    transition-delay: 2800ms;
}

.bt_bb_content_slider_item .animate:nth-child(14) {
    -webkit-transition-delay: 3500ms;
    -moz-transition-delay: 3500ms;
    transition-delay: 3500ms;
}

.animate:nth-child(15) {
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    transition-delay: 3000ms;
}

.bt_bb_content_slider_item .animate:nth-child(15) {
    -webkit-transition-delay: 3700ms;
    -moz-transition-delay: 3700ms;
    transition-delay: 3700ms;
}

.animate:nth-child(16) {
    -webkit-transition-delay: 3200ms;
    -moz-transition-delay: 3200ms;
    transition-delay: 3200ms;
}

.bt_bb_content_slider_item .animate:nth-child(16) {
    -webkit-transition-delay: 3900ms;
    -moz-transition-delay: 3900ms;
    transition-delay: 3900ms;
}

.animate:nth-child(17) {
    -webkit-transition-delay: 3400ms;
    -moz-transition-delay: 3400ms;
    transition-delay: 3400ms;
}

.bt_bb_content_slider_item .animate:nth-child(17) {
    -webkit-transition-delay: 4100ms;
    -moz-transition-delay: 4100ms;
    transition-delay: 4100ms;
}

.animate:nth-child(18) {
    -webkit-transition-delay: 3600ms;
    -moz-transition-delay: 3600ms;
    transition-delay: 3600ms;
}

.bt_bb_content_slider_item .animate:nth-child(18) {
    -webkit-transition-delay: 4300ms;
    -moz-transition-delay: 4300ms;
    transition-delay: 4300ms;
}

.animate:nth-child(19) {
    -webkit-transition-delay: 3800ms;
    -moz-transition-delay: 3800ms;
    transition-delay: 3800ms;
}

.bt_bb_content_slider_item .animate:nth-child(19) {
    -webkit-transition-delay: 4500ms;
    -moz-transition-delay: 4500ms;
    transition-delay: 4500ms;
}

.animate:nth-child(20) {
    -webkit-transition-delay: 4000ms;
    -moz-transition-delay: 4000ms;
    transition-delay: 4000ms;
}

.bt_bb_content_slider_item .animate:nth-child(20) {
    -webkit-transition-delay: 4700ms;
    -moz-transition-delay: 4700ms;
    transition-delay: 4700ms;
}

/* Fade In */
.bt_bb_animation_fade_in {
    opacity: 0;
}

.bt_bb_animation_fade_in.animated {
    opacity: 1;
}

/* Move, Move & Fade */
.bt_bb_column[class*="move_down"],
.bt_bb_column_inner[class*="move_down"] {
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
}

.bt_bb_column[class*="move_up"],
.bt_bb_column_inner[class*="move_up"] {
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
}

.bt_bb_column[class*="move_left"],
.bt_bb_column_inner[class*="move_left"] {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
}

.bt_bb_column[class*="move_right"],
.bt_bb_column_inner[class*="move_right"] {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
}

.bt_bb_column[class*="move_up"].animated,
.bt_bb_column[class*="move_down"].animated,
.bt_bb_column[class*="move_right"].animated,
.bt_bb_column[class*="move_left"].animated,
.bt_bb_column_inner[class*="move_up"].animated,
.bt_bb_column_inner[class*="move_down"].animated,
.bt_bb_column_inner[class*="move_right"].animated,
.bt_bb_column_inner[class*="move_left"].animated {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Zoom in */
.bt_bb_column[class*="zoom_in"],
.bt_bb_column_inner[class*="zoom_in"] {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}

.bt_bb_column[class*="zoom_out"],
.bt_bb_column_inner[class*="zoom_out"] {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.bt_bb_column[class*="zoom_in"].animated,
.bt_bb_column[class*="zoom_out"].animated,
.bt_bb_column_inner[class*="zoom_in"].animated,
.bt_bb_column_inner[class*="zoom_out"].animated {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*
@media (max-width: math($(gutterWidth) + 20)px) {
	.bt_bb_layout_boxed.bt_bb_section[class*="bt_bb_vertical_align_"] {
		> .bt_bb_port {
			.bt_bb_cell {
				flex: 1 1 100%;
			}
		}
	}
}*/
/* Counter  */
.bt_bb_counter_holder {
    font-size: 4em;
    height: 1.2em;
    line-height: 1.2;
    overflow: hidden;
}

.bt_bb_counter_holder .bt_bb_counter {
    display: block;
    height: 1.2em;
    overflow: hidden;
}

.bt_bb_counter_holder .bt_bb_counter span.onedigit {
    display: inline-block;
    height: 1.2em;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    display: block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.bt_bb_counter_holder.bt_bb_size_xsmall {
    font-size: .8em;
}

.bt_bb_counter_holder.bt_bb_size_small {
    font-size: 1em;
}

.bt_bb_counter_holder.bt_bb_size_normal {
    font-size: 2em;
}

.bt_bb_counter_holder.bt_bb_size_large {
    font-size: 3em;
}

.bt_bb_counter_holder.bt_bb_size_xlarge {
    font-size: 4em;
}

/* IE 10 hack*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d1) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d2) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d3) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d4) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d5) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d6) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d7) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d8) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d9) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d0) span.t {
        -webkit-transform: translateY(10em);
        -moz-transform: translateY(10em);
        -ms-transform: translateY(10em);
        transform: translateY(10em);
    }
}

/* Edge hack*/
@supports (-ms-ime-align:auto) {
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d1) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d2) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d3) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d4) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d5) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d6) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d7) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d8) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d9) span.t,
    .bt_bb_counter_holder .bt_bb_counter span.onedigit:not(.d0) span.t {
        -webkit-transform: translateY(10em);
        -moz-transform: translateY(10em);
        -ms-transform: translateY(10em);
        transform: translateY(10em);
    }
}

.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_avatar {
    display: inline;
    border-radius: 50%;
}

.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_username {
    display: block;
    margin-bottom: 1em;
}

.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_item {
    display: inline-block;
    float: left;
}

.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item {
    width: 100%;
}

.bt_bb_columns_1.bt_bb_twitter .bt_bb_twitter_item:nth-child(1n + 1) {
    clear: both;
}

.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item {
    width: 50%;
}

.bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
    clear: both;
}

.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item {
    width: 33.333%;
}

.bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1) {
    clear: both;
}

.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
    width: 25%;
}

.bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
    clear: both;
}

.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item {
    width: 20%;
}

.bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
    clear: both;
}

.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
    width: 16.666%;
}

.bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
    clear: both;
}

.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner {
    margin: 0 -1em;
}

.bt_bb_display_regular.bt_bb_twitter .bt_bb_twitter_inner .bt_bb_twitter_item {
    padding: 0 1em;
}

@media (max-width: 1024px) {
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
        width: 50%;
    }

    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1) {
        clear: initial;
    }

    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 768px) {
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item {
        width: 50%;
    }

    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1) {
        clear: initial;
    }

    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 640px) {
    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item,
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item {
        width: 100%;
    }

    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_2.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_3.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_4.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_5.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(2n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(3n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(4n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(5n + 1),
    .bt_bb_columns_6.bt_bb_twitter .bt_bb_twitter_item:nth-child(6n + 1) {
        clear: initial;
    }
}

.bt_bb_instagram .btInstaGrid span {
    width: 25%;
    float: left;
    padding: 0;
}

.bt_bb_instagram .btInstaGrid span img {
    width: 100%;
}

.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid {
    margin-left: -1px;
    margin-top: -1px;
}

.bt_bb_instagram.bt_bb_gap_extrasmall .btInstaGrid span {
    padding-left: 1px;
    padding-top: 1px;
}

.bt_bb_instagram.bt_bb_gap_small .btInstaGrid {
    margin-left: -5px;
    margin-top: -5px;
}

.bt_bb_instagram.bt_bb_gap_small .btInstaGrid span {
    padding-left: 5px;
    padding-top: 5px;
}

.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid {
    margin-left: -.5em;
    margin-top: -.5em;
}

.bt_bb_instagram.bt_bb_gap_normal .btInstaGrid span {
    padding-left: .5em;
    padding-top: .5em;
}

.bt_bb_instagram.bt_bb_gap_large .btInstaGrid {
    margin-left: -1em;
    margin-top: -1em;
}

.bt_bb_instagram.bt_bb_gap_large .btInstaGrid span {
    padding-left: 1em;
    padding-top: 1em;
}

.bt_bb_instagram.bt_bb_columns_1 .btInstaGrid span {
    width: 100%;
}

.bt_bb_instagram.bt_bb_columns_2 .btInstaGrid span {
    width: 50%;
}

.bt_bb_instagram.bt_bb_columns_3 .btInstaGrid span {
    width: 33.333333%;
}

.bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
    width: 25%;
}

.bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
    width: 20%;
}

.bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
    width: 16.666666%;
}

@media (max-width: 768px) {
    .bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span {
        width: 33.33333%;
    }

    .bt_bb_instagram.bt_bb_columns_4 .btInstaGrid span {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .bt_bb_instagram.bt_bb_columns_6 .btInstaGrid span,
    .bt_bb_instagram.bt_bb_columns_5 .btInstaGrid span {
        width: 50%;
    }
}

.sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li {
    margin: 0 0 1.75em;
}

.sidebar .widget_bt_bb_recent_posts ul li:last-child,
.btSidebar .widget_bt_bb_recent_posts ul li:last-child {
    margin: 0;
}

.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 10px;
}

.rtl .sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage,
.rtl .btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
    padding-right: 0;
    padding-left: 10px;
}

.sidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText,
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetText {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    overflow: hidden;
}

.sidebar .widget_bt_bb_recent_comments ul,
.btSidebar .widget_bt_bb_recent_comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .widget_bt_bb_recent_comments ul h5,
.sidebar .widget_bt_bb_recent_comments ul .posted,
.btSidebar .widget_bt_bb_recent_comments ul h5,
.btSidebar .widget_bt_bb_recent_comments ul .posted {
    margin: 0;
}

.sidebar .widget_bt_bb_recent_comments ul li,
.btSidebar .widget_bt_bb_recent_comments ul li {
    margin: 0 0 1.75em;
}

.sidebar .widget_bt_bb_recent_comments ul li:last-child,
.btSidebar .widget_bt_bb_recent_comments ul li:last-child {
    margin: 0;
}

.sidebar .btIconWidget,
.btSidebar .btIconWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 0 1em;
}

.sidebar .btIconWidget .btIconWidgetIcon,
.btSidebar .btIconWidget .btIconWidgetIcon {
    -webkit-flex: 0 1% 0;
    -ms-flex: 0 1% 0;
    flex: 0 1% 0;
    padding: 0 .2em 0 0;
    font-size: 3em;
    line-height: 1;
}

.rtl .sidebar .btIconWidget .btIconWidgetIcon,
.rtl .btSidebar .btIconWidget .btIconWidgetIcon {
    padding: 0 0 0 .2em;
}

.sidebar .btIconWidget .btIconWidgetContent,
.btSidebar .btIconWidget .btIconWidgetContent {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.sidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText {
    display: block;
}

.btCounterHolder {
    font-size: 3rem;
    line-height: 0;
    font-weight: 300;
}

.btCounterHolder .btCounter {
    display: block;
    height: 3rem;
    overflow: hidden;
}

.btCounterHolder span.onedigit {
    display: inline-block;
    height: 3rem;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.btCounterHolder span.onedigit span {
    display: block;
    position: relative;
    height: 3rem;
    text-align: center;
}

.btCounterHolder .btCountdownHolder {
    padding: 0 15%;
}

.btCounterHolder .btCountdownHolder > span {
    vertical-align: top;
    display: inline-block;
    padding: 0 0 5px;
}

.btCounterHolder .btCountdownHolder > span > span {
    display: inline-block;
}

.btCounterHolder .btCountdownHolder > span > span > span {
    display: block;
    width: .65em;
    text-align: inherit;
    -webkit-transition: transform 0ms ease-out;
    -moz-transition: transform 0ms ease-out;
    transition: transform 0ms ease-out;
    -webkit-transform: translateY(-3rem);
    -moz-transform: translateY(-3rem);
    -ms-transform: translateY(-3rem);
    transform: translateY(-3rem);
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
}

.btCounterHolder .btCountdownHolder .days,
.btCounterHolder .btCountdownHolder .hours,
.btCounterHolder .btCountdownHolder .minutes,
.btCounterHolder .btCountdownHolder .seconds {
    position: relative;
    margin: 0;
    float: left;
    width: 25%;
}

.btCounterHolder .btCountdownHolder span[class$="_text"] {
    position: relative;
    display: block;
    text-align: inherit;
    font-size: .8rem;
    line-height: 1;
    padding: 1rem 0 0;
    margin: .5rem 0 0;
    text-transform: uppercase;
}

.btCounterHolder .btCountdownHolder span[class^="n"],
.btCounterHolder .btCountdownHolder .days span:first-child,
.btCounterHolder .btCountdownHolder .days span:nth-child(2),
.btCounterHolder .btCountdownHolder .days span:nth-child(3) {
    position: static;
    overflow: hidden;
    height: 3rem;
    line-height: 1;
}

.btCounterHolder .btCountdownHolder span[class$="_text"] > span {
    height: auto !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    font-size: 1em;
    line-height: 1.2 !important;
}

.btCounterHolder .btCountdownHolder span.separator {
    display: none;
}

.btCounterHolder .btCountdownHolder .days_text span,
.btCounterHolder .btCountdownHolder .hours_text span,
.btCounterHolder .btCountdownHolder .minutes_text span,
.btCounterHolder .btCountdownHolder .seconds_text span {
    width: auto !important;
    -webkit-transform: translate(-50%, -.1em) !important;
    -moz-transform: translate(-50%, -.1em) !important;
    -ms-transform: translate(-50%, -.1em) !important;
    transform: translate(-50%, -.1em) !important;
}

.btCounterHolder .btCountdownHolder .countdown_anim {
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.btCounterHolder.btCounterLargeSize {
    font-size: 4.5rem;
    font-weight: 700;
}

.btCounterHolder.btCounterLargeSize .btCountdownHolder {
    padding: 0 10%;
}

.btCounterHolder.btCounterLargeSize .btCounter {
    height: 4.5rem;
}

.btCounterHolder.btCounterLargeSize span.onedigit {
    height: 4.5rem;
}

.btCounterHolder.btCounterLargeSize span.onedigit span {
    height: 4.5rem;
}

.btCounterHolder.btCounterLargeSize .btCountdownHolder > span > span > span {
    -webkit-transform: translateY(-4.5rem);
    -moz-transform: translateY(-4.5rem);
    -ms-transform: translateY(-4.5rem);
    transform: translateY(-4.5rem);
    height: 4.5rem;
}

.btCounterHolder.btCounterLargeSize .btCountdownHolder .countdown_anim {
    -webkit-transition: transform 200ms ease-out;
    -moz-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.btCounterHolder.btCounterLargeSize .btCountdownHolder span[class^="n"],
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:first-child,
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(2),
.btCounterHolder.btCounterLargeSize .btCountdownHolder .days span:nth-child(3) {
    height: 4.5rem;
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    /* Column height fix */
    .bt_bb_row .bt_bb_column {
        height: auto;
        display: block;
    }

    .bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
    .bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    /* Column inner height fix */
    .bt_bb_row_inner .bt_bb_column_inner {
        height: auto;
        display: block;
    }

    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_middle,
    .bt_bb_row_inner .bt_bb_column_inner.bt_bb_vertical_align_bottom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    /* Images fix */
    .bt_bb_align_right .bt_bb_align_left.bt_bb_image,
    .bt_bb_align_center .bt_bb_align_left.bt_bb_image,
    .bt_bb_align_right .bt_bb_align_left .bt_bb_image,
    .bt_bb_align_center .bt_bb_align_left .bt_bb_image,
    .bt_bb_align_left.bt_bb_image,
    .bt_bb_align_left .bt_bb_image {
        float: none;
    }

    .bt_bb_align_left .bt_bb_align_right.bt_bb_image,
    .bt_bb_align_center .bt_bb_align_right.bt_bb_image,
    .bt_bb_align_left .bt_bb_align_right .bt_bb_image,
    .bt_bb_align_center .bt_bb_align_right .bt_bb_image,
    .bt_bb_align_right.bt_bb_image,
    .bt_bb_align_right .bt_bb_image {
        float: none;
    }

    .bt_bb_align_left .bt_bb_align_center.bt_bb_image,
    .bt_bb_align_right .bt_bb_align_center.bt_bb_image,
    .bt_bb_align_left .bt_bb_align_center .bt_bb_image,
    .bt_bb_align_right .bt_bb_align_center .bt_bb_image,
    .bt_bb_align_center.bt_bb_image,
    .bt_bb_align_center .bt_bb_image {
        float: none;
        display: inline-block;
        margin-bottom: -.5em;
        max-width: 100%;
    }

    /* Latest post fix */
    .bt_bb_latest_posts {
        display: block;
    }

    .bt_bb_latest_posts.bt_bb_columns_1 {
        display: block;
    }

    .bt_bb_latest_posts .bt_bb_latest_posts_item {
        float: left;
    }

    .bt_bb_columns_1.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 100%;
    }

    .bt_bb_columns_2.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 50%;
    }

    .bt_bb_columns_3.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 33.33%;
    }

    .bt_bb_columns_4.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 25%;
    }

    .bt_bb_columns_5.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 20%;
    }

    .bt_bb_columns_6.bt_bb_latest_posts .bt_bb_latest_posts_item {
        width: 16.66%;
    }

    /* Price list fix */
    .bt_bb_price_list .bt_bb_price_list_price {
        display: inline-block;
    }

    .bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder:before {
        font-size: .65em;
    }

    .btMenuInitFinished .mainHeader {
        visibility: inherit;
    }
}

/* External libs override */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10004;
    overflow: hidden;
    position: fixed;
    opacity: .8;
    height: 100vh !important;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur {
    overflow: hidden;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-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-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -moz-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -moz-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*# sourceMappingURL=content_elements.crush.css.map *//* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('/wp-content/plugins/contact-form-7/images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

/*! This file is auto-generated */
@font-face {
    font-display: auto;
    font-family: dashicons;
    src: url(/wp-includes/fonts/dashicons.eot)
}

@font-face {
    font-family: dashicons;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'), url(/wp-includes/fonts/dashicons.ttf) format("truetype"), url(/wp-includes/fonts/dashicons.svg#dashicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.dashicons, .dashicons-before:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dashicons-menu:before {
    content: "\f333"
}

.dashicons-admin-site:before {
    content: "\f319"
}

.dashicons-dashboard:before {
    content: "\f226"
}

.dashicons-admin-media:before {
    content: "\f104"
}

.dashicons-admin-page:before {
    content: "\f105"
}

.dashicons-admin-comments:before {
    content: "\f101"
}

.dashicons-admin-appearance:before {
    content: "\f100"
}

.dashicons-admin-plugins:before {
    content: "\f106"
}

.dashicons-admin-users:before {
    content: "\f110"
}

.dashicons-admin-tools:before {
    content: "\f107"
}

.dashicons-admin-settings:before {
    content: "\f108"
}

.dashicons-admin-network:before {
    content: "\f112"
}

.dashicons-admin-generic:before {
    content: "\f111"
}

.dashicons-admin-home:before {
    content: "\f102"
}

.dashicons-admin-collapse:before {
    content: "\f148"
}

.dashicons-filter:before {
    content: "\f536"
}

.dashicons-admin-customizer:before {
    content: "\f540"
}

.dashicons-admin-multisite:before {
    content: "\f541"
}

.dashicons-admin-links:before, .dashicons-format-links:before {
    content: "\f103"
}

.dashicons-admin-post:before, .dashicons-format-standard:before {
    content: "\f109"
}

.dashicons-format-image:before {
    content: "\f128"
}

.dashicons-format-gallery:before {
    content: "\f161"
}

.dashicons-format-audio:before {
    content: "\f127"
}

.dashicons-format-video:before {
    content: "\f126"
}

.dashicons-format-chat:before {
    content: "\f125"
}

.dashicons-format-status:before {
    content: "\f130"
}

.dashicons-format-aside:before {
    content: "\f123"
}

.dashicons-format-quote:before {
    content: "\f122"
}

.dashicons-welcome-edit-page:before, .dashicons-welcome-write-blog:before {
    content: "\f119"
}

.dashicons-welcome-add-page:before {
    content: "\f133"
}

.dashicons-welcome-view-site:before {
    content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
    content: "\f116"
}

.dashicons-welcome-comments:before {
    content: "\f117"
}

.dashicons-welcome-learn-more:before {
    content: "\f118"
}

.dashicons-image-crop:before {
    content: "\f165"
}

.dashicons-image-rotate:before {
    content: "\f531"
}

.dashicons-image-rotate-left:before {
    content: "\f166"
}

.dashicons-image-rotate-right:before {
    content: "\f167"
}

.dashicons-image-flip-vertical:before {
    content: "\f168"
}

.dashicons-image-flip-horizontal:before {
    content: "\f169"
}

.dashicons-image-filter:before {
    content: "\f533"
}

.dashicons-undo:before {
    content: "\f171"
}

.dashicons-redo:before {
    content: "\f172"
}

.dashicons-editor-bold:before {
    content: "\f200"
}

.dashicons-editor-italic:before {
    content: "\f201"
}

.dashicons-editor-ul:before {
    content: "\f203"
}

.dashicons-editor-ol:before {
    content: "\f204"
}

.dashicons-editor-quote:before {
    content: "\f205"
}

.dashicons-editor-alignleft:before {
    content: "\f206"
}

.dashicons-editor-aligncenter:before {
    content: "\f207"
}

.dashicons-editor-alignright:before {
    content: "\f208"
}

.dashicons-editor-insertmore:before {
    content: "\f209"
}

.dashicons-editor-spellcheck:before {
    content: "\f210"
}

.dashicons-editor-distractionfree:before, .dashicons-editor-expand:before {
    content: "\f211"
}

.dashicons-editor-contract:before {
    content: "\f506"
}

.dashicons-editor-kitchensink:before {
    content: "\f212"
}

.dashicons-editor-underline:before {
    content: "\f213"
}

.dashicons-editor-justify:before {
    content: "\f214"
}

.dashicons-editor-textcolor:before {
    content: "\f215"
}

.dashicons-editor-paste-word:before {
    content: "\f216"
}

.dashicons-editor-paste-text:before {
    content: "\f217"
}

.dashicons-editor-removeformatting:before {
    content: "\f218"
}

.dashicons-editor-video:before {
    content: "\f219"
}

.dashicons-editor-customchar:before {
    content: "\f220"
}

.dashicons-editor-outdent:before {
    content: "\f221"
}

.dashicons-editor-indent:before {
    content: "\f222"
}

.dashicons-editor-help:before {
    content: "\f223"
}

.dashicons-editor-strikethrough:before {
    content: "\f224"
}

.dashicons-editor-unlink:before {
    content: "\f225"
}

.dashicons-editor-rtl:before {
    content: "\f320"
}

.dashicons-editor-break:before {
    content: "\f474"
}

.dashicons-editor-code:before {
    content: "\f475"
}

.dashicons-editor-paragraph:before {
    content: "\f476"
}

.dashicons-editor-table:before {
    content: "\f535"
}

.dashicons-align-left:before {
    content: "\f135"
}

.dashicons-align-right:before {
    content: "\f136"
}

.dashicons-align-center:before {
    content: "\f134"
}

.dashicons-align-none:before {
    content: "\f138"
}

.dashicons-lock:before {
    content: "\f160"
}

.dashicons-unlock:before {
    content: "\f528"
}

.dashicons-calendar:before {
    content: "\f145"
}

.dashicons-calendar-alt:before {
    content: "\f508"
}

.dashicons-visibility:before {
    content: "\f177"
}

.dashicons-hidden:before {
    content: "\f530"
}

.dashicons-post-status:before {
    content: "\f173"
}

.dashicons-edit:before {
    content: "\f464"
}

.dashicons-post-trash:before, .dashicons-trash:before {
    content: "\f182"
}

.dashicons-sticky:before {
    content: "\f537"
}

.dashicons-external:before {
    content: "\f504"
}

.dashicons-arrow-up:before {
    content: "\f142"
}

.dashicons-arrow-down:before {
    content: "\f140"
}

.dashicons-arrow-left:before {
    content: "\f141"
}

.dashicons-arrow-right:before {
    content: "\f139"
}

.dashicons-arrow-up-alt:before {
    content: "\f342"
}

.dashicons-arrow-down-alt:before {
    content: "\f346"
}

.dashicons-arrow-left-alt:before {
    content: "\f340"
}

.dashicons-arrow-right-alt:before {
    content: "\f344"
}

.dashicons-arrow-up-alt2:before {
    content: "\f343"
}

.dashicons-arrow-down-alt2:before {
    content: "\f347"
}

.dashicons-arrow-left-alt2:before {
    content: "\f341"
}

.dashicons-arrow-right-alt2:before {
    content: "\f345"
}

.dashicons-leftright:before {
    content: "\f229"
}

.dashicons-sort:before {
    content: "\f156"
}

.dashicons-randomize:before {
    content: "\f503"
}

.dashicons-list-view:before {
    content: "\f163"
}

.dashicons-excerpt-view:before, .dashicons-exerpt-view:before {
    content: "\f164"
}

.dashicons-grid-view:before {
    content: "\f509"
}

.dashicons-move:before {
    content: "\f545"
}

.dashicons-hammer:before {
    content: "\f308"
}

.dashicons-art:before {
    content: "\f309"
}

.dashicons-migrate:before {
    content: "\f310"
}

.dashicons-performance:before {
    content: "\f311"
}

.dashicons-universal-access:before {
    content: "\f483"
}

.dashicons-universal-access-alt:before {
    content: "\f507"
}

.dashicons-tickets:before {
    content: "\f486"
}

.dashicons-nametag:before {
    content: "\f484"
}

.dashicons-clipboard:before {
    content: "\f481"
}

.dashicons-heart:before {
    content: "\f487"
}

.dashicons-megaphone:before {
    content: "\f488"
}

.dashicons-schedule:before {
    content: "\f489"
}

.dashicons-wordpress:before {
    content: "\f120"
}

.dashicons-wordpress-alt:before {
    content: "\f324"
}

.dashicons-pressthis:before {
    content: "\f157"
}

.dashicons-update:before {
    content: "\f463"
}

.dashicons-screenoptions:before {
    content: "\f180"
}

.dashicons-cart:before {
    content: "\f174"
}

.dashicons-feedback:before {
    content: "\f175"
}

.dashicons-cloud:before {
    content: "\f176"
}

.dashicons-translation:before {
    content: "\f326"
}

.dashicons-tag:before {
    content: "\f323"
}

.dashicons-category:before {
    content: "\f318"
}

.dashicons-archive:before {
    content: "\f480"
}

.dashicons-tagcloud:before {
    content: "\f479"
}

.dashicons-text:before {
    content: "\f478"
}

.dashicons-media-archive:before {
    content: "\f501"
}

.dashicons-media-audio:before {
    content: "\f500"
}

.dashicons-media-code:before {
    content: "\f499"
}

.dashicons-media-default:before {
    content: "\f498"
}

.dashicons-media-document:before {
    content: "\f497"
}

.dashicons-media-interactive:before {
    content: "\f496"
}

.dashicons-media-spreadsheet:before {
    content: "\f495"
}

.dashicons-media-text:before {
    content: "\f491"
}

.dashicons-media-video:before {
    content: "\f490"
}

.dashicons-playlist-audio:before {
    content: "\f492"
}

.dashicons-playlist-video:before {
    content: "\f493"
}

.dashicons-controls-play:before {
    content: "\f522"
}

.dashicons-controls-pause:before {
    content: "\f523"
}

.dashicons-controls-forward:before {
    content: "\f519"
}

.dashicons-controls-skipforward:before {
    content: "\f517"
}

.dashicons-controls-back:before {
    content: "\f518"
}

.dashicons-controls-skipback:before {
    content: "\f516"
}

.dashicons-controls-repeat:before {
    content: "\f515"
}

.dashicons-controls-volumeon:before {
    content: "\f521"
}

.dashicons-controls-volumeoff:before {
    content: "\f520"
}

.dashicons-yes:before {
    content: "\f147"
}

.dashicons-no:before {
    content: "\f158"
}

.dashicons-no-alt:before {
    content: "\f335"
}

.dashicons-plus:before {
    content: "\f132"
}

.dashicons-plus-alt:before {
    content: "\f502"
}

.dashicons-plus-alt2:before {
    content: "\f543"
}

.dashicons-minus:before {
    content: "\f460"
}

.dashicons-dismiss:before {
    content: "\f153"
}

.dashicons-marker:before {
    content: "\f159"
}

.dashicons-star-filled:before {
    content: "\f155"
}

.dashicons-star-half:before {
    content: "\f459"
}

.dashicons-star-empty:before {
    content: "\f154"
}

.dashicons-flag:before {
    content: "\f227"
}

.dashicons-info:before {
    content: "\f348"
}

.dashicons-warning:before {
    content: "\f534"
}

.dashicons-share:before {
    content: "\f237"
}

.dashicons-share1:before {
    content: "\f237"
}

.dashicons-share-alt:before {
    content: "\f240"
}

.dashicons-share-alt2:before {
    content: "\f242"
}

.dashicons-twitter:before {
    content: "\f301"
}

.dashicons-rss:before {
    content: "\f303"
}

.dashicons-email:before {
    content: "\f465"
}

.dashicons-email-alt:before {
    content: "\f466"
}

.dashicons-facebook:before {
    content: "\f304"
}

.dashicons-facebook-alt:before {
    content: "\f305"
}

.dashicons-networking:before {
    content: "\f325"
}

.dashicons-googleplus:before {
    content: "\f462"
}

.dashicons-location:before {
    content: "\f230"
}

.dashicons-location-alt:before {
    content: "\f231"
}

.dashicons-camera:before {
    content: "\f306"
}

.dashicons-images-alt:before {
    content: "\f232"
}

.dashicons-images-alt2:before {
    content: "\f233"
}

.dashicons-video-alt:before {
    content: "\f234"
}

.dashicons-video-alt2:before {
    content: "\f235"
}

.dashicons-video-alt3:before {
    content: "\f236"
}

.dashicons-vault:before {
    content: "\f178"
}

.dashicons-shield:before {
    content: "\f332"
}

.dashicons-shield-alt:before {
    content: "\f334"
}

.dashicons-sos:before {
    content: "\f468"
}

.dashicons-search:before {
    content: "\f179"
}

.dashicons-slides:before {
    content: "\f181"
}

.dashicons-analytics:before {
    content: "\f183"
}

.dashicons-chart-pie:before {
    content: "\f184"
}

.dashicons-chart-bar:before {
    content: "\f185"
}

.dashicons-chart-line:before {
    content: "\f238"
}

.dashicons-chart-area:before {
    content: "\f239"
}

.dashicons-groups:before {
    content: "\f307"
}

.dashicons-businessman:before {
    content: "\f338"
}

.dashicons-id:before {
    content: "\f336"
}

.dashicons-id-alt:before {
    content: "\f337"
}

.dashicons-products:before {
    content: "\f312"
}

.dashicons-awards:before {
    content: "\f313"
}

.dashicons-forms:before {
    content: "\f314"
}

.dashicons-testimonial:before {
    content: "\f473"
}

.dashicons-portfolio:before {
    content: "\f322"
}

.dashicons-book:before {
    content: "\f330"
}

.dashicons-book-alt:before {
    content: "\f331"
}

.dashicons-download:before {
    content: "\f316"
}

.dashicons-upload:before {
    content: "\f317"
}

.dashicons-backup:before {
    content: "\f321"
}

.dashicons-clock:before {
    content: "\f469"
}

.dashicons-lightbulb:before {
    content: "\f339"
}

.dashicons-microphone:before {
    content: "\f482"
}

.dashicons-desktop:before {
    content: "\f472"
}

.dashicons-laptop:before {
    content: "\f547"
}

.dashicons-tablet:before {
    content: "\f471"
}

.dashicons-smartphone:before {
    content: "\f470"
}

.dashicons-phone:before {
    content: "\f525"
}

.dashicons-smiley:before {
    content: "\f328"
}

.dashicons-index-card:before {
    content: "\f510"
}

.dashicons-carrot:before {
    content: "\f511"
}

.dashicons-building:before {
    content: "\f512"
}

.dashicons-store:before {
    content: "\f513"
}

.dashicons-album:before {
    content: "\f514"
}

.dashicons-palmtree:before {
    content: "\f527"
}

.dashicons-tickets-alt:before {
    content: "\f524"
}

.dashicons-money:before {
    content: "\f526"
}

.dashicons-thumbs-up:before {
    content: "\f529"
}

.dashicons-thumbs-down:before {
    content: "\f542"
}

.dashicons-layout:before {
    content: "\f538"
}

.dashicons-paperclip:before {
    content: "\f546"
}

/* Frontend CSS */
.post-views.entry-meta > span {
    margin-right: 0 !important;
}

.post-views.entry-meta > span.post-views-icon.dashicons {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: middle;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

*:focus,
* {
    outline: none;
    outline: 0;
}

.touch * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

button::-moz-focus-inner {
    border: 0;
}

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

html,
body {
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}

/* FloatClears */
.btClear:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

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

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

/* Skin */
.btDarkSkin {
    color: #fff;
    background-color: rgb(19, 19, 21);
}

.btLightSkin {
    color: #181818;
    background-color: #fff;
}

select,
textarea,
input,
.fancy-select .trigger {
    color: inherit;
}

.btLightSkin select,
.btLightSkin textarea,
.btLightSkin input,
.btLightSkin .fancy-select .trigger,
.btDarkSkin .btLightSkin select,
.btDarkSkin .btLightSkin textarea,
.btDarkSkin .btLightSkin input,
.btDarkSkin .btLightSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin select,
.btLightSkin .btDarkSkin .btLightSkin textarea,
.btLightSkin .btDarkSkin .btLightSkin input,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger {
    border: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin select,
.btDarkSkin textarea,
.btDarkSkin input,
.btDarkSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin select,
.btLightSkin .btDarkSkin textarea,
.btLightSkin .btDarkSkin input,
.btLightSkin .btDarkSkin .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin select,
.btDarkSkin.btLightSkin .btDarkSkin textarea,
.btDarkSkin.btLightSkin .btDarkSkin input,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger {
    border: 1px solid rgba(255, 255, 255, .2);
}

.btHardRoundedButtons select,
.btHardRoundedButtons textarea,
.btHardRoundedButtons input,
.btHardRoundedButtons .fancy-select .trigger {
    border-radius: 5px;
}

.btSoftRoundedButtons select,
.btSoftRoundedButtons textarea,
.btSoftRoundedButtons input,
.btSoftRoundedButtons .fancy-select .trigger {
    border-radius: 5px;
}

/* Form elements */
select,
input {
    font-family: "Roboto";
}

input:not([type='checkbox']):not([type='radio']),
button {
    -webkit-appearance: none;
}

input:not([type='checkbox']):not([type='radio']),
textarea,
select {
    outline: none;
    font: inherit;
    width: 100%;
    line-height: 1;
    display: block;
    padding: .8em;
    background: transparent;
    color: inherit;
}

.btTextRight input:not([type='checkbox']):not([type='radio']),
.btTextRight textarea,
.btTextRight select {
    text-align: right;
}

input:not([type='checkbox']):not([type='radio']),
select {
    height: 3.2em;
}

input:not([type='checkbox']):not([type='radio']),
a.select2-choice {
    border-radius: 0;
}

textarea,
select {
    border-radius: 0;
}

.btHardRoundedButtons input[type='submit'] {
    border-radius: 50px;
}

.btSoftRoundedButtons input[type='submit'] {
    border-radius: 5px;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']),
textarea,
.fancy-select .trigger {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
textarea:focus,
.fancy-select .trigger.open {
    -webkit-box-shadow: 0 0 4px 0 #e62b34;
    box-shadow: 0 0 4px 0 #e62b34;
    border: 1px solid #181818;
}

textarea {
    resize: vertical;
    line-height: inherit;
}

button {
    font: inherit;
    cursor: pointer;
}

.btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin textarea:focus,
.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin .fancy-select .trigger.open,
.btLightSkin .btDarkSkin .fancy-select .trigger.open,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger.open {
    border: 1px solid #fff;
}

/* Iframe resize fix */
/*:any( embed, iframe, img, figure ) {
	max-width: 100%;
	height: auto;
}*/
.bt-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
}

.bt-video-container iframe,
.bt-video-container object,
.bt-video-container embed,
.bt-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Texts */
img,
figure {
    max-width: 100%;
    height: auto;
}

pre code {
    display: block;
}

pre {
    overflow: hidden;
}

.btContentHolder pre {
    margin: 0 0 30px;
    white-space: pre-wrap;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
}

/* Href */
a {
    text-decoration: none;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    transition: color 200ms ease;
    color: inherit;
}

.btContent a {
    color: #ffd400;
}

a:hover {
    text-decoration: none;
    color: #ffd400;
}

.btContent a:hover {
    color: inherit;
}

.btText a {
    color: #e62b34;
}

.btText a:hover {
    text-decoration: underline;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}

a {
    border: none;
}

a,
a:active,
a:focus {
    outline: none;
}

/* Base typography */
dl,
address,
cite {
    margin: 0 0 1em;
}

ul {
    margin: 0 0 1em 1em;
    padding: 0;
}

ul ul {
    margin-bottom: 0;
}

.rtl ul {
    margin: 0 1em 1em 0;
}

.rtl ul ul {
    margin-bottom: 0;
}

ol {
    margin: 0 0 1em 1em;
    padding: 0;
}

ol ol {
    margin-bottom: 0;
}

.rtl ol {
    margin: 0 1em 1em 0;
}

.rtl ol ol {
    margin-bottom: 0;
}

li {
    margin: 0 0 0 .5em;
    padding: 0;
}

.btText li {
    margin-left: 1em;
}

dt {
    font-weight: 600;
    display: inline;
    padding-right: .75em;
}

dd {
    display: inline;
}

dd {
    display: inline;
}

dd:after {
    content: ' ';
    display: table;
    clear: both;
}

figcaption {
    font-size: inherit;
}

/* Base font */
html {
    font-size: 15px;
}

body {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    background-size: cover;
    background-attachment: fixed;
}

small {
    font-size: 12px;
}

h1, h2, h3 {
    text-align: center;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PT Serif";
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    padding: 0 0 .4em;
    line-height: 1.1;
    margin: 0;
    font-weight: normal;
}

.btHeadingWeightBolder h1,
.btSiglePostGrid.btHeadingWeightBolder h1,
.bt_bb_content_slider_item.btHeadingWeightBolder h1,
.btHeadingWeightBolder h2,
.btSiglePostGrid.btHeadingWeightBolder h2,
.bt_bb_content_slider_item.btHeadingWeightBolder h2,
.btHeadingWeightBolder h3,
.btSiglePostGrid.btHeadingWeightBolder h3,
.bt_bb_content_slider_item.btHeadingWeightBolder h3,
.btHeadingWeightBolder h4,
.btSiglePostGrid.btHeadingWeightBolder h4,
.bt_bb_content_slider_item.btHeadingWeightBolder h4,
.btHeadingWeightBolder h5,
.btSiglePostGrid.btHeadingWeightBolder h5,
.bt_bb_content_slider_item.btHeadingWeightBolder h5,
.btHeadingWeightBolder h6,
.btSiglePostGrid.btHeadingWeightBolder h6,
.bt_bb_content_slider_item.btHeadingWeightBolder h6 {
    font-weight: bolder;
}

.btHeadingWeightBold h1,
.btSiglePostGrid.btHeadingWeightBold h1,
.bt_bb_content_slider_item.btHeadingWeightBold h1,
.btHeadingWeightBold h2,
.btSiglePostGrid.btHeadingWeightBold h2,
.bt_bb_content_slider_item.btHeadingWeightBold h2,
.btHeadingWeightBold h3,
.btSiglePostGrid.btHeadingWeightBold h3,
.bt_bb_content_slider_item.btHeadingWeightBold h3,
.btHeadingWeightBold h4,
.btSiglePostGrid.btHeadingWeightBold h4,
.bt_bb_content_slider_item.btHeadingWeightBold h4,
.btHeadingWeightBold h5,
.btSiglePostGrid.btHeadingWeightBold h5,
.bt_bb_content_slider_item.btHeadingWeightBold h5,
.btHeadingWeightBold h6,
.btSiglePostGrid.btHeadingWeightBold h6,
.bt_bb_content_slider_item.btHeadingWeightBold h6 {
    font-weight: bold;
}

.btHeadingWeightNormal h1,
.btSiglePostGrid.btHeadingWeightNormal h1,
.bt_bb_content_slider_item.btHeadingWeightNormal h1,
.btHeadingWeightNormal h2,
.btSiglePostGrid.btHeadingWeightNormal h2,
.bt_bb_content_slider_item.btHeadingWeightNormal h2,
.btHeadingWeightNormal h3,
.btSiglePostGrid.btHeadingWeightNormal h3,
.bt_bb_content_slider_item.btHeadingWeightNormal h3,
.btHeadingWeightNormal h4,
.btSiglePostGrid.btHeadingWeightNormal h4,
.bt_bb_content_slider_item.btHeadingWeightNormal h4,
.btHeadingWeightNormal h5,
.btSiglePostGrid.btHeadingWeightNormal h5,
.bt_bb_content_slider_item.btHeadingWeightNormal h5,
.btHeadingWeightNormal h6,
.btSiglePostGrid.btHeadingWeightNormal h6,
.bt_bb_content_slider_item.btHeadingWeightNormal h6 {
    font-weight: normal;
}

.btHeadingWeightLight h1,
.btSiglePostGrid.btHeadingWeightLight h1,
.bt_bb_content_slider_item.btHeadingWeightLight h1,
.btHeadingWeightLight h2,
.btSiglePostGrid.btHeadingWeightLight h2,
.bt_bb_content_slider_item.btHeadingWeightLight h2,
.btHeadingWeightLight h3,
.btSiglePostGrid.btHeadingWeightLight h3,
.bt_bb_content_slider_item.btHeadingWeightLight h3,
.btHeadingWeightLight h4,
.btSiglePostGrid.btHeadingWeightLight h4,
.bt_bb_content_slider_item.btHeadingWeightLight h4,
.btHeadingWeightLight h5,
.btSiglePostGrid.btHeadingWeightLight h5,
.bt_bb_content_slider_item.btHeadingWeightLight h5,
.btHeadingWeightLight h6,
.btSiglePostGrid.btHeadingWeightLight h6,
.bt_bb_content_slider_item.btHeadingWeightLight h6 {
    font-weight: 300;
}

.btHeadingWeightLighter h1,
.btSiglePostGrid.btHeadingWeightLighter h1,
.bt_bb_content_slider_item.btHeadingWeightLighter h1,
.btHeadingWeightLighter h2,
.btSiglePostGrid.btHeadingWeightLighter h2,
.bt_bb_content_slider_item.btHeadingWeightLighter h2,
.btHeadingWeightLighter h3,
.btSiglePostGrid.btHeadingWeightLighter h3,
.bt_bb_content_slider_item.btHeadingWeightLighter h3,
.btHeadingWeightLighter h4,
.btSiglePostGrid.btHeadingWeightLighter h4,
.bt_bb_content_slider_item.btHeadingWeightLighter h4,
.btHeadingWeightLighter h5,
.btSiglePostGrid.btHeadingWeightLighter h5,
.bt_bb_content_slider_item.btHeadingWeightLighter h5,
.btHeadingWeightLighter h6,
.btSiglePostGrid.btHeadingWeightLighter h6,
.bt_bb_content_slider_item.btHeadingWeightLighter h6 {
    font-weight: 300;
}

.btHeadingWeightLighter .bt_bb_size_extrahuge h1,
.btSiglePostGrid.btHeadingWeightLighter .bt_bb_size_extrahuge h1,
.bt_bb_content_slider_item.btHeadingWeightLighter .bt_bb_size_extrahuge h1,
.btHeadingWeightLighter .bt_bb_size_extrahuge h2,
.btSiglePostGrid.btHeadingWeightLighter .bt_bb_size_extrahuge h2,
.bt_bb_content_slider_item.btHeadingWeightLighter .bt_bb_size_extrahuge h2,
.btHeadingWeightLighter .bt_bb_size_extrahuge h3,
.btSiglePostGrid.btHeadingWeightLighter .bt_bb_size_extrahuge h3,
.bt_bb_content_slider_item.btHeadingWeightLighter .bt_bb_size_extrahuge h3,
.btHeadingWeightLighter .bt_bb_size_extrahuge h4,
.btSiglePostGrid.btHeadingWeightLighter .bt_bb_size_extrahuge h4,
.bt_bb_content_slider_item.btHeadingWeightLighter .bt_bb_size_extrahuge h4,
.btHeadingWeightLighter .bt_bb_size_extrahuge h5,
.btSiglePostGrid.btHeadingWeightLighter .bt_bb_size_extrahuge h5,
.bt_bb_content_slider_item.btHeadingWeightLighter .bt_bb_size_extrahuge h5,
.btHeadingWeightLighter .bt_bb_size_extrahuge h6,
.btSiglePostGrid.btHeadingWeightLighter .bt_bb_size_extrahuge h6,
.bt_bb_content_slider_item.btHeadingWeightLighter .bt_bb_size_extrahuge h6 {
    font-weight: 100;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.75em;
}

h5 {
    font-size: 1.5em;
}

h6 {
    font-size: 1.25em;
}

/* Blockquotes*/
blockquote {
    display: block;
    font-family: "PT Serif";
    margin: 0;
    font-size: 1.5em;
    font-style: italic;
    font-weight: 400;
    line-height: 2em;
    position: relative;
    padding: 0 0 0 3.5em;
}

.btArticleContent blockquote {
    font-size: 1.4em;
    line-height: 1.8;
    padding: .3em 0 .1em 0 !important;
}

blockquote:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.bt_bb_align_center blockquote {
    padding: 0;
}

.bt_bb_align_right blockquote {
    padding: 0 0 3.5em;
}

blockquote:before {
    content: '\f10d';
    color: rgba(0, 0, 0, .1);
    font-family: FontAwesome;
    display: block;
    font-size: 5em;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.btDarkSkin blockquote:before,
.btLightSkin .btDarkSkin blockquote:before,
.btDarkSkin.btLightSkin .btDarkSkin blockquote:before {
    color: rgba(255, 255, 255, .1);
}

.bt_bb_align_right blockquote:before {
    right: 0;
    left: auto;
}

cite {
    opacity: .6;
    font-style: normal;
}

/* Tables */
.btContentHolder table {
    width: 100%;
    margin: 0 0 1em;
    border-collapse: collapse;
    text-align: initial;
    border: 1px solid rgba(0, 0, 0, .07);
}

.btContentHolder table td,
.btContentHolder table th {
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, .07);
}

.btContentHolder table th {
    text-align: left;
}

.btContentHolder table thead th {
    font-weight: 700;
    background-color: #e62b34;
    color: white;
}

/*@for i in 600, 700, 800, 900, 1000, 1100, 1200, 1400 {
	.bt_bb_layout_boxed_#(i) .bt_bb_cell {
		width: #(i)px;
		max-width: calc(100% - math($(pagePadding) * 2)px);
	}
}*/
/* Added bootstrap visible / hidden classes */
@media (max-width: 480px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms {
        display: block !important;
    }
}

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

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

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

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

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-ms {
        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;
    }
}

/* Grid Fix */
@media (max-width: 992px) and (min-width: 821px) {
    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}

@media (max-width: 821px) and (min-width: 621px) {
    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="9"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="9"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_row[data-structure="9-3"] .bt_bb_column[data-width="3"],
    .bt_bb_row[data-structure="3-9"] .bt_bb_column[data-width="3"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .bt_bb_column[data-width="3"],
    .bt_bb_column[data-width="2"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .bt_bb_column_inner[data-width="3"],
    .bt_bb_column_inner[data-width="2"] {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

html,
body {
    min-height: 100vh;
}

body:not(.btPageTransitions) {
    min-height: 101vh;
}

html {
    overflow-x: hidden;
}

/* RTL support */
body.rtl {
    direction: rtl;
    unicode-bidi: embed;
}

/* Template base */
.btContentWrap {
    -webkit-transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 100ms ease;
    -moz-transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 100ms ease;
    transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 100ms ease;
}

.btContentWrap:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btHideHeadline .btContentHolder {
    -webkit-transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 300ms ease;
    -moz-transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 300ms ease;
    transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 300ms ease;
}

.btSiteFooter {
    -webkit-transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 300ms ease;
    -moz-transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 300ms ease;
    transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 300ms ease;
}

.btPageWrap {
    position: relative;
    overflow: hidden;
    -webkit-transition: transform 1s cubic-bezier(.230, 1, .320, 1);
    -moz-transition: transform 1s cubic-bezier(.230, 1, .320, 1);
    transition: transform 1s cubic-bezier(.230, 1, .320, 1);
}

.btPageWrap:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

/* Z indexes */
.mainHeader,
.btVerticalHeaderTop {
    z-index: 10002;
    background-color: #0a0a0a;
}

.btPreloader {
    z-index: 10004;
}

/* Gutter port keeps width */
.port {
    width: 100%;
    padding: 0 20px;
}

.gutter .port {
    max-width: 1240px;
    margin: auto;
}

.btWithSidebar .btContent .gutter .port {
    padding: 0;
}

@media (max-width: 1239px) {
    .gutter .port {
        width: 100%;
        max-width: none;
        padding-left: 20px;
        padding-right: 20px;
    }

    .btMenuVerticalRight .btVerticalMenuTrigger {
        margin: 0;
    }
}

/*@media (max-width: 768px) {
	.gutter .port {
		.btWithSidebar .btContent & {
			padding-left: $(pagePadding)px;
			padding-right: $(pagePadding)px;
		}
	}
}*/
/* Content holder and sidebars*/
.btNoSidebar .btContentHolder,
.btNoSidebar .btContent {
    width: auto;
    padding: 0;
}

.btWithSidebar .btContentHolder {
    max-width: 1240px;
    margin: auto;
    padding: 4em 20px 4em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btWithSidebar .btContentHolder .btContent {
    width: 70%;
}

.btWithSidebar .btContentHolder .btSidebar {
    width: 30%;
    padding: 0;
}

.btSidebarLeft.btWithSidebar .btContentHolder {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
    padding-right: 40px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btSidebar {
    padding-right: 0;
    padding-left: 40px;
}

.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
    padding-left: 40px;
}

.rtl.btSidebarLeft.btWithSidebar .btContentHolder .btContent {
    padding-left: 0;
    padding-right: 40px;
}

.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
    padding-left: 40px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.rtl.btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
    padding-left: 0;
    padding-right: 40px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-left: none;
}

.btSidebarRight.btWithSidebar .btContentHolder .btContent {
    padding-right: 40px;
}

.rtl.btSidebarRight.btWithSidebar .btContentHolder .btContent {
    padding-right: 0;
    padding-left: 40px;
}

/* Responsive */
@media (max-width: 991px) {
    .btWithSidebar.btSidebarRight .btContentHolder,
    .btWithSidebar.btSidebarLeft .btContentHolder {
        display: block;
    }

    .btWithSidebar.btSidebarRight .btContentHolder .btContent,
    .btWithSidebar.btSidebarLeft .btContentHolder .btContent,
    .btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
    .btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
        width: auto;
        float: none;
        padding: 0;
        border-left: none;
    }

    .btWithSidebar.btSidebarRight .btContentHolder .btSidebar,
    .btWithSidebar.btSidebarLeft .btContentHolder .btSidebar {
        padding-top: 4em;
    }
}

/* Preloader */
.btPreloader {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: inherit;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .3s ease, opacity .3s ease;
    -moz-transition: all .3s ease, opacity .3s ease;
    transition: all .3s ease, opacity .3s ease;
}

.btPreloader .animation {
    display: block;
    width: 100%;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: transform .3s ease, opacity .3s ease;
    -moz-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
}

.btAccentDarkHeader .btPreloader .animation > div:first-child,
.btLightAccentHeader .btPreloader .animation > div:first-child,
.btTransparentLightHeader .btPreloader .animation > div:first-child {
    border-radius: 10px;
    padding: .7em 1.2em;
    display: inline-block;
    background-color: #e62b34;
}

.btPreloader .animation > div img {
    margin: 0 auto;
}

.btRemovePreloader .btPreloader {
    -webkit-transform: translateY(-100%) scale(0);
    -moz-transform: translateY(-100%) scale(0);
    -ms-transform: translateY(-100%) scale(0);
    transform: translateY(-100%) scale(0);
    opacity: 0;
    -webkit-transition: transform ease 1s, opacity ease 1s;
    -moz-transition: transform ease 1s, opacity ease 1s;
    transition: transform ease 1s, opacity ease 1s;
}

.btRemovePreloader .btPreloader .animation {
    -webkit-transform: translateY(0) scale(.9);
    -moz-transform: translateY(0) scale(.9);
    -ms-transform: translateY(0) scale(.9);
    transform: translateY(0) scale(.9);
    opacity: 0;
    -webkit-transition: transform .5s ease, opacity ease .5s;
    -moz-transition: transform .5s ease, opacity ease .5s;
    transition: transform .5s ease, opacity ease .5s;
}

.btPreloader .animation .preloaderLogo {
    height: 90px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    width: auto;
    display: block;
    line-height: 1;
}

.btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,
.btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo {
    height: 180px;
}

/* Loader */
.btLoader {
    margin: 30px auto 30px auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-left: 5px solid rgba(128, 128, 128, .1);
    border-right: 5px solid rgba(128, 128, 128, .1);
    border-bottom: 5px solid rgba(128, 128, 128, .2);
    -webkit-animation: btLoader 1.1s infinite linear;
    -moz-animation: btLoader 1.1s infinite linear;
    animation: btLoader 1.1s infinite linear;
}

.btLightSkin .btLoader,
.btDarkSkin .btLightSkin .btLoader,
.btLightSkin .btDarkSkin .btLightSkin .btLoader {
    border-top: 5px solid #181818;
}

.btDarkSkin .btLoader,
.btLightSkin .btDarkSkin .btLoader,
.btDarkSkin.btLightSkin .btDarkSkin .btLoader {
    border-top: 5px solid #fff;
}

.btLoader p:empty {
    display: none;
}

.btLoader,
.btLoader:after {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

@-webkit-keyframes btLoader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes btLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes btLoader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes btLoader {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Error page */
.btErrorPage {
    min-height: 70vh;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background-position: 10% bottom;
    background-size: initial;
}

.btErrorPage .port {
    padding-top: 6em;
    padding-bottom: 6em;
}

/* Breadcrumbs */
.btBreadCrumbs {
    text-transform: uppercase;
}

.btBreadCrumbs span {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}

.btBreadCrumbs span:not(:last-child):after {
    content: ' ';
    display: inline-block;
    margin: -2px 6px 0 6px;
    letter-spacing: inherit;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    line-height: inherit;
    vertical-align: middle;
}

.btLightSkin .btBreadCrumbs span:not(:last-child):after,
.btDarkSkin .btLightSkin .btBreadCrumbs span:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btBreadCrumbs span:not(:last-child):after {
    background-color: #181818;
}

.btDarkSkin .btBreadCrumbs span:not(:last-child):after,
.btLightSkin .btDarkSkin .btBreadCrumbs span:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btBreadCrumbs span:not(:last-child):after {
    background-color: #fff;
}

/* Page headline */
.btPageHeadline {
    background-size: cover;
}

.btPageHeadline:not(.btDarkSkin) .bt_bb_headline_content {
    color: #ffd400;
}

.btPageHeadline:not(.bt_bb_align_center):not(.bt_bb_full_screen) header:not(.bt_bb_size_extrahuge) {
    max-width: 768px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.btPageHeadline.bt_bb_align_center {
    text-align: center;
}

.btPageHeadline.bt_bb_align_left {
    text-align: left;
}

.btPageHeadline.bt_bb_align_right {
    text-align: right;
}

.btPageHeadline.bt_bb_align_right header {
    margin-left: auto;
}

.btPageHeadline header {
    max-width: 840px;
}

.bt_bb_align_center.btPageHeadline header {
    margin-left: auto;
    margin-right: auto;
}

.btPageHeadline header.bt_bb_size_extralarge {
    max-width: 940px;
}

.btPageHeadline header.bt_bb_size_huge {
    max-width: 940px;
}

.btPageHeadline header.bt_bb_size_extrahuge {
    max-width: 940px;
}

.btPageHeadline .bt_bb_port .bt_bb_cell {
    padding-bottom: 4em;
    padding-top: 4em;
}

.btDarkSkin .btPageHeadline .bt_bb_port .bt_bb_cell {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.btLightSkin .btPageHeadline .bt_bb_port .bt_bb_cell {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

body.btBelowMenu.btDefaultPageHeadlineShowFullscreen .btPageHeadline .bt_bb_port {
    padding-top: 4em;
}

body.btBelowMenu.btDefaultPageHeadlineShow .btPageHeadline .bt_bb_port {
    padding-top: 16em;
}

.btPageHeadline.bt_bb_section[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top, rgb(19, 19, 21) 0%, rgba(150, 0, 0, 0) 20%, rgba(19, 19, 21, .2) 30%, rgba(19, 19, 21, .8) 70%, rgb(19, 19, 21) 100%);
    background: -moz-linear-gradient(top, rgb(19, 19, 21) 0%, rgba(0, 0, 0, 0) 20%, rgba(19, 19, 21, .2) 30%, rgba(19, 19, 21, .8) 70%, rgb(19, 19, 21) 100%);
    background: linear-gradient(to bottom, rgb(19, 19, 21) 0%, rgba(0, 0, 0, 0) 20%, rgba(19, 19, 21, .2) 30%, rgba(19, 19, 21, .8) 70%, rgb(19, 19, 21) 100%);
}

/* Boxed page */
.btBoxedPage .btPageWrap {
    max-width: 1200px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-bottom: 3em;
    margin: 0 auto 3em;
}

.btHasBrandingBanners.btBoxedPage .btPageWrap {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.btStickyHeaderActive.btBoxedPage .mainHeader {
    max-width: 1200px;
}

.btLightSkin.btBoxedPage .btContentWrap {
    background-color: #fff;
}

.btDarkSkin.btBoxedPage .btContentWrap {
    background-color: rgb(19, 19, 21);
}

.btErrorPage {
    min-height: 70vh;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btErrorPage .port {
    padding-top: 6em;
    padding-bottom: 6em;
}

/* Branding banner */
.btFullHeightBannerLeft,
.btFullHeightBannerRight {
    height: 100%;
    position: fixed;
    top: 0;
    width: 600px;
    z-index: 6;
}

.btFullHeightBannerLeft:before,
.btFullHeightBannerRight:before {
    display: block;
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .15) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .15) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .15) 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=1);
}

.btFullHeightBannerLeft img,
.btFullHeightBannerRight img {
    min-height: 100%;
    object-fit: cover;
}

.btFullHeightBannerLeft {
    left: 50%;
    margin-left: -1200px;
    text-align: right;
}

.btFullHeightBannerRight {
    right: 50%;
    margin-right: -1200px;
    text-align: left;
}

.btFullHeightBannerRight:before {
    right: auto;
    left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .15) 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000', GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000', GradientType=1);
}

/* Header */
.mainHeader {
    width: 100%;
    position: absolute;
    background-color: inherit;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-family: "Roboto";
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    visibility: hidden;
    background-color: #000;
    opacity: 0;
}

@media (min-width: 992px) {
    #banner-container {
        width: 85%;
        margin: 0 auto;
    }

    .new-banner {
        display: none;
    }
}

@media (max-width: 991px) {
    .btContentWrap.btClear {
        background: none;
        cursor: auto;
        padding-top: 0;
        margin-top: 0px;
    }

    #banner-container {
        width: 100%;
    }

    .new-banner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .new-banner img {
        width: 100%;
    }
}

.btMenuInitFinished .mainHeader {
    visibility: initial;
    opacity: 1;
}

.mainHeader:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.mainHeader a {
    color: inherit;
    -webkit-transition: color 100ms linear;
    -moz-transition: color 100ms linear;
    transition: color 100ms linear;
}

.mainHeader a:hover {
    color: #ffd400;
}

.mainHeader .bt_bb_fe_preview_toggler {
    display: none;
}

.mainHeader .bt_bb_fe_wrap {
    min-height: auto;
}

.mainHeader .bt_bb_fe_wrap:before {
    border: none;
}

.mainHeader .bt_bb_fe_wrap .bt_bb_fe_count {
    display: none;
}

.btPageTransitions .mainHeader {
    z-index: 1020;
}

/* Below menu */
/* Main menu */
.btLogoArea {
    position: relative;
    z-index: 1;
}

.menuPort {
    font-family: "Roboto";
    font-size: 15px;
}

.menuPort:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btTransparentLightHeader:not(.btStickyHeaderActive) .menuPort {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.btTransparentDarkHeader:not(.btStickyHeaderActive) .menuPort {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.menuPort nav ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all 100ms ease 0s;
    -moz-transition: all 100ms ease 0s;
    transition: all 100ms ease 0s;
    opacity: 0;
}

.btMenuInitFinished .menuPort nav ul {
    opacity: 1;
}

.menuPort nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.menuPort nav ul li > a {
    display: block;
    position: relative;
    padding: 1em 1em;
    font-weight: 400;
}

.menuPort nav ul li > a:hover {
    color: #ffd400;
    text-decoration: none;
}

.menuPort nav > ul > li > a {
    line-height: 54px;
    padding: 0;
}

.btBelowLogoArea .menuPort nav > ul > li > a {
    line-height: 50px;
}

.menuPort nav ul ul li > a {
    font-weight: 400;
}

/* Logo and triggers */
.btTextLogo {
    font-family: "Roboto";
    font-size: 2em;
    font-weight: 800;
    line-height: 54px;
}

.btMenuVertical .btTextLogo {
    line-height: 54px;
}

.btLogoArea .logo {
    line-height: 0;
    float: left;
}

.btMenuVertical .btLogoArea .logo {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    position: relative;
}

.btLogoArea .logo a {
    display: block;
}

.rtl .btLogoArea .logo {
    float: right;
}

.btLogoArea .logo img {
    height: 35px;
    margin: auto;
    width: auto;
}

.btMenuVertical .btLogoArea .logo img {
    height: 35px;
}

.btMenuCenter .btLogoArea .logo img {
    margin: auto;
}

.btLogoArea .logo img.btAltLogo {
    display: none;
}

/* Hide menu */
.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger {
    display: block;
    position: relative;
    z-index: 1;
}

.btStickyHeaderActive.btMenuHorizontal.btHideMenu .btHorizontalMenuTrigger .bt_bb_icon {
    margin: 15.75px 0;
}

.btMenuHorizontal.btHideMenu .menuPort {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    transition: opacity 1s ease;
    pointer-events: none;
}

.btShowMenu.btMenuHorizontal.btHideMenu .menuPort {
    opacity: 1 !important;
    pointer-events: all;
}

.btHorizontalMenuTrigger {
    display: none;
    float: right;
    margin: 0 0 0 2em;
    font-size: 1.5em;
}

.btHorizontalMenuTrigger .bt_bb_icon {
    width: 27px;
    height: 22.5px;
    position: relative;
    padding: 0;
    float: left;
    margin: 33.75px 0;
}

.btHorizontalMenuTrigger .bt_bb_icon:before,
.btHorizontalMenuTrigger .bt_bb_icon:after {
    position: absolute;
    display: block;
    content: "";
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: -.75px 1px;
    -moz-transform-origin: -.75px 1px;
    -ms-transform-origin: -.75px 1px;
    transform-origin: -.75px 1px;
}

.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:before,
.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
    -webkit-transform: rotate(45deg) translateY(0) !important;
    -moz-transform: rotate(45deg) translateY(0) !important;
    -ms-transform: rotate(45deg) translateY(0) !important;
    transform: rotate(45deg) translateY(0) !important;
}

.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after {
    border-top-color: #181818;
}

.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:before,
.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon:after {
    border-top-color: #fff;
}

.btHorizontalMenuTrigger .bt_bb_icon:after {
    top: auto;
    bottom: 0;
}

.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon:after {
    -webkit-transform: rotate(-45deg) translateY(0) !important;
    -moz-transform: rotate(-45deg) translateY(0) !important;
    -ms-transform: rotate(-45deg) translateY(0) !important;
    transform: rotate(-45deg) translateY(0) !important;
}

.btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    content: "";
    position: absolute;
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.btShowMenu .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
}

.btTransparentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #181818;
}

.btTransparentLightHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightAccentHeader .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #fff;
}

.btHorizontalMenuTrigger:hover {
    cursor: pointer;
    color: inherit;
}

.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    border-top-color: #ffd400;
}

.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:before,
.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    border-top-color: #181818;
}

.btHorizontalMenuTrigger:hover .bt_bb_icon:before {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:before {
    -webkit-transform: rotate(0) translateY(-5px);
    -moz-transform: rotate(0) translateY(-5px);
    -ms-transform: rotate(0) translateY(-5px);
    transform: rotate(0) translateY(-5px);
}

.btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon:after {
    -webkit-transform: rotate(0) translateY(5px);
    -moz-transform: rotate(0) translateY(5px);
    -ms-transform: rotate(0) translateY(5px);
    transform: rotate(0) translateY(5px);
}

.btShowMenu .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.btTransparentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #ffd400;
}

.btLightAccentHeader .btHorizontalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #181818;
}

/* Only horizontal menu */
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 4px;
    background-color: #e62b34;
}

.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor li.current-menu-item > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-ancestor > a,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item li.current-menu-item > a {
    color: #e62b34;
}

/* Drop down menu */
.btMenuHorizontal .menuPort ul ul {
    background-color: #fff;
    color: #181818;
}

.btMenuHorizontal .menuPort ul ul li > a {
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: #181818;
}

.btMenuHorizontal .menuPort ul ul li > a:hover {
    color: #ffd400;
}

.btMenuHorizontal .menuPort ul ul li .subToggler {
    color: #181818;
}

.btMenuHorizontal .menuPort ul ul li:not(:last-child) > a:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 1.5em;
    right: 1.5em;
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.btMenuHorizontal .menuPort nav > ul > li > ul,
.btMenuHorizontal .menuPort nav > ul > li:not(.btMenuWideDropdown) > ul > li > ul {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: opacity 400ms ease, transform 300ms ease;
    -moz-transition: opacity 400ms ease, transform 300ms ease;
    transition: opacity 400ms ease, transform 300ms ease;
    pointer-events: none;
}

.btMenuHorizontal .menuPort nav > ul > li.on > ul,
.btMenuHorizontal .menuPort nav > ul > li:not(.btMenuWideDropdown) > ul > li.on > ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
}

.btMenuHorizontal .menuPort nav > ul > li.btMenuWideDropdown:not(.on) > ul.bt_mega_menu_content * {
    pointer-events: none !important;
}

/* Subtogglers */
.subToggler {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 45px;
    z-index: 80;
    padding: 0;
    text-align: center;
}

.on > .subToggler {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

body.btMenuVertical .subToggler {
    display: block !important;
    padding: 20px 0;
    line-height: 1;
    right: 0;
    top: -5px;
}

body.btMenuHorizontal .subToggler {
    right: 15px;
    line-height: 54px;
}

body.rtl.btMenuHorizontal.btMenuCenterBelow .subToggler {
    right: auto;
    left: 0;
}

body.btMenuHorizontal.rtl .subToggler {
    left: 15px;
    right: auto;
}

body.btMenuHorizontal.btMenuBelowLogo .subToggler {
    line-height: 50px;
}

body.btMenuHorizontal .menuPort ul ul .subToggler {
    right: 0;
    line-height: inherit;
    padding: 1em 0;
}

body.btMenuHorizontal .menuPort .rightNav ul ul .subToggler {
    left: 0;
    right: auto;
}

.subToggler:before {
    content: '\f107';
    font: normal 16px/1 FontAwesome;
}

.touch .btMenuHorizontal .menuPort nav ul li .subToggler {
    display: block;
}

/* Horizontal menu, no need for override on responsive */
.btMenuHorizontal .menuPort > nav > ul > li {
    padding: 0 30px 0 0;
}

.rtl.btMenuHorizontal .menuPort > nav > ul > li {
    padding: 0 0 0 50px;
}

.rtl.btMenuHorizontal .menuPort > nav > ul > li:last-child {
    padding: 0;
}

:not(.rtl).btMenuHorizontal .menuPort > nav > ul > li:last-child {
    padding: 0;
}

html.touch :not(.rtl).btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
    padding: 0 50px 0 0;
}

html.touch .rtl.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
    padding: 0 0 0 50px;
}

.btMenuHorizontal .menuPort > nav > ul > li > ul > li {
    font-size: .9em;
}

.btMenuHorizontal .menuPort > nav > ul ul {
    position: absolute;
    width: 220px;
    right: 0;
    top: auto;
    margin: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .6);
    z-index: 1;
    padding: 0;
    opacity: 0;
}

.btMenuHorizontal .menuPort > nav > ul ul li {
    z-index: 4;
    float: none;
}

.btMenuHorizontal .menuPort > nav > ul ul ul {
    display: block;
    top: 0;
    margin: 0;
    pointer-events: none;
    opacity: 1;
}

.btMenuHorizontal .menuPort > nav > ul li.current-menu-item ul,
.btMenuHorizontal .menuPort > nav > li.current-menu-ancestor ul {
    margin: 0;
}

.btMenuHorizontal .menuPort > nav > ul > li {
    float: left;
    position: relative;
    z-index: 5;
}

.rtl.btMenuHorizontal .menuPort > nav > ul > li {
    float: right;
}

.btMenuHorizontal .menuPort > nav > ul > li > ul li > a {
    -webkit-transition: box-shadow ease 300ms, color ease 600ms;
    -moz-transition: box-shadow ease 300ms, color ease 600ms;
    transition: box-shadow ease 300ms, color ease 600ms;
}

.btMenuHorizontal .menuPort > nav > ul > li > ul li > a:not(.btEmptyElement):hover {
    -webkit-box-shadow: inset 5px 0 0 0 #ffd400;
    box-shadow: inset 5px 0 0 0 #ffd400;
}

/* Rounded corners */
/*.btMenuHorizontal.btBelowMenu {
	&:any(.btAccentDarkHeader, .btAccentLightHeader, .btLightAccentHeader, .btLightDarkHeader, .btAlternateDarkHeader, .btAlternateLightHeader) {
		&.btSoftRoundedButtons, &.btHardRoundedButtons {
			.mainHeader {
				border-bottom-left-radius: $(softBorderRadius);
				border-bottom-right-radius: $(softBorderRadius);
				// overflow: hidden; // Ovo sakriva padajuce menije
			}
		}
	}
}*/
/* Menu positions */
.btMenuHorizontal .menuPort ul ul {
    right: auto;
    left: 0;
}

.btMenuHorizontal .menuPort ul ul ul {
    left: 220px;
    right: auto;
}

.rtl.btMenuHorizontal .menuPort ul ul ul {
    left: auto;
    right: 220px;
}

.btMenuHorizontal .menuPort nav {
    float: left;
    padding-left: 50px;
}

.rtl.btMenuHorizontal .menuPort nav {
    padding-right: 50px;
    padding-left: 0;
}

.btMenuHorizontal.btMenuRight .menuPort nav {
    float: right;
}

/*
/* Uncomment this to allow last item switch
/*

@media (max-width: math($(baseTemplateWidth)+$(dropdownWidth))px) {
	.btMenuHorizontal.btMenuRight {
		.menuPort > nav > ul > li:last-child ul {
			text-align: right;
			right: 0px;
			left: auto;
			.rtl& {
				left: 0px;
				right: 0;
			}
			ul {
				left: -$(dropdownWidth)px;
				right: auto;
				.rtl& {
					left: auto;
					right: -$(dropdownWidth)px;
				}
			}
		}
	}
}*/
.btMenuHorizontal.btMenuCenter .logo {
    position: relative;
    z-index: 8;
    margin: 0 0 0 50%;
}

.btMenuHorizontal.btMenuCenter .menuPort nav {
    float: none;
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav {
    position: absolute;
    right: 50%;
    left: auto;
    padding: 0;
    padding-right: 50px;
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul {
    float: right;
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul {
    right: auto;
    left: -20px;
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul {
    left: 220px;
    right: auto;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav {
    position: absolute;
    left: 50%;
    right: auto;
    padding-left: 50px;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul {
    right: -20px;
    left: auto;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul {
    right: 220px;
    left: auto;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav li {
    text-align: right;
}

.btMenuHorizontal.btMenuCenterBelow .logo {
    float: none;
    text-align: center;
}

.btMenuHorizontal.btMenuCenterBelow .logo img {
    margin-left: auto;
    margin-right: auto;
}

.btMenuHorizontal.btMenuCenterBelow .gutter .port {
    position: relative;
}

.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
    position: absolute;
    right: 20px;
    top: 0;
}

.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
    right: auto;
    left: 20px;
}

.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
    float: none;
    text-align: center;
}

.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
    float: none;
    display: inline-block;
}

.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
    display: block;
    text-align: left;
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
    float: none !important;
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
    padding: 0 0 0 50px !important;
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul {
    left: 0;
    right: -20px;
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
    text-align: right;
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li ul {
    right: auto;
    left: -220px;
}

.rtl.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li > a:after {
    left: auto;
    right: 0;
}

.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
    position: absolute;
    right: 0;
}

.rtl.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
    right: auto;
    left: 0;
}

/* Wide menu */
.logo img.btMainLogo {
    z-index: 1;
    margin-top: 8px;
}

body.home .logo img.btAltLogo,
body.btMenuVerticalLeft img.btMainLogo,
body.btStickyHeaderActive .logo img.btMainLogo {
    z-index: 1;
    margin-top: 7px;
}

html:not(.touch) body.btMenuHorizontal .menuPort {
    position: relative;
}

html:not(.touch) body.btMenuHorizontal .logo {
    height: 100%;
    display: table;
    margin: auto;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown {
    position: static;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul {
    width: 100%;
    max-width: 1240px;
    left: auto;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li {
    top: auto;
    border-top: none !important;
    float: left;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a {
    border-top: none !important;
    font-weight: 800;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 1.5em;
    right: 1.5em;
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .4);
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li > ul:before {
    display: none;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul {
    top: auto;
    margin: 0 !important;
    width: 100%;
    right: 0;
    left: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li:first-child > a {
    border-top: none !important;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > il:not(:last-child) {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li ul:before {
    display: none;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li {
    width: 100%;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li .sub-menu {
    width: 100%;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown.on > ul > li > ul {
    pointer-events: auto;
}

html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.rightNav > ul > li.btMenuWideDropdown > ul {
    width: 300%;
    left: -200%;
}

html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.leftNav > ul > li.btMenuWideDropdown > ul {
    width: 300%;
    right: -200%;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-0 > ul > li {

}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1 > ul > li {
    width: 100% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 > ul > li {
    width: 50% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li {
    width: 33.33333% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 > ul > li {
    width: 25% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5 > ul > li {
    width: 20% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6 > ul > li {
    width: 16.66667% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7 > ul > li {
    width: 14.28571% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8 > ul > li {
    width: 12.5% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9 > ul > li {
    width: 11.11111% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10 > ul > li {
    width: 10% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11 > ul > li {
    width: 9.09091% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12 > ul > li {
    width: 8.33333% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13 > ul > li {
    width: 7.69231% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14 > ul > li {
    width: 7.14286% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15 > ul > li {
    width: 6.66667% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16 > ul > li {
    width: 6.25% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17 > ul > li {
    width: 5.88235% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18 > ul > li {
    width: 5.55556% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19 > ul > li {
    width: 5.26316% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20 > ul > li {
    width: 5% !important;
}

/* Boxed menu - last menu item (FIX) */
.btMenuHorizontal .mainHeader:not(.gutter) .menuPort > nav > ul li:last-child ul {
    right: 0;
    left: auto;
}

/* Top bar */
.btMenuHorizontal .topBar {
    font-size: .8em;
    line-height: 2.5em;
    z-index: 2;
}

.btMenuHorizontal .topBar .topBarPort {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btMenuHorizontal .topBar .topBarPort:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btMenuHorizontal .topBar .topBarPort:after,
.btMenuHorizontal .topBar .topBarPort:before {
    display: none;
}

.btMenuHorizontal .topBarInMenu {
    line-height: inherit;
    float: right;
    display: table;
    height: 54px;
    margin-left: 50px;
}

.rtl.btMenuHorizontal .topBarInMenu {
    float: left;
    margin-left: 0;
    margin-right: 50px;
}

.btMenuHorizontal .topBarInMenu .topBarInMenuCell {
    line-height: 48px;
    display: table-cell;
    vertical-align: middle;
}

.btMenuHorizontal .btBelowLogoArea .topBarInMenu {
    height: 50px;
    line-height: 50px;
}

/* Menu bellow logo */
.btMenuHorizontal.btMenuBelowLogo .btBelowLogoArea {
    padding: 0;
    z-index: 0;
}

.btMenuHorizontal.btMenuBelowLogo .menuPort {
    clear: both;
    position: relative;
    margin: 0;
    float: none;
}

.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
    padding: 0;
}

.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
    float: right;
}

.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li {
    margin: 0 0 0 50px;
}

.rtl.btMenuHorizontal.btMenuBelowLogo .menuPort nav > ul > li:last-child {
    margin: 0 !important;
}

/* Header styles */
.btAccentDarkHeader:not(.btBelowMenu) .mainHeader,
.btAccentDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightAccentHeader:not(.btBelowMenu) .mainHeader,
.btLightAccentHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btAccentLightHeader:not(.btBelowMenu) .mainHeader,
.btAccentLightHeader:not(.btBelowMenu) .btVerticalHeaderTop,
.btLightDarkHeader:not(.btBelowMenu) .mainHeader,
.btLightDarkHeader:not(.btBelowMenu) .btVerticalHeaderTop {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

/* Keep width above menu */
body.btBelowMenu.btMenuHorizontal.btAccentDarkHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btAccentLightHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightAccentHeader .mainHeader.gutter,
body.btBelowMenu.btMenuHorizontal.btLightDarkHeader .mainHeader.gutter {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

body.btBelowMenu.btMenuHorizontal.btAccentDarkHeader .mainHeader.gutter .port,
body.btBelowMenu.btMenuHorizontal.btAccentLightHeader .mainHeader.gutter .port,
body.btBelowMenu.btMenuHorizontal.btLightAccentHeader .mainHeader.gutter .port,
body.btBelowMenu.btMenuHorizontal.btLightDarkHeader .mainHeader.gutter .port {
    padding: 0 20px;
}

/* Transparent dark */
.btTransparentDarkHeader .mainHeader,
.btTransparentDarkHeader .btVerticalHeaderTop {
    color: #181818;
}

.btStickyHeaderActive.btTransparentDarkHeader .mainHeader,
.btStickyHeaderActive.btTransparentDarkHeader .btVerticalHeaderTop {
    background-color: #fff;
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .mainHeader,
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .btVerticalHeaderTop {
    color: #fff;
    background-color: rgb(19, 19, 21);
}

.btMenuVertical.btTransparentDarkHeader .mainHeader,
.btMenuVertical.btTransparentDarkHeader .btVerticalHeaderTop {
    background-color: #fff;
}

.btTransparentDarkHeader.btHideHeadline:not(.btBelowMenu) .mainHeader,
.btTransparentDarkHeader.btHideHeadline:not(.btBelowMenu) .btVerticalHeaderTop {
    background-color: #fff;
}

.btTransparentDarkHeader .btBelowLogoArea .menuPort {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btTransparentDarkHeader .topBar .topBarPort .topTools {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/* Transparent light */
.btTransparentLightHeader .mainHeader {
    color: #fff;
}

.btStickyHeaderActive.btTransparentLightHeader .mainHeader {
    background-color: rgb(19, 19, 21);
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader {
    color: #181818;
    background-color: #fff;
}

.btMenuVertical.btTransparentLightHeader .mainHeader {
    background-color: rgb(19, 19, 21);
}

.btTransparentLightHeader .btVerticalHeaderTop {
    color: #fff;
}

.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
    background-color: rgb(19, 19, 21);
}

.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .btVerticalHeaderTop {
    background-color: #fff;
    color: #181818;
}

.btTransparentLightHeader .btBelowLogoArea .menuPort {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.btTransparentLightHeader .topBar .topTools {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

/* Accent light */
.btAccentLightHeader .mainHeader,
.btAccentLightHeader .btVerticalHeaderTop {
    background-color: #fff;
}

.btAccentLightHeader .mainHeader .mainHeaderInner {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.btAccentLightHeader .btBelowLogoArea,
.btAccentLightHeader .topBar {
    background-color: #e62b34;
    color: #fff;
}

.btAccentLightHeader .btBelowLogoArea a:hover,
.btAccentLightHeader .topBar a:hover {
    color: #FF7F00;
}

/* Accent dark */
.btAccentDarkHeader .mainHeader,
.btAccentDarkHeader .btVerticalHeaderTop {
    background-color: #e62b34;
    color: #fff;
}

.btAccentDarkHeader .mainHeader .mainHeaderInner {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.btAccentDarkHeader .btBelowLogoArea,
.btAccentDarkHeader .topBar {
    background-color: rgb(19, 19, 21);
    color: #fff;
}

.btAccentDarkHeader .btBelowLogoArea a:hover,
.btAccentDarkHeader .topBar a:hover {
    color: #FF7F00;
}

/* Light dark */
.btLightDarkHeader .mainHeader,
.btLightDarkHeader .btVerticalHeaderTop {
    background-color: #fff;
}

.btLightDarkHeader .mainHeader .mainHeaderInner {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.btLightDarkHeader .btBelowLogoArea,
.btLightDarkHeader .topBar {
    background-color: rgb(19, 19, 21);
    color: #fff;
}

.btLightDarkHeader.btMenuHorizontal.btBelowMenu .mainHeader {
    background-color: #fff;
}

/* Dark light */
.btDarkLightHeader .mainHeader,
.btDarkLightHeader .btVerticalHeaderTop {
    background-color: rgb(19, 19, 21);
    color: #fff;
}

.btDarkLightHeader .mainHeader .mainHeaderInner {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.btDarkLightHeader .btBelowLogoArea,
.btDarkLightHeader .topBar {
    background-color: #fff;
    color: #fff;
}

.btDarkLightHeader.btMenuHorizontal.btBelowMenu .mainHeader {
    background-color: rgb(19, 19, 21);
}

/* Light accent */
.btLightAccentHeader .mainHeader {
    background-color: #fff;
}

.btLightAccentHeader .btLogoArea,
.btLightAccentHeader .btVerticalHeaderTop {
    background-color: #e62b34;
    color: #fff;
}

.btLightAccentHeader .btLogoArea .menuPort nav > ul > li > a:hover,
.btLightAccentHeader .btVerticalHeaderTop .menuPort nav > ul > li > a:hover {
    color: #181818;
}

.btLightAccentHeader .btLogoArea .menuPort nav > ul > li > a:after,
.btLightAccentHeader .btVerticalHeaderTop .menuPort nav > ul > li > a:after {
    background-color: #181818;
}

.btLightAccentHeader .btBelowLogoArea {
    background-color: #fff;
}

.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader {
    background-color: transparent;
}

.btLightAccentHeader.btMenuHorizontal.btBelowMenu .mainHeader .btLogoArea {
    background-color: #e62b34;
}

/* Sticky */
.btStickyHeaderActive.btMenuHorizontal .mainHeader {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    border-bottom: none;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar {
    display: none;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btPreHeaderContent {
    position: absolute;
    top: -999999px;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btBelowLogoArea {
    padding: 0;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
    /*height: 54px;*/
    /*margin-top: 0 !important;*/
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .btTextLogo {
    font-size: 1.5em;
    line-height: 54px;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > a,
.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .menuPort nav > ul > li > .subToggler {
    line-height: 54px;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .topBarInMenu {
    height: 54px;
}

.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .btLogoArea {
    display: none;
}

.btHasAltLogo.btStickyHeaderActive .btMainLogo {
    display: none;
}

.btHasAltLogo.btStickyHeaderActive .btAltLogo {
    display: block !important;
}

.btMenuVertical.btStickyHeaderActive .btVerticalHeaderTop {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    transition: transform 200ms ease;
}

.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(0%) translateX(320px);
    -moz-transform: translateY(0%) translateX(320px);
    -ms-transform: translateY(0%) translateX(320px);
    transform: translateY(0%) translateX(320px);
}

.btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(0%) translateX(-320px);
    -moz-transform: translateY(0%) translateX(-320px);
    -ms-transform: translateY(0%) translateX(-320px);
    transform: translateY(0%) translateX(-320px);
}

.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transform: translateY(-100%) translateX(320px);
    -moz-transform: translateY(-100%) translateX(320px);
    -ms-transform: translateY(-100%) translateX(320px);
    transform: translateY(-100%) translateX(320px);
}

.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* Vertical and responsive menu */
.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .btVerticalHeaderTop {
    -webkit-transition: transform 200ms ease;
    -moz-transition: transform 200ms ease;
    transition: transform 200ms ease;
}

.btVerticalHeaderTop {
    display: none;
    position: absolute;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.btMenuVertical .btVerticalHeaderTop {
    /*margin-top: 10px;*/
    display: block;
}

.btVerticalHeaderTop .btVerticalMenuTrigger {
    display: none;
    position: relative;
    z-index: 1;
    height: 54px;
    margin: 0 .5em 0 0;
    font-size: 1.5em;
}

.rtl .btVerticalHeaderTop .btVerticalMenuTrigger {
    margin: 0 0 0 .5em;
}

.btVerticalMenuTrigger .bt_bb_icon {
    width: 27px;
    height: 22.5px;
    position: relative;
    padding: 0;
    float: left;
    margin: 15.75px 0;
}

.btVerticalMenuTrigger .bt_bb_icon:before,
.btVerticalMenuTrigger .bt_bb_icon:after {
    position: absolute;
    display: block;
    content: "";
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform-origin: -.75px 1px;
    -moz-transform-origin: -.75px 1px;
    -ms-transform-origin: -.75px 1px;
    transform-origin: -.75px 1px;
}

.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:before,
.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
    -webkit-transform: rotate(45deg) translateY(0) !important;
    -moz-transform: rotate(45deg) translateY(0) !important;
    -ms-transform: rotate(45deg) translateY(0) !important;
    transform: rotate(45deg) translateY(0) !important;
}

.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after {
    border-top-color: #181818;
}

.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:before,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:before,
.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon:after,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon:after {
    border-top-color: #fff;
}

.btVerticalMenuTrigger .bt_bb_icon:after {
    top: auto;
    bottom: 0;
}

.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon:after {
    -webkit-transform: rotate(-45deg) translateY(0) !important;
    -moz-transform: rotate(-45deg) translateY(0) !important;
    -ms-transform: rotate(-45deg) translateY(0) !important;
    transform: rotate(-45deg) translateY(0) !important;
}

.btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    content: "";
    position: absolute;
    display: block;
    border-top-width: 2px;
    border-top-style: solid;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.btMenuVerticalOn .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: scaleX(0) !important;
    -moz-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
}

.btTransparentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #181818;
}

.btTransparentLightHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btLightAccentHeader .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo .btVerticalMenuTrigger .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #fff;
}

.btVerticalMenuTrigger:hover {
    cursor: pointer;
    color: inherit;
}

.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon:after {
    border-top-color: #e62b34;
}

.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:before,
.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon:after {
    border-top-color: #181818;
}

.btVerticalMenuTrigger:hover .bt_bb_icon:before {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:before {
    -webkit-transform: rotate(0) translateY(-3px);
    -moz-transform: rotate(0) translateY(-3px);
    -ms-transform: rotate(0) translateY(-3px);
    transform: rotate(0) translateY(-3px);
}

.btVerticalMenuTrigger:hover .bt_bb_icon:after {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
}

.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon:after {
    -webkit-transform: rotate(0) translateY(3px);
    -moz-transform: rotate(0) translateY(3px);
    -ms-transform: rotate(0) translateY(3px);
    transform: rotate(0) translateY(3px);
}

.btMenuVerticalOn .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.btTransparentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btTransparentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentLightHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btAccentDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btLightDarkHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before,
.btHasAltLogo.btStickyHeaderActive .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #ffd400;
}

.btLightAccentHeader .btVerticalMenuTrigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: #181818;
}

.btMenuVerticalOn .mainHeader {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 1s cubic-bezier(.230, 1, .320, 1);
    -moz-transition: transform 1s cubic-bezier(.230, 1, .320, 1);
    transition: transform 1s cubic-bezier(.230, 1, .320, 1);
}

.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
}

.rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalLeft.btMenuVerticalOn .btSiteFooter {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
}

.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop .logo {
    opacity: 0;
}

.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
}

.rtl.btMenuVerticalRight.btMenuVerticalOn .btContentWrap,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop,
.rtl.btMenuVerticalRight.btMenuVerticalOn .btSiteFooter {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
}

.btMenuVerticalRight.btMenuVerticalOn .btVerticalHeaderTop .logo {
    opacity: 0;
}

.btMenuVerticalRight.btMenuVerticalOn.btHideHeadline .btContentHolder {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    -ms-transform: translateX(320px);
    transform: translateX(320px);
}

.btMenuVertical .mainHeader {
    text-align: center;
    height: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 320px;
    clear: both;
    z-index: 101;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.btMenuInitFinished.btMenuVertical .mainHeader {
    -webkit-transition: transform 1s cubic-bezier(.230, 1, .320, 1);
    -moz-transition: transform 1s cubic-bezier(.230, 1, .320, 1);
    transition: transform 1s cubic-bezier(.230, 1, .320, 1);
}

:not(.btMenuBelowLogo).btMenuVertical .mainHeader .mainHeaderInner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btMenuVertical .mainHeader .topBar {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btLogoArea {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .topBar {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .mainHeaderInner .btBelowLogoArea {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.btMenuVertical .mainHeader .btMainLogo {
    display: block !important;
}

.btMenuVertical .mainHeader .btAltLogo {
    display: none !important;
}

.btMenuVertical .mainHeader .logo {
    float: none;
    margin: 0;
    padding: 0 2em 1em;
}

.btMenuVertical .mainHeader .logo img {
    margin: 10px auto 0;
    display: block;
    /*height: 55px;*/

}

.btMenuVertical .mainHeader .btCloseVertical {
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    right: 20px;
    top: 10px;
}

.rtl.btMenuVertical .mainHeader .btCloseVertical {
    right: auto;
    left: 20px;
}

.btMenuVertical .mainHeader .btCloseVertical:before {
    font-family: FontAwesome;
    content: '\f00d';
}

.btMenuVertical .mainHeader .btCloseVertical:before:hover {
    color: #ffd400;
}

.btMenuVertical .mainHeader .menuPort {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.btMenuVertical .mainHeader .menuPort .leftNav {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
    padding-top: 1em;
    padding-bottom: 1em;
}

.btMenuVertical .mainHeader nav {
    margin: 0 !important;
}

.btMenuVertical .mainHeader nav ul > li > ul {
    opacity: 1;
    pointer-events: auto;
}

.btMenuVertical .mainHeader nav ul {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btMenuVertical .mainHeader nav ul li {
    padding: 0;
    position: relative;
    background-color: transparent;
}

.btMenuVertical .mainHeader nav ul li a {
    line-height: 1.1;
    padding: 1em 2em;
    border: none;
    font-weight: 400;
}

.btMenuVertical .mainHeader nav ul li li {
    font-size: .9em;
}

.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor) > ul {
    display: none;
}

.btMenuVertical .mainHeader nav ul ul li {
    padding: 0;
    opacity: 1;
    border: none;
    background-color: transparent;
}

.btMenuVertical .mainHeader nav ul ul li ul {
    opacity: .8;
}

.btMenuVertical .mainHeader nav ul ul li ul li a {
    border: none !important;
}

.btMenuVertical .mainHeader nav li.current-menu-ancestor > a,
.btMenuVertical .mainHeader nav li.current-menu-item > a {
    font-weight: 600;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget {
    display: inline-block;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon {
    display: block;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText {
    padding-top: 2em;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .bt_bb_icon_holder:before {
    font-size: 2em;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent {
    font-size: .9em;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) {
    margin-left: .75em;
    margin-right: 0;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
    padding-right: .75em;
}

.btMenuVertical .btVerticalMenuTrigger {
    display: block;
}

.btMenuVertical .menuScrollPort {
    width: 320px;
    overflow: hidden;
}

.btMenuVerticalRight .mainHeader {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.btMenuVerticalOn.btMenuVerticalRight .mainHeader {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, .1);
    box-shadow: -2px 0 5px rgba(0, 0, 0, .1);
}

.btMenuVerticalRight .btVerticalMenuTrigger {
    float: right;
}

.btMenuVerticalLeft .mainHeader {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btMenuVerticalOn.btMenuVerticalLeft .mainHeader {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, .10);
    box-shadow: 2px 0 5px rgba(0, 0, 0, .10);
}

.btMenuVerticalLeft .btVerticalMenuTrigger {
    float: left;
}

/* Header tools layout */
.btMenuHorizontal .btTopToolsRight,
.btMenuHorizontal .btTopToolsLeft {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.btMenuHorizontal .btTopToolsRight {
    text-align: right;
}

.rtl.btMenuHorizontal .btTopToolsRight {
    text-align: left;
}

.btMenuHorizontal .topBarInLogoArea {
    float: right;
    height: 54px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.rtl.btMenuHorizontal .topBarInLogoArea {
    float: left;
}

.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
    border: 0 solid #e62b34;
}

/* Tools in vertical menu */
.btMenuVertical .menuPort .btEmptyElement {
    display: none;
}

.btMenuVertical .menuPort .btTopToolsRight,
.btMenuVertical .menuPort .btTopToolsLeft {
    max-width: none;
    float: none;
}

.btMenuVertical .menuPort .topBar {
    padding: 0;
}

.btMenuVertical .menuPort .topTools {
    position: static;
    padding: 10px 0 0;
    text-align: center;
    font-size: 14px;
}

.btMenuVertical .menuPort .topBarInLogoArea:after,
.btMenuVertical .menuPort .topBar:after {
    display: table;
    content: ' ';
    clear: both;
}

.btMenuVertical .menuPort .topBarInMenu {
    margin: 3em 0 0;
}

.btMenuVertical .menuPort nav:not(.rightNav):before,
.btMenuVertical .menuPort nav:not(.leftNav):after {
    display: inline-block;
    content: ' ';
    width: 85px;
    height: 4px;
    clear: both;
    background: #ffd400;
}

.btMenuVertical .menuPort nav:not(.rightNav):before {
    margin: 1em 0 1em;
}

.btMenuVertical .menuPort nav:not(.leftNav):after {
    margin: 1em 0 1em;
}

/* PreHeader Content */
.btMenuVertical .btPreHeaderContent {
    display: none;
}

/* iScroll */
.btDarkSkin .iScrollIndicator,
.btLightSkin .btDarkSkin .iScrollIndicator,
.btDarkSkin.btLightSkin .btDarkSkin .iScrollIndicator {
    background-color: rgba(255, 255, 255, .05) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
}

/* Prevent horizontal scroll on small screens when menu is open */
body.btMenuVerticalOn {
    width: 100vw;
    overflow: hidden;
}

/* IE10 Menu Fix */
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li > ul {
    opacity: 1;
    pointer-events: auto;
    display: none;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul {
    display: block;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li > ul {
    display: none;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul {
    display: block;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li > ul {
    display: none;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li.on > ul {
    display: block;
}

/* Admin bar fix */
.admin-bar.btStickyHeaderActive .mainHeader,
.admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
    top: 32px;
}

.admin-bar.btMenuVertical .mainHeader {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar.btStickyHeaderActive .mainHeader,
    .admin-bar.btStickyHeaderActive .btVerticalHeaderTop {
        top: 46px;
    }

    .admin-bar.btMenuVertical .mainHeader {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar.btStickyHeaderActive .mainHeader {
        top: 0;
    }

    .admin-bar.btMenuVertical .btVerticalHeaderTop {
        top: 0;
    }
}

/*Mega menu */
html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown > ul > li.bt_mega_menu_content_inner {
    width: 100% !important;
    padding: 1em;
}

html:not(.touch) body.btMenuVertical .mainHeader li.btMenuWideDropdown > ul > li.bt_mega_menu_content_inner {
    display: none;
}

/* Footer copyright */
.btSiteFooter {
    font-size: .9em;
}

.btSiteFooter:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btSiteFooter .copyLine {
    margin-bottom: 0;
}

.btSiteFooter .btFooterMenu .menu {
    margin: 0 -1em;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.btSiteFooter .btFooterMenu .menu li {
    display: inline-block;
    margin: 0;
    padding: 0 1em;
}

.btSiteFooterWidgets {
    padding-top: 8em;
    font-weight: 300;
}

.btMenuCenterBelow .btSiteFooterWidgets,
.btMenuCenter .btSiteFooterWidgets {
    text-align: center;
}

.btMenuCenterBelow .btSiteFooterWidgets .btBox > h4:after,
.btMenuCenter .btSiteFooterWidgets .btBox > h4:after {
    margin-left: auto;
    margin-right: auto;
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow {
    -webkit-justify-content: initial;
    justify-content: initial;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -20px;
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
    background-color: transparent;
    margin-bottom: 6em;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox .btImage img {
    margin: initial;
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="6"] .btBox {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="5"] .btBox {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="4"] .btBox {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="3"] .btBox {
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
}

.btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="2"] .btBox {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}

.btSiteFooterCopyMenu .port > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.btSiteFooter .btDarkSkin .btSiteFooterCopyMenu .port > div {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.btSiteFooterCopyMenu .port > div .btFooterCopy,
.btSiteFooterCopyMenu .port > div .btFooterMenu {
    padding-top: 2em;
    padding-bottom: 2em;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.btSiteFooterCopyMenu .port > div .btFooterMenu {
    text-align: right;
}

.rtl .btSiteFooterCopyMenu .port > div .btFooterMenu {
    text-align: left;
}

.rtl .btSiteFooterCopyMenu .port > div .btFooterCopy {
    text-align: right;
}

.btLightSkin .btSiteFooterWidgets,
.btDarkSkin .btLightSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets {
    background: #fff;
}

.btLightSkin .btSiteFooterCopyMenu,
.btDarkSkin .btLightSkin .btSiteFooterCopyMenu,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu {
    background: #fff;
}

.btLightSkin .btSiteFooterCopyMenu .port:before,
.btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterCopyMenu .port:before {
    background-color: #181818;
}

.btDarkSkin .btSiteFooterWidgets,
.btLightSkin .btDarkSkin .btSiteFooterWidgets,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets {
    background: rgb(19, 19, 21);
}

.btDarkSkin .btSiteFooterCopyMenu,
.btLightSkin .btDarkSkin .btSiteFooterCopyMenu,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu {
    background: rgb(19, 19, 21);
}

.btDarkSkin .btSiteFooterCopyMenu .port:before,
.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterCopyMenu .port:before {
    background-color: #ffd400;
}

@media (max-width: 992px) {
    .btSiteFooter .port div .btFooterCopy,
    .btSiteFooter .port div .btFooterMenu {
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
    }

    .btSiteFooterWidgets #boldSiteFooterWidgetsRow {
        display: block;
    }

    .btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
        width: 100% !important;
        max-width: 100% !important;
    }

    .btSiteFooterWidgets .btIconWidgetContent {
        width: 100%;
    }

    .btSiteFooterWidgets .btIconWidgetContent ul.cart_list {
        width: 100%;
    }

    .btSiteFooterCopyMenu .port > div {
        display: block;
    }
}

/* Unit Test Fix - Page Headline Overlay */
.bt_bb_section {
    position: relative;
}

.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0, 0, 0, .5);
}

.bt_bb_section[class*="bt_bb_background_overlay"]:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
    position: relative;
    z-index: 1;
}

/* Unit test Fix - Read More Button */
.btReadMoreColumn .bt_bb_button {
    display: inline-block;
    margin: 0;
}

.btReadMoreColumn .bt_bb_button a {
    padding: 1em 2em;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: .8rem;
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.btLightSkin .btReadMoreColumn .bt_bb_button a,
.btDarkSkin .btLightSkin .btReadMoreColumn .bt_bb_button a,
.btLightSkin .btDarkSkin .btLightSkin .btReadMoreColumn .bt_bb_button a {
    -webkit-box-shadow: 0 0 0 1px rgb(19, 19, 21) inset;
    box-shadow: 0 0 0 1px rgb(19, 19, 21) inset;
}

.btDarkSkin .btReadMoreColumn .bt_bb_button a,
.btLightSkin .btDarkSkin .btReadMoreColumn .bt_bb_button a,
.btDarkSkin.btLightSkin .btDarkSkin .btReadMoreColumn .bt_bb_button a {
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
}

.btLightSkin .btReadMoreColumn .bt_bb_button a:hover,
.btDarkSkin .btLightSkin .btReadMoreColumn .bt_bb_button a:hover,
.btLightSkin .btDarkSkin .btLightSkin .btReadMoreColumn .bt_bb_button a:hover {
    -webkit-box-shadow: 0 0 0 3em rgb(19, 19, 21) inset;
    box-shadow: 0 0 0 3em rgb(19, 19, 21) inset;
    color: #fff;
}

.btLightSkin .btReadMoreColumn .bt_bb_button a:hover span.bt_bb_icon_holder:before,
.btDarkSkin .btLightSkin .btReadMoreColumn .bt_bb_button a:hover span.bt_bb_icon_holder:before,
.btLightSkin .btDarkSkin .btLightSkin .btReadMoreColumn .bt_bb_button a:hover span.bt_bb_icon_holder:before {
    color: #fff;
}

.btDarkSkin .btReadMoreColumn .bt_bb_button a:hover,
.btLightSkin .btDarkSkin .btReadMoreColumn .bt_bb_button a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btReadMoreColumn .bt_bb_button a:hover {
    -webkit-box-shadow: 0 0 0 3em #fff inset;
    box-shadow: 0 0 0 3em #fff inset;
    color: #181818;
}

.btDarkSkin .btReadMoreColumn .bt_bb_button a:hover span.bt_bb_icon_holder:before,
.btLightSkin .btDarkSkin .btReadMoreColumn .bt_bb_button a:hover span.bt_bb_icon_holder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btReadMoreColumn .bt_bb_button a:hover span.bt_bb_icon_holder:before {
    color: #181818;
}

.btReadMoreColumn .bt_bb_button a span.bt_bb_icon_holder {
    display: block;
}

.btReadMoreColumn .bt_bb_button a span.bt_bb_icon_holder:before {
    display: block;
}

/* Unit test fix - Hightlight Categories */
.btPageHeadline.btHightlightCategories .btArticleCategories {
    margin-bottom: 5px;
}

.btPageHeadline.btHightlightCategories .btArticleCategories a.btArticleCategory {
    margin: 0 5px 5px 0 !important;
}

/* Unit test - Page views */
.post-views {
    clear: both;
    margin-top: 1rem;
}

/* Single post */
.sticky .headline:before {
    content: '\e69b';
    font-family: Icon7Stroke;
    display: block;
    float: left;
    margin-right: .4em;
    font-size: .7em;
    padding-top: .3em;
}

.sticky .btBlogSimpleViewCategories .headline:before {
    content: '';
}

/* Single Article */
.btArticleHeadline .bt_bb_headline .bt_bb_headline_content a:hover {
    color: #ffd400;
}

/* Standard Single */
body.btNoSidebar .btPostSingleItemStandard:first-child {
    margin-top: 2em;
}

.btPostListStandard.btPostSingleItemStandard .btArticleContentHolder {
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.btLightSkin .btPostListStandard.btPostSingleItemStandard .btArticleContentHolder,
.btDarkSkin .btLightSkin .btPostListStandard.btPostSingleItemStandard .btArticleContentHolder,
.btLightSkin .btDarkSkin .btLightSkin .btPostListStandard.btPostSingleItemStandard .btArticleContentHolder {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btPostListStandard.btPostSingleItemStandard .btArticleContentHolder,
.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard .btArticleContentHolder {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.btPostSingleItemStandard .btArticleMedia,
.btPostSingleItemStandard .btArticleHeadline,
.btPostSingleItemStandard .btArticleContent,
.btPostSingleItemStandard .btArticleShareEtc {
    clear: both;
    margin-bottom: 1em;
}

.single .btPostSingleItemStandard .btArticleMedia,
.single .btPostSingleItemStandard .btArticleHeadline,
.single .btPostSingleItemStandard .btArticleContent,
.single .btPostSingleItemStandard .btArticleShareEtc {
    margin-bottom: 2em;
}

.btPostSingleItemStandard .btArticleMedia .bt-video-container {
    margin-bottom: 0;
}

.btPostSingleItemStandard.btHasPosterData .btArticleMedia {
    margin-bottom: 2.5em;
}

.btPostSingleItemStandard .btArticleShareEtc {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btPostSingleItemStandard .btArticleShareEtc > div {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
    text-align: right;
}

.btPostSingleItemStandard .btArticleContent,
.btPostSingleItemStandard .btArticleShareEtc {
    max-width: 740px;
}

:not(.btPostListStandard):not(.btContententLeft).btPostSingleItemStandard .btArticleContent:not(.btHasMeta),
:not(.btPostListStandard):not(.btContententLeft).btPostSingleItemStandard .btArticleShareEtc:not(.btHasMeta) {
    margin-left: auto;
}

.btNoSidebar .btPostSingleItemStandard .btArticleContent,
.btNoSidebar .btPostSingleItemStandard .btArticleShareEtc {
    margin-right: auto;
    margin-left: auto;
}

.btPostSingleItemStandard .btArticleShareEtc {
    max-width: none;
}

.btPostSingleItemStandard .btArticleContentInnerInner {
    font-family: "PT Serif";
    font-size: 1.1em;
}

.single .btPostSingleItemStandard .btArticleContentInnerInner {
    font-size: 1.25em;
    margin-bottom: 1rem;
}

.btPostEnlargeFirstLetter.single .btPostSingleItemStandard .btArticleContentInnerInner .bt_bb_wrapper > p:first-child:first-letter {
    font-size: 530%;
    line-height: 1;
    padding-right: .1em;
    color: #ffd400;
    display: block;
    float: left;
    margin-top: -3px;
}

.btPostSingleItemStandard .btArticleContent.btHasMeta {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -1em;
    margin-right: -1em;
    max-width: initial;
}

.btPostSingleItemStandard .btArticleContent.btHasMeta .btArticleContentInner {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding-left: 1em;
    padding-right: 1em;
}

.btPostSingleItemStandard .btArticleContent.btHasMeta .btArticleContentPosterMeta {
    -webkit-flex: 1 0 300px;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    padding-left: 1em;
    padding-right: 1em;
}

/* Column single view */
.btPostSingleItemColumns .btArticleContentHolder {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.btPostSingleItemColumns .btArticleTextContent {
    padding-top: 0 !important;
}

.btPostSingleItemColumns .btArticleMedia,
.btPostSingleItemColumns .btArticleHeadline,
.btPostSingleItemColumns .btArticleContent,
.btPostSingleItemColumns .btArticleShareEtc {
    margin-bottom: 2em;
    clear: both;
}

.btPostSingleItemColumns .btReviewHolder {
    display: block !important;
    border: none;
    padding-bottom: 0;
}

.btDarkSkin .btPostSingleItemColumns .btReviewHolder,
.btLightSkin .btDarkSkin .btPostSingleItemColumns .btReviewHolder,
.btDarkSkin.btLightSkin .btDarkSkin .btPostSingleItemColumns .btReviewHolder {
    border: none;
}

.btPostSingleItemColumns .btReviewHolder .btReviewScore {
    padding-bottom: 2em;
}

.btPostSingleItemColumns .btReviewHolder .btReviewContent {
    padding-left: 0;
}

.btPostSingleItemColumns.btHasPosterData .btArticleContentHolder .btArticleTextContent {
    padding: 0 1.5em;
}

.btPostSingleItemColumns .btMediaBox {
    padding-bottom: 1.5em;
}

body.btNoSidebar .btPostSingleItemColumns {
    margin-top: 2em;
}

body.btWithSidebar .btPostSingleItemColumns .btShareMetaRow .btMetaColumn {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

body.btWithSidebar .btPostSingleItemColumns .btShareMetaRow .btShareColumn {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

@media (max-width: 640px) {
    .btPostListColumns .btArticleContentHolder,
    .btPostSingleItemColumns .btArticleContentHolder {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }

    .btPostListColumns .btArticleContentHolder .btArticleMedia,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
        max-width: 100% !important;
        -webkit-flex: 1 1 100% !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
    }

    .btPostListColumns .btArticleContentHolder .btArticleTextContent,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
        max-width: 100% !important;
        -webkit-flex: 1 1 100% !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
    }

    .btPostListColumns .btArticleContentHolder {
        display: block !important;
    }
}

/* Reviews */
.btReviewHolder {
    padding-bottom: 2em;
    margin: 0 0 2em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btReviewHolder .btReviewHeading {
    padding: 0;
    margin-bottom: 1em;
}

.btLightSkin .btReviewHolder,
.btDarkSkin .btLightSkin .btReviewHolder,
.btLightSkin .btDarkSkin .btLightSkin .btReviewHolder {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btReviewHolder,
.btLightSkin .btDarkSkin .btReviewHolder,
.btDarkSkin.btLightSkin .btDarkSkin .btReviewHolder {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.btReviewHolder .btReviewScore {
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btNoReviewData.btReviewHolder .btReviewScore {
    -webkit-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.btReviewHolder .btReviewScore .btReviewOverallScore {
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}

.btNoReviewData.btReviewHolder .btReviewScore .btReviewOverallScore {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.btReviewHolder .btReviewScore .btReviewData {
    -webkit-flex: 1 1 55%;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
    padding-left: 2em;
}

.btNoReviewData.btReviewHolder .btReviewScore .btReviewData {
    display: none;
}

.btReviewHolder .btReviewContent {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding-left: 2em;
}

.btNoReviewData.btReviewHolder .btReviewContent {
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.btWithSidebar .btHasPosterData :not(.btNoReviewData).btReviewHolder .btReviewContent {
    padding-top: 2em;
    padding-left: 0;
    margin-top: 2em;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

.btLightSkin .btWithSidebar .btHasPosterData :not(.btNoReviewData).btReviewHolder .btReviewContent,
.btDarkSkin .btLightSkin .btWithSidebar .btHasPosterData :not(.btNoReviewData).btReviewHolder .btReviewContent,
.btLightSkin .btDarkSkin .btLightSkin .btWithSidebar .btHasPosterData :not(.btNoReviewData).btReviewHolder .btReviewContent {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btWithSidebar .btHasPosterData :not(.btNoReviewData).btReviewHolder .btReviewContent,
.btLightSkin .btDarkSkin .btWithSidebar .btHasPosterData :not(.btNoReviewData).btReviewHolder .btReviewContent,
.btDarkSkin.btLightSkin .btDarkSkin .btWithSidebar .btHasPosterData :not(.btNoReviewData).btReviewHolder .btReviewContent {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.btReviewHolder .btReviewContent .btSummary {
    font-size: 1.2em;
    opacity: .7;
}

/* Share */
body.single .btShareColumn {
    text-align: right;
}

body.single.rtl .btShareColumn {
    text-align: left;
}

.btReviewSegment:not(:last-child) {
    margin-bottom: .5em;
}

.btReviewSegment .btReviewSegmentHeading {
    font-size: .9em;
    opacity: .4;
}

.btHardRoundedButtons .btReviewSegment .btReviewSegmentHeading {
    padding-left: 10px;
}

/* TagsRow */
.btTagsRow {
    margin-bottom: 2em;
}

.btTagsRow:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

/* Article meta */
.btArticleSuperMeta .btSinglePostContentPoster img {
    width: 100%;
    display: block;
}

.btArticleSuperMeta dl {
    margin-bottom: 2em;
    padding: 1em;
}

.btArticleSuperMeta dl:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btLightSkin .btArticleSuperMeta dl,
.btDarkSkin .btLightSkin .btArticleSuperMeta dl,
.btLightSkin .btDarkSkin .btLightSkin .btArticleSuperMeta dl {
    background: rgba(0, 0, 0, .07);
}

.btDarkSkin .btArticleSuperMeta dl,
.btLightSkin .btDarkSkin .btArticleSuperMeta dl,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleSuperMeta dl {
    background: rgba(0, 0, 0, .3);
}

.btArticleSuperMeta dl dt {
    width: 50%;
    display: block;
    float: left;
    padding: .2rem 0;
    font-weight: 600;
    color: #e62b34;
}

.btArticleSuperMeta dl dt.btArticleSuperMetaURL {
    width: 100%;
    padding-top: 10px;
}

.btArticleSuperMeta dl dt.btArticleSuperMetaURL .bt_bb_button_text {
    text-align: center;
}

.btArticleSuperMeta dl dd {
    text-align: right;
    width: 50%;
    display: block;
    float: left;
    padding: .2rem 0;
    font-weight: 400;
}

.btArticleSuperMeta .btShareColumn {
    margin-bottom: 1em;
    text-align: inherit !important;
}

/* Poster image */
.btSinglePostContentPoster img {
    display: block;
    width: 100%;
}

/* Tags */
/* About Author */
.btNoSidebar .btAboutAuthor {
    margin-left: auto;
    margin-right: auto;
}

.btLightSkin .btAboutAuthor,
.btDarkSkin .btLightSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btLightSkin .btAboutAuthor {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btAboutAuthor,
.btDarkSkin.btLightSkin .btDarkSkin .btAboutAuthor {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.btAboutAuthor .btAboutAutorContent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 2em 0;
}

.btAboutAuthor .btAboutAutorContent .aaAvatar {
    vertical-align: top;
    padding: 0 1em 0 0;
    -webkit-flex: 1 1 150px;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px;
}

.btAboutAuthor .btAboutAutorContent .aaAvatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.btAboutAuthor .btAboutAutorContent .aaTxt {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
}

.btAboutAuthor .btAboutAutorContent .aaTxt h1,
.btAboutAuthor .btAboutAutorContent .aaTxt h2,
.btAboutAuthor .btAboutAutorContent .aaTxt h3,
.btAboutAuthor .btAboutAutorContent .aaTxt h4,
.btAboutAuthor .btAboutAutorContent .aaTxt h5,
.btAboutAuthor .btAboutAutorContent .aaTxt h6,
.btAboutAuthor .btAboutAutorContent .aaTxt h7,
.btAboutAuthor .btAboutAutorContent .aaTxt h8 {
    font-size: 1.3em;
}

.btLightSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon .bt_bb_icon_holder:before,
.btDarkSkin .btLightSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon .bt_bb_icon_holder:before,
.btLightSkin .btDarkSkin .btLightSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon .bt_bb_icon_holder:before {
    color: #fff;
    -webkit-box-shadow: 0 0 0 1em rgb(19, 19, 21) inset;
    box-shadow: 0 0 0 1em rgb(19, 19, 21) inset;
}

.btDarkSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon .bt_bb_icon_holder:before,
.btLightSkin .btDarkSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon .bt_bb_icon_holder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon .bt_bb_icon_holder:before {
    color: #181818;
    -webkit-box-shadow: 0 0 0 1em #fff inset;
    box-shadow: 0 0 0 1em #fff inset;
}

.btLightSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btDarkSkin .btLightSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btLightSkin .btDarkSkin .btLightSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon:hover .bt_bb_icon_holder:before {
    color: #181818;
    -webkit-box-shadow: 0 0 0 1px rgb(19, 19, 21) inset;
    box-shadow: 0 0 0 1px rgb(19, 19, 21) inset;
}

.btDarkSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btLightSkin .btDarkSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon:hover .bt_bb_icon_holder:before,
.btDarkSkin.btLightSkin .btDarkSkin .btAboutAuthor .btAboutAutorContent .aaTxt .aaShare .bt_bb_icon:hover .bt_bb_icon_holder:before {
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
}

@media (max-width: 520px) {
    .btAboutAuthor .aaAvatar {
        -webkit-flex: 1 1 100px;
        -ms-flex: 1 1 100px;
        flex: 1 1 100px;
    }
}

/* Media box */
.btMediaBox {
    position: relative;
    overflow: hidden;
}

.btMediaBox img {
    display: block;
    width: auto;
    height: auto;
}

.btMediaBox .aspectVideo {
    visibility: hidden;
    width: 100%;
}

.btMediaBox iframe {
    display: block;
    border: none;
}

.btMediaBox.video iframe {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

.btMediaBox.audio iframe {
    display: block;
    width: 100% !important;
}

.btMediaBox.btQuote,
.btMediaBox.btLink {
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    font-weight: 300;
    padding: 5em;
}

.btMediaBox.btQuote:before,
.btMediaBox.btLink:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #e62b34;
}

.btMediaBox.btQuote[style*="background-image"]:before,
.btMediaBox.btLink[style*="background-image"]:before {
    opacity: .6;
}

.btArticleListItem .btMediaBox.btQuote,
.btArticleListItem .btMediaBox.btLink {
    padding: 4em;
}

.btMediaBox.btQuote blockquote,
.btMediaBox.btLink blockquote {
    padding: 0;
}

.btMediaBox.btQuote blockquote:before,
.btMediaBox.btLink blockquote:before {
    content: '';
}

.btMediaBox.btQuote p:before,
.btMediaBox.btLink p:before {
    display: block;
    text-align: center;
    font: 2em/1em Icon7Stroke;
    margin-bottom: .3em;
}

.btMediaBox.btQuote p,
.btMediaBox.btLink p {
    font-size: 2em;
    line-height: 1.3em;
    margin: 0;
    font-style: italic;
}

.btMediaBox.btQuote cite,
.btMediaBox.btLink cite {
    display: inline-block;
    padding: 1.5em 0 0;
    border-top: 1px solid #fff;
    margin: 1.5em 0 0;
    font-size: 1em;
}

.btMediaBox.btQuote a,
.btMediaBox.btLink a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btMediaBox.btQuote a:hover,
.btMediaBox.btLink a:hover {
    color: #fff;
    opacity: .6;
}

.btMediaBox.btLink p:before {
    content: "\e641";
}

.btMediaBox.btQuote p:before {
    content: "\e635";
}

.btMediaBox .bt_bb_slider ul.slick-dots {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

/* Blog list side info */
body:not(.btPostListColumnsGrid) .btHasAuthorInfo .btArticleContentHolder {
    padding-left: 140px;
    position: relative;
}

body:not(.btPostListColumnsGrid).rtl .btHasAuthorInfo .btArticleContentHolder {
    padding-left: 0;
    padding-right: 140px;
}

.articleSideGutter {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    line-height: 1.4;
    width: 120px;
    padding-right: 10px;
    text-align: center;
}

.btPostListColumnsGrid .articleSideGutter {
    top: 1em;
    right: 1em;
    left: auto;
    width: 50px;
}

.btPostListColumnsGrid .articleSideGutter img {
    border: 1px solid rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.btPostListColumns .articleSideGutter {
    margin-left: 1em;
}

.articleSideGutter .date {
    opacity: .8;
}

.rtl .articleSideGutter {
    left: auto;
    right: 0;
}

.articleSideGutter .asgItem.title {
    margin: 4px 0 0;
    font-size: .85em;
}

.btPostListColumnsGrid .articleSideGutter .asgItem.title {
    display: none;
}

.articleSideGutter .asgItem.title a {
    color: inherit;
}

.articleSideGutter .asgItem.title a:hover {
    color: #e62b34;
}

.btSoftRoundedButtons .articleSideGutter .asgItem img {
    border-radius: 5px;
}

.btHardRoundedButtons .articleSideGutter .asgItem img {
    border-radius: 50%;
}

@media (max-width: 768px) {
    .btPostSingleItemStandard .btArticleShareEtc {
        display: block;
    }

    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn,
    .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn {
        max-width: 100%;
        float: none;
        text-align: left !important;
    }

    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn:first-child,
    .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn:first-child {
        padding-bottom: 1em;
    }
}

@media (max-width: 620px) {
    body:not(.btPostListColumnsGrid) .btHasAuthorInfo .btArticleContentHolder {
        padding-left: 0;
        clear: both;
    }

    body:not(.btPostListColumnsGrid) .btHasAuthorInfo .articleSideGutter {
        position: relative;
        left: 0;
        margin: 0;
        width: auto;
        padding: 0 0 1em;
        clear: both;
        text-align: left;
    }

    body:not(.btPostListColumnsGrid) .btHasAuthorInfo .asgItem.avatar {
        width: 45px;
        float: left;
        padding-right: .5em;
        margin-top: -.9em;
    }
}

/* Post excerpt */
.btExcerpt {
    font-size: 1.5em;
    max-width: 920px;
    margin-top: 1em;
    font-weight: 100;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.8em;
    max-height: 5.4em;
}

.bt_bb_align_center .btExcerpt {
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_align_right .btExcerpt {
    margin-left: auto;
}

/* Author social */
.btAuthorSocial {
    margin-top: 2em;
}

.btPageHeadline.btAuthorHasAvatar .btAuthorAvatar img {
    border-radius: 50%;
}

.btPageHeadline.btAuthorHasAvatar.bt_bb_align_left .bt_bb_column_content {
    padding-left: 180px;
    position: relative;
}

.btPageHeadline.btAuthorHasAvatar.bt_bb_align_left .btAuthorAvatar {
    position: absolute;
    width: 160px;
    left: 0;
}

.btPageHeadline.btAuthorHasAvatar.bt_bb_align_left .btAuthorAvatar img {
    border-radius: 50%;
}

.btPageHeadline.btAuthorHasAvatar.bt_bb_align_center .btAuthorAvatar {
    margin: 0 auto 2em;
}

@media (max-width: 720px) {
    .btPageHeadline.btAuthorHasAvatar.bt_bb_align_left .bt_bb_column_content,
    .btPageHeadline.btAuthorHasAvatar.bt_bb_align_center .bt_bb_column_content {
        padding-left: 0;
    }

    .btPageHeadline.btAuthorHasAvatar.bt_bb_align_left .btAuthorAvatar,
    .btPageHeadline.btAuthorHasAvatar.bt_bb_align_center .btAuthorAvatar {
        display: none;
    }
}

/* Share row general */
.btShareMetaRow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto;
    width: 100%;
    margin-top: 2em;
}

.btPostSingleItemColumns .btShareMetaRow {
    margin-top: 0;
}

.bt_bb_full_screen .btShareMetaRow {
    margin-top: 3em;
}

.btArticleHeadline .btShareMetaRow {
    margin-bottom: 3em;
    margin-top: 1.5em;
}

.btShareMetaRow .btMetaColumn {
    -webkit-flex: 1 0 70%;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    text-align: left;
    position: relative;
    font-size: .9em;
}

.btShareMetaRow .btMetaColumn .btArticleAuthor {
    padding-left: 65px;
}

.btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleAuthorAvatar {
    position: absolute;
    left: 0;
    top: -10px;
}

.btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleAuthorAvatar img {
    max-width: 60px;
    border-radius: 50%;
}

.btShareMetaRow .btMetaColumn .btArticleAuthor.btNoSocialLink .btArticleAuthorAvatar {
    top: -80%;
}

.btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleSocialURL {
    display: block;
    position: absolute;
    bottom: -1.2em;
    left: 65px;
    opacity: .5;
}

.btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleSocialURL.twitter:before {
    content: '@';
}

.btShareMetaRow .btMetaColumn .btArticleDate {
    opacity: .5;
}

.btShareMetaRow .btShareColumn {
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    text-align: right;
}

.btShareMetaRowSingle.btShareMetaRow .btShareColumn {
    text-align: center;
}

/* Related posts */
.btLightSkin .btRelatedPosts,
.btDarkSkin .btLightSkin .btRelatedPosts,
.btLightSkin .btDarkSkin .btLightSkin .btRelatedPosts {
    background: rgba(0, 0, 0, .07);
}

.btDarkSkin .btRelatedPosts,
.btLightSkin .btDarkSkin .btRelatedPosts,
.btDarkSkin.btLightSkin .btDarkSkin .btRelatedPosts {
    background: rgba(0, 0, 0, .3);
}

.btRelatedPosts .bt_bb_port {
    padding: 4em 0;
}

/* List views */
.blog .bt_bb_headline_subheadline,
.archive .bt_bb_headline_subheadline {
    opacity: .7;
}

/* Column list view */
.btPostListColumns:not(:last-of-type),
.btPostSingleItemColumns:not(:last-of-type) {
    margin-bottom: 3em;
}

.btPostListColumns .btArticleContentHolder,
.btPostSingleItemColumns .btArticleContentHolder {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -1em;
}

.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
    -webkit-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 65%;
    padding: 0 0 0 1em;
}

.btPostListColumns .btArticleContentHolder .btArticleMedia.btNoMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia.btNoMedia {
    -webkit-flex-basis: 0%;
    flex-basis: 0%;
    max-width: 0%;
}

.btPostListColumns .btArticleContentHolder .btArticleMedia .btShareMetaRow,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia .btShareMetaRow {
    margin-bottom: 1em;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
    -webkit-flex: 1 1 35%;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
    padding: 0 1.5em;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent.btNoMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent.btNoMedia {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.btPostListColumns .btArticleContentHolder .btArticleHeadline,
.btPostListColumns .btArticleContentHolder .btArticleContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline,
.btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
    margin-bottom: 0;
}

.btPostListColumns .btArticleContentHolder .btArticleContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
    margin-top: 1em;
}

.btPostListColumns .btArticleContentHolder .btArticleContentInnerInner,
.btPostSingleItemColumns .btArticleContentHolder .btArticleContentInnerInner {
    font-family: "PT Serif";
    font-size: 1.1em;
}

.btPostListColumns .btArticleContentHolder .btShareRow,
.btPostSingleItemColumns .btArticleContentHolder .btShareRow {
    margin-top: .7em;
}

.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink p {
    font-size: 1.5em;
}

.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite {
    padding-top: 1em;
    font-size: .8em;
}

@media (max-width: 620px) {
    .btPostListColumns .btArticleContentHolder,
    .btPostSingleItemColumns .btArticleContentHolder {
        margin-left: 0;
        margin-right: 0;
    }

    .btPostListColumns .btArticleContentHolder .btArticleMedia,
    .btPostListColumns .btArticleContentHolder .btArticleTextContent,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
        clear: both;
        padding: 0;
        max-width: 100%;
    }

    .btPostListColumns .btArticleContentHolder .btArticleMedia,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
        padding-bottom: 1em;
    }

    .btPostListColumns .btArticleContentHolder {
        display: block;
        padding-left: 0 !important;
    }
}

/* Simple view */
.btArticleListItem.btPostListSimple .btArticleContentHolder {
    padding-bottom: 3em;
    margin-bottom: 3em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.btArticleListItem.btPostListSimple .btArticleContentHolder .btArticleTextExcerpt {
    margin-top: 2em;
}

.btArticleListItem.animate {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    transition-delay: 200ms;
}

/* Sticky item */
.sticky.btArticleListItem .btArticleHeadline h1 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h2 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h3 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h4 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h5 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h6 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h7 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h8 .bt_bb_headline_content span a:after {
    font-family: FontAwesome;
    content: "\f02b";
    margin: 0 .5em;
    color: #ffd400;
}

/* Dark skin */
.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em #fff inset;
    box-shadow: 0 0 0 1em #fff inset;
    color: rgb(19, 19, 21);
}

.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_filled:hover .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    color: #fff;
}

.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_outline .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    color: #fff;
}

.btDarkSkin .btShareColumn .bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before,
.btDarkSkin .btShareRow .bt_bb_icon.bt_bb_style_outline:hover .bt_bb_icon_holder:before {
    -webkit-box-shadow: 0 0 0 1em #fff inset;
    box-shadow: 0 0 0 1em #fff inset;
    color: #181818;
}

.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a {
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    color: #fff;
}

.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a {
    -webkit-box-shadow: 0 0 0 2em #fff inset;
    box-shadow: 0 0 0 2em #fff inset;
    color: rgb(19, 19, 21);
}

/* Image alignment (unit test) */
.btContentHolder .alignleft {
    float: left;
    margin: 0 1em 0 0;
}

.btContentHolder .alignright {
    float: right;
    margin: 0 0 0 1em;
}

.btContentHolder .aligncenter,
.btContentHolder .btContent .alignnone {
    text-align: center;
    margin: 0 auto;
}

.btContentHolder figure.aligncenter,
.btContentHolder .btContent figure.alignnone {
    margin: 0 auto 1em;
}

.btContentHolder .alignnone {
    width: auto !important;
}

/* Password protection (unit test) */
.post-password-form {
    margin: 0 auto 4em;
}

.post-password-form p:first-child {
    color: #FF7F00;
}

.post-password-form p:nth-child(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.post-password-form p:nth-child(2) label {
    -webkit-flex: 1 0 75%;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    padding-right: 5px;
}

.post-password-form p:nth-child(2) label input[type="password"] {
    padding: 10px;
    height: 38px;
    display: inline;
}

.post-password-form p:nth-child(2) input[type="submit"] {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    margin: 0 auto;
    color: #FFF;
    width: auto;
    height: 38px;
    background: #e62b34;
    border: 0;
    cursor: pointer;
    padding: 0 1em;
}

/* Pagination */
.btPagination {
    font-family: "PT Serif";
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.5rem;
    margin-top: 2em;
    margin-bottom: 2em;
}

.btPagination:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btPagination .paging.onLeft {
    float: left;
}

.rtl .btPagination .paging.onLeft {
    float: right;
}

.btPagination .paging.onRight {
    float: right;
}

.rtl .btPagination .paging.onRight {
    float: left;
}

.btPagination .paging a {
    display: block;
    color: inherit;
}

.btPagination .paging a:hover {
    color: #e62b34;
}

.btPagination .paging p {
    margin: 0;
}

.btPagination .paging a:after {
    width: 2.5rem;
    display: block;
    text-align: center;
    font: 2rem/2.5rem Icon7Stroke;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btLightSkin .btPagination .paging a:after,
.btDarkSkin .btLightSkin .btPagination .paging a:after,
.btLightSkin .btDarkSkin .btLightSkin .btPagination .paging a:after {
    border: 1px solid #181818;
    color: #181818;
}

.btDarkSkin .btPagination .paging a:after,
.btLightSkin .btDarkSkin .btPagination .paging a:after,
.btDarkSkin.btLightSkin .btDarkSkin .btPagination .paging a:after {
    border: 1px solid #fff;
    color: #fff;
}

.btSoftRoundedButtons .btPagination .paging a:after {
    border-radius: 5px;
}

.btHardRoundedButtons .btPagination .paging a:after {
    border-radius: 50px;
}

.btPagination .paging a:hover:after {
    border-color: #e62b34;
    color: #e62b34;
}

.btPagination .paging .pagePrev a:after {
    content: "\e686";
    float: left;
    margin: 0 10px 0 0;
}

.rtl .btPagination .paging .pagePrev a:after {
    content: "\e684";
    float: right;
    margin: 0 0 0 10px;
}

.btPagination .paging .pageNext a:after {
    content: "\e684";
    float: right;
    margin: 0 0 0 10px;
}

.rtl .btPagination .paging .pageNext a:after {
    content: "\e686";
    float: left;
    margin: 0 10px 0 0;
}

/* PrevNext post */
.btPrevNextNav {
    font-size: 1rem;
    font-family: "Roboto";
}

.btPrevNextNav:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btPrevNextNav {
    margin-bottom: 1em;
    padding: 2em 0;
}

.btLightSkin .btPrevNextNav,
.btDarkSkin .btLightSkin .btPrevNextNav,
.btLightSkin .btDarkSkin .btLightSkin .btPrevNextNav {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btPrevNextNav,
.btLightSkin .btDarkSkin .btPrevNextNav,
.btDarkSkin.btLightSkin .btDarkSkin .btPrevNextNav {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.btPrevNextNav .btPrevNext {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    color: inherit;
    min-height: 1px;
    width: 50%;
    margin: 0;
}

.btNext.btPrevNextNav .btPrevNext {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    float: right;
    text-align: right;
}

.btPrevNextNav .btPrevNext .btPrevNextImage {
    -webkit-flex: 0 0 6em;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    height: 6em;
    background-size: cover;
    background-position: center center;
}

.btSoftRoundedButtons .btPrevNextNav .btPrevNext .btPrevNextImage {
    border-radius: 5px;
}

.btHardRoundedButtons .btPrevNextNav .btPrevNext .btPrevNextImage {
    border-radius: 50px;
}

.btPrevNextNav .btPrevNext .btPrevNextItem {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    min-width: 0%;
    padding: 0 1em;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    font-family: "PT Serif";
    font-size: 1rem;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    transition: color 200ms ease;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 4.5em;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-family: "Roboto";
    font-size: .8rem;
    text-transform: uppercase;
    opacity: .6;
}

.btPrevNextNav .btPrevNext:hover .btPrevNextTitle {
    color: #e62b34;
}

.btPrevNextNav .btPrevNext.btNext {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
}

.rtl .btPrevNextNav .btPrevNext {
    float: right;
}

.rtl .btPrevNextNav .btPrevNext.btNext {
    text-align: left;
}

@media (max-width: 620px) {
    .btPrevNextNav .btPrevNext {
        width: 100%;
    }

    .btPrevNextNav .btPrevNext.btNext {
        padding-top: 2em;
    }

    .btPrevNext .btPrevNextItem .btPrevNextTitle {
        font-size: 1rem;
    }
}

/* Linked pages in a single post (unit test) */
.btLinkPages {
    padding: 1em 0;
    text-align: center;
    clear: both;
}

.btLinkPages:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btLinkPages:before {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    margin-bottom: 1em;
}

.btLightSkin .btLinkPages:before,
.btDarkSkin .btLightSkin .btLinkPages:before,
.btLightSkin .btDarkSkin .btLightSkin .btLinkPages:before {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btLinkPages:before,
.btLightSkin .btDarkSkin .btLinkPages:before,
.btDarkSkin.btLightSkin .btDarkSkin .btLinkPages:before {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.btLinkPages a {
    margin: 0 .25em;
}

.btLinkPages a span {
    line-height: 2;
    display: inline-block;
    width: 2em;
    text-align: center;
    -webkit-box-shadow: 0 0 0 2em #e62b34 inset;
    box-shadow: 0 0 0 2em #e62b34 inset;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btSoftRoundedButtons .btLinkPages a span {
    border-radius: 5px;
}

.btHardRoundedButtons .btLinkPages a span {
    border-radius: 50px;
}

.btLightSkin .btLinkPages a span,
.btDarkSkin .btLightSkin .btLinkPages a span,
.btLightSkin .btDarkSkin .btLightSkin .btLinkPages a span {
    color: #fff;
}

.btDarkSkin .btLinkPages a span,
.btLightSkin .btDarkSkin .btLinkPages a span,
.btDarkSkin.btLightSkin .btDarkSkin .btLinkPages a span {
    color: rgb(19, 19, 21);
}

.btLinkPages a:hover span {
    -webkit-box-shadow: 0 0 0 1px #e62b34 inset;
    box-shadow: 0 0 0 1px #e62b34 inset;
    color: #e62b34;
}

.btLinkPages > span {
    margin: 0 .25em;
    line-height: 2;
    display: inline-block;
    width: 2em;
    text-align: center;
    color: #e62b34;
    -webkit-box-shadow: 0 0 0 1px #e62b34 inset;
    box-shadow: 0 0 0 1px #e62b34 inset;
}

.btSoftRoundedButtons .btLinkPages > span {
    border-radius: 5px;
}

.btHardRoundedButtons .btLinkPages > span {
    border-radius: 50px;
}

/* Photo slide */
.boldPhotoSlide {
    position: relative;
}

.single .boldPhotoSlide h4.nbs {
    margin: 0 30px !important;
}

/* Post categories, comments, date and author spans */
.btArticleCategories {
    text-transform: uppercase;
    font-weight: 400;
}

.btArticleCategories a.btArticleCategory {
    color: #ffd400;
}

.btArticleCategories a.btArticleCategory:not(:first-child):before {
    content: '\00B7';
    display: inline-block;
    padding: 0 .4em;
    font-weight: 800;
    font-size: 1.2em;
    line-height: 1;
}

.btHightlightCategories .btArticleCategories {
    margin: 0 0 -3px;
}

.btHightlightCategories .btArticleCategories a:not(:first-child):before {
    content: '';
    display: none;
}

.btHightlightCategories .btArticleCategories a.btArticleCategory {
    background-color: #191919;
    color: #ffd400;
    padding: .45em .5em .4em;
    margin: 0 3px 3px 0;
    font-size: .85em;
    display: inline-block;
    font-weight: 500;
}

.btHightlightCategories .btArticleCategories a.btArticleCategory:hover {
    text-decoration: none;
}

.btArticleDate:not(:last-child):after,
.btArticleAuthor:not(:last-child):after,
.btArticleComments:not(:last-child):after,
.btArticleCategories:not(:last-child):after,
.btArticleReadingTime:not(:last-child):after,
.btArticleViewCount:not(:last-child):after,
.btArticleStarRating:not(:last-child):after {
    content: ' | ';
    padding: 0 .5em;
}

.btArticleDate a,
.btArticleAuthor a,
.btArticleComments a,
.btArticleCategories a,
.btArticleReadingTime a,
.btArticleViewCount a,
.btArticleStarRating a,
a.btArticleDate,
a.btArticleAuthor,
a.btArticleComments,
a.btArticleCategories,
a.btArticleReadingTime,
a.btArticleViewCount,
a.btArticleStarRating {
    color: inherit;
}

.btArticleDate a:hover,
.btArticleAuthor a:hover,
.btArticleComments a:hover,
.btArticleCategories a:hover,
.btArticleReadingTime a:hover,
.btArticleViewCount a:hover,
.btArticleStarRating a:hover,
a.btArticleDate:hover,
a.btArticleAuthor:hover,
a.btArticleComments:hover,
a.btArticleCategories:hover,
a.btArticleReadingTime:hover,
a.btArticleViewCount:hover,
a.btArticleStarRating:hover {
    text-decoration: underline;
}

.btPostListColumns .btArticleDate,
.btPostListColumns .btArticleAuthor,
.btPostListColumns .btArticleStarRating,
.btPostListColumnsGridItem .btArticleDate,
.btPostListColumnsGridItem .btArticleAuthor,
.btPostListColumnsGridItem .btArticleStarRating {
    display: block;
}

.btPostListColumns .btArticleDate:before,
.btPostListColumns .btArticleAuthor:before,
.btPostListColumns .btArticleStarRating:before,
.btPostListColumnsGridItem .btArticleDate:before,
.btPostListColumnsGridItem .btArticleAuthor:before,
.btPostListColumnsGridItem .btArticleStarRating:before {
    width: 1.2em;
}

.btPostListColumns .btArticleDate:after,
.btPostListColumns .btArticleAuthor:after,
.btPostListColumns .btArticleStarRating:after,
.btPostListColumnsGridItem .btArticleDate:after,
.btPostListColumnsGridItem .btArticleAuthor:after,
.btPostListColumnsGridItem .btArticleStarRating:after {
    content: '';
}

.btPostListColumns .btArticleComments:before,
.btPostListColumns .btArticleCategories:before,
.btPostListColumns .btArticleReadingTime:before,
.btPostListColumns .btArticleViewCount:before,
.btPostListColumnsGridItem .btArticleComments:before,
.btPostListColumnsGridItem .btArticleCategories:before,
.btPostListColumnsGridItem .btArticleReadingTime:before,
.btPostListColumnsGridItem .btArticleViewCount:before {
    width: 1.2em;
}

.btPostListColumnsGridItem .btArticleDate,
.btPostListColumnsGridItem .btArticleAuthor,
.btPostListColumnsGridItem .btArticleStarRating {
    width: 50%;
    float: left;
}

.btArticleComments:before,
.btArticleReadingTime:before,
.btArticleViewCount:before,
:not(.btSinglePostTemplate) .bt_bb_headline_subheadline .btArticleDate:before,
:not(.btSinglePostTemplate) .bt_bb_headline_subheadline .btArticleAuthor:before {
    font-family: FontAwesome5Regular;
    content: '';
    margin: 0;
    display: inline-block;
    opacity: .8;
}

body:not(.rtl) .btArticleComments:before,
body:not(.rtl) .btArticleReadingTime:before,
body:not(.rtl) .btArticleViewCount:before,
body:not(.rtl) :not(.btSinglePostTemplate) .bt_bb_headline_subheadline .btArticleDate:before,
body:not(.rtl) :not(.btSinglePostTemplate) .bt_bb_headline_subheadline .btArticleAuthor:before {
    margin-right: 5px;
}

body.rtl .btArticleComments:before,
body.rtl .btArticleReadingTime:before,
body.rtl .btArticleViewCount:before,
body.rtl :not(.btSinglePostTemplate) .bt_bb_headline_subheadline .btArticleDate:before,
body.rtl :not(.btSinglePostTemplate) .bt_bb_headline_subheadline .btArticleAuthor:before {
    margin-left: 5px;
    float: right;
}

.btContent .btArticleComments a {
    color: inherit;
}

.btArticleComments:before {
    content: "\f075";
    padding-left: 1px;
}

.btArticleReadingTime:before {
    content: "\f254";
}

.btArticleViewCount:before {
    font-family: FontAwesome;
    content: "\f06e";
}

:not(.btSinglePostTemplate) .bt_bb_headline_subheadline .btArticleAuthor:before {
    content: "\f007";
}

:not(.btSinglePostTemplate) .bt_bb_headline_subheadline .btArticleDate:before {
    content: "\f017";
}

.btSinglePostTemplate .bt_bb_headline_subheadline .btArticleAuthor:before,
.btSinglePostTemplate .bt_bb_headline_subheadline .btArticleDate:before {
    content: '';
    display: none;
}

/* Galleries (unit test) */
.gallery {
    margin-bottom: 1.6em;
}

.gallery .gallery-item {
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

.gallery-columns-2.gallery .gallery-item {
    max-width: 50%;
}

.gallery-columns-3.gallery .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4.gallery .gallery-item {
    max-width: 25%;
}

.gallery-columns-5.gallery .gallery-item {
    max-width: 20%;
}

.gallery-columns-6.gallery .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7.gallery .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8.gallery .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9.gallery .gallery-item {
    max-width: 11.11%;
}

@media (max-width: 1200px) {
    .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    padding: 5px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Unit test specific */
.wp-caption-text {
    font-size: .9em;
    margin-bottom: 1em;
}

.bypostauthor {
    font-size: inherit;
}

/* Share Post */
/*.btShareColumn:before, .btShareRow:before {
	font-size: 1.3em;
	width: 1.8em;
	height: 2em;
	font-family: Icon7Stroke;
	content: "\e616";
	display: inline-block;
	color: inherit;
	opacity: 0.75;
}*/
/* Grid list view */
.archive.btPostListColumnsGrid.btNoSidebar .btContent,
.blog.btPostListColumnsGrid.btNoSidebar .btContent {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -10px;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem.btBlogGridColumns_3,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem.btBlogGridColumns_3 {
    -webkit-flex: 1 1 33.33333%;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem.btHasShare .btPostListColumnsGridItemInner,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem.btHasShare .btPostListColumnsGridItemInner {
    padding-bottom: 3em;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    position: relative;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleMedia .btMediaBox.btQuote p,
.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleMedia .btMediaBox.btLink p,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleMedia .btMediaBox.btQuote p,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleMedia .btMediaBox.btLink p {
    font-size: 1em;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleMedia .btMediaBox.btQuote cite,
.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleMedia .btMediaBox.btLink cite,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleMedia .btMediaBox.btQuote cite,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleMedia .btMediaBox.btLink cite {
    font-size: .9em;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleTextContent,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleTextContent {
    padding: 1em;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleTextContent .btShareRow,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .btArticleTextContent .btShareRow {
    position: absolute;
    bottom: 0;
    right: 1em;
    z-index: 9;
    left: 1em;
    border-top: 1px solid #ddd;
    padding: .5em 0;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .bt-video-container,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem .btPostListColumnsGridItemInner .bt-video-container {
    margin-bottom: 0;
}

.archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPagination,
.blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPagination {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    padding: 0 10px;
}

@media (max-width: 680px) {
    .archive.btPostListColumnsGrid .btPostListColumnsGridRow,
    .blog.btPostListColumnsGrid .btPostListColumnsGridRow {
        display: block;
    }

    .archive.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem,
    .blog.btPostListColumnsGrid .btPostListColumnsGridRow .btPostListColumnsGridItem {
        max-width: 100%;
    }
}

/* Grid gallery Post */
.format-gallery .btMediaBox .bt_bb_masonry_image_grid .bt_bb_grid_item_inner:hover .bt_bb_grid_item_inner_image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.format-gallery .btMediaBox .bt_bb_masonry_image_grid .bt_bb_grid_item_inner .bt_bb_grid_item_inner_image {
    -webkit-transition: all 800ms cubic-bezier(.215, .610, .355, 1);
    -moz-transition: all 800ms cubic-bezier(.215, .610, .355, 1);
    transition: all 800ms cubic-bezier(.215, .610, .355, 1);
}

/* Attachement */
body.attachment p.attachment {
    text-align: center;
}

/* Single Responsive */
@media (max-width: 1199px) {
    .btPostSingleItemStandard:not(.btHasPosterData) .btArticleContent {
        display: block !important;
    }

    /*.bt_bb_category_title {
		font-size: 1em;
	}*/
}

@media screen and (max-width: 991px) {
    .btArticleContent {
        margin-left: 0 !important;
    }

    .btArticleContent.btHasMeta {
        margin-left: -1em !important;
    }

    /* Post with Page Headline */
    section.btPageHeadline .btShareMetaRow {
        display: block;
    }

    section.btPageHeadline .btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleSocialURL {
        display: inline-block !important;
        padding-left: 1em;
        position: inherit;
    }

    section.btPageHeadline.bt_bb_align_center .btShareColumn {
        text-align: center !important;
        padding: 1em;
    }

    section.btPageHeadline.bt_bb_align_center .btMetaColumn {
        text-align: center;
    }

    section.btPageHeadline.bt_bb_align_right .btShareColumn,
    section.btPageHeadline.bt_bb_align_right .btMetaColumn {
        text-align: right;
        padding-right: 0;
    }

    section.btPageHeadline .btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleAuthorAvatar {
        display: none;
    }

    /* Post with Standard Headline - no image */
    .btShareMetaRow {
        display: block;
    }

    .btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleSocialURL {
        display: inline-block !important;
        padding-left: 1em;
        position: inherit;
    }

    .btShareColumn {
        padding: 1em;
        padding-left: 0;
    }

    .btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleAuthorAvatar {
        display: none;
    }

    .btShareMetaRow .btMetaColumn .btArticleAuthor {
        padding-left: 0;
    }

    .btArticleSuperMeta {
        width: 50%;
    }

    /* Post with Poster */
    .btHasPosterData .btArticleSuperMeta {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .btPostSingleItemStandard .btArticleContent.btHasMeta .btArticleSuperMeta {
        width: 100%;
    }

    .btHasPosterData .btReviewHolder .btReviewScore {
        width: 100%;
    }

    .btHasPosterData .btReviewContent {
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .btPostSingleItemStandard .btArticleContent.btHasMeta {
        display: block !important;
    }

    .btArticleSuperMeta {
        width: 100%;
    }
}

/* Post with Review */
@media screen and (max-width: 991px) {
    .btReviewHolder {
        display: block;
    }

    .btReviewHolder .btReviewContent {
        padding: 2.5em 0 0;
    }
}

@media screen and (max-width: 767px) {
    /* Review Post & Meta */
    .btHasPosterData .btArticleContent {
        display: block !important;
    }
}

@media screen and (max-width: 479px) {
    .btReviewHolder .btReviewScore {
        display: block;
    }

    .btReviewHolder .btReviewScore .btReviewOverallScore {
        padding: 1.5em 0;
    }

    .btReviewHolder .btReviewScore .btReviewData {
        padding: 1.5em 0;
    }
}

/* Comments */
body:not(.woocommerce) .btCommentsBox .form-submit {
    margin-bottom: 0;
}

.btCommentsBox {
    margin: 3em 0 0;
}

.btCommentsBox > h1,
.btCommentsBox > h2,
.btCommentsBox > h3,
.btCommentsBox > h4,
.btCommentsBox > h5,
.btCommentsBox > h6,
.btCommentsBox > h7,
.btCommentsBox > h8,
.btCommentsBox .comment-respond > h1,
.btCommentsBox .comment-respond > h2,
.btCommentsBox .comment-respond > h3,
.btCommentsBox .comment-respond > h4,
.btCommentsBox .comment-respond > h5,
.btCommentsBox .comment-respond > h6,
.btCommentsBox .comment-respond > h7,
.btCommentsBox .comment-respond > h8 {
    margin: 0 0 1em;
    padding: 0;
    font-size: 1.4em;
}

.btCommentsBox ul.comments,
.btCommentsBox ul.comments li.comment {
    list-style: none;
    display: block;
    padding-left: 0;
    margin: 0;
}

.btCommentsBox ul.comments > li,
.btCommentsBox ul.comments > li.comment > ul.children > li.comment {
    display: block;
    margin: 0;
}

.btLightSkin .btCommentsBox ul.comments > li,
.btDarkSkin .btLightSkin .btCommentsBox ul.comments > li,
.btLightSkin .btDarkSkin .btLightSkin .btCommentsBox ul.comments > li,
.btLightSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin .btLightSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .btLightSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btCommentsBox ul.comments > li,
.btLightSkin .btDarkSkin .btCommentsBox ul.comments > li,
.btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox ul.comments > li,
.btDarkSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
.btLightSkin .btDarkSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment,
.btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox ul.comments > li.comment > ul.children > li.comment {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.btCommentsBox ul.comments li > article {
    padding: 2em 0;
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btCommentsBox ul.comments li > article .commentTxt {
    padding: 0;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.btCommentsBox ul.comments li > article .commentAvatar {
    padding: 0 20px 0 0;
    -webkit-flex: 0 1 75px;
    -ms-flex: 0 1 75px;
    flex: 0 1 75px;
}

.rtl .btCommentsBox ul.comments li > article .commentAvatar {
    padding: 0 0 0 20px;
}

.btCommentsBox ul.comments li > article .commentAvatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.btCommentsBox ul.comments li.pingback {
    padding-top: 1em;
}

.btCommentsBox ul.children {
    margin: 0 0 0 20px;
}

.btCommentsBox input,
.btCommentsBox textarea {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btCommentsBox .btComment {
    line-height: 0;
}

.btCommentsBox .btComment textarea,
.btCommentsBox .btComment label {
    line-height: 1.8;
}

.btCommentsBox .vcard {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1em;
}

.btCommentsBox .vcard h1.author,
.btCommentsBox .vcard h2.author,
.btCommentsBox .vcard h3.author,
.btCommentsBox .vcard h4.author,
.btCommentsBox .vcard h5.author,
.btCommentsBox .vcard h6.author,
.btCommentsBox .vcard h7.author,
.btCommentsBox .vcard h8.author {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.2em;
}

.btCommentsBox .vcard .posted {
    margin: 0;
    opacity: .8;
    line-height: 1.15;
    text-align: right;
    padding: 0 0 0 10px;
    font-size: .9em;
}

.rtl .btCommentsBox .vcard .posted {
    text-align: left;
    padding: 0 10px 0 0;
}

.woocommerce .btCommentsBox .vcard .star-rating {
    margin-left: .5em;
}

.woocommerce .btCommentsBox .vcard .star-rating strong {
    display: none;
}

.woocommerce.rtl .btCommentsBox .vcard .star-rating {
    right: auto;
    margin-left: 0;
    margin-right: .5em;
}

.btCommentsBox .commentTxt p.edit-link,
.btCommentsBox .commentTxt p.reply {
    display: inline-block;
    font-size: .9em;
    line-height: 1;
}

.btCommentsBox .commentTxt p.edit-link:not(:empty),
.btCommentsBox .commentTxt p.reply:not(:empty) {
    margin: 0 2em 0 0;
}

.rtl .btCommentsBox .commentTxt p.edit-link:not(:empty),
.rtl .btCommentsBox .commentTxt p.reply:not(:empty) {
    margin: 0 0 0 2em;
}

.btCommentsBox .commentTxt p.edit-link a,
.btCommentsBox .commentTxt p.reply a {
    opacity: .5;
}

.btCommentsBox .commentTxt p.edit-link a:hover,
.btCommentsBox .commentTxt p.reply a:hover {
    opacity: 1;
}

.btCommentsBox .comment-respond {
    margin-top: 1em;
}

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

.btCommentsBox .comment-navigation {
    text-align: right;
    clear: right;
}

.btCommentsBox .comment-navigation a,
.btCommentsBox .comment-navigation span {
    display: inline-block;
}

.btCommentsBox .comment-navigation span {
    margin: 0 5px;
}

.comment-awaiting-moderation {
    color: #e62b34;
}

a#cancel-comment-reply-link {
    font-weight: 300;
    display: inline-block;
    margin: 0 0 0 2em;
    color: #e62b34;
}

.rtl a#cancel-comment-reply-link {
    margin: 0 2em 0 0;
}

a#cancel-comment-reply-link:hover {
    color: #FF7F00;
}

.btCommentSubmit {
    padding: .4em 2.5em;
    background: none;
    margin-top: .5em;
    -webkit-box-shadow: 0 0 0 2em #ffd400 inset;
    box-shadow: 0 0 0 2em #ffd400 inset;
    border: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btDarkSkin .btCommentSubmit,
.btLightSkin .btDarkSkin .btCommentSubmit,
.btDarkSkin.btLightSkin .btDarkSkin .btCommentSubmit {
    color: #181818;
}

.btLightSkin .btCommentSubmit,
.btDarkSkin .btLightSkin .btCommentSubmit,
.btLightSkin .btDarkSkin .btLightSkin .btCommentSubmit {
    color: #fff;
}

.btCommentSubmit:before {
    padding-right: .5em;
}

.btCommentSubmit:hover {
    -webkit-box-shadow: 0 0 0 2px #ffd400 inset;
    box-shadow: 0 0 0 2px #ffd400 inset;
    color: #ffd400;
}

.btHardRoundedButtons .btCommentSubmit {
    border-radius: 50px;
}

.btSoftRoundedButtons .btCommentSubmit {
    border-radius: 5px;
}

/* Responsive */
@media (max-width: 520px) {
    .btCommentsBox .vcard {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0 0 15px;
    }

    .btCommentsBox .vcard h5.author {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .btCommentsBox .vcard .posted {
        padding: 0;
        margin-top: .7em;
        text-align: left;
    }

    .btCommentsBox ul.comments ul.children {
        padding: 0;
        margin: 0;
    }

    .btCommentsBox ul.comments ul.children li.comment {
        padding: 0;
        border-top: none !important;
    }

    .btCommentsBox ul.comments ul.children li.comment article {
        position: relative;
    }

    .btLightSkin .btCommentsBox ul.comments ul.children li.comment article,
    .btDarkSkin .btLightSkin .btCommentsBox ul.comments ul.children li.comment article,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox ul.comments ul.children li.comment article {
        background-color: rgba(0, 0, 0, .055);
    }

    .btDarkSkin .btCommentsBox ul.comments ul.children li.comment article,
    .btLightSkin .btDarkSkin .btCommentsBox ul.comments ul.children li.comment article,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox ul.comments ul.children li.comment article {
        background-color: rgba(255, 255, 255, .055);
    }

    .btCommentsBox ul.comments ul.children li.comment article .commentAvatar {
        padding-left: 10px;
    }

    .btCommentsBox ul.comments ul.children li.comment article:after {
        content: '\f148';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        font: normal 16px/20px FontAwesome;
        vertical-align: middle;
        text-align: center;
    }

    .btLightSkin .btCommentsBox ul.comments ul.children li.comment article:after,
    .btDarkSkin .btLightSkin .btCommentsBox ul.comments ul.children li.comment article:after,
    .btLightSkin .btDarkSkin .btLightSkin .btCommentsBox ul.comments ul.children li.comment article:after {
        background-color: #fff;
    }

    .btDarkSkin .btCommentsBox ul.comments ul.children li.comment article:after,
    .btLightSkin .btDarkSkin .btCommentsBox ul.comments ul.children li.comment article:after,
    .btDarkSkin.btLightSkin .btDarkSkin .btCommentsBox ul.comments ul.children li.comment article:after {
        background-color: rgb(19, 19, 21);
    }
}

/* btBox defaults */
.btBox {
    margin-bottom: 5em;
}

.btBox:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

/* Base typography */
.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li {
    margin: 0;
}

.btSiteFooterWidgets .btBox > h4,
.btSiteFooterWidgets .btCustomMenu > h4,
.btSiteFooterWidgets .btTopBox > h4 {
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    font-family: Roboto;
    margin-bottom: 2em;
    font-size: 1em;
    color: #ffd400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.btSidebar .btBox > h4,
.btSidebar .btCustomMenu > h4,
.btSidebar .btTopBox > h4 {
    font-size: 1.2em;
    display: inline-block;
    width: 100%;
    font-family: Roboto;
    font-weight: 500;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin.btSidebar .btBox > h4,
.btDarkSkin.btSidebar .btCustomMenu > h4,
.btDarkSkin.btSidebar .btTopBox > h4 {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.btBox h5,
.btCustomMenu h5,
.btTopBox h5 {
    font-size: 1.4em;
    margin-bottom: .35em;
}

body:not(.btNoDashInSidebar) .btBox > h4,
body:not(.btNoDashInSidebar) .btCustomMenu > h4,
body:not(.btNoDashInSidebar) .btTopBox > h4 {
    padding-bottom: 0;
    margin-bottom: 1em;
    border: none;
}

body:not(.btNoDashInSidebar) .btBox > h4:after,
body:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body:not(.btNoDashInSidebar) .btTopBox > h4:after {
    content: ' ';
    clear: both;
    width: 3em;
    display: block;
    border-bottom: 3px solid #e62b34;
    margin: 1.15em 0 0;
}

.btBox label,
.btCustomMenu label,
.btTopBox label {
    display: none;
}

.btBox .wp-caption,
.btCustomMenu .wp-caption,
.btTopBox .wp-caption {
    margin-bottom: .5em;
}

.btBox select,
.btCustomMenu select,
.btTopBox select {
    display: block;
    margin: .5em 0 0;
    width: 100%;
    padding: .5em;
}

.btBox ul,
.btCustomMenu ul,
.btTopBox ul {
    list-style: none;
    margin: 0;
    display: block;
    padding: 0;
}

.btBox ul li,
.btCustomMenu ul li,
.btTopBox ul li {
    display: block;
    width: auto;
    margin: 0;
    position: relative;
    padding: .8em 0;
    margin-left: 0;
}

:not(.widget_bt_bb_recent_comments).btBox ul li a,
:not(.widget_bt_bb_recent_comments).btCustomMenu ul li a,
:not(.widget_bt_bb_recent_comments).btTopBox ul li a {
    display: block;
}

.btLightSkin .btBox ul li,
.btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btCustomMenu ul li,
.btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btTopBox ul li,
.btDarkSkin .btLightSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btBox ul li,
.btLightSkin .btDarkSkin .btBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li,
.btDarkSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btCustomMenu ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li,
.btDarkSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btTopBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.btBox ul li ul,
.btCustomMenu ul li ul,
.btTopBox ul li ul {
    margin: 1em 0 0;
    padding: .8em 0 0;
}

.btLightSkin .btBox ul li ul,
.btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btCustomMenu ul li ul,
.btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btTopBox ul li ul,
.btDarkSkin .btLightSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btTopBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.btBox ul li ul li,
.btCustomMenu ul li ul li,
.btTopBox ul li ul li {
    padding-left: 1em;
}

.btBox ul li ul li ul li ul li ul li,
.btCustomMenu ul li ul li ul li ul li ul li,
.btTopBox ul li ul li ul li ul li ul li {
    padding-left: 0;
}

.btBox ul li.menu-item-object-post_tag,
.btCustomMenu ul li.menu-item-object-post_tag,
.btTopBox ul li.menu-item-object-post_tag {
    display: inline-block;
    padding: 0 !important;
    margin: 0;
    border: none !important;
}

.btBox ul li.menu-item-object-post_tag a,
.btCustomMenu ul li.menu-item-object-post_tag a,
.btTopBox ul li.menu-item-object-post_tag a {
    -webkit-box-shadow: 0 0 0 2px #ffd400 inset;
    box-shadow: 0 0 0 2px #ffd400 inset;
    color: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
    padding: .6em 2em;
    margin: 0 8px 8px 0;
    font-size: .8em;
    font-weight: 400;
}

.btSiteFooterWidgets .btBox ul li.menu-item-object-post_tag a,
.btSiteFooterWidgets .btCustomMenu ul li.menu-item-object-post_tag a,
.btSiteFooterWidgets .btTopBox ul li.menu-item-object-post_tag a {
    padding: .7em 2em;
    font-size: .9em;
}

.btHardRoundedButtons .btBox ul li.menu-item-object-post_tag a,
.btHardRoundedButtons .btCustomMenu ul li.menu-item-object-post_tag a,
.btHardRoundedButtons .btTopBox ul li.menu-item-object-post_tag a {
    border-radius: 50px;
}

.btSoftRoundedButtons .btBox ul li.menu-item-object-post_tag a,
.btSoftRoundedButtons .btCustomMenu ul li.menu-item-object-post_tag a,
.btSoftRoundedButtons .btTopBox ul li.menu-item-object-post_tag a {
    border-radius: 5px;
}

.btBox ul li.menu-item-object-post_tag a:hover,
.btCustomMenu ul li.menu-item-object-post_tag a:hover,
.btTopBox ul li.menu-item-object-post_tag a:hover {
    -webkit-box-shadow: 0 0 0 2em #ffd400 inset;
    box-shadow: 0 0 0 2em #ffd400 inset;
    color: #fff;
}

.btBox ul li.current-menu-item > a,
.btCustomMenu ul li.current-menu-item > a,
.btTopBox ul li.current-menu-item > a {
    color: #ffd400;
}

.btBox ul li:first-child,
.btCustomMenu ul li:first-child,
.btTopBox ul li:first-child {
    padding-top: 0;
}

.btBox ul li:after,
.btCustomMenu ul li:after,
.btTopBox ul li:after {
    clear: both;
    content: " ";
    display: block;
}

.btBox ul li li:last-child,
.btCustomMenu ul li li:last-child,
.btTopBox ul li li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.btBox .btImageTextWidgetWrapper ul li,
.btCustomMenu .btImageTextWidgetWrapper ul li,
.btTopBox .btImageTextWidgetWrapper ul li {
    padding: 0 0 1em;
    border: none !important;
}

.btBox .btImageTextWidget,
.btCustomMenu .btImageTextWidget,
.btTopBox .btImageTextWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.btBox .btImageTextWidget .btImageTextWidgetImage,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.btTopBox .btImageTextWidget .btImageTextWidgetImage {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding-right: 10px;
}

.rtl .btBox .btImageTextWidget .btImageTextWidgetImage,
.rtl .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.rtl .btTopBox .btImageTextWidget .btImageTextWidgetImage {
    padding-right: 0;
    padding-left: 10px;
}

.btBox .btImageTextWidget .btImageTextWidgetImage a,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a {
    display: block;
    line-height: 0;
}

.btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    max-width: 100%;
    width: 100%;
    height: auto;
}

.btBox .btImageTextWidget .btImageTextWidgetText,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText,
.btTopBox .btImageTextWidget .btImageTextWidgetText {
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    overflow: hidden;
    position: relative;
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline {
    position: initial;
}

.btBox .btImageTextWidget .btImageTextWidgetText a,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText a,
.btTopBox .btImageTextWidget .btImageTextWidgetText a {
    display: inline;
}

.btBox .btImageTextWidget .btImageTextWidgetText .btArticleDate,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .btArticleDate,
.btTopBox .btImageTextWidget .btImageTextWidgetText .btArticleDate {
    opacity: .6;
}

.btBox .btImageTextWidget .btImageTextWidgetText:not(.widget_shopping_cart) .bt_bb_headline_subheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText:not(.widget_shopping_cart) .bt_bb_headline_subheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText:not(.widget_shopping_cart) .bt_bb_headline_subheadline {
    position: absolute;
    bottom: -5px;
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span {
    font-size: 1rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    max-height: 2.8em;
}

.btBox p.posted,
.btBox .quantity,
.btCustomMenu p.posted,
.btCustomMenu .quantity,
.btTopBox p.posted,
.btTopBox .quantity {
    font-weight: 600;
    margin: 0;
    font-size: 12px;
    padding-bottom: 1.5em;
}

/* Calendar */
.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
}

.widget_calendar table caption {
    background: #e62b34;
    color: #FFF;
    font-weight: 700;
    padding: 5px;
}

.widget_calendar table thead th {
    text-align: center;
    padding: 3px;
}

.widget_calendar table tfoot td {
    padding: 3px;
}

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

.widget_calendar table tbody tr:nth-child(odd) td {
    background: transparent;
}

.widget_calendar table tbody td {
    text-align: center;
    padding: 2px 3px;
}

/* Archives */
.btBox.widget_archive ul li,
.btBox.widget_categories ul li {
    text-align: right;
}

.rtl .btBox.widget_archive ul li,
.rtl .btBox.widget_categories ul li {
    text-align: left;
}

.btBox.widget_archive ul li a,
.btBox.widget_categories ul li a {
    display: block;
    float: left;
}

.rtl .btBox.widget_archive ul li a,
.rtl .btBox.widget_categories ul li a {
    float: right;
}

.btBox.widget_archive .fancy-select ul li,
.btBox.widget_categories .fancy-select ul li {
    text-align: initial;
}

.btBox.widget_archive .fancy-select ul li:first-child,
.btBox.widget_categories .fancy-select ul li:first-child {
    padding-top: .5em;
}

.btBox.widget_archive .fancy-select ul li a,
.btBox.widget_categories .fancy-select ul li a {
    display: inline;
    float: none !important;
}

/* Recent comments */
.widget_recent_comments .comment-author-link a {
    font-weight: 700;
    display: inline;
    padding: 0;
}

/* Recent Posts */
.btBox.widget_newstar_recent_posts .btImageTextWidgetText .bt_bb_headline .bt_bb_headline_content a:hover {
    color: #ffd400;
}

/* RSS */
.widget_rss li {
    margin-bottom: 15px;
}

.widget_rss li a.rsswidget {
    font-family: "PT Serif";
    font-weight: 700;
}

.widget_rss li .rss-date {
    display: block;
    margin: 0 0 5px;
}

.widget_rss li cite {
    line-height: 2em;
}

/* Dropdown archives */
.fancy-select {
    position: relative;
}

.fancy-select .trigger {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    cursor: pointer;
    line-height: 2.5em;
    padding: 0 0 0 1em;
}

.btHardRoundedButtons .fancy-select .trigger {
    border-radius: 50px;
    padding-right: 5px;
}

.btSoftRoundedButtons .fancy-select .trigger {
    border-radius: 5px;
}

.rtl .fancy-select .trigger {
    padding: 0 1em 0 5px;
}

.fancy-select .trigger:before {
    content: '\f078';
    font-family: FontAwesome;
    display: block;
    float: right;
    padding-right: .5em;
    -webkit-transition: 150ms ease transform, 150ms ease color;
    -moz-transition: 150ms ease transform, 150ms ease color;
    transition: 150ms ease transform, 150ms ease color;
}

.rtl .fancy-select .trigger:before {
    float: left;
    padding-right: 0;
    padding-left: .5em;
}

.fancy-select .trigger.open:before {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.fancy-select .options {
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    list-style: none;
    max-height: 320px;
    overflow: auto;
    border: 1px solid rgba(0, 0, 0, .07);
    background-color: #fff;
    color: #181818;
}

.fancy-select .options.open {
    z-index: 20;
    display: block;
}

.fancy-select .options.overflowing {
    top: auto;
    bottom: 2.4em;
}

.fancy-select ul.options {
    padding: 0;
    margin: 0;
}

.fancy-select ul.options li {
    cursor: pointer;
    padding-left: 1em;
    margin: 0;
    -webkit-transition: 150ms ease color;
    -moz-transition: 150ms ease color;
    transition: 150ms ease color;
}

.fancy-select ul.options li:hover {
    color: #e62b34;
}

/* Woo commerce widgets */
/* Card widget */
.widget_shopping_cart ul li:last-child {
    border: none;
}

.widget_shopping_cart .total {
    width: 100%;
    border-top: 2px solid #181818;
    padding: 1em 0 0;
    font-family: "PT Serif";
    line-height: 1.25;
}

.widget_shopping_cart .total strong {
    display: block;
    float: left;
    padding-right: 8px;
}

.rtl .widget_shopping_cart .total strong {
    float: right;
    padding-right: 0;
    padding-left: 8px;
}

.widget_shopping_cart .total .amount {
    display: block;
    float: right;
}

.rtl .widget_shopping_cart .total .amount {
    float: left;
}

.widget_shopping_cart .total:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btSidebar .widget_shopping_cart .btCartWidgetIcon {
    display: none;
}

.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}

.widget_shopping_cart .buttons {
    width: 100%;
}

.widget_shopping_cart .buttons .button {
    width: 48%;
    display: block;
    float: left;
    text-align: center;
    background: #e62b34;
    color: #fff;
    padding: .5em;
}

.btHardRoundedButtons .widget_shopping_cart .buttons .button {
    border-radius: 50px;
}

.btSoftRoundedButtons .widget_shopping_cart .buttons .button {
    border-radius: 3px;
}

.widget_shopping_cart .buttons .button.checkout {
    float: right;
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item {
    position: relative;
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
    display: block;
    float: right;
    margin: 0 0 0 6px;
}

.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove {
    float: left;
    margin: 0 6px 0 0;
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    height: 1em;
    line-height: 1;
    width: 1em;
    vertical-align: middle;
    color: #fff;
    background-color: #e62b34;
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:hover {
    background-color: #FF7F00;
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .ppRemove a.remove:before {
    content: '\e680';
    font-family: Icon7Stroke;
}

.widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
    text-align: left;
}

.rtl .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .btImageTextWidget {
    text-align: right;
}

@media (max-width: 768px) {
    .btSidebar .widget_shopping_cart .btCartWidgetInnerContent ul.product_list_widget {
        width: 100%;
    }
}

/* Shoping cart within header */
.menuPort .widget_shopping_cart,
.topTools .widget_shopping_cart,
.topBarInLogoArea .widget_shopping_cart {
    display: inline-block;
    position: relative;
}

.btMenuVertical .menuPort .widget_shopping_cart,
.btMenuVertical .topTools .widget_shopping_cart,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart {
    position: static;
}

.menuPort .widget_shopping_cart h2.widgettitle,
.topTools .widget_shopping_cart h2.widgettitle,
.topBarInLogoArea .widget_shopping_cart h2.widgettitle {
    display: none;
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon {
    cursor: pointer;
    position: relative;
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    display: block;
    padding: 2px 3px;
    background-color: #FF7F00;
    color: #fff;
    font: normal 10px/1 Roboto;
    border-radius: 2px;
    position: absolute;
    top: 1px;
    right: -4px;
    text-align: center;
    min-width: 1em;
}

.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    right: auto;
    left: 0;
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetIcon span.cart-contents {
    position: relative;
    display: inline-block;
    vertical-align: 50%;
    margin: 0 0 -50px -15px;
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
    width: 300px;
    background: #fff;
    padding: 1em;
    position: absolute;
    z-index: 2;
    opacity: 0;
    right: 0;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    color: #181818;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .6);
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent li.empty {
    padding: 0;
}

.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
    right: auto;
    left: 0;
}

.rtl .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
.rtl .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove,
.rtl .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .ppRemove {
    float: left;
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent {
    right: -200%;
    min-height: auto;
    width: 250px;
    z-index: 500;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    border: none !important;
    margin: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    background-color: #e62b34;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content .btCartWidgetInnerContent .verticalMenuCartToggler:after {
    content: '\f00d';
    display: block;
    font-family: FontAwesome;
    font-size: 1.5em;
    margin: 0 auto;
}

.menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.btMenuVertical .menuPort .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topTools .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent,
.btMenuVertical .topBarInLogoArea .widget_shopping_cart .widget_shopping_cart_content.on .btCartWidgetInnerContent {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.topBar .widget_shopping_cart .btCartWidgetInnerContent {
    font-size: 1.25em;
    color: #181818 !important;
    text-align: left;
}

.topBar .btTopToolsRight .widget_shopping_cart .btIco {
    margin-right: .5em;
}

/* Product widgets */
.widget_recent_reviews {
    font-family: "PT Serif";
    font-size: .8em;
    line-height: 1.4;
}

.widget_recent_reviews li a img {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 0 0 10px;
    float: right;
    border: 1px solid rgba(0, 0, 0, .1);
}

.widget_product_categories li li {
    margin: 0 0 0 1em;
}

.product_list_widget .reviewer {
    display: block;
    line-height: 1;
}

.product_list_widget li:after {
    display: table !important;
}

/* Price filter */
.widget_price_filter .price_slider_wrapper .ui-slider {
    border-radius: 1em;
    background-color: rgba(0, 0, 0, .07);
    border: 0;
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #e62b34;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.25em;
    margin-left: -.5em;
}

.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: rgba(0, 0, 0, .07);
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .price_slider_amount .price_label {
    padding-top: 8px;
}

.widget_price_filter .price_slider_amount .price_label span {
    font-weight: 600;
}

/* Layered nav */
.widget_layered_nav ul li.chosen a:before,
.widget_layered_nav_filters ul li.chosen a:before {
    text-indent: 0;
    display: block;
    float: left;
    content: '\e680';
    font-family: Icon7Stroke;
    margin-right: .5em;
    background-color: transparent;
    position: relative;
}

/* Tags */
.btBox .tagcloud a,
.btTags ul a {
    display: inline-block;
    text-transform: uppercase;
    padding: .6em 2em .4em;
    margin: 0 8px 8px 0;
    font-size: .8em !important;
    -webkit-box-shadow: 0 0 0 2px #ffd400 inset;
    box-shadow: 0 0 0 2px #ffd400 inset;
    color: #ffd400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btHardRoundedButtons .btBox .tagcloud a,
.btHardRoundedButtons .btTags ul a {
    border-radius: 50px;
}

.btSoftRoundedButtons .btBox .tagcloud a,
.btSoftRoundedButtons .btTags ul a {
    border-radius: 5px;
}

.btLightSkin.btBox .tagcloud a,
.btDarkSkin .btLightSkin.btBox .tagcloud a,
.btLightSkin .btDarkSkin .btLightSkin.btBox .tagcloud a,
.btLightSkin.btTags ul a,
.btDarkSkin .btLightSkin.btTags ul a,
.btLightSkin .btDarkSkin .btLightSkin.btTags ul a {
    color: #181818;
}

.btDarkSkin.btBox .tagcloud a,
.btLightSkin .btDarkSkin.btBox .tagcloud a,
.btDarkSkin.btLightSkin .btDarkSkin.btBox .tagcloud a,
.btDarkSkin.btTags ul a,
.btLightSkin .btDarkSkin.btTags ul a,
.btDarkSkin.btLightSkin .btDarkSkin.btTags ul a {
    color: #fff;
}

.btLightSkin .btBox .tagcloud a:hover,
.btDarkSkin .btLightSkin .btBox .tagcloud a:hover,
.btLightSkin .btDarkSkin .btLightSkin .btBox .tagcloud a:hover,
.btLightSkin .btTags ul a:hover,
.btDarkSkin .btLightSkin .btTags ul a:hover,
.btLightSkin .btDarkSkin .btLightSkin .btTags ul a:hover {
    -webkit-box-shadow: 0 0 0 2em #ffd400 inset;
    box-shadow: 0 0 0 2em #ffd400 inset;
    color: #fff;
}

.btDarkSkin .btBox .tagcloud a:hover,
.btLightSkin .btDarkSkin .btBox .tagcloud a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btBox .tagcloud a:hover,
.btDarkSkin .btTags ul a:hover,
.btLightSkin .btDarkSkin .btTags ul a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btTags ul a:hover {
    -webkit-box-shadow: 0 0 0 2em #ffd400 inset;
    box-shadow: 0 0 0 2em #ffd400 inset;
    color: #fff;
}

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

.btTags ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.btTextLeft .btTags ul li {
    float: left;
}

.btTextRight .btTags ul li {
    float: right;
}

/* Instagram feed */
.btInstaWrap {
    padding: .3em 0 1em;
}

.btInstaGrid {
    margin: 0 -5px;
}

.btInstaGrid span {
    display: block;
    width: 33.3333%;
    padding: 0 5px 10px 5px;
    float: left;
}

.btInstaGrid span:hover img {
    opacity: .6;
}

.btInstaGrid span:nth-child(3n + 1) {
    clear: left;
}

.btInstaGrid img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

/* BB Text */
.btBox .btImage {
    margin-bottom: .5em;
}

.btBox .btImage img {
    width: auto;
    margin: auto;
}

/* Icon Widget */
.btIconWidget .btIconWidgetText {
    opacity: .5;
}

.topTools .btIconWidget,
.topBarInMenu .btIconWidget {
    position: relative;
    display: inline-block;
    line-height: inherit;
    margin-left: .5em;
    margin-right: .5em;
}

.topTools .btIconWidget .btIconWidgetIcon,
.topBarInMenu .btIconWidget .btIconWidgetIcon {
    line-height: inherit;
    display: inline-block;
}

.topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,
.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon {
    padding: 0;
}

.topTools .btIconWidget:hover,
.topBarInMenu .btIconWidget:hover {
    color: #ffd400;
}

.btLightAccentHeader .topTools .btIconWidget:hover,
.btLightAccentHeader .topBarInMenu .btIconWidget:hover {
    color: #181818;
}

.btMenuHorizontal .topTools .btIconWidget,
.btMenuHorizontal .topBarInMenu .btIconWidget {
    margin: 0;
}

.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
    margin-left: 1em;
    margin-right: 0;
}

.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
    margin-right: 1em;
    margin-left: 0;
}

.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
    margin-right: .5em;
}

.rtl.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
.rtl.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
    margin-right: 0;
    margin-left: .5em;
}

.topTools .btIconWidgetContent,
.topBarInMenu .btIconWidgetContent {
    line-height: inherit;
    display: inline-block;
    margin-left: .5em;
}

.topTools .btIconWidgetTitle,
.topTools .btIconWidgetText,
.topBarInMenu .btIconWidgetTitle,
.topBarInMenu .btIconWidgetText {
    display: inline-block;
    line-height: inherit;
    margin-right: .5em;
}

/* Icon widget in Sidebar */
.btSidebar .btIconWidget,
footer .btIconWidget,
.topBarInLogoArea .btIconWidget {
    margin: 0 0 1.6em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.btMenuVertical .btSidebar .btIconWidget,
.btMenuVertical footer .btIconWidget,
.btMenuVertical .topBarInLogoArea .btIconWidget {
    margin: 0 0 2em;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-flow: inherit;
    -ms-flex-flow: inherit;
    flex-flow: inherit;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
}

.btSidebar .btIconWidget .btIconWidgetIcon,
footer .btIconWidget .btIconWidgetIcon,
.topBarInLogoArea .btIconWidget .btIconWidgetIcon {
    line-height: 1;
    padding: 0 .2em 0 0;
    text-align: left;
    margin: 0;
    font-size: 3em;
}

.btSidebar .btIconWidget .btIconWidgetContent,
footer .btIconWidget .btIconWidgetContent,
.topBarInLogoArea .btIconWidget .btIconWidgetContent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
    font-size: .7em;
    text-transform: uppercase;
}

.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
    font-size: 1.1em;
    display: block;
    line-height: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btSidebar .btIconWidget:hover .btIconWidgetText,
footer .btIconWidget:hover .btIconWidgetText,
.topBarInLogoArea .btIconWidget:hover .btIconWidgetText {
    color: #e62b34;
}

.btSidebar .btIconWidget.btCartWidget,
footer .btIconWidget.btCartWidget,
.topBarInLogoArea .btIconWidget.btCartWidget {
    margin: 0;
}

.topBarInLogoArea .btIconWidget {
    margin: 0 0 0 1em;
    float: right;
}

.rtl.topBarInLogoArea .btIconWidget {
    margin-right: 0;
    margin-left: 1em;
    float: left;
}

.btAccentIconWidget.btIconWidget .btIconWidgetIcon {
    color: #e62b34;
}

.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetIcon,
.btSiteFooterWidgets .btBox.widget_shopping_cart .verticalMenuCartToggler {
    display: none;
}

.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li,
.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:nth-child(2n) {
    width: auto;
    float: none;
    padding: .8em 0;
    margin: 0;
}

.btSiteFooterWidgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:first-child {
    padding: 0 0 .8em;
}

/* Banner Widget within the header */
.btMenuVertical .mainHeader .mainHeaderInner .widget_bt_banner_widget {
    display: none;
}

/* Search widget */
.btSiteFooterWidgets .btSearch,
.btSidebar .btSearch,
.btSidebar .widget_product_search {
    padding: 0 38px 0 0;
}

.rtl .btSiteFooterWidgets .btSearch,
.rtl .btSidebar .btSearch,
.rtl .btSidebar .widget_product_search {
    padding: 0 0 0 48px;
}

.btSiteFooterWidgets .btSearch .port,
.btSidebar .btSearch .port,
.btSidebar .widget_product_search .port {
    padding: 0;
}

.btSiteFooterWidgets .btSearch input[type="text"],
.btSiteFooterWidgets .btSearch input[type="search"],
.btSidebar .btSearch input[type="text"],
.btSidebar .btSearch input[type="search"],
.btSidebar .widget_product_search input[type="text"],
.btSidebar .widget_product_search input[type="search"] {
    padding: 0 10px;
    background: transparent;
    height: 38px;
    width: 100%;
    display: block;
}

.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],
.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],
.btHardRoundedButtons .btSidebar .btSearch input[type="text"],
.btHardRoundedButtons .btSidebar .btSearch input[type="search"],
.btHardRoundedButtons .btSidebar .widget_product_search input[type="text"],
.btHardRoundedButtons .btSidebar .widget_product_search input[type="search"] {
    border-radius: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],
.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"] {
    border-radius: 5px 0 0 5px;
}

.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="text"],
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type="search"],
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type="search"],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="text"],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type="search"] {
    border-radius: 0 5px 5px 0;
}

.btSiteFooterWidgets .btSearch button,
.btSiteFooterWidgets .btSearch input[type=submit],
.btSidebar .btSearch button,
.btSidebar .btSearch input[type=submit],
.btSidebar .widget_product_search button,
.btSidebar .widget_product_search input[type=submit] {
    width: 38px;
    height: 38px;
    border: 0;
    float: right;
    margin: -38px -38px 0 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    padding: 0 !important;
}

.rtl .btSiteFooterWidgets .btSearch button,
.rtl .btSiteFooterWidgets .btSearch input[type=submit],
.rtl .btSidebar .btSearch button,
.rtl .btSidebar .btSearch input[type=submit],
.rtl .btSidebar .widget_product_search button,
.rtl .btSidebar .widget_product_search input[type=submit] {
    float: left;
    margin: -38px 0 0 -38px;
}

.btHardRoundedButtons .btSiteFooterWidgets .btSearch button,
.btHardRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.btHardRoundedButtons .btSidebar .btSearch button,
.btHardRoundedButtons .btSidebar .btSearch input[type=submit],
.btHardRoundedButtons .btSidebar .widget_product_search button,
.btHardRoundedButtons .btSidebar .widget_product_search input[type=submit] {
    border-radius: 50px;
}

.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button,
.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.btSoftRoundedButtons .btSidebar .btSearch button,
.btSoftRoundedButtons .btSidebar .btSearch input[type=submit],
.btSoftRoundedButtons .btSidebar .widget_product_search button,
.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit] {
    border-radius: 0 5px 5px 0;
}

.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch button,
.rtl.btSoftRoundedButtons .btSiteFooterWidgets .btSearch input[type=submit],
.rtl.btSoftRoundedButtons .btSidebar .btSearch button,
.rtl.btSoftRoundedButtons .btSidebar .btSearch input[type=submit],
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search button,
.rtl.btSoftRoundedButtons .btSidebar .widget_product_search input[type=submit] {
    border-radius: 5px 0 0 5px;
}

.btLightSkin .btSiteFooterWidgets .btSearch button,
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button,
.btLightSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .btSidebar .btSearch button,
.btDarkSkin .btLightSkin .btSidebar .btSearch button,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button,
.btLightSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin .btLightSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btSidebar .widget_product_search button,
.btDarkSkin .btLightSkin .btSidebar .widget_product_search button,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button,
.btLightSkin .btSidebar .widget_product_search input[type=submit],
.btDarkSkin .btLightSkin .btSidebar .widget_product_search input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search input[type=submit] {
    -webkit-box-shadow: 0 0 0 3em rgb(19, 19, 21) inset !important;
    box-shadow: 0 0 0 3em rgb(19, 19, 21) inset !important;
    color: #fff;
}

.btDarkSkin .btSiteFooterWidgets .btSearch button,
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button,
.btDarkSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch input[type=submit],
.btDarkSkin .btSidebar .btSearch button,
.btLightSkin .btDarkSkin .btSidebar .btSearch button,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button,
.btDarkSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin .btSidebar .widget_product_search button,
.btLightSkin .btDarkSkin .btSidebar .widget_product_search button,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button,
.btDarkSkin .btSidebar .widget_product_search input[type=submit],
.btLightSkin .btDarkSkin .btSidebar .widget_product_search input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search input[type=submit] {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #181818;
}

.btSiteFooterWidgets .btSearch button,
.btSidebar .btSearch button,
.btSidebar .widget_product_search button {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btSiteFooterWidgets .btSearch button:before,
.btSidebar .btSearch button:before,
.btSidebar .widget_product_search button:before {
    font-family: FontAwesome;
    content: "\f002";
    display: inline-block;
}

.btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btSidebar .btSearch button:before,
.btDarkSkin .btLightSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button:before,
.btLightSkin .btSidebar .widget_product_search button:before,
.btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button:before {
    color: #fff;
}

.btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:before,
.btDarkSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,
.btDarkSkin .btSidebar .widget_product_search button:before,
.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:before {
    color: #181818;
}

.btLightSkin .btSiteFooterWidgets .btSearch button:hover,
.btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:hover,
.btLightSkin .btDarkSkin .btLightSkin .btSiteFooterWidgets .btSearch button:hover,
.btDarkSkin .btSiteFooterWidgets .btSearch button:hover,
.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btSiteFooterWidgets .btSearch button:hover,
.btLightSkin .btSidebar .btSearch button:hover,
.btDarkSkin .btLightSkin .btSidebar .btSearch button:hover,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button:hover,
.btDarkSkin .btSidebar .btSearch button:hover,
.btLightSkin .btDarkSkin .btSidebar .btSearch button:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button:hover,
.btLightSkin .btSidebar .widget_product_search button:hover,
.btDarkSkin .btLightSkin .btSidebar .widget_product_search button:hover,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .widget_product_search button:hover,
.btDarkSkin .btSidebar .widget_product_search button:hover,
.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .widget_product_search button:hover {
    -webkit-box-shadow: 0 0 0 3em #e62b34 inset !important;
    box-shadow: 0 0 0 3em #e62b34 inset !important;
    color: #fff;
}

.btSiteFooterWidgets .btSearch .bt_bb_icon,
.btSidebar .btSearch .bt_bb_icon,
.btSidebar .widget_product_search .bt_bb_icon {
    display: none;
}

.btTopToolsRight .btSearch .bt_bb_icon,
.btTopToolsRight .widget_shopping_cart .bt_bb_icon {
    margin-left: .5em;
    padding-left: .5em;
}

.btTopToolsLeft .btSearch .bt_bb_icon,
.btTopToolsLeft .widget_shopping_cart .bt_bb_icon {
    margin-left: .5em;
    padding-left: .5em;
}

.widget_product_search .woocommerce-product-search button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Top Search widget */
.widget_search .btSearch .bt_bb_icon {
    padding: 0;
}

.btLightAccentHeader .widget_search .btSearch .bt_bb_icon a:hover {
    color: #181818;
}

.btSearchInner.btFromTopBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    transition: all 800ms ease;
    z-index: 99998;
}

.btLightSkin .btSearchInner.btFromTopBox,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox {
    background: #fff;
}

.btDarkSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox {
    background: rgb(19, 19, 21);
}

.btSearchInner.btFromTopBox .btSearchInnerContent {
    text-align: center;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.btSearchInner.btFromTopBox form {
    text-align: center;
    position: absolute;
    height: 6.75em;
    left: 0;
    right: 0;
    top: 50%;
    margin: -3.375em 10% 0;
}

.btSearchInner.btFromTopBox .btSearchInnerClose {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.rtl .btSearchInner.btFromTopBox .btSearchInnerClose {
    right: auto;
    left: 0;
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
    padding: 0;
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
    width: auto;
    height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon .bt_bb_icon_holder:before {
    font: 8em/1 Icon7Stroke;
    content: "\e680";
    width: auto;
    height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder {
    color: #ffd400;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder {
    color: #ffd400;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btSearchInner.btFromTopBox input[type="text"] {
    padding: 0 2em 0 1em;
    height: 2.25em;
    line-height: 2.25em;
    font-size: 3em;
    font-weight: 300;
    border: none;
    text-align: left;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}

.rtl .btSearchInner.btFromTopBox input[type="text"] {
    padding: 0 1em 0 2em;
}

.btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"] {
    color: #181818;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1) inset;
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"] {
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .2) inset;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .2) inset;
}

.btSearchInner.btFromTopBox input[type="text"]:focus {
    border: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
    -webkit-box-shadow: 0 0 0 3px rgb(19, 19, 21) inset;
    box-shadow: 0 0 0 3px rgb(19, 19, 21) inset;
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
    -webkit-box-shadow: 0 0 0 3px #fff inset;
    box-shadow: 0 0 0 3px #fff inset;
}

.btHardRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
    border-radius: 100px;
}

.btSoftRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
    border-radius: 10px;
}

.btSquareButtons .btSearchInner.btFromTopBox input[type="text"] {
    border-radius: 0;
}

.btSearchInner.btFromTopBox button {
    border: 0 !important;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    width: 6.75em;
    height: 6.75em;
    background: transparent !important;
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.rtl .btSearchInner.btFromTopBox button {
    right: auto;
    left: 0;
}

.btSearchInner.btFromTopBox button:before {
    font: 4em/1 Icon7Stroke;
    display: block;
    content: "\e618";
    color: #fff;
    font-weight: 400;
    text-align: center;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
}

.btLightSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before {
    color: rgba(0, 0, 0, .1);
}

.btDarkSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before {
    color: rgba(255, 255, 255, .2);
}

.btSearchInner.btFromTopBox button:hover:before {
    color: #e62b34;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    transition: color 300ms ease;
}

.btTopToolsSearchOpen .btSearchInner.btFromTopBox {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3);
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, .3);
}

/* Post Widgets */
.btPostWidgets.btPostTopWidgets {
    margin-bottom: 1em;
}

@media (max-width: 991px) {
    .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-height: 1.4em;
        max-height: 1.4em;
        -webkit-line-clamp: 1 !important;
    }
}

@media (max-width: 768px) {
    .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span {
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.4em;
        max-height: 2.8em;
    }
}

/* Unit test fix */
.bt_bb_headline_superheadline {
    margin-bottom: .5em;
}

.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
    margin: 0;
    padding: 0;
}

.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6,
.bt_bb_size_small.bt_bb_headline h6,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
    line-height: 1.4;
}

.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
}

/* Grid fix */
.bt_bb_row .bt_bb_column.bt_bb_vertical_align_top {
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.bt_bb_row .bt_bb_column.bt_bb_vertical_align_top .bt_bb_column_content {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

/* Header */
.bt_bb_headline {
    position: relative;
}

.bt_bb_headline .bt_bb_headline_superheadline {
    display: block;
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 300;
    color: inherit !important;
    margin-bottom: .25rem;
}

.bt_bb_size_extrahuge.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1.1rem;
    margin-bottom: .5rem;
}

.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: 1rem;
    margin-bottom: .5rem;
}

.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .9rem;
    margin-bottom: .5rem;
}

.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .8rem;
}

.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .8rem;
}

.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .7rem;
}

.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .7rem;
    margin-bottom: .15rem;
}

.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-family: "Roboto";
    margin-top: 0;
    line-height: 2em;
    font-size: 1em;
}

.bt_bb_size_extrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.2rem;
    margin-top: .5rem;
}

.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.1rem;
    margin-top: .5rem;
}

.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1rem;
    margin-top: .5rem;
}

.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1rem;
    margin-top: .5rem;
}

.bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: .85rem;
}

.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: .85em;
}

.bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: .75rem;
    margin-top: 0;
}

.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: .7rem;
}

.bt_bb_headline h1 b,
.bt_bb_headline h2 b,
.bt_bb_headline h3 b,
.bt_bb_headline h4 b,
.bt_bb_headline h5 b,
.bt_bb_headline h6 b {
    font-weight: 900;
}

.bt_bb_headline h1 strong,
.bt_bb_headline h2 strong,
.bt_bb_headline h3 strong,
.bt_bb_headline h4 strong,
.bt_bb_headline h5 strong,
.bt_bb_headline h6 strong {
    color: #e62b34;
    font-weight: inherit;
}

.bt_bb_headline h1 em,
.bt_bb_headline h2 em,
.bt_bb_headline h3 em,
.bt_bb_headline h4 em,
.bt_bb_headline h5 em,
.bt_bb_headline h6 em {
    font-style: normal;
    font-weight: 200;
}

.bt_bb_size_extrahuge.bt_bb_headline h1,
.bt_bb_size_extrahuge.bt_bb_headline h2,
.bt_bb_size_extrahuge.bt_bb_headline h3,
.bt_bb_size_extrahuge.bt_bb_headline h4,
.bt_bb_size_extrahuge.bt_bb_headline h5,
.bt_bb_size_extrahuge.bt_bb_headline h6 {
    font-size: 5.5em;
}

.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
    font-size: 4.1em;
}

.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
    font-size: 3.5rem;
}

.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
    font-size: 3rem;
}

.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
    font-size: 2em;
}

.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6 {
    font-size: 1.5em;
}

.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6 {
    font-size: 1.1em;
}

.btSiglePostGrid.btImagePositionSide .bt_bb_size_small.bt_bb_headline h1,
.btSiglePostGrid.btImagePositionSide .bt_bb_size_small.bt_bb_headline h2,
.btSiglePostGrid.btImagePositionSide .bt_bb_size_small.bt_bb_headline h3,
.btSiglePostGrid.btImagePositionSide .bt_bb_size_small.bt_bb_headline h4,
.btSiglePostGrid.btImagePositionSide .bt_bb_size_small.bt_bb_headline h5,
.btSiglePostGrid.btImagePositionSide .bt_bb_size_small.bt_bb_headline h6 {
    font-size: 1em;
}

.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
    font-size: .9em;
}

.btSinglePostTemplate .bt_bb_size_extrasmall.bt_bb_headline h1,
.btSinglePostTemplate .bt_bb_size_extrasmall.bt_bb_headline h2,
.btSinglePostTemplate .bt_bb_size_extrasmall.bt_bb_headline h3,
.btSinglePostTemplate .bt_bb_size_extrasmall.bt_bb_headline h4,
.btSinglePostTemplate .bt_bb_size_extrasmall.bt_bb_headline h5,
.btSinglePostTemplate .bt_bb_size_extrasmall.bt_bb_headline h6 {
    font-weight: 500;
    font-family: "Roboto";
}

.bt_bb_font_weight_bolder.bt_bb_headline h1,
.bt_bb_font_weight_bolder.bt_bb_headline h2,
.bt_bb_font_weight_bolder.bt_bb_headline h3,
.bt_bb_font_weight_bolder.bt_bb_headline h4,
.bt_bb_font_weight_bolder.bt_bb_headline h5,
.bt_bb_font_weight_bolder.bt_bb_headline h6 {
    font-weight: 800;
}

.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6 {
    font-weight: 600;
}

.bt_bb_font_weight_normal.bt_bb_headline h1,
.bt_bb_font_weight_normal.bt_bb_headline h2,
.bt_bb_font_weight_normal.bt_bb_headline h3,
.bt_bb_font_weight_normal.bt_bb_headline h4,
.bt_bb_font_weight_normal.bt_bb_headline h5,
.bt_bb_font_weight_normal.bt_bb_headline h6 {
    font-weight: 400;
}

.bt_bb_font_weight_light.bt_bb_headline h1,
.bt_bb_font_weight_light.bt_bb_headline h2,
.bt_bb_font_weight_light.bt_bb_headline h3,
.bt_bb_font_weight_light.bt_bb_headline h4,
.bt_bb_font_weight_light.bt_bb_headline h5,
.bt_bb_font_weight_light.bt_bb_headline h6 {
    font-weight: 300;
}

.bt_bb_font_weight_lighter.bt_bb_headline h1,
.bt_bb_font_weight_lighter.bt_bb_headline h2,
.bt_bb_font_weight_lighter.bt_bb_headline h3,
.bt_bb_font_weight_lighter.bt_bb_headline h4,
.bt_bb_font_weight_lighter.bt_bb_headline h5,
.bt_bb_font_weight_lighter.bt_bb_headline h6 {
    font-weight: 100;
}

.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin: .4em 0 .2em;
    border-width: 3px 0 0;
    color: #e62b34;
    width: 1.5em;
}

.bt_bb_size_extrahuge.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_size_extrahuge.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_size_extrahuge.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_size_extrahuge.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_size_extrahuge.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_size_extrahuge.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .3em;
}

.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin: .4em 0 .4em;
    color: #e62b34;
    width: 1.5em;
    border-width: 3px 0 0;
}

.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin: .2em 0 .4em;
    color: #e62b34;
    width: 1.5em;
    border-width: 3px 0 0;
}

.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin: .4em 0 .2em;
    border-width: 3px 0 0;
    color: #e62b34;
    width: 1.5em;
}

/* Custom Section Styles */
.bt_bb_section.bt_bb_border_accent_border {
    border: 20px solid #e62b34;
}

@media (max-width: 1200px) {
    .bt_bb_section.bt_bb_border_accent_border {
        border: 15px solid #e62b34;
    }
}

@media (max-width: 991px) {
    .bt_bb_section.bt_bb_border_accent_border {
        border: 10px solid #e62b34;
    }
}

/* Travel custom section */
.bt_bb_layout_boxed_background_600 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_700 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_800 {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_900 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_1100 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_1300 {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_1400 {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_1500 {
    width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_layout_boxed_background_1600 {
    width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_0 {
    margin-left: 0;
    margin-right: 0;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_5 {
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_10 {
    margin-left: 5px;
    margin-right: 5px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_15 {
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_20 {
    margin-left: 10px;
    margin-right: 10px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_25 {
    margin-left: 12.5px;
    margin-right: 12.5px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_30 {
    margin-left: 15px;
    margin-right: 15px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_35 {
    margin-left: 17.5px;
    margin-right: 17.5px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_40 {
    margin-left: 20px;
    margin-right: 20px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_45 {
    margin-left: 22.5px;
    margin-right: 22.5px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_50 {
    margin-left: 25px;
    margin-right: 25px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_60 {
    margin-left: 30px;
    margin-right: 30px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_70 {
    margin-left: 35px;
    margin-right: 35px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_80 {
    margin-left: 40px;
    margin-right: 40px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_90 {
    margin-left: 45px;
    margin-right: 45px;
}

.bt_bb_section[class*="bt_bb_layout_boxed_background_"] .bt_bb_row.bt_bb_column_gap_100 {
    margin-left: 50px;
    margin-right: 50px;
}

/* Progress bar */
.bt_bb_size_small.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    padding-top: .2em;
    padding-bottom: .2em;
}

.btSoftRoundedButtons .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    border-radius: 5px;
}

.btHardRoundedButtons .bt_bb_progress_bar .bt_bb_progress_bar_inner {
    border-radius: 50px;
}

.bt_bb_progress_bar .bt_bb_progress_bar_inner span.bt_bb_progress_bar_text {
    margin-left: -.5em;
}

.btSoftRoundedButtons .bt_bb_progress_bar {
    border-radius: 5px;
    overflow: hidden;
}

.btHardRoundedButtons .bt_bb_progress_bar {
    border-radius: 50px;
    overflow: hidden;
}

/* Latest posts */
.bt_bb_latest_posts_item .bt_bb_latest_posts_item_date {
    font-family: "Roboto";
    padding-left: 0;
    font-weight: normal;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_date:before {
    content: '';
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    margin-bottom: 1.5em;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8em;
    max-height: 3.6em;
    color: #e62b34;
    font-weight: normal;
}

.bt_bb_latest_posts_item .bt_bb_latest_posts_item_excerpt {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.8em;
    max-height: 7.2em;
}

/* Masonry post grid */
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content {
    padding: 1.5em 2em 2em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
    background-color: #e62b34;
    color: white;
    text-transform: uppercase;
    margin: 0 5px 0 0;
    font-size: .85em;
    font-weight: 500;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a:hover {
    background-color: #ffd400;
    color: white;
    opacity: .8;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share {
    margin-top: 1.5em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_share .bt_bb_icon {
    padding: 0 .5em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title + .bt_bb_grid_item_post_excerpt:not(:empty) {
    margin-top: 0;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_excerpt {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 1.8em;
    max-height: 7.2em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    font-family: "Roboto";
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
    font-weight: 400;
    padding: 0 .3em 0 0;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span:last-child:after {
    display: none;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:before {
    font-family: FontAwesome;
    content: "\f075";
    opacity: .5;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:before {
    content: "\f017";
    font-family: FontAwesome;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:before {
    display: none;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_date:after,
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_author:after,
.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_meta .bt_bb_grid_item_item_comments:after {
    content: ' | ';
    padding: 0 .5em;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a {
    color: inherit;
}

.bt_bb_masonry_post_grid .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover {
    color: #ffd400;
}

/* Icons */
.bt_bb_icon {
    padding-bottom: .5em;
}

.bt_bb_icon.bt_bb_size_xsmall .bt_bb_icon_holder:before {
    font-size: .9rem;
    width: 2em;
    height: 2em;
}

.bt_bb_icon.bt_bb_size_normal .bt_bb_icon_holder:before {
    font-size: 1.33rem;
}

.bt_bb_icon.bt_bb_size_large .bt_bb_icon_holder:before {
    font-size: 2rem;
}

/* Buttons */
.bt_bb_button {
    font-family: Roboto;
}

.bt_bb_button.bt_bb_style_outline a {
    -webkit-box-shadow: 0 0 0 2px currentColor inset;
    box-shadow: 0 0 0 2px currentColor inset;
}

.btSoftRoundedButtons .bt_bb_button a {
    border-radius: 5px;
}

.btHardRoundedButtons .bt_bb_button a {
    border-radius: 50px;
}

.bt_bb_button a {
    color: inherit;
    padding: 1.2em 3em;
}

.bt_bb_button a:hover {
    color: #ffd400;
}

.bt_bb_button .bt_bb_button_text {
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: -1px;
}

.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 1.5em;
}

.rtl .bt_bb_button.bt_bb_icon_position_left .bt_bb_link {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    margin-left: 1.5em;
}

.rtl .bt_bb_button.bt_bb_icon_position_right .bt_bb_link {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.bt_bb_button.bt_bb_style_clean a {
    padding-left: 0;
    padding-right: 0;
}

/* Service */
.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 600;
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a {
    color: inherit;
}

/* Slider */
.bt_bb_slider.slick-slider button.slick-arrow {
    background-color: rgba(0, 0, 0, .3);
}

.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list {
    position: static !important;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list .slick-track {
    position: relative;
}

.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item {
    overflow: hidden;
}

.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item .bt_bb_content_slider_item_content {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
}

.bt_bb_content_slider.bt_bb_multiple_slides .slick-slide {
    position: relative;
}

.bt_bb_height_keep-height.bt_bb_multiple_slides .slick-slider .slick-slide.bt_bb_single_article_slider_item {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* Custom menu */
.bt_bb_custom_menu div ul {
    margin: 0;
    display: inline-block;
}

.bt_bb_custom_menu div ul li {
    list-style: none;
    margin-left: 0;
    display: inline-block;
    padding: 0 1em;
    text-transform: uppercase;
}

.bt_bb_custom_menu div ul a {
    color: inherit;
    font-size: .9em;
    opacity: .6;
}

.bt_bb_custom_menu div ul a:hover {
    color: #ffd400;
}

/* Text indent */
.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
    padding-left: 2em;
    padding-right: 2em;
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image {
    margin: 0 -2em;
}

/* Google map */
.bt_bb_google_maps .bt_bb_google_maps_content {
    max-width: 1280px;
    margin: 4em auto;
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper {
    margin: 0;
    padding: 1em;
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location {
    padding: 1em;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_google_maps_content_wrapper .bt_bb_google_maps_location .bt_bb_image {
    margin: -1em -1em 0;
}

/* Tabs */
.bt_bb_tab_content {
    padding-top: 1em;
}

.bt_bb_style_simple ul.bt_bb_tabs_header li.on {
    border-color: #e62b34;
}

/* Counter  */
.bt_bb_counter_holder {
    height: 1em;
    line-height: 1;
    display: inline-block;
}

.bt_bb_counter_holder .bt_bb_counter {
    height: 1em;
}

.bt_bb_counter_holder .bt_bb_counter span.onedigit {
    height: 1em;
}

.bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    height: 1em;
}

/* WPC7 Form */
.btDarkSkin .wpcf7-form input:not([type='radio']),
.btLightSkin .btDarkSkin .wpcf7-form input:not([type='radio']),
.btDarkSkin.btLightSkin .btDarkSkin .wpcf7-form input:not([type='radio']),
.btDarkSkin .wpcf7-form input:not([type='checkbox']),
.btLightSkin .btDarkSkin .wpcf7-form input:not([type='checkbox']),
.btDarkSkin.btLightSkin .btDarkSkin .wpcf7-form input:not([type='checkbox']),
.btDarkSkin .wpcf7-form textarea,
.btLightSkin .btDarkSkin .wpcf7-form textarea,
.btDarkSkin.btLightSkin .btDarkSkin .wpcf7-form textarea,
.btDarkSkin .wpcf7-form .fancy-select .trigger,
.btLightSkin .btDarkSkin .wpcf7-form .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin .wpcf7-form .fancy-select .trigger {
    color: #181818;
}

.wpcf7-form .fancy-select .trigger {
    line-height: 3.2em;
}

.wpcf7-form .fancy-select .options.overflowing {
    bottom: 3.35em;
}

.wpcf7-form .wpcf7-submit {
    text-transform: uppercase;
    font-size: .8em !important;
    -webkit-box-shadow: 0 0 0 2em #e62b34 inset;
    box-shadow: 0 0 0 2em #e62b34 inset;
    color: #fff !important;
    border: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    width: auto !important;
    padding: 0 4em !important;
}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: 0 0 0 1px #e62b34 inset;
    box-shadow: 0 0 0 1px #e62b34 inset;
    color: #e62b34 !important;
}

.bt_bb_align_center .wpcf7-form .wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_align_right .wpcf7-form .wpcf7-submit {
    margin-left: auto;
}

.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-acceptance-missing {
    margin-top: 4em;
    border: 2px solid #e62b34 !important;
}

/* Newsletter form */
.btNewsletterRow {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 40px;
}

.btNewsletterRow .btNewsletterRowInput {
    background-color: inherit;
    border: 1px solid;
    border-color: inherit;
    -webkit-flex: 1 1 80%;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
}

.btNewsletterRow .btNewsletterRowInput input {
    border: none;
    border-right: none !important;
    line-height: 40px;
    height: 40px;
}

.btLightSkin .btNewsletterRow .btNewsletterRowInput input,
.btDarkSkin .btLightSkin .btNewsletterRow .btNewsletterRowInput input,
.btLightSkin .btDarkSkin .btLightSkin .btNewsletterRow .btNewsletterRowInput input {
    color: #181818 !important;
}

.btDarkSkin .btNewsletterRow .btNewsletterRowInput input,
.btLightSkin .btDarkSkin .btNewsletterRow .btNewsletterRowInput input,
.btDarkSkin.btLightSkin .btDarkSkin .btNewsletterRow .btNewsletterRowInput input {
    color: #fff !important;
}

.btNewsletterRow .btNewsletterRowInput input:focus {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btNewsletterRow .btNewsletterRowButton {
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}

.btNewsletterRow .btNewsletterRowButton input {
    display: none;
}

.btNewsletterRow .btNewsletterRowButton button {
    height: 40px;
    padding: .4em .5em .5em .7em;
    border: 1px solid;
    border-color: inherit;
    border-left: none;
    background: inherit;
    position: relative;
}

.btNewsletterRow .btNewsletterRowButton :before {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    color: inherit;
    position: absolute;
    right: 35%;
}

.btNewsletterRow .btNewsletterRowButton button:hover:before {
    color: #e62b34;
}

/* Contact form */
.btContactRow .btContactRowInput {
    -webkit-flex: 1 0 75%;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    margin-bottom: 1em;
}

.btContactRow .btContactRowInput input {
    line-height: 25px;
    height: 55px;
    color: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
}

.btContactRow .btContactRowInput textarea {
    line-height: 25px;
    height: 230px;
    color: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.btContactRow .btContactRowButton {
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    width: 25%;
    height: 38px;
}

.btContactRow .btContactRowButton input {
    line-height: 25px;
    height: 55px;
    text-align: inherit;
    width: 100% !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0 0 0 3em #e62b34 inset;
    box-shadow: 0 0 0 3em #e62b34 inset;
    color: #fff !important;
    text-align: center;
    font-weight: 500;
    height: 38px;
}

.btContactRow .btContactRowButton input:hover {
    -webkit-box-shadow: 0 0 0 2px #e62b34 inset;
    box-shadow: 0 0 0 2px #e62b34 inset;
    color: #e62b34 !important;
}

.btContactRow .btContactRowInput.btContactRowInputFlex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btContactRow .btContactInputName {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-right: 1em;
}

.btContactRow .btContactInputEmail {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

/* Align gaps with single post template */
.bt_bb_row.bt_bb_column_gap_0 {
    max-width: -webkit-calc(100% + 0);
    max-width: -moz-calc(100% + 0);
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
}

.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_row.bt_bb_column_gap_0 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_row.bt_bb_column_gap_5 {
    max-width: -webkit-calc(100% + 5px);
    max-width: -moz-calc(100% + 5px);
    max-width: calc(100% + 5px);
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.bt_bb_row.bt_bb_column_gap_5 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_row.bt_bb_column_gap_10 {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_row.bt_bb_column_gap_10 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_row.bt_bb_column_gap_15 {
    max-width: -webkit-calc(100% + 15px);
    max-width: -moz-calc(100% + 15px);
    max-width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.bt_bb_row.bt_bb_column_gap_15 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 15px;
    padding-right: 15px;
}

.bt_bb_row.bt_bb_column_gap_20 {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_row.bt_bb_column_gap_20 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row.bt_bb_column_gap_25 {
    max-width: -webkit-calc(100% + 25px);
    max-width: -moz-calc(100% + 25px);
    max-width: calc(100% + 25px);
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.bt_bb_row.bt_bb_column_gap_25 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_row.bt_bb_column_gap_30 {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column {
    padding-left: 15px;
    padding-right: 15px;
}

.bt_bb_row.bt_bb_column_gap_30 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_row.bt_bb_column_gap_35 {
    max-width: -webkit-calc(100% + 35px);
    max-width: -moz-calc(100% + 35px);
    max-width: calc(100% + 35px);
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.bt_bb_row.bt_bb_column_gap_35 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_row.bt_bb_column_gap_40 {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row.bt_bb_column_gap_40 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_row.bt_bb_column_gap_45 {
    max-width: -webkit-calc(100% + 45px);
    max-width: -moz-calc(100% + 45px);
    max-width: calc(100% + 45px);
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.bt_bb_row.bt_bb_column_gap_45 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_row.bt_bb_column_gap_50 {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
}

.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_row.bt_bb_column_gap_50 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_row.bt_bb_column_gap_60 {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_row.bt_bb_column_gap_60 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_row.bt_bb_column_gap_70 {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
}

.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_row.bt_bb_column_gap_70 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_row.bt_bb_column_gap_80 {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
}

.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_row.bt_bb_column_gap_80 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_row.bt_bb_column_gap_90 {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
}

.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_row.bt_bb_column_gap_90 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_row.bt_bb_column_gap_100 {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
}

.bt_bb_row.bt_bb_column_gap_100 .bt_bb_column {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_row.bt_bb_column_gap_100 .bt_bb_column.bt_bb_padding_double .bt_bb_column_content {
    padding-left: 100px;
    padding-right: 100px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_0 {
    max-width: -webkit-calc(100% + 0);
    max-width: -moz-calc(100% + 0);
    max-width: calc(100% + 0);
    margin-left: -0px;
    margin-right: -0px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_0 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_5 {
    max-width: -webkit-calc(100% + 5px);
    max-width: -moz-calc(100% + 5px);
    max-width: calc(100% + 5px);
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_5 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_10 {
    max-width: -webkit-calc(100% + 10px);
    max-width: -moz-calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_10 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_15 {
    max-width: -webkit-calc(100% + 15px);
    max-width: -moz-calc(100% + 15px);
    max-width: calc(100% + 15px);
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_15 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 15px;
    padding-right: 15px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_20 {
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_20 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_25 {
    max-width: -webkit-calc(100% + 25px);
    max-width: -moz-calc(100% + 25px);
    max-width: calc(100% + 25px);
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_25 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_30 {
    max-width: -webkit-calc(100% + 30px);
    max-width: -moz-calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner {
    padding-left: 15px;
    padding-right: 15px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_30 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_35 {
    max-width: -webkit-calc(100% + 35px);
    max-width: -moz-calc(100% + 35px);
    max-width: calc(100% + 35px);
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_35 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_40 {
    max-width: -webkit-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_40 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_45 {
    max-width: -webkit-calc(100% + 45px);
    max-width: -moz-calc(100% + 45px);
    max-width: calc(100% + 45px);
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_45 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_50 {
    max-width: -webkit-calc(100% + 50px);
    max-width: -moz-calc(100% + 50px);
    max-width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_50 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_60 {
    max-width: -webkit-calc(100% + 60px);
    max-width: -moz-calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_60 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_70 {
    max-width: -webkit-calc(100% + 70px);
    max-width: -moz-calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px;
    margin-right: -35px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_70 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_80 {
    max-width: -webkit-calc(100% + 80px);
    max-width: -moz-calc(100% + 80px);
    max-width: calc(100% + 80px);
    margin-left: -40px;
    margin-right: -40px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_80 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_90 {
    max-width: -webkit-calc(100% + 90px);
    max-width: -moz-calc(100% + 90px);
    max-width: calc(100% + 90px);
    margin-left: -45px;
    margin-right: -45px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_90 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_100 {
    max-width: -webkit-calc(100% + 100px);
    max-width: -moz-calc(100% + 100px);
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_row_inner.bt_bb_column_inner_gap_100 .bt_bb_column_inner.bt_bb_padding_double .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
}

/* Banner */
.bt_bb_banner {
    text-align: center;
    display: block;
}

.bt_bb_banner > div {
    margin-right: auto !important;
    margin-left: auto !important;
}

.bt_bb_banner img {
    display: block;
    margin: 0 auto;
}

.bt_bb_banner.no-border {
    background: initial;
    border-width: 0;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

.bt_bb_banner.with-border {
    border: 5px solid rgba(0, 0, 0, .1);
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

/* Separator */
.bt_bb_separator.bt_bb_border_style_solid {
    border-color: rgba(0, 0, 0, .1);
}

.bt_bb_separator.bt_bb_border_style_dotted {
    border-color: rgba(0, 0, 0, .1);
}

.bt_bb_separator.bt_bb_border_style_dashed {
    border-color: rgba(0, 0, 0, .1);
}

/* Slider */
.bt_bb_content_slider.bt_bb_multiple_slides.bt_bb_border_separator .slick-slider {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.bt_bb_content_slider.bt_bb_multiple_slides.bt_bb_border_separator .bt_financial_data {
    border-left: 1px solid #ccc;
    margin-left: -1px;
    padding: 0 1em;
}

.slick-dots {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: 0;
}

.slick-dots li {
    width: 100%;
    height: auto;
    border-radius: 0;
    border: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    position: relative;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 2em;
}

.slick-dots li .btSlickDotImage {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    -webkit-flex: 1 0 27%;
    -ms-flex: 1 0 27%;
    flex: 1 0 27%;
    line-height: 0;
    margin-top: 2em;
    background-size: cover;
}

.slick-dots li .btSlickDotImage img {
    z-index: -1;
    position: relative;
}

.slick-dots li:before {
    width: 100%;
    content: '';
    border: 1px solid rgba(255, 255, 255, .2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 300ms ease 300ms;
    -moz-transition: all 300ms ease 300ms;
    transition: all 300ms ease 300ms;
}

.slick-dots li:before:hover {
    border: 1px solid rgba(255, 255, 255, .4);
}

.slick-dots li:hover {
    background: none;
}

.slick-dots li:hover:before {
    border: 1px solid rgba(255, 255, 255, .4);
}

.slick-dots li:hover .btSlickDotImage {
    -webkit-box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .7);
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .7);
}

.slick-dots li.slick-active {
    background: none;
}

.slick-dots li.slick-active:before {
    border: 1px solid rgba(255, 255, 255, 1);
}

.slick-dots li.slick-active .btSlickDotImage {
    -webkit-box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 1);
}

.slick-dots li .btSlickDotData {
    padding: 0 .4rem 0 1em;
    text-align: left;
    font-family: "PT Serif";
    line-height: 1.4;
    position: relative;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 2em;
}

.slick-dots li .btSlickDotData .btSlickDotTitle {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.4em;
    max-height: 4.2em;
    color: #fff;
}

.slick-dots li .btSlickDotData .btSlickDotDate {
    font-family: "Roboto";
    font-size: .8em;
    color: rgba(255, 255, 255, .9);
    position: absolute;
    bottom: -.3em;
}

.bt_slider_childs_5 .btSlickDotTitle {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
}

.bt_slider_childs_6 .btSlickDotImage,
.bt_slider_childs_7 .btSlickDotImage,
.bt_slider_childs_8 .btSlickDotImage,
.bt_slider_childs_9 .btSlickDotImage,
.bt_slider_childs_10 .btSlickDotImage {
    display: none;
}

.bt_slider_childs_6 .btSlickDotTitle,
.bt_slider_childs_7 .btSlickDotTitle,
.bt_slider_childs_8 .btSlickDotTitle,
.bt_slider_childs_9 .btSlickDotTitle,
.bt_slider_childs_10 .btSlickDotTitle {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
}

.bt_slider_childs_6 .btSlickDotDate,
.bt_slider_childs_7 .btSlickDotDate,
.bt_slider_childs_8 .btSlickDotDate,
.bt_slider_childs_9 .btSlickDotDate,
.bt_slider_childs_10 .btSlickDotDate {
    display: block;
    position: relative !important;
    left: 0 !important;
}

button.slick-arrow {
    background-color: rgba(255, 255, 255, .9);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 4px #888;
    box-shadow: 0 0 4px #888;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

button.slick-arrow:hover {
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 8px #888;
    box-shadow: 0 0 8px #888;
}

button.slick-arrow:before {
    color: #000;
    display: block;
    font-size: 34px;
    font-family: Icon7Stroke;
    line-height: 44px;
}

button.slick-arrow.slick-next {
    right: 1em;
}

button.slick-arrow.slick-next:before {
    content: '\e684';
}

button.slick-arrow.slick-prev {
    left: 1em;
}

button.slick-arrow.slick-prev:before {
    content: '\e686';
}

.bt_bb_arrows_size_extrasmall button.slick-arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.bt_bb_arrows_size_extrasmall button.slick-arrow:before {
    font-size: 16px;
    line-height: 20px;
}

.bt_bb_arrows_size_small button.slick-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.bt_bb_arrows_size_small button.slick-arrow:before {
    font-size: 20px;
    line-height: 30px;
}

.bt_bb_arrows_size_normal button.slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.bt_bb_arrows_size_normal button.slick-arrow:before {
    font-size: 44px;
    line-height: 50px;
}

.bt_bb_arrows_size_large button.slick-arrow {
    width: 75px;
    height: 75px;
    margin-top: -37.5px;
}

.bt_bb_arrows_size_large button.slick-arrow:before {
    font-size: 66px;
    line-height: 75px;
}

.bt_bb_layout_boxed_800 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider {
    overflow: visible;
}

.bt_bb_layout_boxed_800 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.bt_bb_layout_boxed_800 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bt_bb_layout_boxed_900 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider {
    overflow: visible;
}

.bt_bb_layout_boxed_900 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.bt_bb_layout_boxed_900 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bt_bb_layout_boxed_1000 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider {
    overflow: visible;
}

.bt_bb_layout_boxed_1000 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.bt_bb_layout_boxed_1000 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bt_bb_layout_boxed_1100 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider {
    overflow: visible;
}

.bt_bb_layout_boxed_1100 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.bt_bb_layout_boxed_1100 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bt_bb_layout_boxed_1200 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider {
    overflow: visible;
}

.bt_bb_layout_boxed_1200 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.bt_bb_layout_boxed_1200 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bt_bb_layout_boxed_1300 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider {
    overflow: visible;
}

.bt_bb_layout_boxed_1300 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.bt_bb_layout_boxed_1300 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bt_bb_layout_boxed_1400 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider {
    overflow: visible;
}

.bt_bb_layout_boxed_1400 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.bt_bb_layout_boxed_1400 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bt_bb_layout_boxed_1500 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider {
    overflow: visible;
}

.bt_bb_layout_boxed_1500 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.bt_bb_layout_boxed_1500 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bt_bb_layout_boxed_1600 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider {
    overflow: visible;
}

.bt_bb_layout_boxed_1600 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-next {
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.bt_bb_layout_boxed_1600 .bt_bb_content_slider:not(.bt_bb_arrows_style_borderless) .slick-slider button.slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1350px) {
    .bt_bb_arrows_size_large button.slick-arrow {
        opacity: .2;
        width: 60px;
        height: 60px;
        margin-top: -37.5px;
    }

    .bt_bb_arrows_size_large button.slick-arrow:before {
        font-size: 55px;
        line-height: 60px;
    }

    .bt_bb_arrows_size_large button.slick-arrow:hover {
        opacity: 1 !important;
    }
}

@media (max-width: 1200px) {
    .slick-dots li .btSlickDotImage,
    .slick-dots li .btSlickDotData {
        display: none;
    }

    .slick-dots li .btSlickDotImage img,
    .slick-dots li .btSlickDotData img {
        display: none;
    }

    button.slick-arrow {
        display: none !important;
    }
}

/* Slider - Navigation arrows style Borderless */
.bt_bb_content_slider.bt_bb_arrows_style_borderless button.slick-arrow {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    -webkit-transform: all 300ms ease-in;
    -moz-transform: all 300ms ease-in;
    -ms-transform: all 300ms ease-in;
    transform: all 300ms ease-in;
}

.bt_bb_content_slider.bt_bb_arrows_style_borderless button.slick-arrow:before {
    color: #fff;
}

.bt_bb_content_slider.bt_bb_arrows_style_borderless button.slick-arrow:hover {
    background-color: rgba(0, 0, 0, .3);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.bt_bb_content_slider.bt_bb_arrows_style_borderless:hover button.slick-arrow {
    opacity: 1;
}

/* Masonry Post Grid */
.bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content {
    overflow: hidden;
}

.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content {
    margin: -1px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_extrasmall .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 1px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content {
    margin: -3px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_small .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 3px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content {
    margin: -20px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_normal .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 10px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content {
    margin: -30px;
}

.bt_bb_masonry_post_grid.bt_bb_gap_large .bt_bb_masonry_post_grid_content .bt_bb_grid_item {
    padding: 30px;
}

/* Section gradients */
.bt_bb_section[class*="light_solid"]:before {
    background-color: rgba(255, 255, 255, .5);
}

.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(19, 19, 21, .5);
}

.bt_bb_section[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top, rgb(19, 19, 21) 0%, rgba(19, 19, 21, 0) 35%, rgba(19, 19, 21, 0) 65%, rgb(19, 19, 21) 100%);
    background: -moz-linear-gradient(top, rgb(19, 19, 21) 0%, rgba(19, 19, 21, 0) 35%, rgba(19, 19, 21, 0) 65%, rgb(19, 19, 21) 100%);
    background: linear-gradient(to bottom, rgb(19, 19, 21) 0%, rgba(19, 19, 21, 0) 35%, rgba(19, 19, 21, 0) 65%, rgb(19, 19, 21) 100%);
}

.bt_bb_section[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 1) 100%);
}

/* Weather */
.bt_bb_weather .btIconWidget {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 -5px;
}

.bt_bb_weather .btIconWidget .btIconWidgetIcon {
    font-size: 3rem;
    line-height: .35;
    padding: 0 5px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.bt_bb_weather .btIconWidget .btIconWidgetContent {
    padding: 0 5px;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.bt_bb_weather .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
    display: block;
    line-height: 1;
    margin-bottom: 3px;
    font-size: .85em;
    opacity: .5;
}

.bt_bb_weather .btIconWidget .btIconWidgetContent .btIconWidgetText {
    display: block;
    line-height: 1;
    font-size: 1.4em;
    font-weight: 300;
    opacity: 1;
}

.bt_bb_weather.bt_bb_size_large .btIconWidget .btIconWidgetIcon {
    font-size: 6rem;
    line-height: .8;
    font-weight: 500;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.bt_bb_weather.bt_bb_size_large .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
    font-size: 1.2em;
}

.bt_bb_weather.bt_bb_size_large .btIconWidget .btIconWidgetContent .btIconWidgetText {
    font-size: 4.5em;
}

/* Financial Data */
.bt_financial_data .btFinancialDataContent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -.25rem;
}

.bt_bb_align_left .bt_bb_align_center.bt_financial_data .btFinancialDataContent, .bt_bb_align_right .bt_bb_align_center.bt_financial_data .btFinancialDataContent, .bt_bb_align_left .bt_bb_align_center .bt_financial_data .btFinancialDataContent, .bt_bb_align_right .bt_bb_align_center .bt_financial_data .btFinancialDataContent, .bt_bb_align_center.bt_financial_data .btFinancialDataContent, .bt_bb_align_center .bt_financial_data .btFinancialDataContent {
    display: block;
}

.bt_bb_align_left .bt_bb_align_center.bt_financial_data .btFinancialDataContent, .bt_bb_align_right .bt_bb_align_center.bt_financial_data .btFinancialDataContent, .bt_bb_align_left .bt_bb_align_center .bt_financial_data .btFinancialDataContent, .bt_bb_align_right .bt_bb_align_center .bt_financial_data .btFinancialDataContent, .bt_bb_align_center.bt_financial_data .btFinancialDataContent, .bt_bb_align_center .bt_financial_data .btFinancialDataContent .btFinancialDataIcon {
    margin-bottom: .5em;
}

.bt_bb_align_left .bt_bb_align_right.bt_financial_data .btFinancialDataContent, .bt_bb_align_center .bt_bb_align_right.bt_financial_data .btFinancialDataContent, .bt_bb_align_left .bt_bb_align_right .bt_financial_data .btFinancialDataContent, .bt_bb_align_center .bt_bb_align_right .bt_financial_data .btFinancialDataContent, .bt_bb_align_right.bt_financial_data .btFinancialDataContent, .bt_bb_align_right .bt_financial_data .btFinancialDataContent {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bt_financial_data .btFinancialDataContent .btFinancialDataIcon {
    font-size: 2.5rem;
    line-height: 1;
    padding: 0 .25rem;
}

.bt_financial_data .btFinancialDataContent .btFinancialDataDetails {
    padding: 0 .25rem;
}

.bt_financial_data .btFinancialDataContent .btFinancialDataDetails .btFinancialDataTitle {
    display: block;
    line-height: 1;
    margin-bottom: 3px;
}

.bt_financial_data .btFinancialDataContent .btFinancialDataDetails .btFinancialDataTitle span:not(.bt_time_value) {
    color: #0e87c6;
    font-weight: 600;
    font-size: .8em;
}

.bt_financial_data .btFinancialDataContent .btFinancialDataDetails .btFinancialDataTitle .bt_time_value {
    font-size: .7em;
    padding-left: .5em;
}

.bt_financial_data .btFinancialDataContent .btFinancialDataDetails .btFinancialDataTime {
    font-size: .8em;
    opacity: .5;
    display: block;
    line-height: 1;
    margin-top: 3px;
}

.bt_financial_data .btFinancialDataContent .btFinancialDataDetails .btFinancialDataValue {
    line-height: 1;
    font-size: 1.4rem;
    margin-top: 3px;
    font-weight: 800;
}

.bt_financial_data .btFinancialDataContent .btFinancialDataDetails .btFinancialDataChange {
    font-size: .8em;
    display: block;
    line-height: 1;
    margin-top: 5px;
}

.bt_financial_data_change_up {
    color: #5cb85c;
}

.bt_financial_data_change_up:before {
    content: '+';
}

.bt_financial_data_change_down {
    color: red;
}

/* Custom shadow */
.btDarkShadowSection {
    -webkit-box-shadow: 0 0 20px 0 #000;
    box-shadow: 0 0 20px 0 #000;
}

.btDarkShadowInnerColumn .bt_bb_column_content {
    -webkit-box-shadow: 0 0 20px 0 #000;
    box-shadow: 0 0 20px 0 #000;
}

/* Custom inner row */
.btInnerRowHighlight {
    background: white;
    border: 1px solid #ddd;
    margin: 0 !important;
    padding: 1em;
}

/* Pop-up Hustle */
.hustle-modal-title {
    font: 600 65px/65px "Roboto", Arial, sans-serif !important;
    margin-top: .5em;
}

.hustle-modal header .hustle-modal-subtitle {
    margin-top: 1.5em;
}

.hustle-modal article {
    padding: 40px !important;
    padding-bottom: 0 !important;
}

.hustle-modal footer {
    background-color: transparent !important;
    position: absolute;
    top: 38%;
    width: 100%;
}

form.hustle-modal-optin_form {
    display: block !important;
}

.hustle-modal .hustle-modal-optin_form {
    padding: 40px !important;
}

.hustle-modal .hustle-modal-optin_field {
    margin-bottom: 25px !important;
}

.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_button {
    margin-top: 25px;
}

.wph-modal button {
    border-radius: 50px;
}

.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field input {
    height: 55px !important;
    font-size: 20px !important;
}

.hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field label {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wph-modal .hustle-modal-optin_form .hustle-modal-optin_field label .hustle-modal-optin_placeholder {
    font-size: 20px;
}

@media (max-width: 991px) {
    .hustle-modal {
        width: 330px !important;
    }

    .hustle-modal-title {
        font: 600 45px/45px "Roboto", Arial, sans-serif !important;
    }

    .hustle-modal .hustle-modal-optin_form .hustle-modal-optin_field input {
        font-size: 14px !important;
    }

    .wph-modal .hustle-modal-optin_form .hustle-modal-optin_field label .hustle-modal-optin_placeholder {
        font-size: 14px;
    }
}

/* Twitter */
.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_username {
    margin-bottom: .5em;
    line-height: 40px;
}

.bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter .bt_bb_twitter_item .bt_bb_twitter_avatar {
    max-width: 40px;
    float: left;
    margin-right: 1em;
}

/* Price table */
.bt_bb_price_list {
    background-color: #fff;
    border-width: 5px;
    border-color: rgba(0, 0, 0, .1) !important;
}

.bt_bb_price_list .bt_bb_price_list_title {
    margin: -5px;
}

.bt_bb_price_list .bt_bb_price_list_subtitle {
    font-family: "PT Serif";
    font-style: italic;
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_amount {
    font-size: 6em;
    font-weight: 600;
}

.bt_bb_price_list .bt_bb_price_list_price .bt_bb_price_list_currency {
    font-size: 3em;
}

.bt_bb_price_list ul li {
    border: none;
    font-size: 1.1em;
}

.bt_bb_price_list ul li:nth-child(odd) {
    background: rgba(0, 0, 0, .1);
}

/* Product lists */
.woocommerce-result-count,
.woocommerce-ordering {
    width: 50%;
    float: left;
    margin: 0;
    line-height: 2.5em;
    margin-bottom: 2em;
}

.rtl .woocommerce-result-count,
.rtl .woocommerce-ordering {
    float: right;
}

.woocommerce-ordering {
    padding-left: 1em;
}

.rtl .woocommerce-ordering {
    padding-left: 0;
    padding-right: 1em;
}

.products ul,
ul.products {
    margin: 0 -1em 2rem;
    padding: 0;
    list-style: none;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products ul li.product,
ul.products li.product {
    width: 100%;
    padding: 0 1em;
    margin: 0 0 3rem;
    position: relative;
    list-style: none;
}

.woocommerce-page .products ul li.product,
.woocommerce-page ul.products li.product {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

.columns-2 .products ul li.product,
.columns-2 ul.products li.product {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.columns-3 .products ul li.product,
.columns-3 ul.products li.product {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

.columns-4 .products ul li.product,
.columns-4 ul.products li.product {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.columns-5 .products ul li.product,
.columns-5 ul.products li.product {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.columns-6 .products ul li.product,
.columns-6 ul.products li.product {
    -webkit-flex: 0 0 16.6666%;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
}

.products ul li.product.first,
ul.products li.product.first {
    clear: both;
}

.products ul li.product .btWooShopLoopItemInner,
ul.products li.product .btWooShopLoopItemInner {
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 0 2em 2rem;
}

.products ul li.product .btWooShopLoopItemInner:after,
ul.products li.product .btWooShopLoopItemInner:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_image,
ul.products li.product .btWooShopLoopItemInner .bt_bb_image {
    margin-left: -2em;
    margin-right: -2em;
    margin-bottom: 1.75em;
    float: none;
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_image img,
ul.products li.product .btWooShopLoopItemInner .bt_bb_image img {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_headline,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline {
    margin: 1em 0 0;
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline {
    margin-bottom: 1em;
}

.products ul li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before,
ul.products li.product .btWooShopLoopItemInner .bt_bb_headline .bt_bb_headline_subheadline .btNoStarRating:before {
    content: '-';
    opacity: 0;
}

.products ul li.product .btWooShopLoopItemInner .price,
ul.products li.product .btWooShopLoopItemInner .price {
    display: block;
    font-weight: 600;
    margin-bottom: 1em;
}

.products ul li.product .btWooShopLoopItemInner .price:after,
ul.products li.product .btWooShopLoopItemInner .price:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.products ul li.product .btWooShopLoopItemInner .price del,
ul.products li.product .btWooShopLoopItemInner .price del {
    color: inherit;
    opacity: .5;
    display: inline-block;
    margin: 0 5px 0 0;
}

.products ul li.product .btWooShopLoopItemInner .price ins,
ul.products li.product .btWooShopLoopItemInner .price ins {
    background: 0 0;
    font-weight: 700;
    text-decoration: none;
}

.products ul li.product .btWooShopLoopItemInner .price .from,
ul.products li.product .btWooShopLoopItemInner .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    opacity: .5;
}

.products ul li.product .btWooShopLoopItemInner a.button,
ul.products li.product .btWooShopLoopItemInner a.button {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-size: .8em;
}

.btSoftRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,
.btSoftRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button {
    border-radius: 5px;
}

.btHardRoundedButtons .products ul li.product .btWooShopLoopItemInner a.button,
.btHardRoundedButtons ul.products li.product .btWooShopLoopItemInner a.button {
    border-radius: 50px;
}

.products ul li.product .btWooShopLoopItemInner .added:after,
.products ul li.product .btWooShopLoopItemInner .loading:after,
ul.products li.product .btWooShopLoopItemInner .added:after,
ul.products li.product .btWooShopLoopItemInner .loading:after {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    font: 400 1.3em/1.7em WooCommerce;
    vertical-align: middle;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    width: 1.7em;
    height: 1.7em;
    margin: -.85em -.85em 0 0;
    border-radius: 50%;
    background-color: #e62b34;
    color: #fff;
}

.products ul li.product .btWooShopLoopItemInner .loading:after,
ul.products li.product .btWooShopLoopItemInner .loading:after {
    content: "\e01c";
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.products ul li.product .btWooShopLoopItemInner .added:after,
ul.products li.product .btWooShopLoopItemInner .added:after {
    content: "\e017";
}

.products ul li.product .btWooShopLoopItemInner .added_to_cart,
ul.products li.product .btWooShopLoopItemInner .added_to_cart {
    font-size: .8em;
    margin-left: .5em;
    color: #e62b34;
}

.products ul li.product .onsale,
ul.products li.product .onsale {
    position: absolute;
    top: 1em;
    right: 2em;
    left: auto;
    background: #FF7F00;
    color: white;
    opacity: .9;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

/* Pagination */
.woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

nav.woocommerce-pagination {
    clear: both;
    display: block;
    text-align: center;
    margin-bottom: 3em;
}

nav.woocommerce-pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

nav.woocommerce-pagination ul li {
    margin: 0;
    padding: 0 .2em;
    display: inline-block;
}

nav.woocommerce-pagination ul li a,
nav.woocommerce-pagination ul li span {
    margin: 0;
    padding: 0;
    width: 2em;
    text-align: center;
    line-height: 2em;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 0 0 1em #e62b34 inset;
    box-shadow: 0 0 0 1em #e62b34 inset;
}

.btLightSkin nav.woocommerce-pagination ul li a,
.btDarkSkin .btLightSkin nav.woocommerce-pagination ul li a,
.btLightSkin .btDarkSkin .btLightSkin nav.woocommerce-pagination ul li a,
.btLightSkin nav.woocommerce-pagination ul li span,
.btDarkSkin .btLightSkin nav.woocommerce-pagination ul li span,
.btLightSkin .btDarkSkin .btLightSkin nav.woocommerce-pagination ul li span {
    color: #fff;
}

.btDarkSkin nav.woocommerce-pagination ul li a,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a,
.btDarkSkin nav.woocommerce-pagination ul li span,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li span,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li span {
    color: rgb(19, 19, 21);
}

.btHardRoundedButtons nav.woocommerce-pagination ul li a,
.btHardRoundedButtons nav.woocommerce-pagination ul li span {
    border-radius: 50px;
}

.btSoftRoundedButtons nav.woocommerce-pagination ul li a,
.btSoftRoundedButtons nav.woocommerce-pagination ul li span {
    border-radius: 5px;
}

nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a.next,
nav.woocommerce-pagination ul li a.prev,
nav.woocommerce-pagination ul li span.current {
    -webkit-box-shadow: 0 0 0 1px #e62b34 inset !important;
    box-shadow: 0 0 0 1px #e62b34 inset !important;
    color: #e62b34 !important;
}

nav.woocommerce-pagination ul li a:hover {
    -webkit-box-shadow: 0 0 0 1px #ffd400 inset !important;
    box-shadow: 0 0 0 1px #ffd400 inset !important;
    color: #ffd400 !important;
}

nav.woocommerce-pagination ul li a.next:hover,
nav.woocommerce-pagination ul li a.prev:hover {
    -webkit-box-shadow: 0 0 0 1em #e62b34 inset !important;
    box-shadow: 0 0 0 1em #e62b34 inset !important;
}

.btLightSkin nav.woocommerce-pagination ul li a.next:hover,
.btDarkSkin .btLightSkin nav.woocommerce-pagination ul li a.next:hover,
.btLightSkin .btDarkSkin .btLightSkin nav.woocommerce-pagination ul li a.next:hover,
.btLightSkin nav.woocommerce-pagination ul li a.prev:hover,
.btDarkSkin .btLightSkin nav.woocommerce-pagination ul li a.prev:hover,
.btLightSkin .btDarkSkin .btLightSkin nav.woocommerce-pagination ul li a.prev:hover {
    color: #fff !important;
}

.btDarkSkin nav.woocommerce-pagination ul li a.next:hover,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a.next:hover,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a.next:hover,
.btDarkSkin nav.woocommerce-pagination ul li a.prev:hover,
.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a.prev:hover,
.btDarkSkin.btLightSkin .btDarkSkin nav.woocommerce-pagination ul li a.prev:hover {
    color: rgb(19, 19, 21) !important;
}

/* Single product */
div.product {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1em;
    position: relative;
}

div.product .onsale {
    position: absolute;
    top: 1em;
    right: 2em;
    background: #FF7F00;
    color: white;
    opacity: .9;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.rtl div.product .onsale {
    left: 0;
    right: 2em;
}

div.product div.images {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 .5em;
    margin: 0 0 1em;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
}

.rtl div.product div.images {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    width: 2em;
}

div.product div.images .woocommerce-product-gallery__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    padding: 1em .5em;
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    border: 1px solid rgba(0, 0, 0, .05);
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
    margin: 0 .5em;
    border: 1px solid rgba(0, 0, 0, .05);
}

div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
    border: none;
}

div.product div.images.woocommerce-product-gallery--columns-1 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

div.product div.images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

div.product div.images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
}

div.product div.images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

div.product div.images.woocommerce-product-gallery--columns-5 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

div.product div.images.woocommerce-product-gallery--columns-6 .woocommerce-product-gallery__image {
    -webkit-flex: 0 0 16.666%;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
}

div.product div.images .woocommerce-product-gallery__image {
    float: left;
    padding: 0px 0 0;
}

div.product div.images .woocommerce-product-gallery__image img {
    border: 0;
}

div.product div.images .woocommerce-product-gallery__image:first-child {
    float: none;
    overflow: hidden;
    margin: 0px 0 0;
    padding: 0;
    width: auto !important;
}

div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    left: 40px;
    top: 20px;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}

div.product div.images .woocommerce-product-gallery__trigger:after {
    display: block;
    font-family: FontAwesome;
    content: "\f002";
    -webkit-box-shadow: 0 0 0 2em #e62b34 inset, 0 0 0 2em rgba(255, 255, 255, .5) inset;
    box-shadow: 0 0 0 2em #e62b34 inset, 0 0 0 2em rgba(255, 255, 255, .5) inset;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    width: 34.5px;
    line-height: 34.5px;
    text-align: center;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

div.product div.images .woocommerce-product-gallery__trigger:hover:after {
    -webkit-box-shadow: 0 0 0 1px #e62b34 inset, 0 0 0 2em rgba(255, 255, 255, .5) inset;
    box-shadow: 0 0 0 1px #e62b34 inset, 0 0 0 2em rgba(255, 255, 255, .5) inset;
    color: #e62b34;
}

div.product div.summary {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 1em;
    margin-bottom: 1em;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.rtl div.product div.summary {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

div.product div.summary header {
    margin-bottom: 2em;
}

div.product div.summary .price {
    font-size: 3em;
}

div.product div.summary .group_table .price {
    font-size: 2em;
}

div.product div.summary div[itemprop="description"] {
    margin-bottom: 2em;
}

div.product div.summary form.cart .quantity {
    width: 100px;
    margin-right: .5em;
    display: inline-block;
    height: 2.8em;
}

.rtl div.product div.summary form.cart .quantity {
    margin-right: 0;
    margin-left: .5em;
    float: right;
}

div.product div.summary form.cart .quantity input {
    height: 2.85em;
    display: inline-block;
}

div.product div.summary form.cart .group_table .quantity {
    width: 50px;
}

div.product div.summary form.cart .single_add_to_cart_button {
    display: inline-block;
    height: 3em;
}

div.product div.summary form.cart:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

div.product span.btProductSKU {
    display: block;
}

div.product div.product-description,
div.product div.products,
div.product div.product-meta,
div.product section.products.related,
div.product section.products.upsells {
    padding: 0 1em;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

div.product div.product-description {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

div.product div.product-meta {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

div.product section.products.upsells {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

div.product section.products.related {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

div.product div.product-meta .btArticleShareEtc {
    max-width: initial;
}

div.product table.variations {
    border: none;
    display: block;
}

div.product table.variations tbody,
div.product table.variations tr,
div.product table.variations td {
    padding: 0;
    border: none;
    display: block;
}

/* Card */
table.shop_table .coupon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

table.shop_table .coupon label {
    margin-right: .5em;
}

table.shop_table .coupon .input-text {
    margin-right: .5em;
    color: #e62b34;
    border: none !important;
    height: 2em;
    padding: 0 .5em;
}

table.shop_table button[name="apply_coupon"] {
    width: 100%;
}

table.shop_table input[name="update_cart"] {
    float: right;
    width: 300px;
}

table.shop_table {
    margin-bottom: 2em;
    border: none;
}

table.shop_table td,
table.shop_table th {
    border-left: none;
    border-right: none;
}

table.shop_table td.product-remove {
    width: 3em;
}

table.shop_table td.product-remove a.remove {
    display: inline-block;
    font-size: 1em;
    text-align: center;
    padding: 0;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    color: #e62b34;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 1px #e62b34 inset;
    box-shadow: 0 0 0 1px #e62b34 inset;
    border-radius: 50%;
}

table.shop_table td.product-remove a.remove:hover {
    background-color: #e62b34;
    color: #fff;
}

table.shop_table td.product-thumbnail {
    width: 100px;
    text-align: center;
    line-height: 0;
}

table.shop_table td.product-thumbnail img {
    width: 80px;
    height: auto;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.shop_table .product-quantity {
    text-align: center;
}

table.shop_table .product-quantity .quantity {
    width: 70px;
    display: inline-block;
}

table.shop_table .product-subtotal,
table.shop_table .product-total,
table.shop_table .product-price,
table.shop_table .order-actions {
    text-align: right;
}

.cart-collaterals {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -1em;
}

.cart-collaterals .cross-sells,
.cart-collaterals .cart_totals {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0 1em;
}

.cart-collaterals .cross-sells ul.products li.product {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.cart-collaterals .cart_totals th {
    text-align: left;
}

.cart-collaterals .cart_totals td {
    text-align: right;
}

tr.cart-subtotal,
tfoot {
    border-top: 2px solid;
}

tr.order-total,
tfoot {
    border-bottom: 2px solid;
}

/* Checkout */
table.woocommerce-checkout-review-order-table td.product-total,
table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
table.woocommerce-checkout-review-order-table tr.order-total td {
    text-align: right;
}

ul.wc_payment_methods {
    margin: 0;
    list-style: none;
}

ul.wc_payment_methods li:not(.woocommerce-info) {
    margin-left: 0;
    padding-left: 0;
}

ul.wc_payment_methods li .input-radio {
    margin-right: .2em;
}

ul.wc_payment_methods li img {
    max-height: 40px;
    margin-left: 10px;
    vertical-align: middle;
}

ul.wc_payment_methods li .about_paypal {
    margin-left: .5em;
    color: #e62b34;
}

ul.wc_payment_methods li div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    background-color: #dfdcde;
}

ul.wc_payment_methods li div.payment_box:before {
    content: "";
    display: block;
    border: 10px solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    left: 1em;
    top: -20px;
}

ul.wc_payment_methods li div.payment_box span.help {
    font-size: .857em;
}

ul.wc_payment_methods li div.payment_box p:last-child {
    margin-bottom: 0;
}

#customer_details .col-1,
#customer_details .col-2 {
    margin-bottom: 2em;
}

/* My account */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 .5em 0 0;
    padding: 0;
    display: inline-block;
}

.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    padding: .5em 1em;
    border-bottom: 2px solid #e62b34;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #181818;
    border-color: #181818;
}

.woocommerce-MyAccount-navigation .shop_table {
    margin-bottom: 2em;
}

.woocommerce-MyAccount-navigation .shop_table tfoot {
    text-align: right;
}

.woocommerce-orders-table__cell-order-actions a {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.woocommerce-EditAccountForm fieldset {
    margin-bottom: 2em;
}

/* General */
/* Woocommerce layout */
.col2-set {
    width: 100%;
}

.col2-set .col-1 {
    float: left;
    width: 48%;
}

.col2-set .col-2 {
    float: right;
    width: 48%;
}

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

div.product form.cart .reset_variations,
form .form-row label.hidden {
    visibility: hidden;
}

/* Form row */
form fieldset {
    padding: 2em;
    border: 1px solid rgba(0, 0, 0, .1);
}

form .form-row {
    margin: 0 0 1em;
}

form input[type="submit"].button {
    text-align: center;
}

form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0;
}

form .form-row label {
    display: block;
    margin-bottom: .5em;
}

form .form-row label.inline,
form .form-row label.checkbox {
    display: inline;
    margin-bottom: 0;
}

form .form-row select {
    cursor: pointer;
    margin: 0;
}

form .form-row .select2-container {
    line-height: 2.5em;
}

.rtlform .form-row .select2-container {
    text-align: right;
}

form .form-row .select2-container .select2-choice {
    padding-left: 1em;
    height: 3.2em;
    line-height: 3.2em;
}

.rtlform .form-row .select2-container .select2-choice {
    padding-left: 0;
    padding-right: 1em;
}

form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}

form .form-row .input-checkbox {
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: auto;
    display: inline;
}

form .form-row textarea {
    height: 5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .form-row.woocommerce-invalid .select2-container,
form .form-row.woocommerce-invalid input.input-text,
form .form-row.woocommerce-invalid select {
    border-color: #a00;
}

form .form-row.woocommerce-validated .select2-container,
form .form-row.woocommerce-validated input.input-text,
form .form-row.woocommerce-validated select {
    border-color: #69bf29;
}

form .form-row::-webkit-input-placeholder {
    line-height: normal;
}

form .form-row:-moz-placeholder {
    line-height: normal;
}

form .form-row:-ms-input-placeholder {
    line-height: normal;
}

/* Overlay */
.blockUI.blockOverlay {
    position: relative;
}

.blockUI.blockOverlay:before,
.loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}

/* Messages */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 1em 1em 3em;
    margin: 0 0 2em;
    position: relative;
    background-color: rgba(0, 0, 0, .07);
    color: inherit;
    border-top: 4px solid;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-info a:not(.button),
.woocommerce-message a:not(.button) {
    color: #e62b34;
    text-decoration: underline;
}

.woocommerce-error {
    border-top-color: #b81c23;
}

.woocommerce-error a {
    color: #b81c23;
}

.woocommerce-info a:hover,
.woocommerce-message a:hover {
    text-decoration: none;
}

.woocommerce-error a:hover {
    color: #fff;
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-family: Icon7Stroke;
    font-size: 1.5em;
    font-weight: 400;
    position: absolute;
    left: .5em;
    top: .4em;
}

.woocommerce-message:before,
.woocommerce-info:before {
    content: "\e647";
    color: #e62b34;
}

.woocommerce-error:before {
    content: '\e67b';
    color: #b81c23;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right;
    border: none !important;
    line-height: inherit !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px;
}

.woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
}

.woocommerce-breadcrumb a {
    color: inherit;
}

.woocommerce-breadcrumb:after,
.woocommerce-breadcrumb:before {
    content: " ";
    display: table;
}

/* Payment images */
.wc-credit-card-form-card-cvc.visa,
.wc-credit-card-form-card-expiry.visa,
.wc-credit-card-form-card-number.visa {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png);
}

.wc-credit-card-form-card-cvc.mastercard,
.wc-credit-card-form-card-expiry.mastercard,
.wc-credit-card-form-card-number.mastercard {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png);
}

.wc-credit-card-form-card-cvc.laser,
.wc-credit-card-form-card-expiry.laser,
.wc-credit-card-form-card-number.laser {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png);
}

.wc-credit-card-form-card-cvc.dinersclub,
.wc-credit-card-form-card-expiry.dinersclub,
.wc-credit-card-form-card-number.dinersclub {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png);
}

.wc-credit-card-form-card-cvc.maestro,
.wc-credit-card-form-card-expiry.maestro,
.wc-credit-card-form-card-number.maestro {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png);
}

.wc-credit-card-form-card-cvc.jcb,
.wc-credit-card-form-card-expiry.jcb,
.wc-credit-card-form-card-number.jcb {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png);
}

.wc-credit-card-form-card-cvc.amex,
.wc-credit-card-form-card-expiry.amex,
.wc-credit-card-form-card-number.amex {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png);
}

.wc-credit-card-form-card-cvc.discover,
.wc-credit-card-form-card-expiry.discover,
.wc-credit-card-form-card-number.discover {
    background-image: url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png);
}

/* Inpage headlines */
.products > h1,
.products > h2,
.products > h3,
.products > h4,
.products > h5,
.products > h6,
.products > h7,
.products > h8,
div.bt_bb_tab_content > h1,
div.bt_bb_tab_content > h2,
div.bt_bb_tab_content > h3,
div.bt_bb_tab_content > h4,
div.bt_bb_tab_content > h5,
div.bt_bb_tab_content > h6,
div.bt_bb_tab_content > h7,
div.bt_bb_tab_content > h8,
.cross-sells > h1,
.cross-sells > h2,
.cross-sells > h3,
.cross-sells > h4,
.cross-sells > h5,
.cross-sells > h6,
.cross-sells > h7,
.cross-sells > h8,
.comment-respond > h1,
.comment-respond > h2,
.comment-respond > h3,
.comment-respond > h4,
.comment-respond > h5,
.comment-respond > h6,
.comment-respond > h7,
.comment-respond > h8,
section.related.products > h1,
section.related.products > h2,
section.related.products > h3,
section.related.products > h4,
section.related.products > h5,
section.related.products > h6,
section.related.products > h7,
section.related.products > h8,
div.cart_totals > h1,
div.cart_totals > h2,
div.cart_totals > h3,
div.cart_totals > h4,
div.cart_totals > h5,
div.cart_totals > h6,
div.cart_totals > h7,
div.cart_totals > h8,
div.woocommerce-billing-fields > h1,
div.woocommerce-billing-fields > h2,
div.woocommerce-billing-fields > h3,
div.woocommerce-billing-fields > h4,
div.woocommerce-billing-fields > h5,
div.woocommerce-billing-fields > h6,
div.woocommerce-billing-fields > h7,
div.woocommerce-billing-fields > h8,
div.woocommerce-additional-fields > h1,
div.woocommerce-additional-fields > h2,
div.woocommerce-additional-fields > h3,
div.woocommerce-additional-fields > h4,
div.woocommerce-additional-fields > h5,
div.woocommerce-additional-fields > h6,
div.woocommerce-additional-fields > h7,
div.woocommerce-additional-fields > h8,
div.woocommerce-shipping-fields > h1,
div.woocommerce-shipping-fields > h2,
div.woocommerce-shipping-fields > h3,
div.woocommerce-shipping-fields > h4,
div.woocommerce-shipping-fields > h5,
div.woocommerce-shipping-fields > h6,
div.woocommerce-shipping-fields > h7,
div.woocommerce-shipping-fields > h8,
form.woocommerce-checkout > h1,
form.woocommerce-checkout > h2,
form.woocommerce-checkout > h3,
form.woocommerce-checkout > h4,
form.woocommerce-checkout > h5,
form.woocommerce-checkout > h6,
form.woocommerce-checkout > h7,
form.woocommerce-checkout > h8,
div.woocommerce-MyAccount-content > h1,
div.woocommerce-MyAccount-content > h2,
div.woocommerce-MyAccount-content > h3,
div.woocommerce-MyAccount-content > h4,
div.woocommerce-MyAccount-content > h5,
div.woocommerce-MyAccount-content > h6,
div.woocommerce-MyAccount-content > h7,
div.woocommerce-MyAccount-content > h8,
div.woocommerce-MyAccount-content header > h1,
div.woocommerce-MyAccount-content header > h2,
div.woocommerce-MyAccount-content header > h3,
div.woocommerce-MyAccount-content header > h4,
div.woocommerce-MyAccount-content header > h5,
div.woocommerce-MyAccount-content header > h6,
div.woocommerce-MyAccount-content header > h7,
div.woocommerce-MyAccount-content header > h8,
div.woocommerce-MyAccount-content form > h1,
div.woocommerce-MyAccount-content form > h2,
div.woocommerce-MyAccount-content form > h3,
div.woocommerce-MyAccount-content form > h4,
div.woocommerce-MyAccount-content form > h5,
div.woocommerce-MyAccount-content form > h6,
div.woocommerce-MyAccount-content form > h7,
div.woocommerce-MyAccount-content form > h8,
.woocommerce-customer-details > h1,
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3,
.woocommerce-customer-details > h4,
.woocommerce-customer-details > h5,
.woocommerce-customer-details > h6,
.woocommerce-customer-details > h7,
.woocommerce-customer-details > h8,
.woocommerce-order-details > h1,
.woocommerce-order-details > h2,
.woocommerce-order-details > h3,
.woocommerce-order-details > h4,
.woocommerce-order-details > h5,
.woocommerce-order-details > h6,
.woocommerce-order-details > h7,
.woocommerce-order-details > h8 {
    margin: 0 0 1em;
    padding: 0;
    font-size: 1.4em;
}

/* Buttons */
.woocommerce .btSidebar a.button,
.woocommerce .btContent a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .btContent a.button,
.woocommerce .btSidebar input[type="submit"],
.woocommerce .btContent input[type="submit"],
.woocommerce-page .btSidebar input[type="submit"],
.woocommerce-page .btContent input[type="submit"],
.woocommerce .btSidebar button[type="submit"],
.woocommerce .btContent button[type="submit"],
.woocommerce-page .btSidebar button[type="submit"],
.woocommerce-page .btContent button[type="submit"],
.woocommerce .btSidebar input.button,
.woocommerce .btContent input.button,
.woocommerce-page .btSidebar input.button,
.woocommerce-page .btContent input.button,
.woocommerce .btSidebar input.alt:hover,
.woocommerce .btContent input.alt:hover,
.woocommerce-page .btSidebar input.alt:hover,
.woocommerce-page .btContent input.alt:hover,
.woocommerce .btSidebar a.button.alt:hover,
.woocommerce .btContent a.button.alt:hover,
.woocommerce-page .btSidebar a.button.alt:hover,
.woocommerce-page .btContent a.button.alt:hover,
.woocommerce .btSidebar .button.alt:hover,
.woocommerce .btContent .button.alt:hover,
.woocommerce-page .btSidebar .button.alt:hover,
.woocommerce-page .btContent .button.alt:hover,
.woocommerce .btSidebar button.alt:hover,
.woocommerce .btContent button.alt:hover,
.woocommerce-page .btSidebar button.alt:hover,
.woocommerce-page .btContent button.alt:hover,
div.woocommerce a.button,
div.woocommerce input[type="submit"],
div.woocommerce button[type="submit"],
div.woocommerce input.button,
div.woocommerce input.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce .button.alt:hover,
div.woocommerce button.alt:hover {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1em 1.2em;
    font-size: .9em;
    cursor: pointer;
    background-color: transparent;
}

.btHardRoundedButtons.woocommerce .btSidebar a.button,
.btHardRoundedButtons.woocommerce .btContent a.button,
.btHardRoundedButtons.woocommerce-page .btSidebar a.button,
.btHardRoundedButtons.woocommerce-page .btContent a.button,
.btHardRoundedButtons.woocommerce .btSidebar input[type="submit"],
.btHardRoundedButtons.woocommerce .btContent input[type="submit"],
.btHardRoundedButtons.woocommerce-page .btSidebar input[type="submit"],
.btHardRoundedButtons.woocommerce-page .btContent input[type="submit"],
.btHardRoundedButtons.woocommerce .btSidebar button[type="submit"],
.btHardRoundedButtons.woocommerce .btContent button[type="submit"],
.btHardRoundedButtons.woocommerce-page .btSidebar button[type="submit"],
.btHardRoundedButtons.woocommerce-page .btContent button[type="submit"],
.btHardRoundedButtons.woocommerce .btSidebar input.button,
.btHardRoundedButtons.woocommerce .btContent input.button,
.btHardRoundedButtons.woocommerce-page .btSidebar input.button,
.btHardRoundedButtons.woocommerce-page .btContent input.button,
.btHardRoundedButtons.woocommerce .btSidebar input.alt:hover,
.btHardRoundedButtons.woocommerce .btContent input.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent input.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent a.button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar .button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent .button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent .button.alt:hover,
.btHardRoundedButtons.woocommerce .btSidebar button.alt:hover,
.btHardRoundedButtons.woocommerce .btContent button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
.btHardRoundedButtons.woocommerce-page .btContent button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce a.button,
.btHardRoundedButtonsdiv.woocommerce input[type="submit"],
.btHardRoundedButtonsdiv.woocommerce button[type="submit"],
.btHardRoundedButtonsdiv.woocommerce input.button,
.btHardRoundedButtonsdiv.woocommerce input.alt:hover,
.btHardRoundedButtonsdiv.woocommerce a.button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce .button.alt:hover,
.btHardRoundedButtonsdiv.woocommerce button.alt:hover {
    border-radius: 50px;
}

.btSoftRoundedButtons.woocommerce .btSidebar a.button,
.btSoftRoundedButtons.woocommerce .btContent a.button,
.btSoftRoundedButtons.woocommerce-page .btSidebar a.button,
.btSoftRoundedButtons.woocommerce-page .btContent a.button,
.btSoftRoundedButtons.woocommerce .btSidebar input[type="submit"],
.btSoftRoundedButtons.woocommerce .btContent input[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btSidebar input[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btContent input[type="submit"],
.btSoftRoundedButtons.woocommerce .btSidebar button[type="submit"],
.btSoftRoundedButtons.woocommerce .btContent button[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btSidebar button[type="submit"],
.btSoftRoundedButtons.woocommerce-page .btContent button[type="submit"],
.btSoftRoundedButtons.woocommerce .btSidebar input.button,
.btSoftRoundedButtons.woocommerce .btContent input.button,
.btSoftRoundedButtons.woocommerce-page .btSidebar input.button,
.btSoftRoundedButtons.woocommerce-page .btContent input.button,
.btSoftRoundedButtons.woocommerce .btSidebar input.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent input.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar input.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent input.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar a.button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent a.button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar a.button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent a.button.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar .button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent .button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar .button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent .button.alt:hover,
.btSoftRoundedButtons.woocommerce .btSidebar button.alt:hover,
.btSoftRoundedButtons.woocommerce .btContent button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btSidebar button.alt:hover,
.btSoftRoundedButtons.woocommerce-page .btContent button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce a.button,
.btSoftRoundedButtonsdiv.woocommerce input[type="submit"],
.btSoftRoundedButtonsdiv.woocommerce button[type="submit"],
.btSoftRoundedButtonsdiv.woocommerce input.button,
.btSoftRoundedButtonsdiv.woocommerce input.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce a.button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce .button.alt:hover,
.btSoftRoundedButtonsdiv.woocommerce button.alt:hover {
    border-radius: 3px;
}

.woocommerce .btSidebar a.button,
.woocommerce .btContent a.button,
.woocommerce-page .btSidebar a.button,
.woocommerce-page .btContent a.button,
.woocommerce .btSidebar input[type="submit"],
.woocommerce .btContent input[type="submit"],
.woocommerce-page .btSidebar input[type="submit"],
.woocommerce-page .btContent input[type="submit"],
.woocommerce .btSidebar button[type="submit"],
.woocommerce .btContent button[type="submit"],
.woocommerce-page .btSidebar button[type="submit"],
.woocommerce-page .btContent button[type="submit"],
.woocommerce .btSidebar input.button,
.woocommerce .btContent input.button,
.woocommerce-page .btSidebar input.button,
.woocommerce-page .btContent input.button,
.woocommerce .btSidebar input.alt:hover,
.woocommerce .btContent input.alt:hover,
.woocommerce-page .btSidebar input.alt:hover,
.woocommerce-page .btContent input.alt:hover,
.woocommerce .btSidebar a.button.alt:hover,
.woocommerce .btContent a.button.alt:hover,
.woocommerce-page .btSidebar a.button.alt:hover,
.woocommerce-page .btContent a.button.alt:hover,
.woocommerce .btSidebar .button.alt:hover,
.woocommerce .btContent .button.alt:hover,
.woocommerce-page .btSidebar .button.alt:hover,
.woocommerce-page .btContent .button.alt:hover,
.woocommerce .btSidebar button.alt:hover,
.woocommerce .btContent button.alt:hover,
.woocommerce-page .btSidebar button.alt:hover,
.woocommerce-page .btContent button.alt:hover,
div.woocommerce a.button,
div.woocommerce input[type="submit"],
div.woocommerce button[type="submit"],
div.woocommerce input.button,
div.woocommerce input.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce .button.alt:hover,
div.woocommerce button.alt:hover {
    -webkit-box-shadow: 0 0 0 1px #ffd400 inset;
    box-shadow: 0 0 0 1px #ffd400 inset;
    color: #ffd400 !important;
    background: transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
}

.woocommerce .btSidebar a.button:hover,
.woocommerce .btContent a.button:hover,
.woocommerce-page .btSidebar a.button:hover,
.woocommerce-page .btContent a.button:hover,
.woocommerce .btSidebar input[type="submit"]:hover,
.woocommerce .btContent input[type="submit"]:hover,
.woocommerce-page .btSidebar input[type="submit"]:hover,
.woocommerce-page .btContent input[type="submit"]:hover,
.woocommerce .btSidebar button[type="submit"]:hover,
.woocommerce .btContent button[type="submit"]:hover,
.woocommerce-page .btSidebar button[type="submit"]:hover,
.woocommerce-page .btContent button[type="submit"]:hover,
.woocommerce .btSidebar input.button:hover,
.woocommerce .btContent input.button:hover,
.woocommerce-page .btSidebar input.button:hover,
.woocommerce-page .btContent input.button:hover,
.woocommerce .btSidebar input.alt,
.woocommerce .btContent input.alt,
.woocommerce-page .btSidebar input.alt,
.woocommerce-page .btContent input.alt,
.woocommerce .btSidebar a.button.alt,
.woocommerce .btContent a.button.alt,
.woocommerce-page .btSidebar a.button.alt,
.woocommerce-page .btContent a.button.alt,
.woocommerce .btSidebar .button.alt,
.woocommerce .btContent .button.alt,
.woocommerce-page .btSidebar .button.alt,
.woocommerce-page .btContent .button.alt,
.woocommerce .btSidebar button.alt,
.woocommerce .btContent button.alt,
.woocommerce-page .btSidebar button.alt,
.woocommerce-page .btContent button.alt,
div.woocommerce a.button:hover,
div.woocommerce input[type="submit"]:hover,
div.woocommerce button[type="submit"]:hover,
div.woocommerce input.button:hover,
div.woocommerce input.alt,
div.woocommerce a.button.alt,
div.woocommerce .button.alt,
div.woocommerce button.alt {
    -webkit-box-shadow: 0 0 0 3em #e62b34 inset;
    box-shadow: 0 0 0 3em #e62b34 inset;
    color: #fff !important;
}

.woocommerce .btSidebar a.checkout-button,
.woocommerce .btContent a.checkout-button,
.woocommerce-page .btSidebar a.checkout-button,
.woocommerce-page .btContent a.checkout-button,
.woocommerce .btSidebar input#place_order,
.woocommerce .btContent input#place_order,
.woocommerce-page .btSidebar input#place_order,
.woocommerce-page .btContent input#place_order,
.woocommerce .btSidebar input[name="save_address"],
.woocommerce .btContent input[name="save_address"],
.woocommerce-page .btSidebar input[name="save_address"],
.woocommerce-page .btContent input[name="save_address"],
div.woocommerce a.checkout-button,
div.woocommerce input#place_order,
div.woocommerce input[name="save_address"] {
    width: 100%;
    float: none;
    display: block;
    text-align: center !important;
}

.woocommerce .btSidebar a.checkout-button:hover,
.woocommerce .btContent a.checkout-button:hover,
.woocommerce-page .btSidebar a.checkout-button:hover,
.woocommerce-page .btContent a.checkout-button:hover,
div.woocommerce a.checkout-button:hover {
    color: #e62b34 !important;
}

/* Star rating */
.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 3px;
    opacity: .2;
}

.star-rating {
    overflow: hidden;
    position: relative;
    line-height: 1;
    font-family: FontAwesome;
    margin: 0;
    display: inline-block;
}

.star-rating .rating {
    display: none;
}

.star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
}

.rtl .star-rating span {
    left: auto;
    right: 0;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    letter-spacing: 3px;
    color: #FF7F00;
}

.header.large .star-rating {
    line-height: inherit;
    margin-top: 2px;
}

.widget_recent_reviews .star-rating {
    font-size: 12px;
}

.products .star-rating {
    margin: 7px 0 0;
}

.widget_recent_reviews li a:after,
.widget_recent_reviews .reviewer:after {
    display: table;
    content: ' ';
}

/* Comment stars */
p.stars {
    position: relative;
    letter-spacing: .25em;
    margin-bottom: 3em;
}

p.stars a {
    display: inline-block;
    font-weight: 700;
    text-indent: -9999px;
    border-bottom: 0 !important;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.rtl p.stars a {
    left: auto;
    right: 0;
}

p.stars a:last-child {
    border-right: 0;
}

p.stars a[class^="star-"]:after {
    font-family: FontAwesome;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, .1);
}

.rtl p.stars a[class^="star-"]:after {
    left: auto;
    right: 0;
}

p.stars a[class^="star-"].active:after,
p.stars a[class^="star-"]:hover:after {
    color: #e62b34;
}

p.stars a.star-1 {
    width: 1em;
    z-index: 10;
}

p.stars a.star-1:after {
    content: "\f005";
}

p.stars a.star-2 {
    width: 2em;
    z-index: 9;
}

p.stars a.star-2:after {
    content: "\f005\f005";
}

p.stars a.star-3 {
    width: 3em;
    z-index: 8;
}

p.stars a.star-3:after {
    content: "\f005\f005\f005";
}

p.stars a.star-4 {
    width: 4em;
    z-index: 7;
}

p.stars a.star-4:after {
    content: "\f005\f005\f005\f005";
}

p.stars a.star-5 {
    width: 5em;
    border: 0;
    z-index: 6;
}

p.stars a.star-5:after {
    content: "\f005\f005\f005\f005\f005";
}

/* Spin animation */
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    to {
        -webkit-transform: rotateX(100%);
        transform: rotateX(100%);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotateX(0);
        transform: rotateX(0);
    }
    to {
        -moz-transform: rotateX(100%);
        transform: rotateX(100%);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }
    to {
        -webkit-transform: rotateX(100%);
        -moz-transform: rotateX(100%);
        -ms-transform: rotateX(100%);
        transform: rotateX(100%);
    }
}

/* Woo fonts */
@font-face {
    font-family: star;
    src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot);
    src: url(/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(/wp-content/plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(/wp-content/plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: auto;

}

@font-face {
    font-family: WooCommerce;
    src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: auto;

}

/* Columns and forms widths */
.btQuoteBooking {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.btQuoteBooking *,
.btQuoteBooking *:after,
.btQuoteBooking *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btQuoteBooking:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
}

.btQuoteBooking .btQuoteBookingForm {
    margin: 0;
}

.btQuoteBooking .btTotalQuoteContactGroup {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    max-height: 0;
    opacity: 0;
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    margin: 30px 0 0;
}

.btQuoteBooking .btTotalQuoteContactGroup.btActive {
    opacity: 1;
    max-height: 1000px;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    transition-delay: 400ms;
}

/* Next button */
.btQuoteBooking .btTotalNextWrapper {
    display: block;
    width: 100%;
    padding-right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.btQuoteBooking .btTotalNextWrapper:after {
    content: " ";
    display: block;
    width: 100%;
    clear: both;
}

.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
    padding-right: 160px;
}

.btQuoteBooking .btQuoteBookingForm .boldBtn {
    display: block;
    padding: 0;
    width: 140px;
    float: right;
    margin-right: -130px;
    margin-left: -100%;
}

.btQuoteBooking .btContactNext {
    border: 0;
    margin: 0 0 0 30px;
    line-height: 1;
    -webkit-box-shadow: 0 0 0 1px #e62b34 inset;
    box-shadow: 0 0 0 1px #e62b34 inset;
    color: #e62b34;
    text-transform: uppercase;
    height: 3.2em;
    font-size: .8em;
    display: inline-block;
    padding: 0 3em;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    -webkit-transform: translate(500px, 0);
    -moz-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0);
    white-space: nowrap;
}

.btQuoteBooking .btContactNext:focus,
.btQuoteBooking .btContactNext:hover {
    -webkit-box-shadow: 0 0 0 2em #e62b34 inset;
    box-shadow: 0 0 0 2em #e62b34 inset;
    color: #fff !important;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btContactNext,
.bt_bb_color_scheme_6 .btQuoteBooking .btContactNext {
    -webkit-box-shadow: 0 0 0 1px #181818 inset;
    box-shadow: 0 0 0 1px #181818 inset;
    color: #181818 !important;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btContactNext:hover,
.bt_bb_color_scheme_6 .btQuoteBooking .btContactNext:hover {
    -webkit-box-shadow: 0 0 0 2em #181818 inset;
    box-shadow: 0 0 0 2em #181818 inset;
    color: #fff !important;
}

.btQuoteBooking .btContactNext:focus {
    outline: 0;
}

.btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 100%;
}

.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
    border-radius: 50px;
}

.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext {
    border-radius: 5px;
}

.btQuoteBooking .btContactNext:hover,
.btQuoteBooking .btContactNext:active {
    background-color: #e62b34 !important;
    color: #fff !important;
}

.btQuoteBooking .btContactNext:hover:after,
.btQuoteBooking .btContactNext:active:after {
    margin: 0 7px 0 10px;
    -webkit-transition: margin 200ms ease;
    -moz-transition: margin 200ms ease;
    transition: margin 200ms ease;
}

.btQuoteBooking .btContactNext:active {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset, 0 -2px 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 0 rgba(0, 0, 0, .1) inset, 0 -2px 10px rgba(0, 0, 0, .4);
}

/* Quote items */
.btQuoteBooking .btQuoteItem {
    padding: 0 0 0 220px;
    margin: 0 0 30px;
}

.btQuoteBooking .btQuoteItem label {
    display: block;
    float: left;
    width: 220px;
    margin: 8px 0 0 -220px;
    padding-right: 20px;
}

.btQuoteBooking .btQuoteSlider {
    float: left;
    margin: 0;
    width: 100%;
}

.btHardRoundedButtons .btQuoteBooking .btQuoteSlider {
    border-radius: 50px;
}

.btSoftRoundedButtons .btQuoteBooking .btQuoteSlider {
    border-radius: 5px;
}

.btLightSkin .btQuoteBooking .btQuoteSlider,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSlider {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #181818;
}

.btDarkSkin .btQuoteBooking .btQuoteSlider,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSlider {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSlider::-webkit-input-placeholder,
.bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSlider::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .1);
}

.btQuoteBooking .btQuoteSwitch {
    float: left;
    margin: 0;
    width: 54px;
    height: 38px;
    cursor: pointer;
    padding: 5px;
    border-radius: 19px;
    -webkit-transition: box-shadow 380ms ease;
    -moz-transition: box-shadow 380ms ease;
    transition: box-shadow 380ms ease;
}

.btLightSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch {
    border: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch {
    border: 1px solid rgba(255, 255, 255, .2);
}

.btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -webkit-transition: all 190ms cubic-bezier(.8, .1, .8, .1);
    -moz-transition: all 190ms cubic-bezier(.8, .1, .8, .1);
    transition: all 190ms cubic-bezier(.8, .1, .8, .1);
}

.btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    background: rgba(0, 0, 0, .1);
}

.btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteSwitch .btQuoteSwitchInner {
    background: rgba(255, 255, 255, .2);
}

.btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
    margin-left: 38px;
    background: #e62b34;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner,
.bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSwitch.on .btQuoteSwitchInner {
    background: #fff;
}

.btQuoteBooking .btQuoteItemInput {
    text-align: center;
}

.btQuoteBooking .btQuoteItem .fancy-select .trigger {
    text-align: left;
    color: #b4b4b4;
}

.btQuoteBooking .btQuoteItem .fancy-select .trigger.selected {
    color: #333;
}

/* Standard fields */
.btQuoteBooking input[type="text"],
.btQuoteBooking input[type="email"],
.btQuoteBooking input[type="password"],
.btQuoteBooking textarea,
.btQuoteBooking .fancy-select .trigger,
.btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
    width: 100%;
    display: block;
    line-height: 2;
    min-height: 38px;
    padding: 0 12px;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    -webkit-transition: all 380ms ease;
    -moz-transition: all 380ms ease;
    transition: all 380ms ease;
    outline: none;
}

.btQuoteBooking input[type="text"]:focus,
.btQuoteBooking input[type="email"]:focus,
.btQuoteBooking input[type="password"]:focus,
.btQuoteBooking textarea:focus,
.btQuoteBooking .fancy-select .trigger:focus,
.btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus {
    -webkit-box-shadow: 0 0 4px 0 #e62b34;
    box-shadow: 0 0 4px 0 #e62b34;
    border: 1px solid #181818;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btHardRoundedButtons .btQuoteBooking input[type="text"],
.btHardRoundedButtons .btQuoteBooking input[type="email"],
.btHardRoundedButtons .btQuoteBooking input[type="password"],
.btHardRoundedButtons .btQuoteBooking textarea,
.btHardRoundedButtons .btQuoteBooking .fancy-select .trigger,
.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btHardRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
    border-radius: 50px;
}

.btSoftRoundedButtons .btQuoteBooking input[type="text"],
.btSoftRoundedButtons .btQuoteBooking input[type="email"],
.btSoftRoundedButtons .btQuoteBooking input[type="password"],
.btSoftRoundedButtons .btQuoteBooking textarea,
.btSoftRoundedButtons .btQuoteBooking .fancy-select .trigger,
.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btSoftRoundedButtons .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
    border-radius: 5px;
}

.btLightSkin .btQuoteBooking input[type="text"],
.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"],
.btLightSkin .btQuoteBooking input[type="email"],
.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"],
.btLightSkin .btQuoteBooking input[type="password"],
.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"],
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"],
.btLightSkin .btQuoteBooking textarea,
.btDarkSkin .btLightSkin .btQuoteBooking textarea,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking textarea,
.btLightSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #181818;
}

.btLightSkin .btQuoteBooking input[type="text"]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="text"]:focus,
.btLightSkin .btQuoteBooking input[type="email"]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="email"]:focus,
.btLightSkin .btQuoteBooking input[type="password"]:focus,
.btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking input[type="password"]:focus,
.btLightSkin .btQuoteBooking textarea:focus,
.btDarkSkin .btLightSkin .btQuoteBooking textarea:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking textarea:focus,
.btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus {
    -webkit-box-shadow: 0 0 4px 0 #e62b34;
    box-shadow: 0 0 4px 0 #e62b34;
    border: 1px solid #181818;
}

.btDarkSkin .btQuoteBooking input[type="text"],
.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"],
.btDarkSkin .btQuoteBooking input[type="email"],
.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"],
.btDarkSkin .btQuoteBooking input[type="password"],
.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"],
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"],
.btDarkSkin .btQuoteBooking textarea,
.btLightSkin .btDarkSkin .btQuoteBooking textarea,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking textarea,
.btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.btDarkSkin .btQuoteBooking input[type="text"]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="text"]:focus,
.btDarkSkin .btQuoteBooking input[type="email"]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="email"]:focus,
.btDarkSkin .btQuoteBooking input[type="password"]:focus,
.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking input[type="password"]:focus,
.btDarkSkin .btQuoteBooking textarea:focus,
.btLightSkin .btDarkSkin .btQuoteBooking textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking textarea:focus,
.btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .fancy-select .trigger:focus,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadius .ddTitleText:focus,
.btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText:focus {
    -webkit-box-shadow: 0 0 4px 0 #e62b34;
    box-shadow: 0 0 4px 0 #e62b34;
    border: 1px solid #fff;
}

.bt_bb_color_scheme_5 .btQuoteBooking input[type="text"]::-webkit-input-placeholder,
.bt_bb_color_scheme_6 .btQuoteBooking input[type="text"]::-webkit-input-placeholder,
.bt_bb_color_scheme_5 .btQuoteBooking input[type="email"]::-webkit-input-placeholder,
.bt_bb_color_scheme_6 .btQuoteBooking input[type="email"]::-webkit-input-placeholder,
.bt_bb_color_scheme_5 .btQuoteBooking input[type="password"]::-webkit-input-placeholder,
.bt_bb_color_scheme_6 .btQuoteBooking input[type="password"]::-webkit-input-placeholder,
.bt_bb_color_scheme_5 .btQuoteBooking textarea::-webkit-input-placeholder,
.bt_bb_color_scheme_6 .btQuoteBooking textarea::-webkit-input-placeholder,
.bt_bb_color_scheme_5 .btQuoteBooking .fancy-select .trigger::-webkit-input-placeholder,
.bt_bb_color_scheme_6 .btQuoteBooking .fancy-select .trigger::-webkit-input-placeholder,
.bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadius .ddTitleText::-webkit-input-placeholder,
.bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadius .ddTitleText::-webkit-input-placeholder,
.bt_bb_color_scheme_5 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText::-webkit-input-placeholder,
.bt_bb_color_scheme_6 .btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .1);
}

.btQuoteBooking .ddcommon.borderRadius .ddTitleText,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText {
    padding: 0;
}

.btQuoteBooking .btQuoteItem textarea {
    resize: vertical;
    font-size: inherit;
    padding: 0 12px 0 12px;
    min-height: 160px;
}

.btHardRoundedButtons .btQuoteBooking .btQuoteItem textarea {
    border-radius: 25px;
}

.btLightSkin .btQuoteBooking .btQuoteItem textarea,
.btDarkSkin .btLightSkin .btQuoteBooking .btQuoteItem textarea,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btQuoteItem textarea {
    color: #181818;
}

.btDarkSkin .btQuoteBooking .btQuoteItem textarea,
.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteItem textarea,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btQuoteItem textarea {
    color: #fff;
}

.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    -webkit-transition: all 380ms ease;
    -moz-transition: all 380ms ease;
    transition: all 380ms ease;
    min-height: 3.2em;
}

.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    -webkit-transition: all 380ms ease;
    -moz-transition: all 380ms ease;
    transition: all 380ms ease;
    -webkit-box-shadow: 5px 0 0 #e62b34 inset, 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 5px 0 0 #e62b34 inset, 0 2px 10px rgba(0, 0, 0, .2);
    min-height: 3.2em;
}

/* Float clears */
.btQuoteBooking .btQuoteItem:after {
    content: ' ';
    display: table;
    width: 100%;
    clear: both;
}

/* Slider */
.btQuoteWrapper {
    position: relative;
    padding: 0 17px;
}

.btQuoteWrapper:before {
    -webkit-transition: all 380ms ease;
    -moz-transition: all 380ms ease;
    transition: all 380ms ease;
}

.btQuoteWrapper:after {
    content: ' ';
    clear: both;
    width: 100%;
    display: table;
}

.btQuoteBooking .ui-slider {
    position: relative;
    text-align: left;
}

.btQuoteWrapper:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 20px;
    left: 0;
    right: 0;
    top: 50%;
    margin: -8px 0 0;
    border-radius: 10px;
}

.btLightSkin .btQuoteWrapper:before,
.btDarkSkin .btLightSkin .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteWrapper:before {
    border: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btQuoteWrapper:before,
.btLightSkin .btDarkSkin .btQuoteWrapper:before,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteWrapper:before {
    border: 1px solid rgba(255, 255, 255, .2);
}

/* Slider hover state */
.btQuoteBooking .btQuoteWrapper:hover:before {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    -webkit-transition: all 380ms ease;
    -moz-transition: all 380ms ease;
    transition: all 380ms ease;
}

/* Slider handle */
.btQuoteBooking .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 38px;
    height: 38px;
    -ms-touch-action: none;
    touch-action: none;
    background: #e62b34;
    cursor: w-resize;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 0 rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 0 rgba(0, 0, 0, .2) inset;
    -webkit-transition: all 190ms ease;
    -moz-transition: all 190ms ease;
    transition: all 190ms ease;
}

.btQuoteBooking .ui-slider .ui-slider-handle.ui-state-hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 3px rgba(0, 0, 0, .2) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 3px rgba(0, 0, 0, .2) inset;
}

.bt_bb_color_scheme_5 .btQuoteBooking .ui-slider .ui-slider-handle,
.bt_bb_color_scheme_6 .btQuoteBooking .ui-slider .ui-slider-handle {
    background: rgb(19, 19, 21);
}

.bt_bb_color_scheme_5 .btQuoteBooking .ui-slider .ui-slider-handle.ui-state-hover,
.bt_bb_color_scheme_6 .btQuoteBooking .ui-slider .ui-slider-handle.ui-state-hover {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 3px rgba(255, 255, 255, .2) inset;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5), 0 0 0 3px rgba(255, 255, 255, .2) inset;
}

.btQuoteBooking .btQuoteSliderValue {
    min-width: 34px;
    height: 38px;
    line-height: 38px;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btQuoteSliderValue,
.bt_bb_color_scheme_6 .btQuoteBooking .btQuoteSliderValue {
    color: #181818;
}

/* Slider range */
.btQuoteBooking .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.btQuoteBooking .ui-slider.ui-state-disabled .ui-slider-handle,
.btQuoteBooking .ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}

/* Slider horizontal */
.btQuoteBooking .ui-slider-horizontal {
    height: 20px;
    margin-top: 10px;
    cursor: pointer;
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-handle {
    top: -10px;
    margin-left: -18px;
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.btQuoteBooking .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* Slider vertical */
.btQuoteBooking .ui-slider-vertical {
    min-width: 34px;
    height: 100px;
}

.btQuoteBooking .ui-slider-vertical .ui-slider-handle {
    left: 0;
    margin-left: 0;
    margin-bottom: -18px;
}

.btQuoteBooking .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.btQuoteBooking .ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.btQuoteBooking .ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

/* Total value */
.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    padding: 0;
    text-align: right;
    color: #fff;
    background: #e62b34;
    line-height: 1.8;
    display: block;
    width: 100%;
    float: left;
    font-size: .8em;
    text-transform: uppercase;
}

.btHardRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    border-radius: 50px;
    overflow: hidden;
}

.btSoftRoundedButtons .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    border-radius: 5px;
    overflow: hidden;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btQuoteBookingForm .btQuoteTotal,
.bt_bb_color_scheme_6 .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    background: rgb(19, 19, 21);
    color: #fff;
}

.btQuoteBooking .btQuoteTotalText {
    margin-right: 1em;
    font-weight: 700;
}

/* Total currency */
.btQuoteBooking .btQuoteTotalCurrency {
    font-weight: 700;
    font-size: 1.4em;
    line-height: 1.7;
    display: inline-block;
    background: rgba(0, 0, 0, .25);
    padding: 5px 3px 5px 20px;
}

.btQuoteBooking .btQuoteTotalCalc {
    font-weight: 700;
    opacity: 1;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    font-size: 1.4em;
    line-height: 1.7;
    display: inline-block;
    background: rgba(0, 0, 0, .25);
    padding: 5px 20px 5px 3px;
}

/* Options */
.btQuoteBooking .btQuoteItem ul.options {
    text-align: left;
}

/* Contact form */
.btQuoteBooking .btQuoteContact {
    margin: 0 -10px 0 -10px;
}

/* Contact form item */
.btQuoteBooking .btQuoteContact .btQuoteItem,
.bt_cc_email_confirmation_container {
    padding: 0 10px;
    float: left;
    width: 50%;
}

/* Form split in two columns */
.btQuoteBooking .btQuoteContact .btQuoteItem:nth-child(odd) {
    clear: left;
}

/* Form full width item */
.btQuoteBooking .btQuoteItem.btQuoteItemFullWidth {
    float: none;
    width: auto;
}

/* Form button */
.btQuoteBooking .btQuoteContact .boldBtn {
    clear: left;
    margin: 0;
    text-align: center;
    white-space: normal;
}

/* Error fields validation */
.btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
    -webkit-box-shadow: 0 0 0 1px #e62b34 inset;
    box-shadow: 0 0 0 1px #e62b34 inset;
    border-color: #e62b34;
}

.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #181818 inset !important;
    box-shadow: 0 0 0 1px #181818 inset !important;
    border-color: #181818;
}

.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
    border-color: #181818;
    -webkit-box-shadow: 0 0 0 1px #fff inset !important;
    box-shadow: 0 0 0 1px #fff inset !important;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input,
.bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea,
.bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea {
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    border-color: #fff;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError input:focus,
.bt_bb_color_scheme_5 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus,
.bt_bb_color_scheme_6 .btQuoteBooking .btContactFieldMandatory.btContactFieldError textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #181818 inset !important;
    box-shadow: 0 0 0 1px #181818 inset !important;
    border-color: #181818;
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadius .ddTitleText {
    -webkit-box-shadow: 0 0 0 2px #e62b34 inset;
    box-shadow: 0 0 0 2px #e62b34 inset;
}

.btQuoteBooking .btContactFieldMandatory.btContactFieldError .dd.ddcommon.borderRadiusTp .ddTitleText {
    -webkit-box-shadow: 0 0 0 2px #181818 inset !important;
    box-shadow: 0 0 0 2px #181818 inset !important;
}

/* Submit query message */
.btQuoteBooking .btSubmitMessage {
    color: #e62b34;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

/* Date picker */
.btDatePicker {
    z-index: 10000 !important;
    width: 300px;
}

.btDatePicker table th,
.btDatePicker table td {
    border: 1px solid #e0e0e0;
}

.btDatePicker .ui-datepicker-header {
    display: block;
    padding: 10px;
    overflow: hidden;
    background-color: #e62b34;
    color: #FFF;
}

.btDatePicker table.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    background-color: #f2f2f2;
}

/* Datepicker header, day names */
.btDatePicker table.ui-datepicker-calendar th {
    padding: 10px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* Datepicker prev/next */
.btDatePicker a.ui-datepicker-prev,
.btDatePicker a.ui-datepicker-next {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    text-transform: uppercase;
    cursor: pointer;
}

.btDatePicker a.ui-datepicker-prev {
    float: left;
}

.btDatePicker a.ui-datepicker-next {
    float: right;
}

/* Prev / Next hover state */
.btDatePicker a.ui-datepicker-prev:hover,
.btDatePicker a.ui-datepicker-next:hover {
    color: #181818;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* Datepicker title */
.btDatePicker .ui-datepicker-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 600;
    color: #FFF;
}

/* Datepicker DIV */
.btDatePicker#ui-datepicker-div {
    background-color: #f2f2f2;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    margin-top: 1px;
}

/* Datepicker day */
.btDatePicker .ui-datepicker-calendar td {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: .3em;
    text-align: center;
}

/* Datepicker day link */
.btDatePicker table.ui-datepicker-calendar td a {
    color: #666;
    width: 18px;
    height: 18px;
    line-height: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* Datepicker active state */
.btDatePicker table.ui-datepicker-calendar td a.ui-state-active {
    font-weight: bold;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* Datepicker hover state */
.btDatePicker table td:hover {
    cursor: pointer;
}

.btDatePicker table td:hover {
    background: #e0e0e0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* Styled select */
.btQuoteBooking .btDropDown .dd {
    position: relative;
}

.btQuoteBooking .ddChild {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    margin: -1px 0 0;
}

.btQuoteBooking .ddChild {
    position: absolute !important;
}

/* Select submenu items */
.btQuoteBooking .ddChild {
    background-color: #fff;
    border: 1px solid #999;
    overflow-y: auto;
}

.btQuoteBooking .ddChild ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

.btQuoteBooking .ddChild ul li {
    display: table;
    width: 100%;
    min-height: 38px;
    margin: 0;
    padding: 0 37px 0 0;
    cursor: pointer;
    line-height: 1.2;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btQuoteBooking .ddChild ul li span {
    display: block;
    padding: 0 12px;
    line-height: 2;
}

.btQuoteBooking .ddChild ul li span.description {
    line-height: 1.5;
    margin-top: -.3em;
    margin-bottom: .3em;
}

/* Item hover state */
.btQuoteBooking .ddChild ul li:hover,
.btQuoteBooking .ddChild ul li.selected:hover {
    color: #666;
    background: rgba(0, 0, 0, .05);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* First item disabled state */
.btQuoteBooking .ddChild ul li:first-child,
.btQuoteBooking .ddChild ul li:first-child:hover {
    border-top: none;
    color: #666;
    background: none;
}

.btQuoteBooking .ddOutOfVision {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}

/* Styled menu itself */
.btQuoteBooking .ddItem {
    display: table;
    width: 100%;
    margin: 1px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.1;
}

/* Styled menu label */
.btQuoteBooking .ddTitleText {
    display: table;
    width: 100%;
}

.btQuoteBooking .ddTitleText span,
.btQuoteBooking .ddChild ul li span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.btQuoteBooking .ddTitleText span span,
.btQuoteBooking .ddChild ul li span span,
.btQuoteBooking .ddChild ul li:hover span span,
.btQuoteBooking .ddChild ul li.selected:hover span span {
    display: block;
    font-size: 12px;
    padding: 0;
    color: #555;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btQuoteBooking .ddChild span {
    padding: 8px 12px;
}

.btQuoteBooking .ddTitleText span {
    padding: 8px 12px;
}

.btQuoteBooking .dd.ddcommon.borderRadius .ddTitleText {
    padding: 0 37px 0 0;
}

.btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    -webkit-box-shadow: 0 0 4px 0 #e62b34;
    box-shadow: 0 0 4px 0 #e62b34;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btLightSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    border: 1px solid #181818;
}

.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusTp .ddTitleText,
.btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText,
.btDarkSkin.btLightSkin .btDarkSkin .btQuoteBooking .dd.ddcommon.borderRadiusBtm .ddTitleText {
    border: 1px solid #fff;
}

/* Select item description */
.btQuoteBooking .ddlabel,
.btQuoteBooking .description {
    width: 100%;
}

.btNotSelected {
    min-height: 38px;
}

.btNotSelected .ddlabel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Photo in select */
.btQuoteBooking .ddTitleText .ddImage,
.btQuoteBooking .ddChild ul li .ddImage {
    text-align: center;
    padding: 12px;
    padding-right: 0;
}

.btQuoteBooking .ddTitleText .ddImage img,
.btQuoteBooking .ddChild ul li .ddImage img {
    display: block;
    width: auto;
    max-width: none !important;
}

/* Nothing selected state */
.btQuoteBooking .ddTitleText.btNotSelected .ddlabel {
    opacity: .5;
}

/* Selected state */
.btQuoteBooking .ddTitleText .ddlabel {
    width: 100%;
    line-height: 2;
    opacity: 1;
}

.btQuoteBooking .ddTitleText .ddlabel .description {
    line-height: 1.5;
    margin-top: -.3em;
    margin-bottom: .3em;
}

.btQuoteBooking .ddTitle {
    position: relative;
    cursor: pointer;
}

/* Styled select arrow */
.btQuoteBooking .ddTitle .arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
}

/* Arrow itself */
.btQuoteBooking .ddTitle .arrow:before {
    content: '\f078';
    font-family: FontAwesome;
    display: block;
    padding-right: .5em;
    -webkit-transition: 150ms ease transform, 150ms ease color;
    -moz-transition: 150ms ease transform, 150ms ease color;
    transition: 150ms ease transform, 150ms ease color;
}

.btQuoteBooking .borderRadiusTp .ddTitle .arrow:before {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

/* Submit button */
.btQuoteBooking .btContactSubmit {
    border: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
    padding: 0 3em;
    line-height: 1;
    height: 3.2em;
    opacity: 1;
    text-transform: uppercase;
    font-size: .8em !important;
    -webkit-box-shadow: 0 0 0 1px #e62b34 inset;
    box-shadow: 0 0 0 1px #e62b34 inset;
    color: #e62b34 !important;
    -webkit-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btHardRoundedButtons .btQuoteBooking .btContactSubmit {
    border-radius: 50px;
}

.btSoftRoundedButtons .btQuoteBooking .btContactSubmit {
    border-radius: 5px;
}

.btQuoteBooking .btContactSubmit:focus,
.btQuoteBooking .btContactSubmit:hover {
    -webkit-box-shadow: 0 0 0 2em #e62b34 inset;
    box-shadow: 0 0 0 2em #e62b34 inset;
    color: #fff !important;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btContactSubmit,
.bt_bb_color_scheme_6 .btQuoteBooking .btContactSubmit {
    -webkit-box-shadow: 0 0 0 1px #181818 inset;
    box-shadow: 0 0 0 1px #181818 inset;
    color: #181818 !important;
}

.bt_bb_color_scheme_5 .btQuoteBooking .btContactSubmit:hover,
.bt_bb_color_scheme_6 .btQuoteBooking .btContactSubmit:hover {
    -webkit-box-shadow: 0 0 0 2em #181818 inset;
    box-shadow: 0 0 0 2em #181818 inset;
    color: #fff !important;
}

/* Tablets screen */
@media (max-width: 1024px) {
    .btQuoteBooking .btQuoteContact .btQuoteItem {
        float: none;
        width: auto;
    }

    .btQuoteBooking .btTotalQuoteContactGroup.btActive {
        max-height: 1000px;
    }

    .btQuoteBooking .btQuoteContact {
        margin-left: -10px;
    }
}

/* Larger smartphones screen */
@media (max-width: 650px) {
    .btQuoteBooking .btQuoteItem label {
        display: block;
        float: none;
        margin: 0 0 8px;
        width: auto;
    }

    .btQuoteBooking .btQuoteItem {
        margin: 0 0 20px;
        padding: 0;
    }
}

/* Small smartphones screen */
@media (max-width: 440px) {
    .btQuoteBooking .ddTitleText .ddImage img,
    .btQuoteBooking .ddChild ul li .ddImage img {
        display: block;
        width: auto;
        margin: 0 auto;
    }

    .btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
        padding: 0;
    }

    .btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
        -moz-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transition: all 400ms ease;
        height: 60px;
        overflow: hidden;
        padding-top: 10px;
    }

    .btQuoteBooking .btQuoteBookingForm .boldBtn {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        margin: 0;
        height: 0;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        transition: all 400ms ease;
        clear: both;
        overflow: hidden;
        padding: 0;
    }

    .btQuoteBooking .btQuoteBookingForm.btActive .btQuoteTotal,
    .btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 20px;
        height: 34px;
    }

    .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,
    .btQuoteBooking .btQuoteBookingForm .btContactNext {
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: alpha(opacity=100);
        filter: alpha(opacity=100);
        margin-left: auto;
    }

    .btQuoteBooking .btContactBack,
    .btQuoteBooking .btContactSubmit {
        margin: 0 auto 20px auto;
        clear: both;
        display: block;
    }

    .btPayPalButton {
        margin: 0 !important;
        float: none;
    }
}

/* placeholder */
.btQuoteBooking *::-webkit-input-placeholder {
    font-family: inherit;
    color: #a9a9a9;
}

.btQuoteBooking *:-moz-placeholder {
    font-family: inherit;
    color: #a9a9a9;
}

.btQuoteBooking *::-moz-placeholder {
    font-family: inherit;
    color: #a9a9a9;
}

.btQuoteBooking *:-ms-input-placeholder {
    font-family: inherit;
    color: #a9a9a9;
}

/* reCAPTCHA */
.btQuoteBooking .g-recaptcha {
    margin-bottom: 30px;
}

.btQuoteBooking .g-recaptcha > div > div {
    margin: auto;
}

/* PayPal */
.btPayPalButton {
    display: inline-block;
    margin: 0 0 0 30px;
    background: transparent;
    border: rgba(0, 0, 0, .1) 2px solid;
    margin-right: -100%;
    width: 130px;
    height: 49px;
    cursor: pointer;
    -webkit-transition: box-shadow 380ms ease;
    -moz-transition: box-shadow 380ms ease;
    transition: box-shadow 380ms ease;
    background-position: center center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.btPayPalButton:hover {
    -webkit-box-shadow: 0 0 0 #e62b34 inset, 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 #e62b34 inset, 0 1px 5px rgba(0, 0, 0, .2);
}

.btPayPalForm {
    width: 0;
    height: 0;
    overflow: hidden;
}

.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked),
.bt_cc_email_confirmation_container [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 1.5em;
    height: 1.5em;
    background: transparent;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
}

.btHardRoundedButtons .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.btHardRoundedButtons .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
    border-radius: 50px;
}

.btSoftRoundedButtons .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.btSoftRoundedButtons .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
    border-radius: 5px;
}

.btLightSkin .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.btDarkSkin .btLightSkin .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.btLightSkin .btDarkSkin .btLightSkin .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.btLightSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
.btDarkSkin .btLightSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
.btLightSkin .btDarkSkin .btLightSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
}

.btDarkSkin .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.btLightSkin .btDarkSkin .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:before,
.btDarkSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
.btLightSkin .btDarkSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2) inset;
}

.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after,
.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: .8;
    -webkit-transition: 200ms ease all;
    -moz-transition: 200ms ease all;
    transition: 200ms ease all;
}

.bt_cc_email_confirmation_container [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
    border-color: #e62b34;
    background: #e62b34;
}

.btLightSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
.btDarkSkin .btLightSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
.btLightSkin .btDarkSkin .btLightSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
    -webkit-box-shadow: 0 0 0 0 #181818 inset;
    box-shadow: 0 0 0 0 #181818 inset;
}

.btDarkSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
.btLightSkin .btDarkSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_cc_email_confirmation_container [type="checkbox"]:checked + label:before {
    -webkit-box-shadow: 0 0 0 0 #fff inset;
    box-shadow: 0 0 0 0 #fff inset;
}

.btLightSkin .bt_cc_email_confirmation_container label:hover:before,
.btDarkSkin .btLightSkin .bt_cc_email_confirmation_container label:hover:before,
.btLightSkin .btDarkSkin .btLightSkin .bt_cc_email_confirmation_container label:hover:before {
    -webkit-box-shadow: 0 0 0 2px #181818 inset !important;
    box-shadow: 0 0 0 2px #181818 inset !important;
}

.btDarkSkin .bt_cc_email_confirmation_container label:hover:before,
.btLightSkin .btDarkSkin .bt_cc_email_confirmation_container label:hover:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt_cc_email_confirmation_container label:hover:before {
    -webkit-box-shadow: 0 0 0 2px #fff inset !important;
    box-shadow: 0 0 0 2px #fff inset !important;
}

/* Item lock */
.btQuoteItem.btCCLock {
    position: relative;
}

.btQuoteItem.btCCLock:before {
    content: ' ';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 999;
}

/* Transfer Quote total to Flex
-------------------------------------------*/
.btQuoteBooking .btTotalNextWrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: auto !important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 0 !important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: initial;
}

.btQuoteBooking .btTotalNextWrapper:after {
    display: none;
}

.btQuoteBooking .btQuoteBookingForm.btActive .btTotalNextWrapper {
    padding-right: 0 !important;
}

.btQuoteBooking .btQuoteBookingForm.btActive .boldBtn {
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    width: 160px;
    max-width: 160px;
}

.btQuoteBooking .btQuoteBookingForm .boldBtn {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 0;
    -ms-flex: 0 1 0;
    flex: 0 1 0;
    float: none;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    max-width: 0;
}

.btQuoteBooking .btContactNext {
    -webkit-transform: translate(160px, 0);
    -moz-transform: translate(160px, 0);
    -ms-transform: translate(160px, 0);
    transform: translate(160px, 0);
}

.btQuoteBooking .btQuoteBookingForm .btQuoteTotal {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    float: none;
}

.btQuoteBooking .btQuoteTotalText {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.btQuoteBooking .btQuoteContact:not(.btQuoteContactForm7) {
    margin: 0 -10px 0 -10px;
}

/* Transfer Quote total to Flex, responsive
-------------------------------------------*/
@media (max-width: 440px) {
    .btQuoteBooking .btTotalNextWrapper {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .btQuoteBooking .btQuoteBookingForm.btActive .boldBtn,
    .btQuoteBooking .btQuoteBookingForm .boldBtn {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .btQuoteBooking .btQuoteBookingForm.btActive .btContactNext,
    .btQuoteBooking .btQuoteBookingForm .btContactNext {
        width: 100%;
    }

    .btQuoteBooking .btQuoteBookingForm .btContactNext {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
}

/* Paypal button
-------------------------------------------*/
.btPayPalButton {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    margin-right: auto;
    height: 38px;
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-left: 30px;
}

@media (max-width: 1400px) {
    /* Typography breakpoint start 1350 */
    .bt_bb_size_extrahuge.bt_bb_headline h1,
    .bt_bb_size_extrahuge.bt_bb_headline h2,
    .bt_bb_size_extrahuge.bt_bb_headline h3,
    .bt_bb_size_extrahuge.bt_bb_headline h4,
    .bt_bb_size_extrahuge.bt_bb_headline h5,
    .bt_bb_size_extrahuge.bt_bb_headline h6 {
        font-size: 4.1rem;
    }

    .bt_bb_size_huge.bt_bb_headline h1,
    .bt_bb_size_huge.bt_bb_headline h2,
    .bt_bb_size_huge.bt_bb_headline h3,
    .bt_bb_size_huge.bt_bb_headline h4,
    .bt_bb_size_huge.bt_bb_headline h5,
    .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 3.5rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline h1,
    .bt_bb_size_extralarge.bt_bb_headline h2,
    .bt_bb_size_extralarge.bt_bb_headline h3,
    .bt_bb_size_extralarge.bt_bb_headline h4,
    .bt_bb_size_extralarge.bt_bb_headline h5,
    .bt_bb_size_extralarge.bt_bb_headline h6 {
        font-size: 3rem;
    }

    .bt_bb_size_large.bt_bb_headline h1,
    .bt_bb_size_large.bt_bb_headline h2,
    .bt_bb_size_large.bt_bb_headline h3,
    .bt_bb_size_large.bt_bb_headline h4,
    .bt_bb_size_large.bt_bb_headline h5,
    .bt_bb_size_large.bt_bb_headline h6 {
        font-size: 2rem;
    }

    .bt_bb_size_normal.bt_bb_headline h1,
    .bt_bb_size_normal.bt_bb_headline h2,
    .bt_bb_size_normal.bt_bb_headline h3,
    .bt_bb_size_normal.bt_bb_headline h4,
    .bt_bb_size_normal.bt_bb_headline h5,
    .bt_bb_size_normal.bt_bb_headline h6 {
        font-size: 1.5rem;
    }

    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: 1.1rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: 1rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .9rem;
    }

    .bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .8rem;
    }

    .bt_bb_size_normal.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .8rem;
    }

    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.1rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1rem;
    }

    .bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .85rem;
    }

    .bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .85rem;
    }

    /* Typography breakpoint */
}

@media (max-width: 1199px) {
    /* Typography breakpoint start 1200 */
    .bt_bb_size_extrahuge.bt_bb_headline h1,
    .bt_bb_size_extrahuge.bt_bb_headline h2,
    .bt_bb_size_extrahuge.bt_bb_headline h3,
    .bt_bb_size_extrahuge.bt_bb_headline h4,
    .bt_bb_size_extrahuge.bt_bb_headline h5,
    .bt_bb_size_extrahuge.bt_bb_headline h6 {
        font-size: 3.5rem;
    }

    .bt_bb_size_huge.bt_bb_headline h1,
    .bt_bb_size_huge.bt_bb_headline h2,
    .bt_bb_size_huge.bt_bb_headline h3,
    .bt_bb_size_huge.bt_bb_headline h4,
    .bt_bb_size_huge.bt_bb_headline h5,
    .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 3rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline h1,
    .bt_bb_size_extralarge.bt_bb_headline h2,
    .bt_bb_size_extralarge.bt_bb_headline h3,
    .bt_bb_size_extralarge.bt_bb_headline h4,
    .bt_bb_size_extralarge.bt_bb_headline h5,
    .bt_bb_size_extralarge.bt_bb_headline h6 {
        font-size: 2rem;
    }

    .bt_bb_size_large.bt_bb_headline h1,
    .bt_bb_size_large.bt_bb_headline h2,
    .bt_bb_size_large.bt_bb_headline h3,
    .bt_bb_size_large.bt_bb_headline h4,
    .bt_bb_size_large.bt_bb_headline h5,
    .bt_bb_size_large.bt_bb_headline h6 {
        font-size: 1.5rem;
    }

    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: 1rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .9rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .8rem;
    }

    .bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .8rem;
    }

    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .85rem;
    }

    .bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .85rem;
    }

    body {
        font-size: 14px;
    }

    /* Typography breakpoint */
}

@media (max-width: 360px) {
    section.bt_bb_layout_wide,
    div.slick-slider {
        height: 580px !important;
    }

    .bt_bb_section {
        position: relative;
        margin-bottom: 0px !important;
    }

    /* Typography breakpoint start 360 */
    .bt_bb_size_extrahuge.bt_bb_headline h1,
    .bt_bb_size_extrahuge.bt_bb_headline h2,
    .bt_bb_size_extrahuge.bt_bb_headline h3,
    .bt_bb_size_extrahuge.bt_bb_headline h4,
    .bt_bb_size_extrahuge.bt_bb_headline h5,
    .bt_bb_size_extrahuge.bt_bb_headline h6 {
        font-size: 3rem;
    }

    .bt_bb_size_huge.bt_bb_headline h1,
    .bt_bb_size_huge.bt_bb_headline h2,
    .bt_bb_size_huge.bt_bb_headline h3,
    .bt_bb_size_huge.bt_bb_headline h4,
    .bt_bb_size_huge.bt_bb_headline h5,
    .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 2rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline h1,
    .bt_bb_size_extralarge.bt_bb_headline h2,
    .bt_bb_size_extralarge.bt_bb_headline h3,
    .bt_bb_size_extralarge.bt_bb_headline h4,
    .bt_bb_size_extralarge.bt_bb_headline h5,
    .bt_bb_size_extralarge.bt_bb_headline h6 {
        font-size: 1.5rem;
    }

    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .9rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .8rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .8rem;
    }

    .bt_bb_size_extrahuge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .85rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: .85rem;
    }

    body {
        font-size: 13px;
    }

    /* Typography breakpoint */
    .btMenuVertical .mainHeader {
        width: 280px;
    }

    .btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
    .btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop {
        -webkit-transform: translateX(270px);
        -moz-transform: translateX(270px);
        -ms-transform: translateX(270px);
        transform: translateX(270px);
    }

    .rtl.btMenuVerticalLeft.btMenuVerticalOn .btContentWrap,
    .rtl.btMenuVerticalLeft.btMenuVerticalOn .btVerticalHeaderTop {
        -webkit-transform: translateX(-280px);
        -moz-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px);
    }

    .btMenuVerticalRight.btMenuVerticalOn .btContentWrap {
        -webkit-transform: translateX(-280px);
        -moz-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px);
    }
}

@media (max-width: 1199px) {
    .widget_shopping_cart .buttons .button {
        width: 100%;
    }

    .widget_shopping_cart .buttons .button.checkout {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .col2-set .col-1,
    .col2-set .col-2,
    .cart-collaterals .cross-sells,
    .cart-collaterals .cart_totals {
        float: none;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        display: block;
        width: 100%;
    }

    ul.products li.product {
        -webkit-flex-basis: 50% !important;
        flex-basis: 50% !important;
    }

    table.shop_table input[name="update_cart"] {
        width: auto;
    }
}

@media (max-width: 768px) {
    div.product {
        display: block;
    }

    div.product div.summary,
    div.product div.images {
        text-align: center;
        margin-bottom: 2rem;
        padding: 0;
    }

    div.product div.summary .price {
        text-align: center;
        margin-bottom: 2rem;
    }

    div.product form.cart {
        text-align: center;
        margin-bottom: 2rem;
    }

    table.shop_table button[name="apply_coupon"] {
        margin-bottom: 1em;
    }
}

@media (max-width: 620px) {
    ul.products li.product {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
    }

    ul.products li.product .btWooShopLoopItemInner .bt_bb_image img {
        width: 100%;
    }

    table.shop_table_responsive {
        display: block;
    }

    table.shop_table_responsive tbody th,
    table.shop_table_responsive thead {
        display: none;
    }

    table.shop_table_responsive tbody {
        display: block;
        width: 100% !important;
    }

    table.shop_table_responsive tr,
    table.shop_table_responsive th {
        display: block;
        width: 100% !important;
        border-bottom: 1px solid #181818;
        margin-bottom: 2em;
        padding-bottom: 2em;
    }

    .btDarkSkin table.shop_table_responsive tr,
    .btLightSkin .btDarkSkin table.shop_table_responsive tr,
    .btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive tr,
    .btDarkSkin table.shop_table_responsive th,
    .btLightSkin .btDarkSkin table.shop_table_responsive th,
    .btDarkSkin.btLightSkin .btDarkSkin table.shop_table_responsive th {
        border-bottom: 1px solid #fff;
    }

    table.shop_table_responsive tr td,
    table.shop_table_responsive th td {
        display: block;
        width: 100% !important;
        clear: left;
        text-align: center !important;
        word-break: break-word;
        border: none;
        padding: .5em 0 0;
    }

    table.shop_table_responsive tr td.product-remove,
    table.shop_table_responsive th td.product-remove {
        padding: .5em;
        text-align: center;
    }

    table.shop_table_responsive tr td:not(.product-remove):not(.product-thumbnail):not(.actions):before,
    table.shop_table_responsive th td:not(.product-remove):not(.product-thumbnail):not(.actions):before {
        content: attr(data-title) ": ";
        font-weight: 700;
    }

    table.shop_table_responsive tr td.product-thumbnail img,
    table.shop_table_responsive th td.product-thumbnail img {
        width: 100%;
    }

    .cart-collaterals {
        display: block;
    }

    table.shop_table .coupon {
        display: block;
        padding-bottom: 1em;
    }

    table.shop_table .coupon input[name="coupon_code"] {
        margin-bottom: 1em;
    }

    table.shop_table .coupon button[name="apply_coupon"] {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    table.shop_table input[name="update_cart"] {
        margin-top: 1em;
        float: none;
        width: 100%;
    }
}

/* Landing page */
.btMoveOnHover {
    height: 400px;
    border: 10px solid #fff;
    -webkit-box-shadow: 5px 5px 40px -5px #999;
    box-shadow: 5px 5px 40px -5px #999;
}

.btMoveOnHover img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    -moz-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    transition: transform 5000ms cubic-bezier(.455, .030, .515, .955) 200ms;
}

.btSpeed5000.btMoveOnHover img {
    -webkit-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    -moz-transition: transform 5000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    transition: transform 5000ms cubic-bezier(.455, .030, .515, .955) 200ms;
}

.btSpeed4000.btMoveOnHover img {
    -webkit-transition: transform 4000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    -moz-transition: transform 4000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    transition: transform 4000ms cubic-bezier(.455, .030, .515, .955) 200ms;
}

.btSpeed3000.btMoveOnHover img {
    -webkit-transition: transform 3000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    -moz-transition: transform 3000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    transition: transform 3000ms cubic-bezier(.455, .030, .515, .955) 200ms;
}

.btSpeed2000.btMoveOnHover img {
    -webkit-transition: transform 2000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    -moz-transition: transform 2000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    transition: transform 2000ms cubic-bezier(.455, .030, .515, .955) 200ms;
}

.btSpeed1000.btMoveOnHover img {
    -webkit-transition: transform 1000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    -moz-transition: transform 1000ms cubic-bezier(.455, .030, .515, .955) 200ms;
    transition: transform 1000ms cubic-bezier(.455, .030, .515, .955) 200ms;
}

.btMoveOnHover:hover img {
    -webkit-transform: translateY(-webkit-calc(-100% + 400px));
    -webkit-transform: translateY(calc(-100% + 400px));
    -moz-transform: translateY(-moz-calc(-100% + 400px));
    -moz-transform: translateY(calc(-100% + 400px));
    -ms-transform: translateY(calc(-100% + 400px));
    transform: translateY(-webkit-calc(-100% + 400px));
    transform: translateY(-moz-calc(-100% + 400px));
    transform: translateY(calc(-100% + 400px));
}

.btHeroRow {
    overflow: hidden;
}

.btHeroRow .bt_bb_column:nth-child(2) {
    margin-right: -8em;
}

.btHeroRow .bt_bb_column:nth-child(3) {
    margin-right: -8em;
}

.btHeroRow .bt_bb_column:nth-child(4) {
    margin-right: -2em;
}

.btHeroRow .bt_bb_column:nth-child(2) .bt_bb_image,
.btHeroRow .bt_bb_column:nth-child(3) .bt_bb_image,
.btHeroRow .bt_bb_column:nth-child(4) .bt_bb_image {
    -webkit-box-shadow: 5px 5px 40px 15px #000;
    box-shadow: 5px 5px 40px 15px #000;
}

.btHeroRow .bt_bb_image.bt_bb_content_exists {
    -webkit-transition: transform 500ms cubic-bezier(.250, .460, .450, .940);
    -moz-transition: transform 500ms cubic-bezier(.250, .460, .450, .940);
    transition: transform 500ms cubic-bezier(.250, .460, .450, .940);
}

.btHeroRow .bt_bb_image.bt_bb_content_exists:hover {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.btHeroRow .btHeroFirstColumn {
    padding-left: 70px !important;
}

.btHeroRow .bt_bb_button {
    margin-right: 1em;
    margin-left: 1em;
}

.btHeroFirstColumn {
    padding-left: 70px !important;
}

.btNewHeroColumn .bt_bb_column_content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    padding-top: 30px !important;
}

.btNewHeroColumn .bt_bb_column_content .bt_bb_image {
    margin-right: -5em;
    -webkit-box-shadow: 5px 5px 30px 15px #000;
    box-shadow: 5px 5px 30px 15px #000;
}

.btNewHeroColumn .bt_bb_column_content .bt_bb_image.bt_bb_content_exists {
    -webkit-transition: transform 500ms cubic-bezier(.250, .460, .450, .940);
    -moz-transition: transform 500ms cubic-bezier(.250, .460, .450, .940);
    transition: transform 500ms cubic-bezier(.250, .460, .450, .940);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.btNewHeroColumn .bt_bb_column_content .bt_bb_image.bt_bb_content_exists:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width: 1200px) {
    .btNewHeroColumn .bt_bb_column_content {
        padding-left: 30px !important;
    }
}

section:not(.btShowHidden) .bt_bb_row.btHideOnLoad {
    display: none;
}

section:not(.btShowHidden) .bt_bb_row.btHideOnLoad:nth-of-type(2) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 300px;
    overflow: hidden;
    position: relative;
}

section:not(.btShowHidden) .bt_bb_row.btHideOnLoad:nth-of-type(2):before {
    content: " ";
    position: absolute;
    background: -webkit-linear-gradient(top, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 100%);
    background: -moz-linear-gradient(top, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 100%);
    background: linear-gradient(to bottom, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 100%);
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

section.btShowHidden .btHideAfterClick {
    display: none;
}

@media (max-width: 575px) {
    .btHeroRow .btHeroFirstColumn {
        padding-left: 0 !important;
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    /* Button */
    .bt_bb_button .bt_bb_button_text {
        max-width: 100% !important;
    }

    /* Article - Image on side */
    .btImagePositionSide .btSinglePostTemplate {
        min-width: 100%;
    }

    .btImagePositionSide .btSinglePostTemplate .btSinglePostContent {
        min-width: 50%;
    }

    .btImagePositionSide .btSinglePostTemplate .btSinglePostContentInner {
        min-width: 50%;
    }

    .btImagePositionSide .btSinglePostTemplate .btPostImageHolder {
        max-width: 50%;
    }

    /* Alignment fix */
    .bt_bb_row .bt_bb_column.bt_bb_vertical_align_middle,
    .bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom {
        display: block;
    }

    /* Slider */
    .slick-slider {
        overflow: auto;
    }

    /* Footer */
    .btSiteFooterWidgets #boldSiteFooterWidgetsRow .btBox {
        max-width: 25%;
    }

    .btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="6"] .btBox {
        max-width: 33.33%;
    }

    .btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="5"] .btBox {
        max-width: 20%;
    }

    .btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="4"] .btBox {
        max-width: 25%;
    }

    .btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="3"] .btBox {
        max-width: 33.33%;
    }

    .btSiteFooterWidgets #boldSiteFooterWidgetsRow[data-width="2"] .btBox {
        max-width: 50%;
    }

    /* Banner */
    .with-border.bt_bb_banner {
        display: block;
    }

    /* Newsletter */
    .btNewsletterRow .btNewsletterRowInput input {
        padding-top: 0;
    }

    /* Recent Post Widget */
    .widget_newstar_recent_posts.btBox .bt_bb_headline {
        position: static;
    }

    /* Star rating */
    .btArticleStarRating .star-rating {
        display: inline-block !important;
    }

    /* Standard Post */
    .btPostSingleItemStandard .btArticleContent,
    .btPostSingleItemStandard .btArticleShareEtc {
        max-width: 100%;
    }

    .bt_bb_single_article.btImagePositionNoImage .btSinglePostContent {
        display: block;
        padding-right: 1em;
    }

    .bt_bb_single_article.btImagePositionNoImage .btSinglePostContent .bt_bb_headline .bt_bb_headline_content a {
        display: block !important;
    }

    /* Shop */
    .products ul li.product .btWooShopLoopItemInner,
    ul.products li.product .btWooShopLoopItemInner {
        margin: 0 .5em;
    }

    .products ul li.product,
    ul.products li.product {
        padding: 0;
    }

    /* Cart widget */
    .btBox .btImageTextWidget .btImageTextWidgetImage,
    .btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
    .btTopBox .btImageTextWidget .btImageTextWidgetImage {
        min-width: 30%;
    }

    .widget_shopping_cart .btImageTextWidget .btImageTextWidgetImage {
        float: left;
        max-width: 70%;
    }

    .widget_shopping_cart .btImageTextWidget .btImageTextWidgetText header {
        position: inherit !important;
    }

    .btBox ul,
    .btCustomMenu ul,
    .btTopBox ul {
        width: 100%;
    }

    .btSidebar .btIconWidget .btIconWidgetContent.btCartWidgetInnerContent {
        display: block;
    }

    .btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_subheadline,
    .btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_subheadline,
    .btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_subheadline {
        position: relative;
    }

    /* Page headline Fullscreen */
    body.btBelowMenu.btDefaultPageHeadlineShowFullscreen .btPageHeadline .bt_bb_port {
        padding-top: 26em;
    }
}

/* Game Result */
.bt_bb_game_result {
    display: inline-block;
    width: 100%;
}

.bt_bb_game_result .bt_bb_game_result_supertitle {
    font-family: "Roboto";
    display: block;
    margin-bottom: 1em;
}

.bt_bb_game_result .bt_bb_game_result_wrap {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_data {
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    width: 60%;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_data .bt_bb_game_result_crest {
    text-align: center;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_data .bt_bb_game_result_title {
    font-family: "Roboto";
    font-size: .8em;
    font-weight: 500;
    font-weight: 600;
    text-align: center;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_value {
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    width: 40%;
    font-family: "PT Serif";
    font-weight: 600;
    text-align: center;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_value .bt_bb_counter[data-digit-length="1"] {
    min-width: .7em;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_value .bt_bb_counter[data-digit-length="2"] {
    min-width: 1.4em;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_value .bt_bb_counter[data-digit-length="3"] {
    min-width: 2.1em;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_value .bt_bb_counter[data-digit-length="4"] {
    min-width: 2.8em;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team.bt_bb_game_result_team_left {
    position: relative;
    padding-right: .5em !important;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team.bt_bb_game_result_team_left .bt_bb_game_result_value:before {
    content: "-";
    position: absolute;
    top: 30px;
    font-size: 4em;
    left: 90%;
    line-height: 0;
}

.bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team.bt_bb_game_result_team_right {
    padding-left: .5em !important;
}

.bt_bb_game_result_button {
    margin-top: 1.3em;
}

.bt_bb_game_result_team_left .bt_bb_game_result_value {
    border-right: 1px solid #eee;
}

@media (max-width: 780px) {
    .bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team.bt_bb_game_result_team_right .bt_bb_game_result_value {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_data {
        width: 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    .bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team .bt_bb_game_result_value {
        width: 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    }

    .bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team.bt_bb_game_result_team_left .bt_bb_game_result_value:before {
        display: none;
    }
}

@media (max-width: 580px) {
    .bt_bb_game_result .bt_bb_game_result_title {
        font-size: .9em !important;
    }
}

@media (max-width: 480px) {
    .bt_bb_game_result .bt_bb_game_result_title {
        display: none;
    }
}

/* Table */
table.bt_bb_table {
    border: none;
}

.btSoftRoundedButtons table.bt_bb_table,
.btHardRoundedButtons table.bt_bb_table {
    overflow: hidden;
}

table.bt_bb_table tr.bt_bb_table_row {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-family: "Roboto";
    font-size: .9em;
    font-weight: 500;
}

table.bt_bb_table tr.bt_bb_table_row td {
    text-transform: inherit;
    border: none !important;
    text-align: left;
    padding: .5em .8em;
}

table.bt_bb_table tr.bt_bb_table_row td span {
    display: inline-block;
}

table.bt_bb_table tr.bt_bb_table_row td.bt_bb_table_num {
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
}

table.bt_bb_table tr.bt_bb_table_row td.bt_bb_table_value {
    width: 100%;
}

table.bt_bb_table tr.bt_bb_table_row.btSubMarkedRow {
    background-color: rgba(0, 0, 0, .02);
}

table.bt_bb_table tr.bt_bb_table_row.btMarkedRow {
    background-color: #e62b34;
    color: #fff;
}

/* RTL support */
body.rtl {
    direction: rtl;
    unicode-bidi: embed;
}

body.rtl.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
body.rtl.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
    margin-left: 0;
    margin-right: .5em;
}

body.rtl .rowItem {
    float: right;
}

body.rtl .bt_bb_content_slider .slick-dots {
    margin: 0 auto !important;
}

body.rtl .bt_bb_content_slider .slick-dots li .btSlickDotData {
    text-align: right;
    padding-right: 1em;
}

body.rtl .btNewsletterRow {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

body.rtl .btNewsletterRow .btNewsletterRowButton button {
    border-left: 1px;
    border: 1px solid;
    border-color: inherit;
    border-right: none;
}

body.rtl .bt_bb_game_result .bt_bb_game_result_wrap .bt_bb_game_result_team.bt_bb_game_result_team_left:before {
    right: 95%;
    left: 0;
}

body.rtl .btShareMetaRow .btMetaColumn {
    text-align: right;
}

body.rtl .btShareMetaRow .btMetaColumn .btArticleAuthor {
    padding-left: 0;
    padding-right: 65px;
}

body.rtl .btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleAuthorAvatar {
    right: 0;
    left: 0;
}

body.rtl .btShareMetaRow .btMetaColumn .btArticleAuthor .btArticleSocialURL {
    right: 65px;
}

body.rtl .btSidebarRight.btWithSidebar .btContentHolder .btSidebar {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

body.rtl .btAboutAuthor .btAboutAutorContent .aaAvatar {
    padding-left: 1em;
    padding-right: 0;
}

body.rtl .btArticleComments:before,
body.rtl .btArticleReadingTime:before,
body.rtl .btArticleViewCount:before {
    float: none;
}

/* Post grid */
.btSingleItemRowInner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btSingleItemRowInner .btSingleItemColumn {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.btSiglePostGrid.btImagePositionNoImage[class*="bt_bb_color_scheme"].bt_bb_single_article_gap_0:not(.btRows_1) .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
.btSiglePostGrid.btImagePositionSide[class*="bt_bb_color_scheme"].bt_bb_single_article_gap_0:not(.btRows_1) .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin-top: -1px;
}

.btImagePositionTop .btSinglePostTemplate {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100%;
}

.btImagePositionTop .btSinglePostTemplate .btSinglePostImage {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btImagePositionTop .btSinglePostTemplate .btSinglePostContent {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
}

/* Post content */
.btSinglePostContent {
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.btSinglePostContent a {
    pointer-events: all;
}

.btTitleLarge .btSinglePostContent,
.btTitleExtraLarge .btSinglePostContent,
.btTitleHuge .btSinglePostContent,
.btTitleExtrahuge .btSinglePostContent,
.btSiglePostGrid[class*="bt_bb_color_scheme"]:not(.bt_bb_color_scheme_gray-bottom-border).btImagePositionSide .btSinglePostContent {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bt_image_format--boldthemes_large_rectangle__.btImagePositionBackground .btSinglePostContent,
.btHasPoster.btImagePositionBackground .btSinglePostContent {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.bt_bb_single_article_slider_item .btSinglePostContent {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.btSinglePostContent .btSinglePostContentPoster {
    max-width: 100px;
    line-height: 0;
    margin: 0 0 1em 1em;
    pointer-events: none;
}

.btTitleLarge .btSinglePostContent .btSinglePostContentPoster,
.btTitleExtraLarge .btSinglePostContent .btSinglePostContentPoster,
.btTitleHuge .btSinglePostContent .btSinglePostContentPoster,
.btTitleExtrahuge .btSinglePostContent .btSinglePostContentPoster {
    max-width: 300px;
}

.bt_bb_single_article_slider_item .btSinglePostContent .btSinglePostContentPoster {
    margin: 0 1em 0 0;
}

.btImagePositionTop .btSinglePostContent .btSinglePostContentPoster {
    margin-top: -.5em;
}

.btImagePositionTop .btSinglePostContent .btSinglePostContentPoster img {
    max-width: 100px;
}

.btSinglePostContent .btSinglePostContentPoster img {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .75);
    pointer-events: none;
}

.btSinglePostContent .btSinglePostContentInner {
    margin: 1em;
    position: relative;
    width: 100%;
    max-width: 600px;
}

.bt_bb_single_article_slider_item .btSinglePostContent .btSinglePostContentInner {
    max-width: initial;
}

.bt_bb_single_article_slider_item .btSinglePostContent .btSinglePostContentInner {
    color: #fff;
}

.btSliderAtricleItemNoImage .bt_bb_single_article_slider_item .btSinglePostContent .btSinglePostContentInner {
    color: inherit;
}

.bt_bb_layout_wide .bt_bb_single_article_slider_item .btSinglePostContent .btSinglePostContentInner {
    margin: 0 !important;
}

.btSinglePostContent .btSinglePostContentInner .btSinglePostContentReadMore {
    padding-top: 1em;
}

.btHasBottomContent .btSinglePostContent .btSinglePostContentInner {
    padding-bottom: 2.2em;
}

.btTitleExtralarge .btSinglePostContent .btSinglePostContentInner,
.btTitleLarge .btSinglePostContent .btSinglePostContentInner,
.btTitleHuge .btSinglePostContent .btSinglePostContentInner,
.btTitleExtrahuge .btSinglePostContent .btSinglePostContentInner {
    margin: 2em;
}

.btSinglePostContent .btSinglePostExcerpt {
    margin-top: .5em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.8em;
    max-height: 5.4em;
}

.btTitleExtrahuge .btSinglePostContent .btSinglePostExcerpt {
    font-size: 1.4rem;
}

.btTitleHuge .btSinglePostContent .btSinglePostExcerpt {
    font-size: 1.3rem;
}

.btTitleExtralarge .btSinglePostContent .btSinglePostExcerpt {
    font-size: 1.2rem;
}

.btTitleLarge .btSinglePostContent .btSinglePostExcerpt {
    font-size: 1.1rem;
}

.btTitleNormal .btSinglePostContent .btSinglePostExcerpt {
    font-size: 1rem;
}

.btTitleMedium .btSinglePostContent .btSinglePostExcerpt {
    font-size: .95rem;
}

.btTitleSmall .btSinglePostContent .btSinglePostExcerpt {
    font-size: .9rem;
}

.btTitleExtrasmall .btSinglePostContent .btSinglePostExcerpt {
    font-size: .85rem;
}

.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent {
    font-family: Roboto;
    font-size: .8em;
    line-height: 1.1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.btTitleExtrahuge .btHasBottomContent .btSinglePostContent .btSinglePostBottomContent,
.btTitleHuge .btHasBottomContent .btSinglePostContent .btSinglePostBottomContent,
.btTitleExtralarge .btHasBottomContent .btSinglePostContent .btSinglePostBottomContent,
.btTitleLarge .btHasBottomContent .btSinglePostContent .btSinglePostBottomContent,
.btTitleNormal .btHasBottomContent .btSinglePostContent .btSinglePostBottomContent {
    font-size: .8em;
}

.btTitleSmall .btHasBottomContent .btSinglePostContent .btSinglePostBottomContent,
.btTitleExtrasmall .btHasBottomContent .btSinglePostContent .btSinglePostBottomContent {
    font-size: .7rem;
}

.btImagePositionBackground.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent {
    margin: 0;
}

.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent:before {
    content: ' ';
    border-top: 1px solid;
    display: block;
    opacity: .15;
    margin-bottom: .8em;
}

.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentLeft,
.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentRight {
    overflow: hidden;
    white-space: nowrap;
}

.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentLeft {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
}

.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentRight {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
}

.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentRight .btArticleDate:last-child:after,
.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentRight .btArticleAuthor:last-child:after,
.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentRight .btArticleComments:last-child:after,
.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentRight .btArticleCategories:last-child:after,
.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentRight .btArticleReadingTime:last-child:after,
.btHasBottomContent .btSinglePostContent .btSinglePostBottomContent .btSinglePostBottomContentInner .btSinglePostBottomContentRight .btArticleViewCount:last-child:after {
    content: '';
    padding: 0;
}

/* Hover Effects */
.btImageHoverZoom .btSinglePostTemplate .btPostImageHolder a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1200ms cubic-bezier(.215, .610, .355, 1);
    -moz-transition: all 1200ms cubic-bezier(.215, .610, .355, 1);
    transition: all 1200ms cubic-bezier(.215, .610, .355, 1);
}

.btImagePositionBackground.btImageHoverZoom .btSinglePostTemplate .bt_bb_headline {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.btImageHoverZoom .btSinglePostTemplate:hover .btPostImageHolder a img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.btImagePositionBackground.btImageHoverZoom .btSinglePostTemplate:hover .bt_bb_headline {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btImageHoverZoomOut .btSinglePostTemplate .btPostImageHolder a img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 1200ms cubic-bezier(.215, .610, .355, 1);
    -moz-transition: all 1200ms cubic-bezier(.215, .610, .355, 1);
    transition: all 1200ms cubic-bezier(.215, .610, .355, 1);
}

.btImagePositionBackground.btImageHoverZoomOut .btSinglePostTemplate .bt_bb_headline {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.btImageHoverZoomOut .btSinglePostTemplate:hover .btPostImageHolder a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.btImagePositionBackground.btImageHoverZoomOut .btSinglePostTemplate:hover .bt_bb_headline {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btImageHoverToGrayscale .btSinglePostTemplate .btPostImageHolder a img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.btImageHoverToGrayscale .btSinglePostTemplate:hover .btPostImageHolder a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.btImageHoverFromGrayscale .btSinglePostTemplate .btPostImageHolder a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.btImageHoverFromGrayscale .btSinglePostTemplate:hover .btPostImageHolder a img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/* Post image */
.btPostImageHolder {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btPostImageHolder a {
    display: block;
    min-height: 100%;
    height: 100%;
    background-color: #DBDBEA;
}

.btPostImageHolder a img {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
}

.btPostImageHolder a img.bt_src_load {
    opacity: 0;
    -webkit-transition: opacity 400ms ease-out;
    -moz-transition: opacity 400ms ease-out;
    transition: opacity 400ms ease-out;
}

.btPostImageHolder a img.bt_src_loaded {
    opacity: 1;
}

.btPostImageHolder[style*="height"] a img {
    min-height: 100%;
    object-fit: cover;
}

.btImagePositionNoImage .btPostImageHolder {
    display: none;
}

.btImagePositionNoImage:not([class*="bt_bb_color_scheme"]) .btSinglePostContentInner {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.btImagePositionNoImage:not([class*="bt_bb_color_scheme"]) .btSinglePostContentInner .btSinglePostBottomContent {
    margin: 0;
}

.btImagePositionNoImage:not(.hasBottomContent):not([class*="bt_bb_color_scheme"]) .btSinglePostContentInner {
    margin-bottom: 0;
}

.btImagePositionTop .btSinglePostContentInner {
    margin-left: 0;
    margin-right: 0;
}

.btImagePositionTop .btSinglePostTemplate {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 100%;
    width: 100%;
}

.btImagePositionTop .btSinglePostTemplate .btSinglePostImage {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btImagePositionTop .btSinglePostTemplate .btSinglePostContent {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.btImagePositionTop[class*="bt_bb_color_scheme"] .btSinglePostContentInner {
    margin-left: 1em;
    margin-right: 1em;
}

.btImagePositionBackground .btSinglePostTemplate {
    position: relative;
}

.btImagePositionBackground .btSinglePostTemplate .btSinglePostContent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
}

.btImagePositionBackground .btSinglePostTemplate:hover .btPostImageHolder:before {
    opacity: .9;
}

.btImagePositionBackground .btSingleItemColumnInner {
    background-color: transparent !important;
}

.btImagePositionBackground .btPostImageHolder:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    opacity: .8;
    pointer-events: none;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btImagePositionSide .btSinglePostTemplate {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -.2rem;
    width: 100%;
}

.btImagePositionSide .btSinglePostTemplate .btPostImageHolder,
.btImagePositionSide .btSinglePostTemplate .btSinglePostContent {
    padding: 0 .2rem;
}

.btImagePositionSide .btSinglePostTemplate .btPostImageHolder {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.btTitleLarge.btImagePositionSide .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner,
.btTitleExtralarge.btImagePositionSide .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner,
.btTitleHuge.btImagePositionSide .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner,
.btTitleExtrahuge.btImagePositionSide .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner {
    margin-left: 2rem;
    margin-right: 2rem;
}

.btTitleLarge.btImagePositionSide .btSinglePostTemplate .btPostImageHolder,
.btTitleExtralarge.btImagePositionSide .btSinglePostTemplate .btPostImageHolder,
.btTitleHuge.btImagePositionSide .btSinglePostTemplate .btPostImageHolder,
.btTitleExtrahuge.btImagePositionSide .btSinglePostTemplate .btPostImageHolder {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}

.btTitleMedium.btImagePositionSide .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner {
    margin-left: .5rem;
    margin-right: .5rem;
}

.btImagePositionSide .btSinglePostTemplate .btSinglePostContent {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: relative;
}

.btImagePositionSide .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner {
    margin: 0;
}

.btHasBottomContent.btImagePositionSide .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner {
    padding-bottom: 1.5em;
}

.btHasBottomContent.btImagePositionSide .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner .btSinglePostBottomContent {
    opacity: .7;
}

.btHasBottomContent.btImagePositionSide .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner .btSinglePostBottomContent:before {
    display: none;
}

.btImagePositionNoImage.btPostFormatShowMedia .btFormatVideo:before,
.btImagePositionNoImage.btPostFormatShowMedia .btFormatGallery:before,
.btImagePositionNoImage.btPostFormatShowMedia .btFormatAudio:before,
.btImagePositionNoImage.btPostFormatShowMediaTitleLeft .btFormatVideo:before,
.btImagePositionNoImage.btPostFormatShowMediaTitleLeft .btFormatGallery:before,
.btImagePositionNoImage.btPostFormatShowMediaTitleLeft .btFormatAudio:before {
    display: none;
}

/* Show media format */
.btPostFormatShow .btFormat,
.btPostFormatShow .btFormatVideo,
.btPostFormatShow .btFormatImage,
.btPostFormatShow .btFormatGallery,
.btPostFormatShow .btFormatAudio,
.btPostFormatShow .btFormatLink,
.btPostFormatShow .btFormatQuote {
    position: relative;
}

.btPostFormatShow .btFormat:before,
.btPostFormatShow .btFormatVideo:before,
.btPostFormatShow .btFormatImage:before,
.btPostFormatShow .btFormatGallery:before,
.btPostFormatShow .btFormatAudio:before,
.btPostFormatShow .btFormatLink:before,
.btPostFormatShow .btFormatQuote:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.5em;
    color: #fff;
    top: .8em;
    left: .8em;
    line-height: 100%;
    z-index: 2;
}

.btPostFormatShow .bt_bb_content_slider_item_content .btFormat:before,
.btPostFormatShow .bt_bb_content_slider_item_content .btFormatVideo:before,
.btPostFormatShow .bt_bb_content_slider_item_content .btFormatImage:before,
.btPostFormatShow .bt_bb_content_slider_item_content .btFormatGallery:before,
.btPostFormatShow .bt_bb_content_slider_item_content .btFormatAudio:before,
.btPostFormatShow .bt_bb_content_slider_item_content .btFormatLink:before,
.btPostFormatShow .bt_bb_content_slider_item_content .btFormatQuote:before {
    top: 0;
    right: 0;
    left: auto;
}

.btPostFormatShow .btFormat:before {
    content: "\f016";
}

.btPostFormatShow .btFormatVideo:before {
    content: "\f04b";
}

.btPostFormatShow .btFormatImage:before {
    content: "\f03e";
}

.btPostFormatShow .btFormatGallery:before {
    content: "\f03e";
}

.btPostFormatShow .btFormatAudio:before {
    content: "\f001";
}

.btPostFormatShow .btFormatLink:before {
    content: "\f0c1";
}

.btPostFormatShow .btFormatQuote:before {
    content: "\f10d";
}

.btPostFormatShowMedia .btFormatVideo,
.btPostFormatShowMedia .btFormatImage,
.btPostFormatShowMedia .btFormatGallery,
.btPostFormatShowMedia .btFormatAudio,
.btPostFormatShowMedia .btFormatLink,
.btPostFormatShowMedia .btFormatQuote {
    position: relative;
}

.btPostFormatShowMedia .btFormatVideo:before,
.btPostFormatShowMedia .btFormatImage:before,
.btPostFormatShowMedia .btFormatGallery:before,
.btPostFormatShowMedia .btFormatAudio:before,
.btPostFormatShowMedia .btFormatLink:before,
.btPostFormatShowMedia .btFormatQuote:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.5rem;
    color: #fff;
    top: .8rem;
    left: .8rem;
    line-height: 100%;
    z-index: 2;
}

.btTitleExtralarge.btPostFormatShowMedia .btFormatVideo:before,
.btTitleExtralarge.btPostFormatShowMedia .btFormatImage:before,
.btTitleExtralarge.btPostFormatShowMedia .btFormatGallery:before,
.btTitleExtralarge.btPostFormatShowMedia .btFormatAudio:before,
.btTitleExtralarge.btPostFormatShowMedia .btFormatLink:before,
.btTitleExtralarge.btPostFormatShowMedia .btFormatQuote:before,
.btTitleLarge.btPostFormatShowMedia .btFormatVideo:before,
.btTitleLarge.btPostFormatShowMedia .btFormatImage:before,
.btTitleLarge.btPostFormatShowMedia .btFormatGallery:before,
.btTitleLarge.btPostFormatShowMedia .btFormatAudio:before,
.btTitleLarge.btPostFormatShowMedia .btFormatLink:before,
.btTitleLarge.btPostFormatShowMedia .btFormatQuote:before,
.btTitleHuge.btPostFormatShowMedia .btFormatVideo:before,
.btTitleHuge.btPostFormatShowMedia .btFormatImage:before,
.btTitleHuge.btPostFormatShowMedia .btFormatGallery:before,
.btTitleHuge.btPostFormatShowMedia .btFormatAudio:before,
.btTitleHuge.btPostFormatShowMedia .btFormatLink:before,
.btTitleHuge.btPostFormatShowMedia .btFormatQuote:before,
.btTitleExtrahuge.btPostFormatShowMedia .btFormatVideo:before,
.btTitleExtrahuge.btPostFormatShowMedia .btFormatImage:before,
.btTitleExtrahuge.btPostFormatShowMedia .btFormatGallery:before,
.btTitleExtrahuge.btPostFormatShowMedia .btFormatAudio:before,
.btTitleExtrahuge.btPostFormatShowMedia .btFormatLink:before,
.btTitleExtrahuge.btPostFormatShowMedia .btFormatQuote:before {
    top: 1.8rem;
    left: 1.8rem;
}

.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatVideo:before,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatImage:before,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatGallery:before,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatAudio:before,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatLink:before,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatQuote:before {
    top: 0;
    left: auto;
}

.btTitleHuge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatVideo:before,
.btTitleHuge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatImage:before,
.btTitleHuge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatGallery:before,
.btTitleHuge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatAudio:before,
.btTitleHuge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatLink:before,
.btTitleHuge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatQuote:before,
.btTitleExtraLarge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatVideo:before,
.btTitleExtraLarge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatImage:before,
.btTitleExtraLarge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatGallery:before,
.btTitleExtraLarge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatAudio:before,
.btTitleExtraLarge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatLink:before,
.btTitleExtraLarge.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatQuote:before {
    top: 3px;
}

.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatVideo .bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatImage .bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatGallery .bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatAudio .bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatLink .bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline,
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatQuote .bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
    margin-left: 2rem;
}

.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatVideo .bt_bb_headline:not(.bt_bb_superheadline),
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatImage .bt_bb_headline:not(.bt_bb_superheadline),
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatGallery .bt_bb_headline:not(.bt_bb_superheadline),
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatAudio .bt_bb_headline:not(.bt_bb_superheadline),
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatLink .bt_bb_headline:not(.bt_bb_superheadline),
.btPostFormatShowMedia .bt_bb_content_slider_item_content .btFormatQuote .bt_bb_headline:not(.bt_bb_superheadline) {
    margin-top: 2em;
}

.btPostFormatShowMedia .btFormatVideo:before {
    content: "\f04b";
}

.btPostFormatShowMedia .btFormatImage:before {
    content: "\f03e";
}

.btPostFormatShowMedia .btFormatGallery:before {
    content: "\f03e";
}

.btPostFormatShowMedia .btFormatAudio:before {
    content: "\f001";
}

.btPostFormatShowMedia .btFormatLink:before {
    content: "\f0c1";
}

.btPostFormatShowMedia .btFormatQuote:before {
    content: "\f10d";
}

.btPostFormatShowMediaTitleLeft .btFormatVideo,
.btPostFormatShowMediaTitleLeft .btFormatImage,
.btPostFormatShowMediaTitleLeft .btFormatGallery,
.btPostFormatShowMediaTitleLeft .btFormatAudio,
.btPostFormatShowTitleLeft .btFormat,
.btPostFormatShowTitleLeft .btFormatVideo,
.btPostFormatShowTitleLeft .btFormatImage,
.btPostFormatShowTitleLeft .btFormatGallery,
.btPostFormatShowTitleLeft .btFormatAudio,
.btPostFormatShowTitleLeft .btFormatLink,
.btPostFormatShowTitleLeft .btFormatQuote {
    position: relative;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_headline,
.btPostFormatShowTitleLeft .btFormat .bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_headline {
    position: relative;
    padding-left: 42px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormat .bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_headline:before {
    top: 5px;
    left: 0;
    width: 36px;
    line-height: 36px;
    position: absolute;
    font-family: FontAwesome;
    color: inherit;
    font-size: 15px;
    text-align: center;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormat .bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_headline:after {
    content: "";
    top: 5px;
    left: 0;
    position: absolute;
    font-family: FontAwesome;
    color: inherit;
    -webkit-box-shadow: inset 0 0 0 2px currentColor;
    box-shadow: inset 0 0 0 2px currentColor;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .2);
    width: 36px;
    height: 36px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_extrasmall.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_extrasmall.bt_bb_headline {
    padding-left: 36px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_extrasmall.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_extrasmall.bt_bb_headline:before {
    top: 1px;
    font-size: 12px;
    width: 28px;
    height: 28px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_extrasmall.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_extrasmall.bt_bb_headline:after {
    width: 28px;
    height: 28px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_normal.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_normal.bt_bb_headline {
    padding-left: 50px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_normal.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_normal.bt_bb_headline:before {
    top: 9px;
    font-size: 20px;
    width: 44px;
    height: 44px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_normal.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_normal.bt_bb_headline:after {
    width: 44px;
    height: 44px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_large.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_large.bt_bb_headline {
    padding-left: 75px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_large.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_large.bt_bb_headline:before {
    top: 18px;
    font-size: 30px;
    width: 64px;
    height: 64px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_large.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_large.bt_bb_headline:after {
    width: 64px;
    height: 64px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_extralarge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_huge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_extrahuge.bt_bb_headline,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_extrahuge.bt_bb_headline {
    padding-left: 125px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_extralarge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_huge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_extrahuge.bt_bb_headline:before,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_extrahuge.bt_bb_headline:before {
    top: 43px;
    font-size: 55px;
    width: 114px;
    height: 114px;
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_extralarge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_huge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormat .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatImage .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatLink .bt_bb_size_extrahuge.bt_bb_headline:after,
.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_size_extrahuge.bt_bb_headline:after {
    width: 114px;
    height: 114px;
    -webkit-box-shadow: inset 0 0 0 4px currentColor;
    box-shadow: inset 0 0 0 4px currentColor;
}

.btPostFormatShowTitleLeft .btFormat .bt_bb_headline:before {
    content: "\f016";
}

.btPostFormatShowTitleLeft .btFormatVideo .bt_bb_headline:before {
    content: "\f04b";
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
}

.btPostFormatShowTitleLeft .btFormatImage .bt_bb_headline:before {
    content: "\f03e";
}

.btPostFormatShowTitleLeft .btFormatGallery .bt_bb_headline:before {
    content: "\f1c5";
}

.btPostFormatShowTitleLeft .btFormatAudio .bt_bb_headline:before {
    content: "\f001";
    -webkit-transform: translateX(-1px) translateY(-1px);
    -moz-transform: translateX(-1px) translateY(-1px);
    -ms-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
}

.btPostFormatShowTitleLeft .btFormatLink .bt_bb_headline:before {
    content: "\f0c1";
}

.btPostFormatShowTitleLeft .btFormatQuote .bt_bb_headline:before {
    content: "\f10d";
}

.btPostFormatShowMediaTitleLeft .btFormatVideo .bt_bb_headline:before {
    content: "\f04b";
    -webkit-transform: translateX(1px);
    -moz-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px);
}

.btPostFormatShowMediaTitleLeft .btFormatImage .bt_bb_headline:before {
    content: "\f03e";
}

.btPostFormatShowMediaTitleLeft .btFormatGallery .bt_bb_headline:before {
    content: "\f1c5";
}

.btPostFormatShowMediaTitleLeft .btFormatAudio .bt_bb_headline:before {
    content: "\f001";
    -webkit-transform: translateX(-1px) translateY(-1px);
    -moz-transform: translateX(-1px) translateY(-1px);
    -ms-transform: translateX(-1px) translateY(-1px);
    transform: translateX(-1px) translateY(-1px);
}

.btPostFormatShowMediaTitleLeft.btTitleExtrasmall .btSinglePostContent .btSinglePostContentInner header,
.btPostFormatShowMediaTitleLeft.btTitleSmall .btSinglePostContent .btSinglePostContentInner header,
.btPostFormatShowMediaTitleLeft.btTitleMedium .btSinglePostContent .btSinglePostContentInner header,
.btPostFormatShowMediaTitleLeft.btTitleNormal .btSinglePostContent .btSinglePostContentInner header {
    min-height: 2.5em;
}

/*.slick-slider .btPostFormatShowTitleLeft {
    :any(.btFormat, .btFormat-Video, .btFormat-Image, .btFormat-Gallery, .btFormat-Audio, .btFormat-Link, .btFormat-Quote) {
        .bt_bb_headline_content {
            position: relative;
            padding-left: 2.2em;
            &:before {
				top: 0.1em;
                left: 0;
                position: absolute;
                font-family: FontAwesome;
                color: inherit;
                border-radius: 100%;
                width: 1.8em;
                line-height: 1.8em;
                font-size: 1.1em;
                text-align: center;
			}
            &:after {
                content: "";
				top: 0.1em;
                left: 0;
                position: absolute;
                font-family: FontAwesome;
                color: inherit;
                box-shadow: inset 0 0 0 2px currentColor;
                border-radius: 100%;
                background-color: rgba(255,255,255,.2);
                width: 1.8em;
                height: 1.8em;
                display: table;
                vertical-align: middle;
                font-size: 1.1em;
			}
        }
    }
    .btFormat .bt_bb_headline_content:before {
            content: "\f016";
		}
    .btFormat-Video .bt_bb_headline_content:before {
            content: "\f04b";
            left: 0.1em;
        }
    .btFormat-Image .bt_bb_headline_content:before {
            content: "\f03e";
        }
    .btFormat-Gallery .bt_bb_headline_content:before {
            content: "\f1c5";
        }
    .btFormat-Audio .bt_bb_headline_content:before {
            content: "\f001";
            left: -0.1em;
        }
    .btFormat-Link .bt_bb_headline_content:before {
            content: "\f0c1";
        }
    .btFormat-Quote .bt_bb_headline_content:before {
            content: "\f10d";
        }
}

.slick-slider .btPostFormatShowMediaTitleLeft {
    :any(.btFormat-Video, .btFormat-Gallery, .btFormat-Audio) {
        .bt_bb_headline_content {
            position: relative;
            padding-left: 2.2em;
            &:before {
				top: 0.1em;
                left: 0;
                position: absolute;
                font-family: FontAwesome;
                color: inherit;
                border-radius: 100%;
                width: 1.8em;
                line-height: 1.8em;
                font-size: 1.1em;
                text-align: center;
			}
            &:after {
                content: "";
				top: 0.1em;
                left: 0;
                position: absolute;
                font-family: FontAwesome;
                color: inherit;
                box-shadow: inset 0 0 0 2px currentColor;
                border-radius: 100%;
                background-color: rgba(255,255,255,.2);
                width: 1.8em;
                height: 1.8em;
                display: table;
                vertical-align: middle;
                font-size: 1.1em;
			}
        }
    }
    .btFormat-Video .bt_bb_headline_content:before {
            content: "\f04b";
            left: 0.1em;
        }
    .btFormat-Gallery .bt_bb_headline_content:before {
            content: "\f1c5";
        }
    .btFormat-Audio .bt_bb_headline_content:before {
            content: "\f001";
            left: -0.1em;
        }
}*/
/* Gallery lightbox arrows */
.mfp-arrow {
    color: #e62b34 !important;
}

.mfp-arrow:before {
    font-family: Icon7Stroke !important;
    font-size: 3em;
    color: #181818 !important;
    border: none !important;
    background-color: #fff;
    border-radius: 50%;
    width: 80%;
    height: 70%;
}

.mfp-arrow:after {
    font-family: Icon7Stroke !important;
    font-size: 7em;
    color: #fff !important;
    border: none !important;
}

.mfp-arrow.mfp-arrow-left {
    left: 0;
}

.mfp-arrow.mfp-arrow-left:before {
    content: '\e686' !important;
}

.mfp-arrow.mfp-arrow-right {
    right: 5%;
}

.mfp-arrow.mfp-arrow-right:before {
    content: '\e684' !important;
}

.mfp-wrap {
    z-index: 10003;
}

/* Star rating */
.btArticleStarRating .star-rating {
    display: inline;
}

.btArticleStarRating .rating {
    padding: 0 0 0 .4em;
}

/* In slider */
.__item_to_be_removed__ {
    display: none !important;
}

.bt_bb_content_slider .bt_bb_bottom_spacing_extra_small {
    padding-bottom: .5em;
}

.bt_bb_content_slider .bt_bb_bottom_spacing_small {
    padding-bottom: 1em;
}

.bt_bb_content_slider .bt_bb_bottom_spacing_normal {
    padding-bottom: 2em;
}

.bt_bb_content_slider .bt_bb_bottom_spacing_medium {
    padding-bottom: 4em;
}

.bt_bb_content_slider .bt_bb_bottom_spacing_large {
    padding-bottom: 8em;
}

.bt_bb_content_slider .bt_bb_bottom_spacing_larger {
    padding-bottom: 12em;
}

.bt_bb_content_slider .bt_bb_bottom_spacing_extra_large {
    padding-bottom: 16em;
}

.bt_bb_content_slider .bt_bb_top_spacing_extra_small {
    padding-top: .5em;
}

.bt_bb_content_slider .bt_bb_top_spacing_small {
    padding-top: 1em;
}

.bt_bb_content_slider .bt_bb_top_spacing_normal {
    padding-top: 2em;
}

.bt_bb_content_slider .bt_bb_top_spacing_medium {
    padding-top: 4em;
}

.bt_bb_content_slider .bt_bb_top_spacing_large {
    padding-top: 8em;
}

.bt_bb_content_slider .bt_bb_top_spacing_larger {
    padding-top: 12em;
}

.bt_bb_content_slider .bt_bb_top_spacing_extra_large {
    padding-top: 16em;
}

.btSinglePostBackground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 1800ms cubic-bezier(.215, .610, .355, 1);
    -moz-transition: transform 1800ms cubic-bezier(.215, .610, .355, 1);
    transition: transform 1800ms cubic-bezier(.215, .610, .355, 1);
    background-size: cover;
}

.bt_bb_content_slider_item.btSliderAtricleItemCenterBackground .btSinglePostBackground {
    background-position: center;
}

.bt_bb_content_slider_item.bt_bb_image_hover_zoom:hover .btSinglePostBackground {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.bt_bb_content_slider_item.bt_bb_image_hover_zoom-out .btSinglePostBackground {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.bt_bb_content_slider_item.bt_bb_image_hover_zoom-out:hover .btSinglePostBackground {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bt_bb_content_slider_item.bt_bb_image_hover_to-grayscale .btSinglePostBackground {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.bt_bb_content_slider_item.bt_bb_image_hover_to-grayscale:hover .btSinglePostBackground {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bt_bb_content_slider_item.bt_bb_image_hover_from-grayscale .btSinglePostBackground {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.bt_bb_content_slider_item.bt_bb_image_hover_from-grayscale:hover .btSinglePostBackground {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.bt_bb_content_slider_item.bt_bb_image_hover_zoom,
.bt_bb_content_slider_item.bt_bb_image_hover_zoom-out {
    overflow: hidden;
}

.bt_bb_single_article_slider_item .btSinglePostTemplate {
    max-width: 668px;
}

.btTitleExtrahuge.bt_bb_single_article_slider_item .btSinglePostTemplate {
    max-width: 980px;
}

.bt_bb_align_center .bt_bb_single_article_slider_item .btSinglePostTemplate {
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.btSliderAtricleItemNoBackground.bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner {
    margin: 0;
}

.bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent .btSinglePostContentReadMore {
    padding-top: 3em;
}

.bt_bb_multiple_slides .bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent {
    padding-left: 1em;
    padding-right: 1em;
}

.bt_bb_multiple_slides .bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent .btSinglePostContentInner {
    margin: 0;
}

.bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent .btArticleAuthor {
    font-weight: 600;
}

.bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent .btArticleAuthor:not(:last-child):after {
    opacity: .5;
    font-weight: 300;
    padding: .3em;
}

.bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent .btArticleDate {
    opacity: .5;
    font-weight: 300;
}

.bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent .bt_bb_headline_content .btArticleDate {
    display: inline;
    padding-right: .5em;
}

.bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent .bt_bb_headline_content .btArticleDate:before,
.bt_bb_single_article_slider_item .btSinglePostTemplate .btSinglePostContent .bt_bb_headline_content .btArticleDate:after {
    display: none;
}

.bt_bb_single_article_slider_item[class*="light_solid"]:before {
    background-color: rgba(255, 255, 255, .5);
}

.bt_bb_single_article_slider_item[class*="light_gradient"]:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .6) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .6) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .6) 100%);
}

.bt_bb_single_article_slider_item[class*="dark_solid"]:before {
    background-color: rgba(19, 19, 21, .5);
}

.bt_bb_single_article_slider_item[class*="dark_gradient"]:before {
    background: -webkit-linear-gradient(top, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .6) 40%, rgba(19, 19, 21, .4) 50%, rgb(19, 19, 21) 100%);
    background: -moz-linear-gradient(top, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .6) 40%, rgba(19, 19, 21, .4) 50%, rgb(19, 19, 21) 100%);
    background: linear-gradient(to bottom, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .6) 40%, rgba(19, 19, 21, .4) 50%, rgb(19, 19, 21) 100%);
}

.bt_bb_single_article_slider_item[class*="bt_bb_background_overlay_dark_gradient_from_top"]:before {
    background: -webkit-linear-gradient(top, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .5) 40%, rgb(19, 19, 21) 100%);
    background: -moz-linear-gradient(top, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .5) 40%, rgb(19, 19, 21) 100%);
    background: linear-gradient(to bottom, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .5) 40%, rgb(19, 19, 21) 100%);
}

.bt_bb_single_article_slider_item[class*="bt_bb_background_overlay_dark_gradient_from_bottom"]:before {
    background: -webkit-linear-gradient(bottom, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .5) 40%, rgba(19, 19, 21, 0) 100%);
    background: -moz-linear-gradient(bottom, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .5) 40%, rgba(19, 19, 21, 0) 100%);
    background: linear-gradient(to top, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .5) 40%, rgba(19, 19, 21, 0) 100%);
}

.bt_bb_single_article_slider_item[class*="bt_bb_background_overlay_dark_gradient_from_left"]:before {
    background: -webkit-linear-gradient(left, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .5) 50%, rgba(19, 19, 21, 0) 100%);
    background: -moz-linear-gradient(left, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .5) 50%, rgba(19, 19, 21, 0) 100%);
    background: linear-gradient(to right, rgb(19, 19, 21) 0%, rgba(19, 19, 21, .5) 50%, rgba(19, 19, 21, 0) 100%);
}

.bt_bb_gap_small .slick-list .bt_bb_content_slider_item.bt_bb_single_article_slider_item {
    margin: 0 .25rem;
}

.bt_bb_gap_small .slick-list .bt_bb_content_slider_item.bt_bb_single_article_slider_item .content {
    padding: 0;
}

.bt_bb_gap_normal .slick-list .bt_bb_content_slider_item.bt_bb_single_article_slider_item {
    margin: 0 .5rem;
}

.bt_bb_gap_normal .slick-list .bt_bb_content_slider_item.bt_bb_single_article_slider_item .content {
    padding: 0;
}

.bt_bb_gap_large .slick-list .bt_bb_content_slider_item.bt_bb_single_article_slider_item {
    margin: 0 1rem;
}

.bt_bb_gap_large .slick-list .bt_bb_content_slider_item.bt_bb_single_article_slider_item .content {
    padding: 0;
}

/* Category title */
.bt_bb_category_title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-family: Roboto;
    font-size: 1.5em;
    margin: 0 -.5em;
    line-height: 1.2rem;
}

.bt_bb_category_title .btCategoryTitleTxt {
    font-family: inherit;
    padding: 0 .5em;
}

.bt_bb_category_title .btCategoryTitleTxt h1,
.bt_bb_category_title .btCategoryTitleTxt h2,
.bt_bb_category_title .btCategoryTitleTxt h3,
.bt_bb_category_title .btCategoryTitleTxt h4,
.bt_bb_category_title .btCategoryTitleTxt h5,
.bt_bb_category_title .btCategoryTitleTxt h6,
.bt_bb_category_title .btCategoryTitleTxt h7,
.bt_bb_category_title .btCategoryTitleTxt h8 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    color: #e62b34;
    padding: 0;
}

.bt_bb_category_title .btCategoryTitleTxt h1 a,
.bt_bb_category_title .btCategoryTitleTxt h2 a,
.bt_bb_category_title .btCategoryTitleTxt h3 a,
.bt_bb_category_title .btCategoryTitleTxt h4 a,
.bt_bb_category_title .btCategoryTitleTxt h5 a,
.bt_bb_category_title .btCategoryTitleTxt h6 a,
.bt_bb_category_title .btCategoryTitleTxt h7 a,
.bt_bb_category_title .btCategoryTitleTxt h8 a {
    color: inherit;
}

.bt_bb_category_title.bt_bb_display_style_normal {
    font-size: 1.35em;
}

.bt_bb_category_title.bt_bb_display_style_normal .btCategoryTitleTxt h1,
.bt_bb_category_title.bt_bb_display_style_normal .btCategoryTitleTxt h2,
.bt_bb_category_title.bt_bb_display_style_normal .btCategoryTitleTxt h3,
.bt_bb_category_title.bt_bb_display_style_normal .btCategoryTitleTxt h4,
.bt_bb_category_title.bt_bb_display_style_normal .btCategoryTitleTxt h5,
.bt_bb_category_title.bt_bb_display_style_normal .btCategoryTitleTxt h6,
.bt_bb_category_title.bt_bb_display_style_normal .btCategoryTitleTxt h7,
.bt_bb_category_title.bt_bb_display_style_normal .btCategoryTitleTxt h8 {
    color: inherit;
}

.bt_bb_category_title.bt_bb_display_style_highlighted h1,
.bt_bb_category_title.bt_bb_display_style_highlighted h2,
.bt_bb_category_title.bt_bb_display_style_highlighted h3,
.bt_bb_category_title.bt_bb_display_style_highlighted h4,
.bt_bb_category_title.bt_bb_display_style_highlighted h5,
.bt_bb_category_title.bt_bb_display_style_highlighted h6,
.bt_bb_category_title.bt_bb_display_style_highlighted h7,
.bt_bb_category_title.bt_bb_display_style_highlighted h8 {
    color: #ffd400;
}

.bt_bb_category_title .btArticleCategories {
    padding: 0 .5em;
    margin: 0 -.5em;
    line-height: inherit;
}

.bt_bb_category_title .btArticleCategories .btArticleCategory {
    text-transform: lowercase;
    opacity: .9;
    padding: 0 .5em;
}

.bt_bb_category_title .btArticleCategories .btArticleCategory a {
    color: inherit;
}

.bt_bb_category_title .btArticleCategories .btArticleCategory:hover {
    opacity: 1;
    text-decoration: none;
}

.bt_bb_category_title.bt_bb_orientation_vertical {
    display: block;
}

.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategories {
    margin-top: .5em;
}

.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategory {
    opacity: 1;
    display: block;
}

.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategory a,
a.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategory {
    display: block;
    color: #e62b34;
    font-size: .9em;
    position: relative;
    line-height: 2.7em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 2em 0 0;
}

.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategory a:hover,
a.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategory:hover {
    text-decoration: none;
    color: #181818;
}

.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategory a:hover:after,
a.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategory:hover:after {
    border: 1px solid #ffd400;
    background-color: #ffd400;
    color: #fff;
}

.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategory a:after,
a.bt_bb_category_title.bt_bb_orientation_vertical .btArticleCategory:after {
    font-family: FontAwesome;
    content: "\f105";
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    width: 1.29em;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Gaps */
/*@for i in 0, 5,10,15,20,25,30,35,40,45,50,60,70,80,90,100 {
	.btSiglePostGrid.bt_bb_single_article_gap_#(i):not(.btImagePositionBackground) {
		.btSingleItemRowInner {
			margin: 0 -#(i)px;
			&:not(:last-child) {
				margin-bottom: math(#(i) * 2)px;
			}
			.btSingleItemColumn {
				padding: 0 #(i)px;
			}
		}
	}
}*/
.btSiglePostGrid.btImagePositionBackground {
    overflow: hidden;
}

.btSiglePostGrid.btImagePositionBackground .btSingleItemRow {
    overflow: hidden;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_0 .btSingleItemRowInner {
    margin: 0 -0px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_0 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_0 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -0px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_0 .btSingleItemRow:not(:last-child) {
    margin-bottom: 0;
}

.btSiglePostGrid.bt_bb_single_article_gap_0.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 0;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_5 .btSingleItemRowInner {
    margin: 0 -2.5px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 2.5px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -2.5px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_5 .btSingleItemRow:not(:last-child) {
    margin-bottom: 5px;
}

.btSiglePostGrid.bt_bb_single_article_gap_5.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 5px;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_10 .btSingleItemRowInner {
    margin: 0 -5px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_10 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 5px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_10 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -5px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_10 .btSingleItemRow:not(:last-child) {
    margin-bottom: 10px;
}

.btSiglePostGrid.bt_bb_single_article_gap_10.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 10px;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_15 .btSingleItemRowInner {
    margin: 0 -7.5px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_15 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 7.5px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_15 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -7.5px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_15 .btSingleItemRow:not(:last-child) {
    margin-bottom: 15px;
}

.btSiglePostGrid.bt_bb_single_article_gap_15.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 15px;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_20 .btSingleItemRowInner {
    margin: 0 -10px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_20 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 10px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_20 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -10px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_20 .btSingleItemRow:not(:last-child) {
    margin-bottom: 20px;
}

.btSiglePostGrid.bt_bb_single_article_gap_20.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 20px;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_25 .btSingleItemRowInner {
    margin: 0 -12.5px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_25 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 12.5px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_25 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -12.5px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_25 .btSingleItemRow:not(:last-child) {
    margin-bottom: 25px;
}

.btSiglePostGrid.bt_bb_single_article_gap_25.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 25px;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_30 .btSingleItemRowInner {
    margin: 0 -15px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_30 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 15px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_30 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -15px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_30 .btSingleItemRow:not(:last-child) {
    margin-bottom: 30px;
}

.btSiglePostGrid.bt_bb_single_article_gap_30.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 30px;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_35 .btSingleItemRowInner {
    margin: 0 -17.5px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_35 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 17.5px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_35 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -17.5px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_35 .btSingleItemRow:not(:last-child) {
    margin-bottom: 35px;
}

.btSiglePostGrid.bt_bb_single_article_gap_35.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 35px;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_40 .btSingleItemRowInner {
    margin: 0 -20px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_40 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 20px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_40 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -20px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_40 .btSingleItemRow:not(:last-child) {
    margin-bottom: 40px;
}

.btSiglePostGrid.bt_bb_single_article_gap_40.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 40px;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_45 .btSingleItemRowInner {
    margin: 0 -22.5px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_45 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 22.5px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_45 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -22.5px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_45 .btSingleItemRow:not(:last-child) {
    margin-bottom: 45px;
}

.btSiglePostGrid.bt_bb_single_article_gap_45.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 45px;
}

/* Horizontal */
.btSiglePostGrid.bt_bb_single_article_gap_50 .btSingleItemRowInner {
    margin: 0 -25px;
    overflow: hidden;
}

.btSiglePostGrid.bt_bb_single_article_gap_50 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
    margin: 0 25px;
    overflow: hidden;
}

.btImagePositionBackground.btSiglePostGrid.bt_bb_single_article_gap_50 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner .btPostImageHolder {
    margin-left: -25px;
}

/* Vertical */
.btSiglePostGrid.bt_bb_single_article_gap_50 .btSingleItemRow:not(:last-child) {
    margin-bottom: 50px;
}

.btSiglePostGrid.bt_bb_single_article_gap_50.bt_bb_color_scheme_gray-bottom-border .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    padding-bottom: 50px;
}

/* Ticker special */
.btTickerText {
    float: left;
    padding: .15em 1em;
    margin-right: 1em;
    background: #e62b34;
    color: white;
    font-size: .8em;
}

.btTickerSlider {
    max-width: 1000px;
    float: left;
}

/* Color scheme */
.bt_bb_color_scheme_light-gray-background.btSiglePostGrid .btSingleItemColumnInner {
    border: 1px solid #ddd;
    background-color: #fff;
}

.bt_bb_color_scheme_dark-gray-background.btSiglePostGrid .btSingleItemColumnInner {
    border: 1px solid #ddd;
    background-color: #181818;
}

.bt_bb_color_scheme_light-background.btSiglePostGrid .btSingleItemColumnInner {
    background-color: #fff;
}

.bt_bb_color_scheme_dark-background.btSiglePostGrid .btSingleItemColumnInner {
    background: #222325;
}

.bt_bb_color_scheme_gray-bottom-border.btSiglePostGrid .btSingleItemRow:not(:last-child) .btSinglePostTemplate {
    border-bottom: 1px solid #ddd;
}

/* Article template - responsive */
/*@media (max-width: 1400px) {
	.bt_bb_category_title {
		font-size: 1.3em;
	}
}*/
/* RESPONSIVE */
@media screen and (max-width: 1199px) {
    /* 5 & 6 Columns */
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 2.5px 5px 2.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 2.5px 5px 2.5px;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 5px 10px 5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 5px 10px 5px;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 7.5px 15px 7.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 7.5px 15px 7.5px;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 10px 20px 10px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 10px 20px 10px;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 12.5px 25px 12.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 12.5px 25px 12.5px;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 15px 30px 15px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 15px 30px 15px;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 17.5px 35px 17.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 17.5px 35px 17.5px;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 20px 40px 20px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 20px 40px 20px;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 22.5px 45px 22.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 22.5px 45px 22.5px;
        display: inline-block;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 33.3333%;
        flex-basis: 33.3333%;
        width: 33.3333%;
        -webkit-flex: 1 0 33.3333%;
        -ms-flex: 1 0 33.3333%;
        flex: 1 0 33.3333%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 25px 50px 25px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_1 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_2 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50 .btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 25px 50px 25px;
        display: inline-block;
    }

    .btSingleItemRow:not(:last-child) {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    /* 4, 5 & 6 Columns */
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 2.5px 5px 2.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 5px 10px 5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 7.5px 15px 7.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 10px 20px 10px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 12.5px 25px 12.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 15px 30px 15px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 17.5px 35px 17.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 20px 40px 20px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 22.5px 45px 22.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_4 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_5 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_6 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_4 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_5 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_6 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_4 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_6 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 25px 50px 25px;
    }

    .btImagePositionSide.btImageFormatHorizontalRectangle3x2 .btSingleItemColumnInner,
    .btImagePositionSide.btImageFormatHorizontalRectangle .btSingleItemColumnInner,
    .btImagePositionSide.btImageFormatHorizontalRectangleWithPoster .btSingleItemColumnInner,
    .btImagePositionSide.btImageFormatHorizontalRectangle3x2WithPoster .btSingleItemColumnInner,
    .btImagePositionSide.btImageFormatSquare .btSingleItemColumnInner {
        display: block;
    }

    .btImagePositionSide.btImageFormatHorizontalRectangle3x2 .btSingleItemColumnInner .btSinglePostTemplate,
    .btImagePositionSide.btImageFormatHorizontalRectangle .btSingleItemColumnInner .btSinglePostTemplate,
    .btImagePositionSide.btImageFormatHorizontalRectangleWithPoster .btSingleItemColumnInner .btSinglePostTemplate,
    .btImagePositionSide.btImageFormatHorizontalRectangle3x2WithPoster .btSingleItemColumnInner .btSinglePostTemplate,
    .btImagePositionSide.btImageFormatSquare .btSingleItemColumnInner .btSinglePostTemplate {
        display: block;
    }

    .btImagePositionSide.btImageFormatHorizontalRectangle3x2 .btSingleItemColumnInner .btSinglePostTemplate .btSinglePostContentInner,
    .btImagePositionSide.btImageFormatHorizontalRectangle .btSingleItemColumnInner .btSinglePostTemplate .btSinglePostContentInner,
    .btImagePositionSide.btImageFormatHorizontalRectangleWithPoster .btSingleItemColumnInner .btSinglePostTemplate .btSinglePostContentInner,
    .btImagePositionSide.btImageFormatHorizontalRectangle3x2WithPoster .btSingleItemColumnInner .btSinglePostTemplate .btSinglePostContentInner,
    .btImagePositionSide.btImageFormatSquare .btSingleItemColumnInner .btSinglePostTemplate .btSinglePostContentInner {
        margin: 1rem;
    }
}

@media screen and (max-width: 767px) {
    /* 3 Columns */
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_0.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_5.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 2.5px 5px 2.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_10.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 5px 10px 5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_15.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 7.5px 15px 7.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_20.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 10px 20px 10px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_25.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 12.5px 25px 12.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_30.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 15px 30px 15px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_35.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 17.5px 35px 17.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_40.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 20px 40px 20px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_45.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 22.5px 45px 22.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_3 .btSingleItemRowInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_3 .btSingleItemRowInner .btSingleItemColumn,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        width: 50%;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_3 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner,
    .btSiglePostGrid.bt_bb_single_article_gap_50.btColumns_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 25px 50px 25px;
    }
}

@media screen and (max-width: 575px) {
    .btSiglePostGrid.bt_bb_single_article_gap_0 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_0 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_0 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_5 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 2.5px 5px 2.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_10 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 5px 10px 5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_15 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 7.5px 15px 7.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_20 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 10px 20px 10px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_25 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 12.5px 25px 12.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_30 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 15px 30px 15px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_35 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 17.5px 35px 17.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_40 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 20px 40px 20px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_45 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 22.5px 45px 22.5px;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50 .btSingleItemRowInner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50 .btSingleItemRowInner .btSingleItemColumn {
        -webkit-flex-basis: 100% !important;
        flex-basis: 100% !important;
        width: 100% !important;
        -webkit-flex: 1 0 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }

    .btSiglePostGrid.bt_bb_single_article_gap_50 .btSingleItemRowInner .btSingleItemColumn .btSingleItemColumnInner {
        margin: 0 25px 50px 25px;
    }
}

/* Advanced progress bar */
.bt_bb_progress_bar_advanced > div {
    position: relative;
}

.bt_bb_progress_bar_advanced .progressbar-text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.bt_bb_no_icon.bt_bb_progress_bar_advanced .progressbar-text {
    font-size: 4rem;
    font-weight: 100;
}

.bt_bb_progress_bar_advanced[data-container-type="semi-circle"] .progressbar-text {
    margin-bottom: .5em;
}

.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_small {
    font-size: .75em;
}

.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_normal {
    font-size: 1em;
}

.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_medium {
    font-size: 1.5em;
}

.bt_bb_progress_bar_advanced .bt_bb_icon_holder.bt_bb_size_large {
    font-size: 2.25em;
}

/*# sourceMappingURL=style.css.map */
.wpcf7-date {
    width: 100%;
}

.wpcf7-date:before {
    width: 100%;
    content: attr(placeholder);
}

.wpcf7-date:hover:before {
    width: 0%;
    content: "";
}

.wpcf7-date.placeholderclass:before {
    width: 0%;
    content: "";
}

#go-top {
    display: none;
    background-color: #ffd30f;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 30px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    transition: background-color .3s;
    z-index: 1000;
}

#go-top.show {
    display: inline-block;
}

#go-top:hover {
    cursor: pointer;
    background-color: #333;
}

#go-top:active {
    background-color: #555;
}

#go-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: rgb(19, 19, 21);
}

span.custom-tag {
    background: #181818;
    padding: 3px;
    line-height: 20px;
}

/* Don't miss */
.dontmissContainer {
    width: 100%;
}


.dontmissItem {
    margin: 5px;
    width: 30%;
    display: inline-block
}

.dontmissTitle {
    padding-left: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.4em;
    max-height: 4.2em;
    color: #181818;
    text-align: left;
}

.dontmissTitle:hover {
    color: #ffd400;
}

.domtmissImage {
    float: left;
    width: 81px;
    height: 63px;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}
